@charset "UTF-8";
.mobile-vis { display: block; }
@media only screen and (min-width: 64em) {
    .mobile-vis { display: none; }
}
.sticky-cta-bar.slide-in {
    visibility: visible;
    top: 0;
}
.sticky-cta-bar {
  visibility: hidden;
  position: fixed;
  top: -62.4375rem;
  left: 0;
  right: 0;
  width: 100%;
  padding: 0 1rem;
}
.sticky-cta-bar .button-wrapper {
  margin-bottom: 1.5rem;
}
@media only screen and (min-width: 64em) {
  .sticky-cta-bar .button-wrapper {
    display: inline-block;
    margin-bottom: 0;
    margin-right: 1.5rem;
    margin-left: 0;
  }
}
.sticky-cta-bar .hero-cta-button--rounded {
  border-radius: 0.375rem;
}
.sticky-cta-bar .c-sticky-cta-bar__content {
    margin-top: 1rem;
    margin-bottom: 1rem;
    text-align: center;
}
@media only screen and (min-width: 64em) {
    .sticky-cta-bar .c-sticky-cta-bar__content {
      display: inline-block;
      margin: 0 1.5rem 0 0;
    }
    .sticky-cta-bar .c-sticky-cta-bar__content .c-sticky-cta-bar__text {
        font-size: 1.5rem;
        padding-bottom: 0;
    }
}
@media only screen and (min-width: 64em) {
  .sticky-cta-bar .secondary-link {
    display: inline-block;
  }
}
.sticky-cta-bar .secondary-link {
    text-align: center;
}
.sticky-cta-bar .secondary-link .the-link .anchor {
  text-decoration: underline;
  font-size: 1.25rem;
}
@media only screen and (min-width: 47.5em) {
  .wam-components .sticky-cta-bar {
    top: -6.25rem;
    padding: 0.9375rem;
    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;
    background-color: #fff;
    box-shadow: 0 0 1rem 0 rgba(0, 0, 0, 0.08);
    z-index: 10;
    transition: 0.3s ease-in-out;
  }
  .wam-components .sticky-cta-bar.slide-in {
    visibility: visible;
    top: 0;
  }
 .sticky-cta-bar .c-sticky-cta-bar__content .c-sticky-cta-bar__text {
      font-size: 1.5rem;
      padding-bottom: 0;
 }

  .sticky-cta-bar .hero-cta-button:hover,
  .sticky-cta-bar .hero-cta-button:focus {
    text-decoration: none;
  }
  .wam-components .sticky-cta-bar .the-link {
    padding: 0;
  }
}
/* ===============================
Content Color
================================== */
.sticky-cta-bar .c-sticky-cta-bar__text--white {
    color: #fff;
}
.sticky-cta-bar .c-sticky-cta-bar__text--ftblue {
    color: #1B4695;
}
.sticky-cta-bar .c-sticky-cta-bar__text--lapis {
    color: #1C2758;
}
.sticky-cta-bar .c-sticky-cta-bar__text--topaz {
    color: #67B2E8;
}
.sticky-cta-bar .c-sticky-cta-bar__text--azurite {
    color: #1775BB;
}

