body:has(.ccm-ui) .header-nav {
  top: 47px;
}

.header-nav {
  position: sticky;
  z-index: 999999999;
  width: 100%;
  top: 0;
}

.body--modal .header-nav {
  z-index: 0;
}

.header-nav.header-nav--flat .header-nav__container .header-nav__content {
  padding: 0;
}

.header-nav.header-nav--flat .header-nav__container .header-nav__content .header-nav__content-top,
.header-nav.header-nav--flat .header-nav__container .header-nav__content .header-nav__content-bottom {
  border-radius: 0;
}

.header-nav__content {
  padding: 24px;
  color: white;
}

.header-nav__content .header-nav__content-top > .container,
.header-nav__content .header-nav__content-bottom > .container {
  max-width: none!important;
  padding-left: 20px;
  padding-right: 20px;
}

.header-nav__content .header-nav__content-top {
  align-items: center;
  background-color: #0070B9;
  display: flex;
  height: 40px;
  justify-content: flex-start;
  border-radius: 20px 20px 0 0;
}

.header-nav__content .header-nav__content-top .container {
  display: flex;
  justify-content: flex-start;
}

@media (min-width: 768px) {
  .header-nav__content .header-nav__content-top .container {
    justify-content: flex-end;
  }
}

.header-nav__content .header-nav__content-bottom {
  background-color: #063354;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 0 0 20px 20px;
  position: relative;
}

.header-nav__content .header-nav__content-bottom.no-utility {
  border-radius: 20px;
}


.header-nav__content .header-nav__content-bottom .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header-nav__content .header-nav__content-bottom .container .logo-wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .header-nav__content .header-nav__content-bottom .container .logo-wrap {
    max-width: 175px;
  }
}

.header-nav__content .header-nav__content-bottom .container .logo-wrap img {
  max-width: 100%;
  height: 43px;
  width: auto;
}

.header-nav__content a:not(.button) {
  color: white;
  transition: all ease-in-out 0.2s;
}

.header-nav__content a:not(.button):hover {
  color: #ccc;
}

.header-nav__content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  align-items: center;
  overflow: hidden;
  gap: 24px;
}

.header-nav__content ul li a {
  text-transform: capitalize;
}

.mega-menu__container{
  display: none;
  position: absolute;
  width: 100%;
  left:0;
  right: 0;
}

/* .mega-menu li:nth-child(1) .mega-menu__container{
  display: block;
} */

.mega-menu > li > a .arrow-down path{
  fill: #fff;
}

.mega-menu > li.active > a:not(.button){
  color: #90D9F9;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.mega-menu > li > a:not(.button):hover {
  color: #90D9F9;
  text-decoration: none!important;
  /* text-underline-offset: 6px; */
  transition: all ease-in-out 0.2s;
}

.mega-menu > li.active > a .arrow-down path{
  fill: #90D9F9;
}

.mega-menu li.active .mega-menu__container{
  display: block;
}

.mega-menu__wrapper {
  position: relative;
  width: 100%;
  /* max-width: 1440px; */
  background-color: #fff;
  margin: 24px auto 0;
  padding: 32px 0;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
  max-height: 60vh;
  overflow: scroll;
}

.grid-container {
  display: grid;
  grid-template-columns: 275px auto;
  gap: 40px;
  width: 100%;
}

.header-nav__content .mega-menu__wrapper a:not(.button),
.arrow-right .path{
  color: #063354;
}

.page-snippet{
  max-width: 275px;
}

.page-snippet p {
  font-family: 'Montserrat';
  font-style: normal;
  color: #5E5E5E;
}

.page-snippet p.page-content-snip,
.page-snippet .button.cta-link{
  font-family: 'Roboto';
}

.page-snippet .button.cta-link{
  cursor: pointer;
}

.page-snippet .page-title{
  color: #063354;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.page-short-headline{
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-transform: uppercase;
  flex: none;
  order: 1;
  align-self: stretch;
  flex-grow: 0;
}

