@charset "UTF-8";

@keyframes fadeinout {
  0% { opacity: 1; }
  50% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes fadeinslideup {
  from {
    opacity: 0;
    transform: translateY(24px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#wttw-header-full {
  position: relative;
  z-index: 1001;
  display: flex;
  flex-direction: column;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Segoe, "Segoe UI", Arial, sans-serif;
  font-size: 19px;
  font-weight: 300;
  background: #002f87;

  *, *::before, *::after {
    box-sizing: border-box;
  }

  ul {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: inherit;
  }

  a {
    color: #fff;
    text-decoration: none;
    text-transform: lowercase;
    transition: background-color 0.25s ease, color 0.25s ease, border-color 0.25s ease, opacity 0.25s ease;
  }

  .offscreen {
    clip-path: inset(100%);
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute;
    white-space: nowrap;
    width: 1px;
  }

  .wttw-header-container {
    position: relative;
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    padding: 16px 0px;
  }

  .wttw-menu {
    display: flex;
    margin: 0;
  }

  #wttw-menu-desktop-state,
  #wttw-menu-mobile-state {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
  }

  #wttw-header-upper {
    position: relative;
    z-index: 2;
    background: #002f87;

    .wttw-header-container {
      gap: 24px;
      align-items: center;
    }

    .wttw-logo-container {
      display: flex;
      align-items: center;
      height: 40px;
      flex: 0 0 auto;
    }

    a.wttw-logo {
      display: flex;
      height: 40px;
      max-width: 290px;
    }

    a.wttw-logo img {
      width: auto;
      height: 100%;
      display: block;
    }

    #wttw-header-upper-right {
      display: flex;
      align-items: center;
      justify-content: flex-end;
      height: 40px;
      min-height: 40px;
      gap: 36px;
      flex: 1 1 auto;
      min-width: 0;
    }

    #wttw-nav-compact-utility {
      display: flex;
      align-items: center;
      height: 40px;
      gap: 28px;
      flex: 0 0 auto;
      white-space: nowrap;

      > li {
        display: flex;
        align-items: center;
        height: 40px;
        flex: 0 0 auto;
      }

      a {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        gap: 6px;
        padding: 0;
        color: #fff;
        font-size: 0.95em;
        letter-spacing: 0.01em;
        line-height: 1;
      }

      a:hover,
      a:focus-visible {
        opacity: 0.8;
      }

      .utility-live-dot {
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #e30000;
        box-shadow: 0 0 10px rgba(227, 0, 0, 0.7);
        animation: fadeinout 1s 5 forwards;
        flex: 0 0 8px;
      }

      .utility-passport-icon {
        width: 16px;
        height: 16px;
        background: url("https://www.wttw.com/global/wttw-header-full/img/passport-icon-new.svg") no-repeat center center;
        background-size: contain;
        flex: 0 0 16px;
      }

      .utility-label {
        display: inline-block;
        font-size:18px;
      }
    }

    .wttw-global-search {
      flex: 0 0 auto;
      min-width: 0;
      height: 40px;
      background: transparent;

      .input-group {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        height: 40px;
      }

      .global-search-form-text {
        width: 142px;
        height: 40px;
        padding: 0 28px 0 0;
        font-size:18px;
        border: 0;
        outline: none;
        box-shadow: none;
        background: transparent url("https://www.wttw.com/global/wttw-header-compact/img/thin-search-icon.svg") no-repeat right center;
        background-size: 18px;
        color: #fff;
        font: inherit;
        text-align: right;
      }

      .global-search-form-text::placeholder {
        color: #fff;
        opacity: 1;
      }
    }

    ul.wttw-donate {
      display: flex;
      flex: 0 0 auto;

      a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        min-height: 40px;
        min-width: 100px;
        padding: 0 34px;
        background: #cc0000;
        color: #fff;
        font-size: 18px;
        border: 0;
      }

      a:hover,
      a:focus-visible {
        background: #e30000;
      }
    }

    .wttw-mobile-donate {
      display: none;

      a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 40px;
        min-height: 40px;
        min-width: 88px;
        padding: 0 20px;
        background: #cc0000;
        color: #fff;
        font-size: 0.95em;
        border: 0;
        white-space: nowrap;
      }

      a:hover,
      a:focus-visible {
        background: #e30000;
      }
    }

    .wttw-menu-desktop-btn {
      margin-bottom: 0px;
      display: inline-flex;
      position: relative;
      align-items: center;
      justify-content: center;
      width: 40px;
      height: 40px;
      flex: 0 0 40px;
      cursor: pointer;
      -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    }

    .wttw-menu-desktop-btn-icon,
    .wttw-menu-desktop-btn-icon::before,
    .wttw-menu-desktop-btn-icon::after {
      position: absolute;
      width: 28px;
      height: 2px;
      background: #fff;
      transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
      content: "";
    }

    .wttw-menu-desktop-btn-icon {
      top: 50%;
      left: 6px;
      transform: translateY(-50%);
    }

    .wttw-menu-desktop-btn-icon::before {
      top: -8px;
      left: 0;
    }

    .wttw-menu-desktop-btn-icon::after {
      top: 8px;
      left: 0;
    }

    .wttw-menu-mobile-btn,
    #wttw-menu-mobile,
    .wttw-global-search.mobile,
    .wttw-inline-search.mobile {
      display: none;
    }
  }

  #wttw-header-lower {
    position: relative;
    z-index: 1;
    background: #002f87;
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(-10px);
    transition: max-height 0.4s ease, opacity 0.3s ease, transform 0.3s ease;
    border-bottom: 0 solid transparent;

    .wttw-header-container {
      padding: 0;
      gap: 18px;
      align-items: stretch;
      min-height: 36px;
      max-height: 36px;
    }

    #wttw-nav-primary,
    #wttw-nav-secondary {
      display: flex;
      align-items: stretch;
      gap: 0;
    }

    #wttw-nav-primary {
      flex: 1 1 auto;
      min-width: 0;
    }

    #wttw-nav-secondary {
      flex: 0 0 auto;
      white-space: nowrap;
    }

    #wttw-nav-primary > li,
    #wttw-nav-secondary > li {
      display: flex;
      position: relative;
      height: 36px;
    }

    #wttw-nav-primary a,
    #wttw-nav-secondary a {
      display: flex;
      align-items: center;
      height: 36px;
      padding: 0 20px;
      border-bottom: 4px solid #002f87;
      color: #fff;
      font-size: 0.95em;
      letter-spacing: 0.02em;
    }

    #wttw-nav-primary a:hover,
    #wttw-nav-primary a:focus-visible,
    #wttw-nav-secondary a:hover,
    #wttw-nav-secondary a:focus-visible {
      background: #0063d0;
      border-bottom-color: #0093ff;
    }

    #wttw-nav-primary .has-sub > a::after {
      content: "";
      width: 12px;
      height: 12px;
      margin-left: 8px;
      background: url("https://www.wttw.com/global/wttw-header-full/img/chevron-down.svg") no-repeat center center;
      filter: brightness(80%);
      transition: transform 0.25s ease;
    }

    #wttw-nav-primary .has-sub:hover > a::after,
    #wttw-nav-primary .has-sub:focus-within > a::after {
      transform: rotate(180deg);
    }

    #wttw-nav-primary .has-sub .wttw-sub-menu {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      min-width: 320px;
      max-width: 420px;
      padding: 8px 0;
      background: #fff;
      box-shadow: 0 3px 12px rgba(0, 0, 0, 0.18);
      animation: fadeinslideup 0.25s ease;
      z-index: 20;

      a {
        color: #000;
        padding: 10px 18px;
        border-bottom: 0;
        font-size: 0.9em;
      }

      a:hover,
      a:focus-visible {
        background: #f1f1f1;
        color: #0063d0;
      }

      li.live-stream span {
        position: relative;
      }

      li.live-stream span::after {
        position: absolute;
        top: -4px;
        right: -15px;
        color: #e30000;
        content: "•";
        font-family: Georgia, serif;
        font-size: 175%;
        line-height: 1;
      }

      .wttw-chevron-right::after {
        content: "";
        width: 10px;
        height: 10px;
        margin-left: 6px;
        background: url("https://www.wttw.com/global/wttw-header-full/img/chevron-right.svg") no-repeat center center;
        filter: brightness(40%);
      }
    }

    #wttw-nav-primary .has-sub:hover .wttw-sub-menu,
    #wttw-nav-primary .has-sub:focus-within .wttw-sub-menu {
      display: block;
    }

  }

  #wttw-menu-desktop-state:checked ~ #wttw-header-upper {
    .wttw-menu-desktop-btn-icon {
      background: transparent;
    }

    .wttw-menu-desktop-btn-icon::before {
      top: 0;
      transform: rotate(-45deg);
    }

    .wttw-menu-desktop-btn-icon::after {
      top: 0;
      transform: rotate(45deg);
    }
  }

  #wttw-menu-desktop-state:checked ~ #wttw-header-upper #wttw-header-lower {
    max-height: 520px;
    opacity: 1;
    overflow: visible;
    transform: translateY(0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.18);
  }
}

