/*
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
	Red: #d93f31
	Dark Red: #9b2222
	Light Blue: #7bafde
	Blue: #19315b
	Dark Blue: #00223f
	Light Grey: #ebebec
	Grey: #a7a9ac -> #d1d1d1 -> #585350 -> gone
	Grey: #585350
	Black: #000000
*/

/*
	Font Sizes
	H0: 110px				-> 94px
	H1: 50px				-> 42px
	H2: 40px				-> 34px
	H3: 30px				-> 28px
	H4: 28px				-> 26px
	H5: 26px				-> 24px
	H6: 24px				-> 22px
	H7: 22px				-> 20px
	H8: 20px				-> 18px
	
	Paragraph: 18px			-> 17px
	Small Text: 17px		-> 16px
	X Small Text: 16px		-> 14px
	XX Small Text: 14px		-> 12px
*/

/*Font Styles*/

.h0, .h0 > *{
	font-size: 94px !important;
}
.h1, .h1 > *{
	font-size: 42px !important;
}
.h2, .h2 > *{
	font-size: 34px !important;
}
.h3, .h3 > *{
	font-size: 28px !important;
}
.h4, .h4 > *{
	font-size: 26px !important;
}
.h5, .h5 > *{
	font-size: 24px !important;
}
.h6, .h6 > *{
	font-size: 22px !important;
}
.h7, .h7 > *{
	font-size: 20px !important;
}
.h8, .h8 > *{
	font-size: 18px !important;
}

.small-text, .small-text > *{
	font-size: 16px !important;
}
.xsmall-text, .xsmall-text > *{
	font-size: 14px !important;
}
.xxsmall-text, .xxsmall-text > *{
	font-size: 12px !important;
}
@media screen and (max-width: 1024px){
	.h0, .h0 > *{
		font-size: 70px !important;
	}
	.h1, .h1 > *{
		font-size: 38px !important;
	}
	.h2, .h2 > *{
		font-size: 32px !important;
	}
	.h3, .h3 > *{
		font-size: 28px !important;
	}
	.h4, .h4 > *{
		font-size: 26px !important;
	}
	.h5, .h5 > *{
		font-size: 24px !important;
	}
	.h6, .h6 > *{
		font-size: 22px !important;
	}
	.h7, .h7 > *{
		font-size: 20px !important;
	}
	.h8, .h8 > *{
		font-size: 18px !important;
	}
	
	.small-text, .small-text > *{
		font-size: 16px !important;
	}
	.xsmall-text, .xsmall-text > *{
		font-size: 14px !important;
	}
	.xxsmall-text, .xxsmall-text > *{
		font-size: 12px !important;
	}
}

@media screen and (max-width: 640px){
	.h0, .h0 > *{
		font-size: 40px !important;
	}
	.h1, .h1 > *{
		font-size: 32px !important;
	}
	.h2, .h2 > *{
		font-size: 30px !important;
	}
	.h3, .h3 > *{
		font-size: 28px !important;
	}
	.h4, .h4 > *{
		font-size: 26px !important;
	}
	.h5, .h5 > *{
		font-size: 24px !important;
	}
	.h6, .h6 > *{
		font-size: 22px !important;
	}
	.h7, .h7 > *{
		font-size: 20px !important;
	}
	.h8, .h8 > *{
		font-size: 18px !important;
	}
	
	.small-text, .small-text > *{
		font-size: 16px !important;
	}
	.xsmall-text, .xsmall-text > *{
		font-size: 14px !important;
	}
	.xxsmall-text, .xxsmall-text > *{
		font-size: 12px !important;
	}
}


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


/*Font Weights*/
.light-weight, .light-weight > *, .light-weight-bold strong, .light-weight-bold b{
	font-weight: 300 !important;
}
.regular-weight, .regular-weight > *, .regular-weight-bold strong, .regular-weight-bold b{
	font-weight: 400 !important;
}
.medium-weight, .medium-weight > *, .medium-weight-bold strong, .medium-weight-bold b{
	font-weight: 500 !important;
}
.semibold-weight, .semibold-weight > *, .semibold-weight-bold strong, .semibold-weight-bold b{
	font-weight: 600 !important;
}
.bold-weight, .bold-weight > *, .bold-weight-bold strong, .bold-weight-bold b{
	font-weight: 700 !important;
}
.black-weight, .black-weight > *, .black-weight-bold strong, .black-weight-bold b{
	font-weight: 900 !important;
}

