@charset "utf-8";
/* CSS Document */

/* ---Custom Static CSS for FPC-Custom Theme By Missional Marketing--- */

/* Don't overflow container */
body{
    overflow-x:hidden;
}

.page-wrapper{
	overflow-x:hidden;
	position:relative;
}

/* Links */
a:focus{
    text-decoration:none !important;
}

/* Theme specific fonts */
@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 400;
    src: url('../Assets/Fonts/Montserrat-Regular.ttf') format('truetype');
    src: url('../Assets/Fonts/Montserrat-Regular.woff') format('woff');
    src: url('../Assets/Fonts/Montserrat-Regular.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 300;
    src: url('../Assets/Fonts/Montserrat-Light.ttf') format('truetype');
    src: url('../Assets/Fonts/Montserrat-Light.woff') format('woff');
    src: url('../Assets/Fonts/Montserrat-Light.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    src: url('../Assets/Fonts/Montserrat-Bold.ttf') format('truetype');
    src: url('../Assets/Fonts/Montserrat-Bold.woff') format('woff');
    src: url('../Assets/Fonts/Montserrat-Bold.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 800;
    src: url('../Assets/Fonts/Montserrat-Black.ttf') format('truetype');
    src: url('../Assets/Fonts/Montserrat-Black.woff') format('woff');
    src: url('../Assets/Fonts/Montserrat-Black.otf') format('opentype');
}

@font-face {
    font-family: 'Grange';
    font-style: normal;
    font-weight: 400;
    src: url('../Assets/Fonts/GRANGE.TTF') format('truetype');
    src: url('../Assets/Fonts/GRANGE.woff') format('woff');
    src: url('../Assets/Fonts/GRANGE.otf') format('opentype');
}

@font-face {
    font-family: 'Grange';
    font-style: italic;
    font-weight: 400;
    src: url('../Assets/Fonts/GRANGEI.TTF') format('truetype');
    src: url('../Assets/Fonts/GRANGEI.woff') format('woff');
    src: url('../Assets/Fonts/GRANGEI.otf') format('opentype');
}

  

@font-face {
    font-family: "GeorgiaPro";
     font-style: normal;
    font-weight: 400;
    src: url("../Assets/Fonts/georgia-pro.eot") format("embedded-opentype"),                       
         url("../Assets/Fonts/georgia-pro.woff") format("woff"),
         url("../Assets/Fonts/georgia-pro.ttf") format("truetype"),
         url("../Assets/Fonts/georgia-pro.svg#GeorgiaPro") format("svg");
}
@font-face {
    font-family: 'GeorgiaPro';
    font-style: normal;
    font-weight: 200;
  src: url("../Assets/Fonts/GeorgiaPro-Light.eot") format("embedded-opentype"),                       
         url("../Assets/Fonts/GeorgiaPro-Light.woff") format("woff"),
         url("../Assets/Fonts/GeorgiaPro-Light.ttf") format("truetype");
}
@font-face {
    font-family: 'GeorgiaPro';
    font-style: normal;
    font-weight: 600;
  src: url("../Assets/Fonts/GeorgiaPro-Semibold.eot") format("embedded-opentype"),                       
         url("../Assets/Fonts/GeorgiaPro-Semibold.woff") format("woff"),
         url("../Assets/Fonts/GeorgiaPro-Semibold.ttf") format("truetype");
}
@font-face {
    font-family: 'GeorgiaPro';
    font-style: normal;
    font-weight: 800;
  src: url("../Assets/Fonts/GeorgiaPro-Bold.eot") format("embedded-opentype"),                       
         url("../Assets/Fonts/GeorgiaPro-Bold.woff") format("woff"),
         url("../Assets/Fonts/GeorgiaPro-Bold.ttf") format("truetype");
}

@font-face {
    font-family: 'GeorgiaPro';
    font-style: italic;
    font-weight: 400;
  src: url("../Assets/Fonts/GeorgiaPro-SemiboldItalic.eot") format("embedded-opentype"),                       
         url("../Assets/Fonts/GeorgiaPro-SemiboldItalic.woff") format("woff"),
         url("../Assets/Fonts/GeorgiaPro-SemiboldItalic.ttf") format("truetype");
}
@font-face {
    font-family: 'GeorgiaPro';
    font-style: italic;
    font-weight: 200;
  src: url("../Assets/Fonts/GeorgiaPro-Italic.eot") format("embedded-opentype"),                       
         url("../Assets/Fonts/GeorgiaPro-Italic.woff") format("woff"),
         url("../Assets/Fonts/GeorgiaPro-Italic.ttf") format("truetype");
}
@font-face {
    font-family: 'GeorgiaPro';
    font-style: italic;
    font-weight: 600;
  src: url("../Assets/Fonts/GeorgiaPro-BoldItalic.eot") format("embedded-opentype"),                       
         url("../Assets/Fonts/GeorgiaPro-BoldItalic.woff") format("woff"),
         url("../Assets/Fonts/GeorgiaPro-BoldItalic.ttf") format("truetype");
}

  @import url("https://use.typekit.net/iiw2klo.css");
.grey-background {
    background: rgba(192,192,192,0.35);
}

a.no-hover-underline:hover{
    text-decoration:none;
}



ul.breadcrumb{
    margin-top:20px;
}

/* Responsive Vimeo Embed Wrapper CSS */
.video-embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

    .video-embed-container iframe, .video-embed-container object, .video-embed-container embed {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

/* Universal Search Form Styling */
.search-button.active .search-icon{
    display:none;
}

.search-button .close-icon{
    display:none;
}

.search-button .close-icon {
    max-width: 24px;
    transform: translateX(-5px);
}

.search-button.active .close-icon{
    display:block;
}

form.search-form {
    position: absolute;
    top: 90px;
	visibility:hidden;
    padding: 20px;
    z-index: 1001;
    width:400px;
    right:-400px;
    transition:right 1s ease-in-out;
}

@media only screen and (max-width:768px) {
    form.search-form {
     display:none;
    }
}

form.search-form.active {
    right:0;
	visibility:visible;
}

.search-form button {
    font-size: 25px;
    border-radius:0;
}

.search-form button i{
    color:#fff !important;
}

.search-form input {
    width: 290px;
    margin-right: 10px;
    height: 52px;
    padding: 0 10px;
    vertical-align: bottom;
}

/* Search Page Styling */
.input-group.searchbox{
    max-width:500px;
    margin-top:10px;
}

.searchbox .input-group-addon{
    font-size:20px;
    color:#fff;
}

.searchbox input[type="text"] {
    height: 50px;
    padding: 0 20px;
    font-size: 18px;
    color: #333;
}

.searchbox a.btn {
    height: 50px;
    line-height: 50px;
    vertical-align: top;
    padding: 0 20px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 3px;
    font-size: 20px;
}

ul.search-results {
    list-style: none;
    padding-left: 15px;
}

ul.search-results li{
    margin-bottom:10px;
}

    ul.search-results li a i {
        font-size: 22px;
        padding-right: 15px;
    }

    ul.search-results li a {
        font-size: 20px;
    }



/* ROCK front-end UI elements */
h3.modal-title{
    color:#fff;
}

/* Bootstrap Panels */
.panel-heading{
    font-size:18px;
}

/* Bootstrap Buttons */
.btn {   
    font-size: 16px;
    letter-spacing: 1px;
    font-weight: 400;
    border: none;
    padding: 8px 12px;
    max-width: 100%;
    white-space: unset;
    color:#fff;
  font-style: unset;
  text-transform: uppercase;
}

a.btn:visited{
	color:#fff;
}

.btn.js-toggle-off, .btn.js-toggle-on{
    background:#fff;
    color:#333;
    border-color:#333;
}

    .btn.js-toggle-off.active, .btn.js-toggle-on.active {
        background: #31b0d5;
        color:#fff;
    }

.btn-link:hover{
    color:#fff;
}

.btn-default:hover {
    color: #fff;
}

/* Event Bar Carousel Styling */
.eventbar-carousel .owl-item:hover{
    filter:brightness(0.8);
}

.owl-carousel .owl-wrapper {
    display: flex !important;
}

.owl-carousel .owl-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-width: 360px;
    margin:auto;
}

@media only screen and (max-width:499px)
{
    .owl-carousel .owl-item img {
       max-height:165px;
    }
}

/* Single Sermon Series Display */
span.message-date{
    display:block;
    text-align:center;
    font-weight:600;
}

.message-resources i{
    font-size:20px;
    margin-right:10px;
}

.message-resources .link-text{
    vertical-align:top;
}

/* Sermon Series Index Styling */
.current-series h1 {
    text-align: center;
    font-size: 22px;
    letter-spacing: 1px;
    font-weight: 500;
    color: #fff;
    margin: 0;
    padding: 10px;
}

/* Latest Sermon Series Styling */
.latest-series{
    margin-top:75px;
}

.latest-series h3 {
    font-size: 32px;
    text-transform: uppercase;
    margin-top: 0;
}

.latest-series a.cta-btn{
    margin-top:30px;
}

.latest-series .pod{
    margin-right:40px;
}

.latest-series .series-cover-column img{
    margin-top:-90px;
    max-width:calc(100% + 90px);
}

@media only screen and (max-width:768px)
{
    .latest-series .pod {
        margin-right: 0;
    }

    .latest-series {
        margin-top: 50px;
    }

        .latest-series .series-cover-column img {
            margin-top: 30px;
            max-width: 100%;
        }
}

/* Recent Sermons Column Styling */
.recent-sermons-column{
    max-width:360px;
    margin:auto;
}

.recent-sermons-column .cover{
    max-width:100%;
}

.recent-sermons-column .recent-sermons-item{
    margin-bottom:20px;
}

/* For items that should only display at desktop/mobile width */
.cta-btn.mobile-only{
    display:none !important;
}

.cta-btn.desktop-only{
    display:inline-block !important;
}

@media only screen and (max-width:768px) {
    .cta-btn.mobile-only {
        display:inline-block !important;
    }

    .cta-btn.desktop-only {
        display:none !important;
    }

}

/* Oversize Form Styling (ie. Plan a Visit Connect Form) */
.oversize-form input.form-control, .oversize-form textarea {
    height: 50px;
    font-size: 20px;
    line-height: 50px;
}

    .oversize-form textarea{
        height:auto;
        line-height:40px;
    }

@media only screen and (max-width:500px)
{
    .oversize-form input.form-control, .oversize-form textarea {
        height: 50px;
        font-size: 18px;
        line-height: 50px;
    }

    .oversize-form textarea {
        height: auto;
        line-height:25px;
    }
}

/* Accordion Format Styling */
.accordion-column {
   color: #fff;
   padding: 50px;
   border-radius: 10px;
	    background: #004c6c;
}
}

.accordion-column h2{
    color:#fff;
    margin-top:0;
}

/* Accordion styles */
.accordion {
    overflow: hidden;
}

.accordion input{
  position: absolute;
  opacity: 0;
  z-index: -1;
}

.accordion-entry {
    width: 100%;
    color: white;
    overflow: hidden;
}
    .accordion-entry label {
        justify-content: space-between;
        padding: 10px 0px;
        margin-left: 30px;
        font-weight: 500;
        position: relative;
        cursor: pointer;
        font-size: 20px;
        letter-spacing: 1px;
        margin-bottom: 0;
    }

@media only screen and (max-width:768px)
{
    .accordion-entry label{
        font-size:16px;
    }
}

@media only screen and (max-width:500px) {
     .accordion-column{
        padding:20px;
    }

    .accordion-column h2 {
        font-size:34px;
    }
}

.accordion-label::before {
    content: "\276F";
    width: 30px;
    position: absolute;
    left: 0;
    height: 30px;
    display: inline-block;
    font-size: 20px;
    margin: 0 10px;
    margin-left: -35px;
    font-weight: 700;
    text-align: center;
    transition: all .35s;
}

.accordion-content {
    max-height: 0;
    padding:0;
    background: transparent;
    transition: all .35s;
    font-weight:300;
}

input:checked + .accordion-label::before
{
    transform: rotate(90deg);
}

input:checked ~ .accordion-content {
    max-height: 100vh;
    padding: 0 0 10px 0;
}

/* Generic "Pod" Styling */
.pod {
    background: #f3f2f2;
    padding: 50px;
    border-radius: 10px;
    margin: 20px 0;
    position:relative;
}

.pod h2{
    margin-top:0;
}

@media only screen and (max-width:500px)
{
    .pod{
        padding: 20px 20px;
    }

    .pod h2{
        font-size:34px;
    }
}

/* Submenu Pods */
.nav-sub.pod{
    padding:20px;
    margin:0;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    text-align:left;
}

    .nav-pills > li > a {
    position: relative;
    display: block;
    padding: 5px 10px;
    font-family: Montserrat;
    font-size: 16px;
    text-align:left;
    font-weight: 500;
}

ol.breadcrumb{
    margin-top:20px;
}

.nav-pills>li>a:hover, .nav-pills>li>a:focus{
    color:#fff;
}

/* Video Section Styling (See "Plan a Visit" page example) */
.video-section {
    position: relative;
    margin-bottom: 70px;
    margin-top: 40px;
    margin-left: 40px;
}

    .video-section iframe.video-embed{
        position:absolute;
        left:-40px;
        top:-40px;
    }

    .video-section-inner {
        background: #f3f2f2;
        padding: 35px 40px 55px 550px;
        border-radius:10px;
    }

@media only screen and (max-width:991px)
{
    .video-section{
        margin-left:0;
        margin-top:240px;
    }

    .video-section-inner{
        padding:80px 40px 40px 40px;
    }

    .video-section iframe.video-embed{
        top:-240px;
        left: calc(50% - 275px);
    }
}

@media only screen and (max-width:550px)
{
    .video-section iframe.video-embed{
        max-width:100%;
        left:0;
    }

    .video-section h2{
        font-size:34px;
    }
}

@media only screen and (max-width:450px) {
    .video-section iframe.video-embed {
        top:-200px;
    }

    .video-section {
        margin-top:190px;
    }

    .video-section-inner{
        padding:80px 20px 40px 20px;
    }
}

@media only screen and (max-width:350px) {
    .video-section iframe.video-embed {
        top: -170px;
    }

    .video-section {
        margin-top: 110px;
    }
}


/* Featured Event Styling */
.featured-event{
    margin-top:75px;
    position:relative;
}

    .featured-event .featured-inner {
        margin-right: 40px;
        background: rgba(192,192,192,0.35);
        padding: 60px 70px;
        border-radius: 10px;
    }

    .featured-event img {
        position: absolute;
        top: -40px;
        right: 15px;
        max-width:360px;
    }

    .featured-event h3 {
        font-size: 48px;
        font-weight: 500;
        max-width: calc(100% - 280px);
        margin: 0;
        letter-spacing: 1px;
        text-transform: uppercase;
    }

    .featured-event h6.date {
        margin-top: 10px;
        font-size: 16px;
        margin-bottom: 0;
    }

    div.separator-accent{
        margin:40px 0;
        max-width:150px;
    }

    .featured-event a p {
        max-width: calc(100% - 280px);
        color: #333;
        font-size: 16px;
        margin: 0px;
    }

    @media only screen and (max-width:992px)
    {
        .featured-event a p {
            max-width: 100%;
        }

        .featured-event h3{
            font-size:32px;
        }
    }

    .featured-event a.cta-btn{
        margin-top:30px;
    }

    .featured-event a:hover{
        text-decoration:none;
    }

@media only screen and (max-width:768px) {
    .featured-event .featured-inner {
        margin-right: 0;
        padding: 100px 20px 40px 20px;
        border-radius: 10px;
    }

    .featured-event {
        margin-top: 125px;
    }

    .featured-event img {
        top: -90px;
        left: calc(50% - 180px);
        max-width: 100%;
    }

    .featured-event h3{
        font-size:24px;
        max-width:100%;
    }

    div.separator-accent {
        margin: 20px 0;
    }

    .featured-event a p {
        font-size:14px;
    }
}

@media only screen and (max-width:400px) {
    .featured-event img{
        left:0;
    }
}


    /* Event List (Matrix) Styling */
    .first-row.announcement-list {
        margin-top: 60px;
    }

    .announcement-list.row {
        justify-content: center;
    }

    @media only screen and (max-width: 768px) {
        .announcement-list div.announcement {
            max-width: 480px;
            margin: auto;
            padding-left: 15px;
            padding-right: 15px;
        }
    }


    /* Responsive Event Listing Image Thumbnail Sizing for equal heights... */
    @media only screen and (min-width:769px) {
        .announcement img {
            height: 170px;
        }
    }

    @media only screen and (min-width:993px) {
        .announcement img {
            height: 130px;
        }
    }

    .announcement-list a:hover {
        text-decoration: none;
    }

    .announcement-list h6.date{
        margin:0;
        font-size:14px;
    }
    
    .announcement-list p{
        margin:0;
        margin-top:10px;
        font-size:13px;
    }

    .announcement-list .announcement {
        max-width: 100%;
        padding: 5px;
        margin: 0;
    }

    /* Hack to make Bootstrap 3 columns equal height when responding at smaller screen-widths */
    @media only screen and (min-width:769px) {
        .announcement-list.row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            flex-wrap: wrap;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

            .announcement-list.row > [class*='col-'] {
                display: flex;
                flex-direction: column;
            }
    }

@media only screen and (max-width:991px) {
    .announcement-list.row {
      justify-content:unset;
    }
}

    .announcement-list h5.announcement-title {
        font-size: 16px;
        text-transform: uppercase;
        margin-right: 15%;
        margin-top: 0px;
        margin-bottom: 5px;
    }

.announcement-list div.announcement-text {
    font-size: 13px;
    line-height: 15px;
    position: relative;
    width: 100%;
    background: #fff;
    height: auto;
    max-height: auto;
    font-weight: 300;
    padding: 10px 15px;
    overflow: hidden;
    transition: max-height 1.5s ease;
    color: #333;
}

    .announcement-list a:hover div.announcement-text {
        opacity: 1;
        height: auto;
        max-height: 500px;
    }

    @media only screen and (max-width:992px) {
        .announcement-list div.announcement-text {
            /*top: 175px;*/
        }
    }

    @media only screen and (max-width:768px) {
        .announcement-list a:hover div.announcement-text {
            /*display: none;*/
        }

        .announcement-list img {
            max-width: 480px;
        }
    }


    /* Footer NAP area styling */
.footer-bottom {
    padding: 15px;
}

footer{
    margin-bottom:0;
}

        .footer-bottom .footer-logo {
            display: none;
            width: 147px;
            margin: auto;
        }

        .footer-bottom hr {
            border-color: #D9D9D9;
        }

    .footer-nap-info {
        text-align: center;
        margin-top: 15px;
    }

        .footer-nap-info, .footer-nap-info a {
            font-size: 18px;
            text-transform: uppercase;
            font-weight: 600;
            color: #fff !important;
        }

    .footer-bottom .copyright, .footer-bottom .privacy {
        display: block;
        text-align: center;
        font-size: 12px;
        font-weight: 600;
        line-height: 20px;
        color: #ddd;
    }

    /* Footer Menu Styling */
    .footer-menu {
        padding: 20px 40px;
        margin-top: 20px;
    }

    .footer-menus a.menu-item {
        color: #fff;
        font-weight: 500;
        letter-spacing: 0.5px;
        display: block;
        font-size: 15px;
        line-height: 23px;
    }

    .footer-menus a.menu-header:hover {
        text-decoration: none;
    }

    .footer-menus a.menu-header {
        display: block;
        color:#fff !important;
        margin-top: 20px;
        line-height: 26px;
        width: 100%;
        margin-bottom: 10px;
        padding-bottom: 10px;
        font-size: 22px;
        text-transform: uppercase;
    }

    .social-wrapper {
        margin-top: 15px;
    }

        .social-wrapper span.fa-stack {
            height: 30px;
            line-height: 30px;
            width: 30px;
            font-size: 15px;
        }

        .social-wrapper i.fa-stack-2x {
            font-size: 30px;
        }

        .social-wrapper a:hover {
            filter: brightness(0.7);
        }

    /* Headings */
    h1, h2 {
        text-transform: uppercase;
    }

    h2 {
        letter-spacing: 1px;
        font-size: 32px;
    }

    /* Hero Heading Accent */
    .hero-accent {
        position: relative;
        filter: drop-shadow(0px 10px 10px rgba(100,100,100,0.8));
    }

        .hero-accent h2 {
            color: #fff;
            line-height: 75px;
            width: 916px;
            transform: translateY(-40px);
            margin: auto;
            text-align: center;
            border-bottom-left-radius: 8px;
            border-bottom-right-radius: 8px;
            white-space: nowrap;
            overflow: hidden;
            margin-bottom: 20px;
        }
		
		@supports (-webkit-touch-callout: none) {
	/* CSS specific to iOS devices */ 		
		.hero-accent h2{
			width: 932px;
		}
	}
	
	/* CSS specific to Mac OS */
	body.mac .hero-accent h2{
			width: 932px;
		}
	

    @media only screen and (max-width:991px) {
        .hero-accent h2 {
            font-size: 3.25vw;
        }
    }

    @media only screen and (max-width:768px) {
        .hero-accent h2 {
            font-size: 4.5vw;
        }
    }

    .hero-accent .left-accent, .hero-accent .right-accent {
        position: absolute;
        width: calc((100vw - 1025px)/2);
        height: calc((100vw - 1025px)/3);
        left: 0px;
        opacity: 0.34;
        top: calc((100vw - 1025px)/-3);
    }

    .hero-accent .right-accent {
        right: 0px;
        left: unset;
    }

    .hero-accent .left-header, .hero-accent .right-header {
        position: absolute;
        height: 75px;
        width: 112px;
        top: -40px;
        left: calc(((100vw - 1025px)/2) - 61px);
        z-index: 2;
    }

    .hero-accent .right-header {
        left: unset;
        right: calc(((100vw - 1025px)/2) - 61px);
    }

@media only screen and (min-width:2000px) {
    .hero-accent .left-accent, .hero-accent .right-accent{
        display:none;
    }
}

    @media only screen and (max-width:1200px) {
        .hero-accent .left-header {
            left: calc(((100vw - 825px)/2) - 61px);
        }

        .hero-accent .right-header {
            right: calc(((100vw - 825px)/2) - 61px);
        }

        .hero-accent h2 {
			width: 716px;
        }
		
	@supports (-webkit-touch-callout: none) {
	/* CSS specific to iOS devices */ 		
		.hero-accent h2{
			width: 732px;
		}
	}		

/* CSS specific to Mac OS */
	body.mac .hero-accent h2{
			width: 732px;
		}	

        .hero-accent .left-accent, .hero-accent .right-accent {
            width: calc((100vw - 825px)/2);
            height: calc((100vw - 825px)/3);
            top: calc((100vw - 825px)/-3);
        }
    }

    @media only screen and (max-width:991px) {
        .hero-accent .left-header {
            left: calc(((100vw - 605px)/2) - 61px);
        }

        .hero-accent .right-header {
            right: calc(((100vw - 605px)/2) - 61px);
        }

        .hero-accent h2 {
            width: 496px;
        }
		
			@supports (-webkit-touch-callout: none) {
	/* CSS specific to iOS devices */ 		
		.hero-accent h2{
			width: 512px;
		}
	}			

        .hero-accent .left-accent, .hero-accent .right-accent {
            width: calc((100vw - 605px)/2);
            height: calc((100vw - 605px)/3);
            top: calc((100vw - 605px)/-3);
        }
    }

    @media only screen and (max-width:768px) {
        .hero-accent h2 {
            line-height: 65px;
            transform: none;
            border-bottom-left-radius: 2px;
            border-bottom-right-radius: 2px;
            width: 70%;
        }

        .hero-accent .left-header, .hero-accent .right-header {
            height: 65px;
            width: 15%;
            top: 0px;
            left: 0;
        }

        .hero-accent .right-header {
            left: unset;
            right: 0;
        }


        .hero-accent .left-accent, .hero-accent .right-accent {
            top: -65px;
            height: 65px;
            width: 15%;
        }
    }


    /* Heading Accent */
    .heading-accent {
        position: relative;
        z-index: 1;
    }

        .heading-accent h2 {
            color: #fff;
            line-height: 75px;
            width: calc(100% - 224px);
            margin: auto;
            text-align: center;
            border-top-left-radius: 2px;
            border-top-right-radius: 2px;
            white-space: nowrap;
            overflow: hidden;
        }

    @media only screen and (max-width:991px) {
        .heading-accent h2 {
            font-size: 3.5vw;
        }
    }

    @media only screen and (max-width:768px) {
        .heading-accent h2 {
            font-size: 4.5vw;
        }
    }

    .heading-accent .left-accent-wrapper, .heading-accent .right-accent-wrapper {
        max-height: 75px;
        overflow: hidden;
        width: calc((100vw - 900px)/2);
        left: calc((100vw - 1068px)/-2);
        position: absolute;
        top: 0;
    }

    .heading-accent .left-accent, .heading-accent .right-accent {
        height: calc((100vw - 900px)/3);
        opacity: 1;
    }

    .heading-accent .right-accent-wrapper {
        right: calc((100vw - 1068px)/-2);
        left: unset;
    }

    .heading-accent .left-header, .heading-accent .right-header {
        position: absolute;
        height: 75px;
        width: 112px;
        top: 0px;
        left: calc(50% - 570px);
        z-index: 2;
    }

    .heading-accent .right-header {
        left: unset;
        right: calc(50% - 570px);
    }

    @media only screen and (max-width:1200px) {
        .heading-accent .left-header {
            left: calc(50% - 470px);
        }

        .heading-accent .right-header {
            right: calc(50% - 470px);
        }

        .heading-accent .left-accent-wrapper {
            width: calc((100vw - 825px)/2);
            left: calc((100vw - 958px)/-2);
        }

        .heading-accent .right-accent-wrapper {
            right: calc((100vw - 958px)/-2);
            width: calc((100vw - 825px)/2);
        }

        .heading-accent .left-accent, .heading-accent .right-accent {
            height: calc((100vw - 825px)/3);
        }
    }

    @media only screen and (max-width:991px) {
        .heading-accent .left-header {
            left: calc(50% - 360px);
        }

        .heading-accent .right-header {
            right: calc(50% - 360px);
        }

        .heading-accent .left-accent-wrapper {
            width: calc((100vw - 575px)/2);
            left: calc((100vw - 737px)/-2);
        }

        .heading-accent .right-accent-wrapper {
            width: calc((100vw - 575px)/2);
            right: calc((100vw - 737px)/-2);
        }

        .heading-accent .left-accent, .heading-accent .right-accent {
            height: calc((100vw - 575px)/3);
        }
    }

    @media only screen and (max-width:768px) {
        .heading-accent h2 {
            line-height: 65px;
            height:65px;
            transform: none;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 0px;
            width: 70%;
        }

        .heading-accent .left-accent-wrapper {
            width: 15%;
            left: -15px;
            top: 0;
        }

        .heading-accent .right-accent-wrapper {
            width: 15%;
            right: -15px;
            left: unset;
            top: 0;
        }

        .heading-accent .left-header, .heading-accent .right-header {
            height: 65px;
            width: 15%;
            top: 0px;
            left: 0;
        }

        .heading-accent .right-header {
            left: unset;
            right: 0;
        }


        .heading-accent .left-accent, .heading-accent .right-accent {
            height: 65px;
        }
    }

    /* Generic Buttons */
    .cta-btn {
        padding: 10px 15px;
        text-align: center;
        font-size: 18px;
        display: inline-block;
        line-height: 24px;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1.5px;
        border-radius: 10px;
        text-decoration: none;
    }

    .slide-overlay .cta-btn {
        background-image: none;
        background-color: transparent;
        border: 2px solid #fff;
        border-radius: 10px;
        max-width: 420px;
        font-size: 18px;
        letter-spacing: 0.5px;
        color: #fff;
        text-transform: uppercase;
        text-decoration: none;
        height: 62px;
        padding: 0 25px;
        min-height: 62px;
        margin: 0px 20px;
        text-align: center;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        line-height: 62px;
    }

        .slide-overlay .cta-btn:hover {
            color: #fff;
        }

    input[type="submit"].cta-btn {
        border: none;
        min-width: 180px;
        margin-top: 20px;
    }

    @media only screen and (max-width:768px) {
        .cta-btn {
            font-size: 18px;
            padding: 15px 25px;
        }
    }

    .cta-btn:hover {
        
        color: #fff;
        text-decoration: none;
    }

    .cta-btn:focus {
        text-decoration: none;
        color: #fff;
    }

    /* Custom Icon Buttons */
    a.visit-btn, a.watch-btn, a.faq-btn {
        color:#8ac2d4;
        font-size: 22px;
        letter-spacing: 2px;
        text-transform: uppercase;
        text-decoration: none;
        max-width: 280px;
        width: 100%;
        height: 62px;
        min-height: 62px;
        margin: 80px 20px 0px 20px;
        text-align: center;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        line-height: 62px;
        background-image: url(../Assets/Images/icon-btn-border.png);
    }
	
	  a.faq-btn {
        background-image: none;
        border: 2px solid #fff;
        border-radius: 10px;
        max-width: 420px;
        font-size: 18px;
        margin-top: 20px;
        letter-spacing: 0.5px;
    }
	
	  a.visit-btn.full-border, a.watch-btn.full-border, a.faq-btn.full-border {
       background-image: url(../Assets/Images/full-border.png);
    }
	
	.cta-btn.full-border{
		color:#8ac2d4;
		background-image: url(../Assets/Images/full-border.png);
		background-size: 100% 100%;
		background-repeat: none;
		border: none;
	}
	
	.cta-btn.full-border:visited{
		color:#483248;
	}
	
	
	.slide-overlay .cta-btn.full-border{
		font-size: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none;
    height: 62px;
    padding: 0 20px;
    min-height: 62px;
    margin: 80px 20px 0px 20px;
    text-align: center;
    position: relative;
    display: inline-block;
    vertical-align: middle;
    line-height: 62px;
	}


  

        a.visit-btn:hover, a.watch-btn:hover, a.faq-btn:hover {
            color: #8ac2d4;
        }

    a.watch-btn {
        background-image: url(../Assets/Images/icon-btn-border-2.png);
    }

    a.visit-btn .visit-icon {
        background-image: url(../Assets/Images/map-icon.png);
        width: 50px;
        height: 71px;
        position: absolute;
        left: calc(50% - 25px);
        top: -55px;
    }

    a.watch-btn .watch-icon {
        background-image: url(../Assets/Images/watch-icon.png);
        width: 71px;
        height: 70px;
        left: calc(50% - 35px);
        top: -55px;
        position: absolute;
    }

    a.watch-btn .church-icon {
        background-image: url(../Assets/Images/church-icon.png);
        width: 64px;
        height: 64px;
        left: calc(50% - 32px);
        top: -50px;
        position: absolute;
        filter: brightness(0.9);
    }


    /* Header Styling */

    /* Nav styling for when Slider or Static Hero image are present */
    nav.navbar {
        position: relative;
        width: 100%;
        padding-top: 20px;
        margin-bottom: 0;
        height:150px;
        padding: 0 4% 0 4%;
    }

    div.sliderWrapper + nav.navbar {
        background-color: transparent;
        position: absolute;
        top: 20px;
    }

    nav.navbar .navbar-nav > li > a {
        text-transform: uppercase;
        font-size: 22px;
        letter-spacing: 2.5px;
        line-height: 30px;
        padding: 10px 15px;
        margin-top: 45px;
    }

    nav.navbar .navbar-nav.loginstatus > li > a {
        font-size: 16px;
    }

nav.navbar li.nav-logo img {
    max-width: 120px;
}

    @media only screen and (max-width:1100px) {
        nav.navbar .navbar-nav > li > a {
            font-size: 17px;
            letter-spacing: 2px;
            line-height: 30px;
            padding: 10px 6px;
        }

        nav.navbar li.nav-logo img {
            max-width: 100px;
        }
    }

    .navbar-nav > li {
        display: inline-block;
        text-align: center;
        float: none;
    }

    ul.navbar-nav {
        float: none;
    }


    div.page-menu {
        text-align: center;
        width: 100%;
        float: none;
    }


    /* Center nav  uls around logo*/
    ul.left-nav {
        width: calc(50% - (177px / 2));
        display: inline-block;
        margin-right: -4px;
        text-align: right;
    }

    ul.center-nav {
        display: inline-block;
        margin-right: -4px;
    }

    ul.right-nav {
        width: calc(50% - (177px / 2));
        display: inline-block;
        margin-right: -4px;
        text-align: left;
    }

@media only screen and (max-width:1100px) {
    ul.left-nav, ul.right-nav {
        width: calc(50% - (108px / 2));
    }
}

    #zone-heroslider + nav div.page-menu {
        padding: 0px;
    }

    ul.navbar-nav li.separator {
        font-weight: 800;
        font-size: 22px;
    }

        /*ul.navbar-nav li.separator:last-child, ul.navbar-nav li.separator:nth-child(6) {
            display: none;
        }*/

    nav .mobile-toggle{
        display:none;
    }

    @media only screen and (max-width:767px){
        nav .mobile-toggle {
            display: inline-block;
        }
    }

    nav .pull-right {
        position: absolute;
        top: -35px;
        right: calc(4% + 45px);
        display: inline-block;
        margin-left: auto;
        z-index: 5;
    }

    #zone-heroslider + nav .pull-right {
        top: -55px;
    }

    .search-button {
        position: absolute;
        right: -40px;
        bottom: 10px;
    }

    .nav-logo a {
        margin-top: 0 !important;
        padding-top: 0 !important;
    }

  

    nav.navbar-inverse .navbar-nav > .active > a {
        background-color: inherit;
    }

    .navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover {
        background-color: inherit;
    }

    nav.navbar .dropdown-menu > li > a {
        padding: 7px 15px;
        color: #fff;
        font-weight: 300;
    }

    nav .navbar-toggle {
        background-color: transparent;
        font-size: 20px;
        margin: 35px 0;
        border-color: #fff !important;
        border-width: 2px;
    }

    nav.navbar-inverse .navbar-toggle:focus, nav.navbar-inverse .navbar-toggle:hover {
        background-color: transparent;
    }


    nav a.mobile-logo {
        display: none;
    }

    .mobile-search-button {
        display: none;
    }

    nav .pull-right .divider {
        margin: 0;
    }

    /* Wide Nav CSS support */