.sm-wttw ul {
  position: absolute;
  width: 12em;
}

.sm-wttw ul li,
.sm-wttw.sm-rtl ul li,
.sm-wttw.sm-vertical li {
  float: none;
}

.sm-wttw a {
  white-space: nowrap;
}

.sm-wttw ul a,
.sm-wttw.sm-vertical a {
  white-space: normal;
}

.sm-wttw .sm-nowrap > li > a,
.sm-wttw .sm-nowrap > li > :not(ul) a {
  white-space: nowrap;
}

@media (max-width: 1399px) {
  #wttw-header-full {
    font-size: 17px;

    #wttw-header-upper {
      .wttw-header-container {
        padding: 16px 0px;
      }

      #wttw-header-upper-right {
        gap: 24px;
      }

      #wttw-nav-compact-utility {
        gap: 22px;

        a {
          gap: 10px;
        }
      }
    }

    #wttw-header-lower {
      .wttw-header-container {
        padding: 0;
      }

      #wttw-nav-primary a,
      #wttw-nav-secondary a {
        padding-inline: 16px;
      }
    }
  }
}

@media (max-width: 1180px) {
  #wttw-header-full {
    font-size: 16px;

    #wttw-header-upper {
      .wttw-header-container {
        gap: 18px;
      }

      a.wttw-logo {
        height: 40px;
      }

      #wttw-header-upper-right {
        gap: 14px;
      }

      #wttw-nav-compact-utility {
        gap: 18px;

        a {
          gap: 10px;
          font-size: 0.92em;
        }

        .utility-passport-icon {
          width: 16px;
          height: 16px;
          flex-basis: 16px;
        }

        .utility-live-dot {
          width: 8px;
          height: 8px;
          flex-basis: 8px;
        }
      }

      .wttw-global-search .global-search-form-text {
        width: 126px;
        background-size: 18px;
      }

      ul.wttw-donate a {
        height: 40px;
        min-height: 40px;
        min-width: 100px;
        padding-inline: 26px;
      }
    }

    #wttw-header-lower {
      .wttw-header-container {
        min-height: 36px;
        max-height: 36px;
      }

      #wttw-nav-primary a,
      #wttw-nav-secondary a {
        padding-inline: 14px;
        font-size: 0.92em;
      }
    }
  }
}

