/* .homepage-slider.full-screen-slider {
    height: 100vh;
    width: 100%;
} */


/* Default Slider */

.homepage-slider { visibility:hidden; opacity:0; transition:all 300ms;}
.homepage-slider.slick-initialized { visibility: visible; opacity:1;}

.home.page-template-homepage-template-1 .site-inner {
    /* padding-top: 143px; */
}

.homepage-slider.default-slider {
/*  height: 500px; */
    margin-bottom: 48px;
}

.default-slider .home-slide.slick-slide {
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    height:500px;
}

.default-slider .img-wrap {
    position: absolute;
    z-index: 1;
	top:0;
	left:0;
}

.default-slider .slide-caption-wrap {
    justify-content: center;
    position: relative;
    z-index: 2;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    max-width: 1280px;
    display: flex;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: column;
}

.slide-caption-wrap a.slider-btn.primary-btn {
    width: 250px;
    max-width: 100%;
    text-align: center;
}

.default-slider p.primary {
    font-family: 'Titillium Web', sans-serif;
    font-size: 3.25em;
    margin-bottom: 14px;
    line-height: 1.125;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-shadow: 0 0 15px rgba(0,0,0,.375);
}

.default-slider p.secondary {
    color: #fff;
    text-shadow: 0 0 6px rgba(0, 0, 0, 1);
    width: 50%;
}

.default-slider .home-slide.slick-slide:before {
    position: absolute;
    content: '';
    height: 100%;
    width: 100%;
    z-index: 2;
    display: block;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.25);
}


/* Full Screen Slider */

.homepage-slider.full-screen-slider:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 200px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0) 80%);
    z-index: 9;
}

.full-screen-slider .home-slide.slick-slide {
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    justify-content: center;
    height: calc(100vh - 231px);
}

.full-screen-slider .home-slide.slick-slide:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3;
}

.full-screen-slider .slide-caption-wrap {
    position: relative;
    z-index: 4;
    text-align: center;
    width: 900px;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 800px;
    max-width: 100%;
    height: 100%;
    margin: 0 auto;
}

.full-screen-slider .home-slide .img-wrap {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.full-screen-slider p.primary {
    color: #fff;
    font-size: 3em;
    margin-bottom: 0;
    line-height: 1.125;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
}

.full-screen-slider p.secondary {
    text-align: center;
    color: #fff;
}

.home-slider-wrap {
    position: relative;
}

.home-slider-wrap a#down {
    left: 0;
    right: 0;
    margin: 0 auto;
    display: inline-block;
    width: 80px;
    text-align: center;
}


.full-screen-slider .img-wrap {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}


/* Homepage Design 1 Styles */

.page-title-wrap h1 {
    text-align: center;
    margin-bottom: 32px;
}

.intro-content {
    text-align: center;
}

.row.home-top-content {
}

.row.featured-items .row-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.row.featured-items .row-inner .featured-card {
    width: calc(33.33% - 21.33px);
    margin-bottom: 32px;
}

.row.featured-items .featured-card-inner {position: relative;}

.row.featured-items .featured-card-inner a {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    position:relative;
    z-index: 1;
}


.row.featured-items .label {
    position: absolute;
    bottom: 32px;
    color: #fff;
    left: 32px;
}

.row.featured-items .label h3 {
    margin-bottom: 0;
    line-height: 1;
    transition: all 300ms;
}

.row.featured-items .featured-card-inner a:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    z-index: 1;
    transition: all 300ms;
}

.row.featured-items .featured-card-inner a > * {
    z-index: 2;
}

.row.featured-items .featured-card-inner a:hover:before {
    opacity: 0;
}

.row.featured-items .featured-card-inner a:hover h3 {
    text-shadow: 0 0 8px rgba(0,0,0,0.7);
}

.row.secondary_content {
    background: #f3f3f3;
    background: #fff!important;
    padding: 50px 0;
}

.secondary-content ul{
    column-count:1!important;
}

.row.secondary_content .featured-image-right {
    float: right;
    margin: 0 0 32px 48px;
    width:50%
}

.row.secondary_content .featured-image-right img {
    width:100%;
}

/* .row-inner.posts-carousel {
    height: 320px;
} */



