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

.accordion-chevron.up--primary {
  left: 3px;
  transform: rotate(-134deg);
  top: 35px;
  border-bottom: 4px solid #595478;
  border-right: 4px solid #595478;
  height: 12px;
  position: absolute;
  width: 12px;
  transition: all 0.25s ease-in-out;
}

.accordion-chevron.right--primary {
  left: 3px;
  transform: rotate(-45deg);
  top: 31px;
  border-bottom: 4px solid #595478;
  border-right: 4px solid #595478;
  height: 12px;
  position: absolute;
  width: 12px;
  transition: all 0.25s ease-in-out;
}

.accordion-chevron.down--primary {
  left: 3px;
  transform: rotate(45deg);
  top: 30px;
  border-bottom: 4px solid #595478;
  border-right: 4px solid #595478;
  height: 12px;
  position: absolute;
  width: 12px;
  transition: all 0.25s ease-in-out;
}

.accordion-chevron.left--primary {
  left: 3px;
  transform: rotate(134deg);
  top: 31px;
  border-bottom: 4px solid #595478;
  border-right: 4px solid #595478;
  height: 12px;
  position: absolute;
  width: 12px;
  transition: all 0.25s ease-in-out;
}

.accordion h3:hover .accordion-chevron.up--primary,
.accordion h3:hover .accordion-chevron.right--primary,
.accordion h3:hover .accordion-chevron.down--primary,
.accordion h3:hover .accordion-chevron.left--primary {
  border-bottom-color: #271f41;
  border-right-color: #271f41;
  transition: all 0.5s ease-in-out;
}

.guidelines-search-chevron.down-primary {
  border-bottom-color: #271f41;
  border-right-color: #271f41;
  right: 16px;
  transform: rotate(45deg);
  transition: all 0.5s ease-in-out;
  top: 16px;
  border-bottom: 4px solid #595478;
  border-right: 4px solid #595478;
  height: 12px;
  position: absolute;
  width: 12px;
  transition: all 0.25s ease-in-out;
}

.guidelines-chevron.right--white {
  right: 18px;
  transform: rotate(-45deg);
  top: 18px;
  border-bottom: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  height: 12px;
  position: absolute;
  width: 12px;
  transition: all 0.25s ease-in-out;
}

.guidelines-chevron.left--white {
  left: 18px;
  transform: rotate(134deg);
  top: 18px;
  border-bottom: 4px solid #ffffff;
  border-right: 4px solid #ffffff;
  height: 12px;
  position: absolute;
  width: 12px;
  transition: all 0.25s ease-in-out;
}

.guidelines-chevron.right--white:hover,
.guidelines-chevron.left--white:hover {
  border-bottom-color: #9f8fca;
  border-right-color: #9f8fca;
  cursor: pointer;
}

.change-font-size--xxlarge {
  font-size: 2.5em;
}

.change-font-size--xlarge {
  font-size: 2em;
}

.change-font-size--large {
  font-size: 1.5em;
}

.change-font-size--medium {
  font-size: 1.223em;
}

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

.change-font-size--small {
  font-size: 0.889em;
}

.change-font-size--xsmall {
  font-size: 0.778em;
}

.change-font-size--xxsmall {
  font-size: 0.667em;
}

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

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

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

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

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

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

.change-line-height--xlarge {
  line-height: 3em;
}

.change-line-height--large {
  line-height: 2em;
}

.change-line-height--medium {
  line-height: 1.778em;
}

.change-line-height--normal {
  line-height: 1.334em;
}

.change-line-height--small {
  line-height: 1em;
}

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

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

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

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

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

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

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

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

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

.add-margin-vertical--xxlarge {
  margin: 128px 0 128px 0 !important;
}

.add-margin-vertical--xlarge {
  margin: 80px 0 80px 0 !important;
}

.add-margin-vertical--large {
  margin: 64px 0 64px 0 !important;
}

.add-margin-vertical--medium {
  margin: 48px 0 48px 0 !important;
}

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

.add-margin-vertical--small {
  margin: 24px 0 24px 0 !important;
}

.add-margin-vertical--xsmall {
  margin: 16px 0 16px 0 !important;
}