.dropdown:hover .dropdown-menu.wide-nav {
    display: flex;
    margin-top: 0;
    padding: 0;
}

ul.wide-nav {
    position: absolute;
    justify-content: space-between;
    top: 95px;
    left: 50%;
    max-width: 80vw;
    width: 900px;
    transform: translateX(-50%);
}

    ul.wide-nav.ministries-nav ul.dropdown-menu li:first-child a {
        font-weight: 600;
        color: #004c6c;
    }

        ul.wide-nav.ministries-nav ul.dropdown-menu li:first-child a:hover {
            color:#fff !important;
        }

.nav>li.wide-dropdown{
    position:unset;
}

.wide-nav ul{
    width:100%;
}

div.sliderWrapper + nav.navbar ul.wide-nav {
    top: 95px;
}

ul.wide-nav ul.dropdown-menu {
    display: block;
    position: relative;
    border-radius: 0;
    top: 0;
    padding: 0;
    margin: 0;
    background: transparent !important;
    border: none;
    box-shadow: none;
}

ul.wide-nav > li {
    border-left: 1px solid rgba(255,255,255,0.5);
    border-right: 1px solid rgba(255,255,255,0.5);
    width: 100%;
}

            ul.wide-nav > li:first-child {
                border-left:none;
            }

            ul.wide-nav > li:last-child {
                border-right: none;
            }

            nav.navbar .dropdown-menu.wide-nav > li > a {
                font-size: 15px;
                font-weight: 600;
            }