.page-content-snip{
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  flex: none;
  order: 2;
  align-self: stretch;
  flex-grow: 0;
}

.button.cta-link{
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 0px;
  gap: 11px;
  height: 27px;
  flex-grow: 0;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 150%;
  color: #181818;
}

.arrow-icon{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  padding: 5px 8px;
  width: 24px;
  height: 24px;
  background: #FFC700;
  border-radius: 100%;
}

.page-tab-container {
  display: grid;
  grid-template-columns: 240px auto;
  gap: 30px;
}

.sub-page-tabs {
  display: flex;
  flex-direction: column;
  width: 240px;
  padding: 0 10px;
  flex-wrap: wrap;
}

.Who-We-Serve .sub-page-tabs {
  flex-direction: row;
}

.page-tab-link{
  color: #063354;
}

.Who-We-Serve .page-tab-link {
  flex-basis: 20% !important;
}

.Our-Company .page-tab-link {
  flex-basis: 20% !important;
  margin-right: 80%;
}

.page-tab-link span .arrow-right .path,
span .arrow-right .path{
  fill: #063354;
}

.page-tab-link > span,
.page-sub-menu-child a > span{
  position: absolute;
  top: 0;
  right: -5px;
}

.page-tab-link,
.page-sub-menu-child a{
  font-family: 'Montserrat';
  font-style: normal;
  line-height: 22px;
  border-radius: 0%;
  cursor: pointer;
  text-decoration: none;
  border-radius: 0%;
  display: block;
  flex: none;
  order: 0;
  align-self: stretch;
  flex-grow: 0;
  align-items: flex-start;
  position: relative;
}

.page-null-link {
  font-weight: 400;
  font-size: 20px;
  color: #0070B9;
  margin-bottom: 8px;
  padding-right: 20px;
}

.page-tab-link {
  font-weight: 600;
  font-size: 18px;
  padding: 0 20px 5px 0;
  margin-bottom: 36px;
  border-bottom: 1px solid transparent;
}

.page-sub-menu-child > a{
  font-weight: 400;
  font-size: 20px;
  color: #0070B9;
  margin-bottom: 8px;
  padding-right: 20px;
  border-bottom: 1px solid transparent;
}

.page-tab-link div
{
  border-bottom: 1px solid transparent;
}

.page-tab-link:hover div,
.page-tab-link.focused div,
.page-tab-link.current-page div 
{
  color: #0070B9;
  border-bottom: 1px solid #0070B9;
}

.page-tab-link:hover span .arrow-right path {
  fill: #0070B9;
}

/* .Who-We-Serve .page-tab-link:hover,
.Our-Company .page-tab-link:hover,
.Who-We-Serve .page-tab-link.focused,
.Our-Company .page-tab-link.focused {
  border-bottom: 0;
} */
/* .Who-We-Serve .page-tab-link:hover div,
.Our-Company .page-tab-link:hover div,
.Who-We-Serve .page-tab-link.focused div,
.Our-Company .page-tab-link.focused div {
  color: #0070B9;
  border-bottom: 1px solid #0070B9;
} */

.page-tab-content {
  display: none;
}

a.current-page {
  /* text-decoration: underline; */
}

.page-tab-content-container{
  padding: 0 16px;
}

.page-tab-content.active {
  display: block;
  width: 100%;
}

.page-tab-grid-container{
  display: grid;
  grid-template-columns: 50% auto;
  gap: 20px;
  /* margin-left: 50px !important; */
}

.page-sub-menu-child{
  max-width: 300px;
  width: 100%;
  margin-bottom: 16px;
}

.page-sub-menu-child > a {
  color:#0070B9!important;

}

.page-sub-menu-child > p{
  font-size: 14px;
  color: #000;
  margin-bottom: 0;
}
.page-sub-menu-child > p + p {
  margin-top: 0.5rem;
}

.page-sub-menu-child > p > a {
  font-size: 16px;
  font-weight: 600;
}

