.w-container {
    max-width: 1170px;
    padding-left: 15px;
    padding-right: 15px;
}

.w-container .w-row {
    margin-left: -15px;
    margin-right: -15px;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

body {
    font-family: AvenirLTPro-Book, sans-serif;
    color: #323232;
    font-size: 20px;
    line-height: 28px;
}

h1 {
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: AvenirLTPro-Black, sans-serif;
    font-size: 67px;
    line-height: 77px;
    font-weight: 700;
}

h2 {
    margin-top: 0px;
    margin-bottom: 10px;
    font-family: AvenirLTPro-Black, sans-serif;
    font-size: 42px;
    line-height: 48px;
    font-weight: 700;
}

h3 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-family: AvenirLTPro-Black, sans-serif;
    font-size: 36px;
    line-height: 44px;
    font-weight: 700;
}

h4 {
    margin-top: 0px;
    margin-bottom: 8px;
    font-family: AvenirLTPro-Black, sans-serif;
    font-size: 30px;
    line-height: 34px;
    font-weight: 700;
}

h5 {
    margin-top: 8px;
    margin-bottom: 0;
    font-family: AvenirLTPro-Black, sans-serif;
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
}

h6 {
    margin-top: 8px;
    margin-bottom: 8px;
    font-family: AvenirLTPro-Book, sans-serif;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
}

@media (max-width: 767px) {

    body {
        font-size: 15px;
        line-height: 20px;
    }

    h1 {
        margin-top: 8px;
        margin-bottom: 8px;
        font-size: 45px;
        line-height: 50px;
    }

    h2 {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: 35px;
        line-height: 40px;
    }

    h3 {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: 30px;
        line-height: 35px;
    }

    h4 {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: 26px;
        line-height: 30px;
    }

    h5 {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: 22px;
        line-height: 26px;
    }

    h6 {
        margin-top: 0px;
        margin-bottom: 8px;
        font-size: 18px;
        line-height: 22px;
    }

}

strong, b {
    font-family: AvenirLTPro-Heavy, sans-serif;
}

p {
    margin-bottom: 10px;
    font-family: AvenirLTPro-Book, sans-serif;
}

a {
    text-decoration: none;
    color: #d0112d;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

a:hover {
    color: #45c3b0;
}

.contentArticle a, .ArticleEditor a, .ArticleBody a {
    color: #d0112d;
    text-decoration: none;
}

.contentArticle a:hover, .ArticleBody a:hover {
    color: #45c3b0;
}

.contentArticle .ArticleBody {
    padding-right: 20px;
}

.contentArticle .ArticleBody .button {
    background-color: #45c3b0;
}

video {
    width: 100%    !important;
    height: auto   !important;
}


blockquote {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 50px;
    padding-left: 15px;
    border-left: 5px solid #45c3b0;
    font-style: italic;
}

.button, .sitebutton, .siteButton, .SiteButton {
    display: inline-block;
    margin-top: 15px;
    margin-right: 5px;
    padding: 7px 18px;
    border: 2px solid #45c3b0;
    border-radius: 2px;
    background-color: #45c3b0;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: AvenirLTPro-Heavy, sans-serif;
    color: white !important;
    font-size: 18px;
    text-align: center;
    letter-spacing: 1px;
    text-decoration: none;
}

.button:hover, .aspNetDisabled:hover, .sitebutton:hover, .siteButton:hover, .SiteButton:hover {
    opacity: 0.8;
}

.logo-icon {
    width: 234px;
    height: auto;
}


.navbar {
    max-width: 1170px;
    margin: 0 auto;
    width: 100%;
    height: 100px;
    padding: 0 15px 20px 15px;
    background-color: transparent;
}

.logo {
    display: inline-block;
    margin-top: 5px;
    margin-bottom: 0px;
    float: left;
    font-family: AvenirLTPro-Book, sans-serif;
    font-size: 29px;
    line-height: 39px;
}

#mobile_nav {
    line-height: 0;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 200;
}
.w-nav {
    z-index: 0;
}
.slicknav_menu, .mobileSearch {
    line-height: normal;
    display: none;
}

.nav-wrapper {
    float: right;
}

.nav-menu {
    list-style: none;
    padding-left: 0;
}

.nav-menu > li {
    padding: 0;
}

.nav-menu {
    margin: 0 auto;
    display: inline-block;
}

.nav-menu li {
    float: left;
}

.nav-menu li {
    position: relative;
}

.nav-menu li > a {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
    font-family: AvenirLTPro-Book, sans-serif;
    font-weight: 400;
    letter-spacing: 0px;
    line-height:25px;
    text-decoration: none;
    text-transform: uppercase;
    vertical-align: top;
    text-align: center;
    color: #FFFFFF;
    font-size: 19px;
    display: block;
    padding: 24px 10px 26px;
    max-width: 165px;

}

.nav-menu li:hover > a {
    background-color: #252525;
    color: #FFFFFF;
}

.login_item {
    display: inline-block;
    padding: 6px 20px;
}

.nav-menu {
    float: right;
    text-align: center;
    margin: 0 auto;
}

.header-link-block {
    height: 50px;
    padding-top: 15px;
    padding-right: 11px;
    padding-left: 11px;
    background-color: transparent;
    -webkit-transition: background-color 500ms ease;
    -o-transition: background-color 500ms ease;
    transition: background-color 500ms ease;
    color: white;
    font-size: 11px;
    text-decoration: none;
}

.header-link-block:hover {
    background-color: #231f20;
    color: white;
}

.header-link {
    display: inline-block;
    float: left;
    font-size: 10px;
    line-height: 22px;
    text-decoration: none;
    text-transform: uppercase;
}

.fixed-header-ce {
    background-color: #d0112d;
    z-index: 100;
}

.fixed-header-ce .logo-container {
    top: 10px;
}

