/* Functions & Mixins */
.gold-outline:focus {
  outline: 2px solid #fbc600 !important; }

/* Universal breakpoints */
.cta-image {
  background-color: #e9eaeb;
  padding: 2rem 0; }
  .cta-image__inner {
    box-sizing: border-box;
    max-width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .cta-image__inner {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    @media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
      .cta-image__inner {
        padding-left: 2.5rem;
        padding-right: 2.5rem; } }
    @media screen and (min-width: 80rem) {
      .cta-image__inner {
        padding-left: 5rem;
        padding-right: 5rem; } }
    @media screen and (min-width: 0rem) and (max-width: 47.9375rem) {
      .cta-image__inner {
        width: 82.5rem; } }
    @media screen and (min-width: 48rem) and (max-width: 79.9375rem) {
      .cta-image__inner {
        width: 85rem; } }
    @media screen and (min-width: 80rem) {
      .cta-image__inner {
        width: 90rem; } }
  .cta-image__left {
    align-self: center;
    justify-content: flex-end;
    display: flex; }
  .cta-image__right {
    padding: 0;
    display: flex;
    flex-direction: column; }
  @media screen and (min-width: 62rem) {
    .cta-image__image {
      max-width: 18.75rem; } }
  .cta-image__heading {
    font-size: 32px;
    font-size: 2rem;
    line-height: 2.25rem;
    font-weight: 500;
    text-transform: uppercase;
    color: #3b3c43;
    margin: 1.5rem 0 0.75rem 0; }
  .cta-image__subheading {
    font-size: 17px;
    font-size: 1.0625rem;
    color: #3b3c43;
    margin: 0; }
    .cta-image__subheading + .cta-image__buttons {
      margin-top: 1rem; }
  .cta-image__link {
    color: #34657f;
    font-weight: 700;
    transition: opacity 300ms ease; }
    .cta-image__link:hover {
      opacity: 0.75; }
  .cta-image__button {
    display: inline-block;
    border: 0;
    padding: 0.875rem;
    align-self: center;
    text-align: center;
    box-sizing: border-box;
    line-height: 1;
    background-color: #fbc600;
    color: #3b3c43;
    font-weight: 500;
    text-decoration: none;
    border: none;
    cursor: pointer;
    transition: background-color 150ms ease-in-out, color 150ms ease-in-out;
    padding: 0.875rem 2rem;
    margin: 0;
    text-transform: uppercase;
    align-self: flex-start;
    width: 100%; }
    .cta-image__button:focus {
      outline: 2px solid #3b3c43 !important; }
    .cta-image__button:hover {
      background-color: #3b3c43 !important;
      color: #ffffff !important; }
    .cta-image__button--home {
      background-color: #58A7AF;
      color: #ffffff; }
      .cta-image__button--home:hover {
        background-color: #4e97a3 !important; }
    .cta-image__button:first-of-type {
      margin-bottom: 1rem; }
    .cta-image__button:last-of-type {
      margin-bottom: 0; }
  @media screen and (min-width: 30rem) {
    .cta-image__button {
      width: auto; } }
  @media screen and (min-width: 48rem) {
    .cta-image {
      padding: 3rem 0; }
      .cta-image__inner {
        flex-direction: row;
        align-items: center;
        max-width: 90%; }
      .cta-image__left {
        width: calc(40% - 2rem);
        margin-right: 2rem; }
      .cta-image__right {
        width: 60%; }
      .cta-image__heading {
        font-size: 40px;
        font-size: 2.5rem;
        line-height: 2.8125rem;
        font-weight: 400; }
      .cta-image__subheading {
        font-size: 20px;
        font-size: 1.25rem;
        margin: 0;
        max-width: 33.75rem; }
        .cta-image__subheading + .cta-image__buttons {
          margin-top: 1.25rem; }
      .cta-image__buttons {
        display: flex;
        align-items: center; }
      .cta-image__button {
        min-width: 13.75rem; }
        .cta-image__button:first-of-type {
          margin-bottom: 0;
          margin-right: 1rem; }
        .cta-image__button:last-of-type {
          margin-bottom: 0;
          margin-right: 0; } }
  @media screen and (min-width: 80rem) {
    .cta-image {
      padding: 4rem 0; }
      .cta-image__inner {
        max-width: 80%; }
      .cta-image__left {
        width: calc(40% - 3rem);
        margin-right: 3rem; }
      .cta-image__heading {
        font-size: 50px;
        font-size: 3.125rem;
        line-height: 3.4375rem;
        margin: 0 0 1.25rem; }
      .cta-image__subheading {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 2.125rem; }
        .cta-image__subheading + .cta-image__buttons {
          margin-top: 2rem; }
      .cta-image__button:first-of-type {
        margin-bottom: 0;
        margin-right: 2rem; }
      .cta-image__button:last-of-type {
        margin-bottom: 0;
        margin-right: 0; } }