.cta-mobile-wrap {
  display: flex;
  align-items: center;
}

@media screen and (max-width: 767px) {
  .cta-mobile-wrap > .button.button--primary {
    padding: 10px;
    min-height: 0;
    font-size: 14px;
  }
}

.burger-menu {
  width: 35px;
  height: 35px;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
}

.burger-menu.open img{
  display: none;
}

.burger-menu .mobile_menu_close{
  display: none;
}

.burger-menu.open .mobile_menu_close{
  display: block;
  overflow: visible;
}

.mobile-menu {
  display: none;
  position: absolute;
  top: 70px;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
}

.mobile-menu.active{
  display: block;
}

.mobile-menu-container {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  overflow-y: auto;
  margin: 0 0 0 auto;
  border-radius: 2px;
  padding: 0 26px;
}

.mobile-menu-content {
  padding: 20px;
}

.mobile-menu-close {
  font-size: 24px;
  background: none;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 10px;
}

.header-nav__content ul.mobile-menu-list,
.header-nav__content .mobile-submenu {
  list-style: none;
  margin: 0;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 16px;
}

.header-nav__content .mobile-submenu{
  display: none;
}

.header-nav__content ul.mobile-menu-list li{
  display: block;
  width: 100%;
}

.header-nav__content ul.mobile-menu-list li a{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.header-nav__content ul.mobile-menu-list li a{
  margin-bottom: 16px;
}

li.active > ul.mobile-submenu{
  display: flex;
}

.header-nav__content .mobile-menu a:not(.button),
.header-nav__content .mobile-submenu a:not(.button){
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #0070B9;
  padding-right: 10px;
}

.header-nav__content .mobile-submenu a:not(.button){
  font-weight: 300;
}

.mobile-submenu {
  display: none;
  padding-left: 20px;
}

.mobile-menu-item ul {
  padding: 0px 0 0 15px;
}

.mobile-menu.active .mobile-menu-container {
  transform: translateX(0);
}

li.mobile-menu-item.active > ul{
  display: block;
}

.mobile-menu-item{
  position: relative;

}

.mobile-menu-item::after{
  content: url('data:image/svg+xml;utf8,<svg width="10" height="6" viewBox="0 0 10 6" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.26513 5.44195C5.11868 5.5884 4.88128 5.5884 4.73483 5.44195L0.911592 1.6187C0.765147 1.47225 0.765147 1.23485 0.911592 1.0884L1.08837 0.911595C1.23482 0.765145 1.47225 0.765145 1.6187 0.911595L4.99998 4.2929L8.38128 0.911595C8.52773 0.765145 8.76513 0.765145 8.91158 0.911595L9.08838 1.0884C9.23483 1.23485 9.23483 1.47225 9.08838 1.6187L5.26513 5.44195Z" fill="rgba(0, 112, 185, 1)"/></svg>');
  position: absolute;
  right:0;
  top:0;
  width: 16px;
  height: 16px;
}

.mobile-menu-item.active::after{
  content: url('data:image/svg+xml;utf8,<svg width="6" height="10" viewBox="0 0 6 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.44194 4.73487C5.58839 4.88132 5.58839 5.11872 5.44194 5.26517L1.6187 9.08841C1.47225 9.23485 1.23485 9.23485 1.0884 9.08841L0.911595 8.91163C0.765145 8.76518 0.765145 8.52775 0.911595 8.3813L4.2929 5.00002L0.911595 1.61872C0.765145 1.47227 0.765145 1.23487 0.911595 1.08842L1.08839 0.911618C1.23484 0.765168 1.47224 0.765168 1.61869 0.911618L5.44194 4.73487Z" fill="rgba(0, 112, 185, 1)"/></svg>');
}

.mobile-menu-content .quick-links{
  display: flex;
  flex-direction: column;
  gap: 45px;
  margin-top: 30px;
}

.mobile-menu-content .search-field{
  display: flex;
  width: 100%;
}

.mobile-menu-content .search-field form {
  width: 100%;
}

.mobile-menu-content .search-field form input[type="text"] {
  width: calc(100% - 35px);
}

.mobile-menu-content .contact-support{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 15px;
}

.mobile-menu-content .quick-links a.button{
  color: #181818;
  min-height: 50px;
  font-size: 16px;
}

.mobile-menu-content .quick-links a.button-contact-us{
  padding: 0;
}

@media (max-width: 320px) {
  .mobile-menu-container{
    padding: 0 15px;
  }

  .mobile-menu-container{
    padding: 20px 10px;
  }
}


.dropdown .dropdown-toggle {
  color: #fff;
  cursor: pointer;
  background: none;
  border: none;
  padding: 5px 20px 5px 10px;
  border-radius: 4px;
  transition: all ease-in-out 0.2s;
}

.header-nav__content-top .dropdown .dropdown-toggle:hover
{
  color: #ccc;
  /* text-decoration: underline;
  text-underline-offset: 6px; */
}

.header-nav__content-top .dropdown .dropdown-toggle.active
{
  color: #ccc;
  text-decoration: underline;
  text-underline-offset: 6px;
}

.header-nav__content-top .d-none.d-lg-inline-block a {
  /* border-bottom: 1px solid transparent; */
}

.header-nav__content-top .d-none.d-lg-inline-block a:hover {
  /* border-bottom: 1px solid #fff; */
  color: #ccc;
}

.dropdown .dropdown-toggle::after{
  content: url('data:image/svg+xml;utf8,<svg class="arrow-down" width="10" height="5" viewBox="0 0 10 5" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.26513 4.76371C5.11868 4.91016 4.88128 4.91016 4.73483 4.76371L0.911592 0.940457C0.765147 0.794007 0.765147 0.556607 0.911592 0.410157L1.08837 0.233357C1.23482 0.0869074 1.47225 0.0869074 1.6187 0.233357L4.99998 3.61466L8.38128 0.233357C8.52773 0.0869074 8.76513 0.0869074 8.91158 0.233357L9.08838 0.410157C9.23483 0.556607 9.23483 0.794007 9.08838 0.940457L5.26513 4.76371Z" fill="rgba(255, 255, 255, 1)"/></svg>');
  padding: 0;
  border: 0;
  vertical-align: middle;
  position: absolute;
  top: 2px;
}

.dropdown .dropdown-menu {
  display: none;
  position: fixed;
  min-width: 124px;
  background: #FFFFFF;
  box-shadow: 4px 4px 12px rgba(0, 0, 0, 0.25);
  z-index: 999999999;
  margin-top: 3px;
}
.dropdown .dropdown-menu.show {
  display: block;
}

.dropdown a.dropdown-item {
  padding: 5px 10px;
  text-decoration: none;
  display: block;
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #5E5E5E;
  text-align: center;
}

.dropdown a.dropdown-item:hover {
  color: #000;
  /* text-decoration: underline; */
}

.dropdown .dropdown-menu ul{
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 10px;
  gap: 10px;
}

.dropdown .dropdown-menu ul li{
  display: inline-block;
  width: 100%;
  border-bottom: 1px solid #000;
}

.dropdown .dropdown-menu ul li:last-child{
  border: none;
}

.dropdown a.dropdown-item:hover {
  background: none;
}

.search-form {
  background-color: white;
  border-radius: 14px;
  border: 1px #000 solid;
  padding: auto 20px;
  display: flex;
  justify-content: space-between;
}

.search-form .icon-search {
  border: none;
  background: none;
  outline: none;
}

.search-form .icon-search svg {
  stroke: black;
}

.search-form input,
.search-form input:focus {
  background: white;
  border: none;
  outline: none;
  padding: 0 10px;
}

.icon-search {
  border: none;
  background: none;
}

.mega-menu-child-link.active svg {
  transform: rotate(-90deg)!important;
}