.premium-header .eyebrow {
  display: none !important;
  background-color: #11254a;
}
.header__mega-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
.header__mega-menu a {
  text-decoration: none;
}
.header__mega-menu *:not(i) {
  font-family: 'Corbel', 'Work Sans';
}
.header__hamburger {
  margin: 25px 25px 25px 14px;
  font-size: 30px;
}
.header__logo {
  width: 100px;
  justify-self: left;
  overflow: hidden;
  margin: 25px 14px 25px;
}
.header__logo a {
  width: 100%;
}
.header__logo img {
  -o-object-fit: contain;
  object-fit: contain;
  max-width: 100%;
}
.header-container .header__logo .hs_cos_wrapper_type_logo a img {
  margin-top: 0;
}
.header__cta {
  font-size: 8px;
  max-width: 30%;
}
.header__cta .btn {
  margin: 0;
  padding: 16px 38px;
  color: #fff;
  font-size: 17px;
  position: relative;
  background: #112C63;
  /*background: none !important;*/
  border: none;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: -0.37px;
  border-radius: 24px 0 24px 0;
}
/*.header__cta .btn:before {
  content: '';
  display: block;
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: skew(-15deg);
  background-color: #00B1E2;
  transition: all .3s linear;
}
.header__cta .btn:hover:before {
  background: #00558c;
  border-color: #00558c;
}*/
.header__menu {
  height: 100%;
  display: none;
  width: 100%;
}
.header__menu ul {
  list-style: none;
  padding: 0;
}
.header__menu > nav > ul {
  background: #11254A;
  margin: 0;
}
.header__menu > nav > ul > li {
  width: 100%;
  font-size: 16px;
}
.header__menu > nav > ul > li a {
  transition: all 0.3s ease;
}
.header__menu > nav > ul > li .header__link-wrapper > a {
  white-space: nowrap;
}
.header__menu > nav > ul > li > a,
.header__menu > nav > ul > li .header__link-wrapper {
  background: #1b3a73;
  padding: 8px 20px;
  display: flex;
  color: #fff;
  
  
  font-weight: 400;
  font-size: 16px;
  color: #11254A;
  letter-spacing: -0.34px;
}
.header__menu > nav > ul > li a:hover {
  text-decoration: underline;
}
.header__menu > nav > ul > li .header__link-wrapper__sublist {
  padding: 0;
  background-color: transparent;
}
.header__link-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}
.header__link-wrapper a, .header__link-wrapper .expand-trigger {
  display: block;
  color: #fff;
}
.header__link-wrapper .expand-trigger {
  flex-direction: row;
  flex-grow: 1;
  justify-content: flex-end;
}
.header__link-wrapper .expand-trigger i {
  display: block;
  text-align: right;
  font-size: 7px;
  font-style: normal;
  font-size: 7px;
}
.header__item-content {
  flex-direction: column;
  display: none;
}
.header__item-content.open {
  max-height: 99rem;
  transition: all 0.3s ease;
}
.header__subitem {
  padding: 1rem 1rem 0;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: -0.54px;
  line-height: 19px;
}
.header__subitem:last-child {
  padding-bottom: 1rem;
}
.header__subitem * {
  color: #fff;
}
.header__subitem a {
  color: #fff;
}
.header__subitem h4 {
  font-size: 14px;
  margin-bottom: 1.2em;
}
.header__subitem h4 a {
  color: #fff;
}
.header__subitem h3 {
  font-weight: 600;
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: -0.65px;
  line-height: 1.5;
  margin: 0;
  width: 100%;
}
@media (min-width: 1025px) {
  .header__subitem h3:after {
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #fff;
    margin: 13px 0 17px;
  }
}
.header__subitem h3 a {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0;
  line-height: 16px;
  text-transform: uppercase;
}
.header__subitem p {
  font-size: 12px;
  margin-top: 0;
}
.header__subitem__copy {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  max-width: calc(100% - 62px);
  align-self: center;
  margin: 0 auto;
  padding-top: 32px;
}
.header__subitem__copy p:last-child {
  margin-bottom: 0;
}
.header__subitem__menu ul {
  /*   display: none; */
  line-height: 1.2;
  margin-top: 10px;
}
.header__subitem__menu ul li {
  margin-bottom: 0.46666em;
}
.header__subitem__resource h6 {
  margin: 8px 0 0;
  text-transform: uppercase;
  color: #00B1E2;
}
.header__subitem__resource h4 {
  margin: 11px 0 15px;
}
.header__subitem__resource h4 a {
  color: #fff;
  transition: all 0.3s ease;
}
.header__subitem__resource h4 a:hover {
  opacity: 0.6;
}
.header__subitem__resource img {
  max-height: 140px;
  margin: 8px 0 18px;
  object-fit: contain;
}
.header__subitem__resource a img {
  transition: all 0.3s ease;
}
.header__subitem__resource a img:hover {
  opacity: 0.6;
}


