/* Homepage Stylesheet */

/* Base Styles */

.row.title-row {
    padding-top: 70px!important;
    padding-bottom: 0px!important;
}

main#genesis-content {
	padding-top: 0;
}

/* Homepage Feature - Hero Slider */

.slick-arrow svg {
    height: 40px;
    color: #fff;
    fill: #fff;
	width: 40px;
}

.slick-arrow {
    background: #fff;
    position: absolute;
    bottom: 0%;
    z-index: 1;
    border-radius: 0;
    cursor: pointer;
    transition: all 400ms;
    border: 1px solid #647590;
    outline: 0 !important;
    padding: 10px 55px;
	width: 150px;
}

.hero-size-fullscreen #hero-slider {
    height: calc(100vh - 197px);
}

.nav-transparent .hero-size-fullscreen #hero-slider {
    height: 100vh !important;
}

.hero-size-default #hero-slider .text {
	padding: 120px 0;
}

.hero-size-default .anchor-wrap {
	display: none;
}

.slick-list.draggable {
    height: 100%;
}

.slick-track {
    height: 100%;
}

.slide {
    height: 100%;
    background-position: top center !important;
    background-repeat: no-repeat !important;
    background-size: cover !important;
	position:relative;
}

#hero-slider .slide:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    display: block;
    content: '';
}

button.slick-next.slick-arrow {
    right: calc(50% - 150px);
}

button.slick-prev.slick-arrow {
    left: calc(50% - 150px);
}

.slick-arrow:focus {
    background: aliceblue;
}

.slick-arrow:hover {
    background: aliceblue;
}

#hero-slider .text {
    max-width: 1400px;
    margin: 0 auto;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    height: 100%;
	padding:0 5%;
	position:relative;
	z-index:2;
}

.text-container {
    position: absolute;
    width: 800px;
    right: 0;
    top: 15%;
	background: rgb(26 44 110 / 86%);
	padding: 50px;
}

.home-feature .text p.primary {
    color: #fff;
    font-size: 38px;
    text-shadow: 0 0 10px rgb(0 0 0 / 60%);
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-bottom: 16px;
    text-align:left;
    padding: 10px 0;
    text-transform: uppercase;
    border-bottom: 10px solid var(--cta);
}

.home-feature .text p.secondary {
    display: block;
    color: #D5D8F1;
    font-size: 24px;
    text-shadow: 0 0 5px rgb(0 0 0 / 40%);
    margin-bottom: 20px;
    max-width: 100%;
    text-align: left;
	text-transform: uppercase;
	font-family: 'Roboto Condensed';
    line-height: 1.2;
}

.home-feature .text p.secondary span {
	display: block;
	text-transform: none;
	font-size: 20px;
}

ul.highlights-list {
    padding-left: 0;
}

div.text-container ul.highlights-list li svg {
    margin-right: 12px;
    width: 24px;
    min-width: 24px;
    position: relative;
    top: -2px;
}

div.text-container ul.highlights-list li {
    list-style: none;
    color: white;
    font-size: 20px;
    display: flex;
    line-height: 1.25;
    margin-bottom: 16px;
    align-items: flex-start;
}

div.text-container ul.highlights-list li:first-child svg {
    fill: var(--cta);
}

div.text-container ul.highlights-list li:nth-child(2) svg {
    fill: #db5c5c;
}

div.text-container ul.highlights-list li:nth-child(3) svg {
    fill: #e5a1a1;
}

div.text-container ul.highlights-list li:nth-child(4) svg {
    fill: #f4f0b0;
}

div#home-feature a.button.cta-button {
	margin: 0;
	width: 600px;
	max-width: none;
}

div.text-container a.button.cta-button {
    z-index: 20;
    position: absolute;
	right: 0;
}

div.text-container a.button.cta-button p {
    width: 415px;
    margin-left: 20px;
}

span.button-arrow {
    width: 15%;
	margin-right: 20px;
	padding-left: 20px;
}

span.button-arrow svg {
    width: 45px;
    fill: white;
    top: 20px;
}

.hero-slide {
	background-size: cover !important;
	background-position: center !important;
	position: relative;
}

