/*
Theme Name: Avada Child
Description: Child theme for Avada theme
Author: ThemeFusion
Author URI: https://theme-fusion.com
Template: Avada
Version: 100.10.1
Text Domain:  Avada
*/

/*
	Colors
	White: #FFFFFF
	Off White: #f9f9fb
	Tan: #C2B59B
	Off Blue: #3C6B99
	Light Blue: #C3DBDD
	Blue: #084EA3
	Dark Blue: #002E61
	Grey: #6D6E71 (Text)
	Black: #000000
*/

/*
	Font Sizes
	H0: 109px
	H1: 65px
	H2: 60px
	H3: 42px
	H4: 31px
	H5: 27px
	H6: 24px
	
	Paragraph: 22px
	Small Text: 17px
	XSmall Text: 12px
*/

/*Font Styles*/
.h0, .h0 > *{
	/*font-size: 100px !important;*/
	font-size: 90px !important;
}
.h1, .h1 > *{
	font-size: 65px !important;
}
.h2, .h2 > *{
	font-size: 60px !important;
}
.h3, .h3 > *{
	font-size: 42px !important;
}
.h4, .h4 > *{
	font-size: 31px !important;
}
.h5, .h5 > *{
	font-size: 27px !important;
}
.h6, .h6 > *{
	font-size: 24px !important;
}

.small-text, .small-text > *{
	font-size: 17px !important;
}
.x-small-text, .x-small-text > *{
	font-size: 12px !important;
}
@media screen and (max-width: 1024px){
	.h0, .h0 > *{
		font-size: 60px !important;
	}
	.h1, .h1 > *{
		font-size: 50px !important;
	}
	.h2, .h2 > *{
		font-size: 45px !important;
	}
	.h3, .h3 > *{
		font-size: 38px !important;
	}
	.h4, .h4 > *{
		font-size: 31px !important;
	}
	.h5, .h5 > *{
		font-size: 27px !important;
	}
	.h6, .h6 > *{
		font-size: 24px !important;
	}
	body {
	    --body_typography-font-size: 20px;
	}
	.small-text, .small-text > *{
		font-size: 17px !important;
	}
	.x-small-text, .x-small-text > *{
		font-size: 12px !important;
	}
}

@media screen and (max-width: 640px){
	.h0, .h0 > *{
		font-size: 40px !important;
	}
	.h1, .h1 > *{
		font-size: 38px !important;
	}
	.h2, .h2 > *{
		font-size: 34px !important;
	}
	.h3, .h3 > *{
		font-size: 30px !important;
	}
	.h4, .h4 > *{
		font-size: 26px !important;
	}
	.h5, .h5 > *{
		font-size: 24px !important;
	}
	.h6, .h6 > *{
		font-size: 20px !important;
	}
	body {
	    --body_typography-font-size: 17px;
	}
	.small-text, .small-text > *{
		font-size: 15px !important;
	}
	.x-small-text, .x-small-text > *{
		font-size: 12px !important;
	}
}



.uppercase, .uppercase > *{
	text-transform: uppercase !important;
}

.medium-weight, .medium-weight > *{
	font-weight: 500 !important;
}
.bold-weight, .bold-weight > *{
	font-weight: 900 !important;
}

.short-line-height, .short-line-height > *{
	line-height: 1 !important;
}


/*Font Colors*/
.white-text, .white-text > *{
	color: #FFFFFF !important;
}
.off-white-text, .off-white-text > *{
	color: #f9f9fb !important;
}
.tan-text, .tan-text > *{
	color: #C2B59B !important;
}
.off-blue-text, .off-blue-text > *{
	color: #3C6B99 !important;
}
.light-blue-text, .light-blue-text > *{
	color: #C3DBDD !important;
}
.blue-text, .blue-text > *{
	color: #084EA3 !important;
}
.dark-blue-text, .dark-blue-text > *{
	color: #002E61 !important;
}
.grey-text, .grey-text > *{
	color: #6D6E71 !important;
}
.black-text, .black-text > *{
	color: #000000 !important;
}