.header__subitem__menu ul li a:hover {
  color: #fff;
  text-decoration: underline;
}

@media screen and (min-width: 1025px) {
  .premium-header .eyebrow {
    display: block !important;
  }
  .header__mega-menu {
    padding: 8px 0 14px;
    justify-content: flex-start;
  }
  .header__hamburger {
    display: none;
  }
  .header__logo {
    order: 1;
    flex-grow: 0;
    width: auto;
  }
  .header__menu {
    order: 2;
    display: flex;
    flex-direction: row;
    width: auto;
    flex-grow: 1;
  }
  .header__menu > nav {
    width: 100%;
  }
  .header__menu > nav > ul {
    flex-flow: row;
    display: flex;
    background-color: transparent;
    align-items: center;
    justify-content: flex-end;
    position: relative;
  }
  .header__menu nav > ul > li {
    width: auto;
    cursor: pointer;
   /*position: relative;*/
  }
  .header__menu nav > ul > li .header__item-content {
    /*left: 50%;*/
    transform: translate(-50%, 47px);
  }
  .header__menu nav > ul > li:hover .header__item-content {
    visibility: visible;
    opacity: 1;
    transition-delay: 0.1s; 
  }
  .header__menu nav > ul > li:hover .expand-trigger i {
    transform: rotate(-180deg);
  }
  .header__menu nav > ul > li > a, .header__menu nav > ul > li > .header__link-wrapper {
    background-color: transparent;
    color: #00558C;
  }
  .header__menu nav > ul > li > a a, .header__menu nav > ul > li > a i, .header__menu nav > ul > li > .header__link-wrapper a, .header__menu nav > ul > li > .header__link-wrapper i {
    color: #00558C;
  }
  .header__menu nav ul li .header__link-wrapper__sublist {
    width: 100%;
  }
  .header__link-wrapper .expand-trigger i {
    transition: all 0.3s ease;
    margin-left: 6px;
  }
  .header__link-wrapper__sublist .expand-trigger {
    display: none;
  }
  .header__item-content {
    display: flex;
    cursor: initial;
    opacity: 0;
    transition: all 0.3s ease;
    transition-delay: 0.3s; 
    visibility: hidden;
    flex-flow: row;
    position: absolute;
    transform: translate(0, 24px);
    background-color: #11254A;
    padding: 27px 4px 33px;
  }
  
  .header__item-content.has-social,
  .header__item-content.has-featured {
    display: block !important;
  }
  .header__subitem {
    max-width: 280px;
    padding: 0 18px 5px;
  }
  .header__subitem h6 {
    font-size: 10px;
  }
  .header__subitem h4 {
    font-size: 16px;
  }
  .header__subitem p {
    font-size: 14px;
    padding: 0 12px;
    max-width: 500px;
  }
  @supports (grid-auto-rows: 100px) {
    .header__subitem p {
      max-width: none
    }
  }
  
  .header__subitem__menu ul {
    margin-top: 0;
    display: flex;
    flex-direction: column;
  }
  .header__subitem__menu ul li a {
    transition: all 0.3s ease;
  }
  .header__subitem__resource img {
    display: none;
  }

  .header__cta {
    margin-left: 20px;
  }
  
  
  .header__search #search {
    margin-left: 20px;
    display: block;
    position: relative;
    width: 20px;
    height: 20px;
  }
  
  .header__search #search .search-open,
  .active #search .search-closed {
    opacity: 0;
    pointer-events: none;
  }
  
  .active #search .search-open {
    opacity: 1;
    pointer-events: initial;
  }
  
  #search > div {
    cursor: pointer;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
  }
}
@media screen and (min-width: 1200px) {
  .header__menu {
    padding-left: 20px;
  }
  .header__subitem {
    max-width: 280px;
    padding: 0 36px 10px;
  }
  .header__subitem h6 {
    font-size: 14px;
  }
  .header__subitem h4 {
    font-size: 18px;
  }
  .header__subitem p {
    font-size: 16px;
    padding: 0 24px;
    width: auto;
  }
  .header__subitem__resource {
    display: flex;
    flex-direction: row;
  }
  .header__subitem__resource .header__subitem__resource img, .header__subitem__resource a {
    flex: 1 0 40%;
  }
  .header__subitem__resource img {
    display: block;
    max-height: none;
    max-width: 100%;
    margin: initial;
  }
  @supports (grid-auto-rows: 100px) {
    .header__subitem__resource {
      display: grid;
      grid-template-columns: 2fr 3fr;
      grid-gap: 16px;
      max-width: 560px;
    }
  }
}
@media screen and (min-width: 1025px) {
  .header__item-content {
    justify-content: flex-end;
  }
  .header__subitem__copy {
    align-self: center;
    margin: 0 0 0 auto;
    padding: 0px 12px 10px;
  }
  @supports (grid-auto-rows: 100px) {
    .header__subitem__copy {
      max-width: 312px;
      width: auto;
    }
  }
  .header__subitem__menu:last-child {
    padding-right: 70px;
    padding-left: 54px;
    max-width: 362px;
    margin: 0;
  }
  .header__subitem__resource {
    max-width: 505px;
  }
  
  

  .header__item-content.has-content-section {
    padding: 0;
    border-right: none !important;
  }
  

  .header__item-content.has-content-section > div {
    padding: 50px 50px 40px;
    width: 314px;
  }

  .header__item-content.has-content-section .header__subitem__menu:not(.header__subitem__content-section) {
    background: #005590;
  }

  .header__item-content.has-content-section .header__subitem__menu:not(:last-child) {
    border-right: 1px solid #fff;
  }



  .header__item-content.has-featured {
    padding: 0;
    display: block;
  }

  .header__item-content.has-featured .header__subitem__menu:not(:first-child) {
    padding: 30px;
    width: 570px;
    max-width: 100% !important;
    margin: 0;
    background: #005590;
  }

  .header__item-content.has-featured .header__subitem__featured {
    width: 570px;
    max-width: 100%;
    padding: 15px 20px;
    flex-direction: row;
  }

  .header__item-content.has-featured .header__subitem__featured img {
    width: 50px;
    margin-right: 12px;
  }

  .header__item-content.has-featured .header__subitem__featured div {
    width: calc(100% - 62px);
    text-align: left;
  }

  .header__item-content.has-featured .header__subitem__featured div p {
    font-weight: 600;
    padding: 0;
  }

  .header__item-content.has-featured .header__subitem__featured div p {
    font-weight: 600;
  }

  .header__item-content.has-featured ul {
    justify-content: space-between;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .header__item-content.has-featured ul li {
    width: 48%;
  }




  .header__item-content.has-social {
    padding: 0;
    display: block;
  }

  .header__item-content.has-social .header__subitem__menu:not(:last-child) {
    padding: 30px;
    width: 275px;
    max-width: 100%;
  }


  .header__item-content.has-social .header__subitem_social {
    width: 275px;
    max-width: 100%;
    padding: 15px 20px;
    background: #005590;
  }

  .header__item-content.has-social .header__subitem_social a {
    color: #fff;
  }
}

ul.top-header-links.social-links {
  padding-top: 8px;
  padding-bottom: 8px;
}
.premium-header #top-header {
  padding: 4px 0;
}
.premium-header #top-header {
  background-color: #11254a;
}