@media (max-width: 991px) {
  #wttw-header-full {
    font-size: 16px;

    #wttw-menu-desktop-state,
    #wttw-header-upper .wttw-menu-desktop-btn,
    #wttw-header-lower {
      display: none !important;
    }

    #wttw-header-upper {
      border-bottom: 0;

      .wttw-header-container {
        min-height: 70px;
        gap: 12px;
        justify-content: flex-start;
      }

      .wttw-logo-container {
        flex: 1 1 auto;
        min-width: 0;
      }

      a.wttw-logo {
        height: 40px;
        max-width: 90%;
      }

      #wttw-header-upper-right {
        display: none;
      }

      .wttw-menu-mobile-btn {
        position: relative;
        top: auto;
        right: auto;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 40px;
        height: 40px;
        flex: 0 0 40px;
        padding: 0;
        overflow: hidden;
        text-indent: 40px;
        white-space: nowrap;
        cursor: pointer;
      }

      .wttw-menu-mobile-btn-icon,
      .wttw-menu-mobile-btn-icon::before,
      .wttw-menu-mobile-btn-icon::after {
        position: absolute;
        top: 50%;
        left: 8px;
        width: 24px;
        height: 2px;
        background: #fff;
        transition: all 0.25s;
      }

      .wttw-menu-mobile-btn-icon::before {
        content: "";
        top: -7px;
        left: 0;
      }

      .wttw-menu-mobile-btn-icon::after {
        content: "";
        top: 7px;
        left: 0;
      }

      #wttw-menu-mobile-state:checked ~ .wttw-menu-mobile-btn .wttw-menu-mobile-btn-icon {
        height: 0;
        background: transparent;
      }

      #wttw-menu-mobile-state:checked ~ .wttw-menu-mobile-btn .wttw-menu-mobile-btn-icon::before {
        top: 0;
        transform: rotate(-45deg);
      }

      #wttw-menu-mobile-state:checked ~ .wttw-menu-mobile-btn .wttw-menu-mobile-btn-icon::after {
        top: 0;
        transform: rotate(45deg);
      }

      #wttw-menu-mobile-state:not(:checked) ~ #wttw-menu-mobile {
        display: none;
      }

      #wttw-menu-mobile-state:checked ~ #wttw-menu-mobile {
        display: block;
      }

      #wttw-menu-mobile {
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        padding: 1em 0 0.75em;
        background: #fff;
        color: #000;
        box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
        z-index: 9999;
        animation: fadeinslideup 0.3s ease-in-out;

        a {
          display: block;
          padding: 0.5em 2em;
          color: #000;
          font-size: 16px;
          letter-spacing: 0.025em;
        }

        a.primary {
          color: #002f87;
        }

        a.primary:hover,
        a.primary:focus-visible {
          color: #0063d0;
        }

        a.live-stream span {
          position: relative;
        }

        a.live-stream span::after {
          position: absolute;
          top: -4px;
          right: -15px;
          color: #e30000;
          content: "•";
          font-family: Georgia, serif;
          font-size: 175%;
          line-height: 1;
        }

        li.wttw-passport a {
          display: flex;
          align-items: center;
          gap: 8px;
        }

        li.wttw-passport .utility-passport-icon {
          width: 16px;
          height: 16px;
          background: url("https://www.wttw.com/global/wttw-header-full/img/passport-icon-new.svg") no-repeat center center;
          background-size: contain;
          flex: 0 0 16px;
        }

        a.support {
          color: #cc0000;
        }

        a.kids {
          color: #708209;
        }
      }

      .wttw-inline-search {
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 0;
        padding: 2px 0 0 0;
        cursor: pointer;
        flex: 0 0 auto;
      }

      .wttw-inline-search.mobile,
      .wttw-global-search.mobile {
        display: inherit !important;
      }

      .wttw-inline-search > .search-icon {
        width: 20px;
        height: 20px;
      }

      .wttw-inline-search > .wttw-global-search.mobile {
        position: absolute;
        /* top: 101%; */
        right: -20px;
        width: 50%;
        min-width: 200px;
        opacity: 0;
        visibility: hidden;
        transition: all 0.5s ease-in-out;
      }

      .wttw-inline-search:focus .wttw-global-search.mobile,
      .wttw-inline-search:focus-within .wttw-global-search.mobile,
      .wttw-inline-search:hover .wttw-global-search.mobile,
      .wttw-inline-search:active .wttw-global-search.mobile {
        opacity: 1;
        visibility: visible;
        z-index: 2;
      }

      .wttw-mobile-donate {
        display: flex;
        flex: 0 0 auto;
        align-items: center;
      }

      .wttw-global-search,
      .wttw-global-search.mobile {
        display: inherit !important;
        height: 40px;
        margin: 0 1em;
        background: #f1f1f1;

        .input-group {
          width: 100%;
          justify-content: flex-start;
        }

        .global-search-form-text {
          width: 90%;
          height: 40px;
          padding: 4px 8px;
          border: 0;
          outline: none;
          box-shadow: none;
          background: #f1f1f1;
          color: #444;
          font-size: 15px;
          text-align: left;
        }

        .global-search-form-text::placeholder {
          color: #999;
          opacity: 1;
        }
      }
    }
  }
}