ul.wide-nav ul.dropdown-menu li a {
    font-size: 15px !important;
    padding-left: 20px;
    white-space: normal;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

    /* Mobile Menu CSS */
    @media only screen and (max-width:768px) {

        #zone-heroslider, .sliderWrapper.staticImage {
            margin-top: 120px;
        }

        ul.wide-nav{
            max-width:100%;
        }

        nav.navbar .dropdown-menu {
            padding: 0;
            top: 0 !important;
            position: relative;
        }

        nav.navbar {
            height: 120px;
            top: 0px !important;
            border-bottom: 2px solid #fff;
            padding: 0 !important;
        }

        nav .navbar-collapse {
            padding-bottom: 70px;
        }

        nav .navbar-header {
            height: 120px;
            padding: 0 4%;
        }

        nav a.mobile-logo {
            position: absolute;
            text-align: center;
            width: 130px;
            display: block;
            top: 10px;
            left: calc(50% - 65px);
        }

            nav a.mobile-logo img {
                max-width: 100px;
                position: relative;
                z-index: 10;
            }

        .dropdown:hover .dropdown-menu {
            display: none !important;
            width: 100%;
        }

        .dropdown:hover .dropdown-menu.show {
            display: block !important;
        }

            .dropdown:hover .dropdown-menu.show ul.dropdown-menu {
                display: block !important;
            }

        .dropdown .dropdown-menu.show {
            display: block !important;
            width: 100%;
        }

        nav li.nav-logo {
            display: none !important;
        }

        nav li.separator {
            display: none !important;
        }

        .pull-right .navbar-nav .open .dropdown-menu {
            display: block !important;
        }

            .pull-right .navbar-nav .open .dropdown-menu a {
                color: #fff !important;
            }

            .pull-right .navbar-nav .open .dropdown-menu li.divider {
                background-color: #fff;
            }

            .pull-right .navbar-nav .open .dropdown-menu > li > a {
                padding: 7px 15px !important;
                text-align: center;
            }


        nav .pull-right {
            position: relative;
            top: 0 !important;
            height: 60px;
            width: 100%;
            right: 0;
        }

        .search-button {
            display: none;
        }

            .search-button.mobile-search-button {
                display: block;
                right: 4%;
                top: 15px;
                height: 26px;
                z-index: 5;
            }

        nav.navbar .navbar-nav > li > a {
            margin-top: 0px;
            display:inline-block;
        }

        nav .mobile-toggle {
            color: #e9e2c5;
            font-family: "Montserrat","Open Sans",Helvetica,Arial,sans-serif;
            font-size: 20px;
            margin-left: 10px;
            cursor: pointer;
        }

        nav .mobile-toggle:hover {
            color: #fff;
        }

            nav .mobile-toggle i {
                font-size: 28px;
                transform: translateY(4px);
                transition: ease all 0.5s;
            }

            nav .mobile-toggle.open i {
                transform: rotate(90deg) translateX(5px) translateY(0);
            }

        .navbar-nav > li {
            display: block;
        }

        ul.navbar-nav {
            padding-top: 35px;
            margin:0;
            width:100%;
        }

        ul.navbar-nav.right-nav{
            margin-top:0;
            padding-top:0;
        }

        ul.navbar-nav.center-nav{
            display:none;
        }

        .pull-right ul.navbar-nav {
            padding-top: 0;
            padding-left: 10%;
            padding-right: 10%;
        }

        .navbar-collapse {
            overflow: hidden;
            position: relative;
        }

        header .login-status {
            float: none;
        }
    }


    /* Hero Area */
    .heroWrapper {
    }

    /* Static Hero Image */