.dark-blue-bold strong, .dark-blue-bold b{
    color: #002E61 !important;
}
.blue-bold strong, .blue-bold b{
    color: #084EA3 !important;
}

/*Link Colors*/

.white-link a{
	color: #FFFFFF !important;
}

/* Background Colors*/

.black-background, .black-background > *:not(.fusion-builder-module-controls-container){
	background-color: #000000 !important;
}


/*Button styles*/
.black-button{
	background-color: #000000 !important;
	border-color: #000000 !important;
	color: #FFFFFF !important;
}
.black-button > *{
	color: #FFFFFF !important;
}
.black-button:hover{
	background-color: #FFFFFF !important;
	border-color: #000000 !important;
	color: #000000 !important;
}
.black-button:hover > *{
	color: #000000 !important;
}

.blank-button{
	background-color: transparent !important;
	border: none !important;
	color: #3C6B99 !important;
	padding: 0px !important;
}
.blank-button > *{
	color: #3C6B99 !important;
}
.blank-button:hover{
	background-color: transparent !important;
	border: none !important;
	color: #C2B59B !important;
}
.blank-button:hover > *{
	color: #C2B59B !important;
}



/*Extra Styles*/
.no-margin p{
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
.no-margin-top p{
	margin-top: 0px !important;
}
.no-margin-bottom p{
	margin-bottom: 0px !important;
}

/*Reverse Styling*/
@media all and (max-width:800px){
	.reverse-cols .fusion-row {
		display: flex;
		flex-flow: wrap;
		flex-direction: column-reverse;
	}
}

@media screen and (max-width: 500px){
	
}

/*Header styles*/
.header-logo{
	margin-bottom: -30px;
}



.header-menu .menu-item.icon-menu-item{
	margin-left: 5px !important;
	margin-right: 5px !important;
}
.header-menu .menu-item .awb-menu__main-a_icon-only i{
	border: 2px solid;
	border-color: inherit;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	position: relative;
}
.header-menu .menu-item .awb-menu__main-a_icon-only i:before{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}


/*Header Offset*/
.fusion-wrapper #main #content .post-content > .fusion-flex-container:nth-child(1), .fusion-wrapper #main #content .post-content #fusion_builder_container > .fusion-builder-container:nth-child(1){
	margin-top: -172px !important;
	padding-top: 172px !important;
}
.home .fusion-wrapper #main #content .post-content > .fusion-flex-container:nth-child(1){
	margin-top: -172px !important;
	padding-top: 0px !important;
}
@media screen and (max-width: 640px){
	.fusion-wrapper #main #content .post-content > .fusion-flex-container:nth-child(1), .fusion-wrapper #main #content .post-content #fusion_builder_container > .fusion-builder-container:nth-child(1){
		margin-top: -159px !important;
		padding-top: 159px !important;
	}
	.home .fusion-wrapper #main #content .post-content > .fusion-flex-container:nth-child(1){
		margin-top: -159px !important;
		padding-top: 0px !important;
	}
}
/*@media screen and (max-width: 500px){
	.fusion-wrapper #main #content .post-content > .fusion-flex-container:nth-child(1), .fusion-wrapper #main #content .post-content #fusion_builder_container > .fusion-builder-container:nth-child(1){
		padding-top: 112px !important;
	}
}*/

/*Page Title bar Styles*/

/*Footer Styles*/

/*Content Styles*/

	/* 1/2 full width background Images */
.custom-width-background .fusion-column-wrapper{
	position: absolute !important;
    width: 50vw !important;
    height: 100% !important;
}
.custom-width-background.left-side .fusion-column-wrapper{
	right: 0px;
}
.custom-width-background.right-side .fusion-column-wrapper{
	left: 0px;
}
@media screen and (max-width: 640px){
	.custom-width-background .fusion-column-wrapper{
		position: absolute !important;
	    width: 100vw !important;
	    height: 100% !important;
	}
}

	/*Overflow Containers*/
