/* Homepage Stylesheet */

/* Base Styles */

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

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

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

.home-feature .text p.secondary {
    display: block;
    color: #fff;
    font-size: 16px;
    text-shadow: 0 0 5px rgb(0 0 0 / 40%);
    margin-bottom: 50px;
    line-height: 30px;
    max-width: 100%;
    /* padding: 0 40px; */
    max-width: 30%;
    min-width: 500px;
    /* text-align: center; */
}

.home-feature .text p.tagline {
    margin-bottom: 20px;
    color: var(--primaryalt);
    font-weight: 600;
}

.home-feature .text a.button {
    padding: 16px 42px;
    font-size: 14px;
}

div#acf6467a523d9e13 {
    padding-bottom: 200px;
}

.f-text a.button.secondary {
    background: #303030;
}

.f-text a.button.secondary:hover {
    background: var(--ctaalt);
}

.homepage-resources {
    padding-top: 0;
}

.homepage-resources:before {
    display: none;
}

.homepage-resources .row-inner .resource-wrap {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.homepage-resources .resource {
    background: #222;
	border-radius: 5px;
}

.homepage-resources .resource a, .homepage-resources .resource a h3 {
    color: #fff;
}

.homepage-resources .resource p {
    margin: 0;
    font-size: 16px;
}

.homepage-resources .resource a h3 {
    line-height: 1;
    font-size: 24px;
    margin-bottom: 10px;
}

.homepage-resources .resource a:hover h3 {
    color: var(--primaryalt);
}

.homepage-resources .resource .svg {
    margin-bottom: 18px;
    background: #333;
    max-width: 46px;
    aspect-ratio: 1;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.homepage-resources .row-inner {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.homepage-resources a.button {
    margin-top: 60px;
	padding: 16px 60px;
}

.resource .svg svg {
    fill: var(--primaryalt);
}

.resource a:hover .svg svg {
    fill: var(--ctaalt);
}

.homepage-resources .resource a {
    display: block;
    padding: 36px 32px;
    height: 100%;
}

.homepage-resources h2 {
    margin-bottom: 60px;
}

.home .applications .application:nth-of-type(5) .img-wrap svg {
    width: 50px;
}

.card-style-full-image a:hover .text, .isMobile .card-style-full-image a .text {max-height: 300px;}

.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: 60px;/* transform: rotate(-45deg); */position: relative;transition: all 300ms;outline:0;}

a#home-anchor svg {
    height: 60px;
    width: 40px;
    fill: var(--primary);
}

a#home-anchor:hover svg {
    fill: var(--primaryalt);
}

.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: 1150px) {
    .homepage-resources .row-inner .resource-wrap {
        grid-template-columns: 1fr 1fr;
    }
}

@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; min-width: 690px; max-width: 80%}

	.home-feature .text p.secondary {font-size: 16px; min-width: 560px; max-width: 65%}
}

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

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

	.home-feature .text p.primary {min-width:unset; max-width: 100%}

	.home-feature .text p.secondary {min-width:unset;max-width: 100%}
}

@media only screen and (max-width: 600px) {
	div#home-feature {
		display: none;
	}
	
    .homepage-resources .row-inner .resource-wrap {
        grid-template-columns: 1fr;
    }
    
    .homepage-resources h2 {
        margin-bottom: 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;
}

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

div#home-feature.single-asset .text .text-wrap {max-width: 1640px;margin: 0 auto;}

.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(180deg, rgba(0,0,0,0.95) 0%, rgba(0,0,0,0.5) 50%, rgba(0,0,0,0.75) 100%);width: 100%;height: 100%;z-index:1;}

.single-asset .asset-wrap:after {content: '';position: absolute;top: 0;left: 0;background: linear-gradient(90deg, rgba(0,0,0,0.2) 0%, rgba(255,255,255,0) 100%);width: 100%;height: 100%;z-index:1;}

.nav-transparent div#home-feature.single-asset, .page-id-5701 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;
}

div#acf6467ac3223eff {
    padding-top: 0;
}

