/* 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: var(--primary);
    font-size: 60px;
    box-shadow: 0 10px 10px rgb(0 0 0 / 60%);
    font-weight: 700;
    display: block;
    line-height: 1;
    margin-bottom: 16px;
    text-align: left;
    padding: 10px 40px;
    background-color: #fff;
    width: fit-content;
}

.home-feature .text p.secondary {
    display: block;
    position: absolute;
    color: #fff;
    font-size: 54px;
    text-shadow: 0 0 5px rgb(0 0 0 / 40%);
    margin-bottom: 32px;
    max-width: 100%;
    padding: 0 40px;
    text-align: right;
    background-color: var(--primary);
    font-weight: 700;
    width: fit-content;
    right: 0;
}

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

@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: relative;
    z-index: 1;
    width: 85%;
    max-width: 1400px;
    margin: 0 auto;
    left: 0;
    right: 0;
    text-align: center;
}

.single-asset .asset-wrap {
    position: absolute;
	top: 0;
    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;
}

.hover-cards {
    width: 100%;
    height: 25%;
    position: absolute;
    bottom: 0;
	display: flex;
}

.home-aside {
    background-color: var(--primaryborder);
    border: 2px solid var(--primary);
    /*width: 30%;*/
    position: relative;
}

.home-aside h3 {
    font-size: 24px;
    font-weight: 600;
    border-bottom: 1px solid var(--primary);
	padding: 10px 25px 0px 0px;
	color: var(--primary);
	margin-bottom: 0px;
}
.home-aside-wrapper {
	padding: 20px 40px 0px 40px;
}
.content .home-aside ul {
    margin-bottom: 8px;
    font-size: 14px;
	padding-left: 45px;
}
.content .home-aside ul.home-aside-list {
	margin-bottom: 50px;
}
.content .home-aside ul.home-aside-list > li {
	margin-bottom: 0px;
}
span.deco-block {
    width: 20px;
    height: 20px;
    background-color: var(--primary);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
}

.home .row.main-content.has-main-img .row-inner {
    /*width: 50%;*/
    margin: 0 auto;
	flex-direction: column;
}

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

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

.home .row.main-content.has-main-img {
    display: flex;
}

/* 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#acf681a5d779e2b7 h2 {
    /*text-align: center;*/
    /*width: 50%;*/
}
.
div#acf681a5d779e2b7 .f-text {
    /*display: flex;*/
    /*flex-wrap: wrap;*/
    /*justify-content: space-between;*/
}

div#acf681a5d779e2b7 .f-text > div {
    /*width: calc(50% - 50px);*/
    /*padding: 20px 40px;*/
}

div#acf681a5d779e2b7 .f-text div:nth-child(3n + 4) {
    /*background-color: var(--primary);*/
}

div#acf681a5d779e2b7 .f-text div:nth-child(3n + 2) {
	/*background-color: var(--primaryalt);*/
    /*background-color: #0C0C52;*/
    /*width: calc(50% - 20px);*/
    /*margin: 0 10px;*/
}
#core-values-section {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-template-rows: repeat(4, 1fr);
	grid-column-gap: 0px;
	grid-row-gap: 0px;
}
.light-background {
	background-color: var(--primaryalt);
}
.cv-content {
	display: flex;
	justify-content: center;
	padding: 30px 30px;
	margin-top: 20px;
}
.start-header-section {
	justify-content: start;
}
.home-icon-buttons {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-bottom: 20px;
}
@media (min-width: 601px) and (max-width: 960px) {

}
@media only screen and (max-width:600px) {
	div.f-asset img{
		display: none !important;
	}
	.home-page-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-column-gap: 20px;
	}
}
#acf687ea867c1be6 .row-inner .feature-1 {
	flex: 2;
	padding: 10px;
}
#acf687ea867c1be6 .row-inner .feature-2 {
	flex: 1;
	padding: 10px;
}