/* saira font */
@font-face {
	font-family: "Saira";
	src: url('../fonts/Saira-Regular.ttf') format('truetype');
	font-weight: 400;
}

@font-face {
	font-family: "Saira";
	src: url('../fonts/Saira-Italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
}

@font-face {
	font-family: "Saira";
	src: url('../fonts/Saira-Light.ttf') format('truetype');
	font-weight: 300;
}

@font-face {
	font-family: "Saira";
	src: url('../fonts/Saira-LightItalic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
}

@font-face {
	font-family: "Saira";
	src: url('../fonts/Saira-Medium.ttf') format('truetype');
	font-weight: 500;
}

@font-face {
	font-family: "Saira";
	src: url('../fonts/Saira-MediumItalic.ttf') format('truetype');
	font-weight: 500;
	font-style: italic;
}

@font-face {
	font-family: "Saira";
	src: url('../fonts/Saira-SemiBold.ttf') format('truetype');
	font-weight: 600;
}

@font-face {
	font-family: "Saira";
	src: url('../fonts/Saira-SemiBoldItalic.ttf') format('truetype');
	font-weight: 600;
	font-style: italic;
}
/* end saira font */
.site-header-main {
	position: fixed;
	z-index: 999999;
	width: 100%;
	top: auto;
	left: 0;
	height: var(--header-height);
}
.site-header-elements {
	position: relative;
	padding: 20px 0;
	height: 100%;
	transition: all 0.3s ease-in-out;
}
.site-header-main *{
	font-family: "Saira";
	transition: all 0.3s ease-in-out;
}
.site-header-main .website--logo.header-column svg {
	height: auto;
}
.site-header-main .container, .sub-menu-container {
	width: 1110px;
	max-width: 90%;
	margin: 0 auto;
	display: block;
}
.header-menu-row-inner ul.menu{
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 24px;
}
.header-menu-row-inner ul.menu > li {
	width: calc(16.66% - 20px);
	border-bottom: 1px solid rgba(160, 205, 20, 0.2);
}
.header-menu-row-inner ul.menu > li > .sub-menu{
	display: none;
}
.header-menu-row-inner ul.menu > li > a {
	color: #fff;
	font-size: 14px;
	padding-bottom: 5px;
	display: block;
	position: relative;
	line-height: 20px;
}
.header-menu-row-inner ul.menu > li.menu-item-has-children > a::after {
	content: "";
	width: 7px;
	height: 7px;
	border-left: 1px solid #A0CD14;
	border-bottom: 1px solid #A0CD14;
	position: absolute;
	top: 6px;
	right: 4px;
	transform: rotate(-135deg);
	transition: all 0.3s ease-in-out;
}
.header-logo-row {
	margin-bottom: 22px;
}
@media (min-width:1281px){
	.header-menu-row-inner ul.menu > li:hover > a{font-weight: 600;	}
}
.sub-menu-fullwrap {
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	opacity: 0;
	visibility: hidden;
	padding: 35px 0 50px;
	pointer-events: none;
	min-height: 250px;
	
}
.sub-menu-fullwrap::before{
	content: "";
	width: 100%;
	height: 100%;
	bottom: 100%;
	height: 20px;
	position: absolute;
	background-color: transparent;
}
.mm-show-mitems .main-item-hovered > .sub-menu-fullwrap {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.sub-menu-hovered .site-header-main{
	overflow: visible;
}
.sub-menu-hovered .site-header-main, .fixed-head-v .site-header-main, .simple-menu-hovered .site-header-main{
	box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
.sub-menu-hovered .site-header-elements,
.simple-menu-hovered .site-header-elements,
[class*="fp-viewing-"]:not(.fp-viewing-0) .site-header-elements,
.fixed-head-v .site-header-elements {
	background-color: #fff;
}
.sub-menu-hovered .logo-letter-item,
.simple-menu-hovered .logo-letter-item,
.fixed-head-v .logo-letter-item,
[class*="fp-viewing-"]:not(.fp-viewing-0) .logo-letter-item{
	fill: #00586B;
}
.sub-menu-hovered .header-menu-row-inner ul.menu > li > a,
.simple-menu-hovered .header-menu-row-inner ul.menu > li > a,
.fixed-head-v .header-menu-row-inner ul.menu > li > a,
[class*="fp-viewing-"]:not(.fp-viewing-0) .header-menu-row-inner ul.menu > li > a{
	color: #00586B;
}
.header-menu-row-inner ul.menu > li.main-item-hovered > a{
	color: #A0CD14;
}
.header-menu-row-inner ul.menu > li.menu-item-has-children.main-item-hovered > a::after {
	transform: rotate(-45deg);
	top: 4px;
}
.header-menu-row-inner ul.menu > li > a > span::after {
	content: "";
	left: 100%;
	height: 100%;
	width: 24px;
	position: absolute;
}
.header-menu-row-inner ul.menu > li > a > span::before {
	content: "";
	width: 0;
	height: 1px;
	bottom: -1px;
	position: absolute;
	background-color: #A0CD14;
	transition: all 0.3s ease-in-out;
}
.header-menu-row-inner ul.menu > li.main-item-hovered > a > span::before{
	width: 100%;
}
.column_type_text > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li > a,
.column_type_text-images > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li > a{
	font-size: 25px;
	font-weight: 500;
	color: rgba(0,0,0,0.5);
}
.column_type_text > .sub-menu-fullwrap > .sub-menu-container > .sub-menu, .column_type_text-images > .sub-menu-fullwrap > .sub-menu-container > .sub-menu {
	padding: 13px 0;
	display: flex;
	flex-direction: column;
	gap: 17px;
}
.column_type_text-images > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li {
	width: 378px;
}
.column_type_text-images > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li > .sub-menu {
	position: absolute;
	left: 378px;
	width: calc(100% - 378px);
	top: 0;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	align-items: start;
}
.sub-menu-container{
	position: relative;
}
.column_type_text-images > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li.sub-2-active > .sub-menu {
	opacity: 1;
	visibility: visible;
}
.column_type_text-images > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li > .sub-menu > li {
	width: calc(25% - 19px);
	padding-bottom: calc(25% - 19px);
	position: relative;
}
.menu-item-image-sq img {
	opacity: 0;
}
.menu-item-image-sq img.loaded {
	opacity: 1;
}
.menu-item.sub-type-image > a{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.menu-item-image-sq,
.menu-item-image-sq img{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
}
.menu-item-image-sq img{
	object-fit: cover;
	object-position: center;
}
.menu-item-image-sq {
	background-color: #c4c4c4;
	clip-path: polygon(100% 0, 100% 98%, 98% 100%, 0 100%, 0 0);
	overflow: hidden;
}
.column_type_text > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li.sub-2-active > a, 
.column_type_text-images > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li.sub-2-active > a {
	color: #000;
}
.menu-item.sub-type-image > a > span:first-child{
	position: absolute;
	width: 100%;
	height: 100%;
	color: #fff;
	padding: 25px;
	text-align: center;
	justify-content: center;
	align-items: center;
	display: flex;
	font-size: 14px;
	font-weight: 300;
	z-index: 1;
	/*background:rgba(0, 65, 85, 0.2);*/
	clip-path:polygon(100% 0, 100% 98%, 98% 100%, 0 100%, 0 0);
}
.menu-item-image-sq::before {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 65, 85, 0.2);
	z-index:5;
	clip-path:polygon(100% 0, 100% 98%, 98% 100%, 0 100%, 0 0);
}
.mitbtn {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 25px;
	height: 25px;
	background-color: #a0cd14;
	z-index:6;
}
.mitbtn::after {
	content: "";
	width: 3px;
	height: 3px;
	border-right: 1px solid #004155;
	border-bottom: 1px solid #004155;
	position: absolute;
	top: 11px;
	right: 11px;
	transform: rotate(-45deg);
}
.column_type_images > .sub-menu-fullwrap > .sub-menu-container > .sub-menu{
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
}
.column_type_images > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li{
	width: calc(16.66% - 20px);
	padding-bottom: calc(16.66% - 20px);
	position: relative;
}
.hsovr-fullsite {
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	visibility: hidden;
	background-color: rgba(0,0,0,0.5);
}
.hsovr-sub {
	position: absolute;
	top: 100%;
	width: 100%;
	left: 0;
	background-color: #fff;
	transition: all 0.3s ease-in-out;
	height: 0;
	clip-path: polygon(0 0, 100% 0, 100% calc(100% - 50px), calc(100% - 50px) 100%, 0 100%, 0 50%);
}
.sub-menu-hovered .sub-menu-fullwrap {
	pointer-events: all;
	transition-delay: 0s !important;
}
.sub-menu-hovered .hsovr-fullsite{
	opacity: 1;
	visibility: visible;
}
.column_type_text-images > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li.sub-2-active > a > span{
	position: relative;
}
.column_type_text-images > .sub-menu-fullwrap > .sub-menu-container > .sub-menu > li.sub-2-active > a > span::before{
	content: "";
	width: calc(378px - 100%);
	left: 100%;
	top: -40px;
	height: calc(100% + 80px);
	position: absolute;
}
