.header.mobile {
  display: block;
}

@media (min-width: 75em) {
  .header.mobile {
    display: none;
  }
}

.header-title {
  -webkit-box-align: center;
          align-items: center;
  background-color: var(--color-gray-10);
  color: #fff;
  display: -webkit-box;
  display: flex;
  font-size: 0.75rem;
  font-weight: var(--font-weight-book);
  letter-spacing: 0.4em;
  line-height: 1.1;
  padding: 18px 12px;
  text-align: center;
  text-transform: uppercase;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.header-title b {
  color: var(--color-teal-60);
  left: -0.185em;
  letter-spacing: 0.05em;
  position: relative;
}

.header-title a {
  color: #fff;
  text-decoration: none;
}

.header-title a:hover {
  text-decoration: none;
}

@media (min-width: 37.5em) {
  .header-title {
    font-size: 1rem;
    padding: 18px 20px;
  }
}

@media (min-width: 37.5em) {
  .header-title {
    height: 55px;
    letter-spacing: 0.25em;
    line-height: 1.5;
    width: 100%;
  }
}

.header-toggle {
  background-color: white;
  background-position: center;
  height: 100%;
  overflow: hidden;
  position: relative;
  text-indent: 60px;
  white-space: nowrap;
  border: none;
  width: 90px;
  margin-right: 20px;
}

.header-toggle:hover, .header-toggle:focus {
  background-color: #FFF;
}

.header-toggle:before {
  background-position: center;
  background-repeat: no-repeat;
  bottom: 0;
  content: "";
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  top: 0;
}

.header-toggle[aria-expanded=false]:before {
  background-image: url(../../../images/icons/navopen.svg);
}

.header-toggle[aria-expanded=true] {
  right: 2px;
}

.header-toggle[aria-expanded=true]:before {
  background-image: url(../../../images/icons/navclosed.svg);
}

@media (min-width: 62em) {
  .full-header #header--sticky {
    display: none;
  }
}

#header--sticky {
  padding-bottom: 55px;
  position: relative;
  z-index: 2;
}

#header--sticky .header-branding {
  margin-right: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

#header--sticky .header-branding img {
  width: 150px;
  height: auto;
  padding: 15px;
}

@media (min-width: 48em) {
  #header--sticky .header-branding img {
    width: 200px;
  }
}

#header--sticky .header-title {
  padding: 16px 18px;
}

@media (max-width: 37.4375em) {
  #header--sticky .header-title {
    font-size: 0.625rem;
  }
}

#header--sticky .header-title b {
  font-size: 1.125em;
}

#header--sticky .header-control-panel {
  -webkit-box-align: stretch;
          align-items: stretch;
  background-color: white;
  display: -webkit-box;
  display: flex;
  height: 80px;
  -webkit-box-pack: justify;
          justify-content: space-between;
  position: fixed;
  width: 100%;
  z-index: 2;
}

.gin--vertical-toolbar.toolbar-fixed #header--sticky .header-control-panel {
  width: calc(100% - 80px);
}

#header--sticky .header__sticky--secondary {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: baseline;
          align-items: baseline;
}

#header--sticky .header__sticky--secondary .header-toggle[aria-expanded=true] {
  background-color: white;
}

#header--sticky .header__sticky--secondary .header-donate {
  margin-bottom: auto;
  margin-top: auto;
  margin-right: 10px;
}

#header--sticky .header__sticky--secondary .menu-mobile-text {
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 1.25rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--color-ictj-blue);
}

#header--sticky .header__sticky--secondary .header-toggle, #header--sticky .header__sticky--secondary .menu-mobile-text {
  display: inline-block;
  vertical-align: middle;
}

#header--sticky .c-header-donate-button {
  line-height: var(--font-leading);
  margin-bottom: auto;
  margin-top: auto;
  padding: 10px 16px;
}

@media (min-width: 48em) {
  #header--sticky .c-header-donate-button {
    padding: 10px 30px;
  }
}

#header--sticky .header-drawer {
  background-color: var(--color-tan-white);
  height: 100%;
  left: 100%;
  max-width: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  width: 100%;
  z-index: 1;
}

@media (min-width: 31.25em) {
  #header--sticky .header-drawer {
    top: 80px;
  }
}

