/* Homepage Stylesheet */

/* Base Styles */

header.site-header > .wrap {
     max-width: 1400px;
}

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

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

div.title-area a.custom-logo-link {
	background: none;
}

/* 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%;
	width: 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: 90px;
    text-shadow: 0 0 10px rgb(0 0 0 / 60%);
    font-weight: 300;
    display: block;
    line-height: 1;
    margin-bottom: 16px;
	text-align:center;
/* 	padding:0 40px; */
}

.home-feature .text p.secondary {
    display: block;
    color: #fff;
    font-size: 20px;
    text-shadow: 0 0 5px rgb(0 0 0 / 40%);
    margin-bottom: 32px;
    max-width: 100%;
    padding: 0 40px;
    text-align: center;
}

.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 {
/* 	border-left: solid 4px #fff;
	border-bottom: solid 4px #fff; */
	display: inline-block;
	width: 40px;
	height: 100%;
/* 	transform: rotate(-45deg); */
	position: relative;
	transition: all 300ms; 
	outline:0;
}

a#home-anchor svg {
	fill: #cccccc;
	width: 40px;
	height: 64px;
}

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

div.text p.primary span {
    color: var(--cta);
	font-weight: 600;
}

div#home-feature .text ul {
    border: 1px solid #787878;
    width: 100%;
    max-width: 675px;
	height: auto;
	padding: 20px;
	display: inline-block;
}

div#home-feature .text ul li {
    color: #ffffff;
	font-size: 22px;
	float: left;
    padding: 5px 5px;
}

.f-title h1 {
    width: 58%;
    text-align: left;
	font-size: 56px;
    padding-bottom: 40px;
}

.f-title h1:after {
	content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 23px;
    width: 44%;
    background: var(--cta);
	margin-bottom: 10px;
}

h4 {
	color: var(--cta);
	font-weight: 600;
	font-size: 28px;
}

.f-text h3 {
    font-size: 28px;
    color: var(--cta);
	width: fit-content;
}

.style-dark .f-text a.button, .style-light .f-text a.button {
    background: none;
    text-align: left;
	padding: 20px 0;
	font-size: 24px;
	font-weight:400;
}

.style-light .f-text a.button {
	color: var(--primary);
}

.home .style-dark p, .home .style-dark li {
    color: #ffffff;
}

.content #home-feature ul li::before {
    content: '';
    display: inline-block;
    background: url(/wp-content/uploads/gear-light-red.svg) no-repeat left top;
    height: 22px;
    width: 22px;
	top: 4px;
    left: 0px;
    background-size: cover;
    position: relative;
    margin: 0 15px;
}

.home header.site-header {
	background: none;
	box-shadow: none;
	top:0 !important;
}

.home .style-light .row-inner .f-text .asset-img-wrap:after {
	background: none;
}

.content-media.style-light .f-asset img, .content-media .f-asset iframe {
    box-shadow: none;
}

.slick-list.draggable::after {
    content: ' ';
	position: absolute;
    bottom: 33.33%;
    right: 0;
    width: 100%;
    height: 174px;
    background: var(--cta);
    z-index: 1;
}

.slick-track {
	z-index: 10;
}

.hero-slide.slick-slide {
    z-index: 2;
}

.main-content .row-inner .f-text p {
    width: 50%;
}

.row.main-content {
	padding-top: 30px;
	padding-bottom: 30px;
}

div#acf6282734b56f8c {
    background: url(/wp-content/uploads/Smart-factory-worker-using-machine-in-factory-workshop.png) center;
}

div#acf6282734b56f8c::before {
    content: ' ';
    background: #ffffff;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: .85;
}

.section-button a {
	text-decoration: none;
	background: none !important;
    padding: 0;
    border-bottom: solid 4px var(--cta);
    border-radius: 0;
    font-size: 28px;
    font-weight: 300;
	padding-bottom: 5px;
}

.style-dark svg {
    fill: #ffffff;
}

.section-button svg {
    width: 30px;
    top: 5px;
}