.hero-slide:before {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: linear-gradient(0deg, rgba(22,39,97,0.7) 0%, rgba(255,255,255,0) 100%);
	z-index: 1;
	left: 0;
	top:0;
	left:0;
}

a#home-anchor {
	border-left: solid 4px #fff;
	border-bottom: solid 4px #fff;
	display: inline-block;
	width: 40px;
	height: 40px;
	transform: rotate(-45deg);
	position: relative;
	transition: all 300ms; 
	outline:0;
}

.anchor-wrap {
	bottom: 50px;
	position: absolute;
	text-align: center;
	width: 100%; 
	z-index:2;
}

a#home-anchor:hover {
	opacity: 0.7;
}

.nav-transparent .hero-slide {
	padding-top: 100px;
}

.f-title h1 {
    text-align: left;
    font-size: 45px;
    width: 67%;
}

div.row.title-row {
    padding: 90px 5% 30px;
}

.row.title-row + .row.main-content {
    padding-top: 0!important;
}

/* div.row {
	padding: 90px 5%;
} */

.row.main-content.has-main-img .row-inner .f-asset {
    position: absolute;
    right: 0;
    top: -107px;
	width: 33%;
}

div.row.main-content.has-main-img div.row-inner div.f-asset img {
	width: 100%;
	height: auto;
}

.main-content a.button.cta-button {
	margin: 0;
}

div.row-inner > h2 {
	text-align: left;
	position: relative;
}

.row.main-content.has-main-img .row-inner .f-text {
	width: calc(67% - 40px);
}

a.card-link {
    color: #fff;
    border-bottom: 1px solid #A4B5F0;
	position: relative;
}

a.card-link svg {
    fill: #A4B5F0;
    margin-left: 40px;
	top: 4px;
}

div#acf65cccac1a28d8.cards-default a.card-link:hover svg {
    fill: rgba(255,255,255,0.7) !important;
}

.row.style-dark {
	background: none;
	border-top: none;
	border-bottom: none;
}

div#acf65cccac1a28d8 .row-inner .cards-items {
    width: calc(100vw + 400px);
    position: relative;
    left: -200px;
}

/* div#acf65cccac1a28d8 {
    padding: 90px 0!important;
} */

div#acf65cccac1a28d8 {
    padding-left: 0;
    padding-right: 0;
}

div#acf65cccac1a28d8 h2 {
    margin: 0 auto 20px auto;
    max-width: 1400px;
/* 	padding-left: 5%; */
}

div#acf65cccac1a28d8 div.row-inner {
    background: none;
    margin: 0;
    max-width: 100%;
}

/* div#acf62b609402331b {
    min-height: 500px;
} */

div#acf65cccac1a28d8.row.style-dark::before {
    content: '';
    background: var(--primaryalt);
    width: 100%;
    height: 100%;
	top: 0;
    right: 33%;
    position: absolute;
}

/* div.row.style-dark.card-style-side .row-inner {
	padding-left: 0;
	padding-right: 0;
} */

.cards-items {
    position: relative;
}

button.cards-arrow-next.slick-arrow, 
button.cards-arrow-back.slick-arrow {
    background: #0000;
    position: absolute;
    padding: 0;
    bottom: -35px;
    border: none;
}

div#acf65cccac1a28d8 button.slick-arrow {
    background: aliceblue;
    border: 1px solid #d9deef;
}

div#acf65cccac1a28d8 button.slick-arrow:hover {
    background: #13245e;
}


div#acf65cccac1a28d8 button.cards-arrow-next.slick-arrow {
    right: 250px;
}

div#acf65cccac1a28d8 button.cards-arrow-back.slick-arrow {
    right: 450px;
}

div#acf65cccac1a28d8 .card-link-wrap {
    margin: 0 auto;
    max-width: 1400px;
/* 	padding-left: 5%; */
}

div.site-inner .row:not(.title-row):not(.main-content):not(.style-light):not(.style-dark):not(.page-title):before {
	border-top: none;
}

/* div#acf65cccac1a28d8 {
    margin-left: 0;
} */

@media only screen and (max-width: 1500px) {
	div#acf65cccac1a28d8 button.cards-arrow-next.slick-arrow {
		right: 15%;
	}

	div#acf65cccac1a28d8 button.cards-arrow-back.slick-arrow {
		right: 25%;
	}
}

