.header {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   padding: 1em 0;
   z-index: 99;
} 

.header .page-center {
   display: flex;
   flex-direction: row;
   align-items: center;
   justify-content: space-between;
}

.header--logo {
   max-width: 145px;
   width: 100%;
}

.header--logo img {
   width: 100%;
}

.header--nav {
   display: flex;
   flex-direction: row;
   align-items: center;
}

.header--nav .hs-menu-item a {
   color: #fff;
   font-family: 'Campton Bold';
}

.header--nav .hs-menu-item.hs-menu-depth-1 {
   height: 43px;
}

.header--nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
   max-width:  none;
   padding: 17px 20px;
   width: auto !important;
}

.header--nav .hs-menu-wrapper .hs-menu-children-wrapper {
   background: #eceff1;
   top: 56px;
}

.mega-menu .hs-menu-children-wrapper {
  background: unset !important;
  display: block !important;
  opacity: 1 !important;
  transition: none !important;
  overflow: visible !important;
}

.header--nav .hs-menu-wrapper .hs-menu-children-wrapper > li > a {
   color: #12233F;
   padding: 10px 20px !important;
}

.header--nav .mega-menu .hs-menu-wrapper .hs-menu-children-wrapper > li > a {
  padding: 7px 0 !important;
}

.header--nav .hs-menu-wrapper .hs-menu-children-wrapper > li {
   transition: all .3s ease;
}

.header--nav .hs-menu-wrapper .hs-menu-children-wrapper > li:hover {
   background: #D2D7DC;
}

.mega-menu .hs-menu-children-wrapper > li:hover {
  background: unset !important;
}

.header--nav .hs-menu-children-wrapper .hs-item-has-children > a:after {
   content: url(https://www.virta.global/hubfs/WEBSITE-2020/button-arrow.svg);
   float: right;
}

.lang-switcher {
   font-size: 14px;
   position: relative;
   margin-right: 2.5em; 
   padding: 19px 0 15px;
}

.header--nav .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
   left: 100%;
}

.language-select {
   padding-left: 20px;
   cursor: pointer;
}

.normal .language-select span {
   color: #12233F;
}

.language-select span {
   color: #fff;
}

.menu-dropdown-content {
   display: none;
   position: absolute;
   background: #eceff1;
   padding: 10px 15px;
   top: 56px;
   min-width: 120px;
}

.menu-dropdown-content ul {
   padding-left: 0 !important;
   margin: 0;
}

.menu-dropdown-content li {
   margin: 7px 0 !important;
}

.header--nav a.button-yellow {
   margin-right: 0;
}

.menu-dropdown-content a {
   color: #12233F;
   text-decoration: none;
}

.menu-dropdown-content a:hover {
   color: #12233F;
   text-decoration: underline;
}

.menu-dropdown-content li a > img {
   display: inline-block;
   vertical-align: middle;
   max-width: 20px;
}

.hs-menu-item.hs-menu-depth-1 {
   text-transform: uppercase;
   font-size: 14px;
}
.hs-menu-item.hs-menu-depth-2 {
   text-transform: none;
}

/* Search */

.search {
   background: #edeff1;
   display: none;
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   z-index: 9999;
   box-shadow: 0px 4px 50px rgb(47 77 106 / 50%);
}
.open-search {
   width: 18px;
   height: 18px;
   cursor: pointer;
}
.open-search svg {
   fill: #fff;
   width: 18px;
}
.open-search span {
   display: none;
}

.close-search {
   font-size: 22px;
   width: 16px;
   height: 16px;
   font-family: 'Campton Bold';
   line-height: 1;
   display: inline-block;
   position: absolute;
   right: 20px;
   top: calc(50% - 10px);
   cursor: pointer;
   color: #12233f;
}

.hs-search-field {
   position: relative;
   max-width: 700px;
   float: none;
   margin: 0 auto;
}
.hs-search-field__input {
   background: transparent !important;
   border: 0 !important;
   box-shadow: none !important;
   box-sizing: border-box;
   width: 100%;
   margin: 1rem 0 1rem !important;
   color: #12233f !important;
   font-size: 18px !important;
   font-family: 'Campton';
   height: 47px !important;
}
.hs-search-field__input:active, .hs-search-field__input:focus {
   outline: 0 !important;
   border: 0 !important;
}
.hs-search-field__input::placeholder {
   color: #12233f !important;
}

.hs-search-field__input::-webkit-input-placeholder {
   color: #12233f !important;
}
.hs-search-field__bar form {
   display: flex;
   width: 90%;
   align-items: center;
}
.hs-search-field__bar button {
   background: transparent;
   box-shadow: none !important;
   border: 0 !important;
}
.hs-search-field__bar button:active, .hs-search-field__bar button:focus {
   outline: 0 !important;
   border: 0 !important;
}
.hs-search-field__bar button svg {
   height: 20px;
   fill: #12233f;
   cursor: pointer;
}
.hs-search-field__suggestions {
   margin: 0;
   padding: 0;
   list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
   border: 0 !important;
   padding-bottom: 1em;
}
.hs-search-field__suggestions li {
   display: block;
   margin: 0;
   padding: 0;
}
.hs-search-field__suggestions #results-for {
   font-family: 'Campton Bold' !important;
}
.hs-search-field__suggestions li:before {
   display: none;  !important;
}
.hs-search-field__suggestions a {
   text-decoration: none  !important;
   color: #12233f  !important;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
   display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
   background-color: rgba(0, 0, 0, 0.1);
   outline: none;
}