.overflow-left:before{
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0px;
	right: 0px;
	background-color: inherit !important;
	z-index: -1;
}
.overflow-right:before{
	content: '';
	display: block;
	width: 100vw;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-color: inherit !important;
	z-index: -1;
}
@media screen and (max-width: 640px){
	.overflow-left:before{
		width: 150vw;
		height: 100%;
		top: 0px;
		right: -50%;
	}
	.overflow-right:before{
		width: 150vw;
		height: 100%;
		top: 0px;
		left: -50%;
	}
}

/*SVG Images*/
.svg-image img{
	width: 100%;
}


/*UL and OL list style fix*/
.fusion-column-wrapper > .fusion-text ul, .fusion-column-wrapper > .fusion-text ol{
	margin-top: -15px !important;
}


/*Forms Styles*/
.fsBody{
	background-color: transparent !important;
}
.fsPage {
	min-width: 100px !important;
}
.fsBody > div:nth-child(2) {
	display: none !important;
}
.fsBody > *{
	padding: 0px !important;
}
.fsBody .fsForm{
	margin-top: 0px !important;
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 0px !important;
	padding: 0px !important;
	background-color: transparent !important;
	max-width: unset !important;
}
.fsBody .fsForm .fsLabel, .fsBody .fsForm .fsOptionLabel, .fsBody .fsForm .fsMatrix th, .fsBody .fsForm .fsMatrixLabel {
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    /*font-weight: 400;*/
}
.fsBody .fsForm .fsLabel{
	/*padding-top: 10px;
	padding-bottom: 10px;*/
	margin-bottom: 0px !important;
}
.fsRequiredMarker {
	color: red !important;
}
.fsSection {
    width: 100%;
    margin-bottom: 20px !important;
}
.fsBody .fsForm .fsSectionHeader{
	background-color: transparent !important;
	margin-bottom: 0px !important;
}
.fsSection .fsSectionHeading{
    font-size: 32px !important;
}
.fsBody .fsHidden, .fsBody .fsWorkflowHidden {
    padding: 0;
    margin: 0;
    display: none !important;
}
body #main .fsFieldCell{
	margin-bottom: 10px !important;
}
.fsBody .fs4Col, .fsBody .fs3Col, .fsBody .fs2Col, .fsBody .fs5Col, .fsBody .fs6Col {
    min-width: 10px !important;
}
body #main .fsFieldCell.fsSpan66 {
    width: 66.6%;
}
body #main .fsFieldCell.fsSpan33 {
    width: 33.3%;
}
body #main .fsFieldCell.fsSpan25 {
    width: 25%;
}
.fsBody .fsForm .fsCell {
    position: relative;
}
.fsFieldCell.fsSpan50 {
    width: 50% !important;
}
.fsLabel, .fsOptionLabel {
    color: #33333f !important;
    font-size: 19px !important;
}
.fsBody .fsForm textarea.fsRequired, .fsBody .fsForm textarea.fsField {
    border-color: #33333f !important;
    /*border-radius: 1px !important;*/
    width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
    margin-right: 10px;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
}
.fsBody .fsForm input[type=text].fsRequired, .fsBody .fsForm input[type=file].fsRequired, .fsBody .fsForm input[type=number].fsRequired, .fsBody .fsForm input[type=email].fsRequired, .fsBody .fsForm input[type=tel].fsRequired, .fsBody .fsForm select.fsRequired, .fsBody .fsForm input[type=text].fsField, .fsBody .fsForm input[type=file].fsField, .fsBody .fsForm input[type=number].fsField, .fsBody .fsForm input[type=email].fsField, .fsBody .fsForm input[type=tel].fsField, .fsBody .fsForm select.fsField, .fsBody .fsForm .fsSubFieldGroup select {
    border-color: #33333f !important;
    /*border-radius: 0px !important;*/
    width: calc(100% - 10px) !important;
    max-width: calc(100% - 10px) !important;
    margin-right: 10px;
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
}
.fsBody .fsForm input[type=number]{
	display: inline-flex;
    width: calc(96% - 5px);
    flex-grow: 1;
}