.f-text a.button {
    width: auto;
}

.f-text a.button:not(.secondary) {
	margin-right: 20px;
}

@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:1212px) {
    .f-text a.button {
        margin-right: 0;
    }
    
    .f-text a.button.secondary {
        margin-top: 20px;
    }
}

@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#acf6467a523d9e13 {padding-bottom: 80px;}
}

div#gform_fields_18 {
    display: block;
    font-weight:bold;
    width:950px;
    width: 89.875%;
    max-width:100%;
}

div#gform_fields_18 label{
    display:none;
}

form#gform_18 {
    margin: 0 auto
}

.natural-language-form p {
    font-size: 24px;
    display: inline-block;
    color: #ffffff;
    padding: 0 10px;
    line-height: 1.75;
	margin-bottom:14px!important;
}
.natural-language-form div:first-child p{
	padding-left:0;
}

.natural-language-form .form-clear{
	display:block!important;
}

#gform_18 input[type="text"], #gform_18 input[type="email"] {
    background: none;
    border: 0;
    border-bottom: solid 1px #fff;
    border-radius: 0;
    border-color: #fff;
    color: #ffd200;
    font-size: 20px;
    padding-left: 0;
    padding-right: 0;
    text-align: center;
    transition: width 500ms;
	margin-right:10px;
}

#gform_18 input[type="text"]::placeholder, #gform_18 input[type="email"]::placeholder {
    color: #ffd200;
}

#gform_18 div.gfield {
    display: inline
}

#gform_18 div.gfield.sf-text {
    width: auto
}

#gform_18 select {
    background: none;
    color: #ffd200;
    font-size: 20px;
    padding: 0;
    border: 0;
    border-bottom: solid 1px #fff;
    border-radius: 0;
    width: 250px;
    text-align: center;
    transition: width 500ms;
    margin-right:10px;
}

#gform_18 select,#gform_17 input {
    min-width: 110px
}

#gform_18 select.selectActive {
    color: #fff!important
}

#gform_18 div.gfield>div.ginput_container {
    display: inline
}

#gform_18 input[type="text"] {
    width: 250px;
}

#gform_18 input[type="email"] {
    width: 350px;
}

fieldset#field_18_10 legend {
    display: none
}

fieldset#field_18_10 {
    border: 0;
    padding: 40px 0 20px 0;
    margin-bottom: 20px
}

label#label_18_10_1 {
    font-size: 30px;
    color: #cfe0ff;
    line-height: 1;
    vertical-align: top;
    padding-left: 45px;
    background: url(/web/20230104170514im_/https://www.microaccounting.com/wp-content/uploads/square-solid.svg) left center no-repeat;
    background-size: 30px;
    cursor: pointer
}

input#choice_17_10_1 {
    display: none
}

#gform_18 .gform_footer {
    text-align: center
}

#gform_18 .gform_footer input[type="submit"] {
    /* font-size: 26px; */
    /* border-radius: 40px!important; */
}

#gform_18 .validation_message {
    display: none
}

#gform_18 select[aria-invalid="true"],#gform_18 input[aria-invalid="true"]::placeholder {
    color: #ffc3c3
}

#gform_18 select#input_18_5 {
    width: 270px
}

div#gform_confirmation_message_18 h3 {
	color:#ffd203;
	margin-bottom:10px;
}

div#gform_confirmation_message_18 p {
    max-width: 900px;
    margin: 0 auto;
    color: #fff
}

@media only screen and (max-width:600px) {
	div#home-feature.single-asset .text .primary{
		font-size: 20px !important;
	}
	div#home-feature.single-asset .text .natural-language-form p, 
	div#home-feature.single-asset .text .natural-language-form input,
	div#home-feature.single-asset .text .natural-language-form select,
	div#home-feature.single-asset .text .natural-language-form option{
		font-size: 15px !important;
	}
	input#gform_submit_button_18{
		padding:10px !important;
	}
	.page-id-887 .site-inner{
		margin-top: var(--wp--preset--spacing--80) !important;
	}
}