.header__item-content.has-social .header__subitem_social i {
  display: inline-block;
  background: #fff;
  width: 23px;
  height: 23px;
  line-height: 23px;
  color: #11254A;
  margin-right: 8px;
  text-align: center;
  font-size: 14px;
}



.header__search_form {
  position: absolute;
  opacity: 0;
  pointer-events: none;
  transition: all .3s;
  width: calc(100% - 32px);
  top: 0;
  height: 47px;
  right: 0;
  background: #fff;
}

.header__search_form_close {
  position: absolute;
  top: 9px;
  right: 8px;
  cursor: pointer;
}

.header__search.active .header__search_form {
  opacity: 1;
  right: 32px;
  pointer-events: initial;
}

.header__search_form form {
  display: flex;
}

.header__search_form form .hs-form-field {
  width: calc(100% - 57px);
  margin: 0;
  border: 1px solid #11254A;
}

.header__search_form .hs-form-field:not(.is-floating) > label {
  font-size: 11px;
  top: 11px;
}

.header__search_form form .hs-form-field input {
  min-height: 47px;
  height: 47px;
  border-radius: 0;
  font-size: 14px;
  width: 100%;
}

.header__search_form form button {
  width: 57px;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  cursor: pointer;
  transition: all .3s;
  background: #11254A;
}

