﻿th, tr, td {
    border: 1px solid black;
    padding: 10px;
}

body {
    color: #222;
}

h1, h2, h3, h4 {
    font-family: 'Merriweather', serif;
}

h5, h6 {
    font-family: 'Open Sans', sans-serif;
}

    h5, h5 a {
        color: #3b5998;
        font-weight: 600;
        letter-spacing: .05em;
        font-size: .85rem;
        text-decoration: none;
        text-transform: uppercase;
        margin: .3rem 0 .15rem 0;
    }

.no-span {
    display: table;
    white-space: nowrap;
}

    .no-span:before, .no-span:after {
        content: '';
        display: table-cell;
        position: relative;
        top: 0.6em;
        width: 45%;
    }

    .no-span:before {
        right: 1.5%;
    }

    .no-span:after {
        left: 1.5%;
    }

h4.no-span {
    font-size: 1.15rem;
    font-weight: normal;
    margin-bottom: 1.5rem;
}

.hidden {
    visibility: hidden;
}

.inactive {
    color: red;
}

.right {
    float: right;
}

.left {
    float: left;
}

button.round, .button.round {
    border-radius: 1000px;
}

.off-canvas-content {
    background: #eee /*url(http://www.brphomes.com/images/diamond-pattern.png) center*/;
    box-shadow: 0 0 5px hsla(0, 0%, 2%, .35);
}

.off-canvas-wrapper, .off-canvas {
    background: #3e474f;
}

    .off-canvas .menu > li > a {
        color: #b2bbbd;
        font-size: .97rem;
        border-bottom: 1px dotted #5a6773;
    }

    .off-canvas .menu > li .submenu a {
        border-bottom: none;
        font-weight: normal;
    }

    .off-canvas hr {
        border-color: #373f46;
        border-width: 2px;
        margin: 0.25rem 0 0.5rem 0;
    }

    .off-canvas ul#mybrp {
        float: none;
        text-align: left;
    }

        .off-canvas ul#mybrp li {
            padding-bottom: 5px;
            width: 100%;
        }

            .off-canvas ul#mybrp li img {
                padding-left: 10px;
                width: 115px;
            }

        .off-canvas ul#mybrp a {
            border-left: none;
            color: #b2bbbd;
        }

            .off-canvas ul#mybrp a .label {
                float: right;
                margin-right: 0.35rem;
            }

footer {
    padding: 3rem 0 1.5rem 0;
    font-size: .9rem;
    color: #555;
}

    footer img {
        vertical-align: text-bottom;
    }

    footer a {
        color: #777;
        text-decoration: underline;
    }

.dropdown.menu > li {
    padding: 0.5rem 0;
}

.firstinlineitem {
    padding-left: 0 !important;
}

.dropdown.menu > li,
.dropdown.menu > li > a, .title-bar-title {
    color: #3e474f;
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    font-size: .97rem;
    cursor: pointer;
    padding: 3px 10px;
}

    .dropdown.menu > li.is-dropdown-submenu-parent > a:after {
        border: 4px inset;
        border-color: #0099cb transparent transparent;
        right: 8px;
    }

.outlinebtn {
    color: #2b4162;
    background: transparent;
    border: 1px solid #2b4162;
}

    .outlinebtn:hover {
        color: white !important;
    }

.top-bar, .top-bar ul {
    background: #fff;
    padding: 3px;
}

.sitelogo {
    margin-top: 10px;
}

ul#mybrp {
    float: right;
    margin-top: 0px;
    padding: 10px 0 0 0;
    list-style-type: none;
    -moz-border-radius: 0px 0px 5px 5px;
    -webkit-border-radius: 0px 0px 5px 5px;
    font-size: 14px;
    text-align: right;
    margin-bottom: .7rem;
    clear: both;
}

    ul#mybrp li {
        display: inline-block;
    }

        ul#mybrp li img {
            width: 110px;
            height: auto;
            padding-right: 7px;
        }

    ul#mybrp a {
        display: block;
        padding: 0 10px;
        color: rgba(43, 65, 98, 0.6);
        border-left: 1px solid #d0d9de;
        text-decoration: none;
        cursor: pointer;
    }

        ul#mybrp a .label {
            padding: 2px 4px;
        }

.title-bar {
    background: #fff;
    color: #444;
}

.title-bar-right button {
    line-height: 42px;
}

.mainnav {
    border-top: 1px solid #eee;
    background: #fff;
}

.socialicons {
    display: block;
    clear: both;
}

.gray {
    color: #999;
}

.column:last-child:not(:first-child), .columns:last-child:not(:first-child) {
    float: left;
}

#pghero {
    background: linear-gradient( rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0.15) ), url(/images/shared/church-circle.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

    #searchbox-wrap h1, #searchbox-wrap h2, #searchbox-wrap h3, #pghero .pgtitle {
        color: #fff;
        text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    }

    #pghero a {
        color: #fff;
        font-weight: 600;
        font-family: 'Open Sans', sans-serif;
    }

    #pghero .pgtitle {
        margin: 3vh auto;
    }

.whitesection {
    background: #fff;
    box-shadow: 0 0 5px hsla(0, 0%, 2%, .35);
    padding: 15px;
}

    .whitesection img {
        border-radius: 5px;
        max-height: 300px;
    }

    .whitesection small {
        line-height: 1.4;
        display: block;
    }

#widemenu.top-bar {
    padding-top: 3px 0;
}

.header-alert {
    background-color: #750818;
    color: white;
    padding: 10px;
    font-size: 1.2em;
}

.options_center {
    font-weight: normal;
    font-size: 14px;
    padding: 10px;
    background-color: #f0f0f0;
    border: 1px solid #c9c9c9;
    border: 1px solid rgba(0, 0, 0, 0.21);
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.65);
    -moz-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.65);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1), inset 0 1px 0 rgba(255, 255, 255, 0.65);
    width: 100%;
    text-align: center;
    margin-bottom: 1em;
}

.pagination {
    background-color: #eee;
    border: 1px solid #ccc;
    padding: 7px 15px;
    margin: 0;
}

    .pagination a:hover, .pagination button:hover {
        background: #bbb;
    }

    .pagination li.current a {
        padding: 3px;
        color: white;
    }

.share-btn-wrapper .share-btn {
    vertical-align: top;
}

.share-btn-wrapper .twitter-share-button, .share-btn-wrapper #emailthisbtn {
    margin-top: 4px !important;
}

.card {
    background-color: #f9f9f9;
}

.card-divider {
    border-bottom: 1px solid #e6e6e6;
    background: transparent;
}

    .card-divider * {
        color: #3b5998;
    }

.validation-summary-errors {
    color: red;
}

.goog-tooltip {
    display: none !important;
}

    .goog-tooltip:hover {
        display: none !important;
    }

.goog-text-highlight {
    background-color: transparent !important;
    border: none !important;
    box-shadow: none !important;
}