ul.solution-menu-list>li {
  padding: 8px;
  border-radius: 4px;
}

header .main-nav>li>a:has(~.no-submenu) svg {
  display: none;
}

header {
  height: auto !important;
}

ul.solution-menu-list>li:hover {
  background: #e9f7fa;
}

ul.solution-menu-list>li:hover a span:after {
  right: -10px !important;
}

ul.solution-menu-list>li a span:after {
  transition: all 0.2s ease-in-out;
}

.list-links-with-photo>div {
  padding: 8px !important;
  border-radius: 4px;
}

.list-links-with-photo>div:hover {
  background: #e9f7fa;
}

.list-links-with-photo>div:hover a:after {
  right: -10px !important;
}

.list-links-with-photo>div a:after {
  transition: all 0.2s ease-in-out;
}

.sub-menu.resources-menu ul>li {
  padding: 8px !important;
  border-radius: 4px;
}

.sub-menu.resources-menu ul>li:hover {
  background: #e9f7fa;
}

.sub-menu.resources-menu ul>li:hover a:after {
  right: -10px !important;
}

.sub-menu.resources-menu ul>li a:after {
  transition: all 0.2s ease-in-out;
}

header nav .menu-holder>a,
header a.button.request.large.desktop-hidden {
  background-color: #0c3660;
}

header .logo a {
  display: flex !important;
  align-items: center;
}

header a.button.request.large.desktop-hidden {
  display: none;
}

header .main-nav>li>a {
  color: #0c3660 !important;
  display: flex;
  gap: 8px;
  align-items: center;
  line-height: 1.6;
}

header .main-nav>li.menu-item-has-children>a:after {
  top: 54%;
  color: #0c3660 !important;
}

.header-search-open header.header .main-nav,
.header-search-open header.header .request {
  opacity: 1;
  visibility: visible;
}

button.search-opener.mobile-hidden {
  margin-top: -16px;
}

button.search-opener.mobile-hidden svg {
  width: 32px;
  height: 32px;
}

.header .header-search-form input[type="text"] {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.29;
  letter-spacing: normal;
  text-align: left;
  color: #110800;
  border-radius: 16px;
  border: solid 1px rgba(17, 8, 0, 0.1);
}

.header .header-search-form input[type="text"]:focus {
  border: solid 1px #110800;
}

.header .header-search-form .close-form {
  right: 23px !important;
  top: 8px;
}

@media screen and (max-width: 1799px) {
  .header .header-search-form .close-form {

    right: 20%;
  }
}



@media screen and (min-width: 1200px) {
  .header-search-open header.header {
    height: 142px !important;
  }

  .header-search-open .header .header-search-form {
    left: 50%;
    width: 100%;
    max-width: 1220px;
    position: fixed;
    top: 35px;
    transform: translateX(-50%);
    padding: 0 20px;
    height: 142px !important;
  }

  .header .header-search-form .submit {
    left: 93%;
    top: 10px;
    width: auto !important;
    height: auto !important;
    margin-top: -20.5px !important;
    margin-left: -5px !important;
  }

  .header .header-search-form,
  .header .search-opener {
    transition: none !important;
  }
}


@media screen and (min-width: 1800px) {
  .header-search-open .header .header-search-form {
    left: 50%;
    width: 100%;
    max-width: 1610px;
    position: fixed;
    top: 35px;
    transform: translateX(-50%);
    padding: 0 20px;
  }
}