.row.card-style-full-image .row-inner > h2:after {
	width: 150px;
}

.home .content-media .f-asset img {
	box-shadow: none;
}

.home #acf6282734b56f8c .asset-img-wrap:after {
    background: none;
}

.home #top-bar {
	display: none;
}

.capabilities-section {
    display: flex;
	margin-bottom: 25px;
    align-items: flex-start;
	justify-content: space-between;
}

.capabilities-section > div {
    width: 50%;
}

.section-image {
    padding-left: 100px;
}

.section-image::after {
    content: '';
	background: url(/wp-content/uploads/img-asset-accent.png) bottom right no-repeat;
	width: 600px;
	height: 400px;
    right: -38px;
	position: absolute;
}

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

@media only screen and (max-width:1300px) {
	div#home-feature .text ul li {
		float: none;
	}
	
	.slick-list.draggable {
/* 		width: 50%; */
    	position: absolute;
		right: 0;
		top: 0;
	}
	
	.section-image::after {
		display: none;
	}
}

@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;
	}
	
	.slick-list.draggable {
		display: none;
	}
	
	.main-content .row-inner .f-text p {
		width: 100%;
	}
	
	.capabilities-section {
		flex-direction: column-reverse;
	}
	
	.capabilities-section > div {
		width: 100%;
	}
	
	.f-title h1 {
		width: 100%;
		font-size: 48px;
	}

}

@media only screen and (max-width: 900px) {
	.section-image {
		padding-left: 0;
	}
}

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

	button.slick-arrow {
		padding: 10px 20px;
	}
	
	div#home-feature.side-by-side #hero-slider {
		display: none;
	}
}

@media only screen and (max-width:600px) {
	div#home-feature {
		display: none;
	}
	
	div#home-feature .text ul {
		display: none;
	}
	.f-title h1 {
		font-size: 30px;
	}
	
	 h4 {
		font-size: 20px;
	}
}

/* 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;
	flex-direction: row;
	flex-wrap: nowrap;
}

div#home-feature.side-by-side .text {
/* 	width: 50%; */
/* 	padding: 0 5%;  */
	z-index: 5;
	padding-left: 13%;
	padding-right: 40px;
}

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

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

div#home-feature.side-by-side {
	height: 100vh;
	align-items: center;
	padding: 100px 0; 
	background: url(/wp-content/uploads/shutterstock_42181318.png) center no-repeat;
	width: 100%;
}

div#home-feature.side-by-side .text .primary {
	text-align: left;
	color: #ffffff;
	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;
}

div#home-feature.side-by-side:before {
    content: '';
    background: #111111;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    opacity: 0.7;
}

p#home-anchor-text {
    color: #959595;
	margin: 0 0 12px;
}

.home .main-content p {
    padding-bottom: 90px;
}

.nav-transparent.fixed-nav header.site-header {
    background: #111111;
    box-shadow: 0 0 12px rgb(0 0 0 / 15%) !important
}

.nav-transparent.fixed-nav .genesis-nav-menu > li > a {
	color: white;
}

.nav-transparent.fixed-nav nav#genesis-nav-primary ul.menu li.menu-item-has-children > a:after {
	border-color: white;
}

#acf650b12de33ab9 .section-button a:hover {
    color: #717171 !important;
}

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

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

	div#home-feature.side-by-side .text .secondary {font-size: 18px;}
	
	div#home-feature .text ul li {
		font-size: 18px;
		margin-bottom: 0;
	}
}

@media only screen and (max-width:960px) {
	div#home-feature.side-by-side .text .primary {
		text-align: center;
	}
	
	div#home-feature.side-by-side {
		display: inline-block;
		padding-top: 250px;
	}
	
	
	div#home-feature.side-by-side .text {
		width: 100%;
		margin-bottom: 40px;
		position: relative;
		z-index: 1;
		padding: 0 20%;
	}
}

@media only screen and (max-width:700px) {
	div#home-feature.side-by-side {
		display: flex;
		padding: 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);
	}
}

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

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