.fixed-header-ce .nav-menu li  a.course-leaders {
    background-color: #252525;

}
.fixed-header-ce .nav-menu li:hover > a {
    color: #fff;
    background-color: #bc1029;
}
.fixed-header-ce .nav-menu li:hover  > a.course-leaders {
    opacity: 0.6;
    background-color: #252525;
}

/* Banner Images */

.banner-full-width img {
    width: 100%;
}

.logo-container {
    position: absolute;
    left: 15px;
    top: 20px;
    bottom: 0px;
    z-index: 50;
}

.video-section {
    padding: 58px 0 61px;
}

.finger-print {
    background: #fff url(../images/finger-print-watermark.png) no-repeat 0 0
}

.video-section .ce-video  video {
    border: 3px solid #fff;
}
.video-section .video-text {
    font-size:20px;
    font-family: AvenirLTPro-Heavy,san-serif;
    line-height: 24px;
    text-align: center;
    padding: 0 0 40px;

}

@media (max-width: 479px) {

    .video-section {
        padding: 40px 0 50px;
    }

    .video-section .video-text {
        font-size: 18px;
    }
}


/* homepage card section */

.card-section {
    background-color: #4e4c4c;
    padding: 60px 0;
}

.card-section .card {
    background-color: #fff;
    border-radius:8px;
    padding: 30px 0 40px;
    -webkit-box-shadow: -8px 8px 10px -2px rgba(0,0,0,0.75);
    -moz-box-shadow: -8px 8px 10px -2px rgba(0,0,0,0.75);
    box-shadow: -8px 8px 10px -2px rgba(0,0,0,0.75);
    max-width:255px;
    margin: 20px auto;
}

.card-section .card img {

}

.card-section .card p {
    margin-top: 25px;
}
.card-section .card a {
    font-size:26px;
    line-height: 29px;
    font-family: AvenirLTPro-Heavy, sans-serif;
    text-align: center;
    color: #323232;
    display: block;
}
.card-section .card a:hover  {
    opacity: 0.7;
    color: #d0112d;
}

@media (max-width: 991px) {
    .card-section .card a {
        font-size:20px;
        line-height: 27px;
    }
}
@media (max-width: 767px) {
    .card-section .card a {
        font-size:26px;
        line-height: 29px;
    }
}

.bottom-footer {
    background-color: #252525;
    margin-top: 0;
    padding: 0 20px;
    border-bottom: 5px solid #323232;
}


.search-block {
    position: fixed;
    left: 0px;
    top: 118px;
    right: 0px;
    z-index: 999;
    padding-top: 15px;
    padding-bottom: 15px;
    background-color: #223442;
}

.search-block .search_div input.text {
    height: 50px;
    margin-bottom: 0px;
    padding-left: 20px;
    border-style: solid;
    border-width: 1px;
    border-color: #5c7aa0;
    border-radius: 4px;
    background-color: transparent;
    background-image: url('../images/searchbox-icon.png');
    background-position: 22px 50%;
    background-size: auto 20px;
    background-repeat: no-repeat;
    -webkit-transition: background-color 500ms ease, border 500ms ease;
    -o-transition: background-color 500ms ease, border 500ms ease;
    transition: background-color 500ms ease, border 500ms ease;
    font-family: AvenirLTPro-Book, sans-serif;
    font-size: 15px;
    text-align: center;
    width: 100%;
    color: #fff;
    outline: none;
}

.search-block .search_div input.text:hover {
    border-color: white;
    background-color: white;
    background-image: url('../images/searchbox-icon.png');
    color: #000;
}

.search-block .search-form {
    margin-bottom: 0px;
}

.search-block .search-form input.button {
    display: none;
}

html.w-mod-js *[data-ix="slide-element-1"] {
    opacity: 0;
    -webkit-transform: translate(0px, -30px);
    -ms-transform: translate(0px, -30px);
    -o-transform: translate(0px, -30px);
    transform: translate(0px, -30px);
}

html.w-mod-js *[data-ix="slide-element-2"] {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    -o-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="slide-element-3"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="slide-element-4"] {
    opacity: 0;
    -webkit-transform: translate(0px, 20px);
    -ms-transform: translate(0px, 20px);
    -o-transform: translate(0px, 20px);
    transform: translate(0px, 20px);
}

html.w-mod-js *[data-ix="contact-modal"] {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, 50px);
    -ms-transform: translate(0px, 50px);
    -o-transform: translate(0px, 50px);
    transform: translate(0px, 50px);
}

html.w-mod-js *[data-ix="search-bar-display-none"] {
    display: none;
    opacity: 0;
    -webkit-transform: translate(0px, -25px);
    -ms-transform: translate(0px, -25px);
    -o-transform: translate(0px, -25px);
    transform: translate(0px, -25px);
}

html.w-mod-js *[data-ix="page-title"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="page-title-2"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

html.w-mod-js *[data-ix="page-title-3-buttons"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

html.w-mod-js.w-mod-no-ios *[data-ix="fade-in-on-scroll"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

html.w-mod-js.w-mod-no-ios *[data-ix="fade-in-on-scroll-2"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

html.w-mod-js.w-mod-no-ios *[data-ix="fade-in-on-scroll-3"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

html.w-mod-js.w-mod-no-ios *[data-ix="image-section-title"] {
    opacity: 0;
    -webkit-transform: translate(0px, -20px);
    -ms-transform: translate(0px, -20px);
    -o-transform: translate(0px, -20px);
    transform: translate(0px, -20px);
}

#footer a {
    display: inline-block;
    font-size: 13px;
    text-decoration: none;
    -webkit-transition: 500ms ease;
    -o-transition: 500ms ease;
    transition: 500ms ease;
}

#footer a:hover {
    color: #fff;
}

#footer {
    color: #c6c6c6;
    font-size: 13px;
    text-align: center;
    padding: 32px 0 26px;
    position: relative;
}

#footer #footer_charity {
    position: absolute;
    top: 32px;
    right: 0;
}

#footer .footer {
    float: left;
    margin-top: -11px;
}

