/* =================================================================
Content Block
================================================================= */
.content-block-wrap {
  padding: 6.25rem 0 1.75rem;
  margin: 0 auto;
  max-width: 73rem;
}
.content-block-wrap.pb-large {
  padding-bottom: 5.75rem;
}
@media only screen and (min-width: 56.25em) {
  .content-block-wrap .content-block-container {
    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;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.content-block-wrap .center-text {
  text-align: center;
}
.content-block-wrap .main-copy-wrapper {
  padding: 0 1.5rem;
  margin-bottom: 5rem;
}
.content-block-wrap .main-copy-wrapper .paragraph-copy {
  font-size: 1.125rem;
}
.content-block-wrap .second-headline {
  font-size: 2.375rem;
  margin-bottom: 2rem;
  padding: 0;
}
@media only screen and (min-width: 56.25em) {
  .content-block-wrap .second-headline {
    font-size: 2.625rem;
  }
}
/* ===============================
Title Font Options
================================== */
/* Serif */
.content-block-wrap .second-headline {
  font-family: "Chronicle", "Times New Roman", Times, serif;
}
/* Sans-Serif */
.content-block-wrap .second-headline--sans-serif {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
  padding: 0;
}
@media only screen and (min-width: 56.25em) {
  .content-block-wrap .second-headline--sans-serif {
    font-size: 2.375rem;
  }
}
/* ===============================
Title Color
================================== */
/* Default */
.content-block-wrap .second-headline,
.content-block-wrap .second-headline a,
.content-block-wrap .second-headline sup {
  color: #444;
}
/* White */
.content-block-wrap .second-headline--white,
.content-block-wrap .second-headline--white a,
.content-block-wrap .second-headline--white sup {
  color: #fff !important;
}
/* Black */
.content-block-wrap .second-headline--black,
.content-block-wrap .second-headline--black a,
.content-block-wrap .second-headline--black sup {
  color: #000 !important;
}
/* FT Blue */
.content-block-wrap .second-headline--ftblue,
.content-block-wrap .second-headline--ftblue a,
.content-block-wrap .second-headline--ftblue sup {
  color: #1b4695 !important;
}
/* Topaz */
.content-block-wrap .second-headline--topaz,
.content-block-wrap .second-headline--topaz a,
.content-block-wrap .second-headline--topaz sup {
  color: #67B2E8 !important;
}
/* Azurite */
.content-block-wrap .second-headline--azurite,
.content-block-wrap .second-headline--azurite a,
.content-block-wrap .second-headline--azurite sup {
  color: #1775BB !important;
}
/* Lapis */
.content-block-wrap .second-headline--lapis,
.content-block-wrap .second-headline--lapis a,
.content-block-wrap .second-headline--lapis sup {
  color: #1C2758 !important;
}

.content-block-wrap .content-block {
  margin: 0 auto 4.5rem;
  max-width: 35.5rem;
}
.content-block-wrap .content-block.flex-column {
  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: start;
  -moz-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -moz-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
@media only screen and (min-width: 56.25em) {
  .content-block-wrap .content-block.flex-column {
    align-self: stretch;
  }
}
.content-block-wrap .content-block.flex-column .button-wrapper {
  margin-top: auto;
}
.content-block-wrap .image-wrapper {
  margin-bottom: 2rem;
  text-align: center;
}
.content-block-wrap .wrapper-for-icon {
  min-height: 0.0625rem;
  margin-bottom: 1rem;
}
.content-block-wrap .wrapper-for-icon img.half-width {
  display: block;
  width: 50%;
  margin: 0 auto;
}
.content-block-wrap .copy-wrapper {
  width: 100%;
  padding: 0 1.5rem;
}
/* ===============================
Third Headline Font Options
================================== */
/* Serif */
.content-block-wrap .copy-wrapper .third-headline {
  font-family: "Chronicle", "Times New Roman", Times, serif;
  font-size: 2rem;
  line-height: 1.1;
  margin-bottom: 1.5rem;
}
/* Sans-Serif */
.content-block-wrap .copy-wrapper .third-headline--sans-serif {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
  padding: 0;
}
.content-block-wrap .copy-wrapper .paragraph-copy {
  font-size: 1rem;
  margin-bottom: 1.5rem;
}
/* ===============================
Copy Color
================================== */
/* Default */
.content-block-wrap .copy-wrapper .paragraph-copy {
  color: #54565a;
}
/* Dark Gray */
.content-block-wrap .copy-wrapper .paragraph-copy--dark-gray,
.content-block-wrap .copy-wrapper .paragraph-copy--dark-gray a,
.content-block-wrap .copy-wrapper .paragraph-copy--dark-gray sup {
  color: #444 !important;
}
/* FT Blue */
.content-block-wrap .copy-wrapper .paragraph-copy--ftblue,
.content-block-wrap .copy-wrapper .paragraph-copy--ftblue a,
.content-block-wrap .copy-wrapper .paragraph-copy--ftblue sup {
  color: #1b4695 !important;
}
/* White */
.content-block-wrap .copy-wrapper .paragraph-copy--white,
.content-block-wrap .copy-wrapper .paragraph-copy--white a,
.content-block-wrap .copy-wrapper .paragraph-copy--white sup {
  color: #fff !important;
}
/* Topaz */
.content-block-wrap .copy-wrapper .paragraph-copy--topaz,
.content-block-wrap .copy-wrapper .paragraph-copy--topaz a,
.content-block-wrap .copy-wrapper .paragraph-copy--topaz sup {
  color: #67B2E8 !important;
}
/* Azurite */
.content-block-wrap .copy-wrapper .paragraph-copy--azurite,
.content-block-wrap .copy-wrapper .paragraph-copy--azurite a,
.content-block-wrap .copy-wrapper .paragraph-copy--azurite sup {
  color: #1775BB !important;
}
/* Lapis */
.content-block-wrap .copy-wrapper .paragraph-copy--lapis,
.content-block-wrap .copy-wrapper .paragraph-copy--lapis a,
.content-block-wrap .copy-wrapper .paragraph-copy--lapis sup {
  color: #1C2758 !important;
}
.content-block-wrap .copy-wrapper .paragraph-copy--dark-gray a,
.content-block-wrap .copy-wrapper .paragraph-copy--ftblue a,
.content-block-wrap .copy-wrapper .paragraph-copy--white a,
.content-block-wrap .copy-wrapper .paragraph-copy--topaz a,
.content-block-wrap .copy-wrapper .paragraph-copy--azurite a,
.content-block-wrap .copy-wrapper .paragraph-copy--lapis a {
  text-decoration: underline;
}
.content-block-wrap .copy-wrapper .paragraph-copy.primary-bold {
  font-weight: 700;
}
.content-block-wrap .copy-wrapper .options-list {
  list-style-type: disc;
  margin-left: 1.875rem;
  color: #54565a;
}
.content-block-wrap .copy-wrapper .options-list-item {
  color: #54565a;
  margin-bottom: 1rem;
  padding-left: 0.3125rem;
}
.content-block-wrap .button-wrapper {
  text-align: center;
}
.content-block-wrap .content-block-wrap-button {
  display: inline-block;
  font-size: 1.125rem;
  text-align: center;
  line-height: 1.3;
  font-weight: 600;
  text-decoration: none;
  padding: 0.6875rem 1.5rem;
  transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
}
@media only screen and (min-width: 56.25em) {
  .content-block-wrap .content-block-wrap-button:hover {
    text-decoration: none;
  }
}
.content-block-wrap .content-block-wrap-button.wam-styles {
  border-radius: 0.375rem;
}
.content-block-wrap .content-block-wrap-slider {
  margin: 0 auto 2.5rem;
  user-select: text;
}
.content-block-wrap .content-block-wrap-slider .slick-track {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: start;
  -moz-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 56.25em) {
  .content-block-wrap .content-block-wrap-slider .slick-track {
    margin: 0 auto;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
.content-block-wrap .content-block-wrap-slide {
  margin: 0.3125rem;
  padding: 0 1.5rem;
  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;
}
@media only screen and (min-width: 56.25em) {
  .content-block-wrap .content-block-wrap-slide {
    margin: 1rem 0.3125rem 0.3125rem;
  }
}
.content-block-wrap .icon-wrapper {
  max-width: 2.8125rem;
  flex-shrink: 0;
  margin-bottom: 1rem;
}
.content-block-wrap .slide-headline {
  font-family: "Chronicle", "Times New Roman", Times, serif;
  font-size: 1.875rem;
  line-height: 1;
  margin-bottom: 1rem;
}
/* ===============================
Slide Headline Font Options
================================== */
/* Serif */
.content-block-wrap .slide-headline {
  font-family: "Chronicle", "Times New Roman", Times, serif;
}
/* Sans-Serif */
.content-block-wrap .slide-headline--sans-serif {
  font-family: "Open Sans", "Arial", sans-serif;
}
/* ===============================
Slide Headline Color
================================== */
/* Default */
.content-block-wrap .slide-headline,
.content-block-wrap .slide-headline a,
.content-block-wrap .slide-headline sup {
  color: #444;
}
/* White */
.content-block-wrap .slide-headline--white,
.content-block-wrap .slide-headline--white a,
.content-block-wrap .slide-headline--white sup {
  color: #fff !important;
}
/* Black */
.content-block-wrap .slide-headline--black,
.content-block-wrap .slide-headline--black a,
.content-block-wrap .slide-headline--black sup {
  color: #000 !important;
}
/* FT Blue */
.content-block-wrap .slide-headline--ftblue,
.content-block-wrap .slide-headline--ftblue a,
.content-block-wrap .slide-headline--ftblue sup {
  color: #1b4695 !important;
}
/* Topaz */
.content-block-wrap .slide-headline--topaz,
.content-block-wrap .slide-headline--topaz a,
.content-block-wrap .slide-headline--topaz sup {
  color: #67B2E8 !important;
}
/* Azurite */
.list-and-image-2-column .slide-headline--azurite,
.list-and-image-2-column .slide-headline--azurite a,
.list-and-image-2-column .slide-headline--azurite sup {
  color: #1775BB !important;
}
/* Lapis */
.list-and-image-2-column .slide-headline--lapis,
.list-and-image-2-column .slide-headline--lapis a,
.list-and-image-2-column .slide-headline--lapis sup {
  color: #1C2758 !important;
}
.content-block-wrap .slide-copy {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  margin-bottom: 0;
  text-align: center;
  width: 100%;
}
/* ===============================
Slide Copy Color
================================== */
/* Default */
.content-block-wrap .slide-copy,
.content-block-wrap .slide-copy a,
.content-block-wrap .slide-copy sup {
  color: #54565a;
}
/* White */
.content-block-wrap .slide-copy--white,
.content-block-wrap .slide-copy--white a,
.content-block-wrap .slide-copy--white sup {
  color: #fff !important;
}
/* Black */
.content-block-wrap .slide-copy--black,
.content-block-wrap .slide-copy--black a,
.content-block-wrap .slide-copy--black sup {
  color: #000 !important;
}
/* FT Blue */
.content-block-wrap .slide-copy--ftblue,
.content-block-wrap .slide-copy--ftblue a,
.content-block-wrap .slide-copy--ftblue sup {
  color: #1b4695 !important;
}
/* Topaz */
.content-block-wrap .slide-copy--topaz,
.content-block-wrap .slide-copy--topaz a,
.content-block-wrap .slide-copy--topaz sup {
  color: #67B2E8 !important;
}
/* Azurite */
.content-block-wrap .slide-copy--azurite,
.content-block-wrap .slide-copy--azurite a,
.content-block-wrap .slide-copy--azurite sup {
  color: #1775BB !important;
}
/* Lapis */
.content-block-wrap .slide-copy--lapis,
.content-block-wrap .slide-copy--lapis a,
.content-block-wrap .slide-copy--lapis sup {
  color: #1C2758 !important;
}
.content-block-wrap .slick-dots {
  position: static;
  margin-top: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.content-block-wrap .slider-nav {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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;
}
.content-block-wrap .slider-nav .slider-arrow {
  margin: 0 1rem;
}
@media only screen and (min-width: 56.25em) {
  .content-block-wrap .slider-nav .slider-arrow:hover {
    cursor: pointer;
  }
}
.content-block-wrap .slider-nav .slider-arrow img {
  display: block;
}
@media only screen and (min-width: 56.25em) {
  .content-block-wrap.with-2-columns .content-block {
    width: 48.5%;
  }
}
@media only screen and (min-width: 56.25em) {
  .content-block-wrap.with-3-columns .content-block {
    width: 32%;
  }
}
/* ============================
Background Color Options
=============================== */
/* Default */
.content-block-wrap-wrapper.section-background-white {
  background-color: #fff;
}
/* Gray */
.content-block-wrap-wrapper.section-background--gray {
  background-color: #f1f1f1 !important;
}
/* Dark Gray */
.content-block-wrap-wrapper.section-background--dark-gray {
  background-color: #444 !important;
}
/* LT Blue */
.content-block-wrap-wrapper.section-background--ltblue {
  background-color: #eef7fe !important;
}
/* FT Blue */
.content-block-wrap-wrapper.section-background--ftblue {
  background-color: #1B4695 !important;
}
/* White */
.content-block-wrap-wrapper.section-background--white {
  background-color: #fff !important;
}
/* Topaz */
.content-block-wrap-wrapper.section-background--topaz {
  background-color: #67B2E8 !important;
}
/* Azurite */
.content-block-wrap-wrapper.section-background--azurite {
  background-color: #1775BB !important;
}
/* Lapis */
.content-block-wrap-wrapper.section-background--lapis {
  background-color: #1C2758 !important;
}
/* ===============================
Slider Dots
================================== */
/* Default */
.content-block-wrap .slick-dots li button:before {
  height: 13px;
  width: 13px;
  border: 2px solid #1c2758;
  border-radius: 50%;
  content: "";
  opacity: 1;
}
.content-block-wrap .slick-dots li.slick-active button:before {
  background-color: #1c2758;
  color: #1c2758;
  opacity: 1;
}
/* Gray */
.content-block-wrap-wrapper.section-background--gray {
  background-color: #f1f1f1 !important;
}
.content-block-wrap-wrapper.section-background--gray .slick-dots li.slick-active button:before {
  background-color: #1C2758 !important;
  color: #1C2758 !important;
}
.content-block-wrap-wrapper.section-background--gray .slick-dots li button:before {
  border: 2px solid #1C2758;
}
/* Dark Gray */
.content-block-wrap-wrapper.section-background--dark-gray {
  background-color: #444 !important;
}
.content-block-wrap-wrapper.section-background--dark-gray .slick-dots li.slick-active button:before {
  background-color: #fff !important;
  color: #fff !important;
}
.content-block-wrap-wrapper.section-background--dark-gray .slick-dots li button:before {
  border: 2px solid #fff !important;
}
/* LT Blue */
.content-block-wrap-wrapper.section-background--ltblue .slick-dots li.slick-active button:before {
  background-color: #08aa66 !important;
  color: #08aa66 !important;
}
.content-block-wrap-wrapper.section-background--ltblue .icon-slider-with-headline .slick-dots li button:before {
  border: 2px solid #08aa66 !important;
}
/* FT Blue */
.content-block-wrap-wrapper.section-background--ftblue .slick-dots li.slick-active button:before {
  background-color: #fff !important;
  color: #fff !important;
}
.content-block-wrap-wrapper.section-background--ftblue .slick-dots li button:before {
  border: 2px solid #fff !important;
}
/* Topaz */
.content-block-wrap-wrapper.section-background--topaz .slick-dots li.slick-active button:before {
  background-color: #1C2758 !important;
  color: #1C2758 !important;
}
.content-block-wrap-wrapper.section-background--topaz .slick-dots li button:before {
  border: 2px solid #1C2758 !important;
}
/* Azurite */
.content-block-wrap-wrapper.section-background--azurite .slick-dots li.slick-active button:before {
  background-color: #fff !important;
  color: #fff !important;
}
.content-block-wrap-wrapper.section-background--azurite .slick-dots li button:before {
  border: 2px solid #fff !important;
}
/* Lapis */
.content-block-wrap-wrapper.section-background--lapis .slick-dots li.slick-active button:before {
  background-color: #fff !important;
  color: #fff !important;
}
.content-block-wrap-wrapper.section-background--lapis .icon-slider-with-headline .slick-dots li button:before {
  border: 2px solid #fff !important;
}

/*# sourceMappingURL=content-block-wrap.css.map */
