@charset "UTF-8";
/*
**
**  WTTW Global Header
**  Author: Justin Henderson
**
*/
@keyframes fadeinout {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeinslideup {
  from {
    opacity: 0;
    transform: translateY(50px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
#wttw-header-full {
  position: relative;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Segoe, "Segoe UI", Arial, sans-serif;
  font-weight: 300;
  font-size: 19px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 1001;
  /*
  **  Lower Header/Nav
  */
  /*
  ** Collapsed Header
  */
}
#wttw-header-full ul {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Segoe, "Segoe UI", Arial, sans-serif;
  list-style: none;
  margin: 0;
  padding: 0;
}
#wttw-header-full a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Segoe, "Segoe UI", Arial, sans-serif;
  text-decoration: none;
  color: #000;
  text-transform: lowercase;
  transition: 0.3s all ease-in-out;
}
#wttw-header-full .wttw-header-container {
  display: flex;
  position: relative;
  max-width: 1400px;
  box-sizing: border-box;
  justify-content: space-between;
  flex: 0 1 100%;
  margin: 0 auto;
  padding: 0px 15px 0px 15px;
}
#wttw-header-full .wttw-header-container ul.wttw-menu {
  list-style: none;
  display: flex;
  margin-top: 0;
  margin-bottom: 0;
}
#wttw-header-full #wttw-header-upper {
  background-color: #002f87;
  box-sizing: border-box;
  display: flex;
  flex: 1 0 70px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  /*
  ** Social
  */
  /* hide the mobile button in desktop view */
  /* hide menu state checkbox (keep it visible to screen readers) */
  /*
  **  Global Search
  */
}
#wttw-header-full #wttw-header-upper .wttw-logo-container {
  display: flex;
  -webkit-flex: 1 0 0%;
  flex: 1 0 0%;
  align-items: center;
}
#wttw-header-full #wttw-header-upper .wttw-logo-container a.wttw-logo {
  width: inherit;
  height: 40px;
  max-width: 90%;
  display: flex;
}
#wttw-header-full #wttw-header-upper .wttw-logo-container a.wttw-logo img {
  width: auto;
  height: 100%;
}
#wttw-header-full #wttw-header-upper #wttw-header-upper-right {
  display: flex;
  position: relative;
  flex: 0 1 auto;
  flex-flow: row wrap;
  padding: 0.5em 0;
  justify-content: flex-end;
}
#wttw-header-full #wttw-header-upper #wttw-header-upper-right ul.wttw-donate {
  display: none;
}
#wttw-header-full #wttw-header-upper .wttw-social {
  display: flex;
}
#wttw-header-full #wttw-header-upper .wttw-social a {
  display: inline-flex;
  border-radius: 100em;
}
#wttw-header-full #wttw-header-upper .wttw-social a:hover {
  opacity: 0.8;
}
#wttw-header-full #wttw-header-upper .wttw-social a img {
  margin: 6px 6px 0;
  width: 20px;
  height: 20px;
  line-height: 20px;
}
#wttw-header-full #wttw-header-upper .wttw-menu-mobile-btn,
#wttw-header-full #wttw-header-upper ul#wttw-menu-mobile {
  display: none;
}
#wttw-header-full #wttw-header-upper #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-full #wttw-header-upper .wttw-global-search {
  flex: 1 100%;
  background: transparent;
}
#wttw-header-full #wttw-header-upper .wttw-global-search .input-group {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  -webkit-align-items: flex-end;
  align-items: flex-end;
}
#wttw-header-full #wttw-header-upper .wttw-global-search .input-group .global-search-form-text {
  display: inline-block;
  box-sizing: border-box;
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Segoe, "Segoe UI", Arial, sans-serif;
  height: 24px;
  width: 100%;
  font-size: 16px;
  margin-bottom: 0;
  background: transparent url("https://www.wttw.com/global/wttw-header-full/img/search-icon.svg") no-repeat right;
  background-size: 16px;
  padding-right: 24px;
  color: #fff;
  border: none;
  box-shadow: none;
  outline: none;
  text-align: right;
}
#wttw-header-full #wttw-header-upper .wttw-global-search .input-group .global-search-form-text::placeholder {
  color: #fff;
  opacity: 1; /* Firefox */
}
#wttw-header-full #wttw-header-upper .wttw-global-search .input-group .global-search-form-text:-ms-input-placeholder {
  color: #fff;
}
#wttw-header-full #wttw-header-upper .wttw-global-search .input-group .offscreen {
  clip-path: inset(100%);
  clip: rect(1px 1px 1px 1px); /* IE 6/7 */
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap; /* added line */
  width: 1px;
}
#wttw-header-full #wttw-header-upper .global-search-form {
  margin-bottom: 0;
}
#wttw-header-full #wttw-header-lower {
  flex: 1 0 auto;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  z-index: 1001;
}
#wttw-header-full #wttw-header-lower #wttw-nav-primary,
#wttw-header-full #wttw-header-lower #wttw-nav-secondary {
  display: flex;
  align-items: stretch;
}
#wttw-header-full #wttw-header-lower #wttw-nav-primary a,
#wttw-header-full #wttw-header-lower #wttw-nav-secondary a {
  font-family: "Open Sans", "Helvetica Neue", Helvetica, Segoe, "Segoe UI", Arial, sans-serif;
  padding: 0.5em 0.75em;
  border-bottom: 4px solid #fff;
  letter-spacing: 0.02em;
  line-height: normal;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
