body.section_about-our-ministries .header-ad, body.section_about-our-ministries .footer-ad {
    display: none !important;
}


sup {
    position: relative;
    vertical-align: bottom;
    top: -.3em;
    font-size: 12px;
}

.primary-content {
    background-image: url(/sites/all/themes/cbn_default/images/partner_section/ptnr-home-top-bkg.jpg), url(/sites/all/themes/cbn_default/images/partner_section/ptnr-home-bottom-bkg.jpg);
    background-position: top, bottom;
    background-color: #fff;
    background-size: contain, 960px;
    background-repeat: no-repeat;
    padding-top: 50px !important;
    -webkit-font-smoothing: antialiased;
}

.primary-content.single-background {
    background-image: url(/sites/all/themes/cbn_default/images/partner_section/ptnr-home-top-bkg.jpg);
    background-position: top;
}

#tertiary-title, #secondary-menu { display: none; }

.partner-btn {
    float: right !important;
    padding-right: 0 !important;
    margin-right: 0 !important;
}

.primary-content h1, .primary-content h2 {
    text-align: center;
    font-size: 45px;
    margin-top: 0px;
}

.primary-content h2 {
    font-size: 35px;
}

.main-title {
    font-size: 32px;
    text-align: center;
}

.menu-button.give {
    color: #fff;
    display: inline-block;
    background-color: #fba419;
    text-transform: capitalize;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    font-size: 20px;
    height: 50px;
    margin-bottom: 0;
    box-sizing: border-box;
    padding: 0 20px;
    margin-left: 50px;
    font-size: 16px;
    border-radius: 0px;
}

.menu-button.give:hover {
    color: #000;
}

.node.node-article {
    margin-top: 30px;
    float: left;
}

.item-list {
    line-height: 1.6em;
}

.gallery-lightbox {
    background-color: rgba(255, 255, 255, .75);
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: 10000000;
    opacity: 0;
    display: flex;
    pointer-events: none;
    transition: opacity .4s ease-in-out;
}

.gallery-lightbox.show {
    pointer-events: auto;
    opacity: 1;
}

.gallery-wrapper {
    max-width: 768px;
    width: 80%;
    position: relative;
    margin: auto;
    padding: 15px;
}

.gallery-container {
    width: 100%;
    position: relative;
    height: 0;
    padding-bottom: 56.25%;
    background-color: #000;
}

.gallery-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    border: none;
}

.gallery-wrapper .close-btn {
    position: fixed;
    width: 50px;
    height: 50px;
    background-image: url(/sites/all/themes/cbn_default/images/ic_clear_black_24px.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 15px;
    right: 15px;
    cursor: pointer;
}

.stats-list-3 .column {
    width: calc(33.3333% - 60px);
}

.stats-list-2 .column:nth-child(1) {
    width: calc(65% - 15px);
}

.stats-list-2 .column:nth-child(2) {
    width: calc(35% - 15px);
}

.stats-list-1 .column {
    width: 100%;
    float: none;
}

li.image-container {
    list-style: none;
}

.section {
    position: relative;
    margin-bottom: 35px;
    text-align: center;
}

.section ul.statistics-list {
    text-align: left;
    line-height: 1.3em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
}

.section ul.statistics-list li {
    display: list-item;
    list-style: none;
    text-align: left;
    margin-bottom: 20px;
}

.section ul.statistics-list li a {
    color: #009BDF;
}

.section.bullets.no-image ul.statistics-list,
.section.bullets.image-right ul.statistics-list {
    padding-left: 20px;
}

.section.bullets ul.statistics-list li {
    list-style: square;
}

.section.bullets ul.statistics-list li.image-container {
    list-style: none;
}

.section.no-bullets ul.statistics-list {
    margin-left: 0;
    margin-right: 0;
}

.section.bkg-picture {
    padding: 20px 0px;
}

.section.bkg-picture .section-background-image {
    height: 100%;
    width: 100vw;
    position: absolute;
    top: 0px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 0;
    overflow: hidden;
}

.section.bkg-picture .parallax-group {
    height: calc(100%  - 1px); /* avoid issues with background bleeding on certain browsers */
    perspective: 200px;
    overflow: hidden;
}

.section.bkg-picture .background-image-parallax {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.background-image-parallax {
    transform: translate3d(0px, 150px, -100px) scale(2);
}

.section-bottom-pointer {
    height: 30px;
    width: 100%;
    position: absolute;
    bottom: -1px;
}

.section-bottom-pointer .pointer-left {
    width: 50%;
    height: 100%;
    background-color: #fff;
    float: left;
    transform: skewX(45deg) translateX(-15px);
}

.section-bottom-pointer .pointer-right {
    width: 50%;
    height: 100%;
    background-color: #fff;
    float: right;
    transform: skewX(-45deg) translateX(15px);
}

.button {
    display: inline-block;
    color: #fff;
    background-color: #fba419;
    margin-bottom: 35px;
    border-radius: 4px;
}

.button a {
    display: block;
    padding: 20px 30px;
    color: #fff;
    text-transform: capitalize;
    -webkit-user-select: none;
    user-select: none;
    font-size: 20px;
    transition: color .15s ease-in-out;
}

.button a:hover {
    color: #000;
    text-decoration: none;
}

.video-play {
    background-image: url(/sites/all/themes/cbn_default/images/play_circle.svg);
    background-size: 20px;
    display: inline-block;
    width: 20px;
    height: 20px;
    position: relative;
    top: 4px;
    opacity: .3;
}

@media only screen and (max-width: 960px) {
    .primary-content {
        padding-top: 50px !important;
    }

    .stats-list-3 .column {
        width: calc(50% - 60px);
    }

    .stats-list-2 .column {
        width: 100% !important;
    }

    .column.image-column {
        width: 100% !important;
    }

    li.image-container {
        max-width: 400px;
        margin: 0 auto;
    }
}

@media only screen and (max-width: 667px) {
    .content-aside {
        width: calc(100% - 20px) !important;
    }

    .primary-content h1, .primary-content h2 {
        font-size: 35px;
        padding-left: 10px;
        padding-right: 10px;
    }

    ul.list {
        padding: 0px 20px;
        box-sizing: border-box;
    }

    .stats-list-3 .column, .stats-list-2 .column, .stats-list-1 .column {
        width: 100%;
        box-sizing: border-box;
    }

    .stats-list-3.bullets .column, .stats-list-2.bullets .column, .stats-list-1.bullets .column {
        padding-left: 15px;
    }

    .gallery-wrapper .close-btn {
        width: 30px;
        height: 30px;
    }
}
