/* =================================================================
Content Block with Large Image
================================================================= */
.content-block-large-image {
  padding: 6.25rem 1.5rem;
  margin: 0 auto;
  max-width: 52.5rem;
}
/* ===============================
Title Font Options
================================== */
/* Serif */
.content-block-large-image .second-headline {
  font-family: "Chronicle", "Times New Roman", Times, serif;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 56.25em) {
  .content-block-large-image .second-headline {
    font-size: 2.625rem;
  }
}
/* Sans-Serif */
.content-block-large-image .second-headline--sans-serif {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 56.25em) {
  .content-block-large-image .second-headline--sans-serif {
    font-size: 2.625rem;
  }
}
.content-block-large-image .center-text {
  text-align: center;
}
/* ===============================
Title Color
================================== */
/* Default */
.content-block-large-image .second-headline {
  color: #444;
}
/* White */
.content-block-large-image .second-headline--white,
.content-block-large-image .second-headline--white a,
.content-block-large-image .second-headline--white sup {
  color: #fff !important;
}
/* Black */
.content-block-large-image .second-headline--black,
.content-block-large-image .second-headline--black a,
.content-block-large-image .second-headline--black sup {
  color: #000 !important;
}
/* FT Blue */
.content-block-large-image .second-headline--ftblue,
.content-block-large-image .second-headline--ftblue a,
.content-block-large-image .second-headline--ftblue sup {
  color: #1B4695 !important;
}
/* Topaz */
.content-block-large-image .second-headline--topaz,
.content-block-large-image .second-headline--topaz a,
.content-block-large-image .second-headline--topaz sup {
  color: #67B2E8 !important;
}
/* Azurite */
.content-block-large-image .second-headline--azurite,
.content-block-large-image .second-headline--azurite a,
.content-block-large-image .second-headline--azurite sup {
  color: #1775BB !important;
}
/* Lapis */
.content-block-large-image .second-headline--lapis,
.content-block-large-image .second-headline--lapis a,
.content-block-large-image .second-headline--lapis sup {
  color: #1C2758 !important;
}
/* ===============================
Copy Color
================================== */
/* Default */
.content-block-large-image .paragraph-copy {
  font-size: 1.125rem;
  margin-bottom: 3.5rem;
  color: #54565a;
}
@media only screen and (min-width: 56.25em) {
  .content-block-large-image .paragraph-copy {
    margin-bottom: 4.5rem;
  }
}
/* White */
.content-block-large-image .paragraph-copy--white,
.content-block-large-image .paragraph-copy--white a,
.content-block-large-image .paragraph-copy--white sup {
  color: #fff !important;
}
/* Black */
.content-block-large-image .paragraph-copy--black,
.content-block-large-image .paragraph-copy--black a,
.content-block-large-image .paragraph-copy--black sup {
  color: #000 !important;
}
/* FT Blue */
.content-block-large-image .paragraph-copy--ftblue,
.content-block-large-image .paragraph-copy--ftblue a,
.content-block-large-image .paragraph-copy--ftblue sup {
  color: #1B4695 !important;
}
/* Topaz */
.content-block-large-image .paragraph-copy--topaz,
.content-block-large-image .paragraph-copy--topaz a,
.content-block-large-image .paragraph-copy--topaz sup {
  color: #67B2E8 !important;
}
/* Azurite */
.content-block-large-image .paragraph-copy--azurite,
.content-block-large-image .paragraph-copy--azurite a,
.content-block-large-image .paragraph-copy--azurite sup {
  color: #1775BB !important;
}
/* Lapis */
.c-hero .c-hero__content .c-hero__content--tagline--lapis,
.c-hero .c-hero__content .c-hero__content--tagline--lapis a,
.c-hero .c-hero__content .c-hero__content--tagline--lapis sup {
  color: #1C2758 !important;
}
.content-block-large-image .paragraph-copy.smaller-margin {
  margin-bottom: 2rem;
}
.content-block-large-image .graphic-wrapper {
  text-align: center;
}
.content-block-large-image .js-graph-open {
  display: inline-block;
  margin-top: 1rem;
}
.content-block-large-image .js-graph-open.light-color {
  color: #fff;
}
/* ===============================
Component Background Color
================================== */
/* Default */
.content-block-large-image-wrapper.section-background-primary-light-gray-gradient {
  background: linear-gradient(231.83deg, rgba(139, 141, 141, 0.2) 0%, rgba(226, 226, 226, 0.2) 100%);
}
/* LT Gray */
.content-block-large-image-wrapper.section-background--ltgray {
  background: #f1f1f1;
}
.content-block-large-image-wrapper.section-background--ltgray .graphic-wrapper a {
  color: #1B4695 !important;
}
/* White */
.content-block-large-image-wrapper.section-background--white {
  background: #fff;
}
.content-block-large-image-wrapper.section-background--white .graphic-wrapper a {
  color: #1B4695 !important;
}
/* Dark Gray */
.content-block-large-image-wrapper.section-background--dark-gray {
  background: #444 !important;
}
.content-block-large-image-wrapper.section-background--dark-gray .graphic-wrapper a {
  color: #fff !important;
}
/* LT Blue */
.content-block-large-image-wrapper.section-background--ltblue {
  background: #eef7fe !important;
}
.content-block-large-image-wrapper.section-background--ltblue .graphic-wrapper a {
  color: #1C2758 !important;
}
/* FT Blue */
.content-block-large-image-wrapper.section-background--ftblue {
  background: #1B4695 !important;
}
.content-block-large-image-wrapper.section-background--ftblue .graphic-wrapper a {
  color: #fff !important;
}
/* Topaz */
.content-block-large-image-wrapper.section-background--topaz {
  background: #67B2E8 !important;
}
.content-block-large-image-wrapper.section-background--topaz .graphic-wrapper a {
  color: #000 !important;
}
/* Azurite */
.content-block-large-image-wrapper.section-background--azurite {
  background: #1775BB !important;
}
.content-block-large-image-wrapper.section-background--azurite .graphic-wrapper a {
  color: #fff !important;
}
/* Lapis */
.content-block-large-image-wrapper.section-background--lapis {
  background-color: #1C2758 !important;
}
.content-block-large-image-wrapper.section-background--lapis .graphic-wrapper a {
  color: #fff !important;
}