#wttw-header-full #wttw-header-lower #wttw-nav-primary a:hover, #wttw-header-full #wttw-header-lower #wttw-nav-primary a:focus-within,
#wttw-header-full #wttw-header-lower #wttw-nav-secondary a:hover,
#wttw-header-full #wttw-header-lower #wttw-nav-secondary a:focus-within {
  color: #002f87;
  background-color: #f1f1f1;
  border-bottom-color: #0063D0;
}
#wttw-header-full #wttw-header-lower #wttw-nav-primary a:hover span.sub-arrow, #wttw-header-full #wttw-header-lower #wttw-nav-primary a:focus-within span.sub-arrow,
#wttw-header-full #wttw-header-lower #wttw-nav-secondary a:hover span.sub-arrow,
#wttw-header-full #wttw-header-lower #wttw-nav-secondary a:focus-within span.sub-arrow {
  transform: rotate(-180deg);
  filter: brightness(20%);
}
#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub > a:after {
  content: "";
  background: url("https://www.wttw.com/global/wttw-header-full/img/chevron-down.svg") no-repeat center center;
  width: 12px;
  height: 12px;
  margin-left: 6px;
  -webkit-filter: brightness(40%);
  filter: brightness(40%);
  transition: 0.3s all ease-in-out;
}
#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub .wttw-sub-menu {
  display: none;
  position: absolute;
  background-color: #fff;
  font-size: 75%;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0.5em 0;
  animation: fadeinslideup 0.5s ease-in-out;
}
#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub .wttw-sub-menu li.live-stream span {
  position: relative;
}
#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub .wttw-sub-menu li.live-stream span:after {
  position: absolute;
  font-family: Georgia, serif;
  content: "•";
  font-size: 175%;
  line-height: 1;
  top: -4px;
  right: -15px;
  color: #e30000;
}
#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub .wttw-sub-menu a {
  color: #000;
  padding: 0.4em 1.5em 0.4em 0.75em;
  border-bottom: 0;
}
#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub .wttw-sub-menu a:hover {
  color: #0063D0;
  background-color: #f1f1f1;
}
#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub .wttw-sub-menu a:hover .wttw-chevron-right:after {
  -webkit-filter: brightness(80%);
  filter: brightness(80%);
}
#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub:hover .wttw-sub-menu {
  display: block;
}
#wttw-header-full #wttw-header-lower #wttw-nav-primary .has-sub .wttw-chevron-right:after {
  content: "";
  background: url("https://www.wttw.com/global/wttw-header-full/img/chevron-right.svg") no-repeat center center;
  width: 10px;
  height: 10px;
  margin-top: 2px;
  margin-left: 4px;
  -webkit-filter: brightness(40%);
  filter: brightness(40%);
  transition: 0.3s all ease-in-out; /* IE */
  transition: 0.3s all ease-in-out;
}
#wttw-header-full #wttw-nav-secondary li.live-stream a:before {
  font-family: Georgia, serif;
  content: "•";
  font-size: 175%;
  line-height: 0.4;
  color: #e30000;
  animation: fadeinout 3s 4;
  padding-right: 4px;
}
#wttw-header-full #wttw-nav-secondary li.wttw-passport a:before {
  content: "";
  background: url("https://www.wttw.com/global/wttw-header-full/img/passport-icon-new.svg") no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
