.header {
  height: 65px;
  background-color: rgba(0, 0, 0, 0.85);
  display: -ms-flexbox;
  display: flex;
  padding: 0 1rem;
  width: 100%;
  z-index: 10;
  position: absolute; }
  .header.js-menu-open {
    background-color: #000;
    padding: 0 17px 0 1rem; }
  @media (min-width: 55em) {
    .header {
      padding: 0 5%; }
      .header.js-menu-open {
        padding: 0 calc(5% + 15px) 0 5%; } }
  .header.header__solid {
    background-color: #000;
    position: relative; }

.header__menus-container {
  height: 100%;
  z-index: 30; }
  .header__menus-container .header__links-menu,
  .header__menus-container .header__links-item {
    height: 100%; }
  .header__menus-container .header__links-item {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .header__menus-container .header__links-item:last-child {
      background-color: #f0b310;
      padding: 0 1.2rem; }
      .header__menus-container .header__links-item:last-child a {
        color: #000; }

.header__menus {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  width: 50%; }
  @media (min-width: 55em) {
    .header__menus {
      width: 45.26%; } }
  .header__menus.header__region {
    z-index: 20;
    -ms-flex-pack: end;
    justify-content: flex-end; }

.header__resources {
  width: 50%; }
  @media (min-width: 55em) {
    .header__resources {
      display: -ms-flexbox;
      display: flex;
      width: 45.26%; } }

.header__region {
  -ms-flex-align: center;
  align-items: center;
  z-index: 30;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.header__links-menu {
  display: none;
  -ms-flex-align: center;
  align-items: center; }
  .header__mobile .header__links-menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center; }
  @media (min-width: 55em) {
    .header__links-menu {
      display: -ms-flexbox;
      display: flex; } }
  .header__links-menu a {
    color: #FFF;
    text-decoration: none;
    text-transform: uppercase; }

.header__links-item {
  margin-right: 1rem; }
  .header__links-item:first-child {
    margin-left: 1rem; }

.header__site-logo {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 30; }
  @media (min-width: 55em) {
    .header__site-logo {
      position: relative;
      left: inherit;
      transform: none;
      width: 9.47%;
      min-width: 120px; }
      .js-menu-open .header__site-logo {
        left: inherit; } }

.header__mobile {
  background: #000;
  position: fixed;
  left: 0;
  top: 0;
  right: -100%;
  bottom: 0;
  z-index: 9;
  overflow: scroll;
  opacity: 0;
  visibility: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  transition: right 0.3s ease-in-out, visibility 0.3s ease-in-out, opacity 0.3s ease-in-out; }
  .header__mobile .header__links-menu,
  .header__mobile .header__links-item {
    height: 100%; }
  .header__mobile .header__links-item {
    -ms-flex-align: center;
    align-items: center;
    display: -ms-flexbox;
    display: flex; }
    .header__mobile .header__links-item:last-child {
      background-color: #f0b310;
      padding: 0.8rem; }
      .header__mobile .header__links-item:last-child a {
        color: #000; }
  .header__mobile nav {
    width: 100%; }
  .header__mobile ul {
    width: 100%; }
  .header__mobile.js-menu-open {
    right: 0;
    opacity: 1;
    visibility: visible;
    padding-top: 80px; }
  @media (min-width: 55em) {
    .header__mobile {
      -ms-flex-align: center;
      align-items: center;
      overflow: hidden;
      display: none; } }

.header__alert {
  background-color: #9b2743;
  color: #FFF;
  padding: 2rem; }
  @media (min-width: 64em) {
    .header__alert {
      padding: 2rem 5%; } }

.header__megamenu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 140px;
  width: 100%;
  position: relative;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 2em; }
  .header__megamenu .header__logo {
    display: block;
    height: 140px;
    width: 250px;
    top: 0;
    left: 0; }
  .header__megamenu .site-logo {
    filter: none; }
  .header__megamenu .navigation {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: left;
    justify-content: left; }
    .header__megamenu .navigation ul {
      list-style-type: none;
      margin: 0 auto;
      margin-left: 100px; }
    .header__megamenu .navigation li {
      list-style-type: none;
      display: inline-block;
      font-size: 0.9rem;
      color: #666;
      padding: 0; }
      .header__megamenu .navigation li.dropdown > .dropdown-toggle .caret {
        display: none; }
      @media (min-width: 64em) {
        .header__megamenu .navigation li {
          padding: 15px 10px;
          font-size: 1.2em; } }
      .header__megamenu .navigation li.dropdown.active > .dropdown-toggle {
        color: #666;
        background-color: transparent;
        text-decoration: underline; }
      .header__megamenu .navigation li.dropdown.open > .dropdown-toggle,
      .header__megamenu .navigation li.dropdown.open.active > .dropdown-toggle {
        color: #666;
        background-color: #eee; }
      .header__megamenu .navigation li a,
      .header__megamenu .navigation li .tb-megamenu-no-link {
        color: #666;
        border: 0;
        font-weight: normal; }
        .header__megamenu .navigation li a:hover, .header__megamenu .navigation li a:focus,
        .header__megamenu .navigation li .tb-megamenu-no-link:hover,
        .header__megamenu .navigation li .tb-megamenu-no-link:focus {
          text-decoration: none;
          color: #666;
          background-color: #eee; }
      .header__megamenu .navigation li.open a {
        text-decoration: none;
        color: #666;
        background-color: #eee; }
      .header__megamenu .navigation li .main-menu-sub {
        display: none; }
        .header__megamenu .navigation li .main-menu-sub ul {
          margin: 0; }
          .header__megamenu .navigation li .main-menu-sub ul li {
            display: block;
            font-size: inherit; }

@media only screen and (max-width: 1000px) {
  .fullscreen__menu {
    display: none; } }

@media only screen and (min-width: 1001px) {
  .header {
    display: none; } }

.tbm.tbm-main {
  background-color: transparent; }
  .tbm.tbm-main .tbm-row {
    padding-left: 100px;
    padding-right: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
    column-gap: 2.564102564102564%; }
  .tbm.tbm-main .tbm-item {
    border-right: 0; }
  .tbm.tbm-main .tbm-item > .tbm-submenu {
    min-width: 70vw;
    box-sizing: border-box;
    position: absolute;
    left: 0;
    max-height: 0;
    overflow: hidden;
    display: block;
    transition: max-height 0.2s ease-out;
    transition-delay: 0.1s;
    border: 0;
    box-shadow: none;
    background-color: #eee;
    padding: 0; }
  .tbm.tbm-main .tbm-item.open > .tbm-submenu {
    max-height: 400px;
    display: block;
    overflow: auto; }
  .tbm.tbm-main tbm-nav.level-0.items-6 li:last-child {
    margin-left: auto;
    border-left: 1px solid #ddd; }
  .tbm.tbm-main .tbm-column .tbm-column-inner {
    border-right: solid 1px #ccc;
    padding: 10px; }
  .tbm.tbm-main .tbm-column:last-child .tbm-column-inner {
    border: 0; }
  .tbm.tbm-main .tbm-subnav {
    margin: 0; }
    .tbm.tbm-main .tbm-subnav .tbm-item {
      display: block; }
  .tbm.tbm-main .tbm-subnav > li a,
  .tbm.tbm-main .tbm-submenu .tbm-subnav > li a,
  .tbm.tbm-main .tbm-subnav > li .tbm-no-link,
  .tbm.tbm-main .tbm-submenu .tbm-subnav > li .tbm-no-link {
    display: inline-block;
    color: #444;
    position: relative;
    overflow: hidden;
    border-top: 0;
    font-size: 0.8em;
    padding: 5px 0;
    -ms-flex-positive: 0;
    flex-grow: 0; }
    .tbm.tbm-main .tbm-subnav > li a::after,
    .tbm.tbm-main .tbm-submenu .tbm-subnav > li a::after,
    .tbm.tbm-main .tbm-subnav > li .tbm-no-link::after,
    .tbm.tbm-main .tbm-submenu .tbm-subnav > li .tbm-no-link::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 2px;
      background-color: #666;
      transition: transform 0.3s ease-in-out;
      transform: translate3d(-100%, 0, 0); }
    .tbm.tbm-main .tbm-subnav > li a:hover::after,
    .tbm.tbm-main .tbm-submenu .tbm-subnav > li a:hover::after,
    .tbm.tbm-main .tbm-subnav > li .tbm-no-link:hover::after,
    .tbm.tbm-main .tbm-submenu .tbm-subnav > li .tbm-no-link:hover::after {
      opacity: 1;
      transform: translate3d(0, 0, 0);
      color: #000; }
    .tbm.tbm-main .tbm-subnav > li a:hover,
    .tbm.tbm-main .tbm-submenu .tbm-subnav > li a:hover,
    .tbm.tbm-main .tbm-subnav > li .tbm-no-link:hover,
    .tbm.tbm-main .tbm-submenu .tbm-subnav > li .tbm-no-link:hover {
      color: #000; }
  .tbm.tbm-main .tbm-subnav > li:first-child a,
  .tbm.tbm-main .tbm-submenu .tbm-subnav > li:first-child a,
  .tbm.tbm-main .tbm-subnav > li:first-child .tbm-no-link,
  .tbm.tbm-main .tbm-submenu .tbm-subnav > li:first-child .tbm-no-link {
    padding-top: 0; }

/* Media queries for menu */
@media only screen and (max-width: 1200px) {
  .tbm-submenu {
    width: calc(98vw - 4em);
    position: fixed;
    margin: 0 2em;
    box-sizing: border-box; } }

.tbm-submenu::after {
  content: ' ';
  display: block;
  width: 100%;
  height: 4px;
  background-color: #f0b310; }

/* header bar */
.header__bar {
  background-color: #000;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: auto; }

.main-menu__ham {
  margin: 0; }
  @media screen and (min-width: 1001px) {
    .main-menu__ham {
      display: none; }
      .main-menu__ham.js-menu-open {
        display: block; } }

@media screen and (min-width: 1001px) {
  .main-menu__toggle {
    padding: 0; } }

@media (min-width: 55em) {
  .header__bar .header__menus {
    width: auto; }
  .header__bar .header__menus ul li:last-child {
    margin-right: 0; } }
