.c-pre-header {
  background-color: var(--color-background, #fff);
  margin-bottom: 24px;
  padding-top: 4rem;
  position: relative;
  z-index: 2;
}

.c-pre-header__inner {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: nowrap;
  -webkit-box-pack: end;
          justify-content: flex-end;
  position: relative;
}

.c-pre-header__inner #block-buttonblock a {
  margin: 0;
}

.language-block {
  margin: 0 1rem;
}

.language-block ul.links {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: flex;
  padding: 0 1rem;
}

.language-block ul.links > li {
  list-style: none;
}

.language-block ul.links li {
  color: var(--color-dark-teal);
  font-family: var(--font-family-sans);
  font-size: var(--font-size-body-small);
  font-weight: var(--font-weight-semibold);
  letter-spacing: 0.02em;
  line-height: 150%;
  margin: 0 1rem;
}

.language-block ul.links li .is-active {
  text-decoration: underline;
}

@media (max-width: 991px) {
  .c-pre-header {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1279px) {
  .c-pre-header {
    padding-top: 3rem;
  }
}

.social-header {
  position: absolute;
  top: -45px;
  right: 0;
  font-family: var(--font-family-heading);
  font-size: var(--font-size-body-small);
}

ul.menu--preheader-social-media {
  display: inline-block;
  margin: 0;
  padding: 0 0 0 10px;
}

ul.menu--preheader-social-media li {
  display: inline-block;
  height: 25px;
  vertical-align: text-top;
}

ul.menu--preheader-social-media li a {
  text-indent: -600000px;
  display: block;
  width: 20px;
  height: 20px;
  margin: -2px 0 0 0;
  background-image: url(/themes/custom/oef/images/YouTubeIcon-Blue.svg);
  background-repeat: no-repeat;
  background-size: 100%;
}

ul.menu--preheader-social-media li:nth-of-type(2) a {
  width: 15px;
  height: 15px;
  margin: 0;
  background-image: url(/themes/custom/oef/images/LinkedInIcon-Blue.svg);
}

ul.menu--preheader-social-media li:nth-of-type(3) a {
  width: 15px;
  height: 15px;
  margin: 0;
  background-image: url(/themes/custom/oef/images/InstagramIcon-Blue.svg);
}

ul.menu--preheader-social-media li:nth-of-type(4) a {
  width: 15px;
  height: 15px;
  margin: 0;
  background-image: url(/themes/custom/oef/images/FacebookIcon-Blue.svg);
}

ul.menu--preheader-social-media li:nth-of-type(5) a {
  width: 15px;
  height: 15px;
  margin: 0;
  background-image: url(/themes/custom/oef/images/XIcon-Blue.svg);
}

ul.menu--preheader-social-media.osf li:nth-of-type(1) a {
  background-image: url(/themes/custom/oef/images/LinkedInIcon-Blue.svg);
}

ul.menu--preheader-social-media.osf li:nth-of-type(2) a {
  background-image: url(/themes/custom/oef/images/XIcon-Blue.svg);
}