.fsSubFieldGroup .fsSubField.fsFieldAddress, .fsSubFieldGroup .fsSubField.fsFieldAddress2{
	width: calc(100% - 5px);
}
.fsSubFieldGroup .fsSubField.fsFieldCity, .fsSubFieldGroup .fsSubField.fsFieldState, .fsSubFieldGroup .fsSubField.fsFieldZip{
	width: calc(33.3% - 5px);
}
.fsSubmit {
	margin-top: 0px !important;
}
.fsSubmitButton {
    padding: 13px 29px 13px 29px !important;
    line-height: 18px !important;
    font-size: 18px !important;
    border-radius: 15px !important;
    background: #c2b59b !important;
    color: #6e6e6e !important;
    /*border: 1px solid rgb(0 0 0 / 0%) !important;
    border-bottom: rgb(0 0 0 / 0%) !important;
    border-right: rgb(0 0 0 / 0%) !important;*/
    font-family: Raleway, Arial, Helvetica, sans-serif !important;
    text-transform: uppercase !important;
    font-weight: 500 !important;
    position: relative;
}
.fsSubmitButton:hover, .fsSubmitButton:focus {
    background: #FFFFFF !important;
    color: #002E61 !important;
    border-color: rgb(0 0 0 / 0%) !important;
}

.fsFieldCell hr {
    height: 1px !important;
}
@media screen and (max-width: 800px) {
    .fsFieldCell.fsSpan25, .fsFieldCell.fsSpan66, .fsFieldCell.fsSpan33, .fsFieldCell.fsSpan50 {
        width: 100% !important;
    }
}


/*Slider Settings*/
.slick-track{
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
}
.slick-slide{
    height: inherit !important;
}
.slick-track, .slick-slide{
	width: 100%;
}
/*slider Arrows*/

.slick-arrow {
	height: 75px;
	width: 75px;
	background-size: contain;
	background-repeat: no-repeat !important;
	color: rgba(255, 255, 255, 0) !important;
	border: 1px solid rgba(8,78,163,0.8) !important;
	border-radius: 50%;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: rgba(8,78,163,0.8);
	z-index:99;
	cursor: pointer;
	font-family: "Font Awesome 5 Free" !important;
	line-height: 1 !important;
	color: #FFFFFF !important;
	font-size: 35px !important;
	padding: 0px !important;
}
.slick-arrow > span{
	color: rgba(255, 255, 255, 0) !important;
	width: 0px;
	height: 0px;
	position: absolute;
}
.slick-arrow:hover, .slick-arrow:focus{
	color: #FFFFFF !important;
	border-color: #002E61 !important;
	background-color: #002E61 !important;
}
.slick-prev {
	left: 10px;
}
.slick-next {
	right: 10px;
}
.slick-prev:before {
	content: "\f053";
	font-weight: 900;
}
.slick-next:before {
	content: "\f054";
	font-weight: 900;
}

@media screen and (max-width: 1090px){
	.slick-prev {
		left: 0rem !important;
	}
	.slick-next {
		right: 0rem !important;
	}
}