#footer .footer:after {
    content: "";
}

#footer #footer_help:after {
    content: "";
}

#footer #footer_mobile {
    margin-left: -136px;
}

#footer a {
    color: #c6c6c6;
    text-decoration: none;
}

#footer a:after {
    content: "|";
    color: #c6c6c6;
    font-size: 13px;
    padding: 0 5px;
}

#footer a.footer {
    display: block;
    width: 156px;
    background: url(../images/site-by-churchinsight.png) top center no-repeat;
    text-indent: -9999em;
    height: 55px;
}

#footer a.footer:hover {
    opacity: 0.8;
}


.hidden {
    display: none;
}


.slicknav_nav, .slicknav_nav ul {
    margin-top: 87px;
}

@media (max-width: 1076px) {
    .nav-wrapper {
        display: none;
    }

    .slicknav_menu {
        display: block;
        margin-top: 13px;
    }

    .slicknav_menutxt {
        margin-top: 20px;
    }
    .slicknav_icon {
        margin-top: 17px;
    }

    .fixed-header-ce {
        height: 100px;
    }

    .slicknav_nav a  br {
        display: none;
    }
}
@media (max-width: 991px) {

    .navbar {
        height: 112px;
        padding-top: 0;
        padding-bottom: 0px;
    // position: fixed;
        top: 0;
        z-index: 0;
    }

    .mobileSearch {
        position: absolute;
        top: -3px;
        right: 100px;
        display: block;
        z-index: 999;
    }

    .w-nav-overlay {
        top: 81%;
    }


    .root_menu {
        padding-left: 0;
        padding-bottom: 11px;
    }

    .root_menu .menu_item {
        display: block;
    }

    .menu_item_level_1 > ul {
        border-radius: 0;

    }

    .menu_link {
        width: 100%;
        max-width: 1000px;
        padding-right: 20px;
        padding-left: 20px;
        height: 60px;
        -webkit-transition: all 500ms ease;
        -o-transition: all 500ms ease;
        transition: all 500ms ease;
        font-family: AvenirLTPro-Book, sans-serif;
        color: #8c8c8c;
        font-size: 15px;
        font-weight: 400;
        letter-spacing: 0px;
        text-decoration: none;
        text-transform: none;
        line-height: 52px;
    }

    .menu_link:hover {
        background-color: #0cc;
        color: white;
    }

    .menu_link.w--current {
        display: block;
    }

    .slicknav_nav .menu_link {
        padding: 6px 20px;
        margin-left: 0;
    }

    .slicknav_nav .menu_link:hover, .slicknav_nav .login_item:hover {
        background-color: #45c3b0;
        color: #ffffff;
    }

    .nav-menu {
        background-color: #323538;
    }

    .section-title-wrapper.centered {
        padding-right: 100px;
        padding-left: 100px;
    }

    .logo-container {
        position: static;
        display: block;
        width: 100%;
        padding-top: 15px;
        padding-right: 20px;
        padding-left: 20px;
        padding-bottom: 10px;
        float: left;
        margin-top: 0;
    }

    .mobileSearch .header-icon:hover {
        opacity: 0.7;
    }

    .search-block {
        top: 97px;
    }

    .page-header {
        height: 330px;
    }

    .page-header-overlay {
        padding-top: 60px;
    }

    .menu-icon {
        display: inline-block;
        margin-right: 3px;
        float: left;
        font-size: 20px;
    }

    .map-arrow-block {
        margin-top: 15px;
        margin-bottom: -40px;
    }

    #footer {
        padding-top: 12px;
    }

    #footer a.footer {
        top: -36px;
        margin: 10px 40%;
        display: block;
    }

    #footer #footer_mobile {
        margin-left: -15px;
        margin-top: 0;
    }

    #footer #footer_charity {
        display: block;
        position: relative;
        margin: 10px auto;
        top: 8px;
    }
}

@media (max-width: 767px) {
    .logo-icon {
        width: 140px;
        height: auto;
    }

    .mobileSearch {
        top: 2px;
    }

    .slicknav_nav .slicknav_arrow {;
        padding-top: 10px;
    }

    .logo {
        margin-top: 0px;
        font-size: 24px;
    }

    .menu_link {
        height: auto;
        padding: 15px 30px;
        line-height: 35px
    }

    .section {
        padding: 30px;
    }

    .footer-section {
        padding-top: 40px;
    }

    .section-title-wrapper.centered {
        padding-right: 50px;
        padding-left: 50px;
    }

    .bx-wrapper {
        margin-bottom: 0;
    }

    .logo-container {

        margin-top: 0;
        padding-top: 10px;
    }

    .header-icon {
        margin-right: 0px;
    }

    .footer-title {
        margin-bottom: 15px;
    }

    .footer-some-container {
        margin-top: 20px;
    }

    .bottom-footer {
        margin-top: 40px;
        padding-left: 7%;
    }



    .footer-column {
        padding-right: 30px;
        padding-bottom: 15px;
        padding-left: 30px;
    }

    .bottom-footer-col {
        padding-right: 30px;
        padding-bottom: 15px;
        padding-left: 30px;
    }

    .search-block {
        top: 89px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .page-header {
        height: 240px;
        padding-top: 70px;
    }

    .page-header-overlay {
        padding-top: 55px;
        padding-right: 20px;
        padding-left: 20px;
    }

    .page-header-overlay._404 {
        padding-top: 120px;
    }

    .menu-icon {
        margin-right: 0px;
        font-size: 26px;
    }

    .navbar-container {
        padding-top: 5px;
    }

    .map-arrow-block {
        width: 40px;
        height: 40px;
        margin-bottom: -10px;
    }

    #footer a.footer {
        margin: 10px auto;
        width: 100%;
    }

}

