/* GLOBAL */
.chevron--down::after,
.chevron--down::before {
  transform: rotate(45deg);
}

.chevron--left::after,
.chevron--left::before {
  transform: rotate(134deg);
}

.chevron--right::after,
.chevron--right::before {
  transform: rotate(-45deg);
}

.chevron--up::after,
.chevron--up::before {
  transform: rotate(-134deg);
}

* {
  box-sizing: border-box;
  margin: 0 0 0 0;
}

html,
body {
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  scroll-behavior: smooth;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  background: #ffffff;
  color: #000000;
  font-family: "Effra", Arial, sans-serif;
  font-size: 16px;
  line-height: 1em;
}

a,
a:hover {
  position: relative;
  transition: all 0.25s ease-in-out;
}

.anchor {
  display: block;
  position: relative;
  top: -208px;
  visibility: hidden;
}

p a,
ul:not(.menu) a,
ol a {
  color: #097cbf;
  transition: all 0.25s ease-in-out;
}
p a:hover,
ul:not(.menu) a:hover,
ol a:hover {
  color: #26b0ff;
  transition: all 0.25s ease-in-out;
}

h3 + p {
  margin: 24px 0 0 0;
}

p + h3 {
  margin: 64px 0 0 0;
}

strong,
b {
  font-weight: 400;
}

ul:not(.menu) {
  margin: 24px 0 24px 0;
  padding: 0 0 0 16px;
}
ul:not(.menu) li + li {
  margin: 8px 0 0 0;
}

ol {
  counter-reset: numbers;
  list-style: none;
  margin: 24px 0 24px 0;
  padding: 0 0 0 32px;
}
ol li {
  counter-increment: numbers;
  margin: 0 0 8px 0;
  position: relative;
}
ol li::before {
  content: counter(numbers) ".";
  font-weight: 400;
  height: 32px;
  left: -32px;
  position: absolute;
  width: 32px;
}
ol ol {
  counter-reset: letters;
  list-style: none;
  margin: 8px 0 0 0;
}
ol ol li {
  counter-increment: letters;
}
ol ol li::before {
  content: counter(letters, lower-alpha) ".";
}
ol ol ol {
  counter-reset: numbers;
}
ol ol ol li {
  counter-increment: numbers;
}
ol ol ol li::before {
  content: counter(numbers) ")";
}
ol ol ol ol {
  counter-reset: letters;
}
ol ol ol ol li {
  counter-increment: letters;
}
ol ol ol ol li::before {
  content: "(" counter(letters, lower-alpha) ")";
}