/*Line Heights*/
.paragraph-line-height, .paragraph-line-height > *{
	line-height: 1.72 !important;
}
.hero-line-height, .hero-line-height > *{
	line-height: 1.5 !important;
}
.title-line-height, .title-line-height > *{
	line-height: 1.2 !important;
}
.single-line-height, .single-line-height > *{
	line-height: 1 !important;
}

/*Font Colors*/
.white-text, .white-text > *, .white-bold strong, .white-bold b{
	color: #FFFFFF !important;
}
.off-white-text, .off-white-text > *, .off-white-bold strong, .off-white-bold b{
	color: #f9f9fb !important;
}
.red-text, .red-text > *, .red-bold strong, .red-bold b{
	color: #d93f31 !important;
}
.dark-red-text, .dark-red-text > *, .dark-red-bold strong, .dark-red-bold b{
	color: #9b2222 !important;
}
.blue-text, .blue-text > *, .blue-bold strong, .blue-bold b{
	color: #19315b !important;
}
.dark-blue-text, .dark-blue-text > *, .dark-blue-bold strong, .dark-blue-bold b{
	color: #00223f !important;
}
.light-grey-text, .light-grey-text > *, .light-grey-bold strong, .light-grey-bold b{
	color: #ebebec !important;
}
.grey-text, .grey-text > *, .grey-bold strong, .grey-bold b{
	color: #585350 !important;
}
.black-text, .black-text > *, .black-bold strong, .black-bold b{
	color: #000000 !important;
}

/*Link Colors*/

.white-link a{
	color: #FFFFFF !important;
}
.white-link a:hover, .white-link a:focus{
	text-decoration: underline !important;
}

.blue-link a{
	color: #19315b !important;
}
.blue-link a:hover, .blue-link a:focus{
	text-decoration: underline !important;
}

/* Background Colors*/

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


/*Button styles*/
.fusion-button:not(.regular-button){
	background-color: rgba(255,255,255,0) !important;
	z-index: 1;
}
.fusion-button:not(.regular-button):before{
	content: '';
	height: 100%;
	width: 5px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	-webkit-transition: width 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	background-color: #d93f31;
}
.fusion-button:hover:before{
	width:100%;
}

.regular-button.fusion-button:before{
	display: none !important;
}
	/*White Button*/
.white-button:not(.regular-button) > *{
	color: #ffffff !important;
}
.white-button:not(.regular-button):before{
	background-color: #ffffff !important;
}
.white-button:not(.regular-button):hover > *{
	color: #d93f31 !important;
}

	/*White Text Button*/
.white-text-button:not(.regular-button) > *{
	color: #00223f !important;
}
	/*red Button*/
.red-button:not(.regular-button) > *{
	color: #d93f31 !important;
}
.red-button:not(.regular-button):before{
	background-color: #d93f31 !important;
}
.red-button:not(.regular-button):hover > *{
	color: #FFFFFF !important;
}
	/*Blank Button*/
.blank-button{
	background-color: rgba(0,0,0,0) !important;
	border-color: rgba(0,0,0,0) !important;
	color: #000000 !important;
	padding: 0px !important;
}
.blank-button > *{
	color: #000000 !important;
}
.blank-button:hover{
	background-color: rgba(0,0,0,0) !important;
	border-color: rgba(0,0,0,0) !important;
	color: #000000 !important;
}
.blank-button:hover > *{
	color: #000000 !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-shadow {
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.15) !important;
}

@media screen and (min-width: 700px){
	.overlay-menu-component{
		display: flex !important;
	}
	.header-mobile{
		display: none !important;
	}
}
@media screen and (max-width: 699px){
	.overlay-menu-component{
		display: none !important;
	}
	.header-mobile{
		display: flex !important;
	}
}


/*Page Title bar Styles*/

/*Footer Styles*/

.footer-menu .current-menu-item a, .footer-menu .current-page-ancestor a{
	color: #d93f31 !important;
	font-weight: 700 !important;
}

/*Content Styles*/

	/*Container Styles*/