@media (max-width: 520px) {

    #about-us.section {
        padding-top: 40px;
    }

    .bx-controls.bx-has-pager {
        bottom: -5px;
    }

    .bx-wrapper .bx-pager.bx-default-pager a {
        background: #777;
    }

    .bx-wrapper .bx-pager.bx-default-pager a:hover,
    .bx-wrapper .bx-pager.bx-default-pager a.active {
        background: #333;
    }
}

@media (max-width: 479px) {

    .fixed-header-ce {
        height: 65px;
    }

    .slicknav_menu {
        margin-top: 9px;
    }

    .slicknav_nav, .slicknav_nav ul {
        margin-top: 52px;
    }

    .slicknav_menu .slicknav_menutxt {
        margin-top: 4px;
    }
    .slicknav_menu .slicknav_icon {
        margin-top: 6px;
    }


    .logo-icon {
        display: inline-block;
    }

    .section-title-wrapper.centered {
        padding-right: 0px;
        padding-left: 0px;
    }

    .page-header {
        height: 220px;
    }

    .menu-button.w--open {
        background-color: #323538;
    }

    .navbar-container {
        text-align: center;
    }

    .map-arrow-block {
        margin-bottom: -20px;
    }

    #footer a.footer {
        margin: 10px auto;

    }
}

/* form styling */

label {
    display: inline-block;
}

input:not([type=checkbox]):not([type=radio]):not([type=button]) {
/ / -webkit-appearance: none;
    box-shadow: none !important;
}

input[type="checkbox"] + label, input[type="radio"] + label {
    margin-left: 10px;
    margin-right: 25px;
}

.ArticleBody input:not([type=checkbox]):not([type=radio]):not([type=button]), .ArticleBody textarea,
.ArticleEditor input:not([type=checkbox]):not([type=radio]):not([type=button]), .ArticleEditor textarea {
    margin-bottom: 8px;
    padding: 9px 12px;
    border: 1px solid #dadee4;
    margin-top: 0;
    width: 100%;
}

.ArticleBody textarea, .ArticleEditor textarea {
    width: 100%;
}

.ArticleBody input:focus, .ArticleBody textarea:focus,
.ArticleEditor input:focus, .ArticleEditor textarea:focus {
    outline: none;
/ / border: 1 px solid #31a7de;
    box-shadow: 0 0 4px rgba(49, 167, 222, 0.8)
}

.ArticleBody input[type="button"], .ArticleEditor input[type="button"] {
    padding: 5px;
    text-transform: uppercase;
    border: 2px solid #d0112d;
    background-color: #d0112d;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.ArticleBody input[type="button"]:hover, .ArticleEditor input[type="button"]:hover,
.ArticleBody input[type="button"]:active, .ArticleEditor input[type="button"]:active {
    opacity: 0.6;
}

.contentArticle .ArticleBody .search_div input.text {
    width: 50% !important;
}



/* find a church or course near you */

.find {
    background: #fff url(../images/world-map.jpg) no-repeat 50% 0;
    background-size: cover;
    text-align: center;
    padding: 0 0 100px;
}

.find-pin {
    margin-top: 125px;
}

.find-text {
    padding: 35px 15px 50px;
    font-size: 36px;
    font-weight: 700;
    line-height:40px;
    font-family: AvenirLTPro-Black, sans-serif;
}

.find-button {
    font-family: AvenirLTPro-Heavy, sans-serif;
    background-color: #d0112d;
    background-image: url(../images/icon-mag-glass.png);
    background-position: 22px 16px;
    background-repeat: no-repeat;
    font-size: 18px;
    color: #fff;
    padding: 12px;
    display: block;
    max-width: 223px;
    margin: 0 auto 39px;

}

.find-button:hover {
    opacity: 0.8;
    color: #fff;
}

@media (max-width: 767px) {

    .find {
        padding-bottom: 40px;
    }

    .find-pin {
        margin-top: 75px;
    }

    .find-text {
        font-size: 32px;
        line-height: 45px;
    }

    .find-button {
        margin-bottom: 65px;
        padding:16px 12px 12px;
    }
}

@media (max-width: 479px) {

    .find-pin {
        margin-top: 45px;
    }

    .find-text {
        font-size: 25px;
        line-height: 33px;
        color: #0f0f0f;
    }

    .find-button {
        margin-bottom: 35px;
    }
}


/* Search Results */

.map-nearest {
    border: 1px solid #C7C7C7;
    padding: 10px;
}

.map-nearest table.gridstyle {
    width: 95% !important;
}

.map-nearest .SiteButton {
    width: auto !important;
}

.map-nearest #ctl00_ctl00_cphBody_ctl07_ctl00_tbNearest {
    width: 95px !important;
    margin-right: 10px;
}

.map-nearest-results {
    background-color: transparent !important;
}

.map-nearest-results b {
    font-weight: normal;
}

.map-nearest-results tr:nth-child(odd) {
    background-color: #f3f3f3;
}

.Gridheader b {
    display: inline-block;
    margin-bottom: 8px;
}

/* Footer Columns */

.section.footer {
    padding: 0;
    background-color: #0f0f0f;
}

.footer-wrapper {
    padding: 0;
}

.footer-col {
    padding: 55px 60px 10px !important;
    height: 310px;
}

.footer-col2 {
    background-color: #252525;
}

.footer-col-title-small {
    font-size:15px;
    line-height: 20px;
    color: #fff;
    font-family: AvenirLTPro-Book, sans-serif;
}

.footer-col-title {
    margin-bottom: 25px;
    font-family: AvenirLTPro-Heavy, sans-serif;
    color: #fff;
    font-size: 18px;
    font-weight: 400;
}

.footer-col-title a {
    color: #fff;
    font-family: AvenirLTPro-Heavy, sans-serif;
    opacity:0.7;
}
.footer-col-title a:hover {
    color: #fff;
    opacity:1;
}
/* footer col1 */

