/* 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;
    bottom: 0;
    z-index: 1;
    border-radius: 0;
    cursor: pointer;
    transition: all 400ms;
    background: none;
    outline: 0 !important;
    background: #0000006b;
    border: solid 1px #2d2d2d;
    border-width: 1px !important;
	z-index:3;
}

.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.3);
    display: block;
    content: '';
}

button.slick-next.slick-arrow {
    right: 80px;
}

button.slick-prev.slick-arrow {
    right: 160px;
}

.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: 60px;
    text-shadow: 0 0 10px rgb(0 0 0 / 60%);
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-bottom: 20px;
    text-align: left;
    padding: 0;
    width: 800px;
	max-width:100%;
}

.home-feature .text p.secondary {
    display: block;
    color: #fff;
    font-size: 24px;
    margin-bottom: 32px;
    max-width: 100%;
    padding: 0;
    text-align: left;
    width: 660px;
    line-height: 1.25;
    font-family: industry,sans-serif;
    color: #DDDDDD;
}

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

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;}

.home header.site-header {
    background: rgba(0,0,0,0.6);
    border-bottom:solid 1px #444444;
	transition: background 400ms, top 400ms;
}

.home.fixed-nav header.site-header {
    background: rgba(17, 17, 17, 1);
}

.home div#top-bar {
    background: rgba(0,0,0,0.7);
    border-bottom:solid 1px #444444;
}

.home div.site-inner {
    margin-top: 0 !important;
}

div#acf62b609402331b {
    padding-top: 100px;
/*     margin-bottom: 70px; */
    padding-bottom: 80px;
}

h1.page-title {
    color: var(--cta);
}

h1.page-title span {
    display: block;
    font-size: 28px;
    color: #111;
}

div#acf62b609402331b .f-text p {
    max-width: 66%;
}

div#acf62b609402331b:after {
    content: '';
    width: 90%;
    position: absolute;
    border-bottom: solid 1px #ddd;
    height: 1px;
    display: block;
    bottom: 0px;
    box-sizing: border-box;
    left: 0;
    right: 0;
    margin: 0 auto;
}



@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: 20px;}
}

@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;
	} */
	.home-feature .text p.primary {
		font-size: 32px;
	}
}

/* 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;
    height: 100vh !important;
}

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

.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: linear-gradient(90deg, #00000078 50%, #2a2a2a08);
    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:959px) {
	div#home-feature.side-by-side .text .primary {font-size: 32px;}

	div#home-feature.side-by-side .text .secondary {font-size: 16px;}
		div#acf62b609402331b .f-text p {
		max-width: 100%;
	}
}

@media only screen and (max-width:768px) {
	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#acf63d2fc5a38b90 h2 {
		font-size: 32px;
	}
}

/* central text feature */
div#text-feature-container {
/*     border-bottom: 1px solid #707070; */
/* 	border-left: 2px solid #fff;
	border-right: 2px solid #fff; */
    position: relative;
    top: 40%;
    width: 748px;
    z-index: 10;
    max-width: 100%;
    margin: auto 10%;
}

.central-text-feature {
    position: relative;
}

div#text-feature-container #top-text-feature {
    color: var(--lightborder);
    text-transform: none;
    position: relative;
    top: -16px;
    font-size: 32px;
}

div#text-feature-container p, div#text-feature-container ul li, div.primary-text {
    color: white;
	font-family: 'industry', sans-serif;
}

#text-feature-container a.main-button {
    display: block;
    width: 328px;
	position: absolute;
    bottom: -36px;
    left: -20px;
}

div#feature-button {
    width: 328px;
    background: linear-gradient(180deg, #B91313, #670404);
    height: 75px;
    padding: 20px;
    position: relative;
}

div#feature-button p, div#feature-button span {
    font-family: 'industry';
    font-weight: 600;
}

div#feature-button span {
    position: absolute;
    color: white;
    font-size: 18px;
    left: 20px;
    top: 32px;
}

div#feature-button p {
    font-size: 12px;
    color: #FF9191;
}

div#button-icon {
    width: 75px;
    height: 75px;
    background: linear-gradient(90deg, #B91313, #670404);
    position: absolute;
    right: 0;
    bottom: 0;
}

div#button-icon::before {
    content: ' ';
    background: url(/wp-content/uploads/gear.svg) center/40px 40px no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 75px;
    height: 75px;
}

div.primary-text {
    font-size: 45px;
    font-weight: 700;
	line-height: 1.2;
	width: 85%;
	margin-bottom: 20px;
}

div#text-feature-container ul li {
    background: url(/wp-content/uploads/caret-right-sharp-light.svg) left/15px 20px no-repeat;
    padding-left: 25px;
    font-size: .875em;
    margin-bottom: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 20px;
}

a.main-button div#feature-button:hover, a.main-button div#feature-button:hover > #button-icon {
    background: linear-gradient(180deg, #670404, #B91313);
}

