/* --Hover Mixin.--*/
/* -- Cross browser opacity.--*/
/* -- Animation.--*/
/* ==========================================================================
   #Site Global Sizes
   ========================================================================== */
/**
 * This shall stop the z-index chaos
 */
/* ==========================================================================
   #Site Global Colours
   ========================================================================== */
/* BLOCK: Content + 4 Hilights --------------------------------- */
.cta-contact-us {
  padding-top: 13.75rem;
}
@media (min-width: 61.25em) {
  .cta-contact-us {
    padding-top: 11.25rem;
  }
}
@media (max-width: 46.24em) {
  .cta-contact-us {
    padding: 1.875rem;
  }
}

.cta-contact-us__box {
  background-color: #142052;
  color: white;
  padding: 1.875rem;
}
@media (min-width: 61.25em) {
  .cta-contact-us__box {
    padding: 3.125rem 2.5rem;
  }
}

.cta-contact-us__box .cta-contact-us__icon > span {
  color: #32bf5f;
}

.cta-contact-us__button {
  justify-content: flex-end;
  padding-top: 1.875rem;
}
@media (min-width: 61.25em) {
  .cta-contact-us__button {
    padding-top: 0;
  }
}

.cta-contact-us .body-copy {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5rem;
}
@media (min-width: 46.25em) {
  .cta-contact-us .body-copy {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.cta-contact-us .body-copy a:hover, .cta-contact-us .body-copy a:focus {
  color: #3bbfb0;
}
.cta-contact-us .body-copy a:focus {
  outline: 2px solid inherit;
}

.cta-contact-us__box .hero-pill__btn {
  color: #142052;
}

@media (min-width: 46.25em) {
  .cta-contact-us .in-page__cta__btn {
    grid-column: 2/-1;
  }
}

.cta-contact-us .end-btn {
  padding-top: 1.25rem;
}
@media (min-width: 61.25em) {
  .cta-contact-us .end-btn {
    padding-top: 1.5625rem;
  }
}