html #main .narrow-max-width-container > .fusion-builder-row{
	max-width: calc(1200px + 30px) !important;
}
html #main .narrow-max-width-column > .fusion-column-wrapper{
	max-width: calc(1200px + 60px) !important;
	margin-left: auto;
	margin-right: auto;
	padding-left: 30px;
	padding-right: 30px;
}

	/* 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%;
	}
}

	/*Overlap Columns*/
.overlap-left > .fusion-column-wrapper{
	/*margin-left: -100px !important;*/
	left: -100px;
	position: relative;
}
.overlap-right > .fusion-column-wrapper{
	/*margin-left: 100px !important;*/
	right: -100px;
	position: relative;
}
@media screen and (max-width: 1024px){
	.overlap-left > .fusion-column-wrapper{
		left: unset;
	}
	.overlap-right > .fusion-column-wrapper{
		right: unset;
	}
}

	/*External Border Styles*/
.external-left-border > .fusion-builder-row:before{
	content: '' !important;
	display: block;
	width: 2px;
	height: 100%;
	background-color: #d93f31;
	position: absolute;
	left: -30px;
	top: 0px;
}
@media screen and (max-width: 640px){
	.external-left-border > .fusion-builder-row:before{
		display: none;
	}
}


/*Image Styles*/
	/*SVG Image Fix*/
.svg-image img{
	width: 100%;
}

	/*Image-max-width Fix*/
.fusion-image-element > div{
	width: auto !important;
}

.full-width-image{
	width: 100% !important;
}

	/*Image Title Fix*/
img[title] {
    pointer-events: none !important;
}

	/*Image Offset Box*/
.top-left-offset-box{
	padding-top: 60px;
	padding-left: 60px;
}
.top-left-offset-box:before{
	content: '';
	display: block;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	width: 100%;
	height: 100%;
	background-color: #ebebec;
	position: absolute;
	top: -60px;
	left: -60px;
	z-index: -1;
}

.top-right-offset-box{
	padding-top: 60px;
	padding-right: 60px;
}
.top-right-offset-box:before{
	content: '';
	display: block;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	width: 100%;
	height: 100%;
	background-color: #ebebec;
	position: absolute;
	top: -60px;
	right: -60px;
	z-index: -1;
}

.bottom-left-offset-box{
	padding-bottom: 60px;
	padding-left: 60px;
}
.bottom-left-offset-box:before{
	content: '';
	display: block;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	width: 100%;
	height: 100%;
	background-color: #ebebec;
	position: absolute;
	bottom: -60px;
	left: -60px;
	z-index: -1;
}

.bottom-right-offset-box{
	padding-bottom: 60px;
	padding-right: 60px;
}
.bottom-right-offset-box:before{
	content: '';
	display: block;
	width: calc(100% - 60px);
	height: calc(100% - 60px);
	width: 100%;
	height: 100%;
	background-color: #ebebec;
	position: absolute;
	bottom: -60px;
	right: -60px;
	z-index: -1;
}

	/*Image Background Box*/
.top-left-background-box:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ebebec;
	position: absolute;
	top: -60px;
	left: -60px;
	z-index: -1;
}

.top-right-background-box:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ebebec;
	position: absolute;
	top: -60px;
	right: -60px;
	z-index: -1;
}

.bottom-left-background-box:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ebebec;
	position: absolute;
	bottom: -60px;
	left: -60px;
	z-index: -1;
}

.bottom-right-background-box:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background-color: #ebebec;
	position: absolute;
	bottom: -60px;
	right: -60px;
	z-index: -1;
}
.top-left-background-box, .top-right-background-box, .bottom-left-background-box, .bottom-right-background-box{
	overflow: visible !important;
}
@media screen and (max-width: 1024px) {
	.top-left-background-box:before{
		top: -30px;
		left: -30px;
	}
	
	.top-right-background-box:before{
		top: -30px;
		right: -30px;
	}
	
	.bottom-left-background-box:before{
		bottom: -30px;
		left: -30px;
	}
	
	.bottom-right-background-box:before{
		bottom: -30px;
		right: -30px;
	}
}




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

.border-ul ul{
	    list-style: none;
    padding-inline-start: 0px;
}
.border-ul ul li{
	border-bottom: 1px solid #00223f;
	padding-top: 5px;
	padding-bottom: 5px;
}

