.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: #222228;
  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;
  visibility: hidden;
}
@media screen and (max-width: 1023px) {
  .anchor.anchor-depth--80 {
    top: -56px;
  }
}
@media screen and (min-width: 1024px) {
  .anchor.anchor-depth--80 {
    top: -80px;
  }
}
@media screen and (max-width: 1023px) {
  .anchor.anchor-depth--144 {
    top: -72px;
  }
}
@media screen and (min-width: 1024px) {
  .anchor.anchor-depth--144 {
    top: -144px;
  }
}

p a,
p a:visited:not(.button),
ul:not(.menu) a,
ul:not(.menu) a:visited,
div.form-label a,
div.form-label a:visited,
ol a,
ol a:visited {
  color: #0061d6;
  transition: all 0.25s ease-in-out;
}
p a:hover,
p a:visited:not(.button):hover,
ul:not(.menu) a:hover,
ul:not(.menu) a:visited:hover,
div.form-label a:hover,
div.form-label a:visited:hover,
ol a:hover,
ol a:visited:hover {
  color: #032f40;
  transition: all 0.25s ease-in-out;
}

strong,
b {
  font-weight: 500;
}

ul:not(.menu) {
  margin: 1.5rem 0 1.5rem 0;
  padding: 0 0 0 1rem;
}
ul:not(.menu) li + li {
  margin: 0.5rem 0 0 0;
}

ul.highlights {
  color: #595478;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
  margin: 0 0 0 0;
}
ul.highlights li + li {
  margin: 1.5rem 0 0 0;
}

ol {
  counter-reset: numbers;
  list-style: none;
  margin: 1.5rem 0 1.5rem 0;
  padding: 0 0 0 2rem;
}
ol li {
  counter-increment: numbers;
  margin: 0 0 0.5rem 0;
  position: relative;
}
ol li::before {
  content: counter(numbers) ".";
  font-weight: 400;
  height: 2rem;
  left: -32px;
  position: absolute;
  width: 2rem;
}
ol ol {
  counter-reset: letters;
  list-style: none;
  margin: 0.5rem 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: 0.125rem;
  margin: 2rem 0 2rem 0;
}

hr.plain {
  background: #cccccc;
  border: none;
  height: 0.125rem;
  margin: 1.5rem 0 1.5rem 0;
}

sup {
  font-family: "Effra", Arial, sans-serif;
  font-size: 1rem;
  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;
}

.hide {
  display: none !important;
}

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

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