.social-media {
    margin-top: 25px;
}

.social-media a {
    margin-right: 10px;
}

.social-media a:hover {
    opacity: 0.7;
}

.footer-wrapper .donation-button {
    display: block;
    color: #fff;
    font-size: 16px;
    padding: 10px 18px 8px;
    border: 2px solid #636363;
    margin-top: 35px;
    width: 200px;
    text-align: center;
    opacity: 0.7;
    font-family: AvenirLTPro-Heavy, sans-serif;
}

.footer-wrapper .donation-button:hover {
    border-color: #0b947f;
    color: #fff;
    opacity: 1;
}

.footer-col-address {
    color: #acacac;
    font-size: 13px;
    line-height: 20px;
    margin-top: 30px;
}
/* footer col2 */

#GroupNotesEnclosingDiv .TopCaption, #GroupNotesEnclosingDiv .SubCaption {
    display: none;
}



/* footer col2 */

.footer-col2 {
    padding: 55px 15px 10px 45px !important;
}
.app-stores {
    height: 100px;
}

.app-store-apple, .app-store-google {
    display: inline-block;
}

.app-store-apple:hover, .app-store-google:hover {
    opacity: 0.7;
}
.footer-col2 .app-stores img {
    border-radius: 4px;
}

.app-store-apple {
    margin-right: 10px;
}

.app-store-google {
    padding-top: 8px;
}

.footer-col2 .search_div {

}

.footer-col2 .search_div input {
    display: inline-block;
    width: 218px !important;
    height: 40px !important;
    float: left;
    border: none !important;
    border-radius: 0 !important;
    font-size: 15px;
    color: #fff;
    background-color: #0f0f0f !important;
    -webkit-appearance: none;
    margin-top: 0 !important;
    padding: 12px 5px 12px 20px !important;
}

.footer-col2 .search_div input:focus {
    outline: none
}

.footer-col2 .footer-search input.button {
    width: 40px;
    height: 40px;
    line-height: 45px;
    padding: 0;
    float: left;
    margin: 0 !important;
    border: none;
    border-radius: 0 !important;
    background-color: #d0112d;
    font-size: 15px !important;
    font-family: AvenirLTPro-Heavy, sans-serif;
}

.footer-col2 .footer-search input.button:hover {
    opacity: 0.8;
    background-color: #d0112d !important;
}

.footer-col2 .footer-search input.button:focus {
    outline: none
}

/* footer col3 */

.footer-col3 .cem-logo {
    margin-top: 25px;
}

.footer-col3 a:hover {
    opacity:0.7;
}

@media (max-width: 1140px) {
    .footer-col2 {
        padding: 55px 10px 10px 20px !important;
    }

}

@media (max-width: 991px) {

    .footer-col1 {
        background-color: #0f0f0f;
    }

    .footer-col2 {
        padding-left: 40px !important;
        height: 280px;
        padding-top: 40px !important;
        background-color: #0f0f0f;
    }

    .footer-col2 .ArticleBody {
        width: 50%;
        margin: 0 auto;
        float: left;
    }

    .footer-col2 .footer-col-title {
        text-align: center;
    }

    .footer-col2 .app-stores {
        margin: 0 auto;
        height: 90px;
        width: 310px;
    }

    .footer-col2 .app-stores img {
        border: 2px solid #424242;
    }

    .footer-col2 .footer-search {
        margin: 0 auto;
        width: 260px;
    }

    .footer-col2 .search_div input {
        border: 2px solid #424242 !important;
        border-right:none !important;
    }

    .footer-col3 {
        background-color: #252525;
    }

    .footer-col3 .ArticleBody {
        margin-left: 30%;
    }

    .footer-col3 a {
        display: block;
        margin: 0 auto;
        width: 80%;
    }

    .footer-col3 a:last-of-type {
        width: 88%;
    }
    .bottom-footer {
        background-color: #0f0f0f;
    }
}

@media (max-width: 767px) {

    .footer-col2 .app-stores img {
        border: none;
    }

    .footer-col2 .search_div input {
        border: none !important;
    }

    .footer-col1, .footer-col3 {
        background-color: #0f0f0f;
    }
    .footer-col2, .bottom-footer {
        background-color: #252525;
    }
    .footer-col3 a {
        display: initial;
    }
    .bottom-footer {
        margin-top: 0;
        padding: 0;
    }

    .footer-col3 .ArticleBody {
        margin-left: 0;
    }
}

@media (max-width: 479px) {

    .bottom-footer {
        margin-top: 0;
    }

    .footer-col {
        padding: 55px 20px 10px !important;
    }

    .footer-col2 {
        height: 325px;
    }

    .footer-col2 .app-stores {
        margin: 0 auto;
        height: 130px;
        width: 150px;
    }

    .footer-col2 .search_div {
        width: 220px;
        margin: 0 auto;
    }

    .footer-col2 .search_div input {
        width: 160px !important;
    }

    .footer-col2 .ArticleBody {
        width: 100%;
    }
}



/* find a course */

.on-the-map {
    text-align: center;
}

.register-button {
    padding: 18px 25px 15px;
    font-size: 18px;
    color: #323232 !important;
    border: 2px solid #c1c1c1;
    font-family: AvenirLTPro-Heavy, sans-serif;
}

.register-button:hover {
    border-color: #45c3b0;
}

.directory_grid {
    letter-spacing: 0;
    display: none;
}

.my-nearest-section {
    background-color: #f0f0f0;
    padding:40px 20px ;
}

.my-nearest-section  .w-row .w-col-6:first-child {
    border-right: 1px solid #dadada;
}

.my-nearest-section #org_search {
    margin-left: 60px;
}
#custom_MyNearestInput  .find-nearest-input, #custom_SearchInput  .find-org-input {
    width: 73%;
    float: left;
    height: 50px;
    border-color: #cccccc;
    border-right: none;
}

