#header-desktop {
  display: none;
}

@media (min-width: 75em) {
  #header-desktop {
    display: block;
    margin-bottom: 138px;
  }
}

.c-header-desktop__inner {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: stretch;
          justify-content: stretch;
  padding-left: 80px;
  height: 140px;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
}

.c-header-desktop__inner:lang(fr) {
  height: 175px;
}

@media (min-width: 75em) {
  .c-header-desktop__inner.l--offset-wide {
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media (min-width: 81.25em) {
  .c-header-desktop__inner.l--offset-wide {
    padding-left: 0;
    padding-right: 0;
  }
}

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

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

.c-header-desktop__logo > img {
  height: 127%;
  position: absolute;
  width: 100%;
}

.c-header-desktop__main {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: stretch;
          justify-content: stretch;
}

.c-header-desktop__secondary {
  -webkit-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.c-header-desktop__slogan {
  background-color: var(--color-teal-80);
  position: relative;
  z-index: 1;
}

.c-header-desktop__slogan::before {
  background-color: inherit;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 50vw;
  z-index: -1;
}

.c-header-desktop__slogan .c-slogan {
  background-color: var(--color-ictj-blue);
}

.c-header-desktop__slogan .c-slogan__text {
  padding: 10px 25px;
  text-align: left;
}

.c-header-desktop__utilities {
  -webkit-box-align: center;
          align-items: center;
  align-self: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding-left: 0;
}

.c-header-desktop__utilities .c-header-donate-button {
  font-size: 1.125rem;
  line-height: 24px;
  margin-right: 18px;
  margin-top: 0;
  padding: 15px 36px;
  white-space: nowrap;
}

.c-header-desktop__utilities .header-social {
  padding-right: 1.5rem;
  padding-left: 1.5rem;
  display: -webkit-box;
  display: flex;
  white-space: nowrap;
}

.c-header-desktop__utilities .nav--social > li > a {
  width: 1.5rem;
}

.c-header-desktop__primary {
  -webkit-box-align: center;
          align-items: center;
  background-color: white;
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
          justify-content: flex-end;
  padding-right: 90px;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.c-header-desktop__primary::before, .c-header-desktop__primary::after {
  background-color: white;
  bottom: 0;
  content: "";
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  width: 50vw;
  z-index: -1;
}

.c-header-desktop__primary::before {
  right: 100%;
}

[dir="rtl"] .c-header-desktop__primary::before {
  right: unset;
}

.c-header-desktop__primary .c-header-desktop__search {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  margin-bottom: auto;
  margin-right: 1rem;
  margin-top: auto;
  width: 100%;
}

.c-header-desktop__primary .c-header-desktop__search .c-header-search-form {
  height: auto;
  max-width: 100%;
  width: 242px;
}

.c-header-desktop .c-header-main-menu {
  -webkit-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: flex;
  position: static;
}

.c-header-desktop .c-header-main-menu > .contextual {
  position: relative;
  top: -30px;
}

.c-header-desktop .c-header-main-menu > .contextual > button {
  margin-right: -30px;
}

.c-header-desktop .c-header-main-menu .contextual-links {
  left: -6px;
  position: absolute;
  right: auto;
  top: 24px;
}

@media (min-width: 75em) {
  .c-header-panel-container:after {
    content: "";
    width: 90%;
    height: 52px;
    display: inline-block;
    padding-bottom: 48px;
    align-content: center;
    margin-left: 14px;
  }

  .c-header-panel-container:hover:after {
    border-top: 2px solid var(--color-ictj-red);
  }
}

.c-header-tab {
  background-color: rgba(var(--color-ictj-blue), 0);
  color: var(--color-ictj-blue);
  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;
  padding: 15px 20px 20px;
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: solid 2px transparent;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.c-header-tab:lang(fr), .c-header-tab:lang(es) {
  white-space: unset;
}

.c-header-tab[aria-selected=true], .c-header-tab:hover {
  background-color: #fff;
  z-index: 2;
}

.c-header-tab[aria-selected=true]:after {
  top: 12px;
  -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-tab:after {
  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;
  left: 152px;
  top: 11px;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-ordinal-group: 2;
          order: 1;
  flex-grow: 0;
  margin: 0px 10px;
}

@media (min-width: 62em) {
  .c-header-tab {
    padding: 52px 0 0 10px;
  }
}

@media (min-width: 75em) {
  .c-header-tab {
    padding: 52px 0px 0 16px;
  }

  .c-header-tab:lang(fr), .c-header-tab:lang(es) {
    padding: 30px 10px 0 26px;
  }
}

@media (min-width: 81.25em) {
  .c-header-tab {
    padding: 52px 10px 0 26px;
  }

  .c-header-tab:lang(fr), .c-header-tab:lang(es) {
    padding: 30px 10px 0 26px;
  }
}

.c-header-tab.c-header-tab--where-we-work:after {
  display: none;
}

.c-header-tab.c-header-tab--news-events {
  position: relative;
}

.c-header-desktop .c-header-panel {
  background-color: var(--color-tan-white);
  font-family: var(--font-family-interface);
  left: 0;
  position: absolute;
  right: 1rem;
  top: 100%;
  width: auto;
}

.c-header-desktop .c-header-panel[aria-hidden=false] {
  display: block;
}

.c-header-desktop .c-header-panel[aria-hidden=false].c-header-panel--split {
  display: -webkit-box;
  display: flex;
}

.no-js .c-header-tab:hover + .c-header-desktop .c-header-panel, .no-js .c-header-desktop .c-header-panel:hover {
  display: block;
}

.no-js .c-header-tab:hover + .c-header-desktop .c-header-panel.c-header-panel--split, .no-js .c-header-desktop .c-header-panel.c-header-panel--split:hover {
  display: -webkit-box;
  display: flex;
}

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

.c-header-desktop .c-header-panel[id=header-desktop__panel--where-we-work] {
  -webkit-box-shadow: none;
          box-shadow: none;
}

.c-header-panel-container--right {
  position: relative;
}

.c-header-panel-container--right .c-header-panel {
  left: auto;
  right: 0;
  width: auto;
}

.field--name-field-megamenu-panels {
  display: -webkit-box;
  display: flex;
  margin-bottom: 0 !important;
}

.c-header-desktop #header-desktop__panel--news-events {
  max-width: 400px;
  left: unset;
  position: absolute;
}

.c-header-desktop #header-desktop__panel--news-events .l--megamenu > .l__region {
  width: 360px;
}

[dir="rtl"] .c-header-desktop #header-desktop__panel--news-events {
  max-width: 400px;
  left: 0;
  right: unset;
  position: absolute;
}

[dir="rtl"] .c-header-desktop #header-desktop__panel--news-events .l--megamenu > .l__region {
  width: 360px;
}

.c-header-desktop .paragraph--type--stories-text .field--name-field-stories-text-formatted a {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding-bottom: 16px;
  color: var(--color-ictj-blue);
  border-bottom: 2px solid var(--color-lite-tan);
}

.c-header-desktop .paragraph--type--stories-text .field--name-field-stories-text-formatted a:after {
  font-size: 1.375rem;
  line-height: 22px;
  display: inline-block;
  content: "";
  background-image: url(../../../images/icons/angle-right.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 22px;
  left: 152px;
  top: 11px;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-ordinal-group: 2;
          order: 1;
  flex-grow: 0;
  margin: 0px 10px;
}

[dir="rtl"] .c-header-desktop .paragraph--type--stories-text .field--name-field-stories-text-formatted a:after {
  font-size: 1.375rem;
  line-height: 22px;
  display: inline-block;
  content: "";
  background-image: url(../../../images/icons/angle-right.svg);
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  background-repeat: no-repeat;
  background-position: center;
  width: 9px;
  height: 22px;
  left: 152px;
  top: 11px;
  -webkit-box-flex: 0;
          flex: none;
  -webkit-box-ordinal-group: 2;
          order: 1;
  flex-grow: 0;
  margin: 0px 10px;
}

.c-header-desktop .paragraph--type--stories-text .field--name-field-stories-text-formatted p {
  padding-top: 16px;
  font-family: var(--font-family-serif);
}

.c-header-panel #header-desktop__panel--where-we-work .l--megamenu .l__region.l__main .l__region-inner,
.c-header-panel #header-desktop__panel--resource-library .l--megamenu .l__region.l__main .l__region-inner {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 1fr;
  margin: 0;
}

.c-header-panel #header-desktop__panel--where-we-work .l--megamenu .l__region.l__main .l__region-inner .paragraph--type--stories-text,
.c-header-panel #header-desktop__panel--resource-library .l--megamenu .l__region.l__main .l__region-inner .paragraph--type--stories-text {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.c-header-panel #header-desktop__panel--where-we-work .l--megamenu .l__region.l__main .l__region-inner .paragraph--type--link-list-with-description .field--name-field-link,
.c-header-panel #header-desktop__panel--resource-library .l--megamenu .l__region.l__main .l__region-inner .paragraph--type--link-list-with-description .field--name-field-link {
  margin-bottom: 0;
}

@media (min-width: 75em) {
  #header-overlay-desktop.desktop-overlay {
    display: block;
    position: fixed;
    height: 100%;
    width: 100%;
    background-color: #000;
    z-index: 1;
    opacity: 0.4;
    margin-top: -100px;
  }
}

.l--megamenu .paragraph--type--stories-text {
  padding: 2rem 7.4074074074%;
}

.sel-box ul {
  display: none;
}

.contact__mobile-only {
  display: block;
}

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