ol.styled-list {
  counter-reset: secondary-circles;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
ol.styled-list li {
  counter-increment: secondary-circles;
  margin-bottom: 1rem;
}
ol.styled-list li::before {
  align-items: center;
  background-color: #64ccc9;
  border-radius: 50% 50% 50% 50%;
  content: counter(secondary-circles);
  color: #ffffff;
  display: flex;
  height: 1.5rem;
  font-family: "Mokoko", serif;
  font-size: 0.75rem;
  font-weight: 900;
  justify-content: center;
  position: absolute;
  width: 1.5rem;
}

.add-beta::after {
  border: 2px solid;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  content: "Beta";
  font-family: "Effra", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.6363636364em;
  margin: 0 0.5rem 0 0.5rem;
  padding: 0.25rem 0.25rem 0.25rem 0.25rem;
}

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

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

.page__404 .join-banner {
  display: none;
}

@media screen and (min-width: 768px) {
  .error-container {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
.error--image {
  background-image: url(/uploads/img/illustration__404.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .error--image {
    min-height: 12.5rem;
  }
}
@media screen and (min-width: 768px) {
  .error--image {
    height: 20rem;
    max-width: 20rem;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .error--body {
    padding-top: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .error--body {
    padding-left: 4rem;
  }
}

a.skip-menu {
  background-color: #595478;
  color: #ffffff;
  display: block;
  font-weight: 700;
  padding: 1rem;
  position: absolute;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transform: translateY(-100%);
  width: 100%;
  z-index: 1000;
}

a.skip-menu:hover {
  background-color: #271f41;
  position: absolute;
}

a.skip-menu:focus {
  transform: translateY(0%);
}

div.ada,
ul.ada {
  position: absolute;
  transform: translateX(-9999%);
}
div.ada h2,
ul.ada h2 {
  font-size: 0.01rem;
}

.ada-description {
  display: inline-block;
  font-size: 0.001rem;
  position: absolute;
  transform: translateX(-9999%);
}

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

.prologue__header,
.epilogue__header {
  margin: 0 auto 0 auto;
  max-width: 56rem;
  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.125rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .prologue__location,
.epilogue__location {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
.prologue__body,
.epilogue__body {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 2rem;
  margin: 4rem auto 0 auto;
  max-width: 56rem;
  width: 100%;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .prologue__body,
.epilogue__body {
    padding-right: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .prologue__body,
.epilogue__body {
    padding-right: 20rem;
  }
}
.prologue__body p + p,
.epilogue__body p + p {
  margin: 1.5rem 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: 16rem;
  }
}
@media screen and (min-width: 768px) {
  .prologue-featured-image {
    height: 32rem;
  }
}
.prologue-featured-image .caption-container {
  background: linear-gradient(transparent 50%, transparent, #222228);
  height: 100%;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}
.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: 15rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .two-column--full-bleed {
    height: 19.5rem;
  }
}
@media screen and (min-width: 1280px) and (max-width: 2239px) {
  .two-column--full-bleed {
    height: 28rem;
  }
}
@media screen and (min-width: 2240px) {
  .two-column--full-bleed {
    height: 37.5rem;
  }
}
.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: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .two-column--full-bleed .prologue,
.two-column--full-bleed .epilogue {
    padding: 4rem 1.5rem 4rem 1.5rem;
    width: calc(100% / 2 - 48px);
  }
}
@media screen and (min-width: 1280px) {
  .two-column--full-bleed .prologue,
.two-column--full-bleed .epilogue {
    padding-right: 12rem;
  }
}
.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: 25rem;
  padding-right: 0;
  width: 100%;
}
.two-column--full-bleed .prologue__body,
.two-column--full-bleed .epilogue__body {
  margin-top: 2rem;
}
.two-column--full-bleed .prologue__body a,
.two-column--full-bleed .epilogue__body a {
  color: #cccccc;
}
.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: 1.5rem;
}
.two-column--full-bleed .prologue.prologue--stories .prologue__header,
.two-column--full-bleed .epilogue.prologue--stories .prologue__header {
  max-width: 35rem;
}
@media screen and (min-width: 768px) {
  .two-column--full-bleed .prologue.epilogue--maternity,
.two-column--full-bleed .epilogue.epilogue--maternity {
    padding-right: 7.5rem;
    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: 35rem;
}
.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: 12.5rem;
    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: 4rem 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: 9.5rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .image {
    height: 19rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .image {
    height: 25.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .image {
    height: 35rem;
  }
}

.testimonial {
  background: linear-gradient(to right, #595478, #64ccc9);
  color: #ffffff;
  padding: 3rem 1.5rem 3rem 1.5rem;
}
.testimonial__body {
  padding: 3rem 0 3rem 0;
  position: relative;
}
.testimonial__body::after, .testimonial__body::before {
  background-color: #ffffff;
  content: "";
  height: 0.0625rem;
  position: absolute;
  width: 8rem;
}
@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.625rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .testimonial__copy {
    font-size: 2.25rem;
    line-height: 3.5rem;
  }
}
.testimonial__citation {
  align-items: center;
  display: flex;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
  margin: 1rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .testimonial__citation {
    min-height: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .testimonial__citation {
    min-height: 3.5rem;
  }
}

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

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

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

.bg--primary-light {
  background-color: #9f8fca;
}

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

.bg--gray-bg {
  background-color: #eeeef4;
  color: #222228;
}

.bg--alert {
  background-color: #f8652a;
}

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

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

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

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

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

.bg--secondary-to-primary--vertical {
  background: linear-gradient(#64ccc9, #595478);
}

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

section {
  position: relative;
}
@media screen and (max-width: 767px) {
  section {
    padding: 3rem 1.5rem 3rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  section {
    padding: 4rem 1.5rem 4rem 1.5rem;
  }
}
section section {
  padding: 0 0 0 0;
}

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

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

section.prologue + section.section__header-container {
  padding-top: 0;
}

.section__header + div,
.section__header + dl {
  padding-top: 3rem;
}

.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.125rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .section__location {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

.section__body {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 2rem;
}
.section__body p + p {
  margin: 1.5rem 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: 1.5rem;
  margin: 1rem 0 0 0;
}
.section__image-caption p {
  border-bottom: 1px solid #cccccc;
  padding: 0 0 1rem 0;
}

section.accordion-container + section.section__image-container {
  padding-top: 4rem;
}

@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-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  section.attach-to-next-section .section__header {
    padding: 3rem 0 3rem 0;
  }
}
@media screen and (min-width: 768px) {
  section.attach-to-next-section .section__header {
    padding: 0 0 4rem 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: 8rem;
  }
}
@media screen and (min-width: 768px) {
  section.attach-to-next-section + section:before {
    height: 5rem;
  }
}
section.attach-to-next-section + section.epilogue {
  margin-top: 0;
  padding-top: 4rem;
}

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

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

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

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

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

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

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

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

.attach-bg--gray-bg,
.attach-bg--primary-to-secondary,
.attach-bg--white {
  z-index: 2;
}
.attach-bg--gray-bg:after,
.attach-bg--primary-to-secondary:after,
.attach-bg--white:after {
  bottom: 0;
  content: "";
  height: 8rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}

.attach-bg--gray-bg:after {
  background: #eeeef4;
}

.attach-bg--primary-to-secondary:after {
  background: linear-gradient(to right, #595478, #64ccc9);
}

.attach-bg--white:after {
  background: #ffffff;
}

section.attach-to-previous-section:before {
  content: "";
  height: 11.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
section.attach-to-previous-section.attach-before--gray-bg:before {
  background: #eeeef4;
}
section.attach-to-previous-section.attach-before--primary-to-secondary:before {
  background: linear-gradient(to right, #595478, #64ccc9);
}

.width--1280,
.width--1152,
.width--1024,
.width--896,
.width--768,
.width--640,
.width--512 {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .width--1280,
.width--1152,
.width--1024,
.width--896,
.width--768,
.width--640,
.width--512 {
    margin-left: auto;
    margin-right: auto;
  }
}

.width--1280 {
  max-width: 80rem;
}

.width--1152 {
  max-width: 72rem;
}

.width--1024 {
  max-width: 64rem;
}

.width--896 {
  max-width: 56rem;
}

.width--768 {
  max-width: 48rem;
}

.width--640 {
  max-width: 40rem;
}

.width--512 {
  max-width: 32rem;
}

@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: 4rem 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: 12.5rem;
  }
}
@media screen and (min-width: 768px) {
  .section-column__stories-index-cards .card {
    height: 17.5rem;
  }
}
@media screen and (max-width: 1023px) {
  .section-column__stories-index-cards .card {
    margin: 0.5rem 0 0 0;
    width: calc(100% / 2 - 4px);
  }
}
@media screen and (min-width: 1024px) {
  .section-column__stories-index-cards .card {
    margin: 0.5rem 0.5rem 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;
  flex-direction: column;
  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: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
@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.75);
  opacity: 1;
}
.section-column__stories-index-cards .card .card-option__header {
  display: block;
  font-size: 1.125rem;
  font-weight: 900;
  padding: 0 0 1rem 0;
}
@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: 2rem 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: 2rem 0 2rem 0;
}
@media screen and (max-width: 767px) {
  .section-column__join-classic-basic-image {
    margin: 2rem 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 1.5rem 0;
}
@media screen and (max-width: 1023px) {
  .section-column__join-classic-basic-image .featured-image {
    height: 12.5rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .section-column__join-classic-basic-image .featured-image {
    height: 19rem;
  }
}
@media screen and (min-width: 1280px) {
  .section-column__join-classic-basic-image .featured-image {
    height: 25rem;
  }
}
@media screen and (max-width: 767px) {
  .section-column__member-appreciation-dinner-brand {
    height: 12.5rem;
    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/logo__member-appreciation-dinner.svg);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: contain;
  height: 100%;
  min-height: 18rem;
}
@media screen and (max-width: 767px) {
  .section-column__member-appreciation-dinner-info {
    margin: 2rem 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;
}
.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: 20rem;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Effra", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: normal;
  line-height: 1.5rem;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
  position: relative;
}

.h1,
.h2 {
  font-family: "Mokoko", serif;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .h1,
.h2 {
    font-size: 2.25rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .h1,
.h2 {
    font-size: 2.875rem;
    line-height: 3.5rem;
  }
}

.h2 {
  text-align: center;
}

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

.h3-plus {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .h3-plus {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .h3-plus {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.add-headings h3,
.h3 {
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .add-headings h3,
.h3 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .add-headings h3,
.h3 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}

.add-headings h4,
.h4 {
  display: block;
  font-family: "Effra", Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .add-headings h4,
.h4 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .add-headings h4,
.h4 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}

.add-headings h5,
.h5 {
  display: block;
  font-family: "Effra", Arial, sans-serif;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .add-headings h5,
.h5 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .add-headings h5,
.h5 {
    font-size: 1.25rem;
    line-height: 1.5rem;
  }
}

p + h3,
ul + h3,
ol + h3 {
  margin: 4rem 0 0 0;
}

.add-headings h3 + p,
.h3 + p,
.add-headings h3 + h4,
.add-headings p + h4,
p + .h4,
.add-headings p + h5,
.h3--visual-only + p:not(.index-banner__footer) {
  margin: 1.5rem 0 0 0;
}

.add-headings h4 + p {
  margin: 0.5rem 0 0 0;
}

.page__resources--blog-entry h2,
.page__resources--blog-entry .h2 {
  font-family: "Effra", Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
  margin: 2.5rem 0 1rem 0;
  text-align: left;
}
.page__resources--blog-entry h3,
.page__resources--blog-entry .h3 {
  font-family: "Effra", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin: 2rem 0 1rem 0;
  text-align: left;
}
.page__resources--blog-entry h3 + p {
  margin-top: 0;
}
.page__resources--blog-entry h4,
.page__resources--blog-entry .h4 {
  font-family: "Effra", Arial, sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 2rem;
  margin: 1.5rem 0 0.5rem 0;
  text-align: left;
}
.page__resources--blog-entry h5,
.page__resources--blog-entry .h5 {
  font-family: "Effra", Arial, sans-serif;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 1.5rem 0 0 0;
  text-align: left;
}
.page__resources--blog-entry h6,
.page__resources--blog-entry .h6 {
  font-family: "Effra", Arial, sans-serif;
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 1.5rem 0 0 0;
  text-align: left;
}

.h1-referral {
  font-size: 1.5rem;
  letter-spacing: 7px;
  line-height: 1.5rem;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .h1-referral {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .h1-referral {
    font-size: 2.5rem;
    letter-spacing: 14px;
    line-height: 2.5rem;
  }
}
.h1-referral em {
  display: block;
  color: #64ccc9;
  font-family: "Mokoko", serif;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 900;
  letter-spacing: 0;
  line-height: 3rem;
}
@media screen and (min-width: 768px) {
  .h1-referral em {
    font-size: 4.375rem;
    line-height: 4.5rem;
  }
}

.button {
  align-items: center;
  background-color: #595478;
  border: 2px solid #595478;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  color: #ffffff;
  display: flex;
  font-size: 1.125rem;
  font-weight: 400;
  height: 3rem;
  justify-content: center;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .button {
    max-width: 20rem;
  }
}
.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--primary-dark {
  background-color: #271f41;
  border-color: #271f41;
}
.button.button--primary-dark:hover {
  background-color: #595478;
}
.button.button--primary-light {
  background-color: #9f8fca;
  border-color: #9f8fca;
}
.button.button--primary-light:hover {
  background-color: #595478;
}
.button.button--link {
  background-color: #0061d6;
  border-color: #0061d6;
}
.button.button--link:hover {
  background-color: #032f40;
}
.button.button--hollow {
  background: none;
  color: #595478;
}
.button.button--hollow:hover {
  background-color: #595478;
  color: #ffffff;
}
.button.button--disabled-hollow {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
  cursor: not-allowed;
}
.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: #222228;
  justify-content: flex-start;
  padding-left: 0;
  padding-right: 0;
}
.button.button--fit-content {
  width: fit-content !important;
}
.button i {
  padding: 0 0 0 0.5rem;
}

.button-grid-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 1.5rem 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 - 8px);
  }
}
.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: 0.5rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .button-grid-container .button + .button {
    margin: 1rem 0 0 0;
  }
}

table.basic-data {
  border-collapse: collapse;
}
table.basic-data thead {
  background-color: #64ccc9;
  font-weight: 500;
}
table.basic-data thead td {
  line-height: 1.5rem;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
}
table.basic-data tbody tr:nth-of-type(odd) {
  background-color: #eeeef4;
}
table.basic-data tbody td {
  line-height: 1.5rem;
  padding: 0.75rem 1.5rem 0.75rem 1.5rem;
}

.add-tooltip {
  align-items: center;
  display: flex;
}

.tooltip-container {
  margin: 0 0 0 0.25rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .tooltip-container {
    display: none;
  }
}

.tooltip--activiator {
  align-items: center;
  background-color: #595478;
  border-radius: 50% 50% 50% 50%;
  color: #ffffff;
  cursor: pointer;
  display: flex;
  font-size: 0.875rem;
  font-weight: 500;
  height: 1.25rem;
  justify-content: center;
  text-align: center;
  width: 1.25rem;
}
.tooltip--copy {
  background-color: #595478;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  color: #ffffff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  position: absolute;
  right: -16px;
  visibility: hidden;
  width: 18.5rem;
  z-index: 1;
}
.tooltip--copy.bi-line {
  top: -88px;
}
.tooltip--copy.tri-line {
  top: -112px;
}
.tooltip--copy.quad-line {
  top: -136px;
}

.tooltip--activiator:hover + .tooltip--copy {
  visibility: visible;
}

.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 1.5rem 0 1.5rem;
  }
}
.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) .header {
    background-color: #ffffff;
  }
}
@media screen and (max-width: 1023px) {
  .header__brand {
    height: 2rem;
    margin: 1rem 1.5rem 1rem 1.5rem;
    width: 7.875rem;
  }
}
@media screen and (min-width: 1024px) {
  .header__brand {
    height: 3rem;
    margin: 1.5rem 0 1.5rem 0;
    transition: all 0.25s ease-in-out;
    width: 12.5rem;
  }
  .header__brand.brand--shrink-on-scroll {
    height: 2rem;
    margin-bottom: 1rem;
    margin-top: 1rem;
    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("/uploads/img/logo__smi-reverse.svg");
  }
}
@media screen and (min-width: 1024px) {
  .header__brand .header__logo {
    background-image: url("/uploads/img/logo__smi.svg");
  }
}

.mobile-bars {
  height: 1.5rem;
  margin: 1.5rem 1.5rem 1.5rem 1.5rem;
  width: 2rem;
}
.mobile-bars__option {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
  width: 100%;
}
.mobile-bars .menu-bar {
  background-color: #ffffff;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  height: 0.25rem;
  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: 1.5rem 0 1.5rem 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 1.5rem;
  }
}
.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: 4rem;
    padding: 0 3.5rem 0 3.5rem;
  }
  .header .discovery-menu__title.add-chevron.chevron--down::before {
    border-bottom: 4px solid #64ccc9;
    border-right: 4px solid #64ccc9;
    content: "";
    height: 0.5rem;
    left: 24px;
    position: absolute;
    top: 24px;
    transition: all 0.25s ease-in-out;
    width: 0.5rem;
  }
  .header .discovery-menu__title.add-chevron.chevron--up::before {
    border-bottom: 4px solid #ffffff;
    border-right: 4px solid #ffffff;
    content: "";
    height: 0.5rem;
    left: 24px;
    position: absolute;
    top: 28px;
    transition: all 0.25s ease-in-out;
    width: 0.5rem;
  }
  .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: 0.5rem 0 0.5rem 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: 0.25rem;
    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: 0.25rem;
    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: 1rem 0 1rem 0;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .header .discovery-secondary-menu {
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    left: -35px;
    padding: 1rem 1rem 1rem 1rem;
    position: absolute;
    top: 52px;
    width: 26rem;
    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: 9rem;
  margin: 0 0.5rem 0 0.5rem;
  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;
  flex-direction: column;
  height: 100%;
  justify-content: center;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  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__option-container.option--image-bg .discovery-secondary-menu__option-header {
  display: block;
  font-weight: 900;
  padding: 0 0 1rem 0;
  width: 100%;
}
.header .discovery-secondary-menu__title {
  align-items: flex-end;
  color: #64ccc9;
  cursor: not-allowed;
  display: flex;
  font-size: 1.125rem;
  height: 3.5rem;
  padding: 1rem 1rem 1rem 1.25rem;
}
.header .discovery-secondary-menu__option {
  align-items: center;
  border-left: 4px solid rgba(100, 204, 201, 0);
  color: #ffffff;
  display: flex;
  height: 3.5rem;
  padding: 0 4.5rem 0 1rem;
}
.header .discovery-secondary-menu__option.add-chevron::after {
  border-bottom: 4px solid #64ccc9;
  border-right: 4px solid #64ccc9;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 32px;
  top: 24px;
  transition: all 0.25s ease-in-out;
  width: 0.5rem;
}
.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(2) {
    margin-bottom: 1rem;
  }
  .header .discovery-secondary-menu--programs .discovery-secondary-menu__option-container:nth-of-type(2):after {
    background-color: rgba(255, 255, 255, 0.5);
    bottom: -0.5rem;
    content: "";
    height: 0.0625rem;
    left: 1.25rem;
    position: absolute;
    width: 21.5rem;
  }
}
.header .discovery-secondary-menu--stories {
  height: 15.5rem;
}
.header .discovery-secondary-menu--stories > li:last-of-type {
  margin: 1rem 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: 8rem 1rem 8rem 1rem;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .action-menu {
    display: flex;
    justify-content: space-between;
    margin: 0 0 0 3rem;
  }
}
@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: 3rem;
    margin: 0 0 0 0.5rem;
    width: 7.5rem;
  }
}
.action-menu__option {
  align-items: center;
  border: 2px solid #595478;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  color: #595478;
  display: flex;
  height: 100%;
  justify-content: center;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
}
.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: 2rem;
    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 {
    background-color: #eeeef4;
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, 0.1);
    padding: 0 1.5rem 0 1.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .programs-menu {
    align-items: center;
    display: flex;
    height: 3rem;
    justify-content: flex-start;
  }
}
.programs-menu__option-container {
  align-items: center;
  display: flex;
  justify-content: center;
  margin: 0 2rem 0 0;
}
.programs-menu li:nth-of-type(2) {
  margin-right: 3.5rem;
}
.programs-menu li:nth-of-type(2):after {
  background-color: #888888;
  content: "";
  height: 100%;
  position: absolute;
  right: -28px;
  width: 1px;
}
.programs-menu__option {
  color: #222228;
  display: block;
  font-size: 1.125rem;
  padding: 0.5rem 0;
  transition: all 0.25s ease-in-out;
}
.programs-menu__option:hover {
  color: #595478;
  transition: all 0.25s ease-in-out;
}
.programs-menu__option:hover:after {
  background-color: #64ccc9;
  border-radius: 2px 2px 2px 2px;
  bottom: 0;
  content: "";
  height: 0.25rem;
  left: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.programs-menu__option.user-location:after {
  background-color: #64ccc9;
  border-radius: 2px 2px 2px 2px;
  bottom: 0;
  content: "";
  height: 0.25rem;
  left: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
  width: 100%;
}

.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: 1.5rem 0 0 0;
}
@media screen and (max-width: 767px) {
  .swiper-wrapper .card__image {
    height: 12.5rem;
  }
}
@media screen and (min-width: 768px) {
  .swiper-wrapper .card__image {
    height: 19rem;
    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--primary + section.accordion-container,
section.bg--primary-dark + section.accordion-container,
section.bg--primary-light + section.accordion-container,
section.bg--secondary + section.accordion-container,
section.bg--gray-bg + section.accordion-container,
section.bg--primary-to-secondary + section.accordion-container,
section.bg--primary-to-primary-dark + section.accordion-container,
section.bg--primary-light-to-primary + section.accordion-container,
section.section__image-container + section.accordion-container {
  padding-top: 4rem;
}

.accordion {
  position: relative;
}
.accordion::after {
  background-color: #64ccc9;
  bottom: 0;
  content: "";
  height: 0.125rem;
  position: absolute;
  width: 100%;
}
.accordion__header {
  color: #595478;
  padding: 1.5rem 1.5rem 1.5rem 3rem;
}
.accordion__header.add-chevron.chevron--down::before {
  border-bottom: 4px solid #595478;
  border-right: 4px solid #595478;
  content: "";
  height: 0.5rem;
  left: 2px;
  position: absolute;
  top: 32px;
  transition: all 0.25s ease-in-out;
  width: 0.5rem;
}
.accordion__header.add-chevron.chevron--up::before {
  border-bottom: 4px solid #64ccc9;
  border-right: 4px solid #64ccc9;
  content: "";
  height: 0.5rem;
  left: 2px;
  position: absolute;
  top: 36px;
  transition: all 0.25s ease-in-out;
  width: 0.5rem;
}
.accordion__header:hover {
  color: #271f41;
  cursor: pointer;
}
.accordion__body {
  display: none;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 2rem;
  padding: 0 0 2rem 0;
}
.accordion__body p:not(:first-of-type) {
  margin: 1.5rem 0 0 0;
}
.accordion__body ol,
.accordion__body ul {
  margin-bottom: 0;
}

.index-banner {
  background-position: center 70%;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 1023px) {
  .index-banner {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
  }
}
.index-banner__body {
  display: flex;
  flex-direction: column;
  font-weight: 200;
  min-height: 28rem;
}
@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: 23rem;
    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: 27rem;
  }
}
.index-banner__heading {
  color: #595478;
}
.index-banner__copy {
  font-size: 1.125rem;
  line-height: 2rem;
  margin: 2rem 0 0 0;
}
.index-banner__copy strong {
  font-weight: 600;
}
.index-banner .button {
  margin: 2rem 0 0 0;
}
.index-banner__footer {
  font-size: 1rem;
  line-height: 1.5rem;
  margin: 1.5rem 0 0 0;
}
.index-banner__footer a {
  color: #0061d6;
}
.index-banner__footer a:hover {
  color: #032f40;
}

@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-index-banner__kyle-colleen-mobile.jpg);
  }
}
@media screen and (min-width: 768px) {
  .index-banner--homepage {
    background-image: url(/uploads/img/home-index-banner__kyle-colleen.jpg);
  }
}
@media screen and (min-width: 1024px) {
  .index-banner--homepage {
    margin: -6rem 0 0 0;
  }
}
@media screen and (max-width: 1023px) {
  .index-banner--homepage .index-banner__body {
    min-height: 22rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .index-banner--homepage .index-banner__body {
    min-height: 18.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .index-banner--homepage .index-banner__body {
    min-height: 26rem;
    padding-right: 640px;
  }
}
@media screen and (min-width: 1500px) {
  .index-banner--homepage .index-banner__body {
    min-height: 31.5rem;
  }
}
@media screen and (min-width: 1776px) {
  .index-banner--homepage .index-banner__body {
    min-height: 43.75rem;
  }
}

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

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

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

@media screen and (min-width: 768px) {
  .two-column--reverse-order {
    flex-direction: row-reverse;
  }
}

.feature--two-column {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .feature--two-column {
    padding: 2rem 0 2rem 0;
  }
}
@media screen and (min-width: 768px) {
  .feature--two-column {
    column-gap: 96px;
    flex-direction: column;
    padding: 4rem 0 4rem 0;
  }
}
@media screen and (max-width: 767px) {
  .feature--two-column > div:last-of-type {
    padding-bottom: 0;
  }
}
.feature__block {
  padding: 0 0 2rem 0;
}
@media screen and (min-width: 768px) {
  .feature__block {
    max-width: 400px;
    width: 45%;
  }
}
.feature__block--heading {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 1.5rem;
  margin: 0 0 0.5rem 0;
}
.feature__block--heading.bigger-heading {
  font-size: 1.625rem;
}
.feature__block--copy {
  font-weight: 200;
  line-height: 1.5rem;
}
.feature__block--copy + .program-features__body--copy {
  margin-top: 1.5rem;
}

@media screen and (min-width: 768px) {
  .page__program-basic .feature--two-column {
    height: 32rem;
  }
}

@media screen and (min-width: 768px) {
  .page__program-classic .feature--two-column {
    height: 27.5rem;
  }
}

@media screen and (min-width: 768px) {
  .page__program-cost .feature--two-column {
    height: 22.5rem;
  }
}

@media screen and (min-width: 768px) {
  .page__tell-friend .feature--two-column {
    height: 25rem;
  }
}

.alert-banner-container {
  min-height: 4rem;
  padding: 0.5rem 1.5rem 0.5rem 1.5rem;
  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 1.5rem;
  min-width: 7.5rem;
}
.alert-banner__button .button {
  background: none;
  height: 2.5rem;
}

.alert-banner-container.bg--alert .button,
.alert-banner-container.bg--primary-light .button,
.alert-banner-container.bg--secondary .button,
.alert-banner-container.bg--gray-bg .button {
  border: 2px solid #222228;
  color: #222228;
}
.alert-banner-container.bg--alert .button:hover,
.alert-banner-container.bg--primary-light .button:hover,
.alert-banner-container.bg--secondary .button:hover,
.alert-banner-container.bg--gray-bg .button:hover {
  background-color: #222228;
  color: #ffffff;
}

.alert-banner-container.bg--primary .button,
.alert-banner-container.bg--primary-dark .button,
.alert-banner-container.bg--primary-to-secondary .button,
.alert-banner-container.bg--primary-to-primary-dark .button,
.alert-banner-container.bg--primary-light-to-primary .button {
  border: 2px solid #ffffff;
  color: #ffffff;
}
.alert-banner-container.bg--primary .button:hover,
.alert-banner-container.bg--primary-dark .button:hover,
.alert-banner-container.bg--primary-to-secondary .button:hover,
.alert-banner-container.bg--primary-to-primary-dark .button:hover,
.alert-banner-container.bg--primary-light-to-primary .button:hover {
  background-color: #ffffff;
  color: #222228;
}

.promo-banner {
  padding-top: 3rem;
}
@media screen and (max-width: 767px) {
  .promo-banner {
    margin: 3rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .promo-banner {
    margin: 4rem 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 1.5rem 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: 1023px) {
  .two-column-banner__title {
    margin: 0 0 1.5rem 0;
    text-align: center;
  }
}

.flexin-banner {
  position: relative;
}
.flexin-banner::before {
  background-color: #eeeef4;
  content: "";
  height: 8rem;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .flexin-banner::before {
    top: 64px;
  }
}
@media screen and (min-width: 768px) {
  .flexin-banner::before {
    top: 80px;
  }
}
.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: 10rem;
  width: 11rem;
}
@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 3rem;
  }
}

.ccpa-banner-container {
  bottom: 0;
  left: 0;
  min-height: 4rem;
  padding: 1rem 1.5rem 1rem 1.5rem;
  position: fixed;
  right: 0;
  z-index: 99;
}

.ccpa-banner {
  font-size: 0.875rem;
}
@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 1rem 0;
  }
}
@media screen and (min-width: 1024px) {
  .ccpa-banner__body {
    margin: 0 1.5rem 0;
  }
}
.ccpa-banner__body a {
  color: #ffffff;
}
.ccpa-banner__body a:hover {
  color: #eeeef4;
}
.ccpa-banner__close {
  display: flex;
}
.ccpa-banner__close .button {
  background: none;
  border-color: #ffffff;
  height: auto;
  width: 7.5rem;
}
.ccpa-banner__close .button:hover {
  background-color: #ffffff;
  color: #595478;
}