#custom_MyNearestInput  .find-nearest-button, #custom_SearchInput  .find-org-button {
    float: left;
    height: 50px;
    border-radius: 0;
    margin-top: 0;
    padding: 0 18px;
    font-family: AvenirLTPro-Book, sans-serif;
}


.cfMap {
    min-height: 630px;
}
.cfMap .w-container {
    padding-top: 40px;
    padding-bottom: 50px;
}
.cfMap .AlphabetPager,
div[id$=ctl01MyNearestInput], div[id$=ctl01SearchInput],
div[id$=OrgBrowseReturnTop], div[id$=OrgBrowseReturnBottom],
div[id$=MyNearestReturn], div[id$=SearchReturn],
div[id$=DirectoryDetailsBox_StaffGrid],
.cfMap > div > a {
    display: none !important;
}

.my-nearest-group-section {
    padding: 0;
}

.course-search-wrapper {
    background-color: #fff;
}

.nearest-group-results-section {
    background-color: #fff;
}
.nearest-group-results-section .w-container {
    padding-top: 0;
}
div[id$=MyNearestDisplay] {
    margin-top: 20px;
}
div[id$=MyNearestDisplay] table {
    background-color: #fff;
}

div[id$=MyNearestDisplay] .table-spacer {
    width: 100%;
    height: 25px;
    background: #fff;
}
div[id$=MyNearestDisplay] {
    font-family: AvenirLTPro-Black, sans-serif;
    font-size:20px;
}

div[id$=MyNearestDisplay] .griditem a {
    color: #231f20;
    margin-left: 10px;

}

div[id$=MyNearestDisplay] .griditem a:hover {
    opacity: 0.7;
}
div[id$=MyNearestDisplay] > table tr {
    border-bottom: 1px solid #e1e1e1;
    height: 50px;
}
div[id$=MyNearestDisplay]  > a {
    display: inline-block;
    margin: 12px 25px;
    font-family: AvenirLTPro-Book, sans-serif;
    font-size: 20px;
    color: #fff;
}
div[id$=MyNearestDisplay] > a:nth-last-child(2) {
    padding: 8px 14px 8px 28px;
    background: #45c3b0 url(../images/prev-arrow.png) 10px 14px no-repeat;

}

div[id$=MyNearestDisplay] > a:last-child {
    padding: 8px 25px 8px 10px;
    background: #45c3b0 url(../images/next-arrow.png) 60px 14px no-repeat;

}

div[id$=MyNearestDisplay] > a:hover {
    color: #fff;
    opacity: 0.8;
}

.course-detail-wrapper {
    background-color: #f0f0f0;
    margin-bottom: 30px;
}
.cfMap .w-container.orgDetail-section {
    padding: 0;
    margin-top: -80px;
}

div[id$=OrgDetail] {
    background-color: #fff;
    padding: 35px 60px;
    font-family: AvenirLTPro-Book, sans-serif;
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0;
}
div[id$=OrgDetail] h1 {
    font-size: 36px;
}

.detail-group {
    border-top: 1px solid #dadada;
    border-bottom: 1px solid #dadada;
}
div[id$=OrgDetail] .detail-block-contact {
    float: right;
    width: 50%;
    padding-top:30px;
    padding-left: 40px;
}
div[id$=OrgDetail] .detail-block-address {
    width:50%;
    padding-top: 30px;
    padding-bottom: 30px;
    border-right: 1px solid #dadada;
}
div[id$=OrgDetail] .courses-run {
    font-family: AvenirLTPro-Black, sans-serif;
    font-size: 20px;
    margin-top: 30px;
}
div[id$=OrgDetail] a {
// color: #231f20;
}
div[id$=OrgDetail] > p > b  {
    display: none;
}
div[id$=OrgDetail] a:hover {
    opacity: 0.8;
}



#DirectoryDetailsBox_StaffGrid {
    display: none;
}

div[id$=arptOrgs__ctl2] {
    background-color: #fff;
}

.directory-grid-section {
    padding: 0;
    background-color: #fff;
}
.directory_grid {
    padding-top: 40px;
    padding-bottom: 50px;

}
.directory_grid > div {
    float: none !important;
    font-family: AvenirLTPro-Black, sans-serif;
    font-size:20px;
}

.directory_grid .findTitle {
    border-bottom: 1px solid #e1e1e1;
    line-height: 33px;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 8px !important;
    padding-bottom: 5px !important;
}

.directory_grid .findTitle a {
    color: #231f20;
}
.directory_grid .findTitle a:hover {
    opacity: 0.8;
}

.directory_grid .findNotes {
    display: none;
}

.directory_grid > div:last-child {
    margin-right: 15px;
    margin-top: 10px;
    font-family: AvenirLTPro-Book, sans-serif;
}

.groupIcon {
    margin-left: 4px;
    margin-bottom: 4px;
}
.groupIcon-left {
    margin-right: 5px;
}

.detail-group + div + div .groupnotes_value {
    display: none;
}

@media (max-width: 767px) {
    .my-nearest-section #org_search {
        margin-left: 0px;
        margin-top: 25px;
    }
    .my-nearest-section  .w-row .w-col-6:first-child {
        border-right: none;
    }
    div[id$=ctl0_MyNearestDisplay] > a {
        display: block;
        font-size: 15px;
    }

    div[id$=ctl0_MyNearestDisplay] > a:nth-last-child(2),
    div[id$=ctl0_MyNearestDisplay] > a:last-child {
        background-position-y: 10px;
    }

    div[id$=ctl0_MyNearestDisplay] {
        font-size:18px;
    }

    div[id$=ctl0_OrgDetail] .detail-block-contact {
        float: none;
        width: 100%;
        padding-left: 0;

    }
    div[id$=ctl0_OrgDetail] .detail-block-address {
        width:100%;
        border-right: none;
    }
}