.header__search_form form button:hover {
  background: #000;
}




@media screen and (max-width: 1024px) {
  .header__mega-menu {
    flex-wrap: wrap;
  }
  .header__menu>nav>ul>li {
    max-width: calc(100% - 48px);
    border-bottom: 1px solid #00558C;
    margin: 0 auto;
  }
  
  .header__menu>nav>ul>div {
    max-width: calc(100% - 48px);
    margin-left: auto;
    margin-right: auto;
  }

  .header__menu>nav>ul>li>a, .header__menu>nav>ul>li .header__link-wrapper {
    background-color: inherit;
    padding: 8px 0;
  }

  .header__mega-menu .header__subitem__copy {
    display: block;
    padding: 10px 0 0 0;
    text-align: left;
    max-width: 100%;
  }
  .header__mega-menu .header__subitem__copy img, .header__mega-menu .header__subitem__copy p, .header__subitem__resource img, .header__subitem__resource p, .header__subitem__resource h6, .header__subitem h4, .header__subitem__resource h4 a {
    display: none;
  }

  .header__subitem {
    padding: 0;
  }

  .header__subitem__menu ul li {
    font-size: 14px;
    padding-left: 10px;
    line-height: 1;
    padding-bottom: .6em;
  }
  .header__menu>nav>ul {
    padding: 12px 0 26px;
  }

  .header__menu>nav>ul>li:nth-last-child(2) {
    border-bottom: none;
  }
  .header__menu .header__cta {
    margin-right: auto;
    margin-top: 10px;
    text-align: center;
  }
  

  ul .header__cta .btn {
    background-color: #00B1E2 !important;
    margin-bottom: 10px;
  }
  ul .header__cta .btn:hover {
    background: #00558c !important;
  }
  ul .header__cta .btn:before {
    display: none;
  }
  
  .header__search #search {
    display: none;
  }
  
  .header__search_form {
    position: relative;
    width: 100%;
    opacity: 1;
    top: unset;
    right: unset;
    pointer-events: initial;
  }
  
  .header__search_form form button {
    background: #00B1E2;
  }
}
.header__subitem__offer img {
  margin-bottom: 15px;
}
.header__subitem__offer p {
  padding: 0;
}
.header__subitem__offer h3 {
  margin-bottom: 10px;
}
.header__subitem__offer h3::after {
  display: none;
}