.add-margin-vertical--xxsmall {
  margin: 8px 0 8px 0 !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media screen and (min-width: 768px) {
  .add-padding--right {
    padding-right: 160px !important;
  }
}
@media screen and (min-width: 1024px) {
  .add-padding--right {
    padding-right: 320px !important;
  }
}

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

.align-self--top,
.align--top {
  align-items: flex-start;
}

.align-self--center,
.align--center {
  align-items: center;
}

.align-self--bottom,
.align--bottom {
  align-items: flex-end;
}

.justify--left {
  justify-content: flex-start;
}

.justify--center {
  justify-content: center;
}

.justify--right {
  justify-content: flex-end;
}

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

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

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

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

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

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

section {
  padding: 64px 24px 64px 24px;
  position: relative;
}
section section {
  padding: 0 0 0 0;
}

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

p {
  margin: 24px 0 24px 0;
}
p.add-top-line {
  border-top: 1px solid #707070;
  margin-top: 24px;
  padding-top: 24px;
}
p.stand-alone-link {
  margin-top: 16px;
  font-weight: 400;
}

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

body.page--blog--post section.container--global--body-copy p + h1,
body.page--blog--post section.container--global--body-copy p + h2 {
  margin-top: 24px;
}

h4 + p {
  margin-top: 16px;
}

p a,
ul a {
  color: #097cbf;
  transition: all 0.25s ease-in-out;
}
p a:hover,
ul a:hover {
  color: #38b0f6;
  transition: all 0.25s ease-in-out;
}

strong {
  font-weight: 400;
}

body.page--blog--post strong {
  font-weight: 500;
}

div.guidelines-detail--content table {
  border-spacing: 0;
  width: 100%;
}
div.guidelines-detail--content table thead > tr {
  background-color: #64ccc9;
}
div.guidelines-detail--content table tbody > tr:nth-of-type(odd) {
  background-color: #f7f7f7;
}
div.guidelines-detail--content table td,
div.guidelines-detail--content table th {
  padding: 4px 8px;
}
div.guidelines-detail--content table th {
  text-align: left;
}

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

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

ul {
  margin: 24px 0 24px 0;
  padding-left: 16px;
}
@media screen and (min-width: 768px) {
  ul {
    margin-left: 24px;
  }
}

main li + li {
  margin-top: 8px;
}

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

address {
  font-weight: 600;
  font-style: normal;
}

section.container--global--quote blockquote {
  color: #595478;
}

section.container--quote blockquote {
  color: #ffffff;
}

section.container--global--quote blockquote,
section.container--quote blockquote {
  font-family: "Mokoko", serif;
  font-weight: 200;
  line-height: 1.334em;
  padding: 48px 0 48px 0;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.container--global--quote blockquote,
section.container--quote blockquote {
    font-size: 2em;
  }
}
@media screen and (min-width: 768px) {
  section.container--global--quote blockquote,
section.container--quote blockquote {
    font-size: 2.5em;
  }
}
section.container--global--quote blockquote::after, section.container--global--quote blockquote::before,
section.container--quote blockquote::after,
section.container--quote blockquote::before {
  border-bottom: 1px solid;
  content: "";
  height: 1px;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 125px;
}
@media screen and (min-width: 1024px) {
  section.container--global--quote blockquote::after, section.container--global--quote blockquote::before,
section.container--quote blockquote::after,
section.container--quote blockquote::before {
    left: 0;
    transform: none;
  }
}
section.container--global--quote blockquote::after,
section.container--quote blockquote::after {
  bottom: 0;
}
section.container--global--quote blockquote::before,
section.container--quote blockquote::before {
  top: 0;
}
section.container--global--quote blockquote .quote--credit,
section.container--quote blockquote .quote--credit {
  font-family: "Effra", Arial, sans-serif;
  font-size: 0.5em;
  font-weight: 400;
  padding-top: 8px;
}
section.container--global--quote blockquote > :first-child,
section.container--quote blockquote > :first-child {
  margin-top: 0;
}
section.container--global--quote blockquote > :last-child,
section.container--quote blockquote > :last-child {
  margin-bottom: 0;
}

section.container--global--body-copy blockquote {
  font-weight: 200;
  margin: 0 24px 0 24px;
}
section.container--global--body-copy blockquote em {
  font-style: normal;
}
section.container--global--body-copy blockquote + blockquote {
  margin-top: 24px;
}
section.container--global--body-copy blockquote + h1,
section.container--global--body-copy blockquote + h2,
section.container--global--body-copy blockquote + h3,
section.container--global--body-copy blockquote + h4 {
  margin-top: 24px;
}

p i {
  color: #595478;
  padding-right: 6px;
}

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

h1 {
  font-family: "Mokoko", serif;
  font-weight: 200;
  line-height: 1.334em;
  margin-bottom: 24px;
}
@media screen and (max-width: 767px) {
  h1 {
    font-size: 2em;
  }
}
@media screen and (min-width: 768px) {
  h1 {
    font-size: 2.5em;
  }
}
h1.banner {
  color: #595478;
  margin-bottom: 0;
}

body.page--blog--post .container--global--body-copy h1 {
  font-family: "Effra", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.334em;
  margin-bottom: 0;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  body.page--blog--post .container--global--body-copy h1 {
    font-size: 1.223em;
  }
}
@media screen and (min-width: 1024px) {
  body.page--blog--post .container--global--body-copy h1 {
    font-size: 1.5em;
  }
}

h2 {
  font-family: "Mokoko", serif;
  font-weight: 200;
  line-height: 1.334em;
  width: 100%;
}
@media screen and (max-width: 767px) {
  h2 {
    font-size: 2em;
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  h2 {
    font-size: 2.5em;
    margin-bottom: 48px;
    text-align: center;
  }
}

body.page--blog--post .container--global--body-copy h2 {
  font-family: "Effra", Arial, sans-serif;
  font-weight: 400;
  line-height: 1.334em;
  margin-bottom: 0;
  position: relative;
  text-align: left;
}
@media screen and (max-width: 1023px) {
  body.page--blog--post .container--global--body-copy h2 {
    font-size: 1.223em;
  }
}
@media screen and (min-width: 1024px) {
  body.page--blog--post .container--global--body-copy h2 {
    font-size: 1.5em;
  }
}

h3 {
  font-weight: 400;
  line-height: 1.334em;
  position: relative;
}
@media screen and (max-width: 1023px) {
  h3 {
    font-size: 1.223em;
  }
}
@media screen and (min-width: 1024px) {
  h3 {
    font-size: 1.5em;
  }
}

.card h3 + h3 {
  margin-top: 24px;
}

h4 {
  font-size: 1.223em;
  font-weight: 400;
  position: relative;
}

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

h5 {
  font-size: 1em;
  font-weight: 500;
  position: relative;
}

h5 + p {
  margin-top: 0;
}

h6 {
  position: relative;
}

.main {
  display: block;
  font-weight: 200;
  position: relative;
}

ul.button-body {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  ul.button-body {
    max-width: 320px;
  }
}
ul.button-body.center {
  margin: 0 auto;
}
ul.button-body li a {
  align-items: center;
  background-color: #595478;
  border-radius: 3px;
  color: #ffffff;
  display: flex;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  padding: 8px 8px;
  text-decoration: none;
  width: 100%;
  transition: all 0.25s ease-in-out;
}
ul.button-body li a.classic-purple {
  background-color: #9f8fca;
}
ul.button-body li a.classic-purple:hover {
  background-color: #664ea5;
  transition: all 0.25s ease-in-out;
}
ul.button-body li a.downey {
  background-color: #64ccc9;
}
ul.button-body li a.downey:hover {
  background-color: #329895;
  transition: all 0.25s ease-in-out;
}
ul.button-body li a.given {
  background: linear-gradient(to right, #64ccc9, #595478);
}
ul.button-body li a.classic-basic {
  background: linear-gradient(to right, #595478, #271f41);
}
ul.button-body li a:hover {
  background-color: #2d2a3c;
  transition: all 0.25s ease-in-out;
}
ul.button-body.hollow li a {
  background-color: rgba(89, 84, 120, 0);
  border: 2px solid #595478;
  color: #595478;
  transition: all 0.25s ease-in-out;
}
ul.button-body.hollow li a:hover {
  background-color: #2d2a3c;
  color: #ffffff;
  transition: all 0.25s ease-in-out;
}

.section-center,
.section-center--xxlarge,
.section-center--xlarge,
.section-center--large,
.section-center--medium,
.section-center--small,
.section-center--xsmall,
.section-center--xxsmall {
  margin: 0 auto 0 auto;
  width: 100%;
}
.section-center > :first-child:not(div, article),
.section-center--xxlarge > :first-child:not(div, article),
.section-center--xlarge > :first-child:not(div, article),
.section-center--large > :first-child:not(div, article),
.section-center--medium > :first-child:not(div, article),
.section-center--small > :first-child:not(div, article),
.section-center--xsmall > :first-child:not(div, article),
.section-center--xxsmall > :first-child:not(div, article) {
  margin-top: 0;
}
.section-center > :last-child:not(div, article),
.section-center--xxlarge > :last-child:not(div, article),
.section-center--xlarge > :last-child:not(div, article),
.section-center--large > :last-child:not(div, article),
.section-center--medium > :last-child:not(div, article),
.section-center--small > :last-child:not(div, article),
.section-center--xsmall > :last-child:not(div, article),
.section-center--xxsmall > :last-child:not(div, article) {
  margin-bottom: 0;
}

.section-center,
.section-center--xxlarge {
  max-width: 1280px;
}

.section-center--xlarge {
  max-width: 1160px;
}

.section-center--large {
  max-width: 1040px;
}

.section-center--medium {
  max-width: 920px;
}

.section-center--small {
  max-width: 800px;
}

.section-center--xsmall {
  max-width: 680px;
}

.section-center--xxsmall {
  max-width: 560px;
}

section.container--two-columns h1 {
  margin: 0 auto 24px auto;
  max-width: 1280px;
  width: 100%;
}

@media screen and (max-width: 767px) {
  div.two-columns > div:last-of-type {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  div.two-columns {
    display: flex;
    justify-content: space-between;
  }
  div.two-columns > div {
    width: calc(50% - 32px);
  }
}

.background-image--contain,
.background-image--cover {
  background-position: center center;
  background-repeat: no-repeat;
}

.background-image--contain {
  background-size: contain;
}

.background-image--cover {
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .internal--two-columns {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .internal--two-columns > div {
    width: calc(50% - 24px);
  }
}
@media screen and (min-width: 1024px) {
  .internal--two-columns > div {
    width: calc(50% - 48px);
  }
}
.internal--two-columns > div > :first-child {
  margin-top: 0;
}
.internal--two-columns > div > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .internal--two-columns > div:last-of-type {
    margin-top: 48px;
  }
}

@media screen and (min-width: 768px) {
  .internal--two-columns--joined {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .internal--two-columns--joined > div {
    padding: 0 16px;
    width: 50%;
  }
}
.internal--two-columns--joined > div > :first-child {
  margin-top: 0;
}
.internal--two-columns--joined > div > :last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  .internal--two-columns--joined > div:last-of-type {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  .internal--two-columns--joined > div:last-of-type {
    border-left: 1px solid #707070;
  }
}

.video-embed {
  height: 0;
  margin: 48px 0;
  padding-bottom: 56.25%;
  /* 16:9 */
  position: relative;
}
.video-embed iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.caption {
  border-bottom: 1px solid #707070;
  font-weight: 400;
  margin: -48px 0 64px 0;
  padding-bottom: 16px;
  width: fit-content;
}

.container--center-column--full-width-image .caption {
  border: none;
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  .container--center-column--full-width-image .caption {
    margin: 0 16px;
  }
}

.notice {
  font-size: 0.778em;
}

ul.button-body + .notice {
  margin-top: 0;
}

.option-given,
.option-classicBasic {
  position: relative;
}

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

.option-classicBasic.active::after {
  background-color: #9f8fca;
  border-radius: 2px;
  bottom: -5px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.option-classicBasic::after {
  border-radius: 2px;
  bottom: -5px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
.option-classicBasic:hover::after {
  background-color: #9f8fca;
  transition: all 0.25s ease-in-out;
}

.five9-frame {
  z-index: 99 !important;
  right: 16px !important;
}

.five9-frame {
  text-align: right !important;
}

section.container--purpose-mission-vision {
  padding-top: 0;
}

section.container--history-leadership--timeline {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  section.container--history-leadership--timeline {
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 1024px) {
  section.container--history-leadership--timeline {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }
}

div.history-leadership--timeline {
  position: relative;
}
@media screen and (max-width: 1023px) {
  div.history-leadership--timeline:last-of-type {
    margin-top: 64px;
  }
}
@media screen and (min-width: 1024px) {
  div.history-leadership--timeline {
    width: 50%;
  }
  div.history-leadership--timeline:first-of-type {
    margin-right: 64px;
  }
  div.history-leadership--timeline:last-of-type {
    margin-left: 64px;
  }
}
div.history-leadership--timeline::after {
  background: linear-gradient(to right, #595478, #64ccc9);
  border-radius: 3px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
div.history-leadership--timeline h3 .timeline--year {
  display: block;
  font-family: "Mokoko", serif;
  font-size: 1.63em;
  padding-bottom: 8px;
}

section.container--leadership-team h3 {
  margin-bottom: 64px !important;
}

div.container--image-card {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
div.container--image-card > div {
  margin: 8px 0;
}
div.container--image-card::after {
  content: "";
  flex: auto;
}

section.container--best-christian-workplace {
  height: 160px;
  padding: 0 0 0 0;
  margin: 64px 0;
}

div.best-christian-workplace {
  position: relative;
}
@media screen and (min-width: 768px) {
  div.best-christian-workplace {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
div.best-christian-workplace::before {
  background-color: #eeeef4;
  content: "";
  height: 120px;
  position: absolute;
  top: 20px;
  width: 100%;
  z-index: -1;
}
div.best-christian-workplace .seal {
  background-image: url(/uploads/img/best-christian-workplace-seal-2020.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 160px;
  width: 176px;
}
@media screen and (max-width: 767px) {
  div.best-christian-workplace .seal {
    margin: 0 auto 0 auto;
  }
}
@media screen and (min-width: 768px) {
  div.best-christian-workplace .seal {
    margin-right: 16px;
  }
}
div.best-christian-workplace .seal a {
  display: block;
  height: 100%;
}
@media screen and (max-width: 767px) {
  div.best-christian-workplace .statement {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  div.best-christian-workplace .statement {
    font-size: 1.5em;
    font-weight: 500;
    margin-left: 16px;
  }
}

section.container--employee-testimonials--title {
  padding-bottom: 80px;
  padding-top: 80px;
}

div.employee-testimonials--title h2 em {
  display: block;
  font-family: "Effra", Arial, sans-serif;
  font-style: normal;
  font-weight: 600;
  height: 80px;
  position: relative;
  padding: 24px 0 0 0;
}
div.employee-testimonials--title h2 .moving-committment {
  opacity: 0;
  position: absolute;
  right: 0;
}

section.container--state-disclosures--list {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}

div.state-disclosures--list ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
div.state-disclosures--list ul li {
  padding: 0 8px 8px 0;
}
@media screen and (max-width: 767px) {
  div.state-disclosures--list ul li {
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  div.state-disclosures--list ul li {
    width: 33.333%;
  }
}
@media screen and (min-width: 1024px) {
  div.state-disclosures--list ul li {
    width: 20%;
  }
}
div.state-disclosures--list ul a {
  font-weight: 400;
  text-decoration: none;
}
div.state-disclosures--list ul a:hover {
  text-decoration: underline;
}

div.container--modal--overlay-background {
  background: linear-gradient(to right, #595478, #64ccc9);
  bottom: 0;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  overflow: scroll;
  position: fixed;
  width: 100%;
  z-index: 101;
}

div.modal--overlay--close {
  display: flex;
  height: 48px;
  justify-content: flex-end;
  margin-bottom: 16px;
  position: absolute;
  z-index: 100;
}
@media screen and (max-width: 767px) {
  div.modal--overlay--close {
    right: 16px;
    top: 16px;
  }
}
@media screen and (min-width: 768px) {
  div.modal--overlay--close {
    right: 64px;
    top: 64px;
  }
}
div.modal--overlay--close .overlay--close {
  height: 100%;
  position: relative;
  width: 48px;
}
div.modal--overlay--close .overlay--close::after, div.modal--overlay--close .overlay--close::before {
  background-color: #ffffff;
  border-radius: 4px;
  content: "";
  height: 4px;
  left: 0;
  position: absolute;
  top: 22px;
  transition: all 0.25s ease-in-out;
  width: 48px;
}
div.modal--overlay--close .overlay--close::after {
  transform: rotate(-45deg);
}
div.modal--overlay--close .overlay--close::before {
  transform: rotate(45deg);
}
div.modal--overlay--close .overlay--close:hover {
  cursor: pointer;
}
div.modal--overlay--close .overlay--close:hover::after, div.modal--overlay--close .overlay--close:hover::before {
  background-color: #595478;
  transition: all 0.25s ease-in-out;
}

div.modal--overlay--state-disclosure {
  align-items: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  min-height: 100%;
  padding: 80px 16px 80px 16px;
  position: relative;
  z-index: 99;
}
@media screen and (max-width: 1023px) {
  div.modal--overlay--state-disclosure {
    max-width: 696px;
  }
}
@media screen and (min-width: 1024px) {
  div.modal--overlay--state-disclosure {
    margin: 0 auto 0 auto;
    max-width: 1160px;
  }
}
@media screen and (min-width: 768px) {
  div.modal--overlay--state-disclosure .state-disclosure {
    padding: 0 128px 24px 24px;
  }
}
@media screen and (min-width: 1024px) {
  div.modal--overlay--state-disclosure .state-disclosure {
    padding-right: 344px;
  }
}

div.accordion {
  margin: 0 auto 0 auto;
  width: 100%;
}
div.accordion h3 {
  color: #595478;
  font-size: 1.223em;
  padding: 24px 0 24px 48px;
  position: relative;
  transition: all 0.25s ease-in-out;
}
div.accordion h3:not(:first-of-type)::before {
  background-color: #64ccc9;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
div.accordion h3:hover {
  color: #2d2a3c;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
div.accordion > div {
  margin-bottom: 24px;
}
div.accordion > div > :first-child {
  margin-top: 0;
}
div.accordion > div > :last-child {
  margin-bottom: 0;
}

.accordion.title--smaller h3 {
  font-size: 1em;
}

section.container--faq {
  padding-top: 0;
}
section.container--faq::before {
  background: linear-gradient(to right, #595478, #64ccc9);
  content: "";
  left: 0;
  padding: 32px 0 32px 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  section.container--faq::before {
    padding: 48px 0 48px 0;
  }
}

div.faq > h3 {
  color: #ffffff;
  padding: 16px 0 64px 0;
}
div.faq .accordion + p {
  margin-top: 48px;
}

div.accordion + div {
  margin-top: 32px;
}

.card,
.large-card,
.large-card--single,
.large-card--steps {
  background-color: #eeeef4;
  border-radius: 3px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  position: relative;
}

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

.card h1,
.large-card h1,
.large-card--single h1,
.large-card--steps h1 {
  font-weight: 200;
}

.card h2,
.large-card h2,
.large-card--single h2,
.large-card--steps h2 {
  font-family: "Effra", Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 32px;
  text-align: left;
}
.card h2.add-bottom-line, .card h2.add-bottom-line--purple,
.large-card h2.add-bottom-line,
.large-card h2.add-bottom-line--purple,
.large-card--single h2.add-bottom-line,
.large-card--single h2.add-bottom-line--purple,
.large-card--steps h2.add-bottom-line,
.large-card--steps h2.add-bottom-line--purple {
  border-bottom: 1px solid;
  padding-bottom: 32px;
}
.card h2.add-bottom-line,
.large-card h2.add-bottom-line,
.large-card--single h2.add-bottom-line,
.large-card--steps h2.add-bottom-line {
  border-bottom-color: #707070;
}
.card h2.add-bottom-line--purple,
.large-card h2.add-bottom-line--purple,
.large-card--single h2.add-bottom-line--purple,
.large-card--steps h2.add-bottom-line--purple {
  border-bottom-color: #595478;
}

.add-border-top,
.add-border-top--primary,
.add-border-top--primary-medium,
.add-border-top--secondary {
  border-top: 8px solid;
}

.add-border-top {
  border-top-color: #000000;
}

.add-border-top--primary {
  border-top-color: #595478;
}

.add-border-top--primary-medium {
  border-top-color: #9f8fca;
}

.add-border-top--secondary {
  border-top-color: #64ccc9;
}

body.page-home .add-border-top,
body.section-given .add-border-top,
body.section-given h2.add-bottom-line {
  border-top-color: #64ccc9;
}

body.section-classicBasic .add-border-top,
body.section-classicBasic h2.add-bottom-line {
  border-top-color: #9f8fca;
}

body.section-given ol li::before {
  background-color: #64ccc9;
}

body.section-classicBasic ol li::before {
  background-color: #9f8fca;
}

.card {
  padding: 32px 32px 32px 32px;
}
.card > :first-child {
  margin-top: 0;
}
.card > :last-child {
  margin-bottom: 0;
}

.health-sharing-overview .card {
  padding: 24px 32px 48px 32px;
}

@media screen and (max-width: 767px) {
  div.container--two-column-cards > .card + .card {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  div.container--two-column-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  div.container--two-column-cards .card {
    width: calc(50% - 8px);
  }
  div.container--two-column-cards .card:nth-of-type(n+3) {
    margin-top: 8px;
  }
}

@media screen and (max-width: 767px) {
  div.container--three-column-cards > .card + .card {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  div.container--three-column-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  div.container--three-column-cards .card {
    width: calc(33.334% - 8px);
  }
  div.container--three-column-cards .card:not(:nth-of-type(3n+1)) {
    margin-left: 8px;
  }
}

div.container--large-card > :first-child {
  margin-top: 0;
}
div.container--large-card > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  div.container--large-card {
    display: flex;
    justify-content: space-between;
  }
}

div.large-card {
  max-width: 496px;
  padding: 24px 16px;
}
@media screen and (max-width: 767px) {
  div.large-card {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  div.large-card {
    padding: 32px;
    width: calc(50% - 16px);
  }
}
@media screen and (min-width: 1024px) {
  div.large-card {
    padding: 64px;
  }
}
div.large-card > :first-child {
  margin-top: 0;
}
div.large-card > :last-child {
  margin-bottom: 0;
}

div.large-card--single {
  padding: 24px 16px 24px 16px;
}
@media screen and (min-width: 768px) {
  div.large-card--single {
    padding: 32px 32px 32px 32px;
  }
}
@media screen and (min-width: 1024px) {
  div.large-card--single {
    padding: 48px 64px 64px 64px;
  }
}

@media screen and (max-width: 767px) {
  div.large-card--steps {
    padding: 32px 16px 32px 16px;
  }
}
@media screen and (min-width: 768px) {
  div.large-card--steps {
    padding: 64px 64px 64px 64px;
  }
}
div.large-card--steps > :first-child {
  margin-top: 0;
}
div.large-card--steps > :last-child {
  margin-bottom: 0;
}
div.large-card--steps ol,
div.large-card--steps ol.purple {
  counter-reset: dope-counter;
  list-style: none;
  margin: 0;
  padding-left: 50px;
}
div.large-card--steps ol > :first-child,
div.large-card--steps ol.purple > :first-child {
  margin-top: 0;
}
div.large-card--steps ol > :last-child,
div.large-card--steps ol.purple > :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 1024px) {
  div.large-card--steps ol,
div.large-card--steps ol.purple {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
div.large-card--steps ol li,
div.large-card--steps ol.purple li {
  counter-increment: dope-counter;
  position: relative;
}
@media screen and (max-width: 767px) {
  div.large-card--steps ol li,
div.large-card--steps ol.purple li {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 767px) {
  div.large-card--steps ol li,
div.large-card--steps ol.purple li {
    margin-bottom: 64px;
  }
}
@media screen and (min-width: 1024px) {
  div.large-card--steps ol li,
div.large-card--steps ol.purple li {
    width: calc(50% - 75px);
  }
}
div.large-card--steps ol li::before,
div.large-card--steps ol.purple li::before {
  border-radius: 50%;
  color: #ffffff;
  content: counter(dope-counter);
  font-size: 20px;
  font-weight: 700;
  height: 32px;
  left: -50px;
  line-height: 30px;
  position: absolute;
  text-align: center;
  width: 32px;
}
@media screen and (max-width: 767px) {
  div.large-card--steps ol li::before,
div.large-card--steps ol.purple li::before {
    top: -2px;
  }
}
@media screen and (min-width: 768px) {
  div.large-card--steps ol li::before,
div.large-card--steps ol.purple li::before {
    top: 2px;
  }
}

div.large-card--steps ol li::before {
  background-color: #64ccc9;
}

div.large-card--steps ol.purple li::before {
  background-color: #9f8fca;
}

div.container--large-card--overlapping {
  margin: 0 auto;
  max-width: 1160px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.container--large-card--overlapping > div:nth-of-type(odd) .overlapping--under-card {
    left: 50%;
    transform: translateX(-40px);
  }
  div.container--large-card--overlapping > div:nth-of-type(odd) .overlapping--over-card {
    right: 50%;
    transform: translateX(40px);
  }
  div.container--large-card--overlapping > div:nth-of-type(even) .overlapping--under-card {
    right: 50%;
    transform: translateX(40px);
  }
  div.container--large-card--overlapping > div:nth-of-type(even) .overlapping--over-card {
    left: 50%;
    transform: translateX(-40px);
  }
}

@media screen and (max-width: 767px) {
  div.large-card--overlapping {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  div.large-card--overlapping {
    height: 576px;
    margin-top: 80px;
    position: relative;
  }
}
div.large-card--overlapping .overlapping--under-card {
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  div.large-card--overlapping .overlapping--under-card {
    height: 240px;
  }
}
@media screen and (min-width: 768px) {
  div.large-card--overlapping .overlapping--under-card {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    height: 496px;
    max-width: 496px;
    position: absolute;
    width: 55.5%;
  }
}
div.large-card--overlapping .overlapping--under-card a {
  display: block;
  height: 100%;
}
div.large-card--overlapping .overlapping--over-card {
  background-color: #ffffff;
}
@media screen and (min-width: 768px) {
  div.large-card--overlapping .overlapping--over-card {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
    height: 496px;
    margin: 80px 0 0 0;
    max-width: 496px;
    position: absolute;
    width: 55.5%;
  }
}
div.large-card--overlapping .overlapping--over-card > :first-child {
  margin-top: 0;
}
div.large-card--overlapping .overlapping--over-card > :last-child {
  margin-bottom: 0;
}
div.large-card--overlapping .overlapping--over-card.member-story > a {
  color: #000000;
  display: block;
  height: 100%;
  padding: 24px 24px 24px 24px;
  position: relative;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  div.large-card--overlapping .overlapping--over-card.member-story > a {
    overflow: hidden;
    padding-bottom: 72px;
  }
}
@media screen and (min-width: 1024px) {
  div.large-card--overlapping .overlapping--over-card.member-story > a {
    padding: 64px 64px 64px 64px;
    padding-bottom: 80px;
  }
}
div.large-card--overlapping .overlapping--over-card.member-story > a:hover {
  background-color: #595478;
  color: #ffffff;
}
div.large-card--overlapping .overlapping--over-card.member-story > a:hover i {
  color: #ffffff;
}
div.large-card--overlapping .overlapping--over-card.member-story > a p:last-of-type {
  font-size: 0.889em;
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  div.large-card--overlapping .overlapping--over-card.member-story > a p:last-of-type {
    bottom: 24px;
    margin: 0 0 0 0;
    position: absolute;
  }
}
@media screen and (min-width: 1024px) {
  div.large-card--overlapping .overlapping--over-card.member-story > a p:last-of-type {
    bottom: 48px;
  }
}
div.large-card--overlapping .overlapping--over-card.member-story > a p:last-of-type i {
  padding-left: 8px;
  vertical-align: -1px;
}
div.large-card--overlapping .overlapping--over-card.testimonial {
  padding: 24px 24px 24px 24px;
}
@media screen and (min-width: 1024px) {
  div.large-card--overlapping .overlapping--over-card.testimonial {
    padding: 64px 64px 64px 64px;
  }
}
div.large-card--overlapping .overlapping--over-card.testimonial .testimonial--job-title {
  display: block;
  font-size: 0.667em;
  font-weight: 200;
}
div.large-card--overlapping .overlapping--over-card.mokoko-copy {
  padding: 24px;
}
@media screen and (min-width: 1024px) {
  div.large-card--overlapping .overlapping--over-card.mokoko-copy {
    padding: 64px;
  }
}
div.large-card--overlapping .overlapping--over-card.mokoko-copy p {
  font-size: 1.5em;
  line-height: 1.778em;
}

div.large-card--overlapping .overlapping--under-card:hover + .overlapping--over-card.member-story a {
  background-color: #595478;
  color: #ffffff;
}

div.large-card--overlapping .overlapping--under-card:hover + .overlapping--over-card.member-story a i {
  color: #ffffff;
}

div.image-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  div.image-card {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  div.image-card.two-columns {
    width: calc(50% - 8px);
  }
  div.image-card.two-columns:nth-of-type(odd) {
    margin-right: 8px;
  }
  div.image-card.two-columns:nth-of-type(even) {
    margin-left: 8px;
  }
}
@media screen and (min-width: 768px) {
  div.image-card.two-columns--thinner {
    width: calc(50% - 64px);
  }
  div.image-card.two-columns--thinner:nth-of-type(odd) {
    margin-bottom: 64px;
    margin-right: 64px;
  }
  div.image-card.two-columns--thinner:nth-of-type(even) {
    margin-bottom: 64px;
    margin-left: 64px;
  }
}
@media screen and (min-width: 768px) {
  div.image-card.three-colums {
    margin-left: 16px;
    width: calc(33.333% - 11.5px);
  }
  div.image-card.three-colums:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  div.image-card.five-columns {
    margin-left: 16px;
    width: calc(33.333% - 11.5px);
  }
  div.image-card.five-columns:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
@media screen and (min-width: 1280px) {
  div.image-card.five-columns {
    width: calc(20% - 11.5px);
  }
  div.image-card.five-columns:nth-of-type(5n+1) {
    margin-left: 0;
  }
}
div.image-card .image-card--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  div.image-card .image-card--image {
    width: 112px;
  }
}
@media screen and (min-width: 768px) {
  div.image-card .image-card--image {
    width: 200px;
  }
}
div.image-card .image-card--copy {
  width: 100%;
}
div.image-card .image-card--copy div {
  position: relative;
}
@media screen and (max-width: 767px) {
  div.image-card .image-card--copy div {
    margin: 24px 16px 24px 16px;
    padding-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  div.image-card .image-card--copy div {
    margin: 48px 24px 48px 24px;
    padding-bottom: 48px;
  }
}
div.image-card .image-card--copy div::after {
  background: linear-gradient(to right, #595478, #64ccc9);
  border-radius: 3px;
  bottom: 0;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  width: 100%;
}
div.image-card .image-card--copy div p {
  margin: 0 0 0 0;
}

@media screen and (min-width: 768px) {
  section.container--blog-cards .blog-cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}

article.blog-card {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  margin-bottom: 16px;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  article.blog-card {
    width: 100%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  article.blog-card:nth-of-type(even) {
    margin-left: 16px;
  }
}
@media screen and (min-width: 768px) {
  article.blog-card {
    width: calc(50% - 8px);
  }
}
@media screen and (min-width: 1024px) {
  article.blog-card {
    margin-left: 16px;
    width: calc(33.333% - 11px);
  }
  article.blog-card:nth-of-type(3n+1) {
    margin-left: 0;
  }
}
article.blog-card:hover {
  box-shadow: 0 9px 18px rgba(0, 0, 0, 0.25);
  transition: all 0.25s ease-in-out;
}
article.blog-card a {
  color: #000000;
  display: block;
  height: 100%;
  text-decoration: none;
}
article.blog-card .blog-card--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  width: 100%;
}
@media screen and (max-width: 767px) {
  article.blog-card .blog-card--image {
    height: 240px;
  }
}
@media screen and (min-width: 768px) {
  article.blog-card .blog-card--image {
    height: 272px;
  }
}
article.blog-card .blog-card--image::after {
  background: linear-gradient(to right, #595478, #64ccc9);
  bottom: 0;
  content: "";
  height: 4px;
  position: absolute;
  width: 100%;
}
article.blog-card .blog-card--headline {
  padding: 24px 48px;
}
article.blog-card .blog-card--headline h2 {
  font-family: "Effra", Arial, sans-serif;
  font-size: 1em;
  font-weight: 400;
  margin-bottom: 0;
  text-align: center;
}

div.card.invis-o {
  background: none;
  box-shadow: none;
  padding: 0 0 0 0;
  margin-bottom: 48px;
}

section.container--program-comparison-header {
  background-color: #eeeef4;
}
section.container--program-comparison-header h2 {
  margin-bottom: 0;
}

section.container--program-comparison {
  background-color: #eeeef4;
  padding-top: 0 !important;
}
@media screen and (max-width: 767px) {
  section.container--program-comparison {
    padding: 0 0 0 0;
  }
}

div.program-comparison {
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}
div.program-comparison h3 {
  align-items: center;
  color: #ffffff;
  display: flex;
  justify-content: center;
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  div.program-comparison h3 {
    height: 48px;
    margin-bottom: 72px;
    width: 100%;
  }
  div.program-comparison h3 .mobile-switch-nav {
    align-items: center;
    background-color: #eeeef4;
    bottom: -48px;
    color: #000000;
    display: flex;
    font-size: 0.667em;
    font-weight: 600;
    height: 48px;
    justify-content: space-between;
    left: 0;
    padding: 0 64px 0 64px;
    position: absolute;
    text-align: left;
    width: 100%;
  }
  div.program-comparison h3 .mobile-switch-nav span {
    height: 24px;
  }
}
@media screen and (max-width: 767px) and (min-width: 768px) {
  div.program-comparison h3 .mobile-switch-nav {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  div.program-comparison h3 {
    height: 72px;
    margin-bottom: 48px;
    width: 50%;
  }
  div.program-comparison h3 .mobile-switch-nav {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  div.program-comparison h3 {
    height: 128px;
    margin-bottom: 80px;
  }
}
div.program-comparison h3.given-heading {
  background: linear-gradient(to right, #64ccc9, #595478);
}
div.program-comparison h3.classicBasic-heading {
  background: linear-gradient(to right, #595478, #271f41);
}
@media screen and (max-width: 767px) {
  div.program-comparison h3.classicBasic-heading {
    display: none;
    margin-top: 0 !important;
  }
}
div.program-comparison h4 {
  font-size: 1.125em;
}
div.program-comparison .comparison-footer {
  font-weight: 400;
  padding: 64px 16px 64px 16px;
}

#add-sub-nav .program-comparison h3 {
  top: 112px;
}

@media screen and (max-width: 767px) {
  div.given-info,
div.classicBasic-info {
    border-bottom: 1px solid #707070;
    margin: 0 16px 0 16px;
    padding: 24px 0 24px 0;
  }
}
@media screen and (min-width: 768px) {
  div.given-info,
div.classicBasic-info {
    padding: 24px 24px 24px 24px;
    width: 50%;
  }
}
@media screen and (min-width: 1024px) {
  div.given-info,
div.classicBasic-info {
    padding: 24px 80px 24px 80px;
  }
}
div.given-info > :first-child,
div.classicBasic-info > :first-child {
  margin-top: 0;
}
div.given-info > :last-child,
div.classicBasic-info > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  div.classicBasic-info {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  div.classicBasic-info {
    border-left: 1px solid #707070;
  }
}

section.container--page-banner {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  min-height: 496px;
}
@media screen and (max-width: 767px) {
  section.container--page-banner {
    background-color: #ffffff;
    background-image: none !important;
  }
}
@media screen and (max-width: 1023px) {
  section.container--page-banner {
    padding: 16px 16px 16px 16px !important;
  }
}
@media screen and (min-width: 1600px) {
  section.container--page-banner {
    min-height: 600px;
  }
}
section.container--page-banner h1 {
  color: #595478;
  margin-bottom: 0;
}

body.page-classicBasic-overview section.container--page-banner {
  background-position: center left;
}
@media screen and (min-width: 768px) {
  body.page-classicBasic-overview section.container--page-banner {
    background-position: 16%;
  }
}
@media screen and (min-width: 1280px) {
  body.page-classicBasic-overview section.container--page-banner {
    background-position: center center;
  }
}

body.page-given-overview section.container--page-banner {
  background-position: center left;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  body.page-given-overview section.container--page-banner {
    background-position: center center;
  }
}

div.page-banner .title {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.334em;
}
@media screen and (max-width: 767px) {
  div.page-banner .title {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  div.page-banner .title {
    font-size: 2.5em;
  }
}
div.page-banner .page-banner--copy {
  width: 100%;
}
@media screen and (min-width: 768px) {
  div.page-banner .page-banner--copy {
    max-width: 496px;
  }
}
@media screen and (min-width: 1280px) {
  div.page-banner .page-banner--copy {
    max-width: 544px;
  }
}

@media screen and (max-width: 1023px) {
  section.container--page-banner--contained {
    padding-left: 0 !important;
    padding-right: 0 !important;
    padding-top: 62px !important;
  }
}
@media screen and (min-width: 1024px) {
  section.container--page-banner--contained {
    padding-top: 120px !important;
  }
}

div.page-banner--contained {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  div.page-banner--contained {
    height: 200px;
    padding: 24px 8px 24px 8px;
  }
}
@media screen and (min-width: 768px) {
  div.page-banner--contained {
    height: 496px;
    padding: 64px 64px 64px 64px;
  }
}
div.page-banner--contained .title {
  color: #ffffff;
  font-weight: 600;
  line-height: 1.334em;
}
@media screen and (max-width: 767px) {
  div.page-banner--contained .title {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  div.page-banner--contained .title {
    font-size: 2.5em;
  }
}

section.container--global--main-heading + section.container--global--large-image--full-bleed {
  margin-top: 48px;
}

section.container--global--main-heading {
  padding-bottom: 0;
}

span.global--main-heading--section-heading {
  color: #64ccc9;
  display: block;
  font-family: "Effra", Arial, sans-serif;
  font-size: 0.489em;
  font-weight: 500;
  line-height: 1.5;
  padding-bottom: 0;
}

section.container--global--body-copy {
  padding-bottom: 0;
}

section.container--global--body-copy + section.container--global--body-copy {
  padding-top: 16px;
}

div.global--body-copy > :first-child {
  margin-top: 0;
}
div.global--body-copy > :last-child {
  margin-bottom: 0;
}

section + section.conatiner--global--copy-image-frame {
  margin: 128px 0 0 0;
}

div.global--large-image--title {
  color: #ffffff;
  display: flex;
  font-weight: 600;
  height: 100%;
  line-height: 1.334em;
}
@media screen and (max-width: 767px) {
  div.global--large-image--title {
    font-size: 1.5em;
  }
}
@media screen and (min-width: 768px) {
  div.global--large-image--title {
    font-size: 2.5em;
  }
}

section.container--global--large-image--full-bleed {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px;
  padding: 0 !important;
}
@media screen and (max-width: 767px) {
  section.container--global--large-image--full-bleed {
    height: 256px;
  }
}
@media screen and (min-width: 768px) {
  section.container--global--large-image--full-bleed {
    height: 512px;
  }
}

div.global--large-image--full-bleed-caption-background {
  align-items: flex-end;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  bottom: 0;
  display: flex;
  height: 168px;
  position: absolute;
  width: 100%;
}
div.global--large-image--full-bleed-caption-background p {
  color: #ffffff;
  font-weight: 500;
  line-height: 1.334em;
}
@media screen and (max-width: 767px) {
  div.global--large-image--full-bleed-caption-background p {
    font-size: 0.889em;
    margin: 16px 16px 16px 16px;
  }
}

section.container--global--large-image {
  padding-bottom: 0;
}
section.container--global--large-image .global--large-image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  section.container--global--large-image .global--large-image {
    height: 288px;
  }
}
@media screen and (min-width: 768px) {
  section.container--global--large-image .global--large-image {
    height: 480px;
  }
}
@media screen and (min-width: 1024px) {
  section.container--global--large-image .global--large-image {
    height: 656px;
  }
}

div.global--caption p,
div.global--large-image--full-width-caption p {
  border-bottom: 1px solid #707070;
  font-weight: 400;
  margin: 0;
  padding: 16px 0;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  div.global--caption p,
div.global--large-image--full-width-caption p {
    font-size: 0.889em;
  }
}

section.container--global--accordion {
  padding-bottom: 0;
}
section.container--global--accordion .global--accordion {
  border-bottom: 2px solid #64ccc9;
}
section.container--global--accordion .accordion > div {
  margin-bottom: 24px;
}

section.container--global--accordion + section.container--global--accordion {
  padding-top: 0;
}

section.container--global--accordion-heading {
  margin-bottom: 24px;
  margin-top: 64px;
  padding-bottom: 0;
  padding-top: 0;
}
section.container--global--accordion-heading::before {
  background: linear-gradient(to right, #595478, #64ccc9);
  content: "";
  left: 0;
  min-height: 64px;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

div.global--accordion-heading {
  align-items: center;
  display: flex;
  min-height: 64px;
}
div.global--accordion-heading .accordion-heading {
  color: #ffffff;
  font-size: 1.5em;
  font-weight: 400;
  position: relative;
}

section.container--global--accordion-heading + section.container--global--accordion {
  padding-top: 0;
}

section.container--global--video {
  padding-bottom: 0;
}
section.container--global--video .video-embed {
  margin: 0;
}

section.conatiner--global--copy-image-frame:not(.full-page) {
  padding: 0 !important;
}

section.conatiner--global--copy-image-frame.full-page {
  padding: 0 !important;
}

@media screen and (min-width: 768px) {
  .global--copy-image-frame.columns--copy-large {
    display: flex;
    justify-content: space-between;
  }
  .global--copy-image-frame.columns--copy-large .copy-frame {
    width: 66.666%;
  }
  .global--copy-image-frame.columns--copy-large .image-frame {
    width: 33.333%;
  }
  .global--copy-image-frame.columns--even {
    display: flex;
    justify-content: space-between;
  }
  .global--copy-image-frame.columns--even .copy-frame,
.global--copy-image-frame.columns--even .image-frame {
    width: 50%;
  }
  .global--copy-image-frame.columns--copy-small {
    display: flex;
    justify-content: space-between;
  }
  .global--copy-image-frame.columns--copy-small .copy-frame {
    width: 33.333%;
  }
  .global--copy-image-frame.columns--copy-small .image-frame {
    width: 66.666%;
  }
}
div.copy-frame {
  background: linear-gradient(to right, #595478, #64ccc9);
  color: #ffffff;
  display: flex;
  justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  div.copy-frame {
    padding: 48px 16px;
  }
}
@media screen and (min-width: 768px) {
  div.copy-frame {
    padding: 48px 128px 48px 16px;
  }
}
div.copy-frame .global--main-heading--section-heading {
  color: #ffffff;
}
div.copy-frame p a {
  color: #ffffff;
}
div.copy-frame p a:hover {
  color: #eeeef4;
}

div.section-frame--xxlarge,
div.section-frame--xlarge,
div.section-frame--large,
div.section-frame--medium {
  width: 100%;
}
div.section-frame--xxlarge > :first-child,
div.section-frame--xlarge > :first-child,
div.section-frame--large > :first-child,
div.section-frame--medium > :first-child {
  margin-top: 0;
}
div.section-frame--xxlarge > :last-child,
div.section-frame--xlarge > :last-child,
div.section-frame--large > :last-child,
div.section-frame--medium > :last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .columns--copy-large .section-frame--medium {
    max-width: 504px;
  }

  .columns--even .section-frame--medium {
    max-width: 332px;
  }

  .columns--copy-small .section-frame--xxlarge,
.columns--copy-small .section-frame--xlarge,
.columns--copy-small .section-frame--large,
.columns--copy-small .section-frame--medium {
    max-width: 288px;
  }
}
@media screen and (min-width: 1280px) {
  .columns--copy-large .section-frame--xxlarge {
    max-width: 740px;
  }
  .columns--copy-large .section-frame--xlarge {
    max-width: 680px;
  }
  .columns--copy-large .section-frame--large {
    max-width: 620px;
  }
  .columns--copy-large .section-frame--medium {
    max-width: 568px;
  }

  .columns--even .section-frame--xxlarge {
    max-width: 512px;
  }
  .columns--even .section-frame--xlarge {
    max-width: 452px;
  }
  .columns--even .section-frame--large {
    max-width: 392px;
  }
  .columns--even .section-frame--medium {
    max-width: 332px;
  }
}
div.image-frame {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 448px;
}
@media screen and (min-width: 1600px) {
  div.image-frame {
    min-height: 600px;
  }
}

section.container--quote {
  background: linear-gradient(to right, #595478, #64ccc9);
}
@media screen and (max-width: 767px) {
  section.container--quote {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  section.container--quote {
    margin-top: 80px;
  }
}

section.container--program-cross-reference + section.container--quote {
  margin-top: 0;
}

@media screen and (min-width: 1024px) {
  div.quote {
    display: flex;
    justify-content: center;
  }
}
div.quote blockquote {
  color: #ffffff;
  padding-right: 0;
}
div.quote blockquote::after, div.quote blockquote::before {
  border-color: #ffffff;
}

section.container--given--cost-calculator,
section.container--given--admin-costs {
  background: linear-gradient(to right, #595478, #64ccc9);
}

section.container--classicBasic--cost-calculator,
section.container--classicBasic--admin-costs {
  background: linear-gradient(to right, #595478, #271f41);
}

section.container--given--admin-costs,
section.container--classicBasic--admin-costs {
  color: #ffffff;
  padding-top: 0;
}
@media screen and (min-width: 1024px) {
  section.container--given--admin-costs .admin-costs,
section.container--classicBasic--admin-costs .admin-costs {
    padding: 0 64px;
  }
}

.cost-calculator .label {
  font-weight: 400;
  line-height: 1.334em;
  padding: 48px 0 24px 0;
  width: 100%;
}
.cost-calculator .button [type=radio] {
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  z-index: -1;
}
.cost-calculator .button [type=radio]:checked + .button--input {
  background-color: #097cbf;
  border-color: #097cbf;
  color: #ffffff;
  transition: all 0.25s ease-in-out;
}
.cost-calculator .button [type=radio]:checked + .button--input:hover {
  background-color: #38b0f6;
  border-color: #38b0f6;
  color: #ffffff;
  transition: all 0.25s ease-in-out;
}
.cost-calculator .button .button--input {
  align-items: center;
  border: 2px solid #097cbf;
  border-radius: 3px;
  color: #097cbf;
  display: flex;
  font-weight: 400;
  height: 48px;
  justify-content: center;
  transition: all 0.25s ease-in-out;
}
.cost-calculator .button .button--input:hover {
  background-color: rgba(9, 124, 191, 0.1);
  border-color: #38b0f6;
  color: #38b0f6;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

.gray-out {
  background-color: #ffffff !important;
  border-color: #d9d9d9 !important;
  color: #b3b3b3 !important;
  cursor: not-allowed !important;
}

.cost-calculator--given {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cost-calculator--given > div {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cost-calculator--given > div {
    width: calc(50% - 24px);
  }
}
.cost-calculator--given .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 408px;
  width: 100%;
}
.cost-calculator--given .buttons .button {
  max-width: 200px;
  width: calc(50% - 4px);
}
.cost-calculator--given .given--results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cost-calculator--given .given--results {
    margin-top: 32px;
  }
}
.cost-calculator--given .given--results .results--plan-type {
  border-bottom: 5px solid transparent;
  color: #707070;
  line-height: 1em;
  max-width: 128px;
  padding: 0 16px 19px 16px;
  text-align: center;
  transition: all 0.25s ease-in-out;
  width: 33.334%;
}
.cost-calculator--given .given--results .results--plan-type.active {
  border-bottom: 5px solid #097cbf;
  color: #097cbf;
}
.cost-calculator--given .given--results .results--plan-type.active:hover {
  border-bottom-color: #097cbf;
}
.cost-calculator--given .given--results .results--plan-type:hover {
  border-bottom: 5px solid #707070;
  cursor: pointer;
}
.cost-calculator--given .given--results .results--plan-type .given-plan--cost {
  display: block;
  font-size: 1.223em;
  font-weight: 700;
}
.cost-calculator--given .given--results .results--plan-type .given-plan--cost-duration {
  font-size: 0.667em;
  padding: 4px 0 0 0;
}
.cost-calculator--given .given--results .results--plan-type .given-plan--plan-name {
  font-size: 1.223em;
  font-weight: 400;
  height: 56px;
  padding: 16px 0 0 0;
}
.cost-calculator--given .given--results .results-separator {
  background-color: #707070;
  height: 1px;
  margin: -3px 0 0 0;
  width: 100%;
}
.cost-calculator--given .given--results .results--plan-summary {
  background-color: #eeeef4;
  border-radius: 5px 5px 5px 5px;
  margin: 24px 0 0 0;
  padding: 16px 16px 16px 16px;
}
.cost-calculator--given .given--results .results--plan-summary h2 {
  font-size: 1.223em;
  font-weight: 200;
  margin-bottom: 0;
}
.cost-calculator--given .given--results .results--plan-summary ul {
  margin-left: 4px;
}

.cost-calculator--classicBasic .classicBasic--selectors {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cost-calculator--classicBasic .classicBasic--selectors > div {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .cost-calculator--classicBasic .classicBasic--selectors > div {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .cost-calculator--classicBasic .classicBasic--selectors > div {
    width: calc(50% - 8px);
  }
}
@media screen and (max-width: 1023px) {
  .cost-calculator--classicBasic .classicBasic--selectors > div .selector--play-type, .cost-calculator--classicBasic .classicBasic--selectors > div .selector--marital-status {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .cost-calculator--classicBasic .classicBasic--selectors > div .selector--play-type, .cost-calculator--classicBasic .classicBasic--selectors > div .selector--marital-status {
    width: calc(50% - 8px);
  }
}
.cost-calculator--classicBasic .classicBasic--selectors > div .selector--membership-persons {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .cost-calculator--classicBasic .classicBasic--selectors > div .selector--age-range {
    margin-top: 48px;
  }
}
.cost-calculator--classicBasic .classicBasic--selectors .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  .cost-calculator--classicBasic .classicBasic--selectors .buttons .button {
    width: calc(50% - 4px);
  }
  .cost-calculator--classicBasic .classicBasic--selectors .buttons .button:nth-of-type(n+4) {
    margin-top: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .cost-calculator--classicBasic .classicBasic--selectors .buttons .button {
    max-width: 136px;
    width: calc(25% - 4px);
  }
}
.cost-calculator--classicBasic .classicBasic--results {
  border-top: 1px solid #707070;
  margin-top: 64px;
  text-align: center;
}
.cost-calculator--classicBasic .classicBasic--results .maternity-note {
  border-bottom: 1px solid #707070;
  margin: 0 auto 0 auto;
}
@media screen and (min-width: 768px) {
  .cost-calculator--classicBasic .classicBasic--results .maternity-note p {
    padding: 0 48px 0 48px;
  }
}
@media screen and (min-width: 1280px) {
  .cost-calculator--classicBasic .classicBasic--results .maternity-note p {
    padding: 0 128px 0 128px;
  }
}
.cost-calculator--classicBasic .classicBasic--results .results {
  margin-top: 48px;
  padding: 56px 0;
  position: relative;
}
.cost-calculator--classicBasic .classicBasic--results .results::after, .cost-calculator--classicBasic .classicBasic--results .results::before {
  border-left: 48px solid transparent;
  border-right: 48px solid transparent;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
  width: 0;
}
.cost-calculator--classicBasic .classicBasic--results .results::after {
  border-bottom: 32px solid #eeeef4;
  bottom: 0;
}
.cost-calculator--classicBasic .classicBasic--results .results::before {
  border-top: 32px solid #eeeef4;
  top: 0;
}
.cost-calculator--classicBasic .classicBasic--results .results--price {
  font-size: 2em;
  font-weight: 600;
}
.cost-calculator--classicBasic .classicBasic--results .results--plan {
  font-weight: 400;
  margin-top: 16px;
}

.footer {
  font-size: 0.889em;
}
.footer > section {
  padding: 24px 16px;
  position: relative;
}
.footer p {
  margin: 0;
  line-height: 1.556em;
}
.footer strong {
  font-weight: 500;
}

section.container--join-action {
  background: linear-gradient(to right, #595478, #271f41);
  color: #ffffff;
  padding: 24px 16px;
}

@media screen and (min-width: 768px) {
  div.join-action {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
div.join-action p {
  font-size: 1.5em;
  line-height: 1em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  div.join-action p {
    margin-right: 24px;
  }
}
div.join-action ul.button-footer {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  div.join-action ul.button-footer {
    margin: 24px 0 0 0;
  }
}
@media screen and (min-width: 768px) {
  div.join-action ul.button-footer {
    margin-left: 24px;
  }
}
div.join-action ul.button-footer > li > a {
  background-color: rgba(255, 255, 255, 0);
  border: 2px solid #ffffff;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  div.join-action ul.button-footer > li > a {
    padding: 8px 48px;
  }
}
@media screen and (min-width: 768px) {
  div.join-action ul.button-footer > li > a {
    padding: 8px 128px;
  }
}
div.join-action ul.button-footer > li > a:hover {
  background-color: white;
  color: #595478;
  transition: all 0.25s ease-in-out;
}

section.container--global-footer-contact {
  padding-top: 48px;
  padding-bottom: 0;
}

div.global-footer-contact {
  border-bottom: 1px solid #707070;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  div.global-footer-contact {
    display: flex;
    justify-content: space-between;
  }
}

@media screen and (min-width: 768px) {
  div.open-hours {
    width: calc(33.333% - 16px);
  }
}
@media screen and (min-width: 1024px) {
  div.open-hours {
    width: calc(25% - 16px);
  }
}
div.open-hours p + p {
  margin-top: 24px;
}

@media screen and (max-width: 767px) {
  div.footer-nav {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  div.footer-nav {
    width: calc(66.666% - 16px);
  }
}
@media screen and (min-width: 1024px) {
  div.footer-nav {
    width: calc(75% - 16px);
  }
}

.footer ul.main-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .footer ul.main-nav {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .footer ul.main-nav > li {
    margin-top: 16px;
  }
}
@media screen and (max-width: 768px) and (max-width: 1023px) {
  .footer ul.main-nav > li:nth-of-type(n+3) {
    margin-top: 24px;
  }
}
@media screen and (min-width: 768px) {
  .footer ul.main-nav > li {
    width: calc(50% - 8px);
  }
}
@media screen and (min-width: 1024px) {
  .footer ul.main-nav > li {
    width: calc(25% - 16px);
  }
}
.footer ul.main-nav > li .nav-option {
  font-weight: 500;
  margin-bottom: 16px;
}

.footer ul.sub-nav {
  list-style: none;
  margin: 0;
  padding: 0;
}
.footer ul.sub-nav li {
  margin-top: 8px;
}
.footer ul.sub-nav li:first-of-type {
  margin-top: 0;
}
.footer ul.sub-nav li a {
  color: #000000;
  text-decoration: none;
}
.footer ul.sub-nav li a:hover {
  color: #2d2a3c;
  text-decoration: underline;
}

.footer ul.sub-nav.programs > li:not(:last-of-type) > a {
  margin-left: 8px;
}

.footer ul.programs.sub-nav > li:nth-of-type(1),
.footer ul.programs.sub-nav > li:nth-of-type(5) {
  font-weight: 500;
}

.footer ul.programs li:nth-of-type(5),
.footer ul.programs li:nth-of-type(9) {
  margin-top: 24px;
}

div.global-footer-contact {
  padding-bottom: 112px;
}

div.covid-banner {
  align-items: center;
  background-color: #eeeef4;
  bottom: 8px;
  left: 0;
  height: 64px;
  justify-content: center;
  padding: 8px 16px 8px 16px;
  position: absolute;
  transition: all 0.25s ease-in-out;
  width: 100%;
}
div.covid-banner > div {
  align-items: center;
  display: flex;
  font-size: 0.889em;
  height: 100%;
  justify-content: center;
}
div.covid-banner > div > div:nth-of-type(1) {
  line-height: 1em;
}
div.covid-banner > div > div:nth-of-type(2) {
  margin-left: 24px;
}
div.covid-banner > div > div:nth-of-type(2) a {
  border-color: #595478;
  color: #595478;
}
div.covid-banner > div > div:nth-of-type(2) a:hover {
  background-color: #595478;
  color: #ffffff;
}

section.container--legal {
  background-color: #ffffff;
  font-size: 0.778em;
  padding-bottom: 64px;
  padding-top: 0;
  position: relative;
}

@media screen and (min-width: 768px) {
  div.legal {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  div.legal .tax-info, div.legal .social-copyright {
    width: calc(50% - 8px);
  }
}
div.legal .donate {
  margin-bottom: 24px;
  margin-top: 8px;
  width: 100%;
}
div.legal .tax-info :last-child {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  div.legal .social-copyright {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    line-height: 1.778em;
    justify-content: flex-end;
  }
}
div.legal ul.social-media {
  list-style: none;
  display: flex;
  height: 24px;
  margin: 0 0 16px 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  div.legal ul.social-media {
    justify-content: flex-start;
    margin: 24px 0;
  }
}
@media screen and (min-width: 768px) {
  div.legal ul.social-media {
    justify-content: flex-end;
    margin-top: 0;
  }
}
div.legal ul.social-media li:not(:first-of-type) {
  margin-left: 48px;
}
div.legal ul.social-media a {
  color: #595478;
}
div.legal ul.social-media a:hover {
  color: #2d2a3c;
}
div.legal ul.social-media i {
  font-size: 1.75em;
}
@media screen and (min-width: 768px) {
  div.legal .copyright-policy {
    text-align: right;
  }
}
@media screen and (max-width: 1023px) {
  div.legal .copyright-policy span {
    display: block;
  }
}

#favoriteDayOfTheWeek {
  display: none;
}

@media screen and (min-width: 768px) {
  div.form--two-column {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  div.form--two-column .left-column {
    padding-right: 16px;
    width: 50%;
  }
  div.form--two-column .right-column {
    padding-left: 16px;
    width: 50%;
  }
}

div.contact-form fieldset,
div.information-packet--form fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.fields {
  margin-bottom: 24px;
}
.fields > label {
  display: block;
  font-weight: 500;
  margin: 0 0 8px 0;
}
.fields > label.required::after {
  color: #ff864d;
  content: "*";
  padding-left: 4px;
}
.fields input {
  background-color: #eeeef4;
  border: none;
  font-family: "Effra", Arial, sans-serif;
  font-size: 1em;
  height: 48px;
  outline: none;
  padding: 16px 16px 16px 16px;
  max-width: 400px;
  width: 100%;
}
.fields textarea {
  background-color: #eeeef4;
  border: 0;
  font-family: "Effra", Arial, sans-serif;
  font-size: 1em;
  height: 156px;
  outline: none;
  padding: 16px;
  resize: none;
  vertical-align: top;
  width: 100%;
}
.fields button {
  background-color: #595478;
  border: none;
  border-radius: 3px 3px 3px 3px;
  color: #ffffff;
  font-size: 1em;
  height: 48px;
  outline: none;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  .fields button {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .fields button {
    width: 280px;
  }
}
.fields button:hover {
  background-color: #2d2a3c;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 768px) {
  .fields.one-line {
    display: flex;
    justify-content: center;
  }
}
@media screen and (min-width: 768px) {
  .fields.one-line label {
    align-items: center;
    display: flex;
    margin-bottom: 0;
    margin-right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .fields.one-line button {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
}
@media screen and (min-width: 768px) {
  .fields.one-line button {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
  }
}
.fields.hidden {
  display: none;
}

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

.submit {
  padding-top: 24px;
}

.checkbox,
.radio {
  align-items: center;
  display: flex;
  margin-bottom: 16px;
}

.jcf-checkbox,
.jcf-radio {
  border: 3px solid #097cbf;
  cursor: default;
  display: inline-block;
  height: 24px;
  margin: 0 16px 0 0;
  overflow: hidden;
  position: relative;
  vertical-align: top;
  width: 24px;
}

.jcf-checkbox span {
  border: solid #097cbf;
  border-width: 0 0 3px 3px;
  display: none;
  height: 6px;
  left: 50%;
  margin: -3px 0 0 -6px;
  position: absolute;
  transform: rotate(-45deg);
  top: 50%;
  width: 11px;
}
.jcf-checkbox input[type=checkbox] {
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jcf-checkbox.jcf-checked span {
  display: block;
}

.jcf-radio {
  border-radius: 50%;
}
.jcf-radio span {
  background: #097cbf;
  border-radius: 50%;
  bottom: 4px;
  display: none;
  left: 4px;
  position: absolute;
  right: 4px;
  top: 4px;
}
.jcf-radio input[type=radio] {
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.jcf-radio.jcf-checked span {
  display: block;
}

section.container--guidelines-selector {
  background-color: #eeeef4;
}

div.guidelines-search {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}
@media screen and (min-width: 768px) {
  div.guidelines-search {
    margin-bottom: 32px;
  }
}
div.guidelines-search .guidelines-search--download {
  width: calc(33.333% - 16px);
}
@media screen and (max-width: 767px) {
  div.guidelines-search .guidelines-search--download {
    display: none;
  }
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  div.guidelines-search .guidelines-search--download ul.button-body li a {
    font-size: 0.813em;
  }
}
@media screen and (max-width: 767px) {
  div.guidelines-search .guidelines-search--input {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  div.guidelines-search .guidelines-search--input {
    width: calc(66.666% - 17.5px);
  }
}
div.guidelines-search .guidelines-search--input form {
  display: flex;
  justify-content: space-between;
  position: relative;
  width: 100%;
}
div.guidelines-search .guidelines-search--input input {
  background-color: #ffffff;
  border: none;
  border-radius: 3px 0 0 3px;
  font-size: 1em;
  height: 48px;
  outline: none;
  padding: 8px 16px;
  width: calc(100% - 48px);
  -webkit-appearance: none;
}
div.guidelines-search .guidelines-search--input input[type=reset] {
  align-items: center;
  background-color: #cccccc;
  border-radius: 12px;
  color: #ffffff;
  display: block;
  font-size: 0.778em;
  height: 24px;
  justify-content: center;
  padding: 0;
  position: absolute;
  right: 64px;
  transition: all 0.25s ease-in-out;
  top: 12px;
  width: 64px;
  z-index: 10;
}
div.guidelines-search .guidelines-search--input input[type=reset]:hover {
  background-color: #999999;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}
div.guidelines-search .guidelines-search--input input[type=submit] {
  background-color: #595478;
  background-image: url(/uploads/img/search-icon.svg);
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0 3px 3px 0;
  color: #ffffff;
  height: 48px;
  padding: 0;
  transition: all 0.25s ease-in-out;
  width: 48px;
}
div.guidelines-search .guidelines-search--input input[type=submit]:hover {
  background-color: #2d2a3c;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 767px) {
  div.guidelines-selector h3.mobile-heading {
    border: 1px solid #595478;
    color: #595478;
    cursor: pointer;
    padding: 8px 16px;
  }
}
@media screen and (min-width: 768px) {
  div.guidelines-selector h3.mobile-heading {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  div.guidelines-selector h3.desktop-heading {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  div.guidelines-selector h3.desktop-heading {
    height: 48px;
    position: relative;
    transition: all 0.25s ease-in-out;
  }
}
div.guidelines-selector h3.desktop-heading .center,
div.guidelines-selector h3.desktop-heading .start-center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.25s ease-in-out;
}
div.guidelines-selector h3.desktop-heading .slide-right {
  position: absolute;
  left: 0;
  transition: all 0.25s ease-in-out;
}
@media screen and (max-width: 767px) {
  div.guidelines-selector .guidelines-selector--sections,
div.guidelines-selector .guidelines-selector--sections--search {
    border: 1px solid #595478;
    border-top: none;
    padding: 24px;
  }
}
@media screen and (min-width: 768px) {
  div.guidelines-selector .guidelines-selector--sections,
div.guidelines-selector .guidelines-selector--sections--search {
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  div.guidelines-selector .guidelines-selector--sections .section--batch > :first-child,
div.guidelines-selector .guidelines-selector--sections--search .section--batch > :first-child {
    margin-top: 0;
  }
  div.guidelines-selector .guidelines-selector--sections .section--batch > :last-child,
div.guidelines-selector .guidelines-selector--sections--search .section--batch > :last-child {
    margin-bottom: 0;
  }
  div.guidelines-selector .guidelines-selector--sections .section--batch:nth-of-type(1),
div.guidelines-selector .guidelines-selector--sections--search .section--batch:nth-of-type(1) {
    width: 265px;
  }
  div.guidelines-selector .guidelines-selector--sections .section--batch:nth-of-type(2),
div.guidelines-selector .guidelines-selector--sections--search .section--batch:nth-of-type(2) {
    width: 346px;
  }
  div.guidelines-selector .guidelines-selector--sections .section--batch:nth-of-type(3),
div.guidelines-selector .guidelines-selector--sections--search .section--batch:nth-of-type(3) {
    width: 362px;
  }
}
@media screen and (max-width: 767px) {
  div.guidelines-selector .guidelines-selector--sections {
    display: none;
  }
}
div.guidelines-selector .guidelines-selector--sections-title {
  color: #595478;
  margin-bottom: 16px;
  transition: all 0.25s ease-in-out;
}
div.guidelines-selector .guidelines-selector--sections-title.active {
  font-weight: 500;
}
div.guidelines-selector .guidelines-selector--sections-title:hover {
  color: #000000;
  cursor: pointer;
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 767px) {
  section.container--guidelines-detail {
    padding: 0;
  }
}
@media screen and (min-width: 768px) {
  section.container--guidelines-detail {
    padding-top: 0;
  }
  section.container--guidelines-detail::before {
    background-color: #eeeef4;
    content: "";
    height: 128px;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: -1;
  }
}

div.guidelines-detail .guidelines-detail--title {
  background-color: #595478;
  color: #ffffff;
  height: 48px;
  overflow: hidden;
  position: -webkit-sticky;
  position: sticky;
  top: 64px;
  width: 100%;
  z-index: 99;
}
div.guidelines-detail .guidelines-detail--title .guidelines-chevron {
  z-index: 100;
}
div.guidelines-detail .guidelines-detail--title .guidelines-chevron::after {
  content: "";
  height: 48px;
  left: -18px;
  position: absolute;
  top: -18px;
  transform: rotate(-45deg);
  width: 48px;
  z-index: 1;
}
div.guidelines-detail .guidelines-detail--title .guidelines-chevron.no-prev, div.guidelines-detail .guidelines-detail--title .guidelines-chevron.no-next {
  display: none;
}
div.guidelines-detail .guidelines-detail--title .guidelines-title {
  align-items: center;
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  right: -100%;
  transition: all 1s ease-in-out;
  width: calc(100% - 96px);
}
div.guidelines-detail .guidelines-detail--title .guidelines-title.active {
  right: 48px;
  transition: all 1s ease-in-out;
}
div.guidelines-detail .guidelines-detail--title .guidelines-title.go-left {
  right: 100%;
  transition: all 1s ease-in-out;
}
div.guidelines-detail .guidelines-detail--title .guidelines-title.go-right {
  right: -100%;
  transition: all 1s ease-in-out;
}
div.guidelines-detail .guidelines-detail--title .guidelines-detail--title-indicator {
  font-weight: 500;
  line-height: 1em;
}
div.guidelines-detail .guidelines-detail--content {
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 767px) {
  div.guidelines-detail .guidelines-detail--content {
    margin: 0 16px;
  }
}
div.guidelines-detail .guidelines-detail--content .guidelines-content {
  background-color: #ffffff;
  padding: 24px 16px;
  position: absolute;
  right: -100%;
  top: 0;
  transition: all 1s ease-in-out;
  width: 100%;
}
div.guidelines-detail .guidelines-detail--content .guidelines-content.active {
  position: relative;
  right: 0;
  transition: all 1s ease-in-out;
  z-index: 1;
}
div.guidelines-detail .guidelines-detail--content .guidelines-content.go-left {
  right: 100%;
  transition: all 1s ease-in-out;
}
div.guidelines-detail .guidelines-detail--content .guidelines-content.go-right {
  right: -100%;
  transition: all 1s ease-in-out;
}
div.guidelines-detail .guidelines-detail--content .guidelines-content > :first-child {
  margin-top: 0;
}
div.guidelines-detail .guidelines-detail--content .guidelines-content > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  div.mobile-download {
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 768px) {
  div.mobile-download {
    display: none;
  }
}

div.questions h4 {
  margin-bottom: 8px;
  padding-bottom: 8px;
}
div.questions > :first-child {
  margin-top: 0;
}
div.questions > :last-child {
  margin-bottom: 0;
}

div.guidelines-content table + table {
  margin-top: 24px;
}

p.given-membership-groups + table td,
p.given-membership-groups + table + table td,
p.given-membership-groups + table + table + table td {
  width: 20%;
}

p.sharing-balance-table + table tr td:nth-of-type(1) {
  width: 10%;
}
p.sharing-balance-table + table tr td:nth-of-type(2) {
  width: 50%;
}
p.sharing-balance-table + table tr td:nth-of-type(3) {
  width: 20%;
}
p.sharing-balance-table + table tr td:nth-of-type(4) {
  width: 20%;
}

p.accumlated-accounts + table tr td {
  width: 25%;
}

body:not(.page--home) .header {
  background-color: #ffffff;
}

section.container--sitewide--alert.remove-banner,
section.container--homepage--alert.remove-banner {
  display: none;
}

section.container--sitewide--alert ~ .header,
section.container--homepage--alert ~ .header {
  top: 64px;
  transition: top 1s ease 0s;
}

section.container--sitewide--alert.remove-banner ~ .header,
section.container--homepage--alert.remove-banner ~ .header {
  top: 0;
  transition: top 1s ease 0s;
}

.header {
  position: sticky;
  top: 0;
  width: 100%;
  z-index: 100;
  transition: all 0.25s ease-in-out;
}
.header.sticky {
  background-color: #ffffff;
  top: 0 !important;
  transition: all 0.25s ease-in-out;
}
.header ul {
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 1023px) {
  .header ul {
    width: 100%;
  }
}
.header ul a {
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.header ul a:hover {
  transition: all 0.25s ease-in-out;
}

@media screen and (max-width: 1023px) {
  .global-nav-container {
    background-color: #595478;
    overflow-y: auto;
  }
}
@media screen and (min-width: 1024px) {
  .global-nav-container {
    padding: 0 16px 0 16px;
  }
}
.global-nav-container .global-nav {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (min-width: 1024px) {
  .global-nav-container .global-nav {
    box-shadow: 0 10px 10px -7px rgba(21, 21, 21, 0.1);
  }
}
.global-nav-container .global-nav .brand {
  height: 32px;
  margin: 16px 24px 16px 24px;
  width: 126px;
}
@media screen and (min-width: 1024px) {
  .global-nav-container .global-nav .brand {
    height: 48px;
    margin: 24px 0 24px 0;
    width: 200px;
    transition: all 0.25s ease-in-out;
  }
}
.global-nav-container .global-nav .brand a {
  background-repeat: no-repeat;
  background-size: contain;
  display: block;
  height: 100%;
}
@media screen and (max-width: 1023px) {
  .global-nav-container .global-nav .brand a {
    background-image: url(/images/smi-logo-reverse.svg);
  }
}
@media screen and (min-width: 1024px) {
  .global-nav-container .global-nav .brand a {
    background-image: url(/images/smi-logo.svg);
  }
}

@media screen and (max-width: 1023px) {
  .mobile-bar {
    height: 24px;
    margin: 24px;
    width: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .mobile-bar {
    display: none;
  }
}
.mobile-bar a {
  display: flex;
  flex-wrap: wrap;
  height: 100%;
}
.mobile-bar a > div:nth-of-type(1) {
  align-self: flex-start;
}
.mobile-bar a > div:nth-of-type(2) {
  align-self: center;
}
.mobile-bar a > div:nth-of-type(3) {
  align-self: flex-end;
}
@media screen and (max-width: 1023px) {
  .mobile-bar .menu-bar {
    background-color: #ffffff;
    border-radius: 2px;
    height: 4px;
    opacity: 1;
    transition: all 0.25s ease-in-out;
    width: 100%;
  }
  .mobile-bar .menu-bar.top--menu-bar.open-menu {
    transform: rotate(45deg) translate(7px, 7px);
    transition: all 0.25s ease-in-out;
  }
  .mobile-bar .menu-bar.middle--menu-bar.open-menu {
    opacity: 0;
    transform: translateX(-200px);
    transition: all 0.25s ease-in-out;
  }
  .mobile-bar .menu-bar.bottom--menu-bar.open-menu {
    transform: rotate(-45deg) translate(7px, -7px);
    transition: all 0.25s ease-in-out;
  }
}

@media screen and (max-width: 1023px) {
  .programs-nav-container {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .programs-nav-container {
    background-color: #595478;
    color: #ffffff;
    padding: 0 24px 0 24px;
  }
}

.programs-nav .title {
  font-size: 1.223em;
}

@media screen and (min-width: 1024px) {
  .header.sticky .global-nav-container .global-nav .brand {
    height: 32px;
    margin: 16px 0 16px 0;
    transition: all 0.25s ease-in-out;
  }
}
section.container--ccpa-banner {
  align-items: center;
  background-color: #595478;
  bottom: 0;
  display: flex;
  min-height: 64px;
  justify-content: center;
  left: 0;
  padding: 24px 16px 24px 16px;
  position: fixed;
  right: 0;
  z-index: 99;
}

.ccpa-banner {
  color: #ffffff;
  font-size: 0.889em;
}
@media screen and (min-width: 1024px) {
  .ccpa-banner {
    align-items: center;
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1023px) {
  .ccpa-banner .ccpa-banner--message {
    margin-bottom: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .ccpa-banner .ccpa-banner--message {
    margin-right: 16px;
  }
}
.ccpa-banner .ccpa-banner--message a {
  color: #64ccc9;
  transition: all 0.25s ease-in-out;
}
.ccpa-banner .ccpa-banner--message a:hover {
  color: #eeeef4;
  transition: all 0.25s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .ccpa-banner .ccpa-banner--message-close {
    margin-left: 16px;
  }
}

.ccpa-banner--message-close ul.button-alert a {
  border-color: #ffffff;
  color: #ffffff;
}
.ccpa-banner--message-close ul.button-alert a:hover {
  background-color: #ffffff;
  color: #595478;
}

section.container--sitewide--alert,
section.container--homepage--alert {
  align-items: center;
  color: #000000;
  display: flex;
  min-height: 64px;
  justify-content: center;
  padding: 8px 16px 8px 16px;
  position: relative;
  transition: top 1s ease 0s;
  z-index: 99;
}
section.container--sitewide--alert .alert > div:first-of-type,
section.container--homepage--alert .alert > div:first-of-type {
  line-height: 1em;
}
section.container--sitewide--alert .alert > div:nth-of-type(even),
section.container--homepage--alert .alert > div:nth-of-type(even) {
  margin-left: 24px;
}
section.container--sitewide--alert p,
section.container--homepage--alert p {
  margin: 0 0 0 0;
}

section.container--sitewide--alert {
  background-color: #eeeef4;
}

section.container--homepage--alert {
  background-color: #ff6a39;
}

div.alert {
  align-items: center;
  display: flex;
  font-size: 0.889em;
  justify-content: center;
}

ul.button-alert {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  justify-content: space-between;
}
ul.button-alert li {
  height: 40px;
  width: 120px;
}
ul.button-alert a {
  align-items: center;
  border: 2px solid;
  border-radius: 3px;
  display: flex;
  height: 100%;
  justify-content: center;
  text-decoration: none;
  width: 100%;
}

section.container--sitewide--alert ul.button-alert a {
  border-color: #595478;
  color: #595478;
}
section.container--sitewide--alert ul.button-alert a:hover {
  background-color: #2d2a3c;
  color: #ffffff;
}

section.container--homepage--alert ul.button-alert a {
  border-color: #000000;
  color: #000000;
}
section.container--homepage--alert ul.button-alert a:hover {
  background-color: #000000;
  color: #ffffff;
}

section.container__given-pause-banner ul.button-alert a {
  border-color: #000000;
  color: #000000;
}
section.container__given-pause-banner ul.button-alert a:hover {
  background-color: #000000;
  color: #ffffff;
}

section.container--home-banner {
  background-image: url(/uploads/img/home-banner-member-story-gregg-courtney.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 24px 0 24px;
}
@media screen and (max-width: 767px) {
  section.container--home-banner {
    background-image: url(/uploads/img/home-banner-member-story-gregg-courtney-mobile.jpg);
  }
}
@media screen and (min-width: 1024px) {
  section.container--home-banner {
    margin-top: -96px;
  }
}

@media screen and (max-width: 1023px) {
  .home-banner {
    height: 600px;
    padding: 16px 0 16px 0;
  }
}
@media screen and (min-width: 1024px) {
  .home-banner {
    display: flex;
    flex-wrap: wrap;
    height: 576px;
    padding: 112px 0 48px 0;
  }
}
@media screen and (min-width: 1600px) {
  .home-banner {
    height: 640px;
  }
}
@media screen and (min-width: 768px) {
  .home-banner h1 {
    align-self: center;
    padding-right: 50%;
  }
}
.home-banner .home-banner--case-study {
  font-size: 0.889em;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .home-banner .home-banner--case-study {
    margin-top: 96px;
  }
}
@media screen and (min-width: 768px) {
  .home-banner .home-banner--case-study {
    margin-top: auto;
  }
}
.home-banner .home-banner--case-study p {
  line-height: 1.334em;
  margin: 0 0 0 0;
}

@media screen and (max-width: 767px) {
  .sharing-programs > div,
.program-features > div {
    margin-top: 64px;
  }
}

@media screen and (max-width: 767px) {
  .sharing-programs .program-features--app,
.program-features .program-features--app {
    margin-top: 64px;
  }
}
@media screen and (min-width: 768px) {
  .sharing-programs,
.program-features {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .sharing-programs .sharing-program--program,
.sharing-programs .program-features--card,
.sharing-programs .program-features--app,
.program-features .sharing-program--program,
.program-features .program-features--card,
.program-features .program-features--app {
    max-width: 400px;
    width: calc(50% - 40px);
  }
  .sharing-programs .sharing-program--program,
.program-features .sharing-program--program {
    padding-bottom: 64px;
    position: relative;
  }
  .sharing-programs .program-features--card,
.program-features .program-features--card {
    margin-bottom: 48px;
  }
  .sharing-programs ul.button-body,
.program-features ul.button-body {
    bottom: 0;
    position: absolute;
    width: 100%;
  }
}
.sharing-programs .image,
.program-features .image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 200px;
  margin-bottom: 32px;
}

.sharing-program--given,
.sharing-program--classicBasic {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .sharing-program--given,
.sharing-program--classicBasic {
    max-width: 360px;
  }
}

@media screen and (max-width: 1023px) {
  .container--health-sharing-overview.continue--reverse-bg {
    padding-top: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .container--health-sharing-overview.continue--reverse-bg {
    padding-top: 80px;
  }
}
.container--health-sharing-overview.continue--reverse-bg.continue--reverse-bg::before {
  height: 128px;
}

.health-sharing-overview .card p {
  line-height: 2em;
}

section.container--slider {
  background-color: #eeeef4;
}
section.container--slider .swiper-pagination {
  bottom: auto;
  position: relative;
}

.swiper-container {
  width: 100%;
}

.swiper-pagination-bullet {
  background-color: #9f8fca !important;
  border-radius: 50%;
  height: 16px !important;
  margin: 0 8px 0 8px;
  outline: none;
  overflow: hidden;
  text-indent: 100%;
  transition: all 0.25s ease-in-out;
  width: 16px !important;
}

.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active {
  background-color: #2d2a3c !important;
  cursor: pointer;
  transition: all 0.25s ease-in-out;
}

@media screen and (min-width: 768px) {
  .slider {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
  .slider .slider--image,
.slider .slider--copy {
    width: calc(50% - 40px);
  }
}
.slider .slider--image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media screen and (max-width: 767px) {
  .slider .slider--image {
    height: 200px;
  }
}
@media screen and (min-width: 768px) {
  .slider .slider--image {
    height: 304px;
  }
}

section.container--across-america {
  margin-top: 48px;
  padding: 0 0 0 0 !important;
}

.across-america--mobile,
.across-america--desktop {
  position: relative;
  padding-top: 24%;
}
.across-america--mobile img,
.across-america--desktop img {
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .across-america--desktop {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  .across-america--mobile {
    display: none;
  }
}
@media screen and (min-width: 1024px) {
  section.container--join-intro .join-intro h1,
section.container--join-intro .join-intro p {
    text-align: center;
  }
}

body.page--join div.join-given h3::before {
  color: #ff6a39;
  content: "* This sign up period ends December 15th.";
  font-size: 0.593em;
  font-weight: 500;
  position: absolute;
  top: -32px;
}

section.container--join {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  div.join .large-card {
    padding-bottom: 152px;
  }
}
div.join .large-card i {
  margin-right: 16px;
}
div.join .large-card .align-bottom {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 767px) {
  div.join .large-card .align-bottom {
    margin-top: 48px;
  }
}
@media screen and (min-width: 768px) {
  div.join .large-card .align-bottom {
    bottom: 24px;
    position: absolute;
    width: calc(100% - 64px);
  }
}
@media screen and (min-width: 1024px) {
  div.join .large-card .align-bottom {
    bottom: 48px;
    width: calc(100% - 128px);
  }
}
div.join .large-card .align-bottom p {
  margin: 32px 0 32px 0;
}
div.join .large-card .align-bottom > :first-child {
  margin-top: 0;
}
div.join .large-card .align-bottom > :last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 767px) {
  div.join-classicBasic ul.button-body {
    margin-top: 32px;
  }
}
@media screen and (min-width: 768px) {
  div.join-classicBasic ul.button-body {
    margin-top: 64px;
  }
}

@media screen and (min-width: 1024px) {
  div.section-columns {
    display: flex;
    justify-content: space-between;
    margin: 0 auto 0 auto;
    max-width: 1312px;
    padding: 0 16px 0 16px;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) {
  section.container--get-started {
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 32px);
  }
}

section.container--already-member {
  max-width: 600px;
}
@media screen and (max-width: 1023px) {
  section.container--already-member {
    padding: 0 0 0 0 !important;
  }
}
@media screen and (min-width: 1024px) {
  section.container--already-member {
    padding-left: 0;
    padding-right: 0;
    width: calc(50% - 32px);
  }
}

@media screen and (max-width: 1023px) {
  div.already-member {
    display: flex;
    flex-direction: column-reverse;
  }
}
div.already-member .featured-image--get-started {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  div.already-member .featured-image--get-started {
    height: 448px;
  }
}
@media screen and (min-width: 1024px) {
  div.already-member .featured-image--get-started {
    height: 400px;
    max-width: 600px;
  }
}
@media screen and (max-width: 1023px) {
  div.already-member .already-member--sign-in {
    padding: 0 16px 64px 16px;
  }
}
@media screen and (min-width: 1024px) {
  div.already-member .already-member--sign-in {
    padding-top: 64px;
  }
}
div.already-member .already-member--sign-in p {
  margin: 8px 0 8px 0;
}

@media screen and (min-width: 768px) {
  div.columns {
    display: flex;
    justify-content: space-between;
  }
  div.columns .container--stories-header {
    width: calc(40% - 16px);
  }
  div.columns .container--stories-thumbnails {
    width: calc(60% - 16px);
  }
}

div.stories-thumbnails ul.stories {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
div.stories-thumbnails ul.stories::after {
  content: "";
  flex: auto;
}
div.stories-thumbnails ul.stories li {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 216px;
  width: calc(50% - 4px);
}
@media screen and (min-width: 768px) {
  div.stories-thumbnails ul.stories li {
    height: 280px;
  }
}
@media screen and (min-width: 1024px) {
  div.stories-thumbnails ul.stories li {
    width: calc(33.333% - 11px);
  }
}
@media screen and (max-width: 1023px) {
  div.stories-thumbnails ul.stories li:nth-of-type(even) {
    margin: 0 0 8px 8px;
  }
}
@media screen and (min-width: 1024px) {
  div.stories-thumbnails ul.stories li:not(:nth-of-type(3n+1)) {
    margin: 0 0 16px 16px;
  }
}
div.stories-thumbnails ul.stories li a {
  align-items: center;
  background-color: rgba(100, 204, 201, 0);
  color: rgba(255, 255, 255, 0);
  display: flex;
  font-weight: 400;
  height: 100%;
  line-height: 1em;
  justify-content: center;
  padding: 8px 8px 8px 8px;
  text-align: center;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
div.stories-thumbnails ul.stories li a:hover {
  background-color: rgba(100, 204, 201, 0.75);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  color: white;
  transition: all 0.25s ease-in-out;
}

span.member-story--name {
  display: block;
  font-family: "Effra", Arial, sans-serif;
  font-size: 0.45em;
  font-weight: 500;
  line-height: 1.778em;
}

@media screen and (min-width: 1024px) {
  div.programs-nav {
    align-items: center;
    display: flex;
    height: 48px;
    justify-content: flex-start;
  }

  ul.visible-sub-nav {
    display: flex;
    justify-content: space-between;
  }
  ul.visible-sub-nav li {
    align-items: center;
    display: flex;
    justify-content: center;
    margin-left: 64px;
  }
  ul.visible-sub-nav a {
    color: #ffffff;
    display: block;
    position: relative;
    text-decoration: none;
    transition: all 0.25s ease-in-out;
  }

  section.given .programs-nav ul.visible-sub-nav a.active::after {
    background-color: #64ccc9;
    border-radius: 2px;
    bottom: -5px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transition: all 0.25s ease-in-out;
    width: 100%;
  }
  section.given .programs-nav ul.visible-sub-nav a::after {
    border-radius: 2px;
    bottom: -5px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transition: all 0.25s ease-in-out;
    width: 100%;
  }
  section.given .programs-nav ul.visible-sub-nav a:hover::after {
    background-color: #64ccc9;
    transition: all 0.25s ease-in-out;
  }
  section.given .programs-nav ul.visible-sub-nav a::after {
    bottom: 0 !important;
  }

  section.classicbasic .programs-nav ul.visible-sub-nav a.active::after {
    background-color: #9f8fca;
    border-radius: 2px;
    bottom: -5px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transition: all 0.25s ease-in-out;
    width: 100%;
  }
  section.classicbasic .programs-nav ul.visible-sub-nav a::after {
    border-radius: 2px;
    bottom: -5px;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transition: all 0.25s ease-in-out;
    width: 100%;
  }
  section.classicbasic .programs-nav ul.visible-sub-nav a:hover::after {
    background-color: #9f8fca;
    transition: all 0.25s ease-in-out;
  }
  section.classicbasic .programs-nav ul.visible-sub-nav a::after {
    bottom: 0 !important;
  }
}
div.global ul.sub-nav {
  display: none;
}
@media screen and (max-width: 1023px) {
  div.global ul.sub-nav {
    background-color: #271f41;
    border-bottom: 1px solid #9f8fca;
    flex-wrap: wrap;
    padding: 16px 0 16px 0;
  }
}
@media screen and (min-width: 1024px) {
  div.global ul.sub-nav {
    background-color: #2d2a3c;
    border-radius: 3px;
    left: -33px;
    padding: 16px 16px 16px 16px;
    position: absolute;
    top: 48px;
    width: 412px;
    z-index: 1000;
  }
}
@media screen and (max-width: 1023px) {
  div.global ul.sub-nav > li {
    width: 100%;
  }
}
div.global ul.sub-nav > li > a {
  align-items: center;
  border-left: 5px solid rgba(100, 204, 201, 0);
  color: #ffffff;
  display: flex;
  height: 56px;
  padding: 0 72px 0 16px;
  position: relative;
}
div.global ul.sub-nav > li > a::after {
  content: "";
  height: 8px !important;
  right: 32px;
  transform: rotate(-45deg);
  top: 24px;
  width: 8px !important;
  border-bottom: 4px solid #64ccc9;
  border-right: 4px solid #64ccc9;
  height: 12px;
  position: absolute;
  width: 12px;
  transition: all 0.25s ease-in-out;
}
div.global ul.sub-nav > li > a:hover {
  background-color: rgba(255, 255, 255, 0.1);
  border-left-color: #64ccc9;
}

@media screen and (min-width: 768px) {
  .global ul.sub-nav.programs {
    flex-wrap: wrap;
    height: 345px;
    justify-content: space-between;
  }
}
@media screen and (max-width: 1023px) {
  .global ul.sub-nav.programs {
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .global ul.sub-nav.programs {
    width: 520px;
  }
}
@media screen and (max-width: 767px) {
  .global ul.sub-nav.programs li {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .global ul.sub-nav.programs li {
    width: calc(50% - 12px);
  }
  .global ul.sub-nav.programs li:nth-of-type(1) {
    order: 1;
  }
  .global ul.sub-nav.programs li:nth-of-type(2) {
    order: 3;
  }
  .global ul.sub-nav.programs li:nth-of-type(3) {
    order: 5;
  }
  .global ul.sub-nav.programs li:nth-of-type(4) {
    order: 7;
  }
  .global ul.sub-nav.programs li:nth-of-type(5) {
    order: 2;
  }
  .global ul.sub-nav.programs li:nth-of-type(6) {
    order: 4;
  }
  .global ul.sub-nav.programs li:nth-of-type(7) {
    order: 6;
  }
  .global ul.sub-nav.programs li:nth-of-type(8) {
    order: 8;
  }
  .global ul.sub-nav.programs li:nth-of-type(9) {
    order: 9;
    width: 100%;
  }
}

div.global .sub-nav-heading {
  color: #64ccc9;
  cursor: not-allowed;
  font-size: 1.125em;
  height: 56px;
  padding: 16px 16px 16px calc(16px + 4px);
}

@media screen and (min-width: 1024px) {
  div.global ul.sub-nav.programs > li:last-of-type {
    border-top: 1px solid rgba(255, 255, 255, 0.5);
    margin-top: 16px;
    padding-top: 16px;
  }
}
@media screen and (max-width: 1023px) {
  div.global ul.sub-nav.programs > li:last-of-type a {
    color: #64ccc9;
  }
}

div.global ul.sub-nav.stories {
  height: 224px;
  flex-wrap: wrap;
}
div.global ul.sub-nav.stories > li:not(:last-of-type) {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  height: 104px;
  width: calc(33.333% - 16px);
}
div.global ul.sub-nav.stories > li:not(:last-of-type) > a {
  background-color: rgba(100, 204, 201, 0);
  border: none;
  display: flex;
  height: 100%;
  justify-content: center;
  line-height: 1.334em;
  padding: 8px 8px 8px 8px;
  text-align: center;
  width: 100%;
}
@media screen and (max-width: 1023px) {
  div.global ul.sub-nav.stories > li:not(:last-of-type) > a {
    color: rgba(255, 255, 255, 0.75);
  }
}
@media screen and (min-width: 1024px) {
  div.global ul.sub-nav.stories > li:not(:last-of-type) > a {
    color: rgba(255, 255, 255, 0);
  }
}
div.global ul.sub-nav.stories > li:not(:last-of-type) > a::after {
  display: none;
}
div.global ul.sub-nav.stories > li:not(:last-of-type) > a:hover {
  background-color: rgba(100, 204, 201, 0.75);
  border: none;
  color: white;
}
div.global ul.sub-nav.stories > li {
  margin: 0 8px 0 8px;
}
div.global ul.sub-nav.stories > li:last-of-type {
  margin: 16px 0 0 0;
  width: 100%;
}

.footer ul.sub-nav.stories > li {
  background: none !important;
}

section.global-nav-container {
  padding: 0 0 0 0;
}
@media screen and (min-width: 1024px) {
  section.global-nav-container {
    padding-left: 24px;
    padding-right: 24px;
  }
}

div.global {
  font-size: 0.889em;
}
@media screen and (max-width: 1023px) {
  div.global {
    align-items: flex-start;
    background-color: #595478;
    color: #ffffff;
    flex-wrap: wrap;
    height: calc(100vh - 64px);
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  div.global {
    align-items: center;
    color: #595478;
    display: flex;
    justify-content: space-between;
  }
}
div.global.mobile {
  display: none;
}
div.global.desktop {
  display: flex;
}

@media screen and (max-width: 1023px) {
  div.global ul.main-nav {
    border-top: 1px solid #9f8fca;
    margin: 32px 0 32px 0;
  }
}
@media screen and (min-width: 1024px) {
  div.global ul.main-nav {
    display: flex;
    justify-content: space-between;
  }
}
div.global ul.main-nav > li {
  position: relative;
}
@media screen and (min-width: 1024px) {
  div.global ul.main-nav > li {
    margin-left: 32px;
  }
}
div.global ul.main-nav > li .nav-option {
  cursor: pointer;
}
@media screen and (max-width: 1023px) {
  div.global ul.main-nav > li .nav-option {
    align-items: center;
    border-bottom: 1px solid #9f8fca;
    border-left: 5px solid rgba(100, 204, 201, 0);
    display: flex;
    height: 64px;
    padding: 0 56px 0 56px;
  }
  div.global ul.main-nav > li .nav-option::before {
    content: "";
    height: 8px !important;
    left: 24px;
    transform: rotate(45deg);
    top: 24px;
    width: 8px !important;
    border-bottom: 4px solid #64ccc9;
    border-right: 4px solid #64ccc9;
    height: 12px;
    position: absolute;
    width: 12px;
    transition: all 0.25s ease-in-out;
  }
  div.global ul.main-nav > li .nav-option.active, div.global ul.main-nav > li .nav-option.perma-active {
    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) {
  div.global ul.main-nav > li .nav-option {
    position: relative;
  }
  div.global ul.main-nav > li .nav-option.active::after, div.global ul.main-nav > li .nav-option.perma-active::after, div.global ul.main-nav > li .nav-option::after {
    border-radius: 2px;
    bottom: 0;
    content: "";
    height: 4px;
    left: 0;
    position: absolute;
    transition: all 0.25s ease-in-out;
    width: 100%;
  }
  div.global ul.main-nav > li .nav-option.active::after, div.global ul.main-nav > li .nav-option.perma-active::after, div.global ul.main-nav > li .nav-option:hover::after {
    background-color: #64ccc9;
    transition: all 0.25s ease-in-out;
  }
}

div.global ul.button-nav {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 1023px) {
  div.global ul.button-nav {
    align-self: flex-end;
    background: linear-gradient(#595478, #595478 50%, #ffffff 50%, #ffffff);
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 128px 16px 128px 16px;
  }
}
@media screen and (min-width: 1024px) {
  div.global ul.button-nav {
    margin-left: 24px;
    width: 260px;
  }
}
@media screen and (min-width: 1280px) {
  div.global ul.button-nav {
    margin-left: 48px;
  }
}
div.global ul.button-nav > li {
  width: calc(50% - 4.375px);
}
@media screen and (min-width: 1024px) {
  div.global ul.button-nav > li {
    margin-left: 8px;
    min-width: 120px;
  }
}
div.global ul.button-nav > li > a {
  border: 2px solid #595478;
  border-radius: 3px;
  color: #595478;
  display: block;
  padding: 8px 8px 8px 8px;
  text-align: center;
  text-decoration: none;
}
div.global ul.button-nav > li > a:hover {
  background-color: #2d2a3c;
  color: #ffffff;
}
div.global ul.button-nav > li > a.active {
  color: #ffffff;
}
@media screen and (max-width: 1023px) {
  div.global ul.button-nav > li > a.active {
    border-color: #64ccc9;
  }
}
@media screen and (min-width: 1024px) {
  div.global ul.button-nav > li > a.active {
    background-color: #595478;
  }
}
div.global ul.button-nav > li > a.active:hover {
  background-color: #2d2a3c;
}
@media screen and (max-width: 1023px) {
  div.global ul.button-nav > li:nth-of-type(1) {
    order: 2;
  }
  div.global ul.button-nav > li:nth-of-type(2) {
    order: 3;
  }
  div.global ul.button-nav > li:nth-of-type(3) {
    margin-bottom: 32px;
    order: 1;
    width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  div.global ul.button-nav > li:nth-of-type(2) {
    display: none;
  }
}

section.container--program-cross-reference {
  background-color: #eeeef4;
  padding-bottom: 64px;
  padding-top: 48px;
}

div.program-cross-reference {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
div.program-cross-reference > * {
  width: 100%;
}
div.program-cross-reference > :first-child {
  margin-top: 0;
}
div.program-cross-reference > :last-child {
  margin-bottom: 0;
}

body.page-classicBasic-how .accordion h3:not(:first-of-type)::before,
body.page-classicBasic-how .large-card--steps ol li::before {
  background-color: #9f8fca;
}

body.page-classicBasic-how .reverse-bg,
body.page-classicBasic-how .continue--reverse-bg::before {
  background: linear-gradient(to right, #595478, #271f41);
}

@media screen and (min-width: 768px) {
  div.introduction-copy {
    align-items: center;
    display: flex;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  div.introduction-copy .introduction--illustration {
    height: 256px;
    margin: 0 auto 48px auto;
    width: 256px;
  }
}
@media screen and (min-width: 768px) {
  div.introduction-copy .introduction--illustration {
    height: 232px;
    width: calc(33.333% - 8px);
  }
}
@media screen and (max-width: 767px) {
  div.introduction-copy .introduction--copy {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  div.introduction-copy .introduction--copy {
    width: calc(66.667% - 8px);
  }
}

div.blog--see-more {
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767px) {
  p.back-to-blog {
    margin: 0 0 16px 0;
  }
}

section.container--blog--featured-image .blog--featured-image {
  width: 100%;
}
section.container--blog--featured-image .blog--featured-image img {
  height: 100%;
  max-height: 400px;
  max-width: 680px;
  width: 100%;
}

div.blog--post-header {
  padding-bottom: 24px;
  position: relative;
}
div.blog--post-header::after {
  background: linear-gradient(to right, #595478, #64ccc9);
  bottom: 0;
  content: "";
  height: 4px;
  position: absolute;
  width: 100%;
}
div.blog--post-header h1 {
  font-family: "Effra", Arial, sans-serif;
  font-weight: 500;
}
div.blog--post-header p {
  margin: 0 0 0 0;
}

div.global--large-image--square,
div.global--large-image--portrait {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
}

div.global--large-image--square {
  height: 400px;
}

div.global--large-image--portrait {
  height: 864px;
}

section.container--global--quote {
  padding-bottom: 0;
}
section.container--global--quote .global-quote--citation {
  font-family: "Effra", Arial, sans-serif;
  font-size: 0.625em;
  font-weight: 400;
}

section.container--program-switch {
  align-items: center;
  background-color: #eeeef4;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  display: flex;
  height: 64px;
  margin-top: 64px;
  padding: 0 16px 0 16px !important;
  position: sticky;
  top: 64px;
  z-index: 1;
}

div.program-switch {
  display: flex;
  justify-content: flex-start;
}
div.program-switch p {
  margin: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  div.program-switch p {
    display: none;
  }
}
div.program-switch ul.program-switch--options {
  display: flex;
  list-style: none;
  margin: 0 0 0 0;
  padding: 0 0 0 0;
}
@media screen and (max-width: 767px) {
  div.program-switch ul.program-switch--options {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  div.program-switch ul.program-switch--options li {
    text-align: center;
    width: 50%;
  }
}
@media screen and (min-width: 768px) {
  div.program-switch ul.program-switch--options li {
    padding: 0 32px 0 32px;
  }
}
div.program-switch ul.program-switch--options li:not(:first-of-type) {
  border-left: 1px solid #707070;
}
div.program-switch ul.program-switch--options li + li {
  margin-top: 0;
}
div.program-switch ul.program-switch--options a {
  color: #000000;
  cursor: pointer;
  font-weight: 500;
  line-height: 1.778em;
  text-decoration: none;
}

.given-section :first-child,
.classicBasic :first-child {
  margin-top: 0;
}

.given-section :last-child,
.classicBasic :last-child {
  margin-bottom: 0;
}

.given-section section:last-of-type,
.classicBasic section:last-of-type {
  padding-bottom: 48px;
}
@media screen and (min-width: 1024px) {
  .given-section section:last-of-type,
.classicBasic section:last-of-type {
    padding-bottom: 80px;
  }
}

.images {
  display: flex;
  flex-wrap: wrap;
}
.images .images--back,
.images .images--front {
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 15px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.25);
  height: 220px;
  max-width: 352px;
  width: 100%;
}
.images .caption--back,
.images .caption--front {
  font-size: 0.889em;
  margin-top: 8px;
  max-width: 350px;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .images .caption--front {
    margin-bottom: 24px;
  }
}
@media screen and (min-width: 768px) {
  .images .images--front {
    order: 1;
  }
  .images .images--back {
    margin-left: 16px;
    order: 2;
  }
  .images .caption--front {
    order: 3;
  }
  .images .caption--back {
    margin-left: 24px;
    order: 4;
  }
}

section.container--general-program-info {
  padding-bottom: 80px;
}

section.container--billing {
  background-color: #eeeef4;
}

section.reverse-bg,
section.reverse-bg--purple {
  color: #ffffff;
  padding: 64px 16px 64px 16px;
}
section.reverse-bg > :first-child,
section.reverse-bg--purple > :first-child {
  margin-top: 0;
}
section.reverse-bg > :last-child,
section.reverse-bg--purple > :last-child {
  margin-bottom: 0;
}
section.reverse-bg p a,
section.reverse-bg--purple p a {
  color: #ffffff;
}
section.reverse-bg p a:hover,
section.reverse-bg--purple p a:hover {
  color: #eeeef4;
}

section.reverse-bg {
  background: linear-gradient(to right, #595478, #64ccc9);
}

section.reverse-bg--purple {
  background: linear-gradient(to right, #595478, #271f41);
}

section.continue--reverse-bg,
section.continue--reverse-bg--purple {
  padding-top: 0;
}
section.continue--reverse-bg::before,
section.continue--reverse-bg--purple::before {
  content: "";
  height: 80px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

section.continue--reverse-bg::before {
  background: linear-gradient(to right, #595478, #64ccc9);
}

section.continue--reverse-bg--purple::before {
  background: linear-gradient(to right, #595478, #271f41);
}

.share-this {
  z-index: 50;
}
@media screen and (max-width: 1023px) {
  .share-this {
    max-width: 680px;
    margin: 0 auto 0 auto;
    padding: 16px 0 0 16px;
  }
}
@media screen and (min-width: 1024px) {
  .share-this {
    position: absolute;
    left: 50%;
  }
}
.share-this ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 1023px) {
  .share-this ul {
    display: flex;
  }
}
.share-this ul li {
  height: 32px;
  width: 32px;
}
@media screen and (max-width: 1023px) {
  .share-this ul li {
    margin-right: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .share-this ul li {
    margin-bottom: 16px;
  }
}
.share-this ul li + li {
  margin-top: 0;
}
.share-this a {
  align-items: center;
  background-color: #595478;
  border-radius: 50%;
  display: flex;
  height: 100%;
  justify-content: center;
  overflow: hidden;
  text-decoration: none;
  transition: all 0.25s ease-in-out;
}
.share-this a:hover {
  background-color: #64ccc9;
  transition: all 0.25s ease-in-out;
}
.share-this a i {
  color: #ffffff;
}

@media screen and (min-width: 1024px) {
  .page--member-stories--entry .share-this {
    transform: translateX(-436px) translateY(72px);
  }

  .page--blog--post .share-this {
    transform: translateX(-436px) translateY(16px);
  }
}
@media screen and (min-width: 1024px) and (min-width: 1024px) {
  .page--blog--post .share-this {
    top: 64px;
  }
}
div.sign-in {
  display: flex;
  flex-wrap: wrap;
  margin-top: 64px;
}
div.sign-in > div {
  flex-basis: calc(calc(768px - 32px - 100%) * 999);
  flex-grow: 1;
}
@media screen and (max-width: 767px) {
  div.sign-in > div:last-of-type {
    margin-top: 48px;
  }
}
div.sign-in > div ul.button-body {
  margin: 0 auto 0 auto;
}

div.title--you-should-know {
  margin-bottom: 32px;
}

@media screen and (min-width: 768px) {
  .you-should-know {
    display: flex;
    justify-content: space-between;
  }
  .you-should-know > div {
    width: calc(50% - 32px);
  }
}
div.classicBasic-comparison .large-card--single > div:not(:first-of-type):not(:last-of-type) {
  border-top: 1px solid #707070;
}
div.classicBasic-comparison .feature-comparison {
  display: flex;
  justify-content: space-between;
  padding: 32px 0 32px 0;
}
@media screen and (max-width: 767px) {
  div.classicBasic-comparison .feature-comparison {
    flex-wrap: wrap;
  }
}
div.classicBasic-comparison .feature-comparison p {
  margin: 0 0 0 0;
}
div.classicBasic-comparison .maternity-limit-note {
  font-weight: 400;
}
@media screen and (min-width: 768px) {
  div.classicBasic-comparison .maternity-limit-note {
    padding-left: 328px;
  }
}
@media screen and (min-width: 1024px) {
  div.classicBasic-comparison .maternity-limit-note {
    padding-left: 472px;
  }
}
@media screen and (min-width: 1200px) {
  div.classicBasic-comparison .maternity-limit-note {
    padding-left: 712px;
  }
}
div.classicBasic-comparison .icon {
  background-position: center center;
  background-repeat: no-repeat;
  height: 64px;
  width: 64px;
}
@media screen and (min-width: 768px) {
  div.classicBasic-comparison .icon {
    margin-right: 24px;
  }
}
@media screen and (max-width: 767px) {
  div.classicBasic-comparison .details {
    width: calc(100% - 80px);
  }
}
@media screen and (min-width: 768px) {
  div.classicBasic-comparison .details {
    width: calc(50% - 88px);
  }
}
div.classicBasic-comparison .details p {
  margin-top: 24px;
}
div.classicBasic-comparison .classic-amount,
div.classicBasic-comparison .basic-amount {
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 767px) {
  div.classicBasic-comparison .classic-amount,
div.classicBasic-comparison .basic-amount {
    margin: 24px 24px 0 24px;
    padding-top: 30px;
    width: 96px;
  }
  div.classicBasic-comparison .classic-amount::before,
div.classicBasic-comparison .basic-amount::before {
    color: #9f8fca;
    height: 24px;
    position: absolute;
    top: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  div.classicBasic-comparison .classic-amount,
div.classicBasic-comparison .basic-amount {
    margin: 0 0 0 0;
    margin-left: 48px;
    width: 176px;
  }
}
div.classicBasic-comparison .classic-amount .amount,
div.classicBasic-comparison .basic-amount .amount {
  display: block;
  font-size: 1.223em;
}
@media screen and (max-width: 767px) {
  div.classicBasic-comparison .classic-amount::before {
    content: "Classic";
  }
}
div.classicBasic-comparison .classic-amount p {
  position: relative;
}
@media screen and (max-width: 767px) {
  div.classicBasic-comparison .basic-amount::before {
    content: "Basic";
  }
}
div.classicBasic-comparison .basic-amount p {
  position: relative;
}

div.classicBasic-comparison div.feature-comparison:nth-of-type(1) .classic-amount p::after,
div.classicBasic-comparison div.feature-comparison:nth-of-type(1) .basic-amount p::after {
  content: "per month";
}

div.classicBasic-comparison div.feature-comparison:nth-of-type(2) .classic-amount p::after,
div.classicBasic-comparison div.feature-comparison:nth-of-type(2) .basic-amount p::after {
  font-weight: 200;
  padding-top: 24px;
}
@media screen and (min-width: 768px) {
  div.classicBasic-comparison div.feature-comparison:nth-of-type(2) .classic-amount p::after,
div.classicBasic-comparison div.feature-comparison:nth-of-type(2) .basic-amount p::after {
    position: absolute;
  }
}
div.classicBasic-comparison div.feature-comparison:nth-of-type(2) .classic-amount p::after {
  content: "Not offset by discounts";
}
div.classicBasic-comparison div.feature-comparison:nth-of-type(2) .basic-amount p::after {
  content: "Offset by discounts";
}

@media screen and (min-width: 768px) {
  div.classicBasic-comparison div.feature-comparison:first-of-type {
    padding-top: 80px;
  }
  div.classicBasic-comparison div.feature-comparison:first-of-type .classic-amount::before,
div.classicBasic-comparison div.feature-comparison:first-of-type .basic-amount::before {
    color: #9f8fca;
    height: 32px;
    left: -24px;
    position: absolute;
    top: -70px;
    width: 208px;
  }
}
@media screen and (min-width: 768px) and (min-width: 768px) {
  div.classicBasic-comparison div.feature-comparison:first-of-type .classic-amount::before,
div.classicBasic-comparison div.feature-comparison:first-of-type .basic-amount::before {
    font-size: 1.223em;
  }
}
@media screen and (min-width: 768px) {
  div.classicBasic-comparison div.feature-comparison:first-of-type .classic-amount::before {
    content: "Samaritan Classic";
  }
}
@media screen and (min-width: 768px) {
  div.classicBasic-comparison div.feature-comparison:first-of-type .basic-amount::before {
    content: "Samaritan Basic";
  }
}
.add-beta::after {
  border: 2px solid;
  border-radius: 10px;
  content: "Beta";
  font-family: "Effra", Arial, sans-serif;
  font-weight: 400;
  font-size: 0.667em;
  margin-left: 16px;
  padding: 4px 4px 4px 4px;
}

section.container__given-pause-banner {
  align-items: center;
  background-color: #ff6a39;
  display: none;
  justify-content: center;
  min-height: 64px;
  padding: 8px 16px 8px 16px;
  position: relative;
  transition: top 1s ease 0s;
  z-index: 99;
}
section.container__given-pause-banner div.given-pause-banner {
  align-items: center;
  display: flex;
  font-size: 0.889em;
  justify-content: center;
}
section.container__given-pause-banner div.given-pause-banner__copy {
  line-height: 1em;
}
section.container__given-pause-banner div.container__button-alert {
  margin: 0 0 0 24px;
}

@media screen and (max-width: 767px) {
  body#add-sub-nav.add-sticky-banner .program-comparison h3 {
    top: 192px;
  }
}
@media screen and (min-width: 767px) {
  body#add-sub-nav.add-sticky-banner .program-comparison h3 {
    top: 176px;
  }
}

@media screen and (max-width: 767px) {
  body.add-sticky-banner .program-comparison h3,
body.add-sticky-banner div.guidelines-detail .guidelines-detail--title {
    top: 144px;
  }
}
@media screen and (min-width: 767px) {
  body.add-sticky-banner .program-comparison h3,
body.add-sticky-banner div.guidelines-detail .guidelines-detail--title {
    top: 128px;
  }
}

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