@media (max-width: 479px) {
    div[id$=ctl0_MyNearestDisplay] {
        font-size:14px;
    }

    div[id$=ctl0_MyNearestDisplay] > a:last-child {
        padding-right: 35px;
    }

    #custom_MyNearestInput  .find-nearest-input, #custom_SearchInput  .find-org-input {
        width: 60%;
    }

    div[id$=ctl0_OrgDetail] {
        font-size: 18px;
        line-height: 24px;
    }

    div[id$=ctl0_OrgDetail] h1 {
        font-size: 24px;
        line-height: 34px;
    }

    .directory_grid .findTitle a {
        font-size: 16px;
    }

    .directory_grid > div:last-child {
        font-size: 16px;
    }

}


/* addthis */

.at-share-tbx-element .at-share-btn {
    max-width: 48px !important;
    max-height: 48px !important;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.at-share-tbx-element .at-share-btn:hover {
    opacity: 0.6;
    transform: none !important;
    outline-offset: 0 !important;
}

.at-icon-wrapper {
    width: 48px !important;
    height: 48px !important;
    line-height: 48px !important;
}

.at-icon-wrapper svg {
    width: 48px !important;
    height: 48px !important;
    background: #d0112d;
}


.ce-share {
    float: right;
    margin-bottom: 25px;
}

.share-text {
    display: inline-block;
    float: right;
    margin-top: 41px;
}

/* What is Christianity */

.download-button {
    padding: 15px 25px;
    font-size: 16px;
    color: #231f20;
    border: 2px solid #e1e1e1;
    font-family: AvenirLTPro-Black, sans-serif;
    width: 197px;
    margin: 30px auto 0;
    text-align: center;
    display: block;
}

.download-button:hover {
    color: #FFFFFF;
    background-color: #d0112d;
    border: 2px solid #d0112d;
    opacity: 1;
}

.section-header-wrapper {
    text-align: center;
}

.section-header {
    font-size: 42px;
    font-family: AvenirLTPro-Black, sans-serif;
    margin-bottom: 33px;
}

.section-sub-header {
    font-size: 30px;
    font-family: AvenirLTPro-Heavy, sans-serif;
    line-height: 36px;
    margin-bottom: 25px;
}


@media (max-width: 767px) {
    .section-header {
        font-size: 34px;
        line-height: 38px;
        margin-bottom: 24px;
    }

    .section-sub-header {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 25px;
    }

}
@media (max-width: 479px) {
    .section-header {
        font-size: 30px;
        line-height: 34px;
    }

    .section-sub-header {
        font-size: 20px;
        line-height: 26px;
    }

}
.accordion-section {
    background-color: #f0f0f0;
    padding: 60px 0 65px;
}
.accordion  {
    margin-top: 20px;
}
.accord-content {
    display: none;
    background-color: #fff;
    margin-bottom: 40px;
    margin-top: -40px;
    padding-top: 35px;
    padding-bottom: 35px;
}
.accord-content > div {
    padding: 0 30px;
    border-right: 1px solid #f0f0f0;
}

.accord-content > div:last-child {
    border:none;
}
.accord-header {
    background: url(../images/what-is-header-bkgd.png)  0 0 repeat-x;
    position: relative;
    height: 87px;
    margin-bottom: 40px;
}
.accord-header img {
    right: 75px;
    position: absolute;
}

.accord-header img:last-of-type {
    right: 30px;
    top: 45px;
}

.accord-header-text {
    color: #fff;
    font-size: 35px;
    font-family: AvenirLTPro-Black, sans-serif;
    display: block;
    vertical-align: middle;
    padding-top: 40px;
    text-align: center;
}

.accord-content .col-header {
    font-family: AvenirLTPro-Black, sans-serif;
    font-size: 30px;
    margin-bottom: 20px;
}
@media (max-width: 991px) {
    .accord-header-text {
        text-align: left;
        margin-left: 40px;
        font-size: 32px;
    }
}
@media (max-width: 767px) {

    .accordion-section {
        padding: 50px 0 20px;
    }
    .accordion-content  {
        margin-bottom: 25px;
    }
    .accord-header {
        height: 55px;
        margin-bottom:20px;
    }
    .accord-header img {
        right: 33px;
        width: 60px;
        top: 6px;
    }

    .accord-header img:last-of-type {
        right: 10px;
        width: 12px;
        top: 32px;
    }

    .accord-header-text {
        font-size: 18px;
        padding-top: 27px;
        margin-left: 20px;
        text-align: left;
    }
    .accord-content > div {
        border:none;
    }
    .accord-content {
        margin-top: -20px;
        padding-top: 15px;
    }

    .accord-content .col-header {
        font-size: 24px;
        margin-bottom: 10px;
        margin-top: 20px;
    }


}

@media (max-width: 429px) {

    .accord-content {
        margin-top: -6px;
    }

    .accord-header {
        height: 45px;
        margin-bottom: 6px;
    }

    .accord-header img {
        right: 22px;
        width: 37px;
        top: 12px;
    }

    .accord-header img:last-of-type {
        right: 6px;
        width: 12px;
        top: 28px;
    }
    .accord-header-text {
        font-size: 13px;
        margin-left: 10px;
        padding-top: 23px;
    }

    .accord-content .col-header {
        font-size: 20px;
        margin-bottom: 20px;
    }
}


/* Tough Questions */

.tq-video-grid, .rls-video-grid {
    display: none;
}
.video-grid {
    max-width: 1170px;
    width: 100%;
    margin: 0 auto;
}
.finger-print-large {
    background: #f0f0f0 url(../images/finger-print-watermark.png) no-repeat 0 0
}
.video-grid ul {
    list-style: none;
    padding: 0;
}

.video-grid li {
    background-color: #000;
    margin-bottom: 50px;
    position: relative;
}

.video-grid li img {
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}

.video-grid img {
    width: 100%;
}


.video-grid .video-caption  {
    margin-top: 0px;
    margin-bottom: 0px;
    color: #323232 !important;
    font-family: AvenirLTPro-Book, sans-serif;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    text-align: left;
    height: 100px;
    padding: 15px 15px 12px;
    background-color: #fff;
}

.cec-video-grid .video-caption {
    height: 120px;
}

.video-tabs {
    position: absolute;
    bottom: 100px;
}

.cec-video-grid .video-tabs {
    bottom: 120px;
}
.video-tab-play, .video-tab-read, .video-tab-download {
    float: left;
}
.video-tab-play a, .video-tab-read a, .video-tab-download a {
    height: 60px;
    width: 60px;
    display: block;
}
.video-tab-play a {
    background: transparent url(../images/tab-play.png) 0 0 no-repeat;
}
.video-tab-read a {
    background: transparent url(../images/tab-book.png) 0 0 no-repeat;
}
.video-tab-download a {
    background: transparent url(../images/tab-downloadv2.png) 0 0 no-repeat;
}
.video-tab-play a:hover {
    background: transparent url(../images/tab-play-hover.png) 0 0 no-repeat;
}
.video-tab-read a:hover {
    background: transparent url(../images/tab-book-hover.png) 0 0 no-repeat;
}
.video-tab-download a:hover {
    background: transparent url(../images/tab-download-hoverv2.png) 0 0 no-repeat;
}

@media (max-width: 767px) {

    .rls-video-grid .video-caption {
        height: 120px;
    }

    .rls-video-grid .video-tabs {
        bottom: 120px;
    }
}

@media (max-width: 620px) {

    .rls-video-grid .video-caption {
        height: 170px;
    }

    .rls-video-grid .video-tabs {
        bottom: 170px;
    }
}

@media (max-width: 479px) {

    .video-grid li {
        width: 100%;
    }

    .video-grid img {
        max-width: 100%;
    }
    .rls-video-grid .video-caption {
        height: 145px;
    }

    .rls-video-grid .video-tabs {
        bottom: 145px;
    }

}

/* The CE Course */

.tcec-video02-section {
    background-color: #f0f0f0;
}

.read-banner {
    position: relative;
}
.read-banner img {
    height: auto;
}
.read-banner-wrapper {
    position: absolute;
    top:50%;
    left:0;
    right: 0;
    transform:translateY(-50%);
    padding: 0 28%  ;
}
.read-banner-heading {
    text-align: center;
    color: #fff;
    font-size:42px;
    font-family: AvenirLTPro-Black, sans-serif;
    line-height: 44px;
}
.read-banner-text {
    text-align: center;
    color: #fff;
    font-size:24px;
    font-family: AvenirLTPro-Book, sans-serif;
    line-height: 32px;
    margin-top: 35px;
    padding: 0 50px;
}

.read-banner-button {
    font-family: AvenirLTPro-Heavy, sans-serif;
    padding-top: 20px;
}
.read-banner-button a {
    width: 225px;
    color: #fff;
    font-size:18px;
    padding: 12px 15px;
}

@media (max-width: 1250px) {

    .read-banner-wrapper {
        padding: 0 5%;
    }
    .read-banner-heading {
        font-size: 32px;
        line-height: 36px;
    }

    .read-banner-text {
        font-size: 20px;
        line-height: 28px;
        margin-top: 10px;
    }
}

@media (max-width: 1250px) {

    .read-banner-wrapper {
        padding: 0 5%;
    }
    .read-banner-heading {
        font-size: 28px;
        line-height: 28px;
    }

    .read-banner-text {
        font-size: 18px;
        line-height: 22px;
        margin-top: 10px;
    }

    .read-banner-button {
        padding-top: 0;
    }

    .read-banner-button a {
        width: 200px;
        font-size:16px;
        padding: 10px;
    }
}
@media (max-width: 767px) {
    .read-banner {
        overflow: hidden;
    }
    .read-banner img {
        width: 1000px;
        max-width:initial;
    }
    .read-banner-text {
        padding: 0;
    }
    .read-banner-button {
        margin-top: -10px;
    }
}

/* Content Page */

.content-section {
    padding-top: 40px;
    padding-bottom: 60px;
}
.content-section .section-header {
    text-align: center;
}
.overall-content-column {
    padding-top: 55px;
}
.content-article {
    padding-top: 0;
    padding-right: 30px;
}

@media (max-width: 767px) {
    .overall-content-column {
        padding-top: 30px;
    }
    .content-section {
        padding-left: 0;
        padding-right: 0;
    }

    .overall-content-column {
        padding-top: 30px;
    }

    .content-article {
        padding-right: 0;
        padding-top: 10px;

    }


}


/* homepage card section */

.card-section-sidebar {
}

.card-section-sidebar .card {
    background-color: #fff;
    padding: 0;
    margin: 20px auto;
    width: 110px;
}

.card-section-sidebar .card img {
    width: 70px;
}

.card-section-sidebar .card p {
    margin-top: 15px;
}
.card-section-sidebar .card a {
    font-size:14px;
    line-height: 18px;
    font-family: AvenirLTPro-Heavy, sans-serif;
    text-align: center;
    color: #323232;
    display: block;
}
.card-section-sidebar .card a:hover  {
    opacity: 0.7;
    color: #d0112d;
}

@media (max-width: 1080px) {
    .card-section-sidebar .cards > div {
        width: 100%;
    }
}
@media (max-width: 767px) {
    .card-section-sidebar .cards > div {
        width: 25%;
    }
    .content-section {
        padding-bottom: 40px;
    }
    .content-article {
        padding-bottom: 30px;
    }
}

@media (max-width: 550px) {
    .card-section-sidebar .cards > div {
        width: 50%;
    }

}