.c-homepage-hero .c-homepage-hero-layout.layout {
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 48em) {
  .c-homepage-hero .c-homepage-hero-layout.layout {
    padding: 2rem 7.4074074074% 0 7.4074074074%;
  }
}

.c-homepage-hero .c-homepage-hero-wrapper {
  border: none;
}

@media (min-width: 75em) {
  .c-homepage-hero .c-homepage-hero-wrapper {
    border-left: 2px solid var(--color-ictj-red);
  }
}

.c-homepage-hero .c-homepage-hero-wrapper.l--offset-wide {
  padding: 0;
}

@media (min-width: 37.5em) {
  .c-homepage-hero .c-homepage-hero-wrapper.l--offset-wide {
    padding: inherit;
  }
}

.c-homepage-hero .field--name-field-heading {
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: 500;
  font-size: 2rem;
  line-height: 125%;
  margin-bottom: 20px;
  color: var(--color-ictj-blue);
}

@media (min-width: 37.5em) {
  .c-homepage-hero .field--name-field-heading {
    font-size: 3rem;
    line-height: 125%;
    margin-bottom: 20px;
  }
}

@media (min-width: 62em) {
  .c-homepage-hero .field--name-field-heading {
    font-size: 5.5rem;
    line-height: 125%;
    margin-bottom: 40px;
  }
}

.c-homepage-hero .field--name-body {
  font-size: 1.25rem;
  font-family: var(--font-family-sans);
  font-style: normal;
  font-weight: normal;
  line-height: 150%;
  color: black;
  margin-bottom: 40px;
}

@media (min-width: 37.5em) {
  .c-homepage-hero .field--name-body {
    font-size: 1.625rem;
  }
}

@media (min-width: 62em) {
  .c-homepage-hero .field--name-body {
    font-size: 2rem;
  }
}

.c-homepage-hero .field--name-field-hero-cta {
  padding-bottom: 40px;
}

@media (min-width: 37.5em) {
  .c-homepage-hero .field--name-field-hero-cta {
    padding-bottom: 160px;
  }
}

.c-homepage-hero .field--name-field-hero-cta a {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 10px 20px;
  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;
  background: var(--color-tan-white);
  color: black;
}

.c-homepage-hero .field--name-field-hero-cta a:hover {
  text-decoration: none;
}

.c-homepage-hero .field--name-field-hero-cta a:after {
  font-size: 1.375rem;
  line-height: 22px;
  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: 0 0 0 10px;
}

.c-homepage-hero .field--name-field-hero-cta a:after {
  color: var(--color-ictj-red);
}

[dir="rtl"] .c-homepage-hero .field--name-field-hero-cta a:after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  margin: 0 10px 0 10px;
}

.c-homepage-hero .field--name-field-hero-cta a:active {
  text-decoration: none;
  border: 4px solid rgba(36, 121, 194, 0.5);
}

.c-homepage-hero .field--name-field-hero-cta a:focus {
  background: var(--color-tan);
  text-decoration: none;
}

.c-homepage-hero .field--name-field-hero-cta a:hover {
  background: var(--color-lite-tan);
  text-decoration: none;
}

.c-homepage-hero-interior-content.l--offset {
  padding-left: 0;
  padding-right: 0;
}