.premium-header .eyebrow {
  display: none !important;
  background-color: #11254a;
}
.header__mega-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.header__mega-menu a {
  text-decoration: none;
}
.header__mega-menu *:not(i) {
  font-family: 'Work Sans';
}
.header__hamburger {
  margin: 25px 25px 25px 14px;
  font-size: 30px;
}
.header__logo {
  width: 100px;
  -ms-grid-column-align: left;
      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 {
  background-color: #00B1E2;
  padding: 6px 18px;
  color: #fff;
  font-size: 17px;
}
@media screen and (min-width: 280px) {
  .header__cta {
    font-size: 14px;
    max-width: 40%;
    margin-left: auto;
  }
}
.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%;
}
.header__menu > nav > ul > li a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__menu > nav > ul > li a:hover {
  opacity: 0.6;
}
.header__menu > nav > ul > li > a, .header__menu > nav > ul > li .header__link-wrapper {
  background: #1b3a73;
  /*width: calc(100% - 32px);*/
  padding: 8px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
}
.header__menu > nav > ul > li .header__link-wrapper__sublist {
  padding: 0;
  background-color: transparent;
}
.header__link-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__link-wrapper a, .header__link-wrapper .expand-trigger {
  display: block;
  color: #fff;
}
.header__link-wrapper .expand-trigger {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header__link-wrapper .expand-trigger i {
  display: block;
  text-align: right;
  font-size: 24px;
}
.header__item-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}
.header__item-content.open {
  max-height: 99rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__subitem {
  padding: 1rem 1rem 0;
}
.header__subitem:last-child {
  padding-bottom: 1rem;
}
.header__subitem * {
  color: #fff;
}
.header__subitem a {
  color: #00B1E2;
}
.header__subitem h4 {
  font-size: 14px;
  margin-bottom: 1.2em;
}
.header__subitem h4 a {
  color: #fff;
}
.header__subitem h3 {
  font-size: 16px;
  margin-bottom: 0;
}
.header__subitem p {
  font-size: 12px;
  margin-top: 0;
}
.header__subitem__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  max-width: calc(100% - 62px);
  -ms-flex-item-align: center;
      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;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  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;
  -o-object-fit: contain;
     object-fit: contain;
}
.header__subitem__resource a img {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.header__subitem__resource a img:hover {
  opacity: 0.6;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    .header__subitem {
      width: 360px;
    }
    .header__subitem > div {
      width: 100%;
    }
  .header__item-content {
           justify-content: flex-start !important;
           -ms-flex-pack: start !important;
      }
  }
@media screen and (min-width: 850px) {
  .premium-header .eyebrow {
    display: block !important;
  }
  .header__mega-menu {
    padding: 8px 0 14px;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .header__hamburger {
    display: none;
  }
  .header__logo {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: auto;
  }
  .header__menu {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto;
  }
  .header__menu > nav > ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: transparent;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .header__menu nav > ul > li {
    width: auto;
    cursor: pointer;
  }
  .header__menu nav > ul > li .header__item-content {
    -webkit-transform: translate(0, 39px);
            -ms-transform: translate(0, 39px);
        transform: translate(0, 39px);
  }
  .header__menu nav > ul > li:hover .header__item-content {
    visibility: visible;
    opacity: 1;
    -webkit-transition-delay: 0.1s;  
    -o-transition-delay: 0.1s; 
    transition-delay: 0.1s; 
    -webkit-transform: translate(0, 39px);
            -ms-transform: translate(0, 39px);
        transform: translate(0, 39px);
  }
  .header__menu nav > ul > li:hover .expand-trigger i {
    -webkit-transform: translateX(6px) rotate(-180deg);
            -ms-transform: translateX(6px) rotate(-180deg);
        transform: translateX(6px) rotate(-180deg);
        opacity: 0.6;
  }
  .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__cta {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: auto;
  }
  .header__menu .header__cta {
    display: none;
  }
  .header__cta .btn {
    font-size: 18px;
    padding: 7px 30px 8px;
  }
  .header__link-wrapper .expand-trigger i {
    -webkit-transform: translateX(6px);
            -ms-transform: translateX(6px);
        transform: translateX(6px);
    -webkit-transform-origin: center;
            -ms-transform-origin: center;
        transform-origin: center;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__link-wrapper__sublist .expand-trigger {
    display: none;
  }
  .header__item-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: initial;
    opacity: 0;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    -webkit-transition-delay: 0.3s;  
    -o-transition-delay: 0.3s; 
    transition-delay: 0.3s; 
    visibility: hidden;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row;
            flex-flow: row;
    position: absolute;
    -webkit-transform: translate(0, 24px);
            -ms-transform: translate(0, 24px);
        transform: translate(0, 24px);
    background-color: #11254A;
    padding: 27px 4px 33px;
  }
  .header__item-content:before {
    content: "";
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    -webkit-transform: translate(0, -35%) rotate(45deg);
            -ms-transform: translate(0, -35%) rotate(45deg);
        transform: translate(0, -35%) rotate(45deg);
    background-color: #11254A;
  }
  li:nth-child(1) .header__item-content:before {
    left: 262px;
  }
  li:nth-child(2) .header__item-content:before {
    left: 382px;
  }
  .header__subitem {
    max-width: 280px;
    padding: 0 18px 5px;
  }
  .header__subitem h6 {
    font-size: 10px;
  }
  .header__subitem h4 {
    font-size: 16px;
  }
  .header__subitem h3 {
    font-size: 16px;
    margin-bottom: 6px;
    margin-top: 0;
    max-width: 300px;
  }
  @supports (grid-auto-rows: 100px) {
    .header__subitem h3 {
      max-width: none;
    }
  }
  .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 li {
    font-size: 14px;
  }
  .header__subitem__copy:not(:last-child) {
    border-right: 1px solid #fff;
  }
  .header__subitem__menu ul {
    margin-top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .header__subitem__menu ul li a {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
  .header__subitem__menu ul li a:hover {
    opacity: 0.6;
  }
  .header__subitem__resource img {
    display: none;
  }
}
@media screen and (min-width: 1080px) {
    li:nth-child(1) .header__item-content:before {
      right: 526px;
      left: auto;
    }
    li:nth-child(2) .header__item-content:before {
        right: 420px;
      left: auto;
    }
}
@media screen and (min-width: 1200px) {
  .header__menu {
    padding-left: 50px;
  }
  .header__menu > nav > ul > li {
    font-size: 18px;
  }
  .header__subitem {
    max-width: 280px;
    padding: 0 36px 10px;
  }
  .header__subitem h6 {
    font-size: 14px;
  }
  .header__subitem h4 {
    font-size: 18px;
  }
  .header__subitem h3 {
    font-size: 24px;
    margin-bottom: 15px;
    margin-top: 0;
  }
  .header__subitem p {
    font-size: 16px;
    padding: 0 24px;
    width: auto;
  }
  .header__subitem li {
    font-size: 18px;
  }
  .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: -ms-grid;
      display: grid;
      -ms-grid-columns: 2fr 16px 3fr;
      grid-template-columns: 2fr 3fr;
      grid-gap: 16px;
      max-width: 560px;
    }
  }
}
@media screen and (min-width: 850px) {
    .header__item-content {
        left: 0;
        width: calc(50% + 322px);
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .header__subitem__copy {
        -ms-flex-item-align: center;
            -ms-grid-row-align: center;
            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:not(:last-child) {
        padding-right: 0;
        max-width: 296px;
        margin: 0 0 0 8px;
    }
    .header__subitem__menu:last-child {
            padding-right: 70px;
            padding-left: 54px;
            max-width: 362px;
            margin: 0;
    }
    .header__subitem__resource {
        max-width: 505px;
    }
  .header__mega-menu li:nth-child(2) .header__subitem__menu:last-child {
    max-width: 420px;
    padding-right: 129px;
}
}
@media screen and (min-width: 850px) and (-ms-high-contrast: active), (-ms-high-contrast: none) {
   .header__subitem__resource {
        width: 505px;
    }
}
@media screen and (max-width: 849px) {
  .header__menu>nav>ul>li {
    max-width: calc(100% - 48px);
    border-bottom: 1px solid #00558C;
    margin: 0 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 h4, .header__subitem__resource h4 a {
    margin: 0 0 12px;
    padding: 0;
    color: #02bae6; 
} */

.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__subitem h3 {
    font-size: 14px;
}
  .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;
}
}


.header__cta .btn {
      border-radius: 0;
}
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;
}