.row.group-logos {
    border-top: solid 1px #e0e0e0;
    margin: 0;
    padding: 20px 0;
}

.row.group-logos .row-inner {
    display: flex;
    justify-content: space-between;
    width: 1280px;
    max-width: 100%;
}

.associations-image img {
    transition: all 300ms;
    width: 150px;
}

.associations-image a:hover img {
    opacity: 0.6;
}

.featured-icons .row-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: solid 1px #d6d6d6;
    padding-top: 48px;
}

.icon-card {
    width: calc(33.33% - 21.33px);
    margin-bottom: 48px;
}

.icon-card-inner {
    text-align: center;
}

.icon-card-inner img {
    display: block;
    margin: 0 auto;
    width: 80px;
    margin-bottom: 32px;
}

.mobile-hero-space {
    padding-bottom: 48px;
}

.hero-image.home-hero-mobile img {
    min-width: 100%;
}

.featured-items h2, .featured-icons h2, .custom_posts_feed h2, .group-logos h2 {
    width: 100%;
    text-align: center;
}

.group-logos h2 {
    padding-top: 20px;
}

/* Homepage Design 2 Styles */

/* div#home-content {
    padding-top: 48px;
} */

/* .page-template-templateshomepage-template-2-php .row.secondary_content .row-inner {
    display: flex;
    justify-content: space-between;
} */

.page-template-templateshomepage-template-2-php .row.secondary_content .row-inner .secondary-inner {
    width: 47%;
}

.homepage-hero-full {
    height: calc(100vh);
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.homepage-hero-full:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    top: 0;
    left: 0;
}

.homepage-hero-full .img-object {
    position: absolute;
    height: 100%;
    width: 100%;
    background-size: cover;
    top: 0;
    left: 0
    background-position: top center;
}

.homepage-hero-full .slide-caption-wrap {
    position: relative;
    z-index: 2;
    width: 900px;
    text-align: center;
    max-width:90%;
}

.homepage-hero-full p.primary {
    color: #fff;
    font-weight: 700;
    font-size: 3em;
    margin-bottom: 20px;
    line-height: 1;
    font-family: 'Bebas Neue', sans-serif;
    letter-spacing: 1px;
}

.homepage-hero-full p.secondary {
    color: #fff;
}


a#down {
    position: absolute;
    bottom: 50px;
    color: #fff;
    z-index: 3;
    text-decoration: none;
    opacity: 0.7;
    transition: all 300ms;
    left: 0px;
    width: 85px;
    text-align: center;
    left: 0;
    right: 0;
    margin: 0 auto;
}

a#down svg {
    display: block;
    width: 65px;
    height: 65px;
    margin: 0 auto;
    transition: all 150ms;
}

a#down span {
    font-size: 0.75em;
    display: block;
    margin-top: -10px;
    transition: all 150ms;
    width: 81px;
}

a#down:hover svg {
    padding-top: 10px;
}

a#down:hover span {
    font-size: 0.7em;
}

.row.featured-tabs{
   margin-bottom:0;
}

.row.featured-tabs .row-inner {
    max-width: 100%;
    width:100%;
}

.page-template-homepage-template-2 .home-top-content .row-inner {
    display: flex;
}

.page-template-homepage-template-2 .home-top-content .row-inner .page-title-wrap {
    width: 33.33%;
}

.page-template-homepage-template-2 .home-top-content .row-inner .intro-content {
    width: 66.66%;
    padding-left: 48px;
    text-align: left;
}

.page-template-homepage-template-2 .home-top-content .row-inner .page-title-wrap h1 {
    text-align: left;
}

.list-style-4 #tabs-wrap .tab-content {
    width: 100%;
    max-width: 100%;
}

.list-style-4 #tabs-wrap .tab-intro-wrap {
    width: 90%;
    max-width: 1280px;
    margin: 0 auto;
    margin-bottom: 48px;
}

/* Homepage Design 3 Styles */ 

.row.home-top-content {
    /* margin-top: 48px; */
}

.page-template-homepage-template-3 .row-inner {
    max-width: 100%;
    display: flex;
    justify-content: center;
}