/*Ally Tool bar*/
.a11y-toolbar{
	left: 0;
    top: unset;
    bottom: 0px;
}
.a11y-toolbar ul li button{
	font-size: 20px !important;
    padding: 10px 5px;
}
@media screen and (max-width: 640px){
	.a11y-toolbar{
		display: none !important;
	}
}


/*Body*/
body #boxed-wrapper{
	padding-top: 30px !important;
	padding-left: 30px !important;
	padding-right: 30px !important;
	padding-bottom: 30px !important;
}
@media screen and (max-width: 640px){
	body #boxed-wrapper{
		padding-top: 15px !important;
		padding-left: 15px !important;
		padding-right: 15px !important;
		padding-bottom: 15px !important;
	}
}

/*Hero Styles*/
.hero-gradiant-background:before{
	content: '';
	display: block;
	/*width: calc(100vw  - 75px);*/
	width: 100%;
	height: 100%;
	background: linear-gradient(92deg,rgba(217, 63, 49, 1) 50%, rgba(217, 63, 49, 0.4) 100%);
	position: absolute;
	top: 0px;
    left: 50%;
    transform: translateX(-50%);
	z-index: -1;
}

.hero-gradiant-background:after{
	content: '';
	display: block;
	/*width: calc(100vw  - 75px);*/
	width: 100%;
	height: 50%;
	background: linear-gradient(174deg,rgba(217, 63, 49, 1) 15%, rgba(217, 63, 49, 0) 61%);
	position: absolute;
	top: 0px;
    left: 50%;
    transform: translateX(-50%);
	z-index: -1;

}

/*on Page Menus*/
.on-page-menu ul li{
	margin-top: 5px;
	margin-bottom: 5px;
}
.on-page-menu .menu-text{
	line-height: 1 !important;
}
.on-page-menu ul li:first-child > span{
	border-left-width: 2px !important;
}
.on-page-menu .menu-item:last-child > span{
	/*display: none !important;*/
	border-right-width: 2px !important;
}

/*.on-page-menu .current_page_item a, .on-page-menu .current-project-ancestor a, .on-page-menu .current-post-ancestor a, .on-page-menu .current-page-ancestor a*/
.on-page-menu .current_page_item a, .on-page-menu .current-project-ancestor a, .on-page-menu .current-post-ancestor a{
	color: #d93f31 !important;
	font-weight: 700 !important;
}


/*Vertical Menu*/
.services-vert-menu .fusion-menu{
	border-bottom: 1px solid #00223f;
}
.services-vert-menu .fusion-menu li.menu-item{
	border-top: 1px solid #00223f;
}
.services-vert-menu .fusion-menu li.menu-item{
	padding: 0px 0px;
}
.services-vert-menu .fusion-menu li.menu-item a{
	position:relative;
}
.services-vert-menu .fusion-menu li.menu-item a .menu-text{
	padding-right: 10px;
}
.services-vert-menu .fusion-menu li.menu-item a:after{
	content: "\e901";
	font-family: 'Cochran-Icons' !important;
    font-weight: 900 !important;
    color: #00223f;
    position: absolute;
    right: 0px;
    top: 50%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
}

.services-vert-menu .fusion-menu li.menu-item a:hover:after{
	color: #d93f31 !important;
}
@media screen and (max-width: 870px){
	.services-vert-menu .fusion-menu li.menu-item{
		padding: 0px 0px;
	}
}