.sliderWrapper.staticImage img {
    width: 100%;
    max-height: 75vh;
    min-height: 35vh;
    object-fit: cover;
}


    /* Short Hero Static Image */
    .sliderWrapper.staticImage.short img {
        width: 100%;
        max-height: 300px;
        object-fit: cover;
    }

    /* Hero Slider Styling */
    #hero-slider img.slide-bg {
        width: 100%;
        max-height: 75vh;
        object-fit:cover;
    }


    img.darkenHero {
        filter: brightness(0.5);
    }

    #hero-slider .carousel-control.left, #hero-slider .carousel-control.right {
        top: calc(50% - 18px);
        opacity: 1;
        width: 5%;
        min-width: 35px;
        background-image: none !important;
    }

        #hero-slider .carousel-control.left:hover, #hero-slider .carousel-control.right:hover {
            opacity: 0.6;
        }

    #hero-slider .slide-overlay, .slide-overlay.staticImage {
        position: absolute;
        max-width: 80%;
        width: 80%;
        top: 150px;
        left: 10%;
    }

    .slide-overlay.staticImage {
        z-index: 10;
    }

    .slide-overlay h1 {
        font-size: 5vw;
        font-weight: 600;
        text-align: center;
        letter-spacing: 8px;
        color: #fff;
    }

    .slide-overlay h2 {
        font-family: 'Montserrat', sans-serif;
        font-weight: 400;
        font-size: 2.75vw;
        text-align: center;
        text-transform: uppercase;
        margin-top: 30px;
    }

    .slide-overlay p {
        font-size: 20px;
        max-width: 800px;
        margin: auto;
        padding-bottom: 30px;
        color: #fff;
    }

    @media only screen and (max-width:1350px){
        .slide-overlay h1{
            margin-top:3vw !important;
        }
    }

    @media only screen and (max-width:1200px) {
        .slide-overlay h2 {
            margin-top: 20px;
        }

        .slide-overlay p {
            font-size: 16px;
            max-width: 800px;
            margin: auto;
            padding-bottom: 30px;
            color: #fff;
        }

        .slide-overlay .cta-btn{
            width: auto !important;
            min-height: auto;
            padding: 10px 10px;
            font-size:16px;
            line-height:16px;
            margin-bottom:10px;
            height:auto;
        }

        .slide-overlay .cta-wrapper{
            margin-top:20px !important;
        }
    }

    @media only screen and (max-width:767px){
        
    }


    /* Sermon Message Grid Styling */
    .message-list {
        margin-top: 40px;
    }

        .message-list.first-row {
            margin-top: 60px;
        }

        .message-list h5 {
            font-size: 16px;
            text-transform: uppercase;
            margin-top: 20px;
            margin-bottom: 30px;
            text-align: center
        }

        .message-list div.short-description {
            font-size: 15px;
            padding: 10px 15px;
            line-height: 20px;
            position: absolute;
            margin: 0 15px;
            width: calc(100% - 30px);
            opacity: 0;
            top: 0;
            left: 0;
            color: #fff;
            height: 202px;
            visibility: hidden;
            background: rgba(22,66,115,0.95);
            font-weight: 300;
            margin-bottom: 40px;
            overflow: hidden;
        }

        .message-list a:hover div.short-description {
            opacity: 1;
            visibility: visible;
        }

        .message-list a:hover {
            text-decoration: none;
        }

            .message-list a:hover .play-overlay {
                display: none;
            }

    @media only screen and (max-width:1200px) {
        .message-list div.short-description {
            height: 165px;
        }
    }

    @media only screen and (max-width:992px) {
        .message-list div.short-description {
            height: 124px;
            font-size: 12px;
            line-height: 15px;
        }

        .message-item .image-wrapper img.play-overlay {
            top: calc(50% - 50px);
            left: calc(50% - 50px);
            width: 100px;
        }
    }

    @media only screen and (max-width:768px) {
        .message-list a:hover div.short-description {
            display: none;
        }

        .message-item .image-wrapper img.play-overlay {
            position: absolute;
            z-index: 5;
            top: calc(50% - 80px);
            left: calc(50% - 80px);
            opacity: 0.5;
            width: 160px;
        }

        .message-list a:hover .play-overlay {
            opacity: 0.9;
            display: block;
        }

        .message-item {
            max-width: 480px;
            margin: auto;
        }

        .message-list img {
            width: 100%;
        }

        /* Bootstrap hack for equal height columns */
        .message-list.row {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            flex-wrap: wrap;
            max-width: 100%;
            margin-left: auto;
            margin-right: auto;
        }

            .message-list.row > [class*='col-'] {
                display: flex;
                flex-direction: column;
            }
    }

    @media only screen and (max-width:400px) {
        .message-item .image-wrapper img.play-overlay {
            top: calc(50% - 50px);
            left: calc(50% - 50px);
            width: 100px;
        }
    }



    /* Latest Sermons Column Area */
    .latest-sermons .image-wrapper, .video-thumb-wrapper, .recent-sermons-item .image-wrapper, .message-item .image-wrapper {
        position: relative;
    }

        .video-thumb-wrapper img, .message-item img.cover {
            max-width: 100%;
        }

    .video-thumb-wrapper {
        margin: auto;
    }

        .latest-sermons:hover .image-wrapper img.play-overlay, .video-thumb-wrapper:hover .play-overlay, .recent-sermons-column .recent-sermons-item:hover .play-overlay, .message-item .play-overlay {
            opacity: 0.8;
        }

    .latest-sermons:hover .image-wrapper img.cover {
        box-shadow: 0px 0px 25px #164273;
    }

    .latest-sermons .image-wrapper img {
        max-width: 100%;
        max-height: 360px;
    }

        .latest-sermons .image-wrapper img.play-overlay, .video-thumb-wrapper .play-overlay, .recent-sermons-column .play-overlay, .message-item .play-overlay {
            position: absolute;
            filter: drop-shadow(0px 2px 5px #333);
            z-index: 5;
            top: calc(50% - 80px);
            left: calc(50% - 80px);
            opacity: 0.5;
        }

    @media only screen and (max-width:400px) {
        .latest-sermons .image-wrapper img.play-overlay, .video-thumb-wrapper .play-overlay, .recent-sermons-column .play-overlay, .message-item .play-overlay {
            top: calc(50% - 50px);
            left: calc(50% - 50px);
            width: 100px;
        }
    }


    .message-wrapper {
        background: rgba(192,192,192,0.35);
        margin-top: 40px;
        padding-bottom: 80px;
    }

    .latest-sermons.traditional, .latest-sermons.modern {
        margin-top: -40px;
    }

    .latest-sermons.traditional {
        padding-right: 10px;
    }

    .latest-sermons.modern {
        padding-left: 10px;
    }

    @media only screen and (max-width:768px) {
        .latest-sermons.traditional, .latest-sermons.modern {
            margin-top: 50px;
            margin-bottom: 50px;
            padding: 0;
            max-width: 640px;
            margin-left: auto;
            margin-right: auto;
        }

        .message-wrapper {
            margin-top: 0;
            padding-bottom: 0;
        }

        .message-cta-wrapper {
            background: rgba(192,192,192,0.35);
            padding-bottom: 40px;
        }
    }

    .latest-sermons a:hover {
        text-decoration: none;
    }

    .latest-sermons .date {
        float: left;
        margin-top: 20px;
        display: inline-block;
    }

    .latest-sermons .service-accent {
        float: right;
        margin-top: 20px;
        display: inline-block;
    }

    .latest-sermons .short-description {
        display: block;
        text-align: right;
        font-size: 15px;
        font-weight: 400;
        color: #333;
    }

    .latest-sermons.modern .short-description {
        text-align: left;
    }

    .latest-sermons.modern .service-accent {
        float: left;
    }

    .latest-sermons.modern .date {
        float: right;
    }

    .latest-sermons h3 {
        text-align: right;
        margin-top: 0;
        margin-bottom: 5px;
        font-size: 24px;
        clear: both;
        text-transform: uppercase;
    }

    .latest-sermons img.cover {
        box-shadow: 0px 0px 25px rgba(100,100,100,0.6);
    }

    .latest-sermons.modern h3 {
        text-align: left;
    }

    /* Events Homepage Section */
    .events-wrapper {
        margin: 160px 0 120px 0;
    }

    @media only screen and (max-width:768px) {
        .events-wrapper {
            margin: 60px 0px 80px 0px;
        }
    }


    /* Sub-page Links */
    .nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
        color: #fff;
    }

    /* Ministry Serving Opportunity Lava Template Styles */
    .serving-pod {
    }

        .serving-pod h3 {
            margin-top: 0;
            text-transform: uppercase;
        }

        .serving-pod p {
            font-size: 16px;
            margin-bottom: 25px;
        }

    .opportunity-row {
    }


    /* Ministry Connection Ads Lava Template Styles */
    .ministry-connection-ads {
        padding-bottom: 60px;
        margin-bottom: 40px;
        margin-top: 20px;
    }

    .ministry-ad-item img {
        max-width: 100%;
        margin-top: 30px;
    }

    .ministry-ad-item h5 {
        font-size: 18px;
        text-transform: uppercase;
        text-align: center;
        margin: 20px 0 5px 0;
        font-weight: 600;
        letter-spacing: 1px;
    }

    .ministry-ad-item .short-description {
        text-align: center;
        margin-bottom: 20px;
    }