.content-container {
    display: flex;
    flex-direction: column;
    padding: 30px 20px 60px 30px;
    align-items: flex-start;
    position: relative;
    z-index: 5;
	border-left: 1px solid var(--light);
    border-right: 1px solid var(--light);
}

.secondary-text ul {
    margin-bottom: 0;
/* 	padding-left: 5px; */
}

div#text-feature-container #top-text-feature {
    padding: 0 10px;
	font-weight: 700;
	line-height: 1;
}
div.hero-slide::before {
    content:  ' ';
    position: absolute;
    left: 0;
    top: 0;
    background: #000;
    width: 100%;
    height: 100%;
    opacity: .2;
}

div.hero-slide div#text-feature-container::before {
    content:  ' ';
    position: absolute;
    left: -5%;
    top: -18%;
    background: var(--darkdefault);
    width: 110%;
    height: 140%;
    opacity: .75;
    z-index: 1;
}

span.ltext {
    font-size: 48px;
	display: block;
	line-height: 1.25;
}

span.xltext {
	font-size: 40px;
	display: block;
	line-height: 1.25;
}

.border-gap {
    position: relative;
	width: 73%;
	text-align: center;
}

.left-border, .right-border, .bottom-right-border, .bottom-left-border {
    border-top: 1px solid var(--light);
/*     width: 15%; */
    position: relative;
    bottom: 100%;
}

.left-border {
    width: 2%;
}

.right-border {
    width: 44%;
}

.border-gap-container {
    display: flex;
    flex-direction: row;
	height: 0;
	position: relative;
	z-index: 5;
}

.button-border-gap {
    width: 50%;
    position: relative;
    right: -5%;
}

.bottom-left-border {
    width: 2%;
	bottom: 1px;
}

.bottom-right-border {
    width: 52%;
    position: relative;
	bottom: 1px;
}

.secondary-text {
    margin-bottom: 16px;
}

@media only screen and (max-width:1200px) {
/* 	div#text-feature-container {
		width: fit-content;
		display: flex;
		flex-direction: column;
		align-content: center;
		flex-wrap: wrap;
		align-items: center;
		border: none;
	} */
	div#text-feature-container {
/* 		width: 100%; */
		display: block;
		margin: 0 auto;
	}
	
	div.primary-text {
		width: auto;
    	font-size: 32px;
	}
	
	.content-container {
		flex-direction: column;
		padding: 20px 20px 50px;
		border: none;
	}
	
	#text-feature-container a.main-button {
		position: relative;
		bottom: 0;
	}
	
	div#text-feature-container h1 {
		position: relative;
		top: 0;
		left: 0;
	}
	
	.border-gap-container > div {
		border: none;
	}
	
	.border-gap-container {
		display: flex;
		position: relative;
		flex-direction: column;
		align-items: center;
		height: auto;
	}
	
	.button-border-gap {
		width: auto;
		right: 0;
	}
	.slick-arrow svg {
		height: 20px;
	}
}

@media only screen and (max-width:768px) {
	div.primary-text {
		font-size: 44px;
	}
	
	div.secondary-text {
		margin: 0 auto;
	}
	
/* 	#text-feature-container a.main-button {
		display: none;
	} */
	.content-container {
		padding: 0;
	}

	.primary-text {
		width: 100% !important;
		text-align: center;
		padding:0 5%;
	}
	
	#text-feature-container a.main-button {
		left: 0;
		bottom: -32px;
	}

/* 	div#text-feature-container #top-text-feature {
		color: #e72e2e;
	} */
}

@media only screen and (max-width:500px) {
	.home-feature button.slick-arrow {
		display: none !important;
	}
}

@media only screen and (max-width: 600px) {
	div#text-feature-container {
		top: 33%;
	}
}

/* fake cta */
div#acf66843a7dcf077 {
    background: var(--light);
    background: url(/wp-content/uploads/banner-dark.png);
    text-align: left;
    border-top: solid 1px #2e2e2e;
    border-bottom: solid 1px #2e2e2e;
    margin-bottom: 0;
    background-position: center !important;
    background-size: cover !important;
    z-index:1;
    color: #ddd;
}

div#acf66843a7dcf077 h2 {
    color: white;
    margin-bottom: 16px
}

div#acf66843a7dcf077 .row-inner {
    position: relative;
}

div#acf66843a7dcf077::before {
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(90deg, rgb(0 0 0 / 80%),  rgb(0 0 0 / 50%) 50%, transparent);
    display: block;
    position: absolute;
}

div#acf66843a7dcf077 .f-text p {
    font-family: industry,sans-serif;
    color: #ddd;
    font-size: 24px;
    font-family: industry,sans-serif;
    text-transform: uppercase;
    font-weight: 400;
	line-height:1.25;
}

.site-inner div#acf66843a7dcf077.row:before {
    border-top: none!important;
}

