/*!main.css*/
/*! normalize.css v2.1.0 | MIT License | git.io/normalize */ 
body, figure {
    margin: 0
}

.inner, sub, sup {
    position: relative
}

.panels, .social ul, .under-searchform {
    list-style-type: none
}

.hidden, .invisible {
    visibility: hidden
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
    display: block
}

audio, canvas, video {
    display: inline-block
}

    audio:not([controls]) {
        display: none;
        height: 0
    }

[hidden] {
    display: none
}

.main-content:after, .searchform:after {
    display: table;
    clear: both;
    content: ""
}

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    text-rendering: optimizeLegibility;
    -webkit-text-size-adjust: 100%
}

a:focus {
    outline: dotted thin
}

a:active, a:hover {
    outline: 0
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b, strong {
    font-weight: 700
}

dfn {
    font-style: italic
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

mark {
    background: #ff0;
    color: #000
}

code, kbd, pre, samp {
    font-family: monospace,serif;
    font-size: 1em
}

pre {
    white-space: pre-wrap
}

q {
    quotes: "\201C" "\201D" "\2018" "\2019"
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline
}

sup {
    top: -.5em
}

sub {
    bottom: -.25em
}

img {
    border: 0;
    height: auto
}

svg:not(:root) {
    overflow: hidden
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0
}

button, input {
    line-height: normal
}

button, select {
    text-transform: none
}

.banner a.logo h2, .nav-toggle, button {
    text-transform: uppercase
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer
}

    button[disabled], html input[disabled] {
        cursor: default
    }

input[type=checkbox], input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=search] {
    -webkit-appearance: textfield
}

    input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
        -webkit-appearance: none
    }

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
    height: 42px
}

textarea {
    overflow: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font: 15px/21px "Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;
    color: #aca9a9;
    font-smooth: always;
    -webkit-font-smoothing: subpixel-antialiased;
    text-shadow: 0 1px 0 rgba(0,0,0,.01);
    background: #000
}

a {
    color: #73af24
}

address {
    font-style: normal
}

iframe, img {
    max-width: 100%
}

.main-content {
    color: #fff
}

    .main-content .inner {
        padding: 15px
    }

    .main-content h1 {
        font-weight: 400;
        font-size: 40px;
        line-height: 44px;
    }

    .main-content h2 {
        color: #73af24;
        font-weight: 600;
        font-size: 24px
    }

    .main-content p {
        font-size: 15px
    }

    .main-content a:hover {
        text-decoration: underline
    }

.banner a.logo, .banner a.logo h2, .banner nav ul a, .nav-toggle, .under-searchform a {
    text-decoration: none
}

button {
    background: #69A121;
    color: #fff;
    border: 1px solid #73af24
}

    button:hover {
        background: #7ec027
    }

input[type=email], input[type=search], input[type=text], input[type=tel], input[type=url], textarea, select {
    background: #5c5c5c;
    color: #fff;
    border: 1px solid #5c5c5c;
    outline: 0
}

    input[type=email]:focus, input[type=search]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=url]:focus {
        background: #696969
    }

.inner {
    max-width: 1144px;
    margin: 0 auto
}

.searchform button, .searchform input {
    display: block;
    float: left;
    height: 40px;
    padding: 5px 10px;
    font-size: 18px;
    margin: 0;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    -webkit-appearance: none;
    border-radius: 0
}

.searchform button {
    height: 40px;
    font-size: 16px
}

.searchform ::-webkit-input-placeholder {
    color: #fff
}

.searchform :-moz-placeholder {
    color: #fff;
    opacity: 1
}

.searchform ::-moz-placeholder {
    color: #fff;
    opacity: 1;
}

.searchform :-ms-input-placeholder {
    color: #fff
}

.home section.search-home {
    background: #262626
}