#header-overlay-mobile {
  display: none;
  position: fixed;
  height: 100%;
  width: 100%;
  background-color: #000;
  z-index: 1;
}

#header-drawer {
  position: fixed;
  height: 100%;
  left: 100%;
  z-index: 2;
  width: 442px;
  max-width: 100%;
  background-color: #fff;
  overflow-x: hidden;
  overflow-y: auto;
}

@media (min-width: 31.25em) {
  #header-drawer {
    top: 33px;
  }
}

#header-mobile {
  display: none;
}

@media (min-width: 62em) {
  #header-mobile {
    display: block;
  }
}

.c-header-mobile__inner {
  -webkit-box-align: stretch;
          align-items: stretch;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: stretch;
          justify-content: stretch;
}

.c-header-mobile__branding {
  -webkit-box-flex: 0;
          flex: none;
  max-width: 210px;
  position: relative;
  width: 16%;
  z-index: 2;
}

.c-header-mobile__logo {
  height: 0;
  overflow: visible;
  padding-bottom: 86%;
  position: relative;
  width: 100%;
}

.c-header-mobile__logo > img {
  width: 100%;
}

.c-header-mobile .c-header-main-menu {
  display: block;
  padding-bottom: 1.5rem;
}

.c-header-mobile__slogan {
  margin: 26px 10px;
  margin-bottom: 20px !important;
}

.c-header-mobile__slogan::before {
  display: none;
}

.c-header-mobile__slogan .header-drawer-social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  float: none;
}

.c-header-mobile__slogan .header-drawer-social .social-media-links--platforms li {
  padding: 10px;
}

.c-header-mobile__slogan .header-drawer-social .social-media-links--platforms > li > a {
  font-size: 1.125rem;
  width: 2rem;
}

.c-header-mobile__primary {
  background-color: var(--color-teal-60);
}

.c-header-mobile__primary .c-header-mobile__main-menu .search-form {
  background-color: var(--color-ictj-blue);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-flow: row-reverse;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.c-header-mobile__primary .c-header-mobile__main-menu .search-form .search-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  margin: 5px;
}

.c-header-mobile__primary .c-header-mobile__main-menu .search-form .search-form .search-form__actions {
  padding-right: 5px;
}

.c-header-mobile__primary .c-header-mobile__main-menu .search-form .search-form .form-item {
  margin: 0;
  width: 100%;
  padding-right: 15px;
}

.c-header-mobile__primary .c-header-mobile__main-menu .search-form .search-form .form-item .search-form__input {
  width: 100%;
  background-color: var(--color-ictj-blue);
  border: none;
  color: white;
  padding: 20px 15px;
}

.c-header-mobile__primary .c-header-mobile__main-menu .search-form .search-form .form-item .search-form__input::-webkit-input-placeholder {
  color: white;
}

.c-header-mobile__primary .c-header-mobile__main-menu .search-form .search-form .form-item .search-form__input::-moz-placeholder {
  color: white;
}

.c-header-mobile__primary .c-header-mobile__main-menu .search-form .search-form .form-item .search-form__input:-ms-input-placeholder {
  color: white;
}

.c-header-mobile__primary .c-header-mobile__main-menu .search-form .search-form .form-item .search-form__input::-ms-input-placeholder {
  color: white;
}

.c-header-mobile__primary .c-header-mobile__main-menu .search-form .search-form .form-item .search-form__input::placeholder {
  color: white;
}

.c-header-mobile__primary .c-header-mobile__main-menu .search-form .topnav--search {
  background-color: var(--color-ictj-blue);
  border: none;
  height: 40px;
}

.c-header-mobile__primary .c-header-mobile__main-menu .search-form .topnav--search .search-icon {
  display: none;
}

.c-header-mobile__primary .c-header-mobile__main-menu .search-form .topnav--search .search-icon.close {
  display: none;
}