#wttw-header-full #wttw-nav-secondary-collapsed {
  display: none;
}
#wttw-header-full ul#wttw-nav-tertiary {
  font-size: 75%;
  letter-spacing: 0.025em;
  margin-left: 0.5em;
  display: flex;
  align-items: flex-end;
}
#wttw-header-full ul#wttw-nav-tertiary a {
  display: flex;
  color: #fff;
  margin-left: 1em;
}
#wttw-header-full ul#wttw-nav-tertiary a:hover {
  opacity: 0.8;
}
#wttw-header-full li.wttw-donate a {
  color: #fff;
  background-color: #cc0000;
  border-bottom: 4px solid #cc0000;
}
#wttw-header-full li.wttw-donate a:hover {
  background-color: #e30000;
  border-bottom: 4px solid #e30000;
}
#wttw-header-full.collapsed #wttw-header-upper {
  border-bottom: 1px solid #4d6eab;
  -webkit-flex: 1 0 70px;
  flex: 1 0 70px;
}
#wttw-header-full.collapsed #wttw-header-upper #wttw-header-upper-right {
  -webkit-align-items: stretch;
  align-items: stretch;
  padding: 0;
  flex-flow: row nowrap;
}
#wttw-header-full.collapsed #wttw-header-upper #wttw-header-upper-right #wttw-nav-tertiary {
  order: 1;
  align-items: center;
  margin: 0 1em 0 0;
}
#wttw-header-full.collapsed #wttw-header-upper #wttw-header-upper-right .wttw-social {
  order: 2;
  display: flex;
  align-items: center;
}
#wttw-header-full.collapsed #wttw-header-upper #wttw-header-upper-right .wttw-global-search {
  order: 3;
  flex: auto;
  display: flex;
  align-items: center;
}
#wttw-header-full.collapsed #wttw-header-upper #wttw-header-upper-right .wttw-global-search .global-search-form .global-search-form-text {
  width: 90px;
  transition: all 0.5s ease-in-out;
}
#wttw-header-full.collapsed #wttw-header-upper #wttw-header-upper-right .wttw-global-search .global-search-form .global-search-form-text:focus {
  width: 200px;
}
#wttw-header-full.collapsed #wttw-header-upper #wttw-header-upper-right .wttw-donate {
  order: 3;
  display: flex;
}
#wttw-header-full.collapsed #wttw-header-upper #wttw-header-upper-right .wttw-donate a {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-left: 2em;
  padding: 0 0.5em;
}
#wttw-header-full.collapsed #wttw-header-lower {
  background-color: #002f87;
  background-color: #002f87;
}
#wttw-header-full.collapsed #wttw-header-lower #wttw-nav-primary .has-sub > a:after {
  width: 10px;
  height: 10px;
  filter: brightness(80%);
}
#wttw-header-full.collapsed #wttw-header-lower #wttw-nav-primary a {
  -webkit-font-smoothing: auto;
  font-size: 16px;
  padding: 0.25em 0.75em;
  color: #fff;
  border-bottom-color: #002f87;
}
#wttw-header-full.collapsed #wttw-header-lower #wttw-nav-primary a:hover {
  background-color: #0063D0;
  border-bottom-color: #0063D0;
}
#wttw-header-full.collapsed #wttw-header-lower #wttw-nav-secondary {
  display: none;
}
#wttw-header-full.collapsed #wttw-header-lower #wttw-nav-secondary-collapsed {
  display: flex;
  align-items: stretch;
}
#wttw-header-full.collapsed #wttw-header-lower #wttw-nav-secondary-collapsed li.live-stream a:before {
  display: inline-block;
  font-family: Georgia, serif;
  content: "•";
  font-size: 175%;
  line-height: 0.9;
  padding-right: 4px;
  color: #cc0000;
  vertical-align: text-bottom;
  animation: fadeinout 3s 4;
}
#wttw-header-full.collapsed #wttw-header-lower #wttw-nav-secondary-collapsed li.wttw-passport a:before {
  content: "";
  background: url("https://www.wttw.com/global/wttw-header-full/img/passport-icon-new.svg") no-repeat;
  width: 20px;
  height: 20px;
  margin-right: 6px;
}
#wttw-header-full.collapsed #wttw-header-lower #wttw-nav-secondary-collapsed li {
  display: flex;
}
#wttw-header-full.collapsed #wttw-header-lower #wttw-nav-secondary-collapsed li a {
  display: flex;
  align-items: center;
  color: #fff;
  font-size: 16px;
  padding: 0.25em 0.75em;
  border-bottom: 3px solid #002f87;
}
#wttw-header-full.collapsed #wttw-header-lower #wttw-nav-secondary-collapsed li a:hover {
  background-color: #0063D0;
  border-bottom-color: #0063D0;
}

