﻿body {
    overflow-y: scroll;
    background-color: #d6d6d6
}

.footer .partners {
    display: none
}

.footer {
    background: #262626;
    text-align: center;
    padding: 0;
    font-size: 12px;
    font-weight: 600;
    line-height: 1.3;
    clear: both;
    margin-top: 40px
}
    .footer p, .footer p a {
        color: #969696;
    }
        .footer p a {
            
            text-decoration: none
        }
        .footer p a:hover {
            color: #DAC83D;
            
        }
.footer address .searchchurch {
    overflow: hidden;
    text-indent: -9000px;
    background: url(../img/newfrontiers_logo.png) left top no-repeat;
    background-size: contain;
    width: 140px;
    height: 50px;
    margin: 0 auto;
    display: inline-block;
    filter: grayscale(100%);
}

@media screen and (min-width:940px) {
    .footer .partners:after, .footer:after {
        content: "";
        clear: both
    }

    .footer:after {
        display: table
    }

    .footer .partners {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .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(/t/newfrontiers/spheres.sprite.png) no-repeat;
        text-indent: -9999px;
        background-repeat: no-repeat;
        opacity: .5
    }

    .footer .partners ul .advance a {
        width: 127px;
        height: 27px;
        background-position: -10px -10px;
        margin-top: 20px;
    }

    .footer .partners ul .catalyst a {
        width: 130px;
        height: 67px;
        background-position: -8px -42px;
    }

    .footer .partners ul .christcentral a {
        width: 70px;
        height: 67px;
        background-position: -10px -124px;
    }

    .footer .partners ul .commission a {
        width: 126px;
        height: 47px;
        background-position: -10px -201px;
        margin-top: 10px;
        opacity: 1
    }

    .footer .partners ul .newground a {
        width: 69px;
        height: 67px;
        background-position: -10px -258px;
        opacity: 1
    }

    .footer .partners ul .regionsbeyond a {
        width: 126px;
        height: 26px;
        background-position: -10px -335px;
        margin-top: 20px;
    }

    .footer .partners ul .relationalmission a {
        width: 85px;
        height: 67px;
        background-position: -10px -371px;
    }
}



#contentwrap { padding: 20px; }


/* css for result map (used on results and listings pages) */
#resultsmap {
    width: 100%;
    margin-bottom: 0px;
    display: none; /* starts off hidden */
    overflow: hidden;
}


    #resultsmap:after {
        content: '';
        display: block;
        width: 100%;
        padding-top: 40%;
    }


A.button, button, input[type="submit"] {
    background-color: #DAC83D;
    border: 0;
    margin: 0 1px;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 5px 15px;
    text-decoration: none;
}
a.button:hover, a.button:focus, a.button:active {
    color: #000;
}

.centralised {
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
    width: 100%;
}


#frmsearch input {
    width: 80%;
}

#frmsearch input, #frmsearch button {
    font-size: 150%;
    padding: 0.75em;
    border: 0;
}

.resultgrid a.result {
    background: #fff;
}

.resultgrid .result .res_info .res_name {
    font-weight: 600;
    font-size: 18px
}


#profile_contact, .profilesection {
    background: #fff;
    border: 3px solid #357caf;
}

#profile_tags .tag {
    background: #dac83d;
}
.collapsible .section_head .toggle_indicator {
    border: 2px solid #dac83d;
    background-color: #dac83d;
}
#profile_contact .cs_fullwidth {
    border-top: 1px solid #dac83d;
}
#profile_contact p {
    width: 100%
}
#lookingforachurch {
    background-color: #aaa;
    padding: 5px 0;
}