/* =================================================================
flex settings
================================================================= */
.linked-icon-slider-with-headline-wrapper {
  width: 100%;
}

.linked-icon-slider-with-headline {
  padding: 7.5rem 3.3125rem;
  margin: 0 auto;
  max-width: 70rem;
}
@media only screen and (min-width: 56.25em) {
  .linked-icon-slider-with-headline {
    padding: 7.5rem 1.5rem;
  }
}
.linked-icon-slider-with-headline .center-text {
  text-align: center;
}
.linked-icon-slider-with-headline a {
  color: #1B4695;
  text-decoration: underline;
  font-weight: 500;
  font-family: "Open Sans", "Arial", sans-serif;
}
@media only screen and (min-width: 56.25em) {
    .linked-icon-slider-with-headline a:hover,
    .linked-icon-slider-with-headline a:focus{
        color: #2a6496;
        text-decoration: underline;
      }
}
.linked-icon-slider-with-headline sup {
  font-size: 0.6875rem;
  font-weight: 400;
}
.linked-icon-slider-with-headline sup a {
  font-size: 0.6875rem;
  font-weight: 400;
  text-decoration: underline;
  color: #1b4695;
}
.linked-icon-slider-with-headline sup a:hover {
  text-decoration: underline;
  color: #1b4695;
  cursor: pointer;
}
.linked-icon-slider-with-headline .second-headline {
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 2rem;
  line-height: 1.3;
  font-weight: 400;
  padding: 0;
}
.linked-icon-slider-with-headline .second-headline {
  margin-bottom: 2.5rem;
}
/* ===============================
Title Color
================================== */
/* Default */
.linked-icon-slider-with-headline .second-headline {
  color: #1b4695;
}
/* White */
.linked-icon-slider-with-headline .second-headline--white,
.linked-icon-slider-with-headline .second-headline--white a,
.linked-icon-slider-with-headline .second-headline--white sup {
  color: #fff !important;
}
/* Black */
.linked-icon-slider-with-headline .second-headline--black,
.linked-icon-slider-with-headline .second-headline--black a,
.linked-icon-slider-with-headline .second-headline--black sup {
  color: #000 !important;
}
/* Topaz */
.linked-icon-slider-with-headline .second-headline--topaz,
.linked-icon-slider-with-headline .second-headline--topaz a,
.linked-icon-slider-with-headline .second-headline--topaz sup {
  color: #67B2E8 !important;
}
/* Azurite */
.linked-icon-slider-with-headline .second-headline--azurite,
.linked-icon-slider-with-headline .second-headline--azurite a,
.linked-icon-slider-with-headline .second-headline--azurite sup {
  color: #1775BB !important;
}
/* Lapis */
.linked-icon-slider-with-headline .second-headline--lapis,
.linked-icon-slider-with-headline .second-headline--lapis a,
.linked-icon-slider-with-headline .second-headline--lapis sup {
  color: #1C2758 !important;
}
.linked-icon-slider-with-headline .linked-icon-slider {
  user-select: text;
}
.linked-icon-slider-with-headline .linked-icon-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;
}
.linked-icon-slider-with-headline .linked-icon-slide.slick-slide {
  margin: 0.3125rem;
}
.linked-icon-slider-with-headline .linked-icon-slide-link {
  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) {
  .linked-icon-slider-with-headline .linked-icon-slide-link:hover .paragraph-copy {
    color: #2a6496;
  }
}
.linked-icon-slider-with-headline .icon-wrapper {
  max-width: 11.25rem;
  flex-shrink: 0;
}
/* ===============================
Component Copy
================================== */
/* Default */
.linked-icon-slider-with-headline .linked-icon-slide-copy {
  width: 100%;
  font-size: 1.125rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  text-align: center;
  text-decoration-color: #000;
}
/* White */
.linked-icon-slider-with-headline .linked-icon-slide-copy--white,
.linked-icon-slider-with-headline .linked-icon-slide-copy--white a,
.linked-icon-slider-with-headline .linked-icon-slide-copy--white sup {
  color: #fff !important;
}
.linked-icon-slider-with-headline .linked-icon-slide-copy--white:hover,
.linked-icon-slider-with-headline .linked-icon-slide-copy--white:focus {
  color: #fff;
  text-decoration: underline;
}
/* FT Blue */
.linked-icon-slider-with-headline .linked-icon-slide-copy--ftblue,
.linked-icon-slider-with-headline .linked-icon-slide-copy--ftblue a,
.linked-icon-slider-with-headline .linked-icon-slide-copy--ftblue sup {
  color: #1B4695 !important;
  text-decoration-color: #1B4695 !important;
}
.linked-icon-slider-with-headline .linked-icon-slide-copy--ftblue:hover,
.linked-icon-slider-with-headline .linked-icon-slide-copy--ftblue:focus {
  color: #2a6496 !important;
  text-decoration-color: #2a6496 !important;
  text-decoration: underline;
}
/* Topaz */
.linked-icon-slider-with-headline .linked-icon-slide-copy--topaz,
.linked-icon-slider-with-headline .linked-icon-slide-copy--topaz a,
.linked-icon-slider-with-headline .linked-icon-slide-copy--topaz sup {
  color: #67B2E8 !important;
  text-decoration-color: #67B2E8 !important;
}
.linked-icon-slider-with-headline .linked-icon-slide-copy--topaz:hover,
.linked-icon-slider-with-headline .linked-icon-slide-copy--topaz:focus{
  color: #5595c3 !important;
  text-decoration-color: #5595c3 !important;
  text-decoration: underline;
}
/* Azurite */
.linked-icon-slider-with-headline .linked-icon-slide-copy--azurite,
.linked-icon-slider-with-headline .linked-icon-slide-copy--azurite a,
.linked-icon-slider-with-headline .linked-icon-slide-copy--azurite sup {
  color: #1775BB !important;
  text-decoration-color: #1775BB !important;
}
.linked-icon-slider-with-headline .linked-icon-slide-copy--azurite:hover,
.linked-icon-slider-with-headline .linked-icon-slide-copy--azurite:focus {
  color: #167dc9 !important;
  text-decoration-color: #167dc9 !important;
  text-decoration: underline;
}
/* Lapis */
.linked-icon-slider-with-headline .linked-icon-slide-copy--lapis,
.linked-icon-slider-with-headline .linked-icon-slide-copy--lapis a,
.linked-icon-slider-with-headline .linked-icon-slide-copy--lapis sup {
  color: #1C2758 !important;
  text-decoration-color: #1C2758 !important;
}
.linked-icon-slider-with-headline .linked-icon-slide-copy--lapis:hover,
.linked-icon-slider-with-headline .linked-icon-slide-copy--lapis:focus {
  color: #253375 !important;
  text-decoration-color: #253375 !important;
  text-decoration: underline;
}
.linked-icon-slider-with-headline .slick-dots {
  position: static;
  margin-top: 0.625rem;
}
.linked-icon-slider-with-headline .slick-dots li button:before {
  height: 13px;
  width: 13px;
  border: 2px solid #08aa66;
  border-radius: 50%;
  content: "";
  opacity: 1;
}
.linked-icon-slider-with-headline .slick-dots li.slick-active button:before {
  background-color: #08aa66;
  color: #08aa66;
  opacity: 1;
}