@media screen and (max-width: 1199px) {
  header .container {
    padding: 16px 48px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  header .main-nav>li>a {
    width: 100%;
    justify-content: space-between;
  }

  header .main-nav>li,
  header .header-search-form {
    padding: 24px 48px !important;
  }

  header .main-nav>li>a {
    font-weight: 600;
    line-height: 1.67;
  }

  .mobile-btn-wrapper {
    display: flex;
    gap: 16px;
    align-items: center;
  }

  .header .btn-menu {
    position: static !important;
    padding-top: 6px;
  }

  header a.button.request.large.desktop-hidden {
    display: flex;
    width: fit-content;
    position: static;
    z-index: 100;
    font-size: 12px;
    font-weight: 600;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.33;
    letter-spacing: 1px;
    text-align: left;
    color: #fff;
    align-content: center;
    box-shadow: none;
    transition: .3s ease;
  }

  header a.button.request.large.desktop-hidden:hover {
    background-color: #29b3d8;
    color: #0c3660;
    transition: .3s ease;
  }

  header div>a.button.request.large.desktop-hidden {
    display: inline-block;
  }

  header a.button.request.large.mobile-hidden {
    display: none;
  }

  .header .back-menu {
    display: none;
  }

  header.header .menu {
    padding: 0 0 30px;
    top: 78px;
  }

  .header .header-search-form .submit {
    left: unset !important;
    right: 30px;
    top: 7px !important;
  }

  header.header .header-search-form input[type="text"] {
    padding: 12px;
    border-radius: 16px;
    border: solid 1px rgba(17, 8, 0, 0.1);
  }

  header .header-search-form {
    border-top: solid 1px rgba(17, 8, 0, 0.1);
  }
}

@media screen and (max-width: 767px) {
  header .container {
    padding: 16px !important;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  header .main-nav>li,
  header .header-search-form {
    padding: 24px 16px !important;
  }
}

.menu-layout {
  display: flex;
  border-radius: 16px;
  flex-wrap: wrap;
  padding: 16px;
  width: 100%;
}

.menu-left-column,
.menu-middle-column,
.menu-right-column {
  width: 33.3%;
  background-color: #e9f7fa;
}

.menu-left-column {
  padding: 0 12px 0 0;
}

.menu-middle-column,
.menu-right-column {
  padding: 24px;
}

.menu-middle-column {
  border-radius: 8px;
}

.menu-right-column {
  border-radius: 8px;
}

.menu-left-column+.menu-right-column {
  border-radius: 8px;
}
.two-sided-background .menu-middle-column{
  border-radius: 8px 0 0 8px;
}
.two-sided-background .menu-right-column{
  border-radius: 0 8px 8px 0;
}

.type3-wrapper .menu-left-column,
.type3-wrapper .menu-right-column {
  width: 50%;
}

.menu-left-column {
  background-color: white;
}

.menu-left-column ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-left-column li {
  margin-bottom: 4px;
  cursor: pointer;
}

.menu-left-column li a,
.menu-grid li a {
  padding: 8px;
}

.menu-left-column li.is-active a,
.menu-grid li a.is-active {
  font-weight: 600;
  color: #0c3660;
  background: #e9f7fa;
  border-radius: 8px;
}

.menu-left-column li.is-active a svg,
.menu-grid li a.is-active svg {
  transform: rotate(180deg);
}

.menu-left-column a,
.menu-grid li a {
  text-decoration: none;
  width: 100%;
  color: #110800b3;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
}

.menu-grid li a {
  justify-content: start;
}

.menu-left-column img,
.menu-grid li a img {
  max-width: 20px;
  height: auto;
}

.middle-content,
.right-content {
  display: none;
}

.middle-content.is-visible,
.right-content.is-visible {
  display: block;
}

.menu-middle-column h3,
.menu-right-column h4 {
  margin-top: 0;
}

.menu-right-column h4 {
  font-size: 11px;
  font-weight: normal;
  font-stretch: normal;
  margin-bottom: 8px;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: rgba(17, 8, 0, 0.7);
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(17, 8, 0, 0.1);
}

.menu-middle-column p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  margin-bottom: 0;
  color: rgba(17, 8, 0, 0.7);
}

.menu-middle-column h3 {
  margin-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.4;
  letter-spacing: normal;
  text-align: left;
  color: #0c3660;
}

.menu-middle-column a.btn {
  display: inline-block;
  margin-top: 24px;
  padding: 12px 16px;
  border-radius: 1000px;
  background-color: #00d679;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1px;
  text-align: left;
  color: #0C3660;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.menu-middle-column a.btn:hover {
  border-color: #29b3d8;
  background-color: #29b3d8;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

.menu-right-column .featured-post .featured-title {
  margin-bottom: 24px;
}

.featured-post-image img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  object-position: center;
}

.menu-right-column ul {
  list-style: none;
  padding: 0;
}

.menu-right-column li {
  margin-bottom: 8px;
}

.middle-content img {
  width: 50px;
  margin-bottom: 8px;
}

.menu-right-column a {
  text-decoration: none;
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: rgba(17, 8, 0, 0.7);
}

.menu-right-column .featured-post .featured-btn:hover::after,
.view-all a:hover::after {
  animation: tertiaryButton 0.4s ease forwards;
}

.menu-right-column .featured-post .featured-btn::after,
.view-all a::after {
  content: '';
  width: 100%;
  position: absolute;
  bottom: 0;
  height: 1px;
  background: rgba(17, 8, 0, 0.6);
  left: 0;
}

.menu-left-column a>span {
  display: flex;
  gap: 8px;
}

.menu-left-column a>svg {
  width: 16px;
  height: 16px;
}

.menu-right-column a:hover {
  text-decoration: underline;
}

.mega-menu-wrapper {
  text-align: left;
  display: none;
  position: fixed;
  top: 85px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1160px;
  z-index: 999;
  background-color: white;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  overflow: hidden;
}

.mega-menu-wrapper.type3-wrapper {
  max-width: 855px;
}

@media screen and (max-width: 1799px) {
  .mega-menu-wrapper {
    max-width: 960px;
  }

  .mega-menu-wrapper.type3-wrapper {
    max-width: 640px;
  }
}

.menu-right-column .featured-post .featured-post-image {
  border-radius: 8px;
  margin-bottom: 16px;
  overflow: hidden;
}

.menu-right-column .featured-post .featured-title,
.menu-right-column .featured-post .featured-title a {
  font-size: 16px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.6;
  letter-spacing: normal;
  text-align: left;
  color: #0c3660;
}

.menu-right-column .featured-post .featured-btn {
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1px;
  text-align: left;
  color: #110800;
  display: flex;
  text-transform: uppercase;
  gap: 8px;
  padding: 4px 0;
  align-items: center;
  width: fit-content;
  text-decoration: none;
  position: relative;
}

.menu-right-column .featured-post .featured-btn:hover {
  text-decoration: none;
}

.menu-right-column .featured-post .featured-btn svg {
  width: 16px;
}

/* Reveal on hover */
.menu-item.type-type10:hover>.mega-menu-wrapper {
  display: flex;
  /* flex to enable the 3-column layout inside */
}

.main-nav .menu-item {
  position: relative;
}

.mobile-mega-menu {
  display: none;
}

.menu-left-grid {
  width: 66.6%;
  padding: 24px;
  background-color: #fff;
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}

.menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px 32px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.menu-grid li a {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.menu-grid img {
  width: 20px;
  height: auto;
}

.view-all {
  margin-top: 24px;
}

.view-all a {
  text-decoration: none;
  padding: 12px 0;
  position: relative;
  font-size: 12px;
  font-weight: 600;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.33;
  letter-spacing: 1px;
  text-align: left;
  color: #110800;
  text-transform: uppercase;
}

.menu-item.type-type10:hover>a svg {
  transform: rotate(180deg);
}

.menu-item.type-type10:hover>a {
  color: #145ca3 !important;
  font-weight: 600;
}

@media screen and (max-width: 1199px) {
  body {
    padding-top: 20px;
  }

  /* Reveal on hover */
  .menu-item.type-type10:hover>.mega-menu-wrapper {
    display: none;
    /* flex to enable the 3-column layout inside */
  }

  .menu-item.type-type10.is-opened>.mega-menu-wrapper {
    display: flex;
  }

  .menu-item.is-opened {
    background-color: #e9f7fa;
  }

  .accordion-toggle-wrapper {
    display: flex;
    justify-content: space-between;
  }

  .mobile-mega-menu .mobile-menu-item a span {
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .main-nav .menu-item {
    border-bottom: solid 1px rgba(17, 8, 0, 0.1);
  }

  .menu-item.is-opened>a {
    color: #145ca3;
  }

  .menu-item.is-opened>a svg {
    transform: rotate(180deg);
  }

  .mobile-mega-menu {
    display: block;
    padding: 0;
    background-color: transparent;
    width: 100%;
  }

  .mobile-mega-menu .mobile-menu-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }

  .mobile-mega-menu .accordion-toggle-link {
    padding: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
    background: none;
    border: none;
    color: #0c3660;
    cursor: pointer;
    font-family: inherit;
  }

  .mobile-mega-menu .accordion-toggle-link span {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.6;
    letter-spacing: normal;
    text-align: left;
    color: rgba(17, 8, 0, 0.7);
  }

  .mobile-mega-menu>.mobile-menu-list>.mobile-menu-item>a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
  }

  .mega-menu-wrapper {
    max-width: unset;
  }

  .mobile-mega-menu .active .accordion-toggle-link span {
    font-weight: 600;
    color: #0c3660;
  }

  .mobile-mega-menu .accordion-toggle-link span img {
    width: 32px;
    height: 32px;
    display: none;
    ;
  }

  .mobile-mega-menu .accordion-toggle svg {
    transform: rotate(90deg);
    transition: transform 0.2s ease-in-out;
  }

  .mobile-mega-menu .accordion-toggle.active svg {
    transform: rotate(270deg);
  }

  .mobile-mega-menu .submenu {
    display: none;
    list-style: none;
    padding-top: 8px;
  }

  li.mobile-menu-item.active {
    padding-bottom: 0;
  }

  .mobile-mega-menu .submenu li {
    margin-bottom: 8px;
  }

  .mobile-mega-menu .submenu a {
    display: block;
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: rgba(17, 8, 0, 0.7);
  }

  .mobile-mega-menu .submenu a:hover {
    text-decoration: underline;
  }

  /* Hide desktop layout on mobile */
  .desktop-mega-menu {
    display: none !important;
  }

  .mega-menu-wrapper {
    position: static;
    transform: none;
    box-shadow: none;
    border-top: solid 1px rgba(17, 8, 0, 0.1);
    margin-top: 24px;
    border-radius: 0;
    background-color: transparent;
  }

  .menu-item.active>a svg {
    transform: rotate(90deg);
    transition: transform 0.2s ease-in-out;
  }

  .menu-item>a svg {
    transition: transform 0.2s ease-in-out;
  }

  .mobile-grid-item,
  .mobile-mega-menu .mobile-menu-item {
    padding: 8px;
  }

  .mobile-grid-item a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.57;
    letter-spacing: normal;
    text-align: left;
    color: rgba(17, 8, 0, 0.7);
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .mobile-mega-menu .mobile-menu-item a {
    font-size: 12px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.67;
    letter-spacing: normal;
    text-align: left;
    color: rgba(17, 8, 0, 0.7);
  }

  .mobile-grid-item:last-child,
  .mobile-mega-menu .mobile-menu-item:last-child,
  .mobile-mega-menu .mobile-menu-item:last-child .accordion-toggle-link {
    padding-bottom: 0;
  }

  button.accordion-toggle {
    border: 0;
    padding: 0;
    background: transparent;
  }
}

@keyframes tertiaryButton {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.search-result .submit {
  background-color: #0000;
  border: 0;
  cursor: pointer;
  height: 24px;
  left: 6px;
  margin-top: -4.5px !important;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 24px;
  transform: translateY(-50%);
}

.search-result .submit svg {
  height: 24px;
  width: 24px;
}

.menu-bottom-ctas {
  display: flex;
  gap: 8px;
  padding: 12px 0 0;
  width: 100%;
}

@media (max-width: 1199px) {
  .menu-bottom-ctas {
    flex-direction: column;
    margin-top: 16px;
    padding: 0;
  }
}

.menu-bottom-ctas-cta {
  background-color: #fff;
  border-radius: 8px;
  border: solid 1px rgba(17, 8, 0, 0.1);
  display: flex;
  flex: 0 0 calc(50% - 4px);
  gap: 16px;
  padding: 24px;
}

@media (max-width: 1199px) {
  .menu-bottom-ctas-cta {
    display: block;
    padding: 16px;
    width: 100%;
  }
}

.menu-bottom-ctas.menu-bottom-ctas--1 .menu-bottom-ctas-cta {
  flex: 0 0 100%;

  .menu-bottom-ctas-cta-links {
    margin-top: 12px;
  }
}

.menu-bottom-ctas-cta-logo {
  align-items: center;
  display: flex;
  flex: 0 0 120px;
  margin-bottom: auto;
  min-height: 30px;
}

@media (max-width: 1199px) {

  .menu-bottom-ctas-cta-logo {
    margin-bottom: 16px;
    min-height: 0;
    height: 28px;
    width: 110px;

    img {
      height: 100%;
      object-fit: contain;
      object-position: 0 center;
      width: 100%;
    }
  }
}

.menu-bottom-ctas-cta-text {
  flex: 0 0 calc(100% - 130px);

  p {
    color: #0c3660;
    font-weight: 600;
    line-height: 1.6;
    margin-bottom: 4px;

    @media (max-width: 1199px) {
      font-size: 14px;
      line-height: 1.6;
    }
  }
}

.menu-bottom-ctas-cta-links {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;

  a {
    border-bottom: solid 1px rgba(17, 8, 0, 0.6);
    color: #110800;
    font-size: 12px;
    font-weight: 500;
    letter-spacing: 1px;
    line-height: 1.33;
    padding: 4px 0;
    text-transform: uppercase;

    &:hover {
      color: #0c3660;
    }
  }
}