/*Project Update Post Cards*/
.project-update-card .fusion-column-wrapper{
	padding: 40px 50px !important;
}
.project-update-card .fusion-column-wrapper:before{
	content: '';
	display: block;
	width: 100%;
	height: 80%;
	background: linear-gradient(0deg,rgba(88, 83, 80, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: -1;
	
	transition: height 0.7s ease, background-color 0.7s ease;
}

.project-update-card:hover .fusion-column-wrapper:before, .project-update-card:focus .fusion-column-wrapper:before{
	height: 100%;
	background-color: rgba(88, 83, 80, 0.9);
}

.project-update-card .project-updates-post-title{
	max-width: 370px;
}

/*News Post Cards*/
.news-card .fusion-column-wrapper{
	padding: 20px 30px !important;
}
.news-card .fusion-column-wrapper:before{
	content: '';
	display: block;
	width: 100%;
	height: 80%;
	background: linear-gradient(0deg,rgba(0, 34, 63, 0.9) 0%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: -1;
	
	transition: height 0.7s ease, background-color 0.7s ease;
}
.news-card .news-card-icon{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	opacity: 0;
	transition: opacity 0.7s ease;
}

.news-card:hover .fusion-column-wrapper:before, .news-card:focus .fusion-column-wrapper:before{
	height: 100%;
	background-color: rgba(217, 63, 49, 0.8);
	background: linear-gradient(0deg,rgba(217, 63, 49, 0.8) 0%, rgba(217, 63, 49, 0.8) 100%)
}

.news-card:hover .news-card-icon, .news-card:focus .news-card-icon{
	opacity: 1;
}

/*Project Overlay Styles*/

.project-overlay {
	position: relative;
	width: 100%;
}

.project-overlay a {
	display: block;
	position: relative;
	text-decoration: none;
	overflow: hidden;
}
.project-overlay .fusion-column-wrapper{
	overflow: hidden !important;
}

.project-overlay .fake-background-image {
	position: relative;
	width: 100%;
	aspect-ratio: 4 / 3;
	overflow: hidden;
}

.project-overlay .fake-background-image img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.4s ease;
}

.project-overlay .project-info-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 20px;
	box-sizing: border-box;
	z-index: 2;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	transform: translateY(100%);
	transition: transform 0.4s ease;
}
.project-overlay .project-info-overlay > *{
	margin: 0px !important;
}

.project-overlay .project-info-overlay.red-overlay {
	background: rgba(217, 63, 49, 0.9);
}

.project-overlay:hover .project-info-overlay,
.project-overlay a:focus .project-info-overlay,
.project-overlay a:focus-visible .project-info-overlay {
	transform: translateY(0);
}


/*Slider Styles*/
.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-slider .slick-arrow{
	
	opacity: 0;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;

}
.slick-slider:not(.editions-slider):hover .slick-arrow{
	
	opacity: 1 !important;
	-webkit-transition: opacity 1s;
	-o-transition: opacity 1s;
	transition: opacity 1s;
}*/

.slick-arrow {
	height: 50px;
	width: 35px;
	background-size: contain;
	background-repeat: no-repeat !important;
	color: rgba(255, 255, 255, 0) !important;
	border: none !important;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	    -ms-transform: translateY(-50%);
	        transform: translateY(-50%);
	background: none;
	z-index:99;
	cursor: pointer;
	font-family: 'Cochran-Icons' !important;
	font-weight: 900;
	line-height: 1 !important;
	color: #00223f !important;
	font-size: 45px !important;
	padding: 0px !important;
}
.slick-arrow > span{
	color: rgba(255, 255, 255, 0) !important;
	width: 0px;
	height: 0px;
	position: absolute;
}
.slick-arrow:hover{
	color: #d93f31 !important;
}
.slick-arrow.slick-disabled{
	opacity: 0.35 !important;
	cursor: default !important;
}

.slick-prev {
	left: -35px;
}
.slick-next {
	right: -35px;
}
.slick-prev:before {
	content: "\e900";
}
.slick-next:before {
	content: "\e901";
}

@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 5px !important;
}
.slick-dots li button {
	border: solid 1px rgb(0 0 0 / 0%);
	border-radius: 0px;
	width: 20px;
    height: 4px;
	padding: 0;
	color: #00223f;
	font-size: 1px !important;
	background-color: #00223f;
	-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: #d93f31;
}
.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 .fusion-tb-header .header-container{
	background-color: rgba(0,34,63,0.6) !important;
}
.home .fusion-tb-header .header-container.fusion-sticky-transition{
	background-color: #00223f !important;
}
.hero-slider{
	/*margin-top: -101px;*/
	margin-top: -108px;
}
.hero-slider .single-slide{
	position: relative;
}
.hero-slider .single-slide:after{
	content: '';
	display: block;
	width: 100%;
	height: 100px;
	background-color: rgba(0, 34, 63, 0.6);
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 4;
}
.hero-slider .single-slide .slide-fake-background{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.hero-slider .single-slide .slide-fake-background img{
	/*width: 100%;*/
	width: 70%;
	height: 100%;
	object-fit: cover;
	object-position: center center; /* fallback */
	display: block;
	margin-left: auto;
}
.hero-slider .single-slide .slide-fake-background:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(90deg,rgba(0, 34, 63, 1) 30%, rgba(0, 0, 0, 0) 100%);
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
}
.hero-slider .single-slide .slide-content{
	position: relative;
	z-index: 2;
	margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
    display: flex;
	flex-direction: row;
	justify-content: center;
}
.hero-slider .single-slide .slide-content .slide-content-inner{
	max-width: calc(1500px + 30px);
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2);
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	padding: 260px 15px 130px;
}
.hero-slider .single-slide .slide-content .slide-content-inner .slide-content-top{
	max-width: 1300px;
	margin-bottom: 130px;
}
.hero-slider .single-slide .slide-content .slide-content-inner .slide-content-top .slide-sub-title{
	opacity: 0;
}
.hero-slider .single-slide .slide-content .slide-content-inner .slide-content-top .slide-sub-title > *{
	color: #FFFFFF !important;
	font-weight: 600 !important;
	margin: 0px !important;
}
.hero-slider .single-slide .slide-content .slide-content-inner .slide-content-top .slide-sub-title strong{
	color: #d93f31 !important;
	font-weight: 600 !important;
}
.hero-slider .single-slide .slide-content .slide-content-inner .slide-content-top .slide-title{
	opacity: 0;
}
.hero-slider .single-slide .slide-content .slide-content-inner .slide-content-top .slide-title > *{
	text-transform: uppercase;
}
.hero-slider .single-slide .slide-content .slide-link{
	opacity: 0;
}
.hero-slider .single-slide .slide-content .slide-link a{
	text-transfrom: uppercase;
}
.hero-slider .slick-dots{
	position: absolute;
	width: 1500px;
	text-align: right;
	bottom: 26px;
	left: calc(50% + 5px);
	transform: translateX(-50%);
}
.hero-slider .slick-dots li button {
    background-color: #ffffff;
}
.hero-slider .slick-dots li.slick-active button {
    background-color: #d93f31;
}