.page-template-homepage-template-3 .row-inner .layout-half {
    width: 50%;
    overflow: hidden;
    border-top: solid 1px #dadada;
    border-bottom: solid 1px #dadada;
}

.page-template-homepage-template-3 .page-title-wrap h1 {
    text-align: left;
}

.page-template-homepage-template-3 .intro-content {
    text-align: left;
}

.page-template-homepage-template-3 .row-inner .content-half {
    padding: 48px 5% 48px 5%;
}

.page-template-homepage-template-3 .intro-content p:last-child {
    margin-bottom: 0;
}

.page-template-homepage-template-3 .row-inner .layout-half.image-half {position: relative;display: flex;}

.page-template-homepage-template-3 .row-inner .layout-half.image-half img {
    max-width: none;
    min-height: 100%;
    position: absolute;
}

.page-template-homepage-template-3 .home-top-content .row-inner .layout-half {
    border-top: solid 1px #3d3d3d;
}

.page-template-homepage-template-3 .icon-card {
    width: 20%;
    margin-bottom: 0;
}

.page-template-homepage-template-3 .row.secondary_content {
    padding: 0;
}

.page-template-homepage-template-3 .row.secondary_content .content-half {
    order: 2;
}

.page-template-homepage-template-3 .row.secondary_content .content-half p:last-child, .page-template-homepage-template-3 .row.secondary_content .content-half ul:last-child {
    margin-bottom: 0;
}

.page-template-homepage-template-3 .row.group-logos .row-inner {
    width: 90%;
}

.page-template-homepage-template-3 .row-inner.posts-carousel {
    width: 90%;
}

.page-template-homepage-template-3 .featured-icons .row-inner {
    width: 90%;
    border-top: 0;
    padding-top: 0;
}

.page-template-homepage-template-3 .row.featured-items.list-style-1 .wrap.list-pages.list-page-1 {
    width: 90%;
    max-width: 100%;
}

.page-template-homepage-template-3 div#home-content {
    padding-top: 0;
    margin-bottom:0;
}

.page-template-homepage-template-3 div.featured-items {
    background: #044d99;
    color: #fff;
    padding-top: 48px;
}
.page-template-homepage-template-3 div.featured-items h2{
color:#fff;
}

.page-template-homepage-template-3 .hero-image.home-hero-mobile:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.82), transparent);
}

.page-template-homepage-template-3  .hero-image.home-hero-mobile {
    position: relative;
}

.page-template-homepage-template-3 .row-inner.posts-carousel {
    display:block !important;
}

.page-template-homepage-template-3 .top-bar {
    background: rgba(0,0,0,0.5);
}

.row.featured-items .row-inner > p, .row.featured-icons .featured-icon-text p {
    width: 900px;
    max-width: 90%;
    margin: 0 auto 48px auto;
    text-align: center;
}

.row.featured-icons .featured-icon-text {
    width: 100%;
}

.page-template-homepage-template-3 .row.featured-items.list-style-3 .wrap.list-pages.list-page-3 {
    width: 90%;
    max-width: 100%;
}

/* Misc. Styles */

.row.featured-items.list-style-3 .wrap.list-pages.list-page-3 {
    width: 100%;
}

.row.featured-items.list-style-4 .row-inner, .row.featured-items.list-style-4 .row-inner .list-page-4 {
    width: 100% !important;
    max-width: 100%;
}

.row.featured-items.list-style-1 .wrap.list-pages.list-page-1 {
    width: 100%;
}

div.list-page-4 .list-pages-wrap {
    margin-top: 0;
}

.row-inner.top-content.fade-in-left {
    padding-top: 100px;
}

.row.custom_posts_feed {
    margin-bottom: 0;
}

header.site-header.fixed {
    background: rgba(0,0,0,0);
    background: rgba(255,255,255,0.75);
    position: fixed;
    /* border-color: rgba(0,0,0,0); */
}

.nav-primary {
    background: none;
	background-color:rgba(0,0,0,0)!important
}

header.site-header.fixed.shrink {
/*     background: #003e7b; */
    background: rgba(255,255,255,1);
    border-color:#ddd;
}

ul.menu-primary > .menu-item > a {
/*     text-shadow: 0px 0px 8px rgb(0 0 0 / 80%); */
}

