.hero {
  background-color: var(--color-indivisible-black);
  overflow: hidden;
  position: relative;
}

.hero__body {
  color: white;
  font-size: var(--font-size-title-small);
  font-weight: var(--font-weight-bold);
  line-height: var(--font-line-height-loose);
  margin-top: 48px;
  margin-bottom: 48px;
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .hero__body {
    font-size: 1.25rem;
    line-height: 30px;
  }
}

.hero__credit {
  color: white;
  font-family: var(--font-family-sans);
  font-size: 0.875rem;
  font-style: italic;
  font-weight: var(--font-weight-semibold);
  margin-bottom: 20px;
  margin-top: 20px;
}

.hero__details {
  padding: 48px 0;
}
@media (min-width: 768px) {
  .hero__details {
    padding: 80px 0;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .hero__details {
    padding: 60px 0;
  }
}
@media (min-width: 1440px) {
  .hero__details {
    padding: 100px 0;
  }
}

.hero__media {
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  right: 50%;
  top: 0;
  width: 100vw;
  z-index: 0;
}
.hero__media article,
.hero__media .field {
  height: 100%;
}
.hero__media img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__media::after {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.67%, #0b131b), color-stop(52.72%, rgba(11, 19, 27, 0.8)));
  background: -o-linear-gradient(top, #0b131b 1.67%, rgba(11, 19, 27, 0.8) 52.72%);
  background: linear-gradient(180deg, #0b131b 1.67%, rgba(11, 19, 27, 0.8) 52.72%);
  content: "";
  left: 0;
  height: 100%;
  position: absolute;
  top: 0;
  width: 100%;
}

.hero__title {
  color: white;
}

.hero__wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
@media (max-width: 767px) {
  .hero__wrapper {
    width: 100%;
  }
}

.hero-homepage__wrapper .webform-confirmation__message,
.hero__details .webform-confirmation__message {
  color: white;
  font-weight: var(--font-weight-bold-heading);
  margin: 32px 0;
}
.hero-homepage__wrapper .webform-submission-form,
.hero__details .webform-submission-form {
  -webkit-box-align: end;
          align-items: flex-end;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-flow: row;
}
.hero-homepage__wrapper fieldset span,
.hero__details fieldset span {
  color: white;
}
@media (min-width: 768px) {
  .hero-homepage__wrapper .js-form-item,
.hero__details .js-form-item {
    margin: 0;
  }
}
.hero-homepage__wrapper .form-item input,
.hero__details .form-item input {
  background: rgba(11, 19, 27, 0.6);
  border: solid 1px white;
  color: white;
  font-size: var(--font-size-body);
  height: 3.75rem;
  line-height: 3.75rem;
  margin-right: 24px;
  padding: 0 18px;
}
.hero-homepage__wrapper .form-item input[type=email],
.hero__details .form-item input[type=email] {
  width: 305px;
}
.hero-homepage__wrapper .form-item input[type=text],
.hero__details .form-item input[type=text] {
  width: 105px;
}
.hero-homepage__wrapper .form-actions input[type=submit],
.hero__details .form-actions input[type=submit] {
  height: 3.75rem;
  line-height: 3.75rem;
  padding: 0 24px;
}
.hero-homepage__wrapper .form-item__label,
.hero__details .form-item__label {
  color: white;
  margin: 0 0 5px 0;
  font-size: var(--font-size-body);
}
.hero-homepage__wrapper .search-block__text,
.hero__details .search-block__text {
  margin-top: 0;
}
@media (max-width: 991px) {
  .hero-homepage__wrapper .webform-submission-form,
.hero__details .webform-submission-form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row wrap;
  }
  .hero-homepage__wrapper .webform-submission-form fieldset,
.hero__details .webform-submission-form fieldset {
    margin-top: 16px;
  }
  .hero-homepage__wrapper .webform-submission-form .form-actions input[type=submit],
.hero__details .webform-submission-form .form-actions input[type=submit] {
    margin-top: 16px;
  }
}
@media (max-width: 424px) {
  .hero-homepage__wrapper .webform-submission-form,
.hero__details .webform-submission-form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
  }
  .hero-homepage__wrapper .webform-submission-form .form-item input[type=email],
.hero-homepage__wrapper .webform-submission-form .form-item [type=text],
.hero__details .webform-submission-form .form-item input[type=email],
.hero__details .webform-submission-form .form-item [type=text] {
    width: 100%;
  }
  .hero-homepage__wrapper .webform-submission-form .form-actions input[type=submit],
.hero-homepage__wrapper .webform-submission-form .search-block__text,
.hero__details .webform-submission-form .form-actions input[type=submit],
.hero__details .webform-submission-form .search-block__text {
    margin-top: 16px;
    width: 100%;
  }
}

.hero-homepage {
  background-color: black;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
  width: 100%;
}
.hero-homepage::after {
  content: "";
  z-index: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.67%, #0b131b), to(rgba(11, 19, 27, 0.55)));
  background: -o-linear-gradient(top, #0b131b 1.67%, rgba(11, 19, 27, 0.55) 100%);
  background: linear-gradient(180deg, #0b131b 1.67%, rgba(11, 19, 27, 0.55) 100%);
}

.hero-homepage__wrapper {
  position: relative;
  z-index: 1;
}
.hero-homepage__wrapper .hero__credit {
  padding-top: 1rem;
}

.hero-homepage__details {
  padding-bottom: 2rem;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 6rem;
  max-width: 860px;
}
.hero-homepage__details .hero__body {
  font-size: var(--font-size-body);
  font-weight: var(--font-weight-regular);
  line-height: 30px;
  margin-bottom: 16px;
  margin-top: 16px;
}
.hero-homepage__details .hero__title {
  font-size: var(--font-size-title-huge);
  font-weight: 900;
  line-height: 74px;
  text-transform: uppercase;
}
@media (max-width: 424px) {
  .hero-homepage__details .hero__title {
    line-height: 36px;
  }
  .hero-homepage__details .hero__credit {
    padding-top: 1rem;
  }
}
@media (max-width: 991px) {
  .hero-homepage__details {
    padding-bottom: 2rem;
    padding-left: 0rem;
    padding-right: 0rem;
    padding-top: 3rem;
  }
  .hero-homepage__details .hero__title {
    line-height: 48px;
  }
}

@media (min-width: 1440px) {
  #block-views-block-group-leader-resources-block-1 {
    margin-top: -140px;
  }
}

@media (max-width: 767px) {
  .glr-hero.hero__details {
    padding: 48px 0;
  }
}
@media (min-width: 1440px) {
  .glr-hero.hero__details {
    padding: 120px 0;
  }
}
.hero__resource-links ul {
  margin: 0 0 20px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .hero__resource-links ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    margin-top: 18px;
  }
  .hero__resource-links ul .resource-link a {
    padding: 14px 32px 14px 0px;
  }
}
.hero__resource-links .resource-link {
  list-style-type: none;
}
.hero__resource-links .resource-link a {
  display: block;
  font-weight: 800;
  font-family: "Montserrat", sans-serif;
  color: #fff;
  font-size: var(--font-size-body);
  text-decoration: none;
  margin-right: 10px;
  padding: 16px 32px 16px 16px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.1s;
  -o-transition: all 0.1s;
  transition: all 0.1s;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg width='13' height='22' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.875 19.187l8-8m-8-8.312l8 8' stroke='%23FFF' stroke-width='3' fill='none' stroke-linecap='square'/%3E%3C/svg%3E");
  background-position: right 10px center;
  background-repeat: no-repeat;
}
.hero__resource-links .resource-link a:hover {
  background-color: #ca4948;
  -webkit-transition: all 0.2s;
  -o-transition: all 0.2s;
  transition: all 0.2s;
}

[class*=l-constrained] [class*=l-constrained].hero__wrapper {
  max-width: 100%;
}

.campaign-hero .hero__wrapper {
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 424px) {
  .campaign-hero .hero__details {
    padding: 96px 0 32px 0;
  }
}
@media (max-width: 767px) {
  .campaign-hero .hero__details {
    padding: 32px 0 32px 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .campaign-hero .hero__details {
    padding: 96px 0;
  }
}
@media (min-width: 1280px) {
  .campaign-hero .hero__details {
    padding: 100px 0;
  }
}
.campaign-hero .hero__details::before {
  background-color: var(--color-indivisible-black);
  background-image: url(../../../img/campaign-left-corner.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: top left;
  content: "";
  height: 100%;
  left: 50%;
  margin-left: -50vw;
  position: absolute;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.campaign-hero .hero__details::after {
  background-image: url(../../../img/campaign-right-corner.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  content: "";
  position: absolute;
  height: 100%;
  right: 50%;
  margin-right: -50vw;
  top: 0;
  width: 100vw;
  z-index: -1;
}
.campaign-hero .campaign-hero__title {
  font-family: var(--font-family-campaign);
  font-size: var(--font-size-campaign-h1);
  line-height: 1.1;
  margin: 0 auto 36px auto;
  text-align: center;
  text-transform: uppercase;
  position: relative;
}
@media (max-width: 767px) {
  .campaign-hero .campaign-hero__title {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .campaign-hero .campaign-hero__title {
    margin: 0 auto 16px auto;
  }
}
@media (min-width: 992px) and (max-width: 1279px) {
  .campaign-hero .campaign-hero__title {
    line-height: 128px;
  }
}
@media (min-width: 1280px) and (max-width: 1439px) {
  .campaign-hero .campaign-hero__title {
    line-height: 128px;
    margin: 0 auto 24px auto;
  }
}
.campaign-hero .campaign-hero__title::after {
  display: block;
  content: "";
  background-image: url(../../../img/campaign-hero.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  height: 200px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}
@media (max-width: 767px) {
  .campaign-hero .campaign-hero__title::after {
    height: 100%;
  }
}
@media (min-width: 768px) {
  .campaign-hero .campaign-hero__title::after {
    height: 160px;
    top: -24px;
  }
}
@media (min-width: 1280px) {
  .campaign-hero .campaign-hero__title::after {
    height: 200px;
    top: -40px;
  }
}
@media (min-width: 768px) {
  .campaign-hero .campaign-hero__title::after {
    height: 160px;
  }
}
@media (min-width: 1280px) {
  .campaign-hero .campaign-hero__title::after {
    background-size: auto;
    height: 200px;
  }
}
.campaign-hero .campaign-hero__accent {
  background: #ca4948;
  display: block;
  height: 12px;
  margin: 24px auto;
  width: 88px;
}
@media (max-width: 767px) {
  .campaign-hero .campaign-hero__accent {
    height: 6px;
    margin: 8px auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .campaign-hero .campaign-hero__accent {
    margin: 16px auto;
  }
}
.campaign-hero .campaign-hero__body {
  font-family: var(--font-family-sans);
  margin: 36px auto;
  text-align: center;
}
.campaign-hero .field--type-webform {
  height: 40px;
  margin-top: 80px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .campaign-hero .field--type-webform {
    height: 80px;
  }
}
@media (max-width: 767px) {
  .campaign-hero .field--type-webform {
    height: 100%;
  }
}
.campaign-hero .webform-submission-form {
  -webkit-box-pack: center;
          justify-content: center;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 120px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: var(--color-indivisible-navy);
}
.campaign-hero .webform-submission-form input.form-element {
  border: solid 2px #fff;
  background: transparent;
}
.campaign-hero .webform-submission-form input.form-element:focus {
  background: rgba(11, 19, 27, 0.6);
}
@media (max-width: 767px) {
  .campaign-hero .webform-submission-form input.form-element {
    width: 100%;
  }
}
.campaign-hero .webform-submission-form .form-actions {
  margin-top: 16px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .campaign-hero .webform-submission-form {
    max-width: 100%;
    padding: 40px 50px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .campaign-hero .webform-submission-form {
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-flow: column;
    max-width: 100%;
    padding: 40px;
    width: 100%;
  }
}