/* =================================================================
Cards with Rounded Corners and Headline
================================================================= */
.cards-with-rounded-corners-and-headline-2-column-max {
  position: relative;
  padding: 5rem 1.5rem 5rem;
  margin: 0 auto;
  max-width: 73rem;
}
@media only screen and (min-width: 75em) {
  .cards-with-rounded-corners-and-headline-2-column-max {
    padding: 5rem 0 5rem;
  }
}
.cards-with-rounded-corners-and-headline-2-column-max .c-breadcrumbs__link,
.cards-with-rounded-corners-and-headline-2-column-max .c-breadcrumbs__list-item--last,
.cards-with-rounded-corners-and-headline-2-column-max .c-breadcrumbs__list-item:after {
  color: #444;
  font-size: 0.875rem;
}
.cards-with-rounded-corners-and-headline-2-column-max .main-copy-wrapper {
  margin-bottom: 5rem;
}
.cards-with-rounded-corners-and-headline-2-column-max .center-text {
  text-align: center;
}
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline {
  font-size: 3.125rem;
  line-height: 1.2;
  font-weight: 400;
  margin-bottom: 1.625rem;
  padding-bottom: 0;
}
/* ===============================
Primary Headline Font Options
================================== */
/* Serif */
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--serif {
  font-family: "Chronicle", "Times New Roman", Times, serif !important;
}
/* Sans-Serif */
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--sans-serif {
  font-family: "Open Sans", "Arial", sans-serif !important;
  font-weight: 400 !important;
}
/* ===============================
Title Color
================================== */
/* Default */
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline,
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline a,
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline sup {
  color: #1c2758;
}
/* White */
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--white,
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--white a,
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--white sup {
  color: #fff !important;
}
/* Gray */
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--gray,
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--gray a,
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--gray sup {
  color: #444 !important;
}
/* Black */
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--black,
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--black a,
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--black sup {
  color: #000 !important;
}
/* FT Blue */
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--ftblue,
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--ftblue a,
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--ftblue sup {
  color: #1B4695 !important;
}
/* Topaz */
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--topaz,
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--topaz a,
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--topaz sup {
  color: #67B2E8 !important;
}
/* Azurite */
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--azurite,
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--azurite a,
.cards-with-rounded-corners-and-headline-2-column-max .primary-headline--azurite sup {
  color: #1775BB !important;
}
/* ===============================
Copy Color
================================== */
/* Default */
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy {
  color: #54565a;
  font-size: 1.375rem;
  line-height: 1.3;
  margin-bottom: 0;
}
/* White */
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--white,
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--white a,
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--white sup a {
  color: #fff !important;
}
/* Gray */
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--gray,
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--gray a,
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--gray sup a {
  color: #444 !important;
}
/* Black */
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--black,
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--black a,
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--black sup a {
  color: #000 !important;
}
/* FT Blue */
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--ftblue,
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--ftblue a,
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--ftblue sup a {
  color: #1B4695 !important;
}
/* Topaz */
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--topaz,
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--topaz a,
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--topaz sup a {
  color: #67B2E8 !important;
}
/* Azurite */
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--azurite,
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--azurite a,
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--azurite sup a {
  color: #1775BB !important;
}
/* Lapis */
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--lapis,
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--lapis a,
.cards-with-rounded-corners-and-headline-2-column-max .paragraph-copy--lapis sup a {
  color: #1775BB !important;
}