.home .searchform {
    margin-bottom: 20px;
    border: 1px solid #262626
}

    .home .searchform input {
        width: 100%;
        margin-bottom: 5px;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    .home .searchform button {
        width: 25%;
        margin: 15px auto;
        float: none;
        font-size: 24px;
        height: auto
    }

@media screen and (min-width:480px) {
    .home .searchform {
        overflow: hidden
    }

        .home .searchform input {
            float: left;
            width: 80%;
            height: 42px
        }

        .home .searchform button {
            float: right;
            width: 20%;
            margin-top: 0;
            font-size: 21px;
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            height: 42px
        }
}

@media screen and (min-width:940px) {
    .home .searchform {
        overflow: hidden;
        height: auto
    }
}

.under-searchform {
    padding: 0;
    margin: 0
}

    .under-searchform a {
        background: #3c3c3c;
        display: block;
        padding: 10px 2%;
        margin-bottom: 6px;
        font-size: 16px;
        line-height: 16px
    }

        .under-searchform a:hover {
            background: #4e4e4e;
            color: #fff
        }

        .under-searchform a i {
            display: inline-block;
            width: 36px;
            height: 36px;
            background-size: contain;
            vertical-align: middle;
            margin-right: 5px
        }

    .under-searchform .add {
        display: none
    }

        .under-searchform .add a i {
            background: url(../img/add_icon.svg);
            background-size: contain
        }

    .under-searchform .locate a i {
        background: url(../img/locate_icon.svg);
        background-size: contain
    }

    .under-searchform .last-search a i {
        background: url(../img/search_icon.svg);
        background-size: contain
    }

    .under-searchform .advanced a i {
        background: url(../img/advanced_search_icon.svg);
        background-size: contain
    }

.no-svg .under-searchform .add a i {
    background-image: url(../img/add_icon.png)
}

.no-svg .under-searchform .locate a i {
    background-image: url(../img/locate_icon.png)
}

.no-svg .under-searchform .last-search a i {
    background-image: url(../img/search_icon.png)
}

.no-svg .under-searchform .advanced a i {
    background-image: url(../img/advanced_search_icon.png)
}

@media screen and (min-width:480px) {
    section.search-home {
        padding: 0 5%
    }

    .under-searchform .add {
        display: block
    }

    .under-searchform a.add, .under-searchform a.locate {
        width: 45.7%;
        float: left
    }

    .under-searchform a.add {
        float: right
    }

    .under-searchform li.advanced {
        clear: both
    }
}

@media screen and (min-width:940px) {
    .search-home > .inner {
        padding: 100px 0 80px;
        margin: 0 auto;
        max-width: 800px
    }

        .search-home > .inner button, .search-home > .inner input {
            font-size: 50px;
            font-weight: 300;
            height: auto
        }

    .under-searchform:after {
        content: "";
        display: table;
        clear: both
    }

    .under-searchform a.add, .under-searchform a.advanced, .under-searchform a.locate {
        float: left;
        width: 33.33333333333333%;
        padding-left: 2%;
        padding-right: 2%;
        border-right: 4px solid #262626;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box
    }

    .under-searchform a.advanced {
        border-right: none
    }

    .under-searchform li.advanced {
        clear: none
    }
}

.banner:after {
    content: "";
    display: table;
    clear: both
}

.banner a.logo {
    max-width: 290px;
    margin: 10px auto 30px;
    display: block
}

    .banner a.logo h1 {
        overflow: hidden;
        text-indent: -9000px;
        display: block;
        background: url(../img/search_church_logo.svg) top no-repeat;
        background-size: contain;
        height: 122px
    }

    .banner a.logo h2 {
        color: #fff;
        font-weight: 400;
        font-size: 13px;
        text-align: left;
        margin-top: -45px;
        margin-left: 94px
    }

.no-svg .banner a.logo h1 {
    background-image: url(../img/search_church_logo.png)
}

@media screen and (min-width:940px) {
    .banner a.logo {
        margin: 0 0 5px;
        max-width: 412px
    }

        .banner a.logo h1 {
            height: 140px;
            width: 412px;
            background-position: top left
        }

        .banner a.logo h2 {
            font-size: 18px;
            margin-left: 105px;
            margin-top: -50px
        }
}

.nav-toggle {
    display: block;
    text-align: center;
    background: #262626;
    color: #fff;
    font-size: 18px;
    padding: 18px;
    line-height: 17px;
    outline: 0
}

    .nav-toggle:before {
        background: url(../img/icon-menu.png) top no-repeat;
        display: inline-block;
        width: 25px;
        height: 17px;
        content: '';
        margin-right: 5px;
        position: relative;
        top: 2px
    }

.bar-results:after, .panels li a:before, .search-breadcrumb-bar .advanced:before {
    content: ""
}

.banner nav {
    padding-bottom: 1.5em
}

    .banner nav ul a {
        display: block;
        padding: 5px 20px;
        background: #262626;
        border-bottom: 1px solid #73af24;
        color: #fff
    }

    .banner nav ul ul a {
        padding-left: 40px
    }

@media screen and (max-width:940px) {
    @supports (-ms-accelerator:true) {
        .banner nav ul a {
            border-bottom: none
        }

            .banner nav ul a:after {
                content: "";
                display: block;
                width: 100%;
                height: 0;
                border-bottom: 1px solid #73af24
            }
    }
}

@media screen and (min-width:940px) {
    .banner nav {
        float: right;
        margin-top: 100px;
        overflow: visible;
        padding-bottom: 0
    }

        .banner nav ul li {
            float: left;
            display: inline;
            position: relative;
            width: auto
        }

            .banner nav ul li a {
                float: left;
                background: #000;
                border-bottom: 0;
                text-transform: uppercase;
                border-right: 3px solid #73af24;
                padding-top: 0;
                padding-bottom: 0
            }

                .banner nav ul li a:hover {
                    color: #73af24
                }

            .banner nav ul li:last-child a {
                border-right: 0;
                padding-right: 15px
            }

        .banner nav ul ul {
            display: none;
            position: absolute;
            top: 25px;
            z-index: 10;
            background: url(../img/dropdown-arrow.png) 20px top no-repeat;
            padding-top: 17px;
            width: 200px
        }

            .banner nav ul ul li {
                width: 100%
            }

            .banner nav ul ul a {
                padding: 10px 15px;
                float: none;
                text-transform: none;
                background: #2d2d2d;
                border-bottom: 1px solid #73af24;
                border-right: none
            }

                .banner nav ul ul a:hover {
                    color: #000;
                    background: #8ed531
                }
}

@media screen and (max-height:645px) and (min-width:940px) {
    .banner nav {
        margin-top: 20px
    }

    .banner a.logo h1 {
        height: 54px;
        margin-bottom: 0;
        margin-top: 5px
    }

    .banner a.logo h2 {
        display: none
    }
}

.banner .social, footer .social {
    display: none
}

.social ul {
    margin: 0;
    padding: 0
}

    .social ul li {
        display: inline
    }

.social a {
    overflow: hidden;
    text-indent: -9000px;
    height: 31px;
    width: 31px;
    display: block;
    float: left
}

    .social a.twitter {
        background: url(../img/icon-twitter.png) left top no-repeat;
        margin-right: 10px
    }

    .social a.facebook {
        background: url(../img/icon-facebook.png) left top no-repeat
    }

@media screen and (min-width:940px) {
    .banner .logo {
        float: left
    }

    .banner .social {
        position: absolute;
        top: 25px;
        right: 0;
        width: 73px;
        display: none
    }
}

.footer .partners {
    display: none
}

.footer {
    background: #262626;
    text-align: center;
    padding: 20px;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    clear: both;
    margin-top: 40px
}

    .footer address .searchchurch {
        overflow: hidden;
        text-indent: -9000px;
        background: url(../img/search_church_logo.svg) left top no-repeat;
        background-size: contain;
        width: 140px;
        height: 50px;
        margin: 0 auto;
        display: inline-block;
        filter: grayscale(100%);
        opacity: .5
    }

.no-svg .footer address .searchchurch {
    background: url(../img/search_church_logo_footer.png)
}

@media screen and (min-width:940px) {
    .footer .partners:after, .footer:after {
        content: "";
        clear: both
    }

    .footer:after {
        display: table
    }

    .footer address {
        float: left;
        text-align: left;
        padding-left: 38px
    }

        .footer address .searchchurch {
            margin-left: -38px
        }

    .footer .partners {
        display: block;
        float: right
    }

        .footer .partners:after {
            display: table
        }

        .footer .partners h3 {
            text-transform: uppercase;
            font-weight: 600;
            font-size: 12px;
            float: left;
            line-height: 67px
        }

        .footer .partners ul {
            list-style-type: none;
            text-align: left;
            float: left;
        }

            .footer .partners ul li {
                float: left;
                padding-right: 20px;
            }

                .footer .partners ul li a {
                    display: inline-block;
                    background: url(../img/partners-sprite.png) no-repeat;
                    overflow: hidden;
                    text-indent: -9999px;
                    text-align: left;
                }

            .footer .partners ul .alpha a {
                background-position: -10px -616px;
                width: 61px;
                height: 67px
            }

                .footer .partners ul .alpha a:hover {
                    background-position: -10px -693px;
                    width: 61px;
                    height: 67px
                }

            .footer .partners ul .christianityexplored a {
                background-position: -10px -154px;
                width: 117px;
                height: 67px
            }

                .footer .partners ul .christianityexplored a:hover {
                    background-position: -10px -231px;
                    width: 117px;
                    height: 67px
                }

            .footer .partners ul .christianenquiryagency a {
                background-position: -10px -308px;
                width: 116px;
                height: 67px
            }

                .footer .partners ul .christianenquiryagency a:hover {
                    background-position: -10px -385px;
                    width: 116px;
                    height: 67px
                }

            .footer .partners ul .contactforchrist a {
                background-position: -10px -462px;
                width: 95px;
                height: 67px
            }

                .footer .partners ul .contactforchrist a:hover {
                    background-position: -10px -539px;
                    width: 95px;
                    height: 67px
                }

            .footer .partners ul .premierchristianradio a {
                background-position: -10px 0;
                width: 126px;
                height: 67px
            }

                .footer .partners ul .premierchristianradio a:hover {
                    background-position: -10px -77px;
                    width: 126px;
                    height: 67px
                }
}

.search-breadcrumb-bar {
    background: #262626;
    color: #fff;
    margin-top: 2px;
    padding: 5px;
    clear: both
}

    .search-breadcrumb-bar a {
        text-decoration: none;
        color: #8dc63f
    }

        .search-breadcrumb-bar a:hover {
            text-decoration: underline;
            color: #9bcd57
        }

.bar-results table a, .panels li a {
    text-decoration: none
}

.search-breadcrumb-bar .breadcrumb {
    font-size: 14px;
    text-align: center
}

.search-breadcrumb-bar .searchform {
    margin: .5em auto;
    text-align: center;
    position: relative
}

    .search-breadcrumb-bar .searchform input {
        width: 70%
    }

    .search-breadcrumb-bar .searchform button {
        width: 14%
    }

.search-breadcrumb-bar .advanced {
    text-align: center;
    display: block;
    margin: 0 auto;
    font-size: 12px
}

    .search-breadcrumb-bar .advanced:before {
        background: url(../img/advanced_search_icon.svg);
        background-size: contain;
        height: 22px;
        width: 22px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 3px
    }

.no-svg .search-breadcrumb-bar .advanced {
    background: url(../img/advanced_search_icon.png)
}

@media screen and (min-width:480px) {
    .search-breadcrumb-bar .searchform {
        white-space: nowrap
    }

        .search-breadcrumb-bar .searchform button, .search-breadcrumb-bar .searchform input {
            margin: 0
        }

        .search-breadcrumb-bar .searchform input {
            width: 74% !important;
            padding: 0 2% !important
        }

        .search-breadcrumb-bar .searchform button {
            width: 16% !important;
            padding: 0 2% !important
        }
}

@media screen and (min-width:940px) {
    .search-breadcrumb-bar {
        text-align: left;
        font-size: 12px;
        min-height: 90px
    }

        .search-breadcrumb-bar:after {
            content: "";
            display: table;
            clear: both
        }

        .search-breadcrumb-bar .breadcrumb {
            float: left;
            width: 60%;
            text-align: left;
            font-weight: 300;
            padding-top: 1em;
        }
        .search-breadcrumb-bar .searchform {
            float: right;
            width: 25%;
            padding-top: 10px
        }

        .search-breadcrumb-bar .advanced {
            float: right;
            clear: right
        }
}

@media screen and (max-height:645px) and (min-width:940px) {
    .search-breadcrumb-bar {
        min-height: 44px
    }

        .search-breadcrumb-bar .breadcrumb {
            padding-top: 12px
        }

        .search-breadcrumb-bar .searchform {
            padding-top: 2px
        }

            .search-breadcrumb-bar .searchform * {
                font-size: 16px;
                height: 32px
            }

        .search-breadcrumb-bar .advanced {
            clear: none;
            padding: 13px 10px 0 0
        }
}

.panels {
    margin: 40px 0 50px;
    padding: 0
}

    .panels li {
        padding: 0;
        margin: 0
    }

        .panels li a {
            display: block;
            background: #333;
            padding: 5px 30% 5px 10%;
            text-align: center;
            margin-bottom: 5px;
            position: relative;
            z-index: 1
        }

            .panels li a:before {
                background: url(../img/arrow.svg) 90% no-repeat;
                background-size: 57px 57px;
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                opacity: .15;
                z-index: -1
            }

            .panels li a:hover {
                background-color: #454545
            }

                .panels li a:hover h2 {
                    color: #fff
                }

                .panels li a:hover p {
                    color: #81c428
                }

                .panels li a:hover:before {
                    opacity: .5
                }

            .panels li a h2 {
                color: #aca9a9;
                text-transform: uppercase;
                font-weight: 700;
                font-size: 18px;
                margin-bottom: .25em
            }

            .panels li a p {
                font-family: Georgia,"Times New Roman",serif;
                font-style: italic;
                font-size: 15px;
                margin-top: .5em
            }

.no-svg .panels li a:before {
    background-image: url(../img/arrow.png)
}

@media screen and (min-width:480px) {
    .panels:after {
        content: "";
        display: table;
        clear: both
    }

    .panels li {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 50%;
        float: left
    }

        .panels li a {
            padding: 5px 5%;
            margin-bottom: 5px;
            border-right: 1px solid #000
        }

            .panels li a p {
                min-height: 2.8em
            }

        .panels li:nth-child(2n) {
            float: right
        }

            .panels li:nth-child(2n) a {
                border-right: none;
                border-left: 1px solid #000
            }
}

@media screen and (min-width:940px) {
    .panels li {
        border-right: 1px solid #333;
        width: 33.33%
    }

        .panels li a, .panels li a:nth-child(n) {
            padding: 5px 20% 5px 8%;
            margin-bottom: 2px;
            border: none
        }

        .panels li:nth-child(2n) {
            float: left
        }

        .panels li:nth-child(2), .panels li:nth-child(5) {
            border-left: 2px solid #000;
            border-right: 2px solid #000
        }
}

@media screen and (min-width:1144px) {
    .panels li a h2 {
        font-size: 22px
    }

    .panels li a p {
        font-size: 19px
    }
}

.bar-map {
    background: #464646
}

    .bar-map img {
        display: block
    }

.bar-results {
    padding-bottom: 3em
}

    .bar-results:after {
        display: table;
        clear: both
    }

    .bar-results table {
        width: 100%
    }

        .bar-results table thead th {
            text-transform: uppercase;
            padding: 4px 10px
        }

        .bar-results table th {
            text-align: left;
            font-weight: 400
        }

        .bar-results table td, .bar-results table th {
            padding: 8px 10px;
            font-size: 14px;
            position: relative;
            vertical-align: top
        }

.church-icon {
    display: inline-block;
    background: url(../img/c_icon.svg) left top no-repeat;
    background-size: cover;
    height: 20px;
    width: 20px;
    top: 8px;
    position: absolute;
    left: 10px
}

.bar-church-info .inner dl:after, .bar-church-info .inner:after {
    display: table;
    clear: both;
    content: ""
}

.no-svg .church-icon {
    background-image: url(../img/c_icon.png)
}

.column-full-results {
    color: #fff
}

    .column-full-results table {
        background: #262626
    }

        .column-full-results table thead {
            background: #73af24
        }

        .column-full-results table tbody td, .column-full-results table tbody th {
            border-bottom: 1px solid #73af24
        }

        .column-full-results table tbody th {
            padding-left: 35px
        }

.column-other-results {
    color: #aca9a9
}

    .column-other-results table thead {
        background: #5c5c5c
    }

    .column-other-results table tbody td, .column-other-results table tbody th {
        border-bottom: 1px solid #5c5c5c;
        color: #aca9a9
    }

@media screen and (min-width:940px) {
    .bar-results .column {
        width: 47%
    }

    .bar-results .column-full-results {
        float: left
    }

    .bar-results .column-other-results {
        float: right
    }
}

.bar-church-info .inner {
    padding: 2em 0;
    color: #fff
}

    .bar-church-info .inner .column {
        padding: 10px
    }

    .bar-church-info .inner h1 {
        /* margin: 1em 0; */
        line-height: 1.2
    }

    .bar-church-info .inner h2 {
        font-weight: 400
    }

    .bar-church-info .inner a, .bar-church-info .inner h2 {
        color: #8dc63f;
        text-decoration: none
    }

        .bar-church-info .inner a:hover {
            text-decoration: underline;
            color: #99cc53
        }

    .bar-church-info .inner .church-info.contact-details p {
        font-size: 1.35em;
        line-height: 1.6
    }

    .bar-church-info .inner div.church-info {
        margin-bottom: 3em
    }

        .bar-church-info .inner div.church-info h2 {
            margin-bottom: .5em
        }

        .bar-church-info .inner div.church-info address {
            line-height: 1.6
        }

        .bar-church-info .inner div.church-info p {
            margin-top: 0;
            margin-bottom: 1em;
            font-weight: 300;
            font-size: 16px;
            line-height: 1.5
        }

    .bar-church-info .inner dl {
        background: #262626;
        font-size: 14px
    }

        .bar-church-info .inner dl dd, .bar-church-info .inner dl dt {
            padding: 10px 2.5%;
            float: left;
            width: 60%;
            margin: 0;
            border-top: 1px solid #73af24
        }

.ir, .visuallyhidden {
    border: 0;
    overflow: hidden
}

.bar-church-info .inner dl dt {
    width: 30%;
    clear: left
}

figure img {
    margin: 2em 0
}

@media screen and (min-width:940px) {
    .bar-church-info .column {
        width: 46%;
        padding: 0;
        float: left
    }

        .bar-church-info .column:nth-child(2n) {
            float: right
        }

    .main-content .column1 {
        width: 57%;
        float: left
    }

    .main-content .column2 {
        width: 35%;
        float: right
    }
}

.ir {
    background-color: transparent
}

    .ir:before {
        content: "";
        display: block;
        width: 0;
        height: 150%
    }

.hidden {
    display: none !important
}

.visuallyhidden {
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    padding: 0;
    position: absolute;
    width: 1px
}

    .visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
        clip: auto;
        height: auto;
        margin: 0;
        overflow: visible;
        position: static;
        width: auto
    }