@media screen and (max-width: 1024px){
	.hero-slider .single-slide .slide-content .slide-content-inner{
		padding: 200px 30px 100px;
	}
	.hero-slider .single-slide .slide-content .slide-content-inner .slide-content-top{
		margin-bottom: 100px;
	}
}
@media screen and (max-width: 699px){
	.hero-slider{
		margin-top: -105px;
	}
}
@media screen and (max-width: 640px){
	.hero-slider .single-slide .slide-content .slide-content-inner{
		padding: 150px 30px 60px;
	}
	.hero-slider .single-slide .slide-content .slide-content-inner .slide-content-top{
		margin-bottom: 50px;
	}
}
		/*Home Slide Animations*/
.hero-slider .single-slide.slick-active .slide-sub-title{
	-webkit-animation-name: leftSlideIn;
    animation-name: leftSlideIn;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	-webkit-animation-duration: 2s;
    animation-duration: 2s;
	opacity: 1;
}
.hero-slider .single-slide.slick-active .slide-title{
	-webkit-animation-name: rightSlideIn;
    animation-name: rightSlideIn;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	-webkit-animation-duration: 2s;
    animation-duration: 2s;
	opacity: 1;
}
.hero-slider .single-slide.slick-active .slide-link{
	-webkit-animation-name: leftSlideIn;
    animation-name: leftSlideIn;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
	-webkit-animation-duration: 2s;
    animation-duration: 2s;
	opacity: 1;
}

@-webkit-keyframes leftSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes leftSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes rightSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes rightSlideIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}



	/*Post Image Slider*/
.postImage-slider .single-slide img{
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	object-position: 50% 50%;
}
.postImage-slider .slick-arrow{
	color: #FFFFFF !important;
}
.postImage-slider .slick-arrow:hover{
	color: #d93f31 !important;
}
.postImage-slider .slick-prev{
	left: 5px
}
.postImage-slider .slick-next{
	right: 5px;
}

	/*Projects Slider*/
/*.project-slider .slick-list {
	margin: 0 -30px;
}*/
.project-slider .slick-list .slick-slide {
	margin: 0 30px;
}
@media screen and (max-width: 1024px){
	.project-slider .slick-list .slick-slide {
		margin: 0 15px;
	}
	.project-slider .slick-prev {
	    left: -35px !important;
	}
	.project-slider .slick-next {
	    right: -35px !important;
	}
}
	/*Offset Image Slider*/