li#menu-item-2086 > a {
    /* text-shadow: none; */
    /* box-shadow: 0 0 7px 0px rgba(0,0,0,0.6); */
}

.is-mobile .row-inner.top-content.fade-in-left {
    padding-top: 140px;
}

.is-mobile header.site-header.fixed {
    /* background: #003e7b; */
}

.homepage-hero-full video {
	object-fit: cover;
	min-height: 100vh;
}

.row.list-pages-wrap{
    padding-top:60px;
    background: rgb(17 17 17);
    background: linear-gradient(180deg, rgba(17, 17, 17,1) 0%, rgba(17, 17, 17,1) 70%, rgba(255,255,255,1) 70%, rgba(255,255,255,1) 100%);
    margin:0!important;
}

.row.list-pages-wrap h2{
    color:#fff;
}

.row.tagline-row{
    background:url(/wp-content/uploads/home-tagline.jpg) -100px center no-repeat;
    background-size:cover;
    margin-bottom:0;
    padding:20px 5% 80px 5%;
    font-size:5rem;
    text-align:center;
    color:#222;
    font-family: 'Bebas Neue', sans-serif;
    line-height:1.125;
}
.row.tagline-row .row-inner{
    width:80%;
}
.row.tagline-row strong{
    color:#0057a5;
    font-weight:400;
}
.row.tagline-row *{
    margin:0 auto;
}

@media only screen and (max-width:1500px) {
    button.slick-prev.slick-arrow {
        left: 0px;
        width: 5%;
        height: 50px;
    }

    svg.svg-inline--fa.fa-angle-left.fa-w-6.prev {
        width: 100%;
        height: 50px;
    }

    button.slick-next.slick-arrow {
        right: 0px;
        width: 5%;
        height: 50px;
    }

    svg.svg-inline--fa.fa-angle-right.fa-w-6.next {
        width: 100%;
        height: 50px;
    }

    
    
}



@media only screen and (max-width:1200px) {
    
    .homepage-hero-full p.primary {
        font-size: 2.5em;
    }

    .slide-caption-wrap {
        width: 90%;
    }
    
    .full-screen-slider .slide-caption-wrap {
        width: 80%;
    }
    
    .page-template-homepage-template-3 .home-top-content .row-inner .layout-half.image-half {
        display: none;
    }

    .page-template-homepage-template-3 .home-top-content .row-inner .layout-half {
        width: 90%;
        padding-left: 0;
        padding-right: 0;
    }

    .page-template-homepage-template-3 .secondary_content .row-inner {
        flex-wrap: wrap;
    }

    .page-template-homepage-template-3 .secondary_content .row-inner .layout-half.image-half {
        width: 100%;
        height: 600px;
        border-bottom: solid 1px #dadada;
    }

    .page-template-homepage-template-3 .secondary_content .row-inner .layout-half.image-half img {
        min-width: 100%;
    }

    .page-template-homepage-template-3 .row.secondary_content .content-half {
        width: 90%;
        padding-left: 0;
        border: 0;
        padding-right: 0;
    }

    .page-template-homepage-template-3 .row.secondary_content {
        border-bottom: solid 1px #dadada;
    }

    
    
    .page-template-homepage-template-3 .icon-card h3 {
        font-size: 1.25em;
    }

    .page-template-homepage-template-3 .icon-card {
        width: 50%;
    }
    
    .page-template-homepage-template-3 .home-top-content .row-inner {
        /* border-top: solid 1px #ddd; */
    }
    
    .page-template-homepage-template-3 .home-top-content .row-inner .layout-half {
        border: 0;
    }
    
    .row.featured-items .row-inner > p, .row.featured-icons .row-inner > p {
        width: 90%;
        max-width: 100%;
        text-align:left;
    }
    
    .page-template-homepage-template-3 .featured-items h2, .page-template-homepage-template-3 .featured-icons h2 {
        text-align: left;
        width: 90%;
        margin: 0 auto 32px auto;
        max-width: 1280px;
    }
    .row-inner.posts-carousel {
    height: auto;
    }
    
}

@media only screen and (max-width:1152px) {
    .home.page-template-homepage-template-1 .site-inner {
        /* padding-top: 130px; */
 }
}