.clearfix:after, .clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

@media print {
    blockquote, img, pre, tr {
        page-break-inside: avoid
    }

    * {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a, a:visited {
        text-decoration: underline
    }

        a[href]:after {
            content: " (" attr(href) ")"
        }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
        content: ""
    }

    blockquote, pre {
        border: 1px solid #999
    }

    thead {
        display: table-header-group
    }

    img {
        max-width: 100% !important
    }

    @page {
        margin: .5cm
    }

    h2, h3, p {
        orphans: 3;
        widows: 3
    }

    h2, h3 {
        page-break-after: avoid
    }
}
/*!responsive-nav.css*/
/*! responsive-nav.js 1.0.39 by @viljamis */ 
.nav-collapse li, .nav-collapse ul {
    width: 100%;
    display: block
}

.nav-collapse ul {
    margin: 0;
    padding: 0;
    list-style: none
}

.js .nav-collapse {
    clip: rect(0 0 0 0);
    max-height: 0;
    position: absolute;
    display: block;
    overflow: hidden;
    zoom: 1
}

.nav-collapse.opened {
    max-height: 9999px
}

.nav-toggle {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none
}

@media screen and (min-width:940px) {
    .js .nav-collapse {
        position: relative;
        overflow: visible
    }

        .js .nav-collapse.closed {
            max-height: none
        }

    .nav-toggle {
        display: none
    }
}
/*!superfish.css*/
.sf-menu, .sf-menu > li {
    float: left
}

    .sf-menu, .sf-menu * {
        margin: 0;
        padding: 0;
        list-style: none
    }

        .sf-menu li {
            position: relative;
            background: #BDD2FF;
            white-space: nowrap;
            -webkit-transition: background .2s;
            transition: background .2s
        }

        .sf-menu ul {
            position: absolute;
            display: none;
            top: 100%;
            left: 0;
            z-index: 99;
            box-shadow: 2px 2px 6px rgba(0,0,0,.2);
            min-width: 12em
        }

        .sf-menu a, .sf-menu li.sfHover > ul, .sf-menu li:hover > ul {
            display: block
        }

        .sf-menu a {
            position: relative;
            border-left: 1px solid #fff;
            border-top: 1px solid #dFeEFF;
            border-top: 1px solid rgba(255,255,255,.5);
            padding: .75em 1em;
            text-decoration: none;
            zoom: 1;
            color: #13a
        }

        .sf-menu ul ul {
            top: 0;
            left: 100%
        }