/* ===============================
Component Background
================================== */
/* Default */
.linked-icon-slider-with-headline.section-background-white {
  background-color: #fff;
}
/* Light Blue */
.linked-icon-slider-with-headline-wrapper.section-background--ltblue {
  background-color: #eef7fe !important;
}
/* FT Blue */
.linked-icon-slider-with-headline-wrapper.section-background--ftblue {
  background-color: #1B4695 !important;
}
/* Topaz */
.linked-icon-slider-with-headline-wrapper.section-background--topaz {
  background-color: #67B2E8 !important;
}
/* Azurite */
.linked-icon-slider-with-headline-wrapper.section-background--azurite {
  background-color: #1775BB !important;
}
/* Lapis */
.linked-icon-slider-with-headline-wrapper.section-background--lapis {
  background-color: #1C2758 !important;
}

/* ===============================
Slider Dots
================================== */
/* Default */
.linked-icon-slider-with-headline .slick-dots li.slick-active button:before {
  background-color: #08aa66;
  color: #08aa66;
  opacity: 1;
}
.linked-icon-slider-with-headline .slick-dots li button:before {
  height: 13px;
  width: 13px;
  border: 2px solid #08aa66;
  border-radius: 50%;
  content: "";
  opacity: 1;
}
/* Light Blue */
.linked-icon-slider-with-headline-wrapper.section-background--ltblue .slick-dots li.slick-active button:before {
  background-color: #08aa66 !important;
  color: #08aa66 !important;
}
.linked-icon-slider-with-headline-wrapper.section-background--ltblue .icon-slider-with-headline .slick-dots li button:before {
  border: 2px solid #08aa66;
}
/* FT Blue */
.linked-icon-slider-with-headline-wrapper.section-background--ftblue .slick-dots li.slick-active button:before {
  background-color: #fff !important;
  color: #fff !important;
}
.linked-icon-slider-with-headline-wrapper.section-background--ftblue .slick-dots li button:before {
  border: 2px solid #fff;
}
/* Topaz */
.linked-icon-slider-with-headline-wrapper.section-background--topaz .slick-dots li.slick-active button:before {
  background-color: #1C2758 !important;
  color: #1C2758 !important;
}
.linked-icon-slider-with-headline-wrapper.section-background--topaz .slick-dots li button:before {
  border: 2px solid #1C2758;
}
/* Azurite */
.linked-icon-slider-with-headline-wrapper.section-background--azurite .slick-dots li.slick-active button:before {
  background-color: #fff !important;
  color: #fff !important;
}
.linked-icon-slider-with-headline-wrapper.section-background--azurite .slick-dots li button:before {
  border: 2px solid #fff;
}
/* Lapis */
.linked-icon-slider-with-headline-wrapper.section-background--lapis .slick-dots li.slick-active button:before {
  background-color: #fff !important;
  color: #fff !important;
}
.linked-icon-slider-with-headline-wrapper.section-background--lapis .icon-slider-with-headline .slick-dots li button:before {
  border: 2px solid #fff;
}

/*# sourceMappingURL=linked-icon-slider-with-headline.css.map */