@media only screen and (max-width:950px) {
    .homepage-slider.default-slider, .default-slider .home-slide.slick-slide {
        height: 300px;
    }

    .default-slider p.primary {
        font-size: 2em;
    }

    .default-slider p.secondary {
        width: 70%;
    }
}

@media only screen and (max-width:900px) {
    .home.page-template-homepage-template-1 .site-inner {
        /* padding-top: 105px; */
 }
	.homepage-hero-full .slide-caption-wrap{
        width: 85%;
        margin: 0 auto;
    }
}

@media only screen and (max-width:895px){
   .full-screen-slider .home-slide.slick-slide {
    height: calc(100vh - 203px);
    }
    .is-mobile .row-inner.top-content.fade-in-left{
        padding-top:180px;
    }
	
	.swnza_banner {
		bottom: 50px !important;
	}
}

@media only screen and (max-width:768px) {
    button.slick-next.slick-arrow, button.slick-prev.slick-arrow {
        display: none !important;
    }

    .hero-image.home-hero-mobile img {
        min-width: 100%;
    }

    .row-inner {
        width: 90%;
    }

    .row.featured-items .row-inner .featured-card {
        width: 100%;
        height: 300px;
        overflow: hidden;
    }

    .row.featured-items .row-inner .featured-card img {
        width: 100%;
        position: absolute;
        top: -150px;
    }

    .icon-card {
        width: 100%;
    }

    .row.secondary_content .featured-image-right {
        width: 100%;
        float: none;
        margin: 0 auto 32px auto;
    }
    
    .homepage-hero-full p.primary {
        font-size: 1.875em;
    }
    
    .page-template-templateshomepage-template-2-php .row.secondary_content .row-inner {
        flex-wrap: wrap;
    }

    .page-template-templateshomepage-template-2-php .row.secondary_content .row-inner .secondary-inner {
        width: 100%;
    }
    
    .page-template-homepage-template-2 .home-top-content .row-inner {
        flex-wrap:wrap;
    }

    .page-template-homepage-template-2 .home-top-content .row-inner .page-title-wrap, .page-template-homepage-template-2 .home-top-content .row-inner .intro-content {
        width: 100%;
        padding:0;
    }
    
    .page-template-homepage-template-2 .list-style-4 .row-inner {
        width: 100%;
    }
    
    .page-template-homepage-template-3 .secondary_content .row-inner .layout-half.image-half img {
        position: relative;
        max-width: 100%;
        min-width: auto;
    }

    .page-template-homepage-template-3 .secondary_content .row-inner .layout-half.image-half {
        height: auto;
    }
    
    .page-template-homepage-template-3 .row.secondary_content .content-half, .page-template-homepage-template-3 .home-top-content .row-inner .layout-half {
        width: 100%;
    }

}

@media only screen and (max-width:700px) {
    .default-slider p.secondary {
        width:100%;
    }
}

@media only screen and (max-width:600px) {
    .is-mobile .row-inner.top-content.fade-in-left{
        padding-top:140px;
    }
    .home.page-template-homepage-template-1 .site-inner {
        padding-top: 73px;
    }
   .full-screen-slider .home-slide.slick-slide {
    height: calc(100vh - 181px);
    }
}
@media only screen and (max-width:550px) {
    .homepage-slider {
        display: none !important;
    }
	.row.home-top-content {
    	padding-top: 40px;
	}
    .row.featured-items .row-inner .featured-card img {
        top: auto;
        position: relative;
    }

    .row.featured-items .row-inner .featured-card {
        height: auto;
    }

    
}

@media only screen and (max-width: 500px) {
   
    
    .page-template-homepage-template-3 .icon-card {
        width: 100%;
    }
    
    
}

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

    .associations-image {
        width: 50%;
    }

    .row.group-logos .row-inner {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media only screen and (max-width:350px) {
    .associations-image {
        width: 100%;
    }

    .associations-image img {
        margin: 0 auto;
    }
    
    .homepage-hero-full p.primary {
        font-size: 1.5em;
        margin-bottom: 32px;
    }

    .homepage-hero-full p.secondary {
        display: none;
    }

}