.offsetImage-slider .single-slide img{
	width: 100%;
	aspect-ratio: 16/9;
	object-fit: cover;
	object-position: 50% 50%;
}
.offsetImage-slider .slick-arrow{
	color: #FFFFFF !important;
}
.offsetImage-slider .slick-arrow:hover{
	color: #d93f31 !important;
}
.offsetImage-slider .slick-prev{
	left: 5px
}
.offsetImage-slider .slick-next{
	right: 5px;
}


/*Pagination Styles*/
.custom-pagination .fusion-tb-previous{
	padding-right: 10px;
	border-right: 2px solid #00223f;
}
.custom-pagination .fusion-tb-previous a{
	padding-left: 0px !important;
	margin-right: 0px !important;
}
.custom-pagination .fusion-tb-previous a:before{
	display: none;
}
.custom-pagination .fusion-tb-next{
	padding-left: 10px;
}
.custom-pagination .fusion-tb-next a{
	padding-right: 0px !important;
}
.custom-pagination .fusion-tb-next a:after{
	display: none;
}

/*Custom Share styles*/
.custom-sharing{
	min-height: 10px !important;
}

/*Forms Styles*/
.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: Montserrat, Arial, Helvetica, sans-serif !important;
}
.fsBody .fsForm .fsLabel{
	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;
}
.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: #00223f !important;
    font-size: 16px !important;
}
.fsBody .fsForm textarea.fsRequired, .fsBody .fsForm textarea.fsFieldLongAnswer {
    border-color: #838285 !important;
    font-family: Montserrat, 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, .fsBody .fsForm .fsFieldCell select{
    border-color: #838285 !important;
    font-family: Montserrat, 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);
}
[data-internal-label="half-width-list"] fieldset{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	flex-flow: wrap;
	margin-left: -10px;
	margin-right: -10px;
	margin-top: 10px;
}
[data-internal-label="half-width-list"] fieldset > div {
	width: calc(50% - 20px);
	border-top: 1px solid #838285;
	/*border-bottom: 1px solid #838285;*/
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
}
[data-internal-label="half-width-list"] fieldset > div:nth-child(6), [data-internal-label="half-width-list"] fieldset > div:last-child{
	border-bottom: 1px solid #838285;
}

	/*Submit Styles*/
.fsSubmit {
	margin-top: 0px !important;
}
.fsSubmitButton {
    padding: 13px 29px 13px 29px !important;
    line-height: 1.2 !important;
    font-size: 18px !important;
    border-radius: 0px !important;
    background: rgba(255,255,255,0) !important;
    color: #4d4d4f !important;
    font-family: Montserrat, Arial, Helvetica, sans-serif !important;
    font-weight: 500 !important;
    z-index: 0;
    transition: color 0.2s ease-in-out 0.2s;
    position: relative;
    margin-left: 0px !important;
}
.fsSubmitButton:before{
	content: '';
	height: 100%;
	width: 5px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
	-webkit-transition: width 0.4s ease-in-out;
	-o-transition: width 0.4s ease-in-out;
	transition: width 0.4s ease-in-out;
	background-color: #d93f31;
}

.fsSubmitButton:hover:before, .fsSubmitButton:focus:before {
    width:100%;
}
.fsSubmitButton:hover, .fsSubmitButton:focus{
	color: #FFFFFF !important;
}

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


/*Post Card Styles*/
.no-padding-postcard-slider .swiper-wrapper{
	padding-top: 0px !important;
	padding-bottom: 0px !important;
}


	/*Pages */
/*Home page*/
.column-shadow > .fusion-column-wrapper{
	box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.4) !important;
}


