/**
 * @file
 * Large Arrow Callout styles.
 */
/**
 * @file
 * Dependencies.
 *
 * The necessary dependencies for compiling styles.
 * Nothing here should compile into CSS, helpers only.
 */
/**
 * @file
 * Color variables.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * @file
 * Typography declarations.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * @file
 * Custom Functions.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/* Remove the unit of a length.
 * @param {Number} $number - Number to remove unit from
 * @return {Number} - Unitless number
 *
 * Reference: https://css-tricks.com/snippets/sass/strip-unit-function/
*/
/* Convert a value (raw number or pixel size) into rems. */
/**
 * @file
 * General variables.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * @file
 * Custom Mixins.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
/**
 * Breakpoint
 *
 * usage example:
 * @include breakpoint($feature: max-width, $value: 1509px) {
 *  display: none;
 * }
 */
/* Dynamic containment mixin. */
/**
 * @file
 * Z-Indices.
 *
 * This is imported into dependencies, therefore nothing in here should
 * output .css when compiled.
 */
.large-arrow-callout {
  background-color: #003366;
  padding-top: 4rem;
  padding-bottom: 3rem;
  margin-top: 4rem;
  margin-bottom: 4rem;
  position: relative;
}
@media screen and (max-width: 47.9375rem) {
  .large-arrow-callout {
    margin-bottom: 2rem;
  }
}
.inner-columns--40-60 .inner-columns__column-1 .large-arrow-callout {
  width: calc((100vw - 1316px) / 2 + 100%);
  left: calc((-100vw + 1316px) / 2);
  padding-left: calc((100vw - 1316px) / 2);
  padding-right: 4.375rem;
}
@media screen and (max-width: 94.3125rem) {
  .inner-columns--40-60 .inner-columns__column-1 .large-arrow-callout {
    width: 117.6%;
    left: -17.4%;
    padding-left: 17.4%;
  }
}
@media screen and (max-width: 73.0625rem) {
  .inner-columns--40-60 .inner-columns__column-1 .large-arrow-callout {
    padding-right: 3.125rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .inner-columns--40-60 .inner-columns__column-1 .large-arrow-callout {
    width: 106.8%;
    left: -6.8%;
    padding: 2rem 7%;
  }
}
.inner-columns--40-60 .inner-columns__column-2 .large-arrow-callout {
  width: calc((100vw - 1316px) / 2 + 99%);
  padding-right: calc((100vw - 1316px) / 2);
  padding-left: 4.375rem;
}
@media screen and (max-width: 94.3125rem) {
  .inner-columns--40-60 .inner-columns__column-2 .large-arrow-callout {
    width: 112.4%;
    padding-right: 12%;
  }
}
@media screen and (max-width: 73.0625rem) {
  .inner-columns--40-60 .inner-columns__column-2 .large-arrow-callout {
    padding-left: 3.125rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .inner-columns--40-60 .inner-columns__column-2 .large-arrow-callout {
    width: 106.8%;
    padding: 2rem 12% 2rem 6%;
  }
}
.inner-columns--60-40 .inner-columns__column-1 .large-arrow-callout {
  width: calc((100vw - 1316px) / 2 + 100%);
  left: calc((-100vw + 1316px) / 2);
  padding-left: calc((100vw - 1316px) / 2);
  padding-right: 4.375rem;
}
@media screen and (max-width: 94.3125rem) {
  .inner-columns--60-40 .inner-columns__column-1 .large-arrow-callout {
    width: 112.4%;
    left: -12.4%;
    padding-left: 12.4%;
  }
}
@media screen and (max-width: 73.0625rem) {
  .inner-columns--60-40 .inner-columns__column-1 .large-arrow-callout {
    padding-right: 3.125rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .inner-columns--60-40 .inner-columns__column-1 .large-arrow-callout {
    width: 106.8%;
    left: -6.8%;
    padding: 2rem 7%;
  }
}
.inner-columns--60-40 .inner-columns__column-2 .large-arrow-callout {
  width: calc((100vw - 1316px) / 2 + 98.6%);
  padding-right: calc((100vw - 1316px) / 2);
  padding-left: 4.375rem;
}
@media screen and (max-width: 94.3125rem) {
  .inner-columns--60-40 .inner-columns__column-2 .large-arrow-callout {
    width: 117.5%;
    padding-right: 16%;
  }
}
@media screen and (max-width: 73.0625rem) {
  .inner-columns--60-40 .inner-columns__column-2 .large-arrow-callout {
    padding-left: 3.125rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .inner-columns--60-40 .inner-columns__column-2 .large-arrow-callout {
    width: 106.8%;
    padding: 2rem 12% 2rem 6%;
  }
}
.inner-columns--50-50 .inner-columns__column-1 .large-arrow-callout {
  width: calc((100vw - 1316px) / 2 + 100%);
  left: calc((-100vw + 1316px) / 2);
  padding-left: calc((100vw - 1316px) / 2);
  padding-right: 4.375rem;
}
@media screen and (max-width: 94.3125rem) {
  .inner-columns--50-50 .inner-columns__column-1 .large-arrow-callout {
    width: 116%;
    left: -16%;
    padding-left: 16%;
  }
}
@media screen and (max-width: 73.0625rem) {
  .inner-columns--50-50 .inner-columns__column-1 .large-arrow-callout {
    padding-right: 3.125rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .inner-columns--50-50 .inner-columns__column-1 .large-arrow-callout {
    width: 106.8%;
    left: -6.8%;
    padding: 2rem 12% 2rem 7%;
  }
}
.inner-columns--50-50 .inner-columns__column-2 .large-arrow-callout {
  width: calc((100vw - 1316px) / 2 + 98.8%);
  padding-right: calc((100vw - 1316px) / 2);
  padding-left: 4.375rem;
}
@media screen and (max-width: 94.3125rem) {
  .inner-columns--50-50 .inner-columns__column-2 .large-arrow-callout {
    width: 114.6%;
    padding-right: 16%;
  }
}
@media screen and (max-width: 73.0625rem) {
  .inner-columns--50-50 .inner-columns__column-2 .large-arrow-callout {
    padding-left: 3.125rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .inner-columns--50-50 .inner-columns__column-2 .large-arrow-callout {
    width: 106.8%;
    padding: 2rem 12% 2rem 7%;
  }
}
.page-layout--two-column .large-arrow-callout {
  left: calc((-100vw + 154%) / 2);
  padding-left: calc((100vw - 154%) / 2);
  padding-right: 4.375rem;
  width: calc((100vw - 154%) / 2 + 88%);
}
@media screen and (max-width: 87.4375rem) {
  .page-layout--two-column .large-arrow-callout {
    left: -12%;
    padding-left: 12%;
  }
}
@media screen and (max-width: 73.0625rem) {
  .page-layout--two-column .large-arrow-callout {
    padding-right: 3.125rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .page-layout--two-column .large-arrow-callout {
    width: 112%;
    margin: 0 0 2rem 0;
    padding: 2rem 10% 2rem 12%;
  }
}
.page-layout--two-column .large-arrow-callout.large-arrow-callout--arrow-right {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.large-arrow-callout .large-arrow-callout__heading {
  color: #ffffff;
  font-size: 4.5rem;
}
@media screen and (max-width: 94.3125rem) {
  .large-arrow-callout .large-arrow-callout__heading {
    font-size: 4rem;
  }
}
@media screen and (max-width: 73.0625rem) {
  .large-arrow-callout .large-arrow-callout__heading {
    font-size: 3.375rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .large-arrow-callout .large-arrow-callout__heading {
    font-size: 2.5rem;
  }
}
@media screen and (max-width: 94.3125rem) {
  .large-arrow-callout svg {
    width: 3.125rem;
    height: 3.125rem;
  }
}
@media screen and (max-width: 47.9375rem) {
  .large-arrow-callout svg {
    width: 2.25rem;
    height: 2.25rem;
  }
}
.large-arrow-callout.large-arrow-callout--arrow-right {
  padding-top: 6rem;
  padding-bottom: 5.9375rem;
}
@media screen and (max-width: 73.0625rem) {
  .large-arrow-callout.large-arrow-callout--arrow-right {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
}
.large-arrow-callout.large-arrow-callout--arrow-right .large-arrow-callout__heading {
  display: inline;
}
.large-arrow-callout.large-arrow-callout--arrow-right svg {
  margin-left: 1rem;
}
@media screen and (max-width: 47.9375rem) {
  .large-arrow-callout.large-arrow-callout--arrow-right svg {
    transform: rotate(90deg);
  }
}

/*# sourceMappingURL=large-arrow-callout.css.map*/