.sf-menu {
    margin-bottom: 1em
}

    .sf-menu ul li {
        background: #AABDE6
    }

    .sf-menu ul ul li {
        background: #9AAEDB
    }

    .sf-menu li.sfHover, .sf-menu li:hover {
        background: #CFDEFF;
        -webkit-transition: none;
        transition: none
    }

.sf-arrows .sf-with-ul {
    padding-right: 2.5em
}

    .sf-arrows .sf-with-ul:after {
        content: '';
        position: absolute;
        top: 50%;
        right: 1em;
        margin-top: -3px;
        height: 0;
        width: 0;
        border: 5px solid transparent;
        border-top-color: #dFeEFF;
        border-top-color: rgba(255,255,255,.5)
    }

.sf-arrows > .sfHover > .sf-with-ul:after, .sf-arrows > li:hover > .sf-with-ul:after, .sf-arrows > li > .sf-with-ul:focus:after {
    border-top-color: #fff
}

.sf-arrows ul .sf-with-ul:after {
    margin-top: -5px;
    margin-right: -3px;
    border-color: transparent transparent transparent #dFeEFF;
    border-left-color: rgba(255,255,255,.5)
}

.sf-arrows ul .sfHover > .sf-with-ul:after, .sf-arrows ul li:hover > .sf-with-ul:after, .sf-arrows ul li > .sf-with-ul:focus:after {
    border-left-color: #fff
}
/**/
body {
    overflow-y: scroll;
}

/* search church */
.banner a.logo h2::after {
    content:"For those seeking God";
}


#breadcrumbs {
    padding-top: 1em;
}
#breadcrumbs ul {
    margin: 0;
    padding: 0;
}

#breadcrumbs li:not(:last-child)::after {
    content: ">";
    padding: 0 0.25em;
}

#breadcrumbs ul li {
    display: inline;
}
#fulldetails tr.hi {
    background: #666;
}

.home .search-breadcrumb-bar {
    display: none;
}    
