@charset "UTF-8";
/*
 * Styles for the KCM relocation guide pages
 */
body {
  min-width: 340px;
}

.kcm-relocation-guide-hero-banner {
  overflow: hidden;
}

.kcm-relocation-guide-hero-banner > img {
  width: 100%;
  height: auto;
}

.kcm-relocation-guide {
  padding: 2rem 0;
}

.hero-banner-overlay {
  position: relative;
  color: #FFF;
  height: 0;
  line-height: 0;
  top: -120px;
}

@media (max-width: 576px) {
  .kcm-relocation-guide-hero-banner > img {
    width: auto;
    height: 295px;
  }
}
.kcm-relocation-guide {
  padding: 2rem 0;
}

@media (min-width: 576px) {
  .kcm-relocation-guide {
    padding: 3rem 0;
  }
  .hero-banner-overlay {
    top: -100px;
  }
}
@media (min-width: 768px) {
  .kcm-relocation-guide {
    padding: 4rem 0;
  }
  .hero-banner-overlay {
    top: -125px;
  }
}
@media (min-width: 992px) {
  .kcm-relocation-guide {
    padding: 5rem 0;
  }
  .hero-banner-overlay {
    top: -155px;
  }
}
@media (min-width: 1200px) {
  .hero-banner-overlay {
    top: -140px;
  }
}
@media (min-width: 1400px) {
  .hero-banner-overlay {
    top: -180px;
  }
}
.hero-banner-overlay .content-title {
  font-family: Poppins, Helvetica, Georgia, sans-serif;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  color: rgb(255, 255, 255);
}
@media (min-width: 576px) {
  .hero-banner-overlay .kcm-relocation-guide-hero-banner {
    width: auto;
    height: 295px;
  }
}

.kcm-relocation-guide p {
  font-size: 16px;
}
.kcm-relocation-guide title {
  font-size: 24px;
}
.kcm-relocation-guide .download-our-guide {
  padding: 1.5rem;
  background-color: rgb(233, 236, 239);
  border-radius: 0.75rem;
}
.kcm-relocation-guide .list-style-checkmark li {
  list-style-image: url("/modules/custom/kcm_webform/image/checkmark_list.svg");
}
.kcm-relocation-guide blockquote:before {
  content: "“";
}
.kcm-relocation-guide blockquote:after {
  content: "”";
}
.kcm-relocation-guide blockquote,
.kcm-relocation-guide figcaption {
  display: inline;
  font-size: 20px;
}
.kcm-relocation-guide .btn-primary,
.kcm-relocation-guide .webform-button--submit:disabled {
  background-color: rgb(180, 210, 254);
}
.kcm-relocation-guide .btn-primary,
.kcm-relocation-guide .webform-button--submit:hover:enabled {
  background-color: rgb(10, 83, 190);
}
.kcm-relocation-guide .btn-primary,
.kcm-relocation-guide .webform-button--submit {
  background-color: rgb(0, 100, 255);
}
.kcm-relocation-guide .button--primary {
  border-radius: 15px;
  width: 100% !important;
  border-color: rgb(180, 210, 254);
  color: rgb(255, 255, 255);
}

.kcm-relocation-guide.confirmation-page h1.content-title {
  padding-bottom: 0.75rem;
}
.kcm-relocation-guide.confirmation-page h2.content-title {
  padding-top: 0.25rem;
}
.kcm-relocation-guide.confirmation-page .relocation-cover img {
  width: 100%;
  height: auto;
}
.kcm-relocation-guide.confirmation-page .btn-primary {
  border-color: rgb(180, 210, 254);
  color: rgb(255, 255, 255);
}
.kcm-relocation-guide.confirmation-page .small {
  font-size: 14px;
  line-height: 18pt;
  color: rgba(37, 37, 41, 0.6);
}
.kcm-relocation-guide.confirmation-page .small a {
  text-decoration: underline;
  color: inherit;
}
@media (max-width: 768px) {
  .kcm-relocation-guide.confirmation-page h2.content-title {
    padding-top: 2.25rem;
  }
  .kcm-relocation-guide.confirmation-page .btn-primary {
    width: 100% !important;
  }
  .kcm-relocation-guide.confirmation-page .small {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
}
@media (min-width: 768px) {
  .kcm-relocation-guide.confirmation-page .relocation-cover {
    order: -2;
    border: 1px solid rgb(108, 117, 125);
    border-radius: 4px;
  }
  .kcm-relocation-guide.confirmation-page .col-placeholder {
    order: -1;
  }
}