#wttw-header-full .wttw-global-search.mobile,
#wttw-header-full.collapsed .wttw-global-search.mobile,
#wttw-header-full .wttw-inline-search.mobile,
#wttw-header-full.collapsed .wttw-inline-search.mobile {
  display: none;
}

/*
-----------------------------------------------
   These transform the menu tree from
   collapsible to desktop (navbar + dropdowns)
-----------------------------------------------*/
/* start... (it's not recommended editing these rules) */
.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;
}

/* ...end */
@media (max-width: 1199px) {
  #wttw-header-full {
    font-size: 16px;
  }
}
@media (max-width: 991px) {
  #wttw-header-full #wttw-header-upper {
    /*
    **  Mobile menu
    */
    /* hamburger icon */
    /*
    **  Search
    */
  }
  #wttw-header-full #wttw-header-upper .wttw-menu-mobile-btn {
    position: absolute;
    right: 0;
    top: 12px;
    display: inline-block;
    text-align: center;
    padding: 24px;
    width: 28px;
    height: 28px;
    text-indent: 28px;
    white-space: nowrap;
    overflow: hidden;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    box-sizing: border-box;
  }
  #wttw-header-full #wttw-header-upper .wttw-menu-mobile-btn-icon,
  #wttw-header-full #wttw-header-upper .wttw-menu-mobile-btn-icon:before,
  #wttw-header-full #wttw-header-upper .wttw-menu-mobile-btn-icon:after {
    position: absolute;
    top: 50%;
    left: 2px;
    height: 2px;
    width: 24px;
    background: #fff;
    transition: all 0.25s;
  }
  #wttw-header-full #wttw-header-upper .wttw-menu-mobile-btn-icon:before {
    content: "";
    top: -7px;
    left: 0;
  }
  #wttw-header-full #wttw-header-upper .wttw-menu-mobile-btn-icon:after {
    content: "";
    top: 7px;
    left: 0;
  }
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile-state:checked ~ .wttw-menu-mobile-btn .wttw-menu-mobile-btn-icon {
    height: 0;
    background: transparent;
  }
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile-state:checked ~ .wttw-menu-mobile-btn .wttw-menu-mobile-btn-icon:before {
    top: 0;
    transform: rotate(-45deg);
  }
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile-state:checked ~ .wttw-menu-mobile-btn .wttw-menu-mobile-btn-icon:after {
    top: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile-state:checked ~ #wttw-menu-mobile {
    display: block;
  }
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile-state:not(:checked) ~ #wttw-menu-mobile {
    display: none;
  }
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile {
    position: absolute;
    top: 70px;
    left: 0;
    padding: 1em 0 0.75em;
    background-color: #fff;
    width: 100%;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Segoe, "Segoe UI", Arial, sans-serif;
    text-transform: lowercase;
    font-weight: 300;
    box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.16);
    z-index: 9999;
    animation: fadeinslideup 0.5s ease-in-out;
  }
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile a {
    display: block;
    color: #000;
    padding: 0.5em 2em;
    font-size: 16px;
    letter-spacing: 0.025em;
  }
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile a.primary {
    color: #002f87;
    color: #002f87;
  }
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile a.primary:hover {
    color: #0063D0;
    color: #0063D0;
  }
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile a.live-stream span {
    position: relative;
  }
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile a.live-stream span:after {
    position: absolute;
    font-family: Georgia, serif;
    content: "•";
    font-size: 175%;
    line-height: 1;
    top: -4px;
    right: -15px;
    color: #e30000;
  }
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile a.support {
    color: #cc0000;
  }
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile a.kids {
    color: #708209;
  }
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile li.secondary a {
    color: #002c85;
  }
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile li.secondary a:active, #wttw-header-full #wttw-header-upper #wttw-menu-mobile li.secondary a:hover {
    color: #0063D0;
    background-color: #f1f1f1;
  }
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile li.secondary a.support {
    color: #cc0000;
  }
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile li.secondary a.support:hover {
    color: #e30000;
  }
  #wttw-header-full #wttw-header-upper #wttw-menu-mobile li.tertiary a {
    color: #666;
  }
  #wttw-header-full #wttw-header-upper #wttw-header-upper-right {
    display: none;
  }
  #wttw-header-full #wttw-header-upper .wttw-inline-search {
    margin-right: 50px;
    padding: 2px 0 0 20px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
  }
  #wttw-header-full #wttw-header-upper .wttw-inline-search.mobile {
    display: inherit !important;
  }
  #wttw-header-full #wttw-header-upper .wttw-inline-search > .search-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  #wttw-header-full #wttw-header-upper .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-header-full #wttw-header-upper .wttw-inline-search:focus .wttw-global-search.mobile, #wttw-header-full #wttw-header-upper .wttw-inline-search:focus-within .wttw-global-search.mobile, #wttw-header-full #wttw-header-upper .wttw-inline-search:hover .wttw-global-search.mobile, #wttw-header-full #wttw-header-upper .wttw-inline-search:active .wttw-global-search.mobile {
    opacity: 1;
    z-index: 2;
    visibility: visible;
  }
  #wttw-header-full #wttw-header-upper .wttw-global-search,
  #wttw-header-full #wttw-header-upper .wttw-global-search.mobile {
    display: inherit !important;
    background-color: #f1f1f1;
    height: 40px;
    margin: 0 1em;
  }
  #wttw-header-full #wttw-header-upper .wttw-global-search .input-group,
  #wttw-header-full #wttw-header-upper .wttw-global-search.mobile .input-group {
    width: 100%;
    justify-content: flex-start;
  }
  #wttw-header-full #wttw-header-upper .wttw-global-search .input-group .global-search-form-text,
  #wttw-header-full #wttw-header-upper .wttw-global-search.mobile .input-group .global-search-form-text {
    display: inline-block;
    box-sizing: border-box;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Segoe, "Segoe UI", Arial, sans-serif;
    height: 40px;
    padding: 4px 8px;
    font-size: 15px;
    background: #f1f1f1;
    color: #444;
    border: none;
    outline: none;
    box-shadow: none;
    text-align: left;
    width: 90%;
  }
  #wttw-header-full #wttw-header-upper .wttw-global-search .input-group .global-search-form-text::placeholder,
  #wttw-header-full #wttw-header-upper .wttw-global-search.mobile .input-group .global-search-form-text::placeholder {
    color: #999;
    opacity: 1; /* Firefox */
  }
  #wttw-header-full #wttw-header-upper .wttw-global-search .input-group .global-search-form-text:-ms-input-placeholder,
  #wttw-header-full #wttw-header-upper .wttw-global-search.mobile .input-group .global-search-form-text:-ms-input-placeholder {
    color: #999;
  }
  #wttw-header-full #wttw-header-lower {
    display: none;
  }
  #wttw-header-full.collapsed #wttw-header-upper li.wttw-donate a {
    margin-left: auto;
  }
}
/*
  .wttw-global-search .search-submit input {
    height:16px;
    position:absolute;
    right:0;
    top:0;
    margin:12px;
    -webkit-filter: brightness(0%);
    filter: brightness(0%);
  }
}*/

/*# sourceMappingURL=wttw-header-full.css.map */