.ministry-connection-ads-inner {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 0 2%;
}

.ministry-ad-item{
    margin-bottom:10px;
}


.break-out {
    width: calc(100vw + 20px);
    position: relative;
    background: rgba(192,192,192,0.35);
    left: calc(-1 * (100vw - 100%) /2);
}

    .break-out {
        width: calc(100vw + 20px);
        position: relative;
        background: rgba(192,192,192,0.35);
        left: calc(-1 * (100vw - 100%) /2);
    }

    .break-out-section {
        width: calc(100vw);
        position: relative;
        background: #fff;
        left: calc(-1 * (100vw - 100%) /2);
    }

    .parallax .pod {
        background: #fff;
    }

    .parallax {
        height: 100%;
        background-attachment: fixed;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }

    .ministry-ad-item a.ad-link {
        text-transform: uppercase;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
        display: block;
        letter-spacing: 1px;
    }

    .ministry-connection-ads-inner + .ministry-connection-ads-inner .ministry-ad-item {
        margin-top: 80px;
    }

    @media only screen and (max-width:768px) {
        .ministry-ad-item {
            padding-left: 0 !important;
            padding-right: 0 !important;
            max-width: 425px;
            margin: 40px auto;
            float: none;
        }

        .ministry-connection-ads-inner + .ministry-connection-ads-inner .ministry-ad-item {
            margin-top: 0;
        }

        .ministry-ad-item img {
            display: block;
            margin: auto;
        }

        .ministry-connection-ads {
            padding-bottom: 0;
            margin-top: 0;
        }

        .ministry-connection-ads-inner {
            padding: 0 !important;
            margin-top:-70px;
            display:block;
        }

        .break-out {
            width: 100%;
            padding: 0;
            margin: 0;
            left: unset;
            background: unset;
        }
    }

    .give-manage-btn, .give-history-btn {
        width: 40%;
    }

    @media only screen and (max-width:550px) {
        .give-manage-btn, .give-history-btn {
            width: 100%;
            margin-top: 15px;
        }
    }

    /* MainNav.lava (Single Calendar Event) Styling */
    .datetime-list {
        line-height: 20px;
        max-height: 100px;
        overflow: hidden;
        margin-bottom: 10px;
    }

    .datetime-list-show {
        font-size: 15px;
        margin-bottom: 30px;
        cursor: pointer;
    }

        .datetime-list-show:hover {
            filter: brightness(0.8);
        }


    .datetime-list.show-all {
        max-height: unset;
    }

    /* GroupDetail.Lava styling */

    .group-detail-lava .tab-content {
        padding: 10px 20px 0px 20px;
        border: 1px solid #ddd;
        border-top: 0;
        float: right;
        width: 100%;
        background: #fff;
        box-shadow: 0px 10px 10px #999;
    }

    .group-detail .nav-tabs {
        margin-bottom: 0 !important;
    }

    .group-detail h1 {
        margin-top: 0;
    }

    .rollover-container img {
        max-width: 20%;
    }

    .rollover-container div.pull-left {
        max-width: 80%;
    }

    .group-detail a.btn {
        margin-bottom: 5px;
    }

    .group-detail div.separator-accent {
        max-width: 100%;
    }

    .nav-tabs > li > a {
        background: #ddd;
    }

    /* Group Attendance Lava Styling */

    .group-attendance-list .panel-block {
        padding: 20px;
        margin-bottom: 0;
    }

    .group-attendance-list .btn-filter-toggle {
        top: 0;
        width: 200px;
        max-width: 200px;
        text-align: left;
    }

    .group-attendance-list .grid-filter-overview {
        padding-top: 30px;
    }

    .group-attendance-list .grid-filter-entry {
        padding-top: 60px;
    }

    /* Custom Lava Breadcrumbs */
    .pod.breadcrumbs {
        margin-top: 0;
        padding: 15px 30px;
    }

    .crumb-separator {
        padding: 0px 10px;
        font-family: Grange;
        font-size: 16px;
        line-height: 16px;
        color: #999;
    }

    span.crumb {
        font-size: 15px;
    }

    .crumb-active {
        font-weight: 600;
        color: #555;
    }
	
	/* Signature Event List CSS */