@media only screen and (max-width: 1200px) {
	div#acf65cccac1a28d8 .row-inner .cards-items {
		width: 100%;
		left: 0;
	}
}

@media only screen and (max-width:1024px) {
	div.row.title-row {
		padding: 30px 5%!important;
		margin-bottom: 0;
}
	.row.main-content {
		padding-top: 40px;
	}
	.home-feature .text p.primary {
		font-size: 44px;
	}

	.home-feature .text p.secondary {
		font-size: 18px;
	}

	.row.main-content.has-main-img .row-inner .f-asset {
		position: relative;
		width: 100%;
		top: 0;
	}
	
	.row.main-content.has-main-img .row-inner .f-text {
		width: 100%;
/* 		margin-bottom: 50px; */
	}
	
	div#acf65cccac1a28d8 button.cards-arrow-back.slick-arrow, 
	div#acf65cccac1a28d8 button.cards-arrow-next.slick-arrow {
		display: none!important;
	}
	
	.card-style-minimal .cards-items {
		justify-content: center;
	}
	
	div.row-inner > h2 {
		text-align: left;
	}
	
	div#acf65cccac1a28d8.row.style-dark::before {
		display: none;
	}

	div.row.style-dark.card-style-side div.row-inner {
		padding: 10px 5%;
	}

	div#acf65cccac1a28d8.row {
		background: var(--primaryalt);
	}
}

@media only screen and (max-width:768px) {
	.slick-arrow svg {
		height: 20px;
	}

	button.slick-arrow {
		padding: 10px 20px;
	}
	
	ul.resource-links {
		column-count: 1;
	}
	
	.text-container {
		width: 100%;
		padding: 5%;
	}
	
	div#home-feature a.button.cta-button {
		display: none;
	}
}

@media only screen and (max-width:600px) {
/* 	div#home-feature {
		display: none;
	} */
	
	.f-title h1.page-title {
		width: 100%;
		font-size: 36px;
		margin-top: 16px;
		text-align: center;
	}

	.row.main-content.has-main-img .row-inner .f-asset {
		/* position: relative;
		width: 100%; */
		display: none;
	}

	.row.main-content.has-main-img .row-inner .f-text {
		width: 100%;
	}
}

/* Static Text Hero Slider */

.static-hero > .text {
	position: absolute;
	z-index: 1;
	width:85%; 
	max-width: 1400px;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}

div#home-feature.static-hero {
	display: flex;
	align-items: center;
}

.static-hero div#hero-slider {
	width: 100%;
}

.static-hero.hero-size-default div#hero-slider {
	height: 500px !important;
}

/* Single Image or Video Asset */
div#home-feature.single-asset {
    display: flex;
    align-items: center;
    overflow: hidden;
    position: relative;
}

div#home-feature.single-asset .text {
	position: absolute;
	z-index: 1;
	width:85%; 
	max-width: 1400px;
	margin: 0 auto;
	left: 0;
	right: 0;
	text-align: center;
}

.single-asset .asset-wrap {
	position: absolute;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat !important;
	background-size: cover !important;
	background-position: center !important;
}

.single-asset .asset-wrap:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0,0,0,0.3);
	width: 100%;
	height: 100%;
	z-index:1;
}

.nav-transparent div#home-feature.single-asset {
	height: 100vh !important;
}

.single-asset video {
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	position: absolute;
	min-width: 100%;
	min-height: 100%; 
	object-fit: cover; 
	max-width:none;
}

/* Side by Side Feature */

div#home-feature.side-by-side {
	display: flex;
}

div#home-feature.side-by-side .text {
	width: 50%;
	padding: 0 5%;
}

div#home-feature.side-by-side #hero-slider {
	width: 50%;
	height: 100% !important;
}

.side-by-side .hero-slide:before {
	display: none;
}

div#home-feature.side-by-side {
	height: calc(100vh - 140px);
	align-items: center;
	padding: 100px 0;
}

div#home-feature.side-by-side .text .primary {
	text-align: left;
	color: var(--darkdefault);
	text-shadow: none;
	padding: 0;
}

div#home-feature.side-by-side .text .secondary {
	color: var(--darkdefault);
	text-align: left;
	text-shadow: none;
	padding: 0;
}