.program-switch-container {
  padding: 0;
}

.program-switch {
  position: -webkit-sticky;
  position: sticky;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .program-switch {
    top: 72px;
  }
}
.program-switch__heading {
  align-items: center;
  display: flex;
  height: 3rem;
  justify-content: center;
}
.program-switch__heading--title {
  font-size: 1.75rem;
}
.program-switch__body {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  height: 4rem;
  line-height: 2rem;
  justify-content: flex-start;
}
.program-switch__body--copy {
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .program-switch__body--copy {
    display: none;
  }
}
.program-switch__body--option-container {
  padding: 0 2rem 0 2rem;
}
@media screen and (max-width: 767px) {
  .program-switch__body--option-container {
    align-items: center;
    display: flex;
    justify-content: center;
    width: 50%;
  }
}
.program-switch__body--option {
  color: #222228;
  display: block;
  font-weight: 500;
  padding: 0 1.5rem 0 1.5rem;
  position: relative;
  text-decoration: none;
}
.program-switch__body--option:hover:after, .program-switch__body--option.user-location:after {
  background-color: #222228;
  border-radius: 2px 2px 2px 2px;
  bottom: 0;
  content: "";
  height: 0.25rem;
  left: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.program-switch__body--option.button--classic:after {
  background-color: #595478;
}
.program-switch__body--option.button--classic-basic:after {
  background-color: #9f8fca;
}
.program-switch__body--option.button--basic:after, .program-switch__body--option.button--given:after {
  background-color: #64ccc9;
}
.program-switch .add-separator {
  border-left: 1px solid #888888;
}

.program-comparison {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.program-comparison__heading {
  align-items: center;
  display: flex;
  font-size: 2.5rem;
  justify-content: center;
  position: webkit sticky;
  position: sticky;
  top: 112px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .program-comparison__heading {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .program-comparison__heading {
    height: 7.5rem;
    width: calc(100% / 2);
  }
}
.program-comparison__body {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .program-comparison__body {
    border-bottom: 1px solid #222228;
    margin: 0 1.5rem 0 1.5rem;
    padding: 1.5rem 0 1.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .program-comparison__body {
    padding: 1.5rem 5rem 1.5rem 5rem;
    width: calc(100% / 2);
  }
  .program-comparison__body.info--classic {
    border-left: 1px solid #222228;
  }
}
.program-comparison__body--heading {
  font-size: 1.375rem;
  font-weight: 700;
}
@media screen and (min-width: 768px) {
  .program-comparison__body.program-comparison__top-option--mobile {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .program-comparison__body.program-comparison__top-option {
    padding-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .program-comparison__body.program-comparison__top-option {
    padding-top: 80px;
  }
}
.program-comparison > div:nth-of-type(1),
.program-comparison > div:nth-of-type(2) {
  margin-top: 3rem;
  padding-top: 0;
}
.program-comparison__footer {
  font-size: 1.125rem;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .program-comparison__footer {
    margin: 0 1.5rem 0 1.5rem;
    padding: 3rem 0 3rem 0;
  }
}
@media screen and (min-width: 767px) {
  .program-comparison__footer {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 5rem 1.5rem 5rem 1.5rem;
    width: 100%;
  }
  .program-comparison__footer > p {
    max-width: 42.5rem;
    width: 100%;
  }
}

@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: 1rem 1rem 1rem 1rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  height: 13.75rem;
  max-width: 22rem;
  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: 1.5rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .provider-card__back {
    margin: 0 0 0 1rem;
    order: 2;
  }
}
.provider-card__front-label, .provider-card__back-label {
  font-size: 1rem;
  font-weight: 200;
  line-height: 1.5rem;
  margin: 0.5rem 0 0 0;
  max-width: 21.875rem;
  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: 1rem;
    order: 4;
  }
}

.stories__share {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .stories__share .share-menu {
    left: -144px;
    padding: 4.5rem 3rem 1.5rem 3rem;
    position: absolute;
    top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .blog-header__share .share-menu {
    left: -144px;
    padding: 2rem 3rem 1.5rem 3rem;
    position: absolute;
    top: 0;
  }
}

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

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

.main > .embed-video-container:first-child {
  padding-top: 4rem;
}

.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%;
}

@media screen and (max-width: 767px) {
  .embed-video-container + .attach-to-next-section {
    margin-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .embed-video-container + .attach-to-next-section {
    margin-top: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .page__resources--blog-entry .blog-header + .embed-video-container {
    padding-top: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .page__resources--blog-entry .blog-header + .embed-video-container {
    padding-top: 4rem;
  }
}

.careers-animation {
  font-size: 2.75rem;
  line-height: 4rem;
  overflow: hidden;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .careers-animation {
    height: 12rem;
  }
}
@media screen and (min-width: 768px) {
  .careers-animation {
    height: 8rem;
  }
}
.careers-animation .commitment {
  font-family: "Mokoko", serif;
  font-weight: 200;
}
@media screen and (max-width: 767px) {
  .careers-animation .commitment {
    height: 8rem;
  }
}
@media screen and (min-width: 768px) {
  .careers-animation .commitment {
    height: 4rem;
  }
}
.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: 1.5rem 0 0 0;
}
.disclosure__option-container {
  padding: 0 1.5rem 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: #0061d6;
  font-weight: 400;
  height: 100%;
  line-height: 3rem;
}
.disclosure__option:hover {
  color: #032f40;
}
.disclosure::after {
  content: "";
  flex: auto;
}

body.page__switching .bg--primary-to-primary-dark p a {
  color: #ffffff !important;
}
body.page__switching .bg--primary-to-primary-dark p a:hover {
  color: #cccccc !important;
}

@media screen and (max-width: 767px) {
  .card {
    padding: 1.5rem 1rem 1.5rem 1rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .card {
    padding: 2rem 2rem 2rem 2rem;
  }
}

.feature-comparison {
  display: flex;
  justify-content: space-between;
  padding: 2rem 0 2rem 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: 4rem;
  width: 4rem;
}
@media screen and (min-width: 768px) {
  .feature-comparison__icon {
    margin: 0 1.5rem 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: 1.5rem 0 0 0;
    padding: 2rem 1.5rem 0 1.5rem;
    width: calc(100% / 2);
  }
  .feature-comparison__classic-amount::before, .feature-comparison__basic-amount::before {
    color: #595478;
    height: 1.5rem;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .feature-comparison__classic-amount, .feature-comparison__basic-amount {
    margin: 0 0 0 3rem;
    width: 11rem;
  }
}
.feature-comparison__classic-amount .amount, .feature-comparison__basic-amount .amount {
  display: block;
  font-size: 1.125rem;
}
.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: 2rem 0 2rem 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: 21rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .feature-comparison__maternity-limit-note p {
    width: 24.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .feature-comparison__maternity-limit-note p {
    width: 27.5rem;
  }
}

.feature-comparison + .feature-comparison::before {
  background-color: #222228;
  content: "";
  height: 0.0625rem;
  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: 2rem;
    font-size: 1.2222222222em;
    position: absolute;
    top: -40px;
    width: 13rem;
  }
  .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) .feature-comparison__classic-amount .amount::after {
  content: "Not offset by discounts";
}

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

@media screen and (min-width: 768px) {
  .maternity-options {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .maternity-options .card {
    margin: 0 0 2rem 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__heading {
  position: relative;
}
.modal__body--share-assignment {
  position: relative;
  z-index: 99;
}
.modal__body--share-assignment p {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.5rem;
}
.modal__body--share-assignment p.copy__heading {
  font-size: 1.375rem;
  font-weight: 500;
  line-height: line-height--24;
  margin: 0 0 0.5rem 0;
}
.modal__body--share-assignment .copy__call-out {
  border: 1px solid #64ccc9;
  border-radius: 8px;
  margin-bottom: 2rem;
}
@media screen and (max-width: 767px) {
  .modal__body--share-assignment .copy__call-out {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .modal__body--share-assignment .copy__call-out {
    padding: 2rem 2rem 2rem 2rem;
  }
}
.modal__body--share-assignment .set-two-columns {
  padding: 4rem 0 2rem 0;
}
@media screen and (min-width: 768px) {
  .modal__body--share-assignment .set-two-columns {
    display: flex;
    column-gap: 96px;
    flex-direction: column;
    flex-wrap: wrap;
    height: 28rem;
  }
}
.modal__body--share-assignment .set-two-columns__element {
  padding: 0 0 2rem 0;
}
@media screen and (min-width: 768px) {
  .modal__body--share-assignment .set-two-columns__element {
    max-width: 25pxrem;
    width: 45%;
  }
}
.modal__body--state-disclosure {
  align-items: center;
  display: flex;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.5rem;
  justify-content: center;
  min-height: calc(100% - 160px);
  padding: 5rem 1.5rem 5rem 1.5rem;
  position: relative;
  z-index: 99;
}
.modal__body--state-disclosure p + p {
  margin: 1.5rem 0 0 0;
}
.modal__copy p + p {
  margin-top: 1.5rem;
}
.modal__close-container {
  display: flex;
  justify-content: flex-end;
}
.modal__close {
  display: flex;
  height: 2rem;
  position: relative;
  width: 2rem;
  z-index: 100;
}
.modal__close::before, .modal__close::after {
  background-color: #ffffff;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  content: "";
  height: 0.25rem;
  left: 0;
  position: absolute;
  top: 12px;
  transition: all 0.25s ease-in-out;
  width: 2rem;
}
.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;
}

@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);
  }
}

.index-banner--family-health-checkup {
  background-position: center top;
}
@media screen and (max-width: 767px) {
  .index-banner--family-health-checkup {
    background-image: url(/uploads/img/fhc-index-banner__gregg-courtney-mobile.jpg);
    height: 37rem;
  }
}
@media screen and (min-width: 768px) {
  .index-banner--family-health-checkup {
    background-image: url(/uploads/img/fhc-index-banner__gregg-courtney.jpg);
    margin: 1.5rem 0 0 0;
  }
}
.index-banner--family-health-checkup .index-banner__body {
  height: 100%;
}
.index-banner--family-health-checkup .index-banner__logo {
  background-image: url(/uploads/img/logo__fhc-reverse.svg);
  background-position: center left;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .index-banner--family-health-checkup .index-banner__logo {
    height: 3.5rem;
    margin: 0 auto 3rem auto;
    position: relative;
    width: 50%;
  }
  .index-banner--family-health-checkup .index-banner__logo::after {
    border-bottom: 1px solid #ffffff;
    bottom: -24px;
    content: "";
    left: -50%;
    position: absolute;
    width: 200%;
  }
}
@media screen and (min-width: 768px) {
  .index-banner--family-health-checkup .index-banner__logo {
    height: 8rem;
    margin: 0 0 3.5rem 0;
  }
}

.audio-player {
  background-color: #ffffff;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  justify-content: space-between;
  margin: 1.5rem 1rem 0 1rem;
  min-height: 5.5rem;
  width: calc(100% - 32px);
}
@media screen and (max-width: 767px) {
  .audio-player {
    padding: 1.25rem 1rem 1.25rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .audio-player {
    padding: 1.25rem 1.5rem 1.25rem 1.5rem;
  }
}
.audio-player a {
  display: flex;
  height: 3.5rem;
  width: 3.5rem;
}
.audio-player a:hover .play-container {
  background: linear-gradient(to bottom, #64ccc9, #64ccc9);
  transition: all 0.25s ease-in-out;
}
.audio-player .play-container {
  align-items: center;
  background: linear-gradient(to bottom, #595478, #64ccc9);
  border-radius: 50% 50% 50% 50%;
  display: flex;
  height: 3.5rem;
  justify-content: center;
  transition: all 0.25s ease-in-out;
  width: 3.5rem;
}
.audio-player .play-container .play {
  border: 10px solid rgba(255, 255, 255, 0);
  border-left: 16px solid #ffffff;
  margin-left: 14px;
}
.audio-player .meta-container {
  width: calc(100% - 88px);
}
.audio-player .meta-container .audio-heading {
  font-weight: 500;
  line-height: 1em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .audio-player .meta-container .audio-heading {
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .audio-player .meta-container .audio-heading {
    font-size: 1.125rem;
  }
}
.audio-player .meta-container .time {
  align-items: center;
  align-self: flex-end;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 1rem 0 0 0;
}
.audio-player .meta-container .time .current,
.audio-player .meta-container .time .length {
  font-weight: 400;
  width: 3rem;
}
@media screen and (min-width: 767px) {
  .audio-player .meta-container .time .current,
.audio-player .meta-container .time .length {
    font-size: 1rem;
  }
}
.audio-player .meta-container .time .length {
  text-align: right;
}
.audio-player .meta-container .time .timeline {
  background-color: #cccccc;
  height: 0.5rem;
  position: relative;
  width: calc(100% - 96px);
}
.audio-player .meta-container .time .timeline .progress {
  background: #595478;
  height: 100%;
  position: relative;
  width: 0%;
}
.audio-player .meta-container .time .timeline .progress::after {
  background-color: #595478;
  border: 6px solid #cccccc;
  border-radius: 50% 50% 50% 50%;
  content: "";
  height: 0.625rem;
  position: absolute;
  right: -16px;
  top: -8px;
  width: 0.625rem;
}

.share-amount {
  align-items: center;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  display: flex;
  flex-wrap: wrap;
  font-weight: 500;
  justify-content: center;
  padding: 0 0 0 0;
  min-height: 64px;
}
.share-amount__heading {
  align-items: center;
  border-radius: 0.5rem 0.5rem 0 0;
  display: flex;
  justify-content: center;
  min-height: 6rem;
  padding: 0.5rem 1rem 0.5rem 1rem;
  width: 100%;
}
.share-amount__heading h2 {
  font-weight: 200;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .share-amount__heading h2 {
    font-size: 1.375rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .share-amount__heading h2 {
    font-size: 2rem;
    line-height: 2rem;
  }
}
.share-amount__heading h2:before {
  content: "";
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .share-amount__heading h2:before {
    display: block;
  }
}
.share-amount__body-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .share-amount__body-grid {
    padding: 1rem 1rem 1rem 1rem;
  }
}
@media screen and (min-width: 768px) {
  .share-amount__body-grid {
    padding: 4rem 4rem 4rem 4rem;
  }
}
.share-amount__body-grid .body-grid__left-variable {
  align-items: center;
  display: flex;
  font-weight: 500;
  padding: 1rem 0 1rem 0;
}
@media screen and (max-width: 767px) {
  .share-amount__body-grid .body-grid__left-variable {
    font-size: 0.75rem;
  }
}
@media screen and (min-width: 768px) {
  .share-amount__body-grid .body-grid__left-variable {
    font-size: 1.625rem;
    padding-left: 3rem;
  }
}
.share-amount__body-grid .body-grid__left-variable.width--30 {
  width: 30%;
}
.share-amount__body-grid .body-grid__left-variable.width--83 {
  width: 82.5%;
}
.share-amount__body-grid .body-grid__top-variable {
  padding: 1rem 0 1rem 0;
  width: 17.5%;
}
@media screen and (max-width: 767px) {
  .share-amount__body-grid .body-grid__top-variable {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .share-amount__body-grid .body-grid__top-variable {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }
}
.share-amount__body-grid .body-grid__top-variable .top-variable__age {
  display: block;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .share-amount__body-grid .body-grid__top-variable .top-variable__age {
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 768px) {
  .share-amount__body-grid .body-grid__top-variable .top-variable__age {
    font-size: 1.625rem;
  }
}
.share-amount__body-grid .body-grid__value {
  align-items: center;
  display: flex;
  font-family: "Mokoko", serif;
  padding: 1rem 0 1rem 0;
  width: 17.5%;
}
@media screen and (max-width: 767px) {
  .share-amount__body-grid .body-grid__value {
    font-size: 0.875rem;
  }
}
@media screen and (min-width: 768px) {
  .share-amount__body-grid .body-grid__value {
    font-size: 2.125rem;
    min-height: 6rem;
    padding-right: 1rem;
  }
}
.share-amount__body-grid .body-grid__footer {
  margin-top: 3rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .share-amount__body-grid .body-grid__footer {
    font-size: 0.875rem;
  }
}

.page__program-basic .share-amount__heading h2:before {
  content: "Samaritan Basic ";
}

.page__program-classic .share-amount__heading h2:before {
  content: "Samaritan Classic ";
}

.card {
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.25);
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .card {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .card {
    padding: 4rem 4rem 4rem 4rem;
  }
}
.card__image, .card__image--128 {
  height: 12.5rem;
  margin: 0 0 2rem 0;
}
.card__image img, .card__image--128 img {
  display: block;
  height: 100%;
  margin: 0 auto 0 auto;
  width: auto;
}
.card__header {
  margin: 0 0 1.5rem 0;
  padding: 0 0 1.5rem 0;
  position: relative;
}
.card__header::after {
  background-color: #222228;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  position: absolute;
  width: 100%;
}
.card__body {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 2rem;
  position: relative;
}
.card__body h3 + h3,
.card__body p + h3 {
  margin: 2rem 0 0 0;
}
.card__body p + p {
  margin: 1.5rem 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: 2rem 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: 12.5rem;
  margin: 0 0 2rem 0;
}
@media screen and (min-width: 768px) {
  .card.card--horizontal .card__image {
    margin-bottom: 0;
    margin-right: 2rem;
  }
}
.card.card--horizontal .card__image--128 {
  height: 12.5rem;
  margin: 0 0 1rem 0;
}
@media screen and (min-width: 768px) {
  .card.card--horizontal .card__image--128 {
    height: 8rem;
    margin-bottom: 0;
    margin-right: 1rem;
  }
}
@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 2rem 0 0;
}
.card.card--has-aside .card__aside .card-numbered--secondary,
.card.card--has-aside .card__aside .card-numbered--primary-light {
  border-radius: 50% 50% 50% 50%;
  color: #ffffff;
  font-size: 1.25rem;
  font-weight: 700;
  height: 2rem;
  line-height: 30px;
  text-align: center;
  width: 2rem;
}
.card.card--has-aside .card__aside .card-numbered--secondary {
  background-color: #64ccc9;
}
.card.card--has-aside .card__aside .card-numbered--primary-light {
  background-color: #9f8fca;
}
.card.card--secondary-outlined {
  border: 1px solid #64ccc9;
  border-radius: 16px;
  box-shadow: none;
  padding: 1.25rem 2rem 1.25rem 2rem;
}
.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: 5.5rem;
}
.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: 6rem;
  }
}
@media screen and (min-width: 768px) {
  .card.card__join {
    padding-bottom: 8rem;
  }
}
.card.card__join .card__footer {
  font-weight: 200;
  line-height: 1.5rem;
  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);
  }
}

.cost-estimate__image img {
  display: block;
  width: 100%;
}

@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: 1.5rem 1rem 0 1rem;
    padding: 2rem 1rem 2rem 1rem;
  }
  .cost-estimate:not(:last-of-type) {
    border-bottom: 1px solid #888888;
  }
}
@media screen and (min-width: 768px) {
  .cost-estimate {
    margin: 4rem 0 0 0;
    padding: 1rem 1rem 1rem 1rem;
    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: #888888;
    bottom: 0;
    height: 80%;
    position: absolute;
    width: 0.0625rem;
  }
}
.cost-estimate__separator--left {
  left: -16px;
}
.cost-estimate__separator--right {
  right: -16px;
}
.cost-estimate h3 {
  font-weight: bold;
  text-align: center;
}
.cost-estimate__copy {
  font-weight: 200;
  line-height: 1em;
  margin-top: 0.5rem !important;
  text-align: center;
}
.cost-estimate__price {
  font-family: "Mokoko", serif;
  line-height: 1em;
  padding: 1.5rem 0 0 0;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .cost-estimate__price {
    font-size: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .cost-estimate__price {
    font-size: 2.25rem;
  }
}
.cost-estimate__footer {
  align-items: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0 2rem 0 2rem;
  padding: 5rem 0 5rem 0;
}

.add-card-top,
.add-card-top--primary,
.add-card-top--primary-light,
.add-card-top--secondary {
  padding-top: 2rem;
}
.add-card-top::before,
.add-card-top--primary::before,
.add-card-top--primary-light::before,
.add-card-top--secondary::before {
  border-radius: 0.25rem 0.25rem 0 0;
  content: "";
  height: 0.5rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

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

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

.add-card-top--primary-light::before {
  background-color: #9f8fca;
}

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

.remove-border-radius.add-card-top::before,
.remove-border-radius.add-card-top--primary::before,
.remove-border-radius.add-card-top--primary-light::before,
.remove-border-radius.add-card-top--secondary::before {
  border-radius: 0 0 0 0;
}

.card__outer-link {
  font-size: 1.125rem;
  line-height: 2rem;
  margin: 1rem 0 0 0;
}

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

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

.card--call-to-action {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  box-shadow: 0px 0px 8px 4px rgba(0, 0, 0, 0.1);
  overflow: hidden;
  padding: 2rem 4rem;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .card--call-to-action {
    padding: 1rem;
  }
}
@media screen and (min-width: 768px) {
  .card--call-to-action {
    height: 15rem;
  }
}
.card--call-to-action .bg-hero--default,
.card--call-to-action .bg-hero {
  position: absolute;
}
@media screen and (min-width: 768px) {
  .card--call-to-action .bg-hero--default {
    background-image: url(/uploads/img/call-to-action__samaritan-s.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 80%;
    height: 100%;
    position: absolute;
    right: 64px;
    top: 0;
    width: 296px;
  }
}
.card--call-to-action .bg-hero {
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .card--call-to-action .bg-hero {
    background-position: center center;
    bottom: 1rem;
    height: 6rem;
    width: calc(100% - 32px);
  }
}
@media screen and (min-width: 768px) {
  .card--call-to-action .bg-hero {
    background-position: right center;
    height: calc(100% - 24px);
    right: 56px;
    top: 8px;
    width: 45%;
  }
}
.card--call-to-action h2 {
  color: #595478;
  font-size: 2rem;
  font-weight: 500;
  line-height: 2.5rem;
  margin: 0 0 3rem 0;
}
@media screen and (min-width: 768px) {
  .card--call-to-action h2 {
    width: 34rem;
  }
}

@media screen and (min-width: 768px) {
  .nested-card-container {
    align-items: stretch;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

.nested-card {
  border-radius: 0.5rem 0.5rem 0 0;
  margin: 0 0 1.5rem 0;
  position: relative;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nested-card {
    max-width: calc(100% / 2 - 24px);
  }
}
.nested-card__heading {
  align-items: center;
  border-radius: 0.5rem 0.5rem 0 0;
  color: #ffffff;
  display: flex;
  height: 6rem;
  justify-content: center;
}
.nested-card__heading.bg--basic {
  background: linear-gradient(180deg, #64ccc9 0%, #4fa5a3 100%);
}
.nested-card__heading.bg--classic {
  background: linear-gradient(180deg, #595478 0%, #271f41 100%);
}
.nested-card__heading h2 {
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .nested-card__heading h2 {
    font-size: 1.375rem;
  }
}
@media screen and (min-width: 1024px) {
  .nested-card__heading h2 {
    font-size: 2.25rem;
  }
}
.nested-card__body {
  padding: 2.5rem 2.5rem 2.5rem 2.5rem;
}
@media screen and (max-width: 1023px) {
  .nested-card__body {
    padding: 1.5rem;
    font-size: 1.125rem;
  }
}
@media screen and (min-width: 1024px) {
  .nested-card__body {
    height: calc(100% - 96px);
    font-size: 1.375rem;
  }
}
.nested-card__body ul {
  font-weight: 400;
  line-height: 2rem;
}
@media screen and (max-width: 767px) {
  .nested-card__body ul {
    margin: 0;
  }
}
@media screen and (min-width: 768px) {
  .nested-card__body ul {
    margin: 0 3.5rem;
  }
}
.nested-card__body.add-button {
  padding-bottom: 8rem;
  position: relative;
}
.nested-card__body.add-button .explore-button {
  bottom: 40px;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .nested-card__body.add-button .explore-button {
    width: calc(100% - 48px);
  }
}
@media screen and (min-width: 768px) {
  .nested-card__body.add-button .explore-button {
    width: calc(100% - 80px);
  }
}
.nested-card__body.add-button .explore-button a {
  max-width: 100%;
}

.card__three-column {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.card__three-column .card {
  padding: 2rem 2rem 3rem 2rem;
}
@media screen and (max-width: 767px) {
  .card__three-column .card {
    margin: 1.5rem 0 0 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .card__three-column .card {
    margin: 0 0 0 0.5rem;
    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: 0.5rem;
  }
}
.card__three-column::after {
  content: "";
  flex: auto;
}

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

.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: 5rem 0 0 0;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .overlapping-cards .card {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
.overlapping-cards .card.card--has-footer {
  padding-bottom: 5.5rem;
}
.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: #222228;
  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 0.5rem;
}
.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: 20rem;
  }
}
@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: 31rem;
    position: absolute;
    top: 0;
  }
}
@media screen and (min-width: 1024px) {
  .overlapping-cards .card.card__image {
    width: 31rem;
  }
}
.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: 31rem;
  }
}
@media screen and (min-width: 1024px) {
  .overlapping-cards .card.card__body {
    width: 31rem;
  }
}
.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 1.5rem 0;
  position: relative;
}
.overlapping-cards .card.card__body .card__title::after {
  background: linear-gradient(to right, #595478, #64ccc9);
  border-radius: 2px 2px 2px 2px;
  bottom: 0;
  content: "";
  height: 0.25rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.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: 1.5rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .overlapping-cards__container > div + div {
    margin-top: 5rem;
  }
  .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;
  }
}

p .required {
  color: #f8652a;
  font-weight: 500;
  padding: 0 0.25rem 0 0;
}

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

.g-recaptcha {
  margin: 3rem 0 0 0;
}

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

section.form__section-body {
  padding-bottom: 0;
  padding-top: 1.5rem;
}

.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 1.5rem 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: 51rem;
}
.form--three-columns > .fields.fields-full {
  flex-basis: 100%;
}

label.error {
  color: #f8652a;
  font-size: 1rem;
  font-style: italic;
  font-weight: 500;
  line-height: 1rem;
  margin: 0.5rem 0 0 0;
}

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

a.add-fields {
  align-items: center;
  color: #222228;
  display: flex;
  font-size: 1.125rem;
  font-weight: 500;
  height: 3rem;
  margin: 1.5rem 0 0.5rem 1.5rem;
  padding: 0 0 0 4rem;
  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: #0061d6;
  border-radius: 50% 50% 50% 50%;
  color: #ffffff;
  content: "+";
  font-size: 2.5rem;
  font-weight: 200;
  height: 3rem;
  left: 0;
  line-height: 46px;
  position: absolute;
  text-align: center;
  width: 3rem;
}

.outer-ring {
  border: 1px solid #222228;
  border-radius: 0.5rem 0.5rem 0.5rem 0.5rem;
  padding: 1.5rem 1.5rem 1.5rem 1.5rem;
}

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

.form-label {
  font-weight: 400;
  line-height: 1.5rem;
  padding: 3rem 0 1.5rem 0;
  width: 100%;
}

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

.radio-fields {
  display: flex;
  height: 3rem;
}
.radio-fields .form-radio {
  width: fit-content;
}
.radio-fields .form-radio + .form-radio {
  margin: 0 0 0 1.5rem;
}

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

.form-button {
  align-items: center;
  border: 2px solid #0061d6;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  color: #0061d6;
  display: flex;
  font-weight: 400;
  height: 3rem;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}
.form-button:hover {
  background-color: #032f40;
  color: #ffffff;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
.form-button.active {
  background-color: #0061d6;
  color: #ffffff;
}
.form-button.disabled {
  border-color: #cccccc;
  color: #cccccc;
}
.form-button.disabled:hover {
  background: none;
  cursor: not-allowed;
}

.fields.submit {
  margin: 1.5rem 0 0 0;
}
.fields.submit button {
  background-color: #595478;
  border: none;
  border: 2px solid #595478;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  color: #ffffff;
  font-size: 1.125rem;
  height: 3rem;
  max-width: 17.5rem;
  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: 1.5rem 0 0 0;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 767px) {
  .results {
    margin: 8rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .results {
    margin: 3rem 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: 25.5rem;
  width: 100%;
}
.calculator--given .form-button {
  width: calc(50% - 4px);
}
.calculator--given .form-button:nth-of-type(n+3) {
  margin: 0.5rem 0 0 0;
}

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

@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: 0.5rem 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 #888888;
  margin: 4rem 0 0 0;
  text-align: center;
}
.results--classic-basic .maternity-note {
  border-bottom: 1px solid #888888;
  display: none;
  margin: 0 auto 0 auto;
}
@media screen and (max-width: 1023px) {
  .results--classic-basic .maternity-note {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
@media screen and (min-width: 1024px) {
  .results--classic-basic .maternity-note {
    padding: 1.5rem 8rem 1.5rem 8rem;
  }
}
.results--classic-basic .maternity-note a {
  color: #0061d6 !important;
}
.results--classic-basic .maternity-note a:hover {
  color: #032f40 !important;
}
.results--classic-basic .results-container {
  margin: 3rem 0 0 0;
  padding: 3.5rem 0 3.5rem 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: 3rem;
}
.results--classic-basic .results__plan {
  margin: 1rem 0 0 0;
}

@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);
  }
}

.guidelines-menu__option-container {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .guidelines-menu__option-container {
    flex-direction: column;
  }
}

@media screen and (min-width: 768px) {
  .page__resources--guidelines-classic-basic .guidelines-menu__option-container {
    height: 21rem;
  }
}

@media screen and (min-width: 768px) {
  .page__resources--guidelines-given .guidelines-menu__option-container {
    height: 15rem;
  }
}

@media screen and (max-width: 767px) {
  .guidelines-menu {
    padding: 1.5rem 0 1.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .guidelines-menu {
    padding: 3rem 0 3rem 0;
  }
}
.guidelines-menu__header {
  align-items: center;
  display: flex;
  line-height: 3rem;
  min-height: 3rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .guidelines-menu__header {
    border: 1px solid #595478;
    color: #595478;
    padding: 0 1rem 0 1rem;
  }
  .guidelines-menu__header.add-chevron.chevron--down::after {
    border-bottom: 4px solid #595478;
    border-right: 4px solid #595478;
    content: "";
    height: 0.5rem;
    position: absolute;
    right: 24px;
    top: 16px;
    transition: all 0.25s ease-in-out;
    width: 0.5rem;
  }
  .guidelines-menu__header.add-chevron.chevron--up::after {
    border-bottom: 4px solid #595478;
    border-right: 4px solid #595478;
    content: "";
    height: 0.5rem;
    position: absolute;
    right: 24px;
    top: 21px;
    transition: all 0.25s ease-in-out;
    width: 0.5rem;
  }
}
@media screen and (min-width: 768px) {
  .guidelines-menu__header {
    margin: 0 0 1.5rem 0;
    padding: 0 0 1rem 0;
    justify-content: center;
  }
  .guidelines-menu__header::after {
    background: linear-gradient(to right, #595478, #64ccc9);
    border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
    bottom: 0;
    content: "";
    height: 0.25rem;
    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: 1.5rem 1.5rem 1.5rem 1.5rem;
  }
}
.guidelines-menu__option {
  color: #595478;
  cursor: pointer;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 1.5rem;
  margin: 0.75rem 2rem 0.75rem 0;
  transition: all 0.25s ease-in-out;
  width: fit-content;
}
.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: 0.25rem 0.25rem 0 0;
  color: #ffffff;
  display: flex;
  height: 3.5rem;
  position: sticky;
  top: 64px;
  width: 100%;
  z-index: 1;
}
.guidelines-info__chevron-nav {
  height: 3.5rem;
  width: 3rem;
}
.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: 0.5rem;
  left: 22px;
  position: absolute;
  top: 22px;
  transition: all 0.25s ease-in-out;
  width: 0.5rem;
}
.guidelines-info__chevron-nav a:hover.add-chevron.chevron--left::before {
  border-bottom: 4px solid #64ccc9;
  border-right: 4px solid #64ccc9;
  content: "";
  height: 0.5rem;
  left: 18px;
  position: absolute;
  top: 22px;
  transition: all 0.25s ease-in-out;
  width: 0.5rem;
}
.guidelines-info__chevron-nav a.add-chevron.chevron--right::before {
  border-bottom: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 22px;
  top: 23px;
  transition: all 0.25s ease-in-out;
  width: 0.5rem;
}
.guidelines-info__chevron-nav a:hover.add-chevron.chevron--right::before {
  border-bottom: 4px solid #64ccc9;
  border-right: 4px solid #64ccc9;
  content: "";
  height: 0.5rem;
  position: absolute;
  right: 18px;
  top: 23px;
  transition: all 0.25s ease-in-out;
  width: 0.5rem;
}
.guidelines-info__title {
  align-items: center;
  display: none;
  font-size: 1.125rem;
  font-weight: 400;
  justify-content: center;
  line-height: 1rem;
  padding: 0 1rem 0 1rem;
  text-align: center;
  width: calc(100% - 96px);
}
.guidelines-info__title.active {
  display: flex;
}
.guidelines-info__body {
  background-color: #ffffff;
  display: none;
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 2rem;
  padding: 1rem 1rem 1rem 1rem;
}
.guidelines-info__body.active {
  display: block;
}
.guidelines-info__body h3 {
  font-weight: 500;
  margin: 1rem 0 1rem 0;
}
@media screen and (max-width: 767px) {
  .guidelines-info__body h3 {
    font-size: 1.375rem;
    line-height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .guidelines-info__body h3 {
    font-size: 1.625rem;
    line-height: 2rem;
  }
}
.guidelines-info__body p + p {
  margin: 1rem 0 0 0;
}
.guidelines-info__body table {
  background-color: #eeeef4;
  border: 5px solid #9f8fca;
  border-radius: 1rem 1rem 1rem 1rem;
  font-weight: 500;
  margin: 1.5rem 0 1.5rem 0;
}
@media screen and (max-width: 767px) {
  .guidelines-info__body table {
    font-size: 1rem;
    padding: 1rem 1rem 1rem 1rem;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .guidelines-info__body table {
    padding: 1.5rem 2rem 1.5rem 2rem;
  }
}
.guidelines-info__body table tbody td {
  line-height: 2rem;
  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: 1rem;
  padding: 0 1rem 0 0;
}
.guidelines-info__body table .table-head--description {
  display: block;
  font-size: 0.75rem;
  font-weight: 400;
}
.guidelines-info__body table .brand {
  color: #9f8fca;
  line-height: 1.5rem;
  padding: 0 2rem 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: #222228;
  font-size: 1.5rem;
  text-transform: none;
}
.guidelines-info__body table .program-type {
  padding: 0 1.5rem 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 0.25rem 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-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 1rem 0;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-card {
    margin-left: 1rem;
    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: 1rem;
    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;
  height: 17rem;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .blog-card__image {
    height: 12rem;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-card__image {
    height: 13rem;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1279px) {
  .blog-card__image {
    height: 11.5rem;
  }
}
@media screen and (min-width: 1280px) {
  .blog-card__image {
    height: 15.5rem;
  }
}
.blog-card__headline {
  padding: 1.5rem 3rem 1.5rem 3rem;
}
.blog-card__title {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5rem;
  text-align: center;
}
.blog-card__title a {
  color: #222228;
  text-decoration: none;
}

.pagination-container {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .pagination-container {
    margin-left: auto;
    margin-right: auto;
    width: calc(100% /3 - 11px);
  }
}

.pagination-buttons {
  align-items: center;
  border: 2px solid #595478;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  color: #595478;
  display: flex;
  font-size: 1.125rem;
  font-weight: 400;
  height: 3rem;
  justify-content: center;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
  width: fit-content;
}
.pagination-buttons:hover {
  background-color: #595478;
  color: #ffffff;
}
.pagination-buttons.pagination-button--disabled {
  background: none;
  border-color: #cccccc;
  color: #cccccc;
  cursor: not-allowed;
}

.pagination-buttons--undecorated {
  display: flex;
  justify-content: flex-start;
}
.pagination-buttons--undecorated a {
  align-items: center;
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  color: #0061d6;
  display: flex;
  font-size: 1.125rem;
  font-weight: 400;
  height: 3rem;
  justify-content: center;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
  width: fit-content;
}
.pagination-buttons--undecorated a:hover {
  background: #eeeef4;
  color: #032f40;
}
.pagination-buttons--undecorated .current {
  align-items: center;
  color: #222228;
  display: flex;
  font-size: 1.125rem;
  font-weight: 400;
  height: 3rem;
  justify-content: center;
  padding: 0.5rem 0.5rem 0.5rem 0.5rem;
  width: fit-content;
}

.blog-header {
  padding-bottom: 0;
  position: relative;
}
@media screen and (max-width: 1023px) {
  .blog-header__blog-home {
    margin: 0 auto 3rem auto;
    max-width: 40rem;
    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: 24rem;
  max-width: 40rem;
  width: 100%;
}
.blog-header__featured-image--legacy {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 23.529375rem;
  max-width: 40rem;
  width: 100%;
}
.blog-header__masthead {
  padding: 1.5rem 0 3rem 0;
  position: relative;
}
.blog-header__masthead::after {
  background: linear-gradient(to right, #595478, #64ccc9);
  border-radius: 0.25rem 0.25rem 0.25rem 0.25rem;
  bottom: 0;
  content: "";
  height: 0.25rem;
  position: absolute;
  width: 100%;
}
.blog-header__copy {
  font-weight: 200;
  margin: 1.5rem 0 0 0;
}

.blog-body {
  font-size: 1.125rem;
  line-height: 2rem;
}
.blog-body strong,
.blog-body b {
  font-weight: 500;
}
.blog-body p + p {
  margin: 1.5rem 0 0 0;
}
.blog-body blockquote {
  border-left: 4px solid #eeeef4;
  font-weight: 200;
  margin: 1.5rem 1.5rem 1.5rem 0;
  padding: 0 0 0 1.5rem;
}
.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: 1.5rem;
}

.blog-header + .blog-body-quote-container {
  padding-top: 4rem;
}

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

.blog-image__caption {
  display: flex;
  line-height: 1.5rem;
  padding: 1rem 0 0 0;
}
.blog-image__caption p {
  border-bottom: 1px solid #cccccc;
  color: #444444;
  font-style: italic;
  padding: 0 0 1rem 0;
}

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

.embed-video-container + .standout-quote-container {
  padding-top: 4rem;
}

.standout-quote__body {
  color: #595478;
  padding: 3rem 0 3rem 0;
  position: relative;
}
.standout-quote__body::after, .standout-quote__body::before {
  background-color: #595478;
  content: "";
  height: 0.0625rem;
  position: absolute;
  width: 8rem;
}
@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.75rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .standout-quote__copy {
    font-size: 2.25rem;
    line-height: 3.5rem;
  }
}
.standout-quote__citation {
  align-items: center;
  display: flex;
  font-size: 1.375rem;
  font-weight: 500;
  line-height: 2rem;
  margin: 1rem 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-wrap {
  padding: 0 1.5rem 0 1.5rem;
}

.simple-footer {
  padding: 2.5rem 0 4rem 0;
}
@media screen and (min-width: 768px) {
  .simple-footer {
    display: flex;
    justify-content: space-between;
  }
}
.simple-footer--left-side {
  line-height: 1.5rem;
}
.simple-footer--left-side .hours {
  margin-top: 1.5rem;
}
.simple-footer--left-side .legal {
  font-size: 0.75rem;
  margin-top: 2.5rem;
}
.simple-footer--right-side {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .simple-footer--right-side {
    padding-top: 2.5rem;
  }
}
.simple-footer--right-side .align-bottom {
  margin-top: auto;
}
.simple-footer--right-side .accreditation {
  margin-left: 2rem;
  padding-bottom: 3px;
}

.home-illustration {
  margin: 3rem 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: 1.5rem 1.5rem 1.5rem 1.5rem;
}
@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.375rem;
  height: 3rem;
}
@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 2rem;
  }
}

.contact-and-menu {
  border-bottom: 1px solid #888888;
  padding: 3rem 0 3rem 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: 6rem;
  }
}

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

@media screen and (min-width: 768px) and (max-width: 1279px) {
  .nav-container {
    width: calc(100% - 208px - 48px);
  }
}
@media screen and (min-width: 1280px) {
  .nav-container {
    display: flex;
    justify-content: space-between;
    width: calc(100% - 208px - 128px);
  }
}
.nav-container nav {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .nav-container .menu-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .footer .discovery-menu {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .footer .discovery-menu {
    width: calc(100% / 4);
  }
}
.footer .discovery-menu > li {
  line-height: 2rem;
  margin: 0 0 0.5rem 0;
}
.footer .discovery-menu__title {
  font-weight: 500;
}
@media screen and (max-width: 1023px) {
  .footer .discovery-menu__title {
    margin-top: 1.5rem;
  }
}
.footer .discovery-menu__title:hover {
  cursor: not-allowed;
}
.footer .discovery-menu__option {
  color: #222228;
}
.footer .discovery-menu__option:hover {
  text-decoration: underline;
}

.footer .discovery-secondary-menu__option-container {
  margin: 0.5rem 0 0 0;
}
.footer .discovery-secondary-menu__title {
  font-weight: 500;
}
.footer .discovery-secondary-menu__title:hover {
  cursor: not-allowed;
}

.legal-and-social-and-copyright {
  padding: 1rem 0 4rem 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.75rem;
}
.legal-and-social-and-copyright p + p {
  margin: 0.5rem 0 0 0;
}

.donate-legal p.donate__copy {
  margin-bottom: 2rem;
}

.social-copyright-seal {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .social-copyright-seal {
    margin: 2rem 0 0 0;
  }
}
.social-copyright-seal .social-copyright {
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .social-copyright-seal .copyright__copy {
    text-align: right;
  }
}

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

.seal {
  display: flex;
  margin: 0 0 0 2rem;
}
.seal a {
  display: block;
  margin-top: auto;
}
.seal a img {
  height: 8.5625rem;
  width: 7.5rem;
}

@media screen and (min-width: 768px) and (max-width: 1023px) {
  .text--right-indent {
    padding-right: 10rem;
  }
}
@media screen and (min-width: 1024px) {
  .text--right-indent {
    padding-right: 20rem;
  }
}

.add-border-top {
  position: relative;
}
.add-border-top::before {
  background-color: #222228;
  content: "";
  height: 0.0625rem;
  position: absolute;
  top: 0;
  width: 100%;
}

.add-border-bottom {
  position: relative;
}
.add-border-bottom::after {
  background-color: #222228;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 100%;
}
.add-border-bottom--gray-light {
  position: relative;
}
.add-border-bottom--gray-light::after {
  background-color: #cccccc;
  bottom: 0;
  content: "";
  height: 0.0625rem;
  left: 0;
  position: absolute;
  width: 100%;
}

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

.add-border-bottom--gradient {
  padding-bottom: 1.5rem !important;
}
.add-border-bottom--gradient::after {
  background: linear-gradient(to right, #595478, #64ccc9);
  border-radius: 2px 2px 2px 2px;
  bottom: 0;
  content: "";
  height: 0.25rem;
  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;
}

@media screen and (max-width: 767px) {
  .copy-break--mobile {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .add-title-line-through {
    align-items: center;
    display: flex;
    justify-content: center;
    text-align: center;
    width: 100%;
  }
  .add-title-line-through:after, .add-title-line-through:before {
    border-top: 1px solid;
    content: "";
    flex: 1 0 2rem;
  }
  .add-title-line-through:after {
    margin: 0 0 0 4rem;
  }
  .add-title-line-through:before {
    margin: 0 4rem 0 0;
  }
}

.add-color--primary {
  color: #595478 !important;
}

.add-color--primary-dark {
  color: #271f41 !important;
}

.add-color--primary-light {
  color: #9f8fca !important;
}

.add-color--secondary {
  color: #64ccc9 !important;
}

.add-color--link {
  color: #0061d6 !important;
}

.add-color--black {
  color: #222228 !important;
}

.add-color--gray-dark {
  color: #444444 !important;
}

.add-color--gray {
  color: #888888 !important;
}

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

.add-color--gray-bg {
  color: #eeeef4 !important;
}

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

.add-color--alert {
  color: #f8652a !important;
}

.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--128 {
  margin-top: 8rem !important;
}

.add-margin-top--64-128 {
  margin-top: 4rem !important;
}
@media screen and (min-width: 768px) {
  .add-margin-top--64-128 {
    margin-top: 8rem !important;
  }
}

.add-margin-top--120 {
  margin-top: 7.5rem !important;
}

.add-margin-top--112 {
  margin-top: 7rem !important;
}

.add-margin-top--104 {
  margin-top: 6.5rem !important;
}

.add-margin-top--96 {
  margin-top: 6rem !important;
}

.add-margin-top--88 {
  margin-top: 5.5rem !important;
}

.add-margin-top--80 {
  margin-top: 5rem !important;
}

.add-margin-top--72 {
  margin-top: 4.5rem !important;
}

.add-margin-top--64 {
  margin-top: 4rem !important;
}

.add-margin-top--56 {
  margin-top: 3.5rem !important;
}

.add-margin-top--48 {
  margin-top: 3rem !important;
}

.add-margin-top--40 {
  margin-top: 2.5rem !important;
}

.add-margin-top--32 {
  margin-top: 2rem !important;
}

.add-margin-top--24 {
  margin-top: 1.5rem !important;
}

.add-margin-top--16 {
  margin-top: 1rem !important;
}

.add-margin-top--8 {
  margin-top: 0.5rem !important;
}

.add-margin-right--128 {
  margin-right: 8rem !important;
}

.add-margin-right--120 {
  margin-right: 7.5rem !important;
}

.add-margin-right--112 {
  margin-right: 7rem !important;
}

.add-margin-right--104 {
  margin-right: 6.5rem !important;
}

.add-margin-right--96 {
  margin-right: 6rem !important;
}

.add-margin-right--88 {
  margin-right: 5.5rem !important;
}

.add-margin-right--80 {
  margin-right: 5rem !important;
}

.add-margin-right--72 {
  margin-right: 4.5rem !important;
}

.add-margin-right--64 {
  margin-right: 4rem !important;
}

.add-margin-right--56 {
  margin-right: 3.5rem !important;
}

.add-margin-right--48 {
  margin-right: 3rem !important;
}

.add-margin-right--40 {
  margin-right: 2.5rem !important;
}

.add-margin-right--32 {
  margin-right: 2rem !important;
}

.add-margin-right--24 {
  margin-right: 1.5rem !important;
}

.add-margin-right--16 {
  margin-right: 1rem !important;
}

.add-margin-right--8 {
  margin-right: 0.5rem !important;
}

.add-margin-bottom--128 {
  margin-bottom: 8rem !important;
}

.add-margin-bottom--120 {
  margin-bottom: 7.5rem !important;
}

.add-margin-bottom--112 {
  margin-bottom: 7rem !important;
}

.add-margin-bottom--104 {
  margin-bottom: 6.5rem !important;
}

.add-margin-bottom--96 {
  margin-bottom: 6rem !important;
}

.add-margin-bottom--88 {
  margin-bottom: 5.5rem !important;
}

.add-margin-bottom--80 {
  margin-bottom: 5rem !important;
}

.add-margin-bottom--72 {
  margin-bottom: 4.5rem !important;
}

.add-margin-bottom--64 {
  margin-bottom: 4rem !important;
}

.add-margin-bottom--56 {
  margin-bottom: 3.5rem !important;
}

.add-margin-bottom--48 {
  margin-bottom: 3rem !important;
}

.add-margin-bottom--40 {
  margin-bottom: 2.5rem !important;
}

.add-margin-bottom--32 {
  margin-bottom: 2rem !important;
}

.add-margin-bottom--24 {
  margin-bottom: 1.5rem !important;
}

.add-margin-bottom--16 {
  margin-bottom: 1rem !important;
}

.add-margin-bottom--8 {
  margin-bottom: 0.5rem !important;
}

.add-margin-left--128 {
  margin-left: 8rem !important;
}

.add-margin-left--120 {
  margin-left: 7.5rem !important;
}

.add-margin-left--112 {
  margin-left: 7rem !important;
}

.add-margin-left--104 {
  margin-left: 6.5rem !important;
}

.add-margin-left--96 {
  margin-left: 6rem !important;
}

.add-margin-left--88 {
  margin-left: 5.5rem !important;
}

.add-margin-left--80 {
  margin-left: 5rem !important;
}

.add-margin-left--72 {
  margin-left: 4.5rem !important;
}

.add-margin-left--64 {
  margin-left: 4rem !important;
}

.add-margin-left--56 {
  margin-left: 3.5rem !important;
}

.add-margin-left--48 {
  margin-left: 3rem !important;
}

.add-margin-left--40 {
  margin-left: 2.5rem !important;
}

.add-margin-left--32 {
  margin-left: 2rem !important;
}

.add-margin-left--24 {
  margin-left: 1.5rem !important;
}

.add-margin-left--16 {
  margin-left: 1rem !important;
}

.add-margin-left--8 {
  margin-left: 0.5rem !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--128 {
  padding: 8rem 8rem 8rem 8rem !important;
}

.add-padding--120 {
  padding: 7.5rem 7.5rem 7.5rem 7.5rem !important;
}

.add-padding--112 {
  padding: 7rem 7rem 7rem 7rem !important;
}

.add-padding--104 {
  padding: 6.5rem 6.5rem 6.5rem 6.5rem !important;
}

.add-padding--96 {
  padding: 6rem 6rem 6rem 6rem !important;
}

.add-padding--88 {
  padding: 5.5rem 5.5rem 5.5rem 5.5rem !important;
}

.add-padding--80 {
  padding: 5rem 5rem 5rem 5rem !important;
}

.add-padding--72 {
  padding: 4.5rem 4.5rem 4.5rem 4.5rem !important;
}

.add-padding--64 {
  padding: 4rem 4rem 4rem 4rem !important;
}

.add-padding--56 {
  padding: 3.5rem 3.5rem 3.5rem 3.5rem !important;
}

.add-padding--48 {
  padding: 3rem 3rem 3rem 3rem !important;
}

.add-padding--40 {
  padding: 2.5rem 2.5rem 2.5rem 2.5rem !important;
}

.add-padding--32 {
  padding: 2rem 2rem 2rem 2rem !important;
}

.add-padding--24 {
  padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
}

.add-padding--16 {
  padding: 1rem 1rem 1rem 1rem !important;
}

.add-padding--8 {
  padding: 0.5rem 0.5rem 0.5rem 0.5rem !important;
}

@media screen and (max-width: 767px) {
  .add-padding--32-64 {
    padding: 2rem 2rem 2rem 2rem !important;
  }
}
@media screen and (min-width: 768px) {
  .add-padding--32-64 {
    padding: 4rem 4rem 4rem 4rem !important;
  }
}

.add-padding-top--128 {
  padding-top: 8rem !important;
}

.add-padding-top--120 {
  padding-top: 7.5rem !important;
}

.add-padding-top--112 {
  padding-top: 7rem !important;
}

.add-padding-top--104 {
  padding-top: 6.5rem !important;
}

.add-padding-top--96 {
  padding-top: 6rem !important;
}

.add-padding-top--88 {
  padding-top: 5.5rem !important;
}

.add-padding-top--80 {
  padding-top: 5rem !important;
}

.add-padding-top--72 {
  padding-top: 4.5rem !important;
}

.add-padding-top--64 {
  padding-top: 4rem !important;
}

.add-padding-top--56 {
  padding-top: 3.5rem !important;
}

.add-padding-top--48 {
  padding-top: 3rem !important;
}

.add-padding-top--40 {
  padding-top: 2.5rem !important;
}

.add-padding-top--32 {
  padding-top: 2rem !important;
}

.add-padding-top--24 {
  padding-top: 1.5rem !important;
}

.add-padding-top--16 {
  padding-top: 1rem !important;
}

.add-padding-top--8 {
  padding-top: 0.5rem !important;
}

.add-padding-right--128 {
  padding-right: 8rem !important;
}

.add-padding-right--120 {
  padding-right: 7.5rem !important;
}

.add-padding-right--112 {
  padding-right: 7rem !important;
}

.add-padding-right--104 {
  padding-right: 6.5rem !important;
}

.add-padding-right--96 {
  padding-right: 6rem !important;
}

.add-padding-right--88 {
  padding-right: 5.5rem !important;
}

.add-padding-right--80 {
  padding-right: 5rem !important;
}

.add-padding-right--72 {
  padding-right: 4.5rem !important;
}

.add-padding-right--64 {
  padding-right: 4rem !important;
}

.add-padding-right--56 {
  padding-right: 3.5rem !important;
}

.add-padding-right--48 {
  padding-right: 3rem !important;
}

.add-padding-right--40 {
  padding-right: 2.5rem !important;
}

.add-padding-right--32 {
  padding-right: 2rem !important;
}

.add-padding-right--24 {
  padding-right: 1.5rem !important;
}

.add-padding-right--16 {
  padding-right: 1rem !important;
}

.add-padding-right--8 {
  padding-right: 0.5rem !important;
}

.add-padding-bottom--128 {
  padding-bottom: 8rem !important;
}

.add-padding-bottom--120 {
  padding-bottom: 7.5rem !important;
}

.add-padding-bottom--112 {
  padding-bottom: 7rem !important;
}

.add-padding-bottom--104 {
  padding-bottom: 6.5rem !important;
}

.add-padding-bottom--96 {
  padding-bottom: 6rem !important;
}

.add-padding-bottom--88 {
  padding-bottom: 5.5rem !important;
}

.add-padding-bottom--80 {
  padding-bottom: 5rem !important;
}

.add-padding-bottom--72 {
  padding-bottom: 4.5rem !important;
}

.add-padding-bottom--64 {
  padding-bottom: 4rem !important;
}

.add-padding-bottom--56 {
  padding-bottom: 3.5rem !important;
}

.add-padding-bottom--48 {
  padding-bottom: 3rem !important;
}

.add-padding-bottom--40 {
  padding-bottom: 2.5rem !important;
}

.add-padding-bottom--32 {
  padding-bottom: 2rem !important;
}

.add-padding-bottom--24 {
  padding-bottom: 1.5rem !important;
}

.add-padding-bottom--16 {
  padding-bottom: 1rem !important;
}

.add-padding-bottom--8 {
  padding-bottom: 0.5rem !important;
}

.add-padding-left--128 {
  padding-left: 8rem !important;
}

.add-padding-left--120 {
  padding-left: 7.5rem !important;
}

.add-padding-left--112 {
  padding-left: 7rem !important;
}

.add-padding-left--104 {
  padding-left: 6.5rem !important;
}

.add-padding-left--96 {
  padding-left: 6rem !important;
}

.add-padding-left--88 {
  padding-left: 5.5rem !important;
}

.add-padding-left--80 {
  padding-left: 5rem !important;
}

.add-padding-left--72 {
  padding-left: 4.5rem !important;
}

.add-padding-left--64 {
  padding-left: 4rem !important;
}

.add-padding-left--56 {
  padding-left: 3.5rem !important;
}

.add-padding-left--48 {
  padding-left: 3rem !important;
}

.add-padding-left--40 {
  padding-left: 2.5rem !important;
}

.add-padding-left--32 {
  padding-left: 2rem !important;
}

.add-padding-left--24 {
  padding-left: 1.5rem !important;
}

.add-padding-left--16 {
  padding-left: 1rem !important;
}

.add-padding-left--8 {
  padding-left: 0.5rem !important;
}

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

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

.change-font-size--48 {
  font-size: 3rem !important;
}

.change-font-size--46 {
  font-size: 2.875rem !important;
}

.change-font-size--44 {
  font-size: 2.75rem !important;
}

.change-font-size--42 {
  font-size: 2.625rem !important;
}

.change-font-size--40 {
  font-size: 2.5rem !important;
}

.change-font-size--38 {
  font-size: 2.375rem !important;
}

.change-font-size--36 {
  font-size: 2.25rem !important;
}

.change-font-size--34 {
  font-size: 2.125rem !important;
}

.change-font-size--32 {
  font-size: 2rem !important;
}

.change-font-size--30 {
  font-size: 1.875rem !important;
}

.change-font-size--28 {
  font-size: 1.75rem !important;
}

.change-font-size--26 {
  font-size: 1.625rem !important;
}

.change-font-size--24 {
  font-size: 1.5rem !important;
}

.change-font-size--22 {
  font-size: 1.375rem !important;
}

.change-font-size--20 {
  font-size: 1.25rem !important;
}

.change-font-size--18 {
  font-size: 1.125rem !important;
}

.change-font-size--16 {
  font-size: 1rem !important;
}

.change-font-size--14 {
  font-size: 0.875rem !important;
}

.change-font-size--12 {
  font-size: 0.75rem !important;
}

.change-font-size--10 {
  font-size: 0.5rem !important;
}

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

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

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

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

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

.change-line-height--64 {
  line-height: 4rem !important;
}

.change-line-height--56 {
  line-height: 3.5rem !important;
}

.change-line-height--48 {
  line-height: 3rem !important;
}

.change-line-height--40 {
  line-height: 2.5rem !important;
}

.change-line-height--32 {
  line-height: 2rem !important;
}

.change-line-height--24 {
  line-height: 1.5rem !important;
}

.change-line-height--16 {
  line-height: 1rem !important;
}

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

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

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

.change-regular-text {
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 200;
}

.add-block {
  display: block;
}

.partial-bg:before {
  background: linear-gradient(to right, #595478, #64ccc9);
  content: "";
  height: calc(100% - 64px);
  left: 0;
  position: absolute;
  top: 64px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .homepage-stats {
    align-items: flex-end;
    display: flex;
    justify-content: space-between;
    padding: 0 2.5rem;
  }
}
.homepage-stats__illustration {
  background-image: url(/uploads/img/illustration__injured-thumbs-up-healing.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .homepage-stats__illustration {
    height: 16.5rem;
    width: 100%;
    margin: 0 0 1.5rem 0;
  }
}
@media screen and (min-width: 768px) {
  .homepage-stats__illustration {
    height: 24.75rem;
    width: 27.5rem;
  }
}
.homepage-stats__body {
  padding-bottom: 1rem;
}
.homepage-stats__stat-lg {
  font-family: "Mokoko", serif;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .homepage-stats__stat-lg {
    font-size: 3rem;
    line-height: 3rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .homepage-stats__stat-lg {
    font-size: 4.375rem;
    line-height: 4.5rem;
  }
}
.homepage-stats__stat-sm {
  font-weight: 400;
  margin: 0.5rem 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .homepage-stats__stat-sm {
    font-size: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .homepage-stats__stat-sm {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.homepage-stats__stat-sm.separator {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.homepage-stats__stat-sm.separator:after {
  background: #64ccc9;
  bottom: 0;
  content: "";
  height: 0.1875rem;
  left: 0;
  position: absolute;
}
@media screen and (max-width: 767px) {
  .homepage-stats__stat-sm.separator:after {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .homepage-stats__stat-sm.separator:after {
    width: 88%;
  }
}

.our-programs {
  border-radius: 0;
}
@media screen and (min-width: 768px) {
  .our-programs {
    padding-bottom: 8rem;
  }
}
.our-programs .nested-card-container {
  padding-bottom: 1.5rem;
}

.page__impact-report .impact-report__heading {
  align-items: center;
  display: flex;
  padding-bottom: 1.5rem;
}
.page__impact-report .impact-report__heading--image {
  border-radius: 50%;
  height: 9.5rem;
  margin-right: 1.5rem;
  width: 9.5rem;
}
@media screen and (min-width: 768px) {
  .page__impact-report .impact-report__heading--image {
    height: 11.5rem;
    margin-right: 3rem;
    width: 11.5rem;
  }
}
.page__impact-report .impact-report__heading--accent-heading {
  color: #64ccc9;
  display: block;
  font-size: 1.125rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
.page__impact-report .impact-report__heading--prime-heading {
  font-size: 2.125rem;
  font-weight: 600;
  line-height: 2rem;
}
.page__impact-report .impact-report__signature {
  background-image: url(/uploads/img/common__mark-zander-signature.png);
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .page__impact-report .impact-report__signature {
    background-size: 50%;
    margin: 3rem 0 0 0;
    padding: 3rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .page__impact-report .impact-report__signature {
    background-size: contain;
    margin: 3rem 8rem 0 50%;
    padding: 4rem 0 0 0;
    text-align: center;
  }
}
.page__impact-report .impact-report--stats {
  color: #271f41;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .page__impact-report .impact-report--stats > div:first-of-type {
    margin-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page__impact-report .impact-report--stats {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
.page__impact-report .impact-report--stats > div {
  border-left: 4px solid #f8652a;
  padding: 0 1rem 0 1rem;
}
@media screen and (max-width: 767px) {
  .page__impact-report .impact-report--stats > div {
    margin: 2.5rem 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  .page__impact-report .impact-report--stats > div {
    margin: 5rem 2rem 0 2rem;
  }
}
.page__impact-report .impact-report--stats > div dt {
  font-family: "Mokoko", serif;
  font-size: 2.5rem;
  font-weight: 800;
  line-height: 3rem;
}
.page__impact-report .impact-report--stats > div dd {
  line-height: 1.5rem;
}
.page__impact-report .impact-report--stats-footer {
  background-image: url(/uploads/img/illustration__members-across-america.png);
  background-position: bottom center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .page__impact-report .impact-report--stats-footer {
    height: 20rem;
  }
}
@media screen and (min-width: 768px) {
  .page__impact-report .impact-report--stats-footer {
    height: 60.5rem;
  }
}
.page__impact-report .impact-report__financial-heading {
  font-size: 1.75rem;
  font-weight: 500;
  letter-spacing: 4px;
  margin-top: 4rem;
  text-transform: uppercase;
}
.page__impact-report .impact-report__financial-category {
  font-family: "Mokoko", serif;
  font-size: 2.125rem;
  line-height: 2.5rem;
  margin: 0.5rem 1.5rem 0 0;
}
@media screen and (min-width: 768px) {
  .page__impact-report .impact-report__financial-category {
    display: flex;
    justify-content: space-between;
  }
}
.page__impact-report .impact-report__financial-category--total {
  background-color: #eeeef4;
  font-family: "Mokoko", serif;
  font-size: 2.125rem;
  line-height: 2.5rem;
  padding: 1rem 1rem 1rem 1rem;
}
@media screen and (min-width: 768px) {
  .page__impact-report .impact-report__financial-category--total {
    display: flex;
    justify-content: space-between;
    padding: 1.5rem 1.5rem 1.5rem 3rem;
  }
}
@media screen and (min-width: 768px) {
  .page__impact-report .impact-report__programs--detailed-list {
    display: flex;
    justify-content: space-between;
    margin: 0 1.5rem 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .page__impact-report .impact-report__programs--detailed-list dt,
.page__impact-report .impact-report__programs--detailed-list dd {
    line-height: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .page__impact-report .impact-report__programs--detailed-list dd {
    margin: 0 0 0.5rem 0;
  }
}

.marketing-campaign__heading h1 {
  color: #595478;
  font-weight: 900;
  letter-spacing: 4px;
  text-align: center;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .marketing-campaign__heading h1 {
    font-size: 2.75rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .marketing-campaign__heading h1 {
    font-size: 4rem;
    line-height: 4rem;
  }
}
.marketing-campaign__body {
  font-size: 1.125rem;
  font-weight: 200;
  line-height: 2rem;
  margin-top: 2rem;
  text-align: center;
}
.marketing-campaign__body p + p {
  margin: 1.5rem 0 0 0;
}
.marketing-campaign__media {
  padding-bottom: 0;
  padding-top: 0;
}
.marketing-campaign__media:before {
  background: #ffffff;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.marketing-campaign__media--image {
  position: relative;
  z-index: 1;
}
.marketing-campaign__media--image img {
  width: 100%;
}
.marketing-campaign__programs {
  border-bottom: 1px solid #ffffff;
  border-top: 1px solid #ffffff;
  margin-bottom: 4rem;
  margin-top: 4rem;
  padding: 4rem 0;
}
.marketing-campaign__programs--basic, .marketing-campaign__programs--classic {
  font-size: 1.375rem;
  text-align: center;
}
.marketing-campaign__programs--basic .program-title, .marketing-campaign__programs--classic .program-title {
  display: block;
  font-size: 2.25rem;
  font-weight: 400;
}
.marketing-campaign__ministry-stats {
  text-align: center;
}
.marketing-campaign__ministry-stats--illustration {
  background-image: url(/uploads/img/illustration__injured-thumbs-up-healing.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 18.5rem;
  margin: 0 auto 1rem auto;
  width: 18.5rem;
}
@media screen and (max-width: 767px) {
  .marketing-campaign__ministry-stats--illustration {
    margin-bottom: 2rem;
  }
}
.marketing-campaign__ministry-stats .stats--number {
  font-family: "Mokoko", serif;
  font-weight: 900;
}
@media screen and (max-width: 767px) {
  .marketing-campaign__ministry-stats .stats--number {
    font-size: 3rem;
    line-height: 3rem;
  }
}
@media screen and (min-width: 768px) {
  .marketing-campaign__ministry-stats .stats--number {
    font-size: 4.375rem;
    line-height: 4.5rem;
  }
}
.marketing-campaign__ministry-stats .stats--details {
  font-weight: 400;
  margin: 0.5rem 0 0 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  .marketing-campaign__ministry-stats .stats--details {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .marketing-campaign__ministry-stats .stats--details {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }
}
.marketing-campaign__ministry-stats .stats--details.separator {
  margin-bottom: 2rem;
  padding-bottom: 2rem;
}
.marketing-campaign__ministry-stats .stats--details.separator:after {
  background: #64ccc9;
  bottom: 0;
  content: "";
  height: 0.1875rem;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .marketing-campaign__ministry-stats .stats--details.separator:after {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .marketing-campaign__ministry-stats .stats--details.separator:after {
    width: 88%;
  }
}
.marketing-campaign__comparison-form h3 {
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 2rem;
  margin-bottom: 2rem;
}
.marketing-campaign__comparison-form a {
  color: #ffffff;
}
.marketing-campaign__comparison-form a:hover {
  color: #eeeef4;
}
.marketing-campaign__final-cta {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 2rem;
  text-align: center;
}

@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: #222228;
  }
  .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: #222228;
  }

  p a,
ul:not(.menu) a {
    color: #0061d6;
  }

  section {
    padding: 1.5rem 1.5rem 1.5rem 1.5rem !important;
  }

  h1 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h2 {
    font-size: 1.125rem;
    line-height: 1.5rem;
  }

  .accordion__header {
    padding-left: 0;
  }

  .accordion__body {
    display: block;
  }

  .index-banner__body {
    min-height: 96px;
    padding: 1.5rem 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 1rem;
    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 1rem;
    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 0.5rem;
    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: 0.5rem;
  }
}
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 6rem 0;
}
body.page--idomoo .overlay-error {
  z-index: 99;
}

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