.signature-event {
    padding: 20px;
    background-color: #F9F9F9;
    border-bottom: 3px solid #EEE;
    margin-bottom: 40px;
    display:flex;
}

    .signature-event .thumb-wrapper {
        width: 300px;
        border-bottom: 20px solid #4088bd;
        height: 220px;
        position:relative;
    }

        .signature-event .thumb-wrapper img {
            width: 300px;
            height: 200px;
            object-fit: cover;
        }

        .signature-event .thumb-wrapper .date-overlay {
            position: absolute;
            top: 10px;
            left: 10px;
            background-color: rgba(0,0,0,0.7);
            color: #FFF;
            text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
            width: 60px;
            height: 64px;
            text-align: center;
            font-size: 26px;
            display: flex;
            flex-direction: column;
            line-height: 1;
            justify-content: space-evenly;
            left: 10px;
        }

            .signature-event .thumb-wrapper .date-overlay .month{
                font-size:12px;
            }

            .signature-event .main-card {
                width: calc(100% - 300px);
                padding-left: 20px;
            }

    .signature-event h3 {
        margin-top: 0;
        color: #333;
        font-weight: 600;
        font-size: 20px;
        letter-spacing: 1px;
    }

    a.cta-btn:visited{
        color:#fff;
    }

.signature-event .event-metadata {
    display: flex;
    flex-direction: row;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-top: 20px;
}

    .signature-event .event-metadata .event-badge {
        padding: 2px 10px;
        border-radius: 20px;
        color: #fff;
        margin-right: 20px;
		    display: flex;
    align-items: center;
    text-align: center;
    }

    .signature-event .event-metadata .event-date {
        color: #666;
        margin-right:20px;
    }

    .signature-event .event-metadata .event-location a, .signature-event .event-metadata .event-location {
        color: #666 !important;
    }