/* ===============================
CTA Color
================================== */
.sticky-cta-bar .hero-cta-button {
    padding: 0.9375rem 2.3125rem;
}
@media only screen and (min-width: 47.5em) {
  .sticky-cta-bar .hero-cta-button {
    width: 100%;
    display: inline-block;
    font-size: 1.25rem;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out, border 0.15s ease-in-out;
  }
  .sticky-cta-bar .hero-cta-button:hover,
  .sticky-cta-bar .hero-cta-button:focus {
    text-decoration: none;
  }
}
/* FT Blue */
.sticky-cta-bar .hero-cta-button--ftblue {
  background-color: #1B4695;
  color: #fff;
  border: 0.125rem solid #1B4695;
}
.sticky-cta-bar .hero-cta-button--ftblue:hover,
.sticky-cta-bar .hero-cta-button--ftblue:focus {
  background-color: #2054b3;
  color: #fff;
  border: 0.125rem solid #2054b3;
}
.sticky-cta-bar .hero-cta-button--white {
  background-color: #fff;
  color: #1B4695;
  border: 0.125rem solid #fff;
}
.sticky-cta-bar .hero-cta-button--white:hover,
.sticky-cta-bar .hero-cta-button--white:focus {
  background-color: transparent;
  color: #fff;
  border: 0.125rem solid #fff;
}
/* Topaz */
.sticky-cta-bar .hero-cta-button--topaz {
  background-color: #67B2E8;
  color: #000;
  border: 0.125rem solid #67B2E8;
}
.sticky-cta-bar .hero-cta-button--topaz:hover,
.sticky-cta-bar .hero-cta-button--topaz:focus {
  background-color: #65a1ce;
  border: 0.125rem solid #65a1ce;
  color: #000;
}
/* Azurite */
.sticky-cta-bar .hero-cta-button--azurite {
  background-color: #1775BB;
  color: #fff;
  border: 0.125rem solid #1775BB;
}
.sticky-cta-bar .hero-cta-button--azurite:hover,
.sticky-cta-bar .hero-cta-button--azurite:focus {
  background-color: #13619a;
  border: 0.125rem solid #13619a;
  color: #fff;
}
/* Ghost */
.sticky-cta-bar .hero-cta-button--ghost {
  background-color: transparent;
  color: #fff;
  border: 0.125rem solid #fff;
}
.sticky-cta-bar .hero-cta-button--ghost:hover {
  background-color: #fff;
  border: 0.125rem solid #fff;
  text-decoration: none;
  color: #1d4094;
}
/* Lapis */
.sticky-cta-bar .hero-cta-button--lapis {
  background-color: #1C2758;
  color: #fff;
  border: 0.125rem solid #1C2758;
}
.sticky-cta-bar .hero-cta-button--lapis:hover,
.sticky-cta-bar .hero-cta-button--lapis:focus {
  background-color: #1B4695;
  border: 0.125rem solid #1B4695;
  color: #fff;
}
/* ===============================
Link Color
================================== */
/* Default */
@media only screen and (min-width: 64em) {
  .sticky-cta-bar .secondary-link {
    display: inline-block;
  }
}
@media only screen and (min-width: 47.5em) {
  .sticky-cta-bar .the-link {
    padding: 0;
  }
}
.sticky-cta-bar .the-link a {
  font-family: "Open Sans", "Arial", sans-serif;
  text-decoration: underline;
  color: #1c2758;
  font-size: 1.25rem;
  font-weight: 500;
}
/* White */
.sticky-cta-bar .the-link--white a,
.sticky-cta-bar .the-link--white a:hover,
.sticky-cta-bar .the-link--white a:focus {
  color: #fff;
}
/* Black */
.sticky-cta-bar .the-link--black a,
.sticky-cta-bar .the-link--black a:hover,
.sticky-cta-bar .the-link--black a:focus {
  color: #000;
}
/* FT Blue */
.sticky-cta-bar .the-link--ftblue a,
.sticky-cta-bar .the-link--ftblue a:hover,
.sticky-cta-bar .the-link--ftblue a:focus {
  color: #1B4695;
}
/* Topaz */
.sticky-cta-bar .the-link--topaz a,
.sticky-cta-bar .the-link--topaz a:hover,
.sticky-cta-bar .the-link--topaz a:focus {
  color: #67B2E8;
}
/* Azurite */
.sticky-cta-bar .the-link--azurite a,
.sticky-cta-bar .the-link--azurite a:hover,
.sticky-cta-bar .the-link--azurite a:focus {
  color: #1775BB;
}
/* Lapis */
.sticky-cta-bar .the-link--lapis a,
.sticky-cta-bar .the-link--lapis a:hover,
.sticky-cta-bar .the-link--lapis a:focus {
  color: #1C2758;
}
/* ===============================
Component Background Color
================================== */
.sticky-cta-bar {
    background: #fff;
}
/* LT Gray */
.sticky-cta-bar.section-background--ltgray {
  background: #f1f1f1;
}
/* Dark Gray */
.sticky-cta-bar.section-background--dark-gray {
  background: #444;
}
/* LT Blue */
.sticky-cta-bar.section-background--ltblue {
  background: #eef7fe;
}
/* FT Blue */
.sticky-cta-bar.section-background--ftblue {
  background: #1B4695;
}
/* Topaz */
.sticky-cta-bar.section-background--topaz {
  background: #67B2E8;
}
/* Azurite */
.sticky-cta-bar.section-background--azurite {
  background: #1775BB;
}
/* Lapis */
.sticky-cta-bar.section-background--lapis {
  background-color: #1C2758;
}