.custom-tabs {
	position: relative;
	width: 100%;
}
.custom-tabs .tab-controls {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin-bottom: 0px;
	background-color: #FFFFFF;
}
.custom-tabs .tab-title-button {
	flex: 1 1 0;
	width: 100%;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #a7a9ac;
	background: #a7a9ac;
	color: #FFFFFF;
	padding: 25px 30px;
	cursor: pointer;
	line-height: 1.1;
	transition: all 0.3s ease;
}
.custom-tabs .tab-title-button:hover, .custom-tabs .tab-title-button:focus {
	background: #d93f31;
	border-color: #d93f31;
	outline: none;
}
.custom-tabs .tab-title-button.active {
	background: #d93f31;
	color: #FFFFFF;
	border-color: #d93f31;
}
.custom-tabs .tab-panels {
	position: relative;
}
.custom-tabs .single-tab {
	display: none;
	position: relative;
	overflow: hidden;
	margin-left: -30px;
    margin-right: -30px;
    padding-left: 30px;
    padding-right: 30px;
}
.custom-tabs .single-tab.active {
	display: block;
}
.custom-tabs .tab-fake-background {
	position: absolute;
	top: 0;
	right: 30px;
	width: 50%;
	height: 100%;
	z-index: 1;
	overflow: hidden;
}
.custom-tabs .tab-fake-background img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: bottom right;
}
.custom-tabs .tab-content {
	position: relative;
	z-index: 2;
	width: 100%;
	display: flex;
	flex-direction: row;
	justify-content: center;
	padding-left: 30px;
    padding-right: 30px;
}
.custom-tabs .tab-content:before{
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	background: linear-gradient(92deg,rgba(217, 63, 49, 1) 50%, rgba(217, 63, 49, 0.4) 100%);
	position: absolute;
	top: 0px;
    left: 50%;
    transform: translateX(-50%);
	z-index: -1;
}
.custom-tabs .tab-content:after{
	content: '';
	display: block;
	width: 100%;
	height: 50%;
	background: linear-gradient(174deg,rgba(217, 63, 49, 1) 15%, rgba(217, 63, 49, 0) 61%);
	position: absolute;
	top: 0px;
    left: 50%;
    transform: translateX(-50%);
	z-index: -1;
}
/*.custom-tabs .tab-content .tab-column{
	max-width: calc(1500px + 30px);
    margin-left: calc(-30px / 2);
    margin-right: calc(-30px / 2);
}
.custom-tabs .tab-content .tab-column .tab-inner{
	width: 75%;
	margin-left: 15px;
	margin-right: 15px;
	padding-top: 60px;
	padding-bottom: 60px;
}*/
.custom-tabs .tab-content .tab-column{
	max-width: 1560px;
    margin-left: calc(-4% / 2 );
    margin-right: calc(-4% / 2 );
}
.custom-tabs .tab-content .tab-column .tab-inner{
	width: 75%;
	margin-left: 1.92%;
	margin-right: 1.92%;
	padding-top: 60px;
	padding-bottom: 60px;
}
.custom-tabs .tab-content-title h2 {
	margin: 0 0 20px;
	color: inherit;
}
.custom-tabs .tab-content-text {
	margin-bottom: 25px;
}
.custom-tabs .tab-content-text > *:last-child {
	margin-bottom: 0;
}
@media screen and (max-width: 1024px){
	.custom-tabs .tab-content .tab-column .tab-inner{
		width: 100%;
	}
}
@media screen and (max-width: 800px){
	/*.custom-tabs .tab-content .tab-column{
		margin-left: 0px;
		margin-right: 0px;
	}*/
}

/*About page*/
.our-values-column .fusion-column-wrapper{
	padding: 60px 50px !important;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.4) !important;
}
.our-values-column .fusion-column-wrapper:before{
	content: '';
	display: block;
	width: 2px;
	height: 60px;
	background-color: #d93f31;
	position: absolute;
	left: 50%;
}

.our-values-column.top .fusion-column-wrapper:before{
	bottom: -30px;
}
.our-values-column.bottom .fusion-column-wrapper:before{
	top: -30px;
}

@media screen and (max-width: 1024px){
	.our-values-column .fusion-column-wrapper{
		padding: 30px 20px !important;
	}
}

@media screen and (max-width: 640px){
	.our-values-column .fusion-column-wrapper:before{
		display: none !important;
	}
}


/*Leadership Page*/
.leadership-sub-box .fusion-column-wrapper{
	padding: 30px 40px 20px !important;
}


/*Contact Page*/
.location-boxes .fusion-column-wrapper{
	border: 2px solid #ebebec !important;
	padding: 30px 40px 20px !important;
}


/*Accordion Styles*/
.fusion-accordian .panel-body{
	padding-top: 0px !important;
	padding-bottom: 5px !important;
}