/*Dots*/
.slick-dots{
	text-align: center;
	-webkit-padding-start: 0px;
	        padding-inline-start: 0px;
}
.slick-dots li {
	display: inline-block !important;
	padding: 0 4px !important;
}
.slick-dots li button {
	border: solid 1px rgb(0 0 0 / 0%);
	border-radius: 0px;
	width: 20px;
    height: 4px;
	padding: 0;
	color: #003055;
	font-size: 1px !important;
	background-color: #4d4d4f;
	-webkit-transition: background-color ease .2s;
	-o-transition: background-color ease .2s;
	transition: background-color ease .2s;
}
.slick-dots li.slick-active button {
	background-color: #b9d531;
}
.slick-dots li:focus, .slick-dots li button:focus {
	outline: none !important;
}
.slick-dots li button:hover {
	cursor: pointer;
}
.special-no-margin-slider > div {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

/*Hero Slider*/
.home_slider, .hero_section{
	min-height: 1000px;
}

.hero_section{
	min-height: 800px;
}
.hero_section .hero-outer{
	min-height: 800px;
    position: relative;
}

.home_slider .hero-slide-single{
	/*padding-top: 572px;
	padding-bottom: 150px;*/
	min-height: 1000px;
    position: relative;
}
.home_slider .hero-slide-single .slide-inner, .hero_section .hero-outer .hero-inner{
	position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	max-width: 1200px;
	width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 30px;
    padding-right: 30px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.home_slider .hero-slide-single .slide-content, .hero_section .hero-outer .hero-inner .hero-content{
	max-width: 800px;
	width: 100%;
	padding: 30px 40px;
	background-color: rgba(255,255,255,0.8);
	border-radius: 20px;
	box-shadow: 0px 20px 20px rgba(35, 31, 32, 0.45);
	position: relative;
}

.home_slider .hero-slide-single .slide-content .slide-tan-tab, .hero_section .hero-outer .hero-inner .hero-content .hero-tan-tab{
	margin-left: auto;
	margin-right:auto;
	/*margin-top: -50px;*/
	margin-top: -56px;
	text-align: center;
	/*padding-bottom: 20px;*/
	padding-bottom: 10px;
}
.home_slider .hero-slide-single .slide-content .slide-tan-tab p, .hero_section .hero-outer .hero-inner .hero-content .hero-tan-tab p{
	margin: 0px !important;
    color: #002E61 !important;
    text-transform: uppercase;
    padding: 10px;
    background-color: #C2B59B;
    display: inline-block;
}

.home_slider .hero-slide-single .slide-content h1, .home_slider .hero-slide-single .slide-content p, .hero_section .hero-outer .hero-inner .hero-content h1{
	margin: 0px !important;
	text-align: center;
	text-transform: uppercase;
}

.home_slider .hero-slide-single .slide-content .slide-large-text, .hero_section .hero-outer .hero-inner .hero-content .hero-large-text{
	display: block;
	width: 100%;
	font-weight: 900 !important;
	line-height: 1.12 !important;
}
.home_slider .hero-slide-single .slide-content .slide-small-text, .hero_section .hero-outer .hero-inner .hero-content .hero-small-text{
	display: block;
	width: 100%;
	font-weight: 500 !important;
	line-height: 1.12 !important;
}


@media screen and (max-width: 1090px){
	.home_slider, .hero_section, .home_slider .hero-slide-single{
		min-height: 800px !important;
	}
	.home_slider .hero-slide-single .slide-inner, .hero_section .hero-outer .hero-inner{
		padding-left: 60px;
		padding-right: 60px;
	}
	.home_slider .slick-arrow{
		height: 50px;
	    width: 50px;
	    font-size: 25px !important;
	}
}

@media screen and (max-width: 640px){
	.home_slider, .hero_section, .home_slider .hero-slide-single{
		min-height: 800px !important;
	}
	.home_slider .hero-slide-single .slide-content, .hero_section .hero-outer .hero-inner .hero-content{
		padding: 20px 20px;
	}
	.home_slider .hero-slide-single .slide-content .slide-tan-tab, .hero_section .hero-outer .hero-inner .hero-content .hero-tan-tab{
		margin-top: -42px !important;
	}
	.slide-large-text.h0{
		font-size: 26px !important;
	}
	.slide-small-text.h1{
		font-size: 20px !important;
	}
	.hero-tan-tab.h5, .hero-tan-tab.h5 > *{
		font-size: 16px !important;
	}
}



/*Image Styles*/
.border-image {
	position: relative;
	padding: 20px;
}

.border-image::before,
.border-image::after {
	content: '';
	position: absolute;
	width: 55px;
	height: 55px;
	background-size: cover;
	z-index: 2;
}

.border-image::before {
	top: 0;
	left: 0;
	background-image: url("/wp-content/uploads/2025/06/top-left-border.svg");
}

.border-image::after {
	bottom: 0;
	right: 0;
	background-image: url("/wp-content/uploads/2025/06/bottom-right-border.svg");
}