.active-link, .perma-active-link {
color: #248DFA !important;
cursor: pointer; 
}
.header-box .disabled {
pointer-events: none;
}
.unstyled-ul {
list-style-type: none;
}
a {
transition: color 0.3s;
}
#hamburger-title {
z-index: 0;
}
.megamenu-item-tertiary {
text-decoration: none;
font-family: 'Roboto', sans-serif;
font-size: 16px;
line-height: 24px;
}
.megamenu-item-tertiary:hover svg path,
.megamenu-item-tertiary:hover {
color: #006BD2;
fill: #006BD2;
}
.megamenu-item-tertiary:focus-visible svg path,
.megamenu-item-tertiary:focus-visible {
color: #006BD2;
fill: #006BD2;
border: 2px solid #248DFA;
box-shadow: 0 0 5px 0px rgba(36, 141, 250, 0.5);
}
a.megamenu-item-tertiary {
color: #000000;
}
.megamenu-item-h2 {
color: #000000;
font-family: 'Gilroy', sans-serif;
font-size: 36px;
font-weight: 600;
}
.megamenu-item-h2:focus-visible {
color: #006BD2;
border: 2px solid #248DFA;
box-shadow: 0 0 5px 0px rgba(36, 141, 250, 0.5);
}
.megamenu-item-h3 {
text-decoration: none;
color: #000000;
font-family: 'Gilroy', sans-serif;
font-size: 24px;
line-height: 32px;
font-weight: 600;
}
.megamenu-item-h3:focus-visible {
color: #006BD2;
border: 2px solid #248DFA;
box-shadow: 0 0 5px 0px rgba(36, 141, 250, 0.5);
}
.megamenu-box {
position: absolute;
z-index: 1;
transition: opacity 0.3s;
width: 100%; height: calc(100vh - 121px);
top: 121px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
background-color: #F2F2F2;
}
.megamenu {
overflow: auto;
box-sizing: border-box;
background-color: #F2F2F2;
width: 100%;
height: 100%; display: flex;
max-width: 1366px;
padding: 0px 99px;
}
.megamenu-horizontal {
display: flex;
flex-direction: row;
width: 100%;
gap: 2.85%;
}
.megamenu-top-box {
display: flex;
flex-direction: row;
width: 100%;
}
.megamenu-top {
display: flex;
align-items: center;
}
.megamenu-layout {
display: flex;
width: 100%;
flex-direction: column;
}
.megamenu-level-box {
display: flex;
flex-direction: column;
box-sizing: border-box;
min-width: 25.685%;
max-width: 28.535%; }
.arrow { }
.mobile-only {
display: none
}
.top-link-text {
display: inline;
}
.hide-arrow {
display: none
}
a:hover {
color: #248DFA;
cursor: pointer; 
}
.megamenu-horizontal ul li.desktop-only {
border-bottom: 1px solid #d7d7d7;
padding-bottom: 12px;
margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {	
#hamburger-title {
width: 150px;
line-height: 18px;
}
.megamenu-horizontal {
gap: 0;
} .megamenu-level-box {
min-width: 0;
max-width: none;
width: 100%;
}
.megamenu-box {
top: 81px;
height: calc(100vh - 81px);
}
.megamenu {
padding: 0px 24px;
}
.megamenu-item-h2 {
font-size: 32px;
line-height: 42px;
}
.megamenu-item-h3 {
font-size: 20px;
line-height: 30px;
}
.megamenu-item-tertiary, .megamenu-item-h3[data-level="2"] {
font-weight: 400;
font-size: 16px;
line-height: 24px;
font-family: 'Roboto', sans-serif;
}
.menu-link {
display: flex;
align-items: center;
}
.arrow {
padding-left: 5px;
}
.mobile-only {
display: block;
}
.fade-box {
opacity: 0;
transition: 0.3s opacity, 0.3s transform;
height: 0;
width: 0;
overflow: hidden;
transform: translate3d(-150px, 0, 0);
}
.fade-in {
height: auto;
width: auto;
opacity: 1;
transform: translate3d(0, 0, 0);
}
.fade-left {
transform: translate3d(-150px, 0, 0);
}
.fade-right {
transform: translate3d(150px, 0, 0);
}
.back-arrow {
display: inline-block;
transform: rotate(180deg);
padding-left: 5px;
}
.hide-arrow {
display: none
}
.desktop-only {
display: none;
}
}:root {
--scrollbar-width: 15px;
}
.no-scroll {
height: 100%;
overflow-y: hidden;
}
body.no-scroll .header-box {
padding-right: var(--scrollbar-width);
}
* {
margin: 0;
padding: 0;
}
.content {
height: 2000px;
}
.header-box {
width: 100%;
top: 0px;
transition: top 0.5s ease-in-out;
position: fixed;
background-color: #ffffff;
z-index: 30;
}
.header-box nav {
border-bottom: 1px solid #D6D6D6;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.header-up {
top: -121px;
}
.site-content-contain.has-in-page-menu {
padding: 121px 0 0;
}
@media only screen and (max-width: 768px) {
.site-content-contain.has-in-page-menu {
padding: 138px 0 0;
}
.header-up {
top: -81px;
} }
.header-sections-wrapper { box-sizing: border-box; display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
gap: 3px;
height: 120px;
max-width: 1366px;
padding: 0px 99px;
width: 100%;
}
.body-box {
background-color: #F3F3F3;
height: 100%;
width: 100%;
}
.center-row {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
}
.flex {
display: flex;
}
.header-section {
display: flex;
flex-direction: column;
justify-content: center;
padding: 0px;
gap: 10px;
width: 33%;
}
.header-section-content {
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
color: #000000;
}
.align-flex-start {
align-items: flex-start
}
.align-flex-end {
align-items: flex-end
}
.align-flex-center {
align-items: center;
}
.header-nav {
z-index: 1;
position: relative;
}
.header-nav-small {
color: #000000;
text-decoration: none;
height: 20px;
display: inline-block;
font-size: 14px;
font-family: 'Roboto-Regular', sans-serif;
line-height: 20px;
}
.hide-slow {
transition: opacity 0.3s;
opacity: 0;
visibility: hidden;
}
.hide {
display: none;
opacity: 0;
}
.mr-8 {
margin-right: 8px
}
.flex-end {
display: flex;
flex-direction: row;
align-items: flex-end;
}
.fade-box-header {
opacity: 0;
transition: opacity 0.3s;
height: 0;
width: 0;
overflow: hidden;
}
.fade-in-header {
height: auto;
width: auto;
opacity: 1;
}
.rotate180 {
transform: rotate(180deg);
}
.p10 {
padding: 10px;
}
.pt12 {
padding-top: 12px;
}
.pb12 {
padding-bottom: 12px;
}
.pt16 {
padding-top: 16px;
}
.pt20 {
padding-top: 20px;
}
.pt24 {
padding-top: 24px;
}
.pb24 {
padding-bottom: 24px;
}
.pt28 {
padding-top: 28px;
}
.pb32 {
padding-bottom: 32px;
}
.pt36 {
padding-top: 36px;
}
.pb36 {
padding-bottom: 36px;
}
.pt44 {
padding-top: 44px;
}
.pb44 {
padding-bottom: 44px;
}
.pt48 {
padding-top: 48px;
}
.pb48 {
padding-bottom: 48px;
}
.mt20 {
margin-top: 20px;
}
@media only screen and (max-width: 1024px) { .header-sections-wrapper {
height: 80px;
padding: 0px 24px;
}
.header-nav {
display: none;
}
.hide-mobile {
display: none;
}
.pt16-mobile {
padding-top: 16px;
}
.pt40-mobile {
padding-top: 40px;
}
.pb28-mobile {
padding-bottom: 28px;
}
}#hamburger-x {
margin-right: 16px;
width: 24px;
height: 27px;
position: relative;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .5s ease-in-out;
-moz-transition: .5s ease-in-out;
-o-transition: .5s ease-in-out;
transition: .5s ease-in-out;
cursor: pointer;
}
#hamburger-x span {
display: block;
position: absolute;
height: 2px;
width: 100%;
background: #000000;
border-radius: 9px;
opacity: 1;
left: 0;
-webkit-transform: rotate(0deg);
-moz-transform: rotate(0deg);
-o-transform: rotate(0deg);
transform: rotate(0deg);
-webkit-transition: .25s ease-in-out;
-moz-transition: .25s ease-in-out;
-o-transition: .25s ease-in-out;
transition: .25s ease-in-out;
} #hamburger-x span:nth-child(1) {
top: 0px;
width: 24px;
-webkit-transform-origin: right center;
-moz-transform-origin: right center;
-o-transform-origin: right center;
transform-origin: right center;
}
#hamburger-x span:nth-child(2) {
top: 12px;
width: 16px;
-webkit-transform-origin: left center;
-moz-transform-origin: left center;
-o-transform-origin: left center;
transform-origin: left center;
}
#hamburger-x span:nth-child(3) {
top: 24px;
width: 24px;
-webkit-transform-origin: right center;
-moz-transform-origin: right center;
-o-transform-origin: right center;
transform-origin: right center;
}
#hamburger-x.open span:nth-child(1) {
-webkit-transform: rotate(-45deg);
-moz-transform: rotate(-45deg);
-o-transform: rotate(-45deg);
transform: rotate(-45deg);
top: 3px;
left: -5px;
width: 26px;
}
#hamburger-x.open span:nth-child(2) {
opacity: 0;
}
#hamburger-x.open span:nth-child(3) {
-webkit-transform: rotate(45deg);
-moz-transform: rotate(45deg);
-o-transform: rotate(45deg);
transform: rotate(45deg);
top: 21px;
left: -5px;
width: 26px;
}