/*# sourceMappingURL=content-block-large-image.css.map */

/* =================================================================
flex settings
================================================================= */
.c-overlay {
  position: fixed;
  z-index: 2;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  background-color: rgba(28, 39, 88, 0.8);
  visibility: hidden;
  opacity: 0;
  backface-visibility: hidden;
  transition: opacity 0.2s 0s, visibility 0s 0.2s, transform 0.2s 0s;
}
.c-overlay.is-visible {
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s 0s, visibility 0s 0s, transform 0.2s 0s;
}

@media only screen and (max-width: 64.06em) {
  .c-overlay.is-visible {
    transform: translateX(-260px);
  }

  .nav-on-left .c-overlay.is-visible {
    transform: translateX(260px);
  }

  .c-overlay.is-visible.search-is-visible,
.nav-on-left .c-overlay.is-visible.search-is-visible {
    transform: translateX(0);
  }
}
html.c-modal--opened {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.c-modal {
  display: none;
  position: relative;
  z-index: 4;
  padding: 1rem;
}
.c-modal .is-hidden {
  display: none;
}
.c-modal.is-visible {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0;
}

.c-modal--opened {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.c-modal__container {
  position: fixed;
  top: 0;
  height: 100%;
}

@media only screen and (min-width: 46.8em) {
  .c-modal__container {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: auto;
    max-width: 650px;
    width: 100%;
    border-radius: 3px;
    box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.1);
  }

  .c-modal__better {
    max-width: 960px;
  }
}
.c-modal__content {
  height: 100vh;
  overflow: auto;
  background-color: #fff;
}

@media only screen and (min-width: 46.8em) {
  .c-modal__content {
    height: auto;
    overflow: hidden;
  }
}
.c-modal__body,
.c-modal__footer {
  padding: 1rem;
}

.c-modal__header {
  position: relative;
  display: table;
  width: 100%;
  padding: 1rem;
  padding-top: 1.5rem;
}

.c-modal__body {
  max-height: 450px;
  overflow: auto;
}

.c-modal__title {
  padding: 0;
  display: table-footer-group;
  color: #444;
}

@media only screen and (min-width: 46.8em) {
  .c-modal__title {
    display: table-cell;
  }
}
.c-btn {
  color: #fff;
  background: #1b4695;
  display: inline-block;
  text-align: center;
  border: 0.0625rem solid #1b4695;
  line-height: 1;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.15s ease-in-out, border 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  cursor: pointer;
  padding: 0.5rem 1rem;
  text-transform: uppercase;
}
.c-btn:hover {
  text-decoration: none;
  color: #1b4695;
  background: #fff;
}
.c-btn:focus {
  text-decoration: none;
  color: #fff;
  background: #1b4695;
}

.c-modal__close-btn {
  position: relative;
  top: 0;
  right: 0;
  display: table-cell;
  width: 40px;
  height: 40px;
  border: 0;
  border-radius: 50%;
  appearance: none;
  cursor: pointer;
  margin-bottom: 1rem;
  color: #C4022B;
  box-shadow: 1px 1px 10px 5px transparent;
  transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

@media only screen and (min-width: 46.8em) {
  .c-modal__close-btn {
    margin-bottom: 0;
  }
}
.c-modal__close-btn::before,
.c-modal__close-btn::after {
  display: inline-block;
  content: "";
  position: absolute;
  right: 16px;
  top: 16px;
  width: 20px;
  height: 2px;
  background-color: #C4022B;
}

.c-modal__close-btn::before {
  transform: rotate(45deg);
}

.c-modal__close-btn::after {
  transform: rotate(-45deg);
}

.c-modal__copy {
  padding-bottom: 1rem;
}

.c-modal__checkbox-copy {
  margin-left: 30px;
}

.c-modal__footer {
  padding-top: 0;
  text-align: right;
}

html {
  overflow-y: visible;
}

.video-modal.is-visible {
  z-index: 15;
}
.video-modal .c-modal__container {
  position: fixed;
  top: 0;
  left: 0;
  transform: none;
  height: auto;
  width: 100%;
  border-radius: 3px;
  box-shadow: 1px 1px 10px 5px rgba(0, 0, 0, 0.1);
}
.video-modal .c-modal__container.c-modal__better {
  max-width: 100%;
}
.video-modal .c-modal__content {
  height: 100vh;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-direction: normal;
  -moz-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.video-modal .c-modal__body {
  position: relative;
  height: auto;
  max-height: 100%;
  width: 90vw;
  overflow: hidden;
  padding: 1rem 0;
}
.video-modal .c-modal__close-btn {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  color: #1c2758;
}
.video-modal .c-modal__close-btn::before, .video-modal .c-modal__close-btn::after {
  background-color: #1c2758;
}
.video-modal .c-modal__footer {
  align-self: flex-end;
  padding-right: 5vw;
}

/*# sourceMappingURL=modal.css.map */