.c-header-mobile__primary .c-header-mobile__main-menu .search-form .topnav--search .search-icon__open {
  font-size: 1.375rem;
  line-height: 22px;
  display: inline-block;
  content: "";
  background-image: url(../../../images/icons/searchicon.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 36px;
  left: 152px;
  top: 11px;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-ordinal-group: 2;
          order: 1;
  flex-grow: 0;
  margin: -12px 10px;
  cursor: pointer;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header {
  background-color: var(--color-ictj-blue);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-flow: row-reverse;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header #edit-actions--2 {
  margin-top: 0;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .search-form {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  margin: 5px;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .search-form input {
  width: 100%;
  background-color: var(--color-ictj-blue);
  border: none;
  color: white;
  padding: 20px 15px;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .search-form input::-webkit-input-placeholder {
  color: white;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .search-form input::-moz-placeholder {
  color: white;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .search-form input:-ms-input-placeholder {
  color: white;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .search-form input::-ms-input-placeholder {
  color: white;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .search-form input::placeholder {
  color: white;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .search-form .search-form__actions {
  padding-right: 5px;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .search-form .form-item {
  margin: 0;
  width: 100%;
  padding-right: 15px;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .search-form .form-item .search-form__input {
  width: 100%;
  background-color: var(--color-ictj-blue);
  border: none;
  color: white;
  padding: 20px 15px;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .search-form .form-item .search-form__input::-webkit-input-placeholder {
  color: white;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .search-form .form-item .search-form__input::-moz-placeholder {
  color: white;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .search-form .form-item .search-form__input:-ms-input-placeholder {
  color: white;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .search-form .form-item .search-form__input::-ms-input-placeholder {
  color: white;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .search-form .form-item .search-form__input::placeholder {
  color: white;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .topnav--search {
  background-color: var(--color-ictj-blue);
  border: none;
  height: 40px;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .topnav--search .search-icon {
  display: none;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .topnav--search .search-icon.close {
  display: none;
}

.c-header-mobile__primary .c-header-mobile__main-menu .ictj-blocks-site-search-header .topnav--search .search-icon__open {
  font-size: 1.375rem;
  line-height: 22px;
  display: inline-block;
  content: "";
  background-image: url(../../../images/icons/searchicon.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 22px;
  height: 36px;
  left: 152px;
  top: 11px;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-ordinal-group: 2;
          order: 1;
  flex-grow: 0;
  margin: -12px 10px;
  cursor: pointer;
}

.c-header-mobile__primary .c-header-mobile__main-menu .menu--top-navigation {
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 0;
  margin-top: 0;
}

.c-header-mobile__primary .c-header-mobile__main-menu .menu--top-navigation .menu__item:first-child {
  display: none;
}

.c-header-mobile__primary .c-header-mobile__main-menu .menu--top-navigation .menu__item {
  list-style-type: none;
  padding: 20px 0;
  margin: auto;
  border-bottom: 2px solid var(--color-lite-tan);
}

.c-header-mobile__primary .c-header-mobile__main-menu .menu--top-navigation .menu__item .top-donate {
  display: inline-block;
  width: 100%;
  background-color: var(--color-ictj-red);
  padding: 10px 20px;
  color: white;
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.c-header-mobile__primary .c-header-mobile__main-menu .menu--top-navigation .menu__item .top-donate:hover {
  text-decoration: none;
  background-color: var(--color-dark-red);
}

.c-header-mobile__primary .c-header-mobile__main-menu .c-header-main-menu {
  padding-left: 20px;
  padding-right: 20px;
}

.c-header-mobile__primary .c-header-mobile__main-menu .field--name-field-megamenu-panels {
  display: block;
}

.c-header-mobile .c-header-tab {
  color: var(-color-ictj-blue);
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 125%;
  height: auto;
  padding: 20px 72px 20px 20px;
  position: relative;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  width: 100%;
  border-bottom: 2px solid var(--color-lite-tan);
  background-color: var(--color-tan-white);
}

.c-header-mobile .c-header-tab[aria-selected=true] {
  background-color: var(--color-tan-white);
  z-index: 1;
  border-bottom: none;
}

.c-header-mobile .c-header-tab:hover {
  background-color: var(--color-tan-white);
  z-index: 1;
}

.c-header-mobile .c-header-tab::after {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  right: -38%;
  margin: auto;
}

@media (min-width: 25em) {
  .c-header-mobile .c-header-tab::after {
    right: -50%;
  }
}

.c-header-mobile .c-header-tab[aria-selected=true]:after {
  top: 0;
  -webkit-transform: rotateZ(540deg);
      -ms-transform: rotate(540deg);
          transform: rotateZ(540deg);
  font-size: 1.375rem;
  line-height: 22px;
  content: "";
  background-image: url(../../../images/icons/angle-down-red.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 22px;
  -webkit-box-flex: 0;
  flex: none;
  -webkit-box-ordinal-group: 2;
  order: 1;
  flex-grow: 0;
}

.c-header-mobile .c-header-panel {
  background-color: var(--color-tan-white);
  margin-left: 20px;
  margin-right: 20px;
  padding: 0;
  position: relative;
}

.c-header-mobile .c-header-panel[aria-hidden=false] {
  display: block;
  border-bottom: 2px solid var(--color-lite-tan);
}

.c-header-mobile .c-header-panel[aria-hidden=true] {
  display: none;
}

.c-header-mobile .c-header-panel > *:not(:last-child) {
  margin-bottom: 30px;
}

.c-header-mobile .c-header-panel .l--megamenu {
  display: block;
}

.c-header-mobile .c-header-panel .l__region {
  border: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

.c-header-mobile .c-header-panel .l__region-inner {
  display: block;
  padding: 0;
}

.c-header-mobile .c-header-panel .l__region-inner > * {
  max-width: none;
  padding: 0;
}

.c-header-mobile .c-header-panel .l__region-inner .paragraph--type--stories-text .field--name-field-stories-text-formatted h3 {
  color: var(--color-ictj-blue);
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  text-decoration: none;
  padding-bottom: 8px;
}

.c-header-mobile .c-header-panel .l__region-inner .paragraph--type--stories-text .field--name-field-stories-text-formatted h3 a:hover {
  text-decoration: none;
}

.c-header-mobile .c-header-panel .l__region-inner .paragraph--type--stories-text .field--name-field-stories-text-formatted p {
  display: none;
}

.c-header-mobile .c-header-panel .l__region-inner .paragraph--type--stories-link-list .field--name-field-stories-link-list-links a {
  color: var(--color-ictj-blue);
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 600;
  font-size: 0.875rem;
  line-height: 160%;
  text-decoration: none;
}

.c-header-mobile .c-header-panel .l__region-inner .paragraph--type--stories-link-list .field--name-field-stories-link-list-links a:before {
  background-image: none;
  display: none;
}

.c-header-mobile .c-header-panel .c-link-list--highlighted {
  margin: -20px -20px 30px;
  padding: 20px;
  width: auto;
}

.c-header-mobile .c-header-panel .c-link-list__list > .c-link-list__item:not(:last-child) {
  margin-bottom: 14px;
}

.c-header-mobile .c-header-panel .c-link-list__list > .c-link-list__item > a {
  color: var(--color-teal-20);
  display: block;
  font-family: var(--font-family-interface);
  font-size: 1rem;
  font-weight: var(--font-weight-bold);
  line-height: 1.125;
}

.c-header-mobile .c-header-panel .c-link-list__list > .c-link-list__item > .link--ruled {
  border-top: 1px solid var(--color-gray-80);
  padding-top: 18px;
}

.c-header-mobile .c-header-panel .c-link-list__list > .c-link-list__item > .link--secondary {
  color: var(--color-gray-40);
  font-size: 0.9375rem;
}

.c-header-mobile .l__region-inner {
  padding: 0px 20px;
}

.c-header-mobile .l__region-inner > *:not(:last-child) {
  margin-bottom: 26px;
}

.c-header-mobile__search {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding-bottom: 35px;
  padding-left: 20px;
  padding-right: 20px;
}

.c-header-mobile__search .c-header-search-form {
  float: none;
  height: auto;
  max-width: none;
  width: 100%;
}

.c-header-mobile__search .search-form__input {
  height: 48px;
}

.c-header-mobile__search .search-form__button {
  --width: 48px;
}

.topnav--search.desktop-only {
  display: none;
}

@media (min-width: 75em) {
  .topnav--search.desktop-only {
    display: block;
  }
}

.contact__mobile-only {
  display: block;
}

.contact__mobile-only:hover {
  text-decoration: none;
}

.contact__mobile-only:after {
  display: none;
}

@media (min-width: 75em) {
  .contact__mobile-only {
    display: none;
  }
}