/* Header CSS Start */
header#masthead {
    width: 100%;
    max-width: 100%;
    margin: 0px;
    padding: 0px;
    background: #fff;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 999;
	box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
}
.admin-bar header#masthead {
    top: 32px;
}
header#masthead.header-fixed {
    box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.08);
}
.container-max {
    width: 100%;
    max-width: 1600px;
	margin: 0px auto;
    padding: 0px 20px;
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: space-between;
}
.site-branding {
    width: 100%;
    max-width: 225px;
	transition: all .3s ease-in-out;
}
/* .header-fixed .site-branding {
    max-width: 70px;
} */
.custom-logo-link {
    display: flex;
}
img.custom-logo {
    padding: 15px 0px;
}
button.menu-toggle {
    display: none;
}
ul#primary-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    list-style: none;
    margin: 0px;
    padding: 0px;
}
#primary-menu li.menu-item {
	position: relative;
	margin-right: 30px;
}
#primary-menu li.menu-item-has-children>a:first-child {
    padding-right: 20px;
    position: relative;
}
#primary-menu li.menu-item-has-children>a:first-child:after {
    background-image: url(/wp-content/uploads/2025/07/icon-arrow-down.svg);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    height: 24px;
    position: absolute;
    right: -5px;
    top: -1px;
    width: 23px;
    content: "";
	transition: all .3s ease-in-out;
}
#primary-menu li.menu-item-has-children:hover > a:first-child:after {
    transform: rotate(180deg);
}
#primary-menu li a {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 2px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #333;
    text-decoration-line: none;
	transition: all .3s ease-in-out;
}
#primary-menu li a:hover {
    color: #119EC0;
}
#primary-menu li.current-menu-item a {
    color: #119EC0;
}
#primary-menu li:last-child {
    margin-right: 0px;
}
#primary-menu ul.sub-menu {
    position: absolute;
    top: 100%;
    width: 200px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    align-items: baseline;
    transition: all .3s ease-in-out;
    background: #fff;
    padding: 15px 0px;
}
#primary-menu li.menu-item-has-children:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}
#primary-menu ul.sub-menu li {
    margin-right: 0px;
}
#primary-menu ul.sub-menu li a {
    padding: 15px 20px;
    display: block;
}
#primary-menu li.menu-item-has-children .sub-menu li.menu-item-has-children > a:first-child:after {
    top: 15px;
    right: 15px;
}
#primary-menu li.menu-item-has-children > .sub-menu li.menu-item-has-children > .sub-menu {
    top: 0px;
    left: 100%;
    width: max-content;
}

#menu-trigger {
    position: relative;
    width: 48px !important;
    height: 40px !important;
    border-radius: 5px;
    padding: 5px;
    background: #f8f8f9;
    border: 1px solid #ebebf3;
}
#menu-trigger .line {
    width: 20px;
    height: 3px;
    background: #119EC0;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    top: 12px;
	transition: all .3s ease-in-out;
}
#menu-trigger .line-2 {
    top: 18px;
}
#menu-trigger .line-3 {
    top: 24px;
}
.mobile-nav-activated #menu-trigger .line-1 {
    transform: rotate(45deg);
    top: 19px;
}
.mobile-nav-activated #menu-trigger .line-2 {
    display: none;
}
.mobile-nav-activated #menu-trigger .line-3 {
    transform: rotate(-45deg);
    top: 19px;
}

.right-navigation {
    display: none;
}

.mobile-menu-wrapper {
    width: 100%;
    height: calc(100% - 96.92px);
    padding: 20px;
    position: fixed;
    left: 0px;
    top: 96.92px;
    background: #fff;
/* 	transition: all .3s ease-in-out; */
}
.admin-bar .mobile-menu-wrapper {
    top: 128.92px;
    height: calc(100% - 128.92px);
}
.mobile-menu-inner-wrapper {
    position: relative;
    height: 100%;
    display: flex;
    flex-wrap: wrap;
}
.mobile-menu-inner-wrapper .inner {
    width: 100%;
}
/* .header-fixed .mobile-menu-wrapper {
    top: 81.55px;
    height: calc(100% - 81.55px);
}
.admin-bar .header-fixed .mobile-menu-wrapper {
    top: 113.55px;
    height: calc(100% - 113.55px);
} */
#primary-menu-mobile {
    list-style: none;
    padding-left: 0px;
}
#primary-menu-mobile li:nth-child(odd) {
    background: #f7f3f373;
}
#primary-menu-mobile li {
	position: relative;
}
#primary-menu-mobile li a {
    display: block;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -.38px;
    line-height: 1.25;
    text-transform: uppercase;
    color: #333;
    padding: 15px 10px;
    text-decoration-line: none;
    transition: all .3s ease-in-out;
}
#primary-menu-mobile li a:hover {
    color: #119EC0;
}
#primary-menu-mobile li.current-menu-item a {
    color: #119EC0;
}
#primary-menu-mobile li.menu-item-has-children span {
	position: absolute;
	right: 5px;
	top: 10px;
	height: 30px;
	line-height: 30px;
	width: 30px;
	border: 1px solid #8f9797;
	text-align: center;
	cursor: pointer;
	border-radius: 50%;
	color: #2da9e4;
	transition: all 0.3s ease-in-out;
	display: flex;
	align-items: center;
	justify-content: center;
}
#primary-menu-mobile li > span > img {
	transition: all ease-in-out 0.6s;
}
#primary-menu-mobile li.menu-item-has-children.hover-active span img {
    transform: rotate(180deg);
}
#primary-menu-mobile li ul.sub-menu {
	display: none;
	margin-left: 10px;
	padding-bottom: 10px;
}
.mobile-btn-group {
    width: 100%;
    align-self: flex-end;
    text-align: center;
    padding-bottom: 30px;
}

@media only screen and (min-width: 768px) {
	.right-navigation {
		display: block;
	}
}
@media only screen and (min-width: 1024px) {
	#site-navigation {
		width: calc(100% - 350px);
	}
	#menu-trigger,
	.mobile-menu-wrapper {
		display: none;
	}
}
@media only screen and (min-width: 1366px) {
	#site-navigation {
		width: calc(100% - 450px);
	}
}
@media only screen and (min-width: 1560px) {
	#site-navigation {
		width: calc(100% - 600px);
	}
}
@media only screen and (max-width: 1023px) {
	#site-navigation,
	.mobile-btn-group {
		display: none;
	}
}
@media only screen and (max-width: 782px) {
	.admin-bar header#masthead {
		top: 46px;
	}
	.admin-bar .mobile-menu-wrapper {
		top: 123.92px;
		height: calc(100% - 123.92px);
	}
}
@media only screen and (max-width: 767px) {
	.mobile-btn-group {
		display: block;
	}
    img.custom-logo {
        width: 100%;
        max-width: 180px;
    }
    .mobile-menu-wrapper {
        height: calc(100% - 77.92px);
        top: 77.92px;
    }
}