.signature-event .event-content {
    line-height: 1.7;
    margin-bottom: 20px;
}

@media only screen and (max-width:767px){
    .signature-event {
        margin-left: 15px;
        margin-right: 15px;
        padding:10px;
        flex-direction:column;
    }

        .signature-event .thumb-wrapper {
            height: auto;
            width: 100%;
            margin-bottom: 20px;
        }

            .signature-event .thumb-wrapper img {
                width: 100%;
                height: auto;
                aspect-ratio: 3/2;
            }

        .signature-event .main-card {
            width: 100%;
            padding-bottom: 20px;
        }

        .signature-event .event-metadata {
            flex-wrap: wrap;
            margin-bottom: 10px;
        }

            .signature-event .event-metadata .event-badge, .signature-event .event-metadata .event-date, .signature-event .event-metadata .event-location{
                margin-bottom: 10px;
            }
            body {
    
    color: #555;
  
}
.accordion-column {
    background: #004c6c;
}
}

.signature-grid-inner {
    display: grid;
    grid-template-columns: 32% 32% 32%;
    grid-gap: 0 2%;
}

.signature-event-small{
	margin: 30px 0 30px 0;
}

.signature-event-small .thumb-wrapper, .signature-event-small {
    width: 100%;
    position: relative;
}

    .signature-event-small .thumb-wrapper img {
        max-width:100%;
        object-fit: cover;
		aspect-ratio: 365 / 226;
    }

    .signature-event-small .thumb-wrapper .date-overlay {
        position: absolute;
        top: 10px;
        left: 10px;
        background-color: rgba(0,0,0,0.7);
        color: #FFF;
        text-shadow: 1px 1px 1px rgb(0 0 0 / 20%);
        width: 60px;
        height: 64px;
        text-align: center;
        font-size: 26px;
        display: flex;
        flex-direction: column;
        line-height: 1;
        justify-content: space-evenly;
        left: 10px;
    }

        .signature-event-small .thumb-wrapper .date-overlay .month {
            font-size: 12px;
        }



.signature-event-small h3 {
    margin-top: 15px;
	text-align:center;
    color: #104272;
    font-weight: 600;
    font-size: 16px;
    letter-spacing: 1px;
}

