/* Homepage Stylesheet */

/* Base Styles */

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

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

/* Homepage Feature - Hero Slider */

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

.slick-arrow {
    background: none;
    position: absolute;
    top: calc(50% - 30px);
    z-index: 1;
    border-radius: 4px;
    cursor: pointer;
    transition: all 400ms;
    background: none;
    border: 0 !important;
    outline: 0 !important;
}

.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: 0;
}

button.slick-prev.slick-arrow {
    left: 0;
}

.slick-arrow:focus {
    background: rgba(255,255,255,0.4);
}

.slick-arrow:hover {
    background: rgba(255,255,255,0.4);
}

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

.home-feature .text p.primary {
    color: #fff;
    font-size: 72px;
    text-shadow: 0 0 10px rgb(0 0 0 / 60%);
    font-weight: 400;
    display: block;
    line-height: 1;
    margin-bottom: 16px;
    text-align: left;
    padding: 0;
    font-family:din-condensed, sans-serif;
    text-transform:uppercase;
    max-width: 900px;
}

.home-feature .text p.secondary {
    display: block;
    color: #b1b1b1;
    font-size: 20px;
    text-shadow: 0 0 5px rgb(0 0 0 / 40%);
    margin-bottom: 32px;
    max-width: 100%;
    padding: 0;
    text-align: left;
    max-width: 900px;
    font-family: din-2014, sans-serif;
    font-size: 24px;
    line-height: 1.375;
}

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

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

a#home-anchor {
    font-family: 'din-condensed', sans-serif;
    text-transform: uppercase;
    color: #fff;
    margin-right: 20px;
    font-size: 24px;
    display: inline-block;
    line-height: 1;
    position: relative;
    padding: 20px 0;
    margin-top: -20px;
    width: 420px;
}

a#home-anchor span.anchor {border-left: solid 3px #fff;border-bottom: solid 3px #fff;display: inline-block;width: 20px;height: 20px;transform: rotate(-45deg);position: relative;transition: all 300ms;outline:0;top: -4px;margin-left:12px;transition-delay: 120ms;}

.anchor-wrap {text-align: left;}

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

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

@media only screen and (max-width:960px) {
	.row.title-row {
		padding-top: 20px;
		padding-bottom: 20px;
}
	.row.main-content {
		padding-top: 40px;
	}
	.home-feature .text p.primary {font-size: 44px;}

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

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

	button.slick-arrow {
		padding: 10px 20px;
	}
}

@media only screen and (max-width:600px) {
	div#home-feature {
		display: none;
	}
}

/* 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: 2;width:90%;max-width: 100%;margin: 0 auto;left: 0;right: 0;text-align: left;}

.home-ft-years {
    display: block;
    margin-bottom: 40px;
    width: 300px;
    max-width: 100%;
}

.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.6);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#acf6419dbbd388c2 img {
    width: auto;
}

div#acf6419dbbd388c2 .f-asset {
    display: flex;
    align-items: center;
    justify-content: center;
}

div#acf6419dbbdc8182 .f-text, div#acf6419ea1e10dd7 .f-text {
    text-align: center;
    max-width: 900px;
    margin: 0 auto 64px auto;
}

svg.home-chevron {
    position: absolute;
    top: -140px;
    right: -250px;
    width: auto;
    height: calc(100% + 280px);
    display: block;
    fill: var(--cta);
    z-index: 1;
    opacity: 0.15;
}

a#home-anchor:after {
    content: '';
    width: 0;
    height: 32px;
    display: block;
    position: absolute;
    bottom: 16px;
    left: -24px;
    background: var(--cta);
    z-index: -1;
    transition: all 400ms;
    transition-delay: 400ms;
}

a#home-anchor:hover:after {
    width: 100%;
    transition-delay: 0ms;
}

a#home-anchor .a-down {
    width: 32px;
    height: 0;
    right: 24px;
    top: calc(100% + -34px);
    background: var(--cta);
    content: '';
    display: block;
    position: absolute;
    transition: all 400ms;
    transition-delay: 0ms;
}

a#home-anchor:hover .a-down {
    height: 140px;
    transition-delay: 400ms;
}

#home-anchor .a-down svg {
    display: block;
    top: calc(100% + 16px);
    fill: var(--cta);
    transform: rotate(90deg);
    left: -4px;
    width: 40px;
    opacity: 0;
    transition: all 200ms;
    transition-delay: 0ms;
}

#home-anchor:hover .a-down svg {
    opacity: 1;
    transition-delay: 650ms;
}

a#home-anchor:hover span.anchor {
    transform: rotate(-135deg);
    border-color: var(--cta);
    top: 0;
}

.breadcrumbs {
    display: none;
}
@media only screen and (max-width:600px) {
	a#home-anchor {
		width: 80%;
	}

	a#home-anchor .a-down {
		height: 140px;
		transition-delay: 400ms;
	}

	a#home-anchor:after {
		width: 100%;
		transition-delay: 0ms;
	}

	a#home-anchor span.anchor {
		transform: rotate(-135deg);
		border-color: var(--cta);
		top: 0;
	}

	#home-anchor .a-down svg {
		opacity: 1;
		transition-delay: 650ms;
	}
	
	main#genesis-content.content {
		padding-top: 0 !important;
	}
}

/* new buttons */
#home-feature .button-container {
    flex-direction: column;
    width: 25%;
    position: absolute;
    right: 5%;
	top: 50%;
}

div#home-feature .button {
    background-color: var(--cta);
    text-transform: uppercase;
    margin:  10px;
    font-family: din-condensed;
    font-size: 18px;
    letter-spacing: 1.5px;
	font-weight: 400;
}

/* div#home-feature .button:hover {
    background-color: var(--ctaalt);
} */
@media only screen and (max-width: 1500px) {
	.home-feature .text p.secondary {
		max-width: 700px;
	}
}

@media only screen and (max-width: 1200px) {
	#home-feature .button-container {
		right: 20%;
		width: 20%;
	}
}

@media only screen and (max-width: 959px) {
	#home-feature .button-container {
		display: none;
	}
}