body {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  body {
    padding-top: 70px;
  }
}
a.skip {
  position: fixed;
  top: 0;
  left: 0;
  background: #f2f2f2;
  width: 100%;
  padding: 10px 30px;
  border-bottom: 1px solid #d9d9d6;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  color: #0061a0;
}
a.skip:focus {
  z-index: 1000;
}
.skip-devices {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
.global__header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1001;
  width: 100%;
  background-color: #ffffff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px 0px;
  box-shadow: rgba(0, 0, 0, 0.15) 0px 3px 6px 0px;
  /* Inside Header */
}
.global__header .icon {
  color: #333333;
  fill: #333333;
}
.global__header .logo-divider {
  visibility: hidden;
  -webkit-box-flex: 100;
  -ms-flex-positive: 100;
  flex-grow: 100;
}
.global__header .header__container {
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.global__header .header__utilities {
  width: 40%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
@media screen and (min-width: 768px) {
  .global__header .header__container {
    height: 70px;
  }
  .global__header .header__utilities {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
  }
}
@media screen and (min-width: 1024px) {
  .global__header .header__utilities {
    width: auto;
    -webkit-box-flex: initial;
    -ms-flex-positive: initial;
    flex-grow: initial;
  }
}
.global__header .header__logo-container {
  display: flex;
  align-items: center;
  margin-right: 32px;
}
.global__header .header__logo-container .header-logo__link {
  display: flex;
  align-items: center;
}
.global__header .header__logo-container .header-logo__link--secondary:hover {
  text-decoration: none;
}
.global__header .header__logo-container .header-logo__divider {
  display: inline-flex;
  width: 2px;
  height: 32px;
  background-color: #0090da;
  margin: 0 16px;
}
.global__header .header__logo-container .header-logo__text {
  font-family: 'MetLifeCircular', 'Arial', 'Helvetica', 'sans-serif';
  font-size: 22px;
  font-weight: 300;
  color: #0090da;
  max-width: 220px;
  height: 100%;
}
.global__header .header__logo,
.global__header .header-logo__image {
  height: 32px;
  width: auto;
}
@media screen and (min-width: 1024px) {
  .global__header .header__logo-container .header-logo__image {
    height: 32px;
  }
}
@media screen and (max-width: 1023px) {
  .global__header .header__mobile-navigation .header__navigation-hamburger {
    height: 70px;
  }
  .global__header .header__mobile-navigation .header__navigation-close {
    height: 24px;
  }
  .global__header .header-logo__link {
    display: inline-block;
  }
  .global__header .header__logo-container a {
    margin-left: 8px;
  }
  .global__header .header-logo__link--secondary {
    margin-left: 8px;
  }
}
@media screen and (min-width: 768px) {
  .global__header .header__logo-container .header-logo__text {
    max-width: 200px;
  }
}
@media screen and (max-width: 767px) {
  .global__header .header__mobile-navigation .header__navigation-hamburger,
  .global__header .header__mobile-navigation .header__navigation-close {
    height: 24px;
  }
  .global__header .header__logo-container {
    max-width: 265px;
    margin: 0 4px;
  }
  .global__header .header__logo-container a {
    display: flex;
    margin-left: 0;
  }
  .global__header .header__logo-container .header__logo,
  .global__header .header__logo-container .header-logo__image {
    height: 20px;
  }
  .global__header .header__logo-container .logo-divider {
    height: 20px;
  }
  .global__header .header__logo-container .header-logo__divider {
    height: 22px;
    margin: 0 8px;
  }
  .global__header .header__logo-container .header-logo__text {
    font-size: 12px;
    line-height: normal;
  }
  .global__header .header__logo-container .header-logo__link--secondary {
    margin-left: 0;
  }
}
body[dir="rtl"] .global__header .header__logo-container {
  margin-right: initial;
  margin-left: 32px;
}
@media screen and (max-width: 1023px) {
  body[dir="rtl"] .global__header .header__logo-container a {
    margin-left: initial;
    margin-right: 8px;
  }
  body[dir="rtl"] .global__header .header-logo__link--secondary {
    margin-left: initial;
    margin-right: 8px;
  }
}
@media screen and (max-width: 767px) {
  body[dir="rtl"] .global__header .header__logo-container {
    margin: 0 4px;
  }
  body[dir="rtl"] .global__header .header__logo-container a {
    margin-left: initial;
    margin-right: 0;
  }
  body[dir="rtl"] .global__header .header__logo-container .header-logo__link--secondary {
    margin-left: initial;
    margin-right: 0;
  }
}