.signature-grid-inner a:hover{
	text-decoration:none;
}

@media only screen and (max-width:767px){
	.signature-grid-inner {
		grid-template-columns: 100%;
	}
	
	.signature-event-small{
		max-width:400px;
		margin:20px auto;
	}
}

.eventbar-carousel.owl-carousel .owl-item img{
    max-width: calc(100% + 1px);
    width: calc(100% + 10px);

}

  .italic-header h3 {
         font-family: "georgiapro","Helvetica Neue",Helvetica,Arial,sans-serif;
	     font-weight: 400;

    font-style: italic;
}
}
       
    }

a:visited {
    color: #8ac2d4;
}
.page-menu{
    margin-bottom:20px;}
	
	.ministry-cards{
		display:flex;
		flex-wrap:wrap;
		column-gap:30px;
		row-gap:30px;
	}

    .ministry-cards a {
		position: relative;
		display: flex;
		width: calc(33.33% - 20px);
		flex-direction: column;
		min-width: 0;
		margin-bottom: 0px;
		word-wrap: break-word;
		background-color: #fff;
		background-clip: border-box;
		border: 1px solid #ddd;
		border-radius: 4px;
    }

        .ministry-cards .ministry-card img {
            border-top-left-radius: 4px;
            border-top-right-radius: 4px;
        }

        .ministry-cards .ministry-card .inner-card {
            flex: 1 1 auto;
            min-height: 1px;
            padding: 1.25rem 1.25rem;
        }

        .ministry-cards .ministry-card h3 {
            margin-top: 0;
            margin-bottom: 0.75rem;
            color: #104272 !important;
            font-size: 14px;
        }

        .ministry-cards a:hover {
            text-decoration:none;
        }

        .ministry-cards .ministry-card p {
            margin-bottom: 0;
            color: #555 !important;
        }
		
		@media only screen and (max-width:767px){
			 .ministry-cards a {
				width: calc(50% - 15px);
			}
			
		}
		
		@media only screen and (max-width:550px){
			 .ministry-cards a {
				width: 100%;
			}
			
		}
		a:visited {
    color: #8ac2d4;
}

body, p {
    font-family: "Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif,GeorgiaPro;
    font-size: 14px;
    line-height: 1.428571429;
}

.card-bodyhp {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 1.25rem 1.25rem;
	   font-family: GeorgiaPro,"Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.428571429;
	font-style: italic;
	font-weight:400  ;
}
.card-texthp {
    
	   font-family: GeorgiaPro,"Montserrat","Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 18px;
    line-height: 1.428571429;
	font-style: italic;
	font-weight:200  ;
}







	Owl Carousel CSS
-----------------------------------------------------------------*/

.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in { z-index: 0; }

.owl-carousel .owl-animated-out { z-index: 1; }

.owl-carousel .fadeOut  {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

@keyframes fadeOut {
	0% { opacity: 1; }
	100% { opacity: 0; }
}

.owl-height {
	-webkit-transition:height 500ms ease-in-out;
	-o-transition:height 500ms ease-in-out;
	transition:height 500ms ease-in-out
}

.owl-carousel {
	display:none;
	-webkit-tap-highlight-color:transparent;
	position:relative;
	z-index:1;
	width: 100%;
}

.owl-carousel .owl-stage {
	position:relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content:".";
	display:block;
	clear:both;
	visibility:hidden;
	line-height:0;
	height:0
}

.owl-carousel .owl-stage-outer {
	position:relative;
	overflow:hidden;
	-webkit-transform:translate3d(0,0,0);
}

.owl-carousel.owl-loaded { display:block }

.owl-carousel.owl-loading {
	display:block;
	min-height: 100px;
	background: url('images/preloader.gif') no-repeat center center
}

.owl-carousel .owl-refresh .owl-item { display:none }

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
	display:block;
	width:100%;
	-webkit-transform-style:preserve-3d;
}

.slider-element .owl-carousel .owl-item img { -webkit-transform-style: preserve-3d; }

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled { display: none; }

.owl-nav .owl-prev,
.owl-nav .owl-next,
.owl-dot,
.owl-dots button {
	cursor: pointer;
	cursor: hand;
	padding: 0;
	border: 0;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded { display: block; }

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden { opacity: 0; }

.mega-menu-content .owl-carousel.owl-hidden { opacity: 1; }

.owl-carousel.owl-refresh .owl-item { display: none; }

.owl-carousel.owl-drag .owl-item {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl { direction: rtl; }

.owl-carousel.owl-rtl .owl-item { float: right; }

.no-js .owl-carousel { display: block; }

.owl-carousel .owl-item .owl-lazy {
	opacity:0;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-item img { transform-style:preserve-3d }

.owl-carousel .owl-video-wrapper {
	position:relative;
	height:100%;
	background:#111
}

.owl-carousel .owl-video-play-icon {
	position: absolute;
	height: 64px;
	width: 64px;
	left: 50%;
	top: 50%;
	margin-left: -32px;
	margin-top: -32px;
	background: url("images/icons/play.png") no-repeat;
	cursor: pointer;
	z-index: 1;
	-webkit-backface-visibility: hidden;
	-webkit-transition: scale 100ms ease;
	-o-transition: scale 100ms ease;
	transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
	-webkit-transition:scale(1.3,1.3);
	-o-transition:scale(1.3,1.3);
	transition:scale(1.3,1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn { display:none }

.owl-carousel .owl-video-tn {
	opacity:0;
	height:100%;
	background-position:center center;
	background-repeat:no-repeat;
	-webkit-background-size:contain;
	-moz-background-size:contain;
	-o-background-size:contain;
	background-size:contain;
	-webkit-transition:opacity 400ms ease;
	-o-transition:opacity 400ms ease;
	transition:opacity 400ms ease
}

.owl-carousel .owl-video-frame {
	position:relative;
	z-index:1;
	height: 100%;
	width: 100%;
}


/* Owl Carousel - Controls
-----------------------------------------------------------------*/

.owl-carousel .owl-dots,
.owl-carousel .owl-nav {
	text-align: center;
	-webkit-tap-highlight-color: transparent;
	line-height: 1;
}

/* Owl Carousel - Controls - Arrows
-----------------------------------------------------------------*/

.owl-carousel .owl-nav [class*=owl-] {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	left: -36px;
	zoom: 1;
	width: 36px;
	height: 36px;
	line-height: 32px;
	border: 1px solid rgba(0,0,0,0.2);
	color: #666;
	background-color: #FFF;
	font-size: 18px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-carousel.with-carousel-dots .owl-nav [class*=owl-] { margin-top: -38px; }

.slider-element .owl-nav [class*=owl-],
.owl-carousel-full .owl-nav [class*=owl-] {
	margin-top: -30px;
	left: 0 !important;
	height: 60px;
	line-height: 60px;
	border: none;
	color: #EEE;
	background-color: rgba(0,0,0,0.4);
	font-size: 28px;
	border-radius: 0 3px 3px 0;
}

.owl-carousel-full .with-carousel-dots .owl-nav [class*=owl-] { margin-top: -50px; }

.owl-carousel .owl-nav .owl-next {
	left: auto;
	right: -36px;
}

.slider-element .owl-nav .owl-next,
.owl-carousel-full  .owl-nav .owl-next {
	left: auto !important;
	right: 0 !important;
	border-radius: 3px 0 0 3px;
}

.owl-carousel:hover .owl-nav [class*=owl-] {
	opacity: 1;
	left: -18px;
}

.owl-carousel:hover .owl-nav .owl-next {
	left: auto;
	right: -18px;
}

.owl-carousel .owl-nav [class*=owl-]:hover {
	background-color: #1ABC9C !important;
	color: #FFF !important;
	text-decoration: none;
}

.owl-carousel .owl-nav .disabled { display: none !important; }


/* Owl Carousel - Controls - Dots
-----------------------------------------------------------------*/

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
	width: 8px;
	height: 8px;
	margin: 30px 4px 0 4px;
	opacity: 0.5;
	border-radius: 50%;
	background-color: #1ABC9C;
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}

.owl-carousel .owl-dots .owl-dot.active,
.owl-carousel .owl-dots .owl-dot:hover { opacity: 1; }