.mobile-trigger { display: none; }
@media(max-width: 1099px) {
   .header {
      padding: 0;
   }
   .header--logo {
      padding-top: 1em;
   }
   .header--nav {
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
   }
   .header--nav .hs-menu-item.hs-menu-depth-1 {
      height: auto;
   }
   .hs-menu-wrapper a.button-yellow {
      margin-left: 1em;
      margin-right: 1em;
      max-width: calc(100% - 2em);
      text-align: center;
      margin-top: 2em;
      display: block;
   }
   .hs-menu-wrapper > ul {
      padding-left: 0 !important;
   }
   .language-select {
      padding-left: 15px;
      text-transform: uppercase;
      font-family: 'Campton Bold';
      margin-top: 1em;
      padding-bottom: 20px;
   }
   .lang-list a {
      margin: 15px 0;
      color: #fff;
   }
   .lang-switcher {
      padding: 5px 0;
      display: inline-block;
   }
   .language-select span:after {
      content: '';
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      pointer-events: none;
      border-color: rgba(255,255,0,0);
      border-top-color: #ff0;
      border-width: 6px;
      margin-left: 13px;
      display: inline-block;
      vertical-align: middle;
   }
   .hs-menu-wrapper .menu-dropdown-content {
      display: none;
      position: relative;
      padding-left: 15px;
      top: auto;
      padding-bottom: 0;
      background: #2f4d6a;
   }
   .header--nav .hs-menu-wrapper .hs-menu-children-wrapper {
      top: 0;
   }
   .header--nav .hs-menu-wrapper .hs-menu-children-wrapper {
      background: #2F4D6A;
   }

   /* Search */
   .hs-menu-wrapper .search {
      position: absolute;
      top: 130px;
   }
   .hs-search-field {
      max-width: 100%;
   }
   .hs-search-field button {
      display: none;
   }
   .open-search {
      font-size: 15px;
      letter-spacing: 1px;
      text-transform: uppercase;
      align-items: center;
      margin: 15px;
      width: auto;
      display: flex !important;
      -webkit-tap-highlight-color: transparent;
   }
   .open-search svg {
      display: inline-block;
      margin-right: 15px;
   }
   .hs-menu-wrapper .search {
      top: auto;
      margin-top: 5px;
      display: none;
   }
   .search input[type="text"] {
      padding-left: 15px;
      font-size: 15px !important;
      margin: 3px 0 !important;
   }
   .close-search {
      right: 15px;
      width: 15px !important;
   }
   .open-search {
      display: flex;
   }
   .open-search span {
      display: initial;
      font-family: 'Campton Bold';
   }
   .open-search svg {
      width: 20px;
   }
}

.submenu-item-description, .mega-menu li a {
  display: block;
  text-transform: none !important;
  font-family: 'Campton';
  white-space: normal !important;
}

.mega-menu ul .menu-ul {
  padding-left: 15px;
}

@media (max-width: 1099px) {
  .mega-menu li a {
    line-height: 1.432 !important;
  }
  
  .mega-menu {
    background: #455b74 !important;
  }
  
  .mega-menu .hs-menu-item a {
    color: #fff !important;
    padding: 12px 15px !important;
  }
  
  .mega-menu .hs-menu-item {
    background-color: unset !important;
  }
  
  .mega-menu .hs-menu-wrapper > ul ul ul li a {
    text-indent: 7px !important;
  }
  
  .hs-menu-wrapper .mega-menu {
    display: none;
  }
  
  .mega-menu.clicked {
    display: block !important;
  }
  
  .mega-menu__column li ul:not(.clicked) {
    display: none;
  }
  
  .mega-menu__column li img, .mega-menu__column li svg {
    display: none;
  }
  
  .submenu-item-description {
    font-size: 12px;
  }
  
  .mega-menu__column a {
    text-indent: 0 !important;
  }
  
  body {
    overflow-y: visible !important;
  }
}

@media (min-width: 1100px) {
   .hs-menu-item .child-trigger { display: none; }
   .custom-menu.js-enabled .hs-menu-wrapper { display: block !important; }
  .mega-menu .hs-menu-item:not(.hs-item-has-children) a:hover,
  .post-title a:hover {
    color: #184586;
    transform: translateX(4px);
  }
  
    .mega-menu .hs-menu-item a:not(.large-font),
    .post-title a {
      color: #19324B !important;
      font-size: 14px !important;
      letter-spacing: 0 !important;
      font-weight: 300;
    /* 	font-family: "Lato", sans-serif; */
    }
  
  .mega-menu li a.large-font {
/*     align-items: center; */
  }
}

.indent-this-item {
  padding-left: 15px;
}

.mega-menu a:hover, .mega-menu a {
  color: #184586 !important;
  width: 100%;
}

.submenu-item-description {
  white-space: pre-wrap;
  font-size: 14px;
}

.mega-menu a:hover {
  background: #D2D7DC;
}

.mega-menu ul:after {
  content: " ";
  display: table;
  clear: left;
}

.mega-menu__column li img,
.mega-menu__column li svg {
  height: auto;
  max-width: 50px;
}
 
@media (min-width: 1100px) {
  .large-font > .pt {
    padding-top: 14px;
  }
}

.no-link {
  cursor: default;
}