hr {
  background: linear-gradient(to right, #595478, #64ccc9);
  border: none;
  height: 2px;
  margin: 32px 0 32px 0;
}

sup {
  font-family: "Effra", Arial, sans-serif;
  font-size: 0.5em;
  font-weight: 200;
  position: relative;
  top: -4px;
  vertical-align: top;
}

.menu {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
.menu li {
  position: relative;
}
.menu a {
  text-decoration: none;
}

.visually-hidden,
.hide {
  display: none !important;
}

@media screen and (max-width: 1023px) {
  .scroll--stop {
    overflow: hidden !important;
    position: fixed !important;
  }
}

@media screen and (min-width: 768px) {
  .mobile-only {
    display: none;
  }
}

@media screen and (min-width: 1024px) {
  .tablet-only {
    display: none;
  }
}

.add-beta::after {
  border: 2px solid;
  border-radius: 10px 10px 10px 10px;
  content: "Beta";
  font-family: "Effra", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.667em;
  margin: 0 0 0 8px;
  padding: 4px 4px 4px 4px;
}

h1 .add-beta::after {
  font-size: 0.5em;
  margin: 0 8px 0 0;
  vertical-align: bottom;
}

a.show-statement-of-faith {
  display: block;
  position: relative;
  top: -96px;
  visibility: hidden;
}

.page__classic-basic-overview .basic-promo {
  margin: 24px 0 0 0;
}

.page__home .basic-promo-container,
.page__home-new .basic-promo-container {
  margin: 0 32px 0 32px;
  padding: 80px 0 0 0;
}
.page__home .basic-promo-container .basic-promo,
.page__home-new .basic-promo-container .basic-promo {
  color: #595478;
}

.page__classic-basic-cost .basic-promo-container {
  padding: 32px 0 0 0;
}
.page__classic-basic-cost .basic-promo-container .basic-promo {
  text-align: left !important;
}

.basic-promo {
  font-family: mokoko, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 800;
  line-height: 32px;
  text-align: center;
}

.basic-promo__alert {
  font-family: mokoko, serif;
  font-style: normal;
  font-weight: 800;
}
.basic-promo__alert em {
  color: #9f8fca;
  font-style: normal;
}

table.basic-data {
  border-collapse: collapse;
}
table.basic-data thead {
  background-color: #64ccc9;
  font-weight: 500;
}
table.basic-data thead td {
  line-height: 24px;
  padding: 8px 24px 8px 24px;
}
table.basic-data tbody tr:nth-of-type(odd) {
  background-color: #eeeef4;
}
table.basic-data tbody td {
  line-height: 24px;
  padding: 12px 24px 12px 24px;
}
@media screen and (min-width: 768px) {
  table.basic-data .table-width--264 {
    width: 264px;
  }
}

.main {
  display: block;
  position: relative;
}

.prologue__header,
.epilogue__header {
  margin: 0 auto 0 auto;
  max-width: 896px;
  width: 100%;
}
.prologue__location,
.epilogue__location {
  color: #64ccc9;
  display: block;
  font-family: "Effra", Arial, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .prologue__location,
.epilogue__location {
    font-size: 1.125em;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .prologue__location,
.epilogue__location {
    font-size: 1.375em;
    line-height: 32px;
  }
}
.prologue__body,
.epilogue__body {
  font-size: 1.125em;
  font-weight: 200;
  line-height: 32px;
  margin: 64px auto 0 auto;
  max-width: 896px;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prologue__body,
.epilogue__body {
    padding: 0 160px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .prologue__body,
.epilogue__body {
    padding: 0 320px 0 0;
  }
}
.prologue__body p + p,
.epilogue__body p + p {
  margin: 24px 0 0 0;
}

.prologue-featured-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .prologue-featured-image {
    height: 256px;
  }
}
@media screen and (min-width: 768px) {
  .prologue-featured-image {
    height: 512px;
  }
}
.prologue-featured-image .caption-container {
  background: linear-gradient(transparent 50%, transparent, #000000);
  height: 100%;
  padding: 24px 24px 24px 24px;
}
.prologue-featured-image .caption {
  align-items: flex-end;
  color: #ffffff;
  display: flex;
  font-weight: 500;
  height: 100%;
}

.two-column-container--full-bleed {
  padding: 0 0 0 0;
}

@media screen and (min-width: 768px) {
  .two-column--full-bleed {
    display: flex;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .two-column--full-bleed {
    height: 240px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .two-column--full-bleed {
    height: 312px;
  }
}
@media screen and (min-width: 1280px) and (max-width: 2239px) {
  .two-column--full-bleed {
    height: 448px;
  }
}
@media screen and (min-width: 2240px) {
  .two-column--full-bleed {
    height: 600px;
  }
}
.two-column--full-bleed .prologue,
.two-column--full-bleed .epilogue {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .two-column--full-bleed .prologue,
.two-column--full-bleed .epilogue {
    padding: 24px 24px 24px 24px;
  }
}
@media screen and (min-width: 768px) {
  .two-column--full-bleed .prologue,
.two-column--full-bleed .epilogue {
    padding: 64px 24px 64px 24px;
    width: calc(100% / 2 - 48px);
  }
}
@media screen and (min-width: 1280px) {
  .two-column--full-bleed .prologue,
.two-column--full-bleed .epilogue {
    padding-right: 192px;
  }
}
.two-column--full-bleed .prologue__header, .two-column--full-bleed .prologue__body,
.two-column--full-bleed .epilogue__header,
.two-column--full-bleed .epilogue__body {
  margin: 0 0 0 0;
  max-width: 400px;
  padding-right: 0;
  width: 100%;
}
.two-column--full-bleed .prologue__body,
.two-column--full-bleed .epilogue__body {
  margin-top: 32px;
}
.two-column--full-bleed .prologue__body a,
.two-column--full-bleed .epilogue__body a {
  color: #eeeef4;
}
.two-column--full-bleed .prologue__body a:hover,
.two-column--full-bleed .epilogue__body a:hover {
  color: #ffffff;
}
.two-column--full-bleed .prologue.prologue--stories,
.two-column--full-bleed .epilogue.prologue--stories {
  align-items: flex-end;
  padding-right: 24px;
}
.two-column--full-bleed .prologue.prologue--stories .prologue__header,
.two-column--full-bleed .epilogue.prologue--stories .prologue__header {
  max-width: 560px;
}
@media screen and (min-width: 768px) {
  .two-column--full-bleed .prologue.epilogue--maternity,
.two-column--full-bleed .epilogue.epilogue--maternity {
    padding-right: 120px;
    width: calc(100% / 2 + 680px);
  }
}
.two-column--full-bleed .prologue.epilogue--maternity .epilogue__header,
.two-column--full-bleed .prologue.epilogue--maternity .epilogue__body,
.two-column--full-bleed .epilogue.epilogue--maternity .epilogue__header,
.two-column--full-bleed .epilogue.epilogue--maternity .epilogue__body {
  max-width: 560px;
}
.two-column--full-bleed .prologue__image,
.two-column--full-bleed .epilogue__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .two-column--full-bleed .prologue__image,
.two-column--full-bleed .epilogue__image {
    height: 200px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .two-column--full-bleed .prologue__image,
.two-column--full-bleed .epilogue__image {
    width: calc(100% / 2 + 48px);
  }
}
@media screen and (min-width: 768px) {
  .two-column--full-bleed .prologue__image.epilogue--maternity,
.two-column--full-bleed .epilogue__image.epilogue--maternity {
    width: calc(100% / 2 - 680px);
  }
}

.epilogue {
  margin: 64px 0 0 0;
  padding: 0 0 0 0;
}

section.promo-banner + section.epilogue {
  margin-top: 0;
}

.image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .image {
    height: 152px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image {
    height: 304px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .image {
    height: 408px;
  }
}
@media screen and (min-width: 1280px) {
  .image {
    height: 560px;
  }
}

.testimonial {
  background: linear-gradient(to right, #595478, #64ccc9);
  color: #ffffff;
  padding: 48px 24px 48px 24px;
}
.testimonial__body {
  padding: 48px 0 48px 0;
  position: relative;
}
.testimonial__body::after, .testimonial__body::before {
  background-color: #ffffff;
  content: "";
  height: 1px;
  position: absolute;
  width: 128px;
}
@media screen and (max-width: 767px) {
  .testimonial__body::after, .testimonial__body::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.testimonial__body::after {
  bottom: 0;
}
.testimonial__body::before {
  top: 0;
}
.testimonial__copy {
  font-family: "Mokoko", serif;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .testimonial__copy {
    font-size: 1.6875em;
    line-height: 48px;
  }
}
@media screen and (min-width: 768px) {
  .testimonial__copy {
    font-size: 2.25em;
    line-height: 56px;
  }
}
.testimonial__citation {
  align-items: center;
  display: flex;
  font-size: 1.375em;
  font-weight: 500;
  line-height: 32px;
  margin: 16px 0 0 0;
}
@media screen and (max-width: 767px) {
  .testimonial__citation {
    min-height: 48px;
  }
}
@media screen and (min-width: 768px) {
  .testimonial__citation {
    min-height: 56px;
  }
}

.five9-frame {
  right: 16px !important;
  text-align: right !important;
  z-index: 98 !important;
}

.bg--burnt-orange {
  background-color: #ff6a39;
}

.bg--cerulean {
  background-color: #097cbf;
  color: #ffffff;
}

.bg--cold-purple {
  background-color: #9f8fca;
}

.bg--comet {
  background-color: #626074;
  color: #ffffff;
}

.bg--debug {
  background-color: rgba(255, 0, 0, 0.1);
}

.bg--dim-gray {
  background-color: #707070;
}

.bg--downy {
  background-color: #64ccc9;
}

.bg--lavender {
  background-color: #eeeef4;
  color: #000000;
}

.bg--smoky {
  background-color: #595478;
  color: #ffffff;
}

.bg--tolopea {
  background-color: #271f41;
  color: #ffffff;
}

.bg--very-light-gray {
  background-color: #cccccc;
  color: #000000;
}

.bg--white {
  background-color: #ffffff;
  color: #000000;
}
@media print {
  .bg--white {
    color: #000000;
  }
}

.bg--cold-purple-to-smoky {
  background: linear-gradient(to right, #9f8fca, #595478);
  color: #ffffff;
}

.bg--downy-to-smoky {
  background: linear-gradient(to right, #64ccc9, #595478);
  color: #ffffff;
}

.bg--smoky-to-downy {
  background: linear-gradient(to right, #595478, #64ccc9);
  color: #ffffff;
}

.bg--smoky-to-tolopea {
  background: linear-gradient(to right, #595478, #271f41);
  color: #ffffff;
}

.bg--cerulean a,
.bg--comet a,
.bg--smoky a,
.bg--tolopea a,
.bg--cold-purple-to-smoky a,
.bg--downy-to-smoky a,
.bg--smoky-to-downy a,
.bg--smoky-to-tolopea a {
  color: #ffffff;
}
.bg--cerulean a:hover,
.bg--comet a:hover,
.bg--smoky a:hover,
.bg--tolopea a:hover,
.bg--cold-purple-to-smoky a:hover,
.bg--downy-to-smoky a:hover,
.bg--smoky-to-downy a:hover,
.bg--smoky-to-tolopea a:hover {
  color: #cccccc;
}

section.embed-video-container + section.bg--smoky-to-downy {
  margin-top: 128px;
}

section {
  position: relative;
}
@media screen and (max-width: 767px) {
  section {
    padding: 48px 24px 48px 24px;
  }
}
@media screen and (min-width: 768px) {
  section {
    padding: 64px 24px 64px 24px;
  }
}
section section {
  padding: 0 0 0 0;
}

.main > section:last-of-type:not(.epilogue) {
  padding-bottom: 128px;
}

.section__header-container {
  padding-bottom: 0;
}

.section__header + div {
  padding: 48px 0 0 0;
}

.prologue + .section__body-container,
.section__body-container + .section__body-container {
  padding-top: 0;
}

.section__location {
  color: #64ccc9;
  display: block;
  font-family: "Effra", Arial, sans-serif;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .section__location {
    font-size: 1.125em;
    line-height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .section__location {
    font-size: 1.375em;
    line-height: 32px;
  }
}

.section__body {
  font-size: 1.125em;
  font-weight: 200;
  line-height: 32px;
}
.section__body p + p {
  margin: 24px 0 0 0;
}
.section__body .section__copy--center {
  text-align: center;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .section__body.body--right-indent {
    padding-right: 160px !important;
  }
}
@media screen and (min-width: 1024px) {
  .section__body.body--right-indent {
    padding-right: 320px !important;
  }
}

.section__image-container {
  padding-bottom: 0;
  padding-top: 0;
}

.section__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section__image img {
  width: 100%;
}
.section__image-caption {
  display: flex;
  line-height: 24px;
  margin: 16px 0 0 0;
}
.section__image-caption p {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 16px 0;
}

@media screen and (max-width: 767px) {
  section.attach-to-next-section {
    padding-bottom: 0;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  section.attach-to-next-section {
    padding: 64px 24px 0 24px;
  }
}
@media screen and (max-width: 767px) {
  section.attach-to-next-section .section__header {
    padding: 48px 0 48px 0;
  }
}
@media screen and (min-width: 768px) {
  section.attach-to-next-section .section__header {
    padding: 0 0 64px 0;
  }
}
section.attach-to-next-section + section {
  padding-top: 0;
}
section.attach-to-next-section + section::before {
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  section.attach-to-next-section + section::before {
    height: 128px;
  }
}
@media screen and (min-width: 768px) {
  section.attach-to-next-section + section::before {
    height: 80px;
  }
}

section.attach-to-next-section.bg--burnt-orange + section::before {
  background-color: #ff6a39;
}

section.attach-to-next-section.bg--cerulean + section::before {
  background-color: #097cbf;
}

section.attach-to-next-section.bg--cold-purple + section::before {
  background-color: #9f8fca;
}

section.attach-to-next-section.bg--comet + section::before {
  background-color: #626074;
}

section.attach-to-next-section.bg--dim-gray + section::before {
  background-color: #707070;
}

section.attach-to-next-section.bg--downy + section::before {
  background-color: #64ccc9;
}

section.attach-to-next-section.bg--lavender + section::before {
  background-color: #eeeef4;
}

section.attach-to-next-section.bg--smoky + section::before {
  background-color: #595478;
}

section.attach-to-next-section.bg--tolopea + section::before {
  background-color: #271f41;
}

section.attach-to-next-section.bg--very-light-gray + section::before {
  background-color: #cccccc;
}

section.attach-to-next-section.bg--white + section::before {
  background-color: #ffffff;
}

section.attach-to-next-section.bg--cold-purple-to-smoky + section::before {
  background: linear-gradient(to right, #9f8fca, #595478);
}

section.attach-to-next-section.bg--downy-to-smoky + section::before {
  background: linear-gradient(to right, #64ccc9, #595478);
}

section.attach-to-next-section.bg--smoky-to-downy + section::before {
  background: linear-gradient(to right, #595478, #64ccc9);
}

section.attach-to-next-section.bg--smoky-to-tolopea + section::before {
  background: linear-gradient(to right, #595478, #271f41);
}

div.width--xxl,
div.width--xl,
div.width--l,
div.width--m,
div.width--s,
div.width--xs,
div.width--xxs {
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.width--xxl,
div.width--xl,
div.width--l,
div.width--m,
div.width--s,
div.width--xs,
div.width--xxs {
    margin-left: auto;
    margin-right: auto;
  }
}

div.width--xxl {
  max-width: 1280px;
}

div.width--xl {
  max-width: 1152px;
}

div.width--l {
  max-width: 1024px;
}

div.width--m {
  max-width: 896px;
}

div.width--s {
  max-width: 768px;
}

div.width--xs {
  max-width: 640px;
}

div.width--xxs {
  max-width: 512px;
}

@media screen and (min-width: 768px) {
  .section-column--two-column {
    display: flex;
    justify-content: space-between;
  }
}

body.page__resources--blog .section-column--two-column {
  align-items: center;
}

@media screen and (min-width: 768px) {
  .section-column__stories-index-body {
    width: calc(40% - 32px);
  }
}
.section-column__stories-index-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .section-column__stories-index-cards {
    margin: 64px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .section-column__stories-index-cards {
    width: calc(60% - 32px);
  }
}
@media screen and (min-width: 1024px) {
  .section-column__stories-index-cards::after {
    content: "";
    flex: auto;
  }
}
.section-column__stories-index-cards .card {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 0 0 0 !important;
}
@media screen and (max-width: 767px) {
  .section-column__stories-index-cards .card {
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .section-column__stories-index-cards .card {
    height: 280px;
  }
}
@media screen and (max-width: 1023px) {
  .section-column__stories-index-cards .card {
    margin: 8px 0 0 0;
    width: calc(100% / 2 - 4px);
  }
}
@media screen and (min-width: 1024px) {
  .section-column__stories-index-cards .card {
    margin: 8px 8px 0 0;
    width: calc(100% / 3 - 8px);
  }
  .section-column__stories-index-cards .card:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
.section-column__stories-index-cards .card a {
  color: #ffffff;
  display: flex;
  height: 100%;
  text-decoration: none;
}
@media screen and (max-width: 1023px) {
  .section-column__stories-index-cards .card a {
    align-items: flex-end;
    font-weight: 500;
    opacity: 1;
    padding: 24px 24px 24px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .section-column__stories-index-cards .card a {
    align-items: center;
    justify-content: center;
    opacity: 0;
  }
}
.section-column__stories-index-cards .card a:hover {
  background-color: rgba(100, 204, 201, 0.5);
  opacity: 1;
}
@media screen and (min-width: 768px) {
  .section-column__blog-header {
    width: calc(100% / 2 - 32px);
  }
}
@media screen and (max-width: 767px) {
  .section-column__blog-search {
    margin: 32px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .section-column__blog-search {
    width: calc(100% / 2 - 32px);
  }
}
@media screen and (min-width: 768px) {
  .section-column__join-classic-basic-body {
    width: calc(100% / 2 - 32px);
  }
}
.section-column__join-classic-basic-body .join-classic-basic__form {
  margin: 32px 0 32px 0;
}
@media screen and (max-width: 767px) {
  .section-column__join-classic-basic-image {
    margin: 32px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .section-column__join-classic-basic-image {
    width: calc(100% / 2 - 32px);
  }
}
.section-column__join-classic-basic-image .featured-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 0 0 24px 0;
}
@media screen and (max-width: 1023px) {
  .section-column__join-classic-basic-image .featured-image {
    height: 200px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .section-column__join-classic-basic-image .featured-image {
    height: 304px;
  }
}
@media screen and (min-width: 1280px) {
  .section-column__join-classic-basic-image .featured-image {
    height: 400px;
  }
}
@media screen and (max-width: 767px) {
  .section-column__member-appreciation-dinner-brand {
    height: 200px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .section-column__member-appreciation-dinner-brand {
    width: calc(100% / 2 - 32px);
  }
}
.section-column__member-appreciation-dinner-brand .section-column__member-appreciation-dinner-image {
  background-image: url(/uploads/img/member-appreciation-dinner-brand.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .section-column__member-appreciation-dinner-info {
    margin: 32px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .section-column__member-appreciation-dinner-info {
    width: calc(100% / 2 - 32px);
  }
}
.section-column__member-appreciation-dinner-info .member-appreciation-dinner__emphasize-copy {
  color: #595478;
  font-weight: 600;
}
@media screen and (min-width: 1024px) {
  .section-column__member-appreciation-dinner-info .member-appreciation-dinner__emphasize-copy {
    width: 50%;
  }
}
.section-column__member-appreciation-dinner-info p.button__footer {
  color: #595478;
  font-weight: 600;
  margin-top: 12px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .section-column__member-appreciation-dinner-info p.button__footer {
    max-width: 320px;
  }
}
@media screen and (max-width: 767px) {
  .section-column.given-watilist__form {
    margin: 64px 0 0 0;
  }
}

h1 {
  font-family: "Mokoko", serif;
  font-weight: 200;
  position: relative;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.25em;
    line-height: 48px;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.8125em;
    line-height: 56px;
  }
}
h1.h2--visual-only {
  text-align: center;
}

.section__body h1 {
  margin: 0 0 32px 0;
}

h2 {
  font-family: "Mokoko", serif;
  font-weight: 200;
  position: relative;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2.25em;
    line-height: 48px;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.8125em;
    line-height: 56px;
    text-align: center;
  }
}

h3 {
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 767px) {
  h3 {
    font-size: 1.375em;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) {
  h3 {
    font-size: 1.6875em;
    line-height: 32px;
  }
}
h3 .h1--visual-only {
  display: block;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  h3 .h1--visual-only {
    font-size: 1.6363636364em;
  }
}
@media screen and (min-width: 768px) {
  h3 .h1--visual-only {
    font-size: 1.6666666667em;
    line-height: 48px;
  }
}

.h3--normal-text {
  display: block;
  font-size: 0.6666666667em;
  font-weight: 200;
}

.h3--visual-only {
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .h3--visual-only {
    font-size: 1.375em;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .h3--visual-only {
    font-size: 1.6875em;
    line-height: 32px;
  }
}
@media screen and (max-width: 767px) {
  .h3--visual-only.card__copy {
    font-size: 1.2222222222em;
  }
}
@media screen and (min-width: 768px) {
  .h3--visual-only.card__copy {
    font-size: 1.5em;
  }
}

h4 {
  font-family: "Effra", Arial, sans-serif;
  font-size: 1.2222222222em;
  font-weight: 400;
  line-height: 32px;
  position: relative;
}

h3 + h4,
p + h4 {
  margin-top: 24px;
}

h5 {
  font-family: "Effra", Arial, sans-serif;
  font-weight: 400;
  line-height: 32px;
  margin: 0 0 8px 0;
  position: relative;
}

h6 {
  display: hidden;
}

.button {
  align-items: center;
  background-color: #595478;
  border: 2px solid #595478;
  border-radius: 3px 3px 3px 3px;
  color: #ffffff;
  display: flex;
  font-size: 1.125em;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  padding: 8px 8px 8px 8px;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .button {
    max-width: 320px;
  }
}
.button:hover {
  background-color: #271f41;
  color: #ffffff;
  transition: all 0.25s ease-in-out;
}
.button.button--center {
  margin-left: auto;
  margin-right: auto;
}
.button.button--cold-purple-bg {
  background-color: #9f8fca;
  border-color: #9f8fca;
}
.button.button--cold-purple-bg:hover {
  background-color: #595478;
}
.button.button--hollow {
  background: none;
  color: #595478;
}
.button.button--hollow:hover {
  background-color: #595478;
  color: #ffffff;
}
.button.button--reverse {
  background: none;
  border-color: #ffffff;
  color: #ffffff;
}
.button.button--reverse:hover {
  background-color: #ffffff;
  color: #595478;
}
.button.button--undecorated {
  background: none;
  border: none;
  color: #000000;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}
.button i {
  padding: 0 0 0 8px;
}

.button-grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 24px 0 0 0;
}
.button-grid-container .button {
  border-color: #ffffff;
  color: #ffffff;
}
@media screen and (min-width: 768px) {
  .button-grid-container .button {
    max-width: calc(100% / 3 - 4px);
  }
}
.button-grid-container .button:hover, .button-grid-container .button.active {
  background-color: #ffffff;
  color: #595478;
}
.button-grid-container .button:nth-of-type(n+4) {
  margin: 4px 0 0 0;
}

/* HEADER */
.header {
  position: sticky;
  top: 0;
  transition: all 0.25s ease-in-out;
  width: 100%;
  z-index: 100;
}
@media screen and (max-width: 1023px) {
  .header--edge-padding {
    padding: 0 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .header--edge-padding {
    padding: 0 24px 0 24px;
  }
}
.header-wrap {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .header-wrap {
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.1);
  }
}
.header.mobile {
  background: #595478;
  overflow-y: auto;
}
@media screen and (max-width: 1023px) {
  .header__menu-container {
    display: none;
    color: #ffffff;
    flex-wrap: wrap;
    height: calc(100vh - 64px);
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .header__menu-container {
    display: flex;
  }
}

@media screen and (min-width: 1024px) {
  body:not(.page__home, .page__home-new) .header {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1023px) {
  .header__brand {
    height: 32px;
    margin: 16px 24px 16px 24px;
    width: 126px;
  }
}
@media screen and (min-width: 1024px) {
  .header__brand {
    height: 48px;
    margin: 24px 0 24px 0;
    width: 200px;
    transition: all 0.25s ease-in-out;
  }
  .header__brand.brand--shrink-on-scroll {
    height: 32px;
    margin-bottom: 16px;
    margin-top: 16px;
    transition: all 0.25s ease-in-out;
  }
}
.header__brand .header__logo {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .header__brand .header__logo {
    background-image: url("/images/smi-logo-reverse.svg");
  }
}
@media screen and (min-width: 1024px) {
  .header__brand .header__logo {
    background-image: url("/images/smi-logo.svg");
  }
}

.mobile-bars {
  height: 24px;
  margin: 24px 24px 24px 24px;
  width: 32px;
}
.mobile-bars__option {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
.mobile-bars .menu-bar {
  background-color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  height: 4px;
  opacity: 1;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.mobile-bars .menu-bar.menu-bar--top {
  align-self: flex-start;
}
.mobile-bars .menu-bar.menu-bar--top.menu--open {
  transform: rotate(45deg) translate(7px, 7px);
  transition: all 0.25s ease-in-out;
}
.mobile-bars .menu-bar.menu-bar--middle {
  align-self: center;
}
.mobile-bars .menu-bar.menu-bar--middle.menu--open {
  opacity: 0;
  transform: translateX(-200px);
  transition: all 0.25s ease-in-out;
}
.mobile-bars .menu-bar.menu-bar--bottom {
  align-self: flex-end;
}
.mobile-bars .menu-bar.menu-bar--bottom.menu--open {
  transform: rotate(-45deg) translate(7px, -7px);
  transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .header .discovery-menu {
    border-top: 1px solid #9f8fca;
    padding: 32px 0 32px 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .header .discovery-menu {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1024px) {
  .header .discovery-menu__option-container {
    align-items: center;
    display: flex;
    margin: 0 0 0 32px;
  }
}
.header .discovery-menu__title {
  position: relative;
}
@media screen and (max-width: 1023px) {
  .header .discovery-menu__title {
    align-items: center;
    border-bottom: 1px solid #9f8fca;
    border-left: 4px solid rgba(100, 204, 201, 0);
    display: flex;
    height: 64px;
    padding: 0 56px 0 56px;
  }
  .header .discovery-menu__title.add-chevron.chevron--down::before {
    border-bottom: 4px solid #64ccc9;
    border-right: 4px solid #64ccc9;
    content: "";
    height: 8px;
    left: 24px;
    position: absolute;
    top: 24px;
    transition: all 0.25s ease-in-out;
    width: 8px;
  }
  .header .discovery-menu__title.add-chevron.chevron--up::before {
    border-bottom: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    content: "";
    height: 8px;
    left: 24px;
    position: absolute;
    top: 28px;
    transition: all 0.25s ease-in-out;
    width: 8px;
  }
  .header .discovery-menu__title.menu--activated, .header .discovery-menu__title.menu--user-location {
    background-color: rgba(255, 255, 255, 0.1);
    border-left-color: #64ccc9;
    transition: all 0.25s ease-in-out;
  }
}
@media screen and (min-width: 1024px) {
  .header .discovery-menu__title {
    color: #595478;
    padding: 8px 0 8px 0;
  }
  .header .discovery-menu__title:hover {
    cursor: pointer;
  }
  .header .discovery-menu__title:hover::after {
    background-color: #64ccc9;
    border-radius: 2px 2px 2px 2px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transition: all 0.25s ease-in-out;
    width: 100%;
  }
  .header .discovery-menu__title.menu--activated::after, .header .discovery-menu__title.menu--user-location::after {
    background-color: #64ccc9;
    border-radius: 2px 2px 2px 2px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transition: all 0.25s ease-in-out;
    width: 100%;
  }
}

.header .discovery-secondary-menu {
  background-color: #271f41;
  display: none;
  flex-wrap: wrap;
}
@media screen and (max-width: 1023px) {
  .header .discovery-secondary-menu {
    border-bottom: 1px solid #9f8fca;
    padding: 16px 0 16px 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .header .discovery-secondary-menu {
    border-radius: 4px 4px 4px 4px;
    left: -35px;
    padding: 16px 16px 16px 16px;
    position: absolute;
    top: 52px;
    width: 412px;
    z-index: 101;
  }
}
.header .discovery-secondary-menu__option-container {
  width: 100%;
}
.header .discovery-secondary-menu__option-container.option--image-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 96px;
  margin: 0 8px 0 8px;
  width: calc(100% / 3 - 16px);
}
.header .discovery-secondary-menu__option-container.option--image-bg .discovery-secondary-menu__option {
  align-items: center;
  border: 0;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 8px 8px 8px 8px;
  text-align: center;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .header .discovery-secondary-menu__option-container.option--image-bg .discovery-secondary-menu__option {
    color: rgba(255, 255, 255, 0);
  }
  .header .discovery-secondary-menu__option-container.option--image-bg .discovery-secondary-menu__option:hover {
    background-color: rgba(100, 204, 201, 0.75);
    color: #ffffff;
  }
}
.header .discovery-secondary-menu__title {
  align-items: flex-end;
  color: #64ccc9;
  cursor: not-allowed;
  display: flex;
  font-size: 1.125em;
  height: 56px;
  padding: 16px 16px 16px calc(16px + 4px);
}
.header .discovery-secondary-menu__option {
  align-items: center;
  border-left: 4px solid rgba(100, 204, 201, 0);
  color: #ffffff;
  display: flex;
  height: 56px;
  padding: 0 72px 0 16px;
}
.header .discovery-secondary-menu__option.add-chevron::after {
  border-bottom: 4px solid #64ccc9;
  border-right: 4px solid #64ccc9;
  content: "";
  height: 8px;
  position: absolute;
  right: 32px;
  top: 24px;
  transition: all 0.25s ease-in-out;
  width: 8px;
}
.header .discovery-secondary-menu__option:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-left-color: #64ccc9;
}
@media screen and (max-width: 1023px) {
  .header .discovery-secondary-menu__option.secondary-title--faux {
    color: #64ccc9;
  }
}

@media screen and (min-width: 1024px) {
  .header .discovery-secondary-menu--programs .discovery-secondary-menu__option-container:nth-of-type(5) {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin: 16px 0 0 0;
    padding: 16px 0 0 0;
  }
}
.header .discovery-secondary-menu--stories {
  height: 200px;
}
.header .discovery-secondary-menu--stories > li:last-of-type {
  margin: 16px 0 0 0;
}

@media screen and (max-width: 1023px) {
  .action-menu {
    align-self: flex-end;
    background: linear-gradient(#595478, #595478 50%, #ffffff 50%, #ffffff);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 128px 16px 128px 16px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .action-menu {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 48px;
  }
}
@media screen and (max-width: 1023px) {
  .action-menu__option-container {
    width: calc(100% / 2 - 4px);
  }
}
@media screen and (min-width: 1024px) {
  .action-menu__option-container {
    height: 48px;
    margin: 0 0 0 8px;
    width: 120px;
  }
}
.action-menu__option {
  align-items: center;
  border: 2px solid #595478;
  border-radius: 3px 3px 3px 3px;
  color: #595478;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 8px 8px 8px 8px;
}
.action-menu__option.button--filled {
  background-color: #595478;
  color: #ffffff;
}
.action-menu__option:hover {
  background-color: #271f41;
  color: #ffffff;
}

@media screen and (max-width: 1023px) {
  .action-menu > li:nth-of-type(1) {
    order: 2;
  }
  .action-menu > li:nth-of-type(2) {
    order: 3;
  }
  .action-menu > li:nth-of-type(3) {
    margin-bottom: 32px;
    order: 1;
    width: 100%;
  }
  .action-menu > li:nth-of-type(3) .action-menu__option {
    border-color: #64ccc9;
    color: #ffffff;
  }
}
@media screen and (max-width: 1023px) {
  .programs-menu-container {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .programs-menu-container {
    color: #ffffff;
    padding: 0 24px 0 24px;
  }
}

@media screen and (min-width: 1024px) {
  .programs-menu {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: flex-start;
  }
}
.programs-menu__option-container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 64px 0 0;
}
.programs-menu__title {
  font-size: 1.375em;
}
.programs-menu__option {
  color: #ffffff;
  display: block;
  font-size: 1.125em;
  padding: 8px 0 8px 0;
  transition: all 0.25s ease-in-out;
}

.classicbasic .programs-menu__option:hover::after {
  background-color: #9f8fca;
  border-radius: 2px 2px 2px 2px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.classicbasic .programs-menu .menu--user-location::after {
  background-color: #9f8fca;
  border-radius: 2px 2px 2px 2px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
  width: 100%;
}

.given .programs-menu__option:hover::after {
  background-color: #64ccc9;
  border-radius: 2px 2px 2px 2px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.given .programs-menu .menu--user-location::after {
  background-color: #64ccc9;
  border-radius: 2px 2px 2px 2px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
  width: 100%;
}

/* BLOCK */
.swiper-pagination {
  bottom: auto;
  position: relative !important;
}
.swiper-pagination .swiper-pagination-bullet {
  background-color: #595478 !important;
  height: 16px !important;
  outline: none;
  overflow: hidden;
  text-indent: 100%;
  transition: all 0.25s ease-in-out;
  width: 16px !important;
}

.swiper-wrapper .card {
  margin: 24px 0 0 0;
}
@media screen and (max-width: 767px) {
  .swiper-wrapper .card__image {
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .swiper-wrapper .card__image {
    height: 304px;
    width: calc(100% / 2 - 16px);
  }
}
@media screen and (min-width: 768px) {
  .swiper-wrapper .card__body {
    width: calc(100% / 2 - 16px);
  }
}

.accordion-container {
  padding-bottom: 0;
  padding-top: 0;
}

section.bg--burnt-orange + section.accordion-container,
section.bg--cerulean + section.accordion-container,
section.bg--cold-purple + section.accordion-container,
section.bg--comet + section.accordion-container,
section.bg--dim-gray + section.accordion-container,
section.bg--downy + section.accordion-container,
section.bg--lavender + section.accordion-container,
section.bg--smoky + section.accordion-container,
section.bg--tolopea + section.accordion-container,
section.bg--very-light-gray + section.accordion-container,
section.bg--white + section.accordion-container,
section.bg--cold-purple-to-smoky + section.accordion-container,
section.bg--downy-to-smoky + section.accordion-container,
section.bg--smoky-to-downy + section.accordion-container,
section.bg--smoky-to-tolopea + section.accordion-container {
  padding-top: 64px;
}

.accordion {
  position: relative;
}
.accordion::after {
  background-color: #64ccc9;
  bottom: 0;
  content: "";
  height: 2px;
  position: absolute;
  width: 100%;
}
.accordion__header {
  color: #595478;
  padding: 24px 24px 24px 48px;
}
.accordion__header.add-chevron.chevron--down::before {
  border-bottom: 4px solid #595478;
  border-right: 4px solid #595478;
  content: "";
  height: 8px;
  left: 2px;
  position: absolute;
  top: 32px;
  transition: all 0.25s ease-in-out;
  width: 8px;
}
.accordion__header.add-chevron.chevron--up::before {
  border-bottom: 4px solid #64ccc9;
  border-right: 4px solid #64ccc9;
  content: "";
  height: 8px;
  left: 2px;
  position: absolute;
  top: 36px;
  transition: all 0.25s ease-in-out;
  width: 8px;
}
@media screen and (min-width: 768px) {
  .accordion__header h3 {
    font-size: 1.375em;
  }
}
.accordion__header:hover {
  color: #271f41;
  cursor: pointer;
}
.accordion__body {
  display: none;
  font-size: 1.125em;
  font-weight: 200;
  line-height: 32px;
  padding: 0 0 24px 0;
}
.accordion__body p + p {
  margin: 24px 0 0 0;
}
.accordion__body img {
  width: 100%;
}

.index-banner {
  background-position: center 70%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .index-banner {
    padding-bottom: 24px;
    padding-top: 24px;
  }
}
.index-banner__body {
  font-weight: 200;
  min-height: 448px;
}
@media screen and (min-width: 768px) {
  .index-banner__body {
    align-content: flex-start;
    display: flex;
    flex-direction: column;
    padding: 0 272px 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .index-banner__body {
    min-height: 368px;
    padding-right: 440px;
  }
}
@media screen and (min-width: 1280px) {
  .index-banner__body {
    padding-right: 800px;
  }
}
@media screen and (min-width: 1600px) {
  .index-banner__body {
    min-height: 432px;
  }
}
.index-banner__title {
  color: #595478;
}
.index-banner__copy {
  font-size: 1.125em;
  line-height: 32px;
  margin: 32px 0 0 0;
}
.index-banner__copy strong {
  font-weight: 600;
}
.index-banner .button {
  margin: 32px 0 0 0;
}
.index-banner__footer {
  color: #ffffff;
  font-size: 1em;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  .index-banner__footer {
    margin: 104px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .index-banner__footer {
    margin-top: auto;
  }
}
.index-banner__footer a {
  color: #eeeef4;
}
.index-banner__footer a:hover {
  color: #ffffff;
}

@media screen and (min-width: 767px) and (max-width: 1023px) {
  body.page__classic-basic-overview .index-banner {
    background-position: 20% center;
  }
}
@media screen and (min-width: 1024px) {
  .index-banner.index-banner--homepage {
    padding-top: 208px;
  }
}

@media screen and (max-width: 767px) {
  .index-banner--homepage {
    background-image: url(/uploads/img/home-banner__kyle-colleen-mobile.jpg);
  }
}
@media screen and (min-width: 768px) {
  .index-banner--homepage {
    background-image: url(/uploads/img/home-banner__kyle-colleen.jpg);
  }
}
@media screen and (min-width: 1024px) {
  .index-banner--homepage {
    margin: -96px 0 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .index-banner--homepage .index-banner__body {
    min-height: 352px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .index-banner--homepage .index-banner__body {
    min-height: 296px;
  }
}
@media screen and (min-width: 1280px) {
  .index-banner--homepage .index-banner__body {
    min-height: 416px;
    padding-right: 640px;
  }
}
@media screen and (min-width: 1500px) {
  .index-banner--homepage .index-banner__body {
    min-height: 504px;
  }
}
@media screen and (min-width: 1776px) {
  .index-banner--homepage .index-banner__body {
    min-height: 700px;
  }
}

@media screen and (min-width: 768px) {
  .index-banner--given {
    background-image: url(/uploads/img/image-full-bleed-given-overview.jpg);
  }
}

@media screen and (min-width: 768px) {
  .index-banner--classicBasic {
    background-image: url(/uploads/img/image-full-bleed-classic-basic-overview-josh.jpg);
  }
}

.two-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .two-column > div {
    width: 100%;
  }
  .two-column > div:nth-of-type(n+2) {
    margin: 64px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .two-column > div {
    width: calc(100% / 2 - 44px);
  }
  .two-column > div:nth-of-type(n+3) {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .two-column.width--xl > div {
    max-width: 448px;
  }
  .two-column.width--l > div, .two-column.width--m > div {
    max-width: 400px;
  }
}

.alert-banner-container {
  min-height: 64px;
  padding: 8px 24px 8px 24px;
  transition: top 1s ease 0s;
  z-index: 100;
}
.alert-banner-container.given-pause {
  display: none;
}

.alert-banner {
  align-items: center;
  display: flex;
  min-height: calc(64px - 16px);
  justify-content: center;
}
.alert-banner__button {
  margin: 0 0 0 24px;
  min-width: 120px;
}
.alert-banner__button .button {
  background: none;
  font-size: 1em;
  height: 40px;
}

.alert-banner-container.bg--burnt-orange .button,
.alert-banner-container.bg--cold-purple .button,
.alert-banner-container.bg--downy .button,
.alert-banner-container.bg--lavender .button {
  border: 2px solid #000000;
  color: #000000;
}
.alert-banner-container.bg--burnt-orange .button:hover,
.alert-banner-container.bg--cold-purple .button:hover,
.alert-banner-container.bg--downy .button:hover,
.alert-banner-container.bg--lavender .button:hover {
  background-color: #000000;
  color: #ffffff;
}

.alert-banner-container.bg--cerulean .button,
.alert-banner-container.bg--smoky .button,
.alert-banner-container.bg--tolopea .button,
.alert-banner-container.bg--cold-purple-to-smoky .button,
.alert-banner-container.bg--downy-to-smoky .button,
.alert-banner-container.bg--smoky-to-downy .button,
.alert-banner-container.bg--smoky-to-tolopea .button {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.alert-banner-container.bg--cerulean .button:hover,
.alert-banner-container.bg--smoky .button:hover,
.alert-banner-container.bg--tolopea .button:hover,
.alert-banner-container.bg--cold-purple-to-smoky .button:hover,
.alert-banner-container.bg--downy-to-smoky .button:hover,
.alert-banner-container.bg--smoky-to-downy .button:hover,
.alert-banner-container.bg--smoky-to-tolopea .button:hover {
  background-color: #ffffff;
  color: #000000;
}

.promo-banner {
  padding-top: 48px;
}
@media screen and (max-width: 767px) {
  .promo-banner {
    margin: 48px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .promo-banner {
    margin: 64px 0 0 0;
  }
}
.promo-banner-wrap {
  align-items: center;
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: center;
}
.promo-banner__title {
  margin: 0 0 24px 0;
}
@media screen and (max-width: 767px) {
  .promo-banner__title {
    text-align: center;
  }
}

.two-column-banner-wrap {
  align-items: center;
  display: flex;
}
@media screen and (max-width: 1023px) {
  .two-column-banner-wrap {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media screen and (min-width: 1024px) {
  .two-column-banner-wrap {
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .two-column-banner__title {
    margin: 0 0 24px 0;
    text-align: center;
  }
}
.flexin-banner {
  position: relative;
}
.flexin-banner::before {
  background-color: #eeeef4;
  content: "";
  height: 128px;
  left: 0;
  position: absolute;
  top: 80px;
  width: 100%;
  z-index: -1;
}
.flexin-banner-wrap {
  align-items: center;
  display: flex;
  justify-content: center;
}
.flexin-banner .seal {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 160px;
  width: 176px;
}
@media screen and (max-width: 767px) {
  .flexin-banner .seal {
    margin: 0 auto 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .flexin-banner__title {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .flexin-banner__title {
    display: inline-block;
    margin: 0 0 0 48px;
  }
}

.info-switch-banner {
  height: 64px;
  padding-bottom: 0;
  padding-top: 0;
  position: webkit sticky;
  position: sticky;
  z-index: 1;
}
.info-switch-banner-wrap {
  align-items: center;
  display: flex;
  font-size: 1.125em;
  font-weight: 200;
  line-height: 32px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .info-switch-banner__copy {
    display: none;
  }
}
.info-switch-banner__button-container {
  display: flex;
  justify-content: center;
  padding: 0 32px 0 32px;
}
@media screen and (max-width: 767px) {
  .info-switch-banner__button-container {
    width: calc(100% / 2);
  }
}
.info-switch-banner__button-container + .info-switch-banner__button-container {
  border-left: 1px solid #707070;
}
.info-switch-banner__given-button, .info-switch-banner__classicbasic-button {
  color: #000000;
  font-weight: 500;
  padding: 8px 0 0 0;
  position: relative;
  text-decoration: none;
}
.info-switch-banner__given-button:hover, .info-switch-banner__classicbasic-button:hover {
  color: #000000;
}
.info-switch-banner__given-button:hover::after, .info-switch-banner__given-button.user-location::after {
  background-color: #64ccc9;
  border-radius: 2px 2px 2px 2px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.info-switch-banner__classicbasic-button:hover::after, .info-switch-banner__classicbasic-button.user-location::after {
  background-color: #9f8fca;
  border-radius: 2px 2px 2px 2px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
  width: 100%;
}

.page__program-compare .info-switch-banner {
  margin: 0 0 32px 0;
  top: 120px;
}

@media screen and (max-width: 1023px) {
  .page__resources--providers .info-switch-banner {
    top: 72px;
  }
}
@media screen and (min-width: 1024px) {
  .page__resources--providers .info-switch-banner {
    top: 64px;
  }
}

.ccpa-banner-container {
  bottom: 0;
  left: 0;
  min-height: 64px;
  padding: 16px 24px 16px 24px;
  position: fixed;
  right: 0;
  z-index: 99;
}

.ccpa-banner {
  font-size: 0.875em;
}
@media screen and (min-width: 1024px) {
  .ccpa-banner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .ccpa-banner__body {
    margin: 0 0 16px 0;
  }
}
@media screen and (min-width: 1024px) {
  .ccpa-banner__body {
    margin: 0 32px 0;
  }
}
.ccpa-banner__close {
  display: flex;
}
.ccpa-banner__close .button {
  background: none;
  border-color: #ffffff;
  height: auto;
  width: 120px;
}
.ccpa-banner__close .button:hover {
  background-color: #ffffff;
  color: #595478;
}

@media screen and (min-width: 768px) {
  .program-comparison {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.program-comparison__title {
  align-items: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  position: webkit sticky;
  position: sticky;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .program-comparison__title {
    height: 48px;
    top: 72px;
  }
}
@media screen and (min-width: 768px) {
  .program-comparison__title {
    height: 120px;
    margin: 0 0 80px 0;
    width: 50%;
    top: 72px;
  }
}
.program-comparison__title.info__given {
  background: linear-gradient(to right, #64ccc9, #595478);
}
.program-comparison__title.info__classic-basic {
  background: linear-gradient(to right, #595478, #271f41);
}
.program-comparison__body {
  font-size: 1.125em;
  font-weight: 200;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .program-comparison__body {
    border-bottom: 1px solid #000000;
    margin: 0 24px 0 24px;
    padding: 24px 0 24px 0;
  }
}
@media screen and (min-width: 768px) {
  .program-comparison__body {
    padding: 24px 80px 24px 80px;
    width: 50%;
  }
  .program-comparison__body.info__classic-basic {
    border-left: 1px solid #000000;
  }
}
.program-comparison__footer {
  font-size: 1.125em;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  .program-comparison__footer {
    margin: 0 24px 0 24px;
    padding: 48px 0 48px 0;
  }
}
@media screen and (min-width: 767px) {
  .program-comparison__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 80px 24px 80px 24px;
    width: 100%;
  }
  .program-comparison__footer > p {
    max-width: 680px;
    width: 100%;
  }
}
.program-comparison p + p {
  margin: 24px 0 0 0;
}

@media screen and (min-width: 1024px) {
  body.page__program-compare .program-comparison__title {
    top: 64px;
  }

  body.page__given-compare .program-comparison__title,
body.page__classic-basic-compare .program-comparison__title {
    top: 112px;
  }
}
@media screen and (max-width: 1023px) {
  body.add-sticky-banner .program-comparison__title {
    top: 152px;
  }
}
@media screen and (min-width: 1024px) {
  body.page__program-compare.add-sticky-banner .program-comparison__title {
    top: 128px;
  }

  body.page__given-compare.add-sticky-banner .program-comparison__title,
body.page__classic-basic-compare.add-sticky-banner .program-comparison__title {
    top: 176px;
  }
}
@media screen and (min-width: 768px) {
  .provider-card-container {
    display: flex;
    flex-wrap: wrap;
  }
}

.provider-card__front, .provider-card__back {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 16px 16px 16px 16px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  height: 220px;
  max-width: 352px;
  width: 100%;
}
.provider-card__front img, .provider-card__back img {
  height: 100%;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .provider-card__front {
    order: 1;
  }
}
@media screen and (max-width: 767px) {
  .provider-card__back {
    margin: 32px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .provider-card__back {
    margin: 0 0 0 16px;
    order: 2;
  }
}
.provider-card__front-label, .provider-card__back-label {
  font-size: 1em;
  font-weight: 200;
  line-height: 32px;
  margin: 8px 0 0 0;
  max-width: 350px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .provider-card__front-label {
    order: 3;
  }
}
@media screen and (min-width: 768px) {
  .provider-card__back-label {
    margin-left: 16px;
    order: 4;
  }
}

.stories__share {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .stories__share .share-menu {
    left: -144px;
    padding: 72px 48px 24px 48px;
    position: absolute;
    top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .blog-header__share .share-menu {
    left: -144px;
    padding: 32px 48px 24px 48px;
    position: absolute;
    top: 0;
  }
}

.share-menu {
  z-index: 1;
}
@media screen and (max-width: 1023px) {
  .share-menu {
    display: flex;
    padding: 48px 0 0 0;
  }
}
.share-menu__option-container {
  border-radius: 50% 50% 50% 50%;
  height: 48px;
  overflow: hidden;
  width: 48px;
}
@media screen and (max-width: 1023px) {
  .share-menu__option-container:not(:first-of-type) {
    margin: 0 0 0 24px;
  }
}
@media screen and (min-width: 1024px) {
  .share-menu__option-container:not(:first-of-type) {
    margin: 8px 0 0 0;
  }
}
.share-menu__option {
  align-items: center;
  background-color: #595478;
  color: #ffffff;
  display: flex;
  font-size: 1.375em;
  height: 100%;
  justify-content: center;
}
.share-menu__option:hover {
  background-color: #64ccc9;
  color: #000000;
}

.embed-video-container {
  padding-bottom: 0;
  padding-top: 0;
}

.main > .embed-video-container:first-child {
  padding-top: 64px;
}

.embed-video {
  height: 0;
  margin: 0 0 0 0;
  padding: 0 0 56.25% 0;
  position: relative;
}
.embed-video iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.careers-animation {
  font-size: 2.8125em;
  line-height: 64px;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .careers-animation {
    height: 192px;
  }
}
@media screen and (min-width: 768px) {
  .careers-animation {
    height: 128px;
  }
}
.careers-animation .commitment {
  font-family: "Mokoko", serif;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .careers-animation .commitment {
    height: 128px;
  }
}
@media screen and (min-width: 768px) {
  .careers-animation .commitment {
    height: 64px;
  }
}
.careers-animation .moving-commitment {
  opacity: 0;
  font-weight: 600;
  position: absolute;
  right: 0;
}
@media screen and (max-width: 767px) {
  .careers-animation .moving-commitment {
    top: 128px;
  }
}
@media screen and (min-width: 768px) {
  .careers-animation .moving-commitment {
    top: 64px;
  }
}

.disclosure {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 24px 0 0 0;
}
.disclosure__option-container {
  padding: 0 24px 0 0;
}
@media screen and (max-width: 767px) {
  .disclosure__option-container {
    width: calc(100% / 2);
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .disclosure__option-container {
    width: calc(100% / 3);
  }
}
@media screen and (min-width: 1024px) {
  .disclosure__option-container {
    width: calc(100% / 5);
  }
}
.disclosure__option {
  color: #097cbf;
  font-weight: 400;
  height: 100%;
  line-height: 48px;
}
.disclosure__option:hover {
  color: #26b0ff;
}
.disclosure::after {
  content: "";
  flex: auto;
}

@media screen and (max-width: 767px) {
  body.page__switching .card {
    padding: 24px 16px 24px 16px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.page__switching .card {
    padding: 32px 32px 32px 32px;
  }
}

.feature-comparison {
  display: flex;
  justify-content: space-between;
  padding: 32px 0 32px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature-comparison {
    flex-wrap: wrap;
  }
}
.feature-comparison__icon {
  background-position: center center;
  background-repeat: no-repeat;
  height: 64px;
  width: 64px;
}
@media screen and (min-width: 768px) {
  .feature-comparison__icon {
    margin: 0 24px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .feature-comparison__details {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 768px) {
  .feature-comparison__details {
    width: calc(100% / 2 - 88px);
  }
}
.feature-comparison__classic-amount, .feature-comparison__basic-amount {
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 767px) {
  .feature-comparison__classic-amount, .feature-comparison__basic-amount {
    margin: 24px 0 0 0;
    padding: 32px 24px 0 24px;
    width: calc(100% / 2);
  }
  .feature-comparison__classic-amount::before, .feature-comparison__basic-amount::before {
    color: #595478;
    height: 24px;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .feature-comparison__classic-amount, .feature-comparison__basic-amount {
    margin: 0 0 0 48px;
    width: 176px;
  }
}
.feature-comparison__classic-amount .amount, .feature-comparison__basic-amount .amount {
  display: block;
  font-size: 1.125em;
}
.feature-comparison__classic-amount .amount::after, .feature-comparison__basic-amount .amount::after {
  display: block;
  font-size: 0.8888888889em;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .feature-comparison__classic-amount::before {
    content: "Classic";
  }
  .feature-comparison__basic-amount::before {
    content: "Basic";
  }
}
.feature-comparison__maternity-limit-note {
  font-weight: 400;
  margin: 32px 0 32px 0;
}
@media screen and (min-width: 768px) {
  .feature-comparison__maternity-limit-note {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 767px) {
  .feature-comparison__maternity-limit-note p {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .feature-comparison__maternity-limit-note p {
    width: 336px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .feature-comparison__maternity-limit-note p {
    width: 392px;
  }
}
@media screen and (min-width: 1280px) {
  .feature-comparison__maternity-limit-note p {
    width: 440px;
  }
}

.feature-comparison + .feature-comparison::before {
  background-color: #000000;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .feature-comparison:nth-of-type(1) {
    padding-top: 80px;
  }
  .feature-comparison:nth-of-type(1) .feature-comparison__classic-amount::before,
.feature-comparison:nth-of-type(1) .feature-comparison__basic-amount::before {
    color: #595478;
    height: 32px;
    font-size: 1.2222222222em;
    position: absolute;
    top: -40px;
    width: 208px;
  }
  .feature-comparison:nth-of-type(1) .feature-comparison__classic-amount::before {
    content: "Samaritan Classic";
  }
  .feature-comparison:nth-of-type(1) .feature-comparison__basic-amount::before {
    content: "Samaritan Basic";
  }
}
.feature-comparison:nth-of-type(1) .amount::after {
  content: "per month";
}

.feature-comparison:nth-of-type(2) .amount::after {
  content: "Offset by discounts";
}

@media screen and (min-width: 768px) {
  .maternity-options {
    display: flex;
    justify-content: space-between;
  }
}
.maternity-options .card {
  margin: 0 0 32px 0;
}
@media screen and (min-width: 768px) {
  .maternity-options .card {
    width: calc(100% / 2 - 16px);
  }
}

.modal__overlay {
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  overflow: scroll;
  position: fixed;
  width: 100%;
  z-index: 101;
}
.modal__close {
  display: flex;
  height: 32px;
  justify-content: flex-end;
  position: absolute;
  width: 32px;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  .modal__close {
    right: 24px;
    top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .modal__close {
    right: 64px;
    top: 64px;
  }
}
.modal__close::before, .modal__close::after {
  background-color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 12px;
  transition: all 0.25s ease-in-out;
  width: 32px;
}
.modal__close::before {
  transform: rotate(45deg);
}
.modal__close::after {
  transform: rotate(-45deg);
}
.modal__close:hover {
  cursor: pointer;
}
.modal__close:hover::before, .modal__close:hover::after {
  background-color: #595478;
  transition: all 0.25s ease-in-out;
}
.modal__body {
  align-items: center;
  display: flex;
  font-size: 1.125em;
  font-weight: 200;
  line-height: 24px;
  justify-content: center;
  min-height: 100%;
  padding: 80px 24px 80px 24px;
  position: relative;
  z-index: 99;
}
.modal__body p + p {
  margin: 24px 0 0 0;
}
@media screen and (min-width: 768px) {
  .modal__copy {
    padding: 0 128px 24px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .modal__copy {
    padding-right: 344px;
  }
}

@media screen and (min-width: 768px) {
  .given-waitlist {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .given-waitlist > section {
    width: calc(100% / 2 - 32px);
  }
}

.family-health-checkup__header {
  background-position: right top;
  background-repeat: no-repeat;
  background-image: url(https://samaritanministries.org/uploads/img/family-health-checkup_header-bg.png);
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .family-health-checkup__brand {
    align-items: center;
    display: flex;
    min-height: 480px;
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .family-health-checkup__brand .family-health-checkup__logo {
    height: 72px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .family-health-checkup__brand .family-health-checkup__logo {
    height: 128px;
    margin: 0 64px 0 0;
    width: 35%;
  }
}
.family-health-checkup__brand .family-health-checkup__logo .logo {
  background-position: center center;
  background-repeat: no-repeat;
  background-image: url(https://samaritanministries.org/uploads/img/fhc-logo-reverse.svg);
  background-size: contain;
  height: 100%;
}
.family-health-checkup__brand .family-health-checkup__introduction {
  color: #ffffff;
}
@media screen and (max-width: 767px) {
  .family-health-checkup__brand .family-health-checkup__introduction {
    border-top: 1px solid #ffffff;
    margin: 40px 0 0 0;
    padding: 40px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .family-health-checkup__brand .family-health-checkup__introduction {
    width: 65%;
  }
}
@media screen and (min-width: 768px) {
  .family-health-checkup__brand .family-health-checkup__introduction .section__header {
    margin: 0 0 16px 25px;
  }
}
.family-health-checkup__brand .family-health-checkup__introduction .section__header h1 {
  font-family: "Effra", Arial, sans-serif;
  font-size: 1.6875em;
  font-weight: 500;
  line-height: 32px;
}
@media screen and (min-width: 768px) {
  .family-health-checkup__brand .family-health-checkup__introduction .section__body {
    border-left: 1px solid #ffffff;
    padding: 0 0 0 24px;
  }
}

@media screen and (min-width: 768px) {
  .info-card {
    padding: 64px 128px 64px 128px !important;
  }
}

.audio-player-container {
  margin: 24px 0 64px 0;
}

.audio-player {
  background-color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .audio-player {
    padding: 20px 16px 20px 16px;
  }
}
@media screen and (min-width: 768px) {
  .audio-player {
    padding: 20px 32px 20px 32px;
  }
}
.audio-player .controls {
  display: flex;
  height: 100%;
  justify-content: space-between;
}
.audio-player .controls .play-container {
  align-items: center;
  background: linear-gradient(to bottom, #595478, #64ccc9);
  border-radius: 50% 50% 50% 50%;
  cursor: pointer;
  display: flex;
  height: 56px;
  justify-content: center;
  width: 56px;
}
.audio-player .controls .play-container .toggle-play.play {
  border: 10px solid rgba(255, 255, 255, 0);
  border-left: 16px solid #ffffff;
  margin-left: 14px;
}
.audio-player .controls .play-container .toggle-play.pause {
  cursor: pointer;
  height: 15px;
  position: relative;
  width: 20px;
}
.audio-player .controls .play-container .toggle-play.pause:before {
  background-color: #ffffff;
  content: "";
  height: 20px;
  left: 3px;
  position: absolute;
  top: -2px;
  width: 5px;
}
.audio-player .controls .play-container .toggle-play.pause:after {
  background-color: #ffffff;
  content: "";
  height: 20px;
  position: absolute;
  right: 2px;
  top: -2px;
  width: 5px;
}
.audio-player .controls .time {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: calc(100% - 56px - 16px);
}
.audio-player .controls .time .name {
  font-weight: 500;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .audio-player .controls .time .name {
    font-size: 1em;
    line-height: 16px;
  }
}
@media screen and (min-width: 768px) {
  .audio-player .controls .time .name {
    font-size: 1.125em;
    line-height: 24px;
  }
}
.audio-player .controls .time .current,
.audio-player .controls .time .length {
  font-weight: 400;
  width: 48px;
}
@media screen and (min-width: 767px) {
  .audio-player .controls .time .current,
.audio-player .controls .time .length {
    font-size: 1em;
  }
}
.audio-player .controls .time .length {
  text-align: right;
}
.audio-player .controls .time .timeline {
  background-color: #e6e6e6;
  cursor: pointer;
  height: 8px;
  position: relative;
  width: calc(100% - 48px - 48px);
}
.audio-player .controls .time .timeline .progress {
  background: #595478;
  height: 100%;
  position: relative;
  transition: 0.25s;
  width: 0%;
}
.audio-player .controls .time .timeline .progress::after {
  background-color: #595478;
  border: 6px solid #e6e6e6;
  border-radius: 50% 50% 50% 50%;
  content: "";
  height: 10px;
  position: absolute;
  right: -16px;
  top: -8px;
  transition: 0.25;
  width: 10px;
}
.audio-player + .audio-player {
  margin: 24px 0 0 0;
}

/* CARD */
.card {
  border-radius: 4px 4px 4px 4px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .card {
    padding: 24px 24px 24px 24px;
  }
}
@media screen and (min-width: 768px) {
  .card {
    padding: 64px 64px 64px 64px;
  }
}
.card__image img {
  display: block;
  width: 100%;
}
.card__header {
  margin: 0 0 24px 0;
  padding: 0 0 24px 0;
  position: relative;
}
.card__header::after {
  background-color: #000000;
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  width: 100%;
}
.card__body {
  font-size: 1.125em;
  font-weight: 200;
  line-height: 32px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .card__body h3:not(.accordion__title) {
    font-size: 1.2222222222em;
  }
}
@media screen and (min-width: 768px) {
  .card__body h3:not(.accordion__title) {
    font-size: 1.5em;
  }
}
.card__body h3 + h3,
.card__body p + h3 {
  margin: 32px 0 0 0;
}
.card__body p + p {
  margin: 24px 0 0 0;
}
.card__body h3 + p {
  margin: 8px 0 0 0;
}
@media screen and (min-width: 768px) {
  .card__body.body--two-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .card__body.body--two-column .body__column {
    width: calc(100% / 2 - 48px);
  }
}
@media screen and (max-width: 767px) {
  .card__body.body--two-column .body__column + .body__column {
    margin: 32px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .card.card--horizontal {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.card.card--horizontal .card__image {
  height: 200px;
  margin: 0 0 32px 0;
}
@media screen and (min-width: 768px) {
  .card.card--horizontal .card__image {
    margin-bottom: 0;
    margin-right: 32px;
  }
}
.card.card--horizontal .card__image img {
  display: block;
  height: 100%;
  margin: 0 auto 0 auto;
  width: auto;
}
@media screen and (max-width: 767px) {
  .card.card--horizontal .card__image + .card__body {
    text-align: center;
  }
}
.card.card--has-aside {
  display: flex;
  justify-content: space-between;
}
.card.card--has-aside .card__aside {
  margin: 0 32px 0 0;
}
.card.card--has-aside .card__aside .card--numbered--downy,
.card.card--has-aside .card__aside .card--numbered--cold-purple {
  border-radius: 50% 50% 50% 50%;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  height: 32px;
  line-height: 30px;
  text-align: center;
  width: 32px;
}
.card.card--has-aside .card__aside .card--numbered--downy {
  background-color: #64ccc9;
}
.card.card--has-aside .card__aside .card--numbered--cold-purple {
  background-color: #9f8fca;
}
.card.card--undecorated {
  border-radius: 0 0 0 0;
  box-shadow: none;
  padding: 0 0 0 0;
}
.card.card--undecorated.card--has-footer {
  padding-bottom: 88px;
}
.card.card--undecorated.card--has-footer .card__footer {
  bottom: 0;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .card.card__join {
    padding-bottom: 96px;
  }
}
@media screen and (min-width: 768px) {
  .card.card__join {
    padding-bottom: 128px;
  }
}
.card.card__join .card__footer {
  font-weight: 200;
  line-height: 24px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .card.card__join .card__footer {
    bottom: 24px;
    width: calc(100% - 48px);
  }
}
@media screen and (min-width: 768px) {
  .card.card__join .card__footer {
    bottom: 40px;
    width: calc(100% - 128px);
  }
}
@media screen and (max-width: 1023px) {
  .card.card--has-footer:not(.card--undecorated) .card__footer {
    width: calc(100% - 48px);
  }
}
@media screen and (min-width: 1024px) {
  .card.card--has-footer:not(.card--undecorated) .card__footer {
    width: calc(100% - 128px);
  }
}

@media screen and (min-width: 768px) {
  .cost-estimate-container {
    display: flex;
    justify-content: space-between;
  }
}

.cost-estimate {
  position: relative;
}
@media screen and (max-width: 767px) {
  .cost-estimate {
    margin: 24px 16px 0 16px;
    padding: 32px 16px 32px 16px;
  }
  .cost-estimate:not(:last-of-type) {
    border-bottom: 1px solid #707070;
  }
}
@media screen and (min-width: 768px) {
  .cost-estimate {
    margin: 56px 0 0 0;
    padding: 16px 16px 16px 16px;
    width: calc(100% / 3);
  }
}
@media screen and (max-width: 767px) {
  .cost-estimate__separator--left, .cost-estimate__separator--right {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .cost-estimate__separator--left, .cost-estimate__separator--right {
    background-color: #707070;
    bottom: 0;
    height: 80%;
    position: absolute;
    width: 1px;
  }
}
.cost-estimate__separator--left {
  left: -16px;
}
.cost-estimate__separator--right {
  right: -16px;
}
.cost-estimate__title {
  font-size: 1.6875em;
  font-weight: bold;
  line-height: 1em;
  padding: 0 0 24px 0;
  text-align: center;
}
.cost-estimate__copy {
  font-weight: 200;
  line-height: 1em;
  text-align: center;
}
.cost-estimate__price {
  font-family: "Mokoko", serif;
  font-size: 2.25em;
  line-height: 1em;
  padding: 24px 0 0 0;
  text-align: center;
}
.cost-estimate__footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 32px 0 32px;
  padding: 80px 0 80px 0;
}

.add-card-top,
.add-card-top--cold-purple,
.add-card-top--downy,
.add-card-top--smoky {
  padding-top: 32px;
}
.add-card-top::before,
.add-card-top--cold-purple::before,
.add-card-top--downy::before,
.add-card-top--smoky::before {
  border-radius: 4px 4px 0 0;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.add-card-top::before {
  background-color: #000000;
}

.add-card-top--cold-purple::before {
  background-color: #9f8fca;
}

.add-card-top--downy::before {
  background-color: #64ccc9;
}

.add-card-top--smoky::before {
  background-color: #595478;
}

.card__outer-link {
  font-size: 1.125em;
  line-height: 32px;
  margin: 8px 0 0 0;
}

.card--is-link:hover {
  cursor: pointer;
}

.remove-border-radius {
  border-radius: 0 0 0 0;
}

.card__two-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card__two-column .card {
  max-width: 496px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .card__two-column .card + .card {
    margin: 48px 0 0 0;
  }
}

.card__three-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card__three-column .card {
  padding: 32px 32px 48px 32px;
}
@media screen and (max-width: 767px) {
  .card__three-column .card {
    margin: 24px 0 0 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .card__three-column .card {
    margin: 0 0 0 8px;
    width: calc(100% / 3 - 6px);
  }
  .card__three-column .card:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .card__three-column .card:nth-of-type(n+4) {
    margin-top: 8px;
  }
}
.card__three-column::after {
  content: "";
  flex: auto;
}

.overlapping-cards {
  position: relative;
}
@media screen and (max-width: 767px) {
  .overlapping-cards {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  }
}
@media screen and (min-width: 768px) {
  .overlapping-cards {
    display: flex;
    padding: 80px 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .overlapping-cards .card {
    padding: 24px 24px 24px 24px;
  }
}
.overlapping-cards .card.card--has-footer {
  padding-bottom: 88px;
}
.overlapping-cards .card.card--has-footer .card__footer {
  bottom: 28px;
  position: absolute;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .overlapping-cards .card.card--has-footer .card__footer {
    width: calc(100% - 48px);
  }
}
@media screen and (min-width: 768px) {
  .overlapping-cards .card.card--has-footer .card__footer {
    width: calc(100% - 128px);
  }
}
.overlapping-cards .card.card--has-footer .card__footer a {
  align-items: center;
  color: #000000;
  display: flex;
  font-size: 0.8888888889em;
  font-weight: 400;
  text-decoration: none;
}
.overlapping-cards .card.card--has-footer .card__footer a i {
  padding: 0 0 0 8px;
}
.overlapping-cards .card.card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .overlapping-cards .card.card__image {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    box-shadow: none;
    height: 320px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .overlapping-cards .card.card__image {
    width: calc(50% + 40px);
  }
}
@media screen and (min-width: 768px) {
  .overlapping-cards .card.card__image {
    height: 496px;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .overlapping-cards .card.card__image {
    width: 496px;
  }
}
.overlapping-cards .card.card__body {
  background-color: #ffffff;
}
@media screen and (max-width: 767px) {
  .overlapping-cards .card.card__body {
    box-shadow: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .overlapping-cards .card.card__body {
    width: calc(50% + 40px);
  }
}
@media screen and (min-width: 768px) {
  .overlapping-cards .card.card__body {
    min-height: 496px;
  }
}
@media screen and (min-width: 1024px) {
  .overlapping-cards .card.card__body {
    width: 496px;
  }
}
.overlapping-cards .card.card__body.card--is-link {
  transition: all 0.25s ease-in-out;
}
.overlapping-cards .card.card__body.card--is-link:hover {
  background-color: #595478;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.overlapping-cards .card.card__body.card--is-link:hover a {
  color: #64ccc9;
}
.overlapping-cards .card.card__body .card__title {
  padding: 0 0 24px 0;
}
.overlapping-cards .card.card__body .card__title::after {
  background: linear-gradient(to right, #64ccc9, #595478);
  border-radius: 2px 2px 2px 2px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}
.overlapping-cards .card.card__body .card__title + p {
  margin: 24px 0 0 0;
}
.overlapping-cards .card__image.card--is-link:hover + .card__body.card--is-link {
  background-color: #595478;
  color: #ffffff;
}
.overlapping-cards .card__image.card--is-link:hover + .card__body.card--is-link a {
  color: #64ccc9;
}

@media screen and (max-width: 767px) {
  .overlapping-cards__container > div + div {
    margin: 32px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .overlapping-cards__container > div + div {
    margin-top: 80px;
  }
  .overlapping-cards__container > div:nth-of-type(odd) .card__image {
    right: 0;
  }
  .overlapping-cards__container > div:nth-of-type(even) {
    flex-direction: row-reverse;
  }
  .overlapping-cards__container > div:nth-of-type(even) .card__image {
    left: 0;
  }
}

/* FORM */
p .required {
  color: #ff864d;
  font-weight: 500;
  padding: 0 4px 0 0;
}

.fields {
  margin: 0 0 24px 0;
}
.fields > label {
  display: block;
  font-size: 1.125em;
  font-weight: 500;
  line-height: 32px;
  margin: 0 0 8px 0;
}
.fields > label.required::after {
  color: #ff864d;
  content: "*";
  padding: 0 0 0 4px;
}
.fields > input,
.fields > select {
  background-color: #eeeef4;
  border: none;
  font-family: "Effra", Arial, sans-serif;
  font-size: 1.125em;
  height: 48px;
  outline: none;
  padding: 16px 16px 16px 16px;
  max-width: 400px;
  width: 100%;
}
.fields > select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding: 14px 48px 16px 16px;
}
.fields > select::after {
  border-bottom: 4px solid #595478;
  border-right: 4px solid #595478;
  content: "";
  height: 8px;
  left: 2px;
  position: absolute;
  top: 32px;
  transition: all 0.25s ease-in-out;
  width: 8px;
}
.fields > textarea {
  background-color: #eeeef4;
  border: 0;
  font-family: "Effra", Arial, sans-serif;
  font-size: 1.125em;
  height: 156px;
  outline: none;
  padding: 8px 8px 8px 8px;
  resize: none;
  vertical-align: top;
  width: 100%;
}

.g-recaptcha {
  margin: 48px 0 0 0;
}

section.form__section-header {
  background: linear-gradient(to right, #595478, #271f41);
  color: #ffffff;
  padding-bottom: 24px;
  padding-top: 24px;
}
section.form__section-header h2 {
  text-align: left;
}

section.form__section-body {
  padding-bottom: 0;
  padding-top: 24px;
}

.form--three-columns {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: relative;
}
@media screen and (max-width: 767px) {
  .form--three-columns > .fields {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 768px) {
  .form--three-columns > .fields {
    flex-basis: 33%;
    padding: 0 24px 0 0;
  }
}
@media screen and (max-width: 767px) {
  .form--three-columns > .fields.fields-doubled {
    flex-basis: 100%;
  }
}
@media screen and (min-width: 768px) {
  .form--three-columns > .fields.fields-doubled {
    flex-basis: 66%;
  }
}
.form--three-columns > .fields.fields-doubled input {
  max-width: 816px;
}
.form--three-columns > .fields.fields-full {
  flex-basis: 100%;
}

label.error {
  color: #ff6a39;
  font-size: 1em;
  font-style: italic;
  font-weight: 500;
  line-height: 1em;
  margin: 8px 0 0 0;
}

input.error,
textarea.error {
  border: 1px dashed #ff6a39;
  color: #ff6a39;
  font-weight: 200;
}

a.add-fields {
  align-items: center;
  color: #000000;
  display: flex;
  font-size: 1.125em;
  font-weight: 500;
  height: 48px;
  margin: 24px 0 8px 24px;
  padding: 0 0 0 64px;
  position: relative;
  text-decoration: none;
  width: fit-content;
}
a.add-fields:hover {
  color: #595478;
}
a.add-fields:hover::before {
  background-color: #595478;
}
a.add-fields::before {
  background-color: #097cbf;
  border-radius: 50% 50% 50% 50%;
  color: #ffffff;
  content: "+";
  font-size: 40px;
  font-weight: 200;
  height: 48px;
  left: 0;
  line-height: 46px;
  position: absolute;
  text-align: center;
  width: 48px;
}

.outer-ring {
  border: 1px solid #000000;
  border-radius: 10px 10px 10px 10px;
  padding: 32px 32px 32px 32px;
}

.form-search {
  display: flex;
  position: relative;
}
.form-search__input {
  background-color: #ffffff;
  border: 2px solid #595478;
  border-radius: 4px 0 0 4px;
  font-size: 1.125em;
  height: 48px;
  outline: none;
  padding: 8px 16px 8px 16px;
  width: calc(100% - 48px);
}
.form-search__input-clear {
  align-items: center;
  background-color: #cccccc;
  border: none;
  border-radius: 12px 12px 12px 12px;
  color: #ffffff;
  display: block;
  font-size: 0.875em;
  height: 24px;
  justify-content: center;
  outline: none;
  padding: 0 0 0 0;
  position: absolute;
  right: 64px;
  transition: all 0.25s ease-in-out;
  top: 12px;
  width: 64px;
  z-index: 10;
}
.form-search__input-clear:hover {
  background-color: #595478;
  cursor: pointer;
}
.form-search__button {
  background-color: #595478;
  background-image: url(/uploads/img/search-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0 4px 4px 0;
  color: #ffffff;
  height: 48px;
  outline: none;
  padding: 0 0 0 0;
  transition: all 0.25s ease-in-out;
  width: 48px;
}
.form-search__button:hover {
  background-color: #271f41;
  cursor: pointer;
}

.form-label {
  font-weight: 400;
  line-height: 24px;
  padding: 48px 0 24px 0;
  width: 100%;
}

.form-radio {
  align-items: center;
  display: flex;
  width: fit-content;
}
.form-radio:hover {
  cursor: pointer;
}
.form-radio .radio-button {
  border: 3px solid #097cbf;
  border-radius: 50% 50% 50% 50%;
  display: inline-block;
  height: 24px;
  margin: 0 16px 0 0;
  position: relative;
  width: 24px;
}
.form-radio.active .radio-button::after {
  background-color: #097cbf;
  border-radius: 50% 50% 50% 50%;
  content: "";
  height: 12px;
  left: 3px;
  position: absolute;
  top: 3px;
  width: 12px;
}
.form-radio + .form-radio {
  margin: 16px 0 0 0;
}
.form-radio input[type=radio] {
  display: inline-block;
  height: 16px;
  margin: 0 16px 0 0;
  width: 16px;
}
.form-radio label {
  font-weight: 200;
  line-height: 24px;
  width: calc(100% - 32px);
}

.radio-fields {
  display: flex;
  height: 48px;
}
.radio-fields .form-radio {
  width: fit-content;
}
.radio-fields .form-radio + .form-radio {
  margin: 0 0 0 32px;
}

.form-checkbox {
  align-items: center;
  display: flex;
  width: fit-content;
}
.form-checkbox:hover {
  cursor: pointer;
}
.form-checkbox .checkbox {
  border: 3px solid #097cbf;
  display: inline-block;
  height: 24px;
  margin: 0 16px 0 0;
  position: relative;
  width: 24px;
}
.form-checkbox.active .checkbox::after {
  border: solid #097cbf;
  border-width: 0 0 3px 3px;
  content: "";
  height: 5px;
  left: 9px;
  margin: -3px 0 0 -6px;
  position: absolute;
  transform: rotate(-45deg);
  top: 6px;
  width: 9px;
}
.form-checkbox.disabled {
  color: #b3b3b3;
}
.form-checkbox.disabled .checkbox {
  border-color: #b3b3b3;
}
.form-checkbox.disabled:hover {
  cursor: not-allowed;
}
.form-checkbox + .form-checkbox {
  margin: 16px 0 0 0;
}
.form-checkbox input[type=checkbox] {
  display: inline-block;
  height: 24px;
  margin: 0 16px 0 0;
  width: 24px;
}
.form-checkbox label {
  font-weight: 200;
  line-height: 24px;
  width: calc(100% - 40px);
}

.form-button {
  align-items: center;
  border: 2px solid #097cbf;
  border-radius: 3px 3px 3px 3px;
  color: #097cbf;
  display: flex;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}
.form-button:hover {
  background-color: #26b0ff;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.form-button.active {
  background-color: #097cbf;
  color: #ffffff;
}
.form-button.disabled {
  border-color: #b3b3b3;
  color: #b3b3b3;
}
.form-button.disabled:hover {
  background: none;
  cursor: not-allowed;
}

.fields.submit {
  margin: 32px 0 0 0;
}
.fields.submit button {
  background-color: #595478;
  border: none;
  border: 2px solid #595478;
  border-radius: 4px 4px 4px 4px;
  color: #ffffff;
  font-size: 1.125em;
  height: 48px;
  max-width: 280px;
  outline: none;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.fields.submit button:hover {
  background-color: #271f41;
  color: #ffffff;
  cursor: pointer;
}

.page__guidestone-signup .fields.submit {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.page__guidestone-signup .fields.submit p {
  margin: 24px 0 0 0;
  text-align: center;
  width: 100%;
}

/* COST CALCULATOR */
@media screen and (max-width: 767px) {
  .results {
    margin: 80px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .results {
    margin: 48px 0 0 0;
    width: 100%;
  }
}

.calculator--given {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .calculator--given > div {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .calculator--given > div {
    width: calc(50% - 24px);
  }
}
.calculator--given .form-button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 408px;
  width: 100%;
}
.calculator--given .form-button {
  width: calc(50% - 4px);
}
.calculator--given .form-button:nth-of-type(n+3) {
  margin: 8px 0 0 0;
}

.results--given {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.results--given .given-plan {
  border-bottom: 5px solid transparent;
  color: #707070;
  line-height: 1em;
  max-width: 128px;
  padding: 0 16px 19px 8px;
  text-align: center;
  transition: all 0.25s ease-in-out;
  width: 33.334%;
}
.results--given .given-plan:hover {
  border-bottom-color: #707070;
  cursor: pointer;
}
.results--given .given-plan.active {
  border-bottom-color: #097cbf;
  color: #097cbf;
}
.results--given .given-plan__cost {
  display: block;
  font-size: 1.375em;
  font-weight: 700;
}
.results--given .given-plan__cost-duration {
  font-size: 0.75em;
  padding: 4px 0 0 0;
}
.results--given .given-plan__plan-name {
  font-size: 1.125em;
  font-weight: 400;
  height: 56px;
  padding: 16px 0 0 0;
}
.results--given .results-separator {
  background-color: #707070;
  height: 1px;
  margin: -3px 0 0 0;
  width: 100%;
}
.results--given .results__plan-summary {
  background-color: #eeeef4;
  border-radius: 5px 5px 5px 5px;
  margin: 24px 0 0 0;
  padding: 16px 16px 16px 16px;
}
.results--given .results__plan-summary .plan-summary__title {
  font-size: 1.375em;
}
.results--given .results__plan-summary ul {
  margin-left: 4px;
}

@media screen and (min-width: 768px) {
  .calculator--classic-basic {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .calculator--classic-basic .selectors {
    width: calc(100% / 2 - 24px);
  }
  .calculator--classic-basic .selectors.selectors--flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .calculator--classic-basic .selectors.selectors--flex .selectors__group {
    width: calc(100% / 2 - 8px);
  }
  .calculator--classic-basic .selectors.selectors--flex .selectors__group:last-of-type {
    width: 100%;
  }
}
.calculator--classic-basic .form-button-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .calculator--classic-basic .form-button {
    width: calc(50% - 4px);
  }
  .calculator--classic-basic .form-button:nth-of-type(n+3) {
    margin: 8px 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .calculator--classic-basic .form-button {
    width: calc(25% - 4px);
  }
}

.results--classic-basic {
  border-top: 1px solid #707070;
  margin: 64px 0 0 0;
  text-align: center;
}
.results--classic-basic .maternity-note {
  border-bottom: 1px solid #707070;
  display: none;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 1023px) {
  .results--classic-basic .maternity-note {
    padding: 24px 24px 24px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .results--classic-basic .maternity-note {
    padding: 24px 128px 24px 128px;
  }
}
.results--classic-basic .maternity-note a {
  color: #097cbf !important;
}
.results--classic-basic .maternity-note a:hover {
  color: #26b0ff !important;
}
.results--classic-basic .results-container {
  margin: 48px 0 0 0;
  padding: 56px 0 56px 0;
  position: relative;
}
.results--classic-basic .results-container::after, .results--classic-basic .results-container::before {
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.results--classic-basic .results-container::after {
  border-bottom: 32px solid #eeeef4;
  bottom: 0;
}
.results--classic-basic .results-container::before {
  border-top: 32px solid #eeeef4;
  top: 0;
}
.results--classic-basic .results__price {
  font-size: 2em;
  font-weight: 800;
  line-height: 48px;
}
.results--classic-basic .results__plan {
  margin: 16px 0 0 0;
}

/* GUIDELINES */
@media screen and (min-width: 768px) {
  .guidelines__search {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .guidelines__search .guidelines__download-pdf {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .guidelines__search .form-search {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .guidelines__search .form-search {
    width: calc(100% - 320px - 64px);
  }
}

@media screen and (max-width: 767px) {
  .guidelines-menu {
    padding: 24px 0 24px 0;
  }
}
@media screen and (min-width: 768px) {
  .guidelines-menu {
    padding: 48px 0 48px 0;
  }
}
.guidelines-menu__header {
  align-items: center;
  display: flex;
  line-height: 48px;
  min-height: 48px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .guidelines-menu__header {
    border: 1px solid #595478;
    color: #595478;
    padding: 0 16px 0 16px;
  }
  .guidelines-menu__header.add-chevron.chevron--down::after {
    border-bottom: 4px solid #595478;
    border-right: 4px solid #595478;
    content: "";
    height: 8px;
    position: absolute;
    right: 24px;
    top: 16px;
    transition: all 0.25s ease-in-out;
    width: 8px;
  }
  .guidelines-menu__header.add-chevron.chevron--up::after {
    border-bottom: 4px solid #595478;
    border-right: 4px solid #595478;
    content: "";
    height: 8px;
    position: absolute;
    right: 24px;
    top: 21px;
    transition: all 0.25s ease-in-out;
    width: 8px;
  }
}
@media screen and (min-width: 768px) {
  .guidelines-menu__header {
    margin: 0 0 24px 0;
    padding: 0 0 16px 0;
    justify-content: center;
  }
  .guidelines-menu__header::after {
    background: linear-gradient(to right, #595478, #64ccc9);
    border-radius: 2px 2px 2px 2px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .guidelines-menu-wrap {
    border: 1px solid #595478;
    border-top: none;
    display: none;
    padding: 24px 24px 24px 24px;
  }
}
@media screen and (min-width: 768px) {
  .guidelines-menu-wrap {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .guidelines-menu__option-container + .guidelines-menu__option-container {
    margin: 16px 0 0 0;
  }
}
.guidelines-menu__option {
  color: #595478;
  cursor: pointer;
  font-size: 1.125em;
  font-weight: 200;
  min-height: 32px;
  line-height: 24px;
  transition: all 0.25s ease-in-out;
}
.guidelines-menu__option + .guidelines-menu__option {
  margin: 16px 16px 0 0;
}
.guidelines-menu__option:hover {
  color: #271f41;
  text-decoration: underline;
}
.guidelines-menu__option.active {
  font-weight: 400;
}

.guidelines-info {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
}
.guidelines-info__header {
  background-color: #595478;
  border-radius: 3px 3px 0 0;
  color: #ffffff;
  display: flex;
  height: 56px;
  position: sticky;
  top: 64px;
  width: 100%;
  z-index: 1;
}
.guidelines-info__chevron-nav {
  height: 56px;
  width: 48px;
}
.guidelines-info__chevron-nav a {
  display: block;
  height: 100%;
  position: relative;
}
.guidelines-info__chevron-nav a.add-chevron.chevron--left::before {
  border-bottom: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  content: "";
  height: 8px;
  left: 22px;
  position: absolute;
  top: 22px;
  transition: all 0.25s ease-in-out;
  width: 8px;
}
.guidelines-info__chevron-nav a:hover.add-chevron.chevron--left::before {
  border-bottom: 4px solid #64ccc9;
  border-right: 4px solid #64ccc9;
  content: "";
  height: 8px;
  left: 18px;
  position: absolute;
  top: 22px;
  transition: all 0.25s ease-in-out;
  width: 8px;
}
.guidelines-info__chevron-nav a.add-chevron.chevron--right::before {
  border-bottom: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  content: "";
  height: 8px;
  position: absolute;
  right: 22px;
  top: 23px;
  transition: all 0.25s ease-in-out;
  width: 8px;
}
.guidelines-info__chevron-nav a:hover.add-chevron.chevron--right::before {
  border-bottom: 4px solid #64ccc9;
  border-right: 4px solid #64ccc9;
  content: "";
  height: 8px;
  position: absolute;
  right: 18px;
  top: 23px;
  transition: all 0.25s ease-in-out;
  width: 8px;
}
.guidelines-info__title {
  align-items: center;
  display: none;
  font-size: 1.125em;
  font-weight: 400;
  justify-content: center;
  line-height: 16px;
  padding: 0 16px 0 16px;
  text-align: center;
  width: calc(100% - 96px);
}
.guidelines-info__title.active {
  display: flex;
}
.guidelines-info__body {
  background-color: #ffffff;
  display: none;
  font-size: 1.125em;
  font-weight: 200;
  line-height: 32px;
  padding: 24px 24px 24px 24px;
}
.guidelines-info__body.active {
  display: block;
}
.guidelines-info__body h3 {
  margin: 24px 0 24px 0;
}
.guidelines-info__body p + p {
  margin: 24px 0 0 0;
}
.guidelines-info__body table {
  background-color: #eeeef4;
  border: 5px solid #9f8fca;
  border-radius: 16px 16px 16px 16px;
  font-weight: 500;
  margin: 24px 0 24px 0;
}
@media screen and (max-width: 767px) {
  .guidelines-info__body table {
    font-size: 1em;
    padding: 16px 16px 16px 16px;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .guidelines-info__body table {
    padding: 24px 32px 24px 32px;
  }
}
.guidelines-info__body table tbody td {
  line-height: 32px;
  overflow: hidden;
  padding: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  .guidelines-info__body table tbody td {
    vertical-align: bottom;
  }
}
@media screen and (min-width: 768px) {
  .guidelines-info__body table tbody td {
    vertical-align: top;
  }
}
.guidelines-info__body table .table-head {
  line-height: 16px;
  padding: 0 16px 0 0;
}
.guidelines-info__body table .table-head--description {
  display: block;
  font-size: 0.75em;
  font-weight: 400;
}
.guidelines-info__body table .brand {
  color: #9f8fca;
  line-height: 24px;
  padding: 0 32px 0 0;
  text-align: right;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .guidelines-info__body table .brand {
    display: none;
  }
}
.guidelines-info__body table .brand .brand__program-name {
  color: #000000;
  font-size: 1.375em;
  text-transform: none;
}
.guidelines-info__body table .program-type {
  padding: 0 24px 0 0;
}
.guidelines-info__body table .program-type::after {
  float: left;
  content: "..........................................................";
  white-space: nowrap;
  width: 0;
}
.guidelines-info__body table .program-type__name {
  background-color: #eeeef4;
  padding: 0 4px 0 0;
}
.guidelines-info__body table .basic-price {
  background-color: #eeeef4;
}
.guidelines-info__body table .basic-price::after {
  float: left;
  content: "................";
  white-space: nowrap;
  width: 0;
}

body.page__resources--given-guidelines.add-sticky-banner .guidelines-info__header {
  top: 128px;
}

/* BLOG */
.blog-card-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.blog-card-container::after {
  content: "";
  flex: auto;
}

.blog-card {
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  margin: 0 0 16px 0;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-card {
    margin-left: 16px;
    width: calc(100% / 2 - 8px);
  }
  .blog-card:nth-of-type(2n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .blog-card {
    margin-left: 16px;
    width: calc(100% / 3 - 11px);
  }
  .blog-card:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
.blog-card:hover {
  box-shadow: 0 12px 16px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease-in-out;
}
.blog-card__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
  height: 272px;
}
@media screen and (max-width: 767px) {
  .blog-card__image {
    height: 192px;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-card__image {
    height: 208px;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .blog-card__image {
    height: 184px;
  }
}
@media screen and (min-width: 1280px) {
  .blog-card__image {
    height: 248px;
  }
}
.blog-card__headline {
  padding: 24px 48px 24px 48px;
}
.blog-card__title {
  font-size: 1.125em;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}
.blog-card__title a {
  color: #000000;
  text-decoration: none;
}

.blog-header {
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .blog-header__blog-home {
    margin: 0 auto 48px auto;
    max-width: 640px;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .blog-header__blog-home {
    left: 50%;
    position: absolute;
    transform: translateX(-498px);
  }
}
.blog-header__featured-image img {
  height: 100%;
  max-height: 384px;
  max-width: 640px;
  width: 100%;
}
.blog-header__featured-image--legacy {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 376.47px;
  max-width: 640px;
  width: 100%;
}
.blog-header__masthead {
  padding: 24px 0 48px 0;
  position: relative;
}
.blog-header__masthead::after {
  background: linear-gradient(to right, #595478, #64ccc9);
  border-radius: 4px 4px 4px 4px;
  bottom: 0;
  content: "";
  height: 4px;
  position: absolute;
  width: 100%;
}
.blog-header__copy {
  margin: 24px 0 0 0;
}

.blog-body {
  font-size: 1.125em;
  line-height: 32px;
}
.blog-body h1,
.blog-body h2 {
  font-family: "Effra", Arial, sans-serif;
  font-weight: 400;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .blog-body h1,
.blog-body h2 {
    font-size: 1.375em;
    line-height: 32px;
  }
}
@media screen and (min-width: 768px) {
  .blog-body h1,
.blog-body h2 {
    font-size: 1.6875em;
    line-height: 32px;
  }
}
.blog-body strong,
.blog-body b {
  font-weight: 500;
}
.blog-body h1 + p,
.blog-body h2 + p,
.blog-body h3 + p,
.blog-body p + h1,
.blog-body p + h2,
.blog-body p + h3,
.blog-body p + p {
  margin: 24px 0 0 0;
}
.blog-body blockquote {
  font-weight: 200;
  margin: 24px 24px 24px 24px;
}
.blog-body blockquote em {
  font-style: normal;
}

.blog-body-container--legacy + .blog-body-container--legacy {
  padding-top: 0;
}

.blog-body-quote-container {
  padding-bottom: 0;
  padding-top: 0;
}

.blog-body-quote-container + section {
  padding-top: 24px;
}

.blog-header + .blog-body-quote-container {
  padding-top: 64px;
}

.blog-image-container {
  padding-bottom: 0;
  padding-top: 0;
}

.blog-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .blog-image--square {
    height: 192px;
  }
}
@media screen and (min-width: 768px) {
  .blog-image--square {
    height: 400px;
  }
}
.blog-image__caption {
  display: flex;
  line-height: 24px;
  margin: 16px 0 0 0;
}
.blog-image__caption p {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 16px 0;
}

.standout-quote-container {
  padding-bottom: 0;
  padding-top: 0;
}

.standout-quote__body {
  color: #595478;
  padding: 48px 0 48px 0;
  position: relative;
}
.standout-quote__body::after, .standout-quote__body::before {
  background-color: #595478;
  content: "";
  height: 1px;
  position: absolute;
  width: 128px;
}
@media screen and (max-width: 767px) {
  .standout-quote__body::after, .standout-quote__body::before {
    left: 50%;
    transform: translateX(-50%);
  }
}
.standout-quote__body::after {
  bottom: 0;
}
.standout-quote__body::before {
  top: 0;
}
.standout-quote__copy {
  font-family: "Mokoko", serif;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .standout-quote__copy {
    font-size: 1.6875em;
    line-height: 48px;
  }
}
@media screen and (min-width: 768px) {
  .standout-quote__copy {
    font-size: 2.25em;
    line-height: 56px;
  }
}
.standout-quote__citation {
  align-items: center;
  display: flex;
  font-size: 1.375em;
  font-weight: 500;
  line-height: 32px;
  margin: 16px 0 0 0;
}
@media screen and (max-width: 767px) {
  .standout-quote__citation {
    min-height: 48px;
  }
}
@media screen and (min-width: 768px) {
  .standout-quote__citation {
    min-height: 56px;
  }
}

/* FOOTER */
.footer-wrap {
  padding: 0 24px 0 24px;
}

.home-illustration {
  margin: 48px 0 0 0;
  padding: 0 0 0 0;
}
.home-illustration-wrap {
  overflow: hidden;
  position: relative;
  padding: 24% 0 0 0;
}
.home-illustration__image {
  bottom: 0;
  height: auto;
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.join-banner {
  padding: 24px 24px 24px 24px;
}
@media screen and (min-width: 768px) {
  .join-banner-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
.join-banner__copy {
  display: flex;
  font-size: 1.375em;
  height: 48px;
}
@media screen and (max-width: 767px) {
  .join-banner__copy {
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .join-banner__copy {
    align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .join-banner .button {
    margin: 0 0 0 32px;
  }
}

.contact-and-menu {
  border-bottom: 1px solid #707070;
  padding: 48px 0 16px 0;
}
@media screen and (min-width: 768px) {
  .contact-and-menu {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .contact-and-menu.add-footer-alert-banner {
    padding-bottom: 144px;
  }
}
@media screen and (min-width: 768px) {
  .contact-and-menu.add-footer-alert-banner {
    padding-bottom: 96px;
  }
}

@media screen and (min-width: 768px) {
  .contact {
    width: 208px;
  }
}
.contact .contact__copy {
  line-height: 24px;
  margin: 0 0 24px 0;
}

@media screen and (min-width: 768px) {
  .menu-container {
    width: calc(100% - 208px - 48px);
  }
}
@media screen and (min-width: 1280px) {
  .menu-container {
    width: calc(100% - 208px - 128px);
  }
}

@media screen and (min-width: 768px) {
  .footer .discovery-menu {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .discovery-menu > li {
    width: calc(100% / 2 - 24px);
  }
}
@media screen and (min-width: 1024px) {
  .footer .discovery-menu > li {
    width: calc(100% / 4 - 16px);
  }
}
.footer .discovery-menu__option-container {
  line-height: 32px;
}
.footer .discovery-menu__title {
  font-weight: 500;
  margin: 0 0 8px 0;
}
@media screen and (max-width: 1023px) {
  .footer .discovery-menu__title {
    margin-top: 24px;
  }
}
.footer .discovery-menu__title:hover {
  cursor: not-allowed;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .footer .discovery-menu > li:nth-of-type(-n+2) .discovery-menu__title {
    margin-top: 0;
  }
}
.footer .discovery-secondary-menu__option-container {
  line-height: 32px;
}
.footer .discovery-secondary-menu__title {
  font-weight: 500;
}
.footer .discovery-secondary-menu__title:hover {
  cursor: not-allowed;
}
.footer .discovery-secondary-menu__option {
  display: block;
  color: #000000;
  margin: 8px 0 0 0;
}
.footer .discovery-secondary-menu__option:hover {
  text-decoration: underline;
}

.legal-and-social-and-copyright {
  padding: 16px 0 64px 0;
}
@media screen and (min-width: 768px) {
  .legal-and-social-and-copyright {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.legal-and-social-and-copyright p {
  font-size: 0.75em;
}
.legal-and-social-and-copyright p + p {
  margin: 8px 0 0 0;
}

.donate {
  margin: 0 0 32px 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .legal {
    width: calc(100% / 2 - 16px);
  }
}

@media screen and (min-width: 768px) {
  .social-copyright {
    width: calc(100% / 2 - 16px);
  }
}
@media screen and (min-width: 768px) {
  .social-copyright .copyright__copy {
    text-align: right;
  }
}

.social-menu {
  display: flex;
  justify-content: flex-start;
  margin: 24px 0 24px 0;
}
@media screen and (min-width: 768px) {
  .social-menu {
    justify-content: flex-end;
    margin-bottom: 16px;
    margin-top: 0;
  }
}
.social-menu > li:not(:first-of-type) {
  margin: 0 0 0 48px;
}
.social-menu__option {
  color: #595478;
  font-size: 1.6875em;
  line-height: 32px;
  transition: all 0.25s ease-in-out;
}
.social-menu__option:hover {
  color: #64ccc9;
  transition: all 0.25s ease-in-out;
}

/* ADD-ON */
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text--right-indent {
    padding-right: 160px;
  }
}
@media screen and (min-width: 1024px) {
  .text--right-indent {
    padding-right: 320px;
  }
}

.add-border-top {
  padding-top: 24px;
  position: relative;
}
.add-border-top::before {
  background-color: #000000;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  width: 100%;
}

.add-border-bottom {
  position: relative;
}
.add-border-bottom::after {
  background-color: #000000;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}
.add-border-bottom--very-light-gray {
  position: relative;
}
.add-border-bottom--very-light-gray::after {
  background-color: #cccccc;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
}

.remove-border-bottom::after {
  background: none;
  height: 0;
  width: 0;
}

.add-border-bottom--gradient {
  padding-bottom: 24px !important;
}
.add-border-bottom--gradient::after {
  background: linear-gradient(to right, #64ccc9, #595478);
  border-radius: 2px 2px 2px 2px;
  bottom: 0;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.element-align--center {
  margin-left: auto;
  margin-right: auto;
}

.element-align--true-center {
  align-items: center;
  display: flex;
  justify-content: center;
}

.add-color--black {
  color: #000000;
}

.add-color--burnt-orange {
  color: #ff6a39;
}

.add-color--cerulean {
  color: #097cbf;
}

.add-color--cold-purple {
  color: #9f8fca;
}

.add-color--comet {
  color: #626074;
}

.add-color--dodger-blue {
  color: #26b0ff;
}

.add-color--dim-gray {
  color: #707070;
}

.add-color--downy {
  color: #64ccc9;
}

.add-color--lavender {
  color: #eeeef4;
}

.add-color--pink-swan {
  color: #b3b3b3;
}

.add-color--smoky {
  color: #595478;
}

.add-color--tolopea {
  color: #271f41;
}

.add-color--very-light-gray {
  color: #cccccc;
}

.add-color--white {
  color: #ffffff;
}

.remove-margin {
  margin: 0 0 0 0 !important;
}

.remove-margin-top {
  margin-top: 0 !important;
}

.remove-margin-right {
  margin-right: 0 !important;
}

.remove-margin-bottom {
  margin-bottom: 0 !important;
}

.remove-margin-left {
  margin-left: 0 !important;
}

.add-margin-top--xxl {
  margin-top: 128px !important;
}

.add-margin-top--xl {
  margin-top: 80px !important;
}

.add-margin-top--l {
  margin-top: 64px !important;
}

.add-margin-top--m {
  margin-top: 48px !important;
}

.add-margin-top--normal {
  margin-top: 32px !important;
}

.add-margin-top--s {
  margin-top: 24px !important;
}

.add-margin-top--xs {
  margin-top: 16px !important;
}

.add-margin-top--xxs {
  margin-top: 8px !important;
}

.add-margin-right--xxl {
  margin-right: 128px !important;
}

.add-margin-right--xl {
  margin-right: 80px !important;
}

.add-margin-right--l {
  margin-right: 64px !important;
}

.add-margin-right--m {
  margin-right: 48px !important;
}

.add-margin-right--normal {
  margin-right: 32px !important;
}

.add-margin-right--s {
  margin-right: 24px !important;
}

.add-margin-right--xs {
  margin-right: 16px !important;
}

.add-margin-right--xxs {
  margin-right: 8px !important;
}

.add-margin-bottom--xxl {
  margin-bottom: 128px !important;
}

.add-margin-bottom--xl {
  margin-bottom: 80px !important;
}

.add-margin-bottom--l {
  margin-bottom: 64px !important;
}

.add-margin-bottom--m {
  margin-bottom: 48px !important;
}

.add-margin-bottom--normal {
  margin-bottom: 32px !important;
}

.add-margin-bottom--s {
  margin-bottom: 24px !important;
}

.add-margin-bottom--xs {
  margin-bottom: 16px !important;
}

.add-margin-bottom--xxs {
  margin-bottom: 8px !important;
}

.add-margin-left--xxl {
  margin-left: 128px !important;
}

.add-margin-left--xl {
  margin-left: 80px !important;
}

.add-margin-left--l {
  margin-left: 64px !important;
}

.add-margin-left--m {
  margin-left: 48px !important;
}

.add-margin-left--normal {
  margin-left: 32px !important;
}

.add-margin-left--s {
  margin-left: 24px !important;
}

.add-margin-left--xs {
  margin-left: 16px !important;
}

.add-margin-left--xxs {
  margin-left: 8px !important;
}

.remove-padding {
  padding: 0 0 0 0 !important;
}

.remove-padding-top {
  padding-top: 0 !important;
}

.remove-padding-right {
  padding-right: 0 !important;
}

.remove-padding-bottom {
  padding-bottom: 0 !important;
}

.remove-padding-left {
  padding-left: 0 !important;
}

.add-padding--xxl {
  padding: 128px 128px 128px 128px !important;
}

.add-padding--xl {
  padding: 80px 80px 80px 80px !important;
}

.add-padding--l {
  padding: 64px 64px 64px 64px !important;
}

.add-padding--m {
  padding: 48px 48px 48px 48px !important;
}

.add-padding--normal {
  padding: 32px 32px 32px 32px !important;
}

.add-padding--s {
  padding: 24px 24px 24px 24px !important;
}

.add-padding--xs {
  padding: 16px 16px 16px 16px !important;
}

.add-padding--xxs {
  padding: 8px 8px 8px 8px !important;
}

.add-padding-top--xxl {
  padding-top: 128px !important;
}

.add-padding-top--xl {
  padding-top: 80px !important;
}

.add-padding-top--l {
  padding-top: 64px !important;
}

.add-padding-top--m {
  padding-top: 48px !important;
}

.add-padding-top--normal {
  padding-top: 32px !important;
}

.add-padding-top--s {
  padding-top: 24px !important;
}

.add-padding-top--xs {
  padding-top: 16px !important;
}

.add-padding-top--xxs {
  padding-top: 8px !important;
}

.add-padding-right--xxl {
  padding-right: 128px !important;
}

.add-padding-right--xl {
  padding-right: 80px !important;
}

.add-padding-right--l {
  padding-right: 64px !important;
}

.add-padding-right--m {
  padding-right: 48px !important;
}

.add-padding-right--normal {
  padding-right: 32px !important;
}

.add-padding-right--s {
  padding-right: 24px !important;
}

.add-padding-right--xs {
  padding-right: 16px !important;
}

.add-padding-right--xxs {
  padding-right: 8px !important;
}

.add-padding-bottom--xxl {
  padding-bottom: 128px !important;
}

.add-padding-bottom--xl {
  padding-bottom: 80px !important;
}

.add-padding-bottom--l {
  padding-bottom: 64px !important;
}

.add-padding-bottom--m {
  padding-bottom: 48px !important;
}

.add-padding-bottom--normal {
  padding-bottom: 32px !important;
}

.add-padding-bottom--s {
  padding-bottom: 24px !important;
}

.add-padding-bottom--xs {
  padding-bottom: 16px !important;
}

.add-padding-bottom--xxs {
  padding-bottom: 8px !important;
}

.add-padding-left--xxl {
  padding-left: 128px !important;
}

.add-padding-left--xl {
  padding-left: 80px !important;
}

.add-padding-left--l {
  padding-left: 64px !important;
}

.add-padding-left--m {
  padding-left: 48px !important;
}

.add-padding-left--normal {
  padding-left: 32px !important;
}

.add-padding-left--s {
  padding-left: 24px !important;
}

.add-padding-left--xs {
  padding-left: 16px !important;
}

.add-padding-left--xxs {
  padding-left: 8px !important;
}

.change-font-family--effra {
  font-family: "Effra", Arial, sans-serif;
}

.change-font-family--mokoko {
  font-family: "Mokoko", serif;
}

.change-font-size--xxl {
  font-size: 2.8125em;
}

.change-font-size--xl {
  font-size: 2.25em;
}

.change-font-size--l {
  font-size: 1.6875em;
}

.change-font-size--m {
  font-size: 1.375em;
}

.change-font-size--normal {
  font-size: 1.125em;
}

.change-font-size--s {
  font-size: 1em;
}

.change-font-size--xs {
  font-size: 0.875em;
}

.change-font-size--xxs {
  font-size: 0.75em;
}

.change-font-weight--200 {
  font-weight: 200;
}

.change-font-weight--400 {
  font-weight: 400;
}

.change-font-weight--500 {
  font-weight: 500;
}

.change-font-weight--600 {
  font-weight: 600;
}

.change-font-weight--700 {
  font-weight: 700;
}

.change-line-height--xxl {
  line-height: 64px;
}

.change-line-height--xl {
  line-height: 56px;
}

.change-line-height--l {
  line-height: 48px;
}

.change-line-height--m {
  line-height: 32px;
}

.change-line-height--normal {
  line-height: 24px;
}

.change-line-height--s {
  line-height: 16px;
}

.body-align--left {
  text-align: left;
}

.body-align--center {
  text-align: center;
}

.body-align--right {
  text-align: right;
}

/* ONE-OFFS */
@media print {
  .accordion::after,
.add-chevron.chevron--down::before,
.button,
.card__outer-link,
.careers-animation,
.epilogue,
.five9-frame,
.footer,
.header,
.inner-banner__footer,
.info-switch-banner,
.overlapping-cards,
.promo-banner {
    display: none !important;
  }

  .accordion__header,
.bg--cerulean,
.bg--comet,
.bg--smoky,
.bg--tolopea,
.bg--cold-purple-to-smoky,
.bg--downy-to-smoky,
.bg--smoky-to-downy,
.bg--smoky-to-tolopea,
.inner-banner__title {
    color: #000000;
  }
  .accordion__header a,
.bg--cerulean a,
.bg--comet a,
.bg--smoky a,
.bg--tolopea a,
.bg--cold-purple-to-smoky a,
.bg--downy-to-smoky a,
.bg--smoky-to-downy a,
.bg--smoky-to-tolopea a,
.inner-banner__title a {
    color: #000000;
  }

  p a,
ul:not(.menu) a {
    color: #097cbf;
  }

  section {
    padding: 24px 24px 24px 24px !important;
  }

  h1 {
    font-size: 24px;
    line-height: 36px;
  }

  h2 {
    font-size: 18px;
    line-height: 24px;
  }

  .accordion__header {
    padding-left: 0;
  }

  .accordion__body {
    display: block;
  }

  .index-banner__body {
    min-height: 96px;
    padding: 24px 0 0 0;
  }

  .provider-card-container {
    display: flex;
    flex-wrap: wrap;
  }

  .provider-card__front, .provider-card__back {
    height: 155px;
    max-width: 248px;
  }
  .provider-card__front {
    order: 1;
  }
  .provider-card__back {
    margin: 0 0 0 16px;
    order: 2;
  }
  .provider-card__front-label, .provider-card__back-label {
    max-width: 248px;
  }
  .provider-card__front-label {
    order: 3;
  }
  .provider-card__back-label {
    margin: 0 0 0 16px;
    order: 4;
  }

  .card {
    box-shadow: none;
  }

  .card__two-column .card {
    max-width: none;
    width: calc(100% / 2 - 8px);
  }

  .card__three-column .card {
    margin: 0 0 0 8px;
    width: calc(100% /3 - 6px);
  }
  .card__three-column .card:nth-of-type(3n+1) {
    margin-left: 0;
  }
  .card__three-column .card:nth-of-type(n+4) {
    margin-top: 8px;
  }
}
body.page--idomoo {
  background: linear-gradient(to right, #595478, #271f41);
}
@media screen and (min-width: 1024px) {
  body.page--idomoo .header {
    background-color: #ffffff;
  }
}
body.page--idomoo .main {
  background-color: #ffffff;
}
body.page--idomoo .footer {
  padding: 0 0 96px 0;
}
body.page--idomoo .overlay-error {
  z-index: 99;
}

/*# sourceMappingURL=main.css.map */