@media only screen and (min-width: 56.25em) {
  .cards-with-rounded-corners-and-headline-2-column-max .cards-wrapper {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
/* ===============================
Card Color
================================== */
/* Default */
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners {
  padding: 1.5rem 1.5rem 3rem;
  margin: 0 auto 3.5rem;
  border: 0.0625rem solid #eaebef;
  border-radius: 0 3.25rem 0 3.25rem;
  box-shadow: 0 2.1875rem 3.375rem -1.875rem rgba(0, 0, 0, 0.25);
  overflow: hidden;
  max-width: 35.4375rem;
}
/* FT Blue */
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners--ftblue {
  background-color: #1B4695 !important;
  border: 0.0625rem solid #1B4695 !important;
}
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners--ftblue .second-headline,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners--ftblue p,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners--ftblue sup a {
  color: #fff !important;
}
/* Topaz */
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners--topaz {
  background-color: #67B2E8 !important;
  border: 0.0625rem solid #67B2E8 !important;
}
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners--topaz .second-headline,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners--topaz p,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners--topaz sup a {
  color: #000 !important;
}
/* Azurite */
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners--azurite {
  background-color: #1775BB !important;
  border: 0.0625rem solid #1775BB !important;
}
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners--azurite .second-headline,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners--azurite p,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners--azurite sup a {
  color: #fff !important;
}
/* Lapis */
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners--lapis {
  background-color: #1C2758 !important;
  border: 0.0625rem solid #1C2758 !important;
}
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners--lapis .second-headline,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners--lapis p,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners--lapis sup a {
  color: #fff !important;
}
/* ===============================
Card Title Color
================================== */
/* White */
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--white,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--white a,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--white sup a {
  color: #fff !important;
}
/* Dark Gray */
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--dark-gray,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--dark-gray a,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--dark-gray sup a {
  color: #444 !important;
}
/* Black */
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--black,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--black a,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--black sup a {
  color: #000 !important;
}
/* FT Blue */
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--ftblue,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--ftblue a,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--ftblue sup a {
  color: #1B4695 !important;
}
/* Topaz */
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--topaz,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--topaz a,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--topaz sup a {
  color: #67B2E8 !important;
}
/* Azurite */
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--azurite,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--azurite a,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--azurite sup a {
  color: #1775BB !important;
}
/* Lapis */
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--lapis,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--lapis a,
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--lapis sup a {
  color: #1C2758 !important;
}
@media only screen and (min-width: 37.5em) {
  .cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners {
    width: 85%;
  }
}
@media only screen and (min-width: 47.5em) {
  .cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners {
    width: 75%;
  }
}
@media only screen and (min-width: 56.25em) {
  .cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners {
    margin: 0 0 3.5rem;
    width: 48.5%;
    border-radius: 0 5.75rem 0 5.75rem;
  }
}
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .card-image-wrapper {
  margin: 0 auto 2.125rem;
  text-align: center;
}
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .card-image-wrapper img {
  border-radius: 0 5rem 0 0;
}
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline {
  line-height: 1;
  color: #1c2758;
  margin-bottom: 1.875rem;
  font-size: 2.25rem;
  padding-bottom: 0;
}
@media only screen and (min-width: 56.25em) {
  .cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline {
    margin-bottom: 1.5rem;
  }
}
/* ===============================
Second Headline Font Options
================================== */
/* Serif */
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--serif {
  font-family: "Chronicle", "Times New Roman", Times, serif !important;
  font-weight: 400;
}
/* Sans-Serif */
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .second-headline--sans-serif {
  font-family: "Open Sans", "Arial", sans-serif !important;
  font-weight: 400;
}
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .paragraph-copy {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 2rem;
}
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .button-wrapper {
  text-align: center;
  display: block;
}
.cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .card-with-2-rounded-corners-button {
  display: inline-block;
  font-size: 1.0625rem;
  text-align: center;
  line-height: 1;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  padding: 1.0625rem 2.5rem;
  transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
  font-family: "Open Sans", "Arial", sans-serif;
}
@media only screen and (min-width: 56.25em) {
  .cards-with-rounded-corners-and-headline-2-column-max .card-with-2-rounded-corners .card-with-2-rounded-corners-button:hover {
    text-decoration: none;
  }
}
/* ===============================
Button Color
================================== */
.card-with-2-rounded-corners .primary-button {
  background-color: #1c2758;
  color: #fff;
  border: 0.125rem solid #1c2758;
}
.card-with-2-rounded-corners .primary-button--ftgreen {
  background-color: #1c2758;
  color: #fff;
  border: 0.125rem solid #1c2758;
}
/* FT Blue */
.card-with-2-rounded-corners .primary-button--ftblue {
  background-color: #1B4695 !important;
  color: #fff !important;
  border: 0.125rem solid #1B4695 !important;
}
/* Topaz */
.card-with-2-rounded-corners .primary-button--topaz {
  background-color: #67B2E8 !important;
  color: #000 !important;
  border: 0.125rem solid #67B2E8 !important;
}
/* Azurite */
.card-with-2-rounded-corners .primary-button--azurite {
  background-color: #1775BB !important;
  color: #fff !important;
  border: 0.125rem solid #1775BB !important;
}
/* Lapis */
.card-with-2-rounded-corners .primary-button--lapis {
  background-color: #1C2758 !important;
  color: #fff !important;
  border: 0.125rem solid #1C2758 !important;
}
/* Lapis (WAM) */
.card-with-2-rounded-corners .primary-button--lapis-wam {
  background-color: #1C2758 !important;
  color: #fff !important;
  border: 0.125rem solid #1C2758 !important;
}
@media only screen and (min-width: 56.25em) {
  .card-with-2-rounded-corners .primary-button:hover,
  .card-with-2-rounded-corners .primary-button:focus {
    background-color: #54565a;
    color: #fff;
    border: 0.125rem solid #54565a;
  }
  /* FT Green */
  .card-with-2-rounded-corners .primary-button--ftgreen:hover,
  .card-with-2-rounded-corners .primary-button--ftgreen:focus {
    background-color: #00804a;
    border: .125rem solid #00804a;
    color: #fff;
  }
  /* FT Blue */
  .card-with-2-rounded-corners .primary-button--ftblue:hover,
  .card-with-2-rounded-corners .primary-button--ftblue:focus {
    background-color: #2054b3 !important;
    border: 0.125rem solid #2054b3 !important;
    text-decoration: none !important;
    color: #fff !important;
  }
  /* Topaz */
  .card-with-2-rounded-corners .primary-button--topaz:hover,
  .card-with-2-rounded-corners .primary-button--topaz:focus {
    background-color: #65a1ce !important;
    border: 0.125rem solid #65a1ce !important;
    text-decoration: none !important;
    color: #000 !important;
  }
  /* Azurite */
  .card-with-2-rounded-corners .primary-button--azurite:hover,
  .card-with-2-rounded-corners .primary-button--azurite:focus {
    background-color: #13619a !important;
    border: 0.125rem solid #13619a !important;
    text-decoration: none !important;
    color: #fff !important;
  }
  /* Lapis */
  .card-with-2-rounded-corners .primary-button--lapis:hover,
  .card-with-2-rounded-corners .primary-button--lapis:focus {
    background-color: #1B4695 !important;
    border: 0.125rem solid #1B4695 !important;
    text-decoration: none !important;
    color: #fff !important;
  }
  /* Lapis (WAM) */
  .card-with-2-rounded-corners .primary-button--lapis-wam:hover,
  .card-with-2-rounded-corners .primary-button--lapis-wam:focus {
    background-color: #444 !important;
    border: 0.125rem solid #444 !important;
    text-decoration: none !important;
    color: #fff !important;
  }
  /* Lapis on FT Blue */
  .cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--ftblue .primary-button--lapis:hover,
  .cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--ftblue .primary-button--lapis:hover {
    border: 0.125rem solid #fff !important;
  }
}
/* ===============================
Component Background Color
================================== */
/* Default */
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background-white {
  background-color: #fff;
}
/* LT Blue */
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--ltblue {
  background-color: #eef7fe !important;
}
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--ltblue .c-breadcrumbs__link,
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--ltblue .c-breadcrumbs__list-item--last,
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--ltblue .c-breadcrumbs__list-item:after {
  color: #444;
}
/* Light Gray */
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--gray {
  background-color: #ececec !important;
}
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--gray .c-breadcrumbs__link,
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--gray .c-breadcrumbs__list-item--last,
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--gray .c-breadcrumbs__list-item:after {
  color: #333;
}
/* Light Gray */
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--dark-gray {
  background-color: #444 !important;
}
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--dark-gray .c-breadcrumbs__link,
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--dark-gray .c-breadcrumbs__list-item--last,
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--dark-gray .c-breadcrumbs__list-item:after {
  color: #fff;
}
/* FT Blue */
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--ftblue {
  background-color: #1B4695 !important;
}
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--ftblue .c-breadcrumbs__link,
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--ftblue .c-breadcrumbs__list-item--last,
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--ftblue .c-breadcrumbs__list-item:after {
  color: #fff;
}
/* Topaz */
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--topaz {
  background-color: #67B2E8 !important;
}
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--topaz .c-breadcrumbs__link,
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--topaz .c-breadcrumbs__list-item--last,
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--topaz .c-breadcrumbs__list-item:after {
  color: #333;
}
/* Azurite */
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--azurite {
  background-color: #1775BB !important;
}
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--azurite .c-breadcrumbs__link,
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--azurite .c-breadcrumbs__list-item--last,
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--azurite .c-breadcrumbs__list-item:after {
  color: #fff;
}
/* Lapis */
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--lapis {
  background-color: #1C2758 !important;
}
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--lapis .c-breadcrumbs__link,
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--lapis .c-breadcrumbs__list-item--last,
.cards-with-rounded-corners-and-headline-2-column-max-wrapper.section-background--lapis .c-breadcrumbs__list-item:after {
  color: #fff;
}