.side-by-side .hero-slide {
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
}

.side-by-side .anchor-wrap {
	display: block;
}

.side-by-side a#home-anchor {
	border-color: var(--darkdefault);
}

.header-stacked div#home-feature.side-by-side, 
.header-inline div#home-feature.side-by-side {
    max-width: 1400px;
    margin: 0 auto;
    position: relative;
    padding: 0;
}

.header-stacked div#home-feature.side-by-side .text, 
.header-inline div#home-feature.side-by-side .text {
    padding-left: 0;
}

@media only screen and (max-width:1500px) {
	.header-stacked div#home-feature.side-by-side, 
	.header-inline div#home-feature.side-by-side {
		max-width:100%;
	}

	.header-stacked div#home-feature.side-by-side .text, 
	.header-inline div#home-feature.side-by-side .text {
		padding-left: 5%;
	}
	div#home-feature.side-by-side .text .primary {
		font-size: 48px;
	}

	div#home-feature.side-by-side .text .secondary {
		font-size: 18px;
	}
}

@media only screen and (max-width:950px) {
	div#home-feature.side-by-side .text .primary {
		font-size: 32px;
	}

	div#home-feature.side-by-side .text .secondary {
		font-size: 16px;
	}
}

@media only screen and (max-width:700px) {
	div#home-feature.side-by-side .text {
		width: 100%;
		margin-bottom: 40px;
		position: relative;
		z-index: 1;
	}

	div#home-feature.side-by-side {
		/* display: block; */
		padding: 50px 0;
	}

	div#home-feature.side-by-side #hero-slider {
		width: 100%;
		position: absolute;
		top: 0;
		left: 0;
	}

	.side-by-side .hero-slide:before {
		display: block;
		background: rgba(255,255,255,0.9);
	}
}

div#acf65eb381311ddf .row-inner {
    display: flex;
    justify-content: flex-end;
    max-width: 100%;
    /* padding-left: 5%; */
}

div#acf65eb381311ddf {
    padding: 40px 0;
    /* left: 5%; */
    width: 100%;
    /* padding-left: 10%; */
}

div#acf65eb381311ddf .row-inner .f-text {
    width: 1400px;
    max-width: 100%;
    font-size: 20px;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    padding-top: 100px;
    padding-right: 47%;
}
div#acf65eb381311ddf .row-inner .map-section {
    /* position: absolute; */
    /* right: 0; */
    /* max-height: 100%; */
    /* width: 60%; */
    width: 60%;
    padding-left: 5%;
}

div#acf65eb381311ddf a.map-link {
    border-bottom: 1px solid #e2e2e2;
    transition: all 0.5s ease-in-out;
}

div#acf65eb381311ddf a.map-link svg {
    fill: var(--primaryalt);
    margin-left: 50px;
    top: 5px;
    transition: all 0.5s ease-in-out;
}

/* div#acf65eb381311ddf a.map-link:hover {
    background-color: var(--primaryalt);
    color: #fff;
    border-bottom: 1px solid #b9daff;
    transition: all 0.5s ease-in-out;
}

div#acf65eb381311ddf a.map-link:hover svg {
    fill: #fff!important;
	transition: all 0.5s ease-in-out;
} */

/* @media only screen and (min-width: 1900px) {
	div#acf65eb381311ddf {
		left: 5%;
	}
} */

@media only screen and (max-width:1800px) {
	div#acf65eb381311ddf .row-inner .f-text {
		padding-right: 53%;
	}
}

@media only screen and (max-width:1450px) {
	div#acf65eb381311ddf .row-inner .f-text {
		padding-right: 63%;
		padding-left:5%;
	}
}
@media only screen and (max-width: 1024px) {
	div#acf65eb381311ddf {
		padding: 50px 5%;
	}
}

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

	div#acf65eb381311ddf .row-inner {
		flex-direction: column;
	}

	div#acf65eb381311ddf .row-inner .f-text {
		width: 100%;
	}

	div#acf65eb381311ddf .row-inner .map-section {
		width: 100%;
	}
	div#acf65eb381311ddf .row-inner .f-text {
		position: relative;
		padding: 0;
	}
}