@charset "UTF-8";

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

@import url("xvy2yns.css");

/*
 --- On Homepage:

 - Proxima Nova [Semibold, Regular] 
 - Miller Banner [Light, ] 
 - Miller Headline [Light]

 --- On Inner Pages:

 - Daikon [Semibold, Light] 
 - ChronicleDisplay [XLight]
 */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

/*  Fonts  */

/*  Colors  */

/* Transitions */

body.has-menu {
  overflow: hidden;
}

/* ------------------------------------------------------------ *\
	MEDIA QUERY MANAGER
\* ------------------------------------------------------------ */

@-ms-viewport {
  width: device-width;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col,
.col-auto,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm,
.col-sm-auto,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md,
.col-md-auto,
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg,
.col-lg-auto,
.col-xl-1,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66667%;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66667%;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.66667%;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-1 {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -webkit-box-ordinal-group: 6;
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -webkit-box-ordinal-group: 7;
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -webkit-box-ordinal-group: 8;
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -webkit-box-ordinal-group: 9;
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -webkit-box-ordinal-group: 10;
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -webkit-box-ordinal-group: 11;
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -webkit-box-ordinal-group: 12;
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -webkit-box-ordinal-group: 13;
  -ms-flex-order: 12;
  order: 12;
}

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -webkit-box-pack: start !important;
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -webkit-box-pack: justify !important;
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -webkit-box-align: start !important;
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -webkit-box-align: end !important;
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

html {
  height: 100%;
  overflow-y: scroll;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-overflow-scrolling: touch;
  scroll-behavior: smooth;
  font-size: 62.5%;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
}

body {
  height: 100%;
  padding: 0;
  margin: 0;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-color: #FFF;
  font-family: proxima-nova, sans-serif;
  font-size: 1.5rem;
  line-height: 1.60;
}

*,
*::after,
*::before {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

*::after,
*::before {
  pointer-events: none;
}

.cf,
.clear,
.clearfix {
  overflow: auto;
}

.mobile-nav__button {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nav-item {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: #535353;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav-item:hover {
  color: #E2E2E2;
  -webkit-transition: .3s;
  transition: .3s;
}

.nav-items__left,
.nav-items__left__menu,
.nav-items__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.sidebar-menu__item a {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  line-height: 2;
  letter-spacing: 2px;
  color: #535353;
  text-transform: uppercase;
  -webkit-transition: .3s;
  transition: .3s;
}

.sidebar-menu__item a:hover {
  color: #E2E2E2;
  -webkit-transition: .3s;
  transition: .3s;
}

.flex-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pagination {
  padding: 4rem 0;
}

.pagination__prev {
  margin-right: 25px;
}

[data-fade-delay] {
  opacity: 0;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
}

[data-fade-delay].show {
  opacity: 1;
}

[data-vertical-shift] {
  -webkit-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
}

[data-vertical-shift].show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.u-text-color-white {
  color: #FFF;
}

.mobile-visible {
  display: none !important;
}

#wpadminbar {
  position: fixed;
}

.no-gutter {
  padding-right: 0;
  padding-left: 0;
}

.open-nav .overlay-screen {
  position: fixed;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: 99;
  background: rgba(204, 204, 204, 0.75);
  -webkit-transition: 1s;
  transition: 1s;
}

.top-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  height: auto;
  background-color: #fbf7f2;
  border-bottom: 0.1rem solid #dad6d2;
  -webkit-transition: background 0.4s, -webkit-box-shadow 0.4s;
  transition: background 0.4s, -webkit-box-shadow 0.4s;
  transition: background 0.4s, box-shadow 0.4s;
  transition: background 0.4s, box-shadow 0.4s, -webkit-box-shadow 0.4s;
}

body.admin-bar .top-nav {
  top: 32px;
}

body.home .top-nav {
  background-color: transparent;
  border: 0;
}

body.home.open-nav .top-nav {
  background-color: #fbf7f2;
}

.top-nav__inner {
  padding: 1.8rem 4.0rem;
  max-width: 108.6rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.top-nav__logo {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 220px;
}

.top-nav .nav-logo.show {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.nav-items__left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: auto;
  gap: 6.0rem;
}

.nav-items__left__menu {
  margin-right: 25px;
  color: #757575;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.nav-items__right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: auto;
}

.nav-items__right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
}

.nav-items__right ul li {
  margin-right: 4.9rem;
  position: relative;
}

.nav-items__right ul li:last-child {
  margin-right: 0;
}

.nav-items__right ul li a {
  display: inline-block;
  font-weight: 600;
  text-decoration: none;
  font-size: 1.3rem;
  font-weight: 400;
  -webkit-transition: color .3s ease-in;
  transition: color .3s ease-in;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.nav-items__right ul ul {
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #231f20;
  min-width: 12.0rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.nav-items__right ul ul a {
  color: #fff;
  display: block;
  padding: 0.3rem 1.0rem;
}

.nav-items__alert {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  background-color: #231f20;
  padding: 0.7rem 7.4rem;
}

.global-alert {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  overflow-x: auto;
}

.global-alert__message {
  position: relative;
  letter-spacing: 2px;
  font-size: 1.4rem;
  color: #fff;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: auto;
  margin-right: auto;
}

.global-alert__close {
  display: inline-block;
  vertical-align: top;
  position: absolute;
  top: 50%;
  right: 1.0rem;
  color: #fff;
  letter-spacing: 2px;
  font-size: 1.2rem;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.nav-item {
  margin-right: 25px;
  font-size: 14px;
  letter-spacing: 2px;
}

.nav-menu {
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  border: 0.1rem solid #9e9c9b;
  border-radius: 0.5rem;
  padding: 0.2rem 0.8rem;
  color: #9e9c9b;
  -webkit-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
  position: relative;
}

.nav-menu:before,
.nav-menu:after {
  content: ' ';
  position: absolute;
  top: 50%;
  left: -3.0rem;
  width: 2.0rem;
  height: 0.2rem;
  margin-top: -0.1rem;
  background-color: #231f20;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  pointer-events: all;
}

.nav-menu:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.nav-menu:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-menu > span {
  font-size: 1.3rem;
  line-height: 1.53;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 999;
  display: block;
  width: 100%;
  height: 60px;
  background: #FFF;
  border-top: 1px solid #F2F2F2;
}

.nav-toggle {
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  content: '';
  -webkit-transform: translateX(0);
  transform: translateX(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav-toggle:hover {
  cursor: pointer;
}

.nav-toggle span {
  position: absolute;
  bottom: 50%;
  left: 12px;
  z-index: 1;
  width: calc(100% - 24px);
  height: 2px;
  background-color: #000;
  border-radius: 2px;
  content: '';
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

.nav-toggle span:first-child {
  top: 16px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.nav-toggle span:last-child {
  bottom: 16px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.open-nav .nav-toggle {
  -webkit-transform: translateX(0%) rotate(180deg);
  transform: translateX(0%) rotate(180deg);
}

.open-nav .nav-toggle span {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.open-nav .nav-toggle span:first-child {
  opacity: 0;
}

.open-nav .nav-toggle span:last-child {
  bottom: 50%;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.navigation-sidebar {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  width: 0;
  height: 100vh;
  padding-bottom: 60px;
  padding-top: var(--header-height, 126px);
  background: #FFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.open-nav .navigation-sidebar {
  width: 100vw;
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0%);
  transform: translateX(0%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-nav {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  list-style-type: none;
  border-right: 1px solid #F2F2F2;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 100px;
}

.sidebar-menu {
  padding: 25px 0;
  border-bottom: 1px solid #F2F2F2;
}

.sidebar-menu__items {
  margin-left: 25px;
}

.sidebar-menu__items svg {
  height: 16px;
  margin-bottom: 10px;
}

.sidebar-menu__item {
  color: #000;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
  line-height: 3;
}

.sidebar-menu__item a {
  text-decoration: none;
  display: block;
  padding: 8px;
}

.open-nav .sidebar-menu__item {
  opacity: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.sidebar-social {
  position: relative;
  width: 100%;
  padding: 25px 0 25px 25px;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.sidebar-social .fa {
  margin-right: 10px;
  font-size: 1.25rem;
  color: #535353;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-social .fa:hover {
  color: #757575;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.open-nav .sidebar-social {
  opacity: 1;
  -webkit-transition: opacity 2s;
  transition: opacity 2s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

.sidebar-search {
  position: relative;
  border-bottom: 1px solid #F2F2F2;
  opacity: 0;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.sidebar-search input {
  width: 100%;
  height: 75px;
  padding-left: 25px;
  font-size: 14px;
  color: #000;
  background: transparent;
  border: 0;
  border-radius: 2px;
  outline: none;
  -webkit-appearance: none;
}

.sidebar-search input::-webkit-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: #757575;
  text-transform: uppercase;
}

.sidebar-search input::-moz-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: #757575;
  text-transform: uppercase;
}

.sidebar-search input::-ms-input-placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: #757575;
  text-transform: uppercase;
}

.sidebar-search input::placeholder {
  font-family: 'Lato', sans-serif;
  font-size: 14px;
  letter-spacing: 2px;
  color: #757575;
  text-transform: uppercase;
}

.sidebar-search button {
  position: absolute;
  top: 0;
  right: 0;
  width: 75px;
  height: 75px;
  cursor: pointer;
  background: #FFF;
  border: 0;
}

.sidebar-search .search-icon path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sidebar-search .search-icon:hover path {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  fill: #E2E2E2;
}

.open-nav .sidebar-search {
  opacity: 1;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  -webkit-transition-delay: 0.25s;
  transition-delay: 0.25s;
}

/* ------------------------------------------------------------ *\
    Show Fixed Header
\* ------------------------------------------------------------ */

body.show-fixed-header .top-nav:not(.show-nav-main) {
  background-color: #fbf7f3;
  -webkit-box-shadow: 0 0 1rem rgba(35, 31, 32, 0.5);
  box-shadow: 0 0 1rem rgba(35, 31, 32, 0.5);
}

/* ------------------------------------------------------------ *\
    Is Homepage
\* ------------------------------------------------------------ */

body.home:not(.show-fixed-header):not(.show-nav-main):not(.open-nav) .nav-menu {
  border-color: #fff;
  color: #fff;
}

body.home:not(.show-fixed-header):not(.show-nav-main):not(.open-nav) .nav-items__right ul li {
  color: #fff;
}

body.home:not(.show-fixed-header):not(.show-nav-main):not(.open-nav) .nav-items__right ul li.current-menu-utem > a {
  color: #231f20;
}

/* ------------------------------------------------------------ *\
    Open Nav
\* ------------------------------------------------------------ */

body.open-nav .nav-menu {
  border-color: #231f20 !important;
  color: #231f20 !important;
}

body.open-nav .nav-menu:before,
body.open-nav .nav-menu:after {
  opacity: 1;
}

/* ------------------------------------------------------------ *\
	Body has menu
\* ------------------------------------------------------------ */

body.has-menu .nav-items .nav-items__right ul {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

/* ------------------------------------------------------------ *\
	Body has alert
\* ------------------------------------------------------------ */

body.has-unread-alert .navigation-sidebar {
  top: 140px !important;
}

.featured-product__header,
.h1,
h1 {
  padding: 0;
  margin: 0;
  font-family: miller-banner, serif;
  font-size: 2.25rem;
  font-weight: 300;
  line-height: 1.2;
}

.h2,
h2 {
  padding: 0;
  margin: 0;
  font-family: miller-banner, serif;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
}

.h3,
h3 {
  padding: 0;
  margin: 0 0 17px;
  font-family: miller-banner, serif;
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 1.3;
}

.reading-content__bio,
.h4,
h4 {
  padding: 0;
  margin: 0 0 17px;
  font-family: "Merriweather", serif;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 1.4;
}

.scripture-reference__title,
.h5,
h5 {
  padding: 0;
  margin: 0;
  font-family: "Merriweather", serif;
  font-size: 1.0625rem;
  font-weight: 300;
  line-height: 1.5;
}

.expanding-link,
.comment-author,
.comment-respond .comment-reply-title,
.comment-form-comment label,
.comment-form-author label,
.comment-form-email label,
.comment-navigation .nav-previous,
.comment-navigation .nav-next,
.logged-in-as,
.hero-plan__plan,
.hero-plan span,
.hero-reading span,
.h6,
h6 {
  padding: 0;
  margin: 0 0 12px;
  font-family: miller-banner, serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.comment .reply a,
.hero-plan__date,
.hero-plan__buy a,
.hero-reading__meta,
.hero-reading__author,
.daily-reading-list__date,
.daily-reading-list__category,
.daily-reading-list__link,
.social-share li,
.small-h6 {
  font-family: miller-banner, serif;
  font-size: 12px;
  line-height: 1.25;
  letter-spacing: 1px;
  color: #535353;
  text-transform: uppercase;
}

.comment-meta a,
.p,
p {
  padding: 0;
  margin: 0 0 12px;
  font-family: "Merriweather", serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.75;
  color: #000;
}

.comment-meta a a,
.p a,
p a {
  color: inherit;
  text-decoration: underline;
}

.featured-product__subheader,
.latest-plan__header,
.latest-study__header,
.featured-news__header {
  font-family: miller-banner, serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  letter-spacing: 1.25px;
}

a {
  text-decoration: none;
}

ul {
  padding: 0;
  list-style: none;
}

li {
  text-decoration: none;
  list-style: none;
}

li a {
  color: inherit;
  text-decoration: underline;
}

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

blockquote {
  padding: 2rem;
  margin: 2rem 0;
  background-color: #FAFAFA;
  border-radius: 2px;
}

blockquote p {
  padding: 0;
  margin: 0;
  font-family: "Merriweather", serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

blockquote h6 {
  margin-top: 1rem;
  font-family: miller-banner, serif;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 2px;
  color: #535353;
  text-transform: uppercase;
}

.button {
  margin: 12px 0 0;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  border-radius: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.button:hover {
  opacity: .6;
}

.button--primary {
  padding: 10px 16px;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #FFF;
  background-color: #000;
}

.button--secondary {
  padding: 4px 0;
  font-size: 12px;
  line-height: 2;
  letter-spacing: 2px;
  color: #000;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom: 2px solid #000;
}

.button--secondary:hover {
  color: #404040;
}

.button--salmon {
  background-color: #F06D6D;
}

.comment-form .form-submit input[type='submit'] {
  padding: 10px 16px;
  margin: 12px 0 0;
  font-family: "Lato", sans-serif;
  font-size: .75rem;
  font-weight: 700;
  letter-spacing: 2px;
  color: #FFF;
  text-transform: uppercase;
  background-color: #000;
  border-radius: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.comment-form .form-submit input:hover[type='submit'] {
  opacity: .6;
}

.expanding-link {
  position: relative;
  padding-bottom: 5px;
  color: #000;
  text-decoration: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.expanding-link::after {
  position: absolute;
  right: 0;
  bottom: -2px;
  left: 0;
  width: 0;
  height: 1px;
  margin: 0 auto;
  background-color: #000;
  content: "";
  -webkit-transition: .3s;
  transition: .3s;
}

.expanding-link:hover {
  color: #000;
}

.expanding-link:hover::after {
  width: 100%;
}

/* ------------------------------------------------------------ *\
	Buttons
\* ------------------------------------------------------------ */

.btn {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  display: inline-block;
  background-color: #e08975;
  border-radius: 24px;
  font-size: 13px;
  color: #fbf7f2;
  text-transform: uppercase;
  letter-spacing: 0.155em;
  padding: 15px 43px;
  -webkit-transition: color .3s, background .3s, opacity .3s;
  transition: color .3s, background .3s, opacity .3s;
}

.btn--alt {
  padding: 14px 19px;
}

.btn--alt > img {
  display: none;
}

/* ------------------------------------------------------------ *\
    Footer Container
\* ------------------------------------------------------------ */

.site-footer {
  background-color: #fbf7f3;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.footer-container {
  display: block;
  width: 100%;
}

.footer-container__mobile {
  display: none;
}

.footer-container__bar {
  padding: 2.6rem 0;
  border-top: 0.1rem solid #d4d0cc;
  border-bottom: 0.1rem solid #d4d0cc;
}

.footer-container__bar .shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-container__bar a + a {
  margin-left: auto;
  color: #6c6a68;
  text-decoration: underline;
  display: inline-block;
  text-align: right;
}

.footer-container__main {
  padding: 4.0rem 0;
}

.footer-container__main .shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer-container__main .footer__col--content {
  width: 22.6rem;
  padding-right: 3.1rem;
}

.footer-container__main .footer__col--nav {
  width: calc(100% - 22.6rem);
  color: #231f20;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}

.footer-container__main .footer__col--nav > ul {
  width: calc(100% / 3);
  padding: 0.5rem 1.6rem 3.2rem 1.6rem;
  margin: 0;
}

.footer-container__main .footer__col--nav li.menu-title {
  font-size: 2.2rem;
  line-height: 1.22;
  margin-bottom: 0.8rem;
  font-family: miller-banner, serif;
  font-weight: 400;
}

.footer-container__main .footer__col--nav li:not(.menu-title):not(:last-child) {
  margin-bottom: 0.4rem;
}

.footer-container__main .footer__col--nav a {
  text-decoration: none;
}

.footer-container .footer-content {
  font-size: 1.2rem;
  line-height: 1.33;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  color: #231f20;
}

.footer-container .footer-content h5 {
  font-size: 1.6rem;
  line-height: 1.28;
  margin-bottom: 1.0rem;
  color: #231f20;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.footer-container .footer-content p {
  font-size: 1.2rem;
  line-height: 1.44;
  margin-bottom: 1.0rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  max-width: 18.2rem;
}

.footer-container .footer-content > *:last-child {
  margin-bottom: 0;
}

.footer-container .footer-copyright {
  width: 100%;
  margin-top: 1.9rem;
}

.footer-container .footer-copyright p {
  font-size: 1.2rem;
  line-height: 1.33;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.cta-app {
  padding: 40px 0;
  margin-top: 100px;
  background-color: #F3EDE8;
  background-position: center;
  background-size: cover;
}

.cta-app__phone {
  width: 100%;
  height: 260px;
  margin-top: -100px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.cta-app__header {
  font-family: "Lato", sans-serif;
  line-height: 29px;
}

.cta-app__description {
  margin-bottom: 37px;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  line-height: 23px;
}

.cta-app__btn {
  display: inline-block;
  width: 120px;
  height: 35px;
  margin-right: 21px;
  background-color: #000;
  background-position: center;
  background-size: cover;
  border-radius: 5px;
}

.cta-app__btn--itunes {
  background-image: url("../png/btn-itunes.png");
}

.cta-app__btn--google-play {
  background-image: url("../png/btn-google-play.png");
}

.cta-email {
  position: relative;
  padding: 64px 32px;
  background-color: #000;
}

.cta-email__img {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #F5F5F5;
  background-position: center right;
  background-size: cover;
  opacity: .4;
}

.cta-email__img picture,
.cta-email__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.cta-signup {
  position: relative;
  width: 100%;
  padding-right: 0;
}

.cta-signup__header {
  margin-bottom: 12px;
  font-family: "Lato", sans-serif;
  line-height: 24px;
  color: #FFF;
}

.cta-signup__form {
  position: relative;
}

.cta-signup__input {
  width: 100%;
  height: 40px;
  padding: 0;
  font-size: .875rem;
  line-height: 40px;
  color: #FFF;
  background-color: transparent;
  border: 0;
  border-bottom: 2px solid #3D3D3D;
}

.cta-signup__input:active,
.cta-signup__input:focus {
  border-bottom: 2px solid #FAFAFA;
}

.cta-signup__button {
  position: absolute;
  top: 50%;
  right: 0;
  padding: 3px 10px;
  font-size: 12px;
  letter-spacing: 2px;
  color: #FFF;
  text-transform: uppercase;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.cta-txtwimg {
  padding: 80px 0 40px 0;
  color: #857B70;
  text-align: center;
  background-color: #F3EDE8;
  position: relative;
}

.cta-txtwimg__img {
  position: relative;
  z-index: 1;
  margin-bottom: 36px;
  min-height: 300px;
  background-position: center;
  background-size: cover;
  margin-top: -80px;
}

.cta-txtwimg__description {
  position: relative;
  z-index: 2;
  margin-bottom: 30px;
}

.cta-statement {
  padding: 80px 0;
  margin: 40px 0;
  background-color: #FAFAF9;
}

.wysiwyg {
  margin: 40px 0;
}

.wysiwyg ul {
  font-family: "Merriweather", serif;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
  padding: 0 0 0 20px;
}

.wysiwyg ul li {
  position: relative;
  margin: 0 0 1rem 0;
}

.wysiwyg ul li:before {
  position: absolute;
  left: -20px;
  content: "-";
}

input:focus {
  outline: none;
}

.comments-title {
  display: none;
}

.comment-body {
  padding: 2rem 0;
}

.comment-author {
  margin-bottom: 1rem;
}

.comment-author span.says {
  color: #757575;
}

.comment-author a.url {
  font-style: normal;
  text-decoration: none;
}

.comment-author cite.fn {
  font-style: normal !important;
}

.comment-author .avatar {
  display: none;
}

.comment-list {
  padding-left: 0;
}

.comment-meta {
  margin-bottom: 1rem;
}

.comment-meta a {
  color: #757575;
  text-decoration: none;
}

.comment .reply a {
  color: #757575;
  text-decoration: none;
}

.comment-respond {
  margin: 4rem 0;
}

.comment-respond .comment-reply-title {
  padding-bottom: 36px;
  margin-bottom: 36px;
  border-bottom: 1px solid #E5E5E5;
}

.comment-form .comment-notes {
  display: none;
}

.comment-form-comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comment-form-comment label {
  margin-bottom: 1rem;
}

.comment-form-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comment-form-email {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.comment-form-url {
  display: none;
}

.comment-form-comment label {
  display: none;
}

.comment-form-comment textarea {
  padding: 1rem;
  font-size: 15px;
  background: #FAFAFA;
  border: 0;
}

.comment-form-author label,
.comment-form-email label {
  margin-bottom: 1rem;
  color: #757575;
}

.comment-form-author input,
.comment-form-email input {
  padding: 1rem;
  font-size: 15px;
  background: #FAFAFA;
  border: 0;
}

.comment-navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #FAFAFA;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comment-navigation .section-heading {
  display: none;
}

.comment-navigation .nav-previous {
  padding: 2rem;
}

.comment-navigation .nav-previous a {
  color: #757575;
  -webkit-transition: .3s;
  transition: .3s;
}

.comment-navigation .nav-previous a:hover {
  color: #535353;
  -webkit-transition: .3s;
  transition: .3s;
}

.comment-navigation .nav-next {
  padding: 2rem;
}

.comment-navigation .nav-next a {
  color: #757575;
  -webkit-transition: .3s;
  transition: .3s;
}

.comment-navigation .nav-next a:hover {
  color: #535353;
  -webkit-transition: .3s;
  transition: .3s;
}

.post-comments {
  margin-bottom: 1rem;
  border-bottom: 1px solid #E5E5E5;
}

.post-comments h6 {
  margin-bottom: 36px;
}

.logged-in-as {
  margin-bottom: 2rem;
}

.logged-in-as a {
  color: #757575;
  text-decoration: none;
}

/* ------------------------------------------------------------ *\
    - Site Main
\* ------------------------------------------------------------ */

main.site-main {
  padding-top: var(--header-height, 126px);
  width: 100%;
  position: relative;
  overflow: hidden;
}

body.single-plan main.site-main,
body.single-post main.site-main,
body.single-crb_podcast main.site-main,
body.page-child main.site-main {
  overflow: visible;
}

body.single-post,
body.single-crb_podcast,
body.page-child {
  background-color: #fbf7f3;
}

.hero {
  position: relative;
  height: 375px;
  max-height: 670px;
  min-height: 300px;
  overflow: hidden;
  background-color: #FBF7F3;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero__header {
  position: relative;
  top: calc(50% - 130px);
  left: 0;
  width: 100%;
  padding: 0 15px;
  text-align: center;
  z-index: 2;
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  font-size: 40px;
}

.hero picture,
.hero img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

.hero-planarchive {
  padding: 25px 0;
  background-color: #FBF7F3;
}

.hero-planarchive__meta {
  text-align: center;
}

.hero-planarchive__subheader {
  margin: 0 0 13px;
  font-family: "Lato", sans-serif;
  font-size: .875rem;
  text-transform: uppercase;
}

.hero-planarchive__header {
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
}

.hero-planarchive__description {
  margin-bottom: 40px;
  font-family: "Lato", sans-serif;
  font-size: .875rem;
  text-transform: uppercase;
}

.hero-planarchive__img {
  max-width: 80%;
  margin: 0 auto;
}

.hero-plan {
  position: relative;
  min-height: 290px;
  width: 100%;
  padding: 40px 0 40px;
  background-color: #FBF7F3;
  text-align: center;
}

.hero-plan__label {
  padding: 10px 16px;
  font-size: .75rem;
  color: #000;
  background-color: #F9E2D1;
  text-transform: uppercase;
  border-radius: 0;
}

.hero-plan__date {
  width: 100%;
}

.hero-plan__buy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-plan__buy a {
  display: inline-block;
  margin: 0.5rem 0;
  padding: .75rem 2rem;
  border-radius: 1.5rem;
  background-color: #000;
  color: #FFF;
}

.hero-plan__reassurance {
  font-family: "Lato", sans-serif;
  font-size: .75em;
  letter-spacing: 1px;
  text-align: center;
  color: #6c757d;
}

.hero-plan__plan {
  margin-top: 1rem;
  color: inherit;
}

.hero-plan__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.hero-plan__title {
  margin-bottom: 15px;
}

.hero-plan__image {
  position: relative;
}

.hero-plan__image img {
  max-width: 60%;
}

.hero-plan__breadcrumbs {
  position: absolute;
  top: 23px;
  left: 25px;
  display: none;
  z-index: 9;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #696969;
  text-transform: uppercase;
}

.hero-reading {
  position: relative;
  width: 100%;
  padding: 30px 0;
  background-color: #FBF7F3;
}

.hero-reading .container {
  position: relative;
  z-index: 9;
}

.hero-reading__plan {
  margin-left: 8px;
  color: #535353;
}

.hero-reading__meta {
  margin-bottom: 12px;
  color: #000;
}

.hero-reading__title {
  margin-bottom: 10px;
}

.hero-reading__author {
  color: inherit;
  letter-spacing: 2px;
}

.hero-reading__author a {
  color: #000;
  border-bottom: 1px solid #000;
}

.hero-reading__plan {
  font-family: "Lato", sans-serif;
  opacity: .4;
}

.hero-reading__plan a {
  color: #000;
}

.hero-reading__breadcrumbs {
  position: absolute;
  top: 23px;
  left: 25px;
  z-index: 9;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #696969;
  text-transform: uppercase;
  -webkit-transition: .2s;
  transition: .2s;
}

.hero-reading__share-image {
  position: relative;
}

.hero-reading__share-image img {
  margin-top: 4rem;
  max-width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: none;
  max-height: 500px;
}

.hero-reading picture,
.hero-reading img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

.reading-content-header {
  position: relative;
  margin-bottom: 3rem;
}

.hero-page {
  position: relative;
  width: 100%;
  padding: 25px 0;
  text-align: center;
  background-position: center;
  background-size: cover;
  background-color: #FBF7F3;
}

.hero-page::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #FBF7F3;
  opacity: .5;
  content: "";
}

.hero-page .container {
  position: relative;
  z-index: 9;
}

.hero-page picture,
.hero-page img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: 1;
}

.featured-product {
  padding: 40px 0;
  text-align: center;
}

.featured-product--short {
  padding: 50px 0 100px;
}

.featured-product__img {
  position: relative;
  margin-right: 0;
  margin-bottom: 20px;
}

.featured-product__img--right {
  position: relative;
  margin-left: 0;
}

.featured-product__img--right img {
  display: block;
  margin: 0 auto 0 0;
}

.featured-product__img img {
  display: block;
  margin: 0 0 0 auto;
}

.featured-product__subheader {
  margin: 0 0 13px;
}

.featured-product__header {
  margin-bottom: 20px;
}

.featured-product__description {
  margin-bottom: 30px;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  color: #444;
}

.featured-product__tag {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 22px;
  font-family: "Lato", sans-serif;
  font-size: 9px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #DEDEDE;
}

.products-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px 0;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.product {
  width: 50%;
  padding: 32px 0 35px;
  margin-bottom: 35px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.product:hover {
  background-color: #FBFBFB;
  -webkit-box-shadow: 0 2px 10px 0 #DEDEDE;
  box-shadow: 0 2px 10px 0 #DEDEDE;
  border: 1px solid #F7F7F7;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.product:hover .product__btn {
  color: #000;
}

.product__img {
  width: 100%;
  height: 200px;
  max-width: 305px;
  margin: 0 auto 12px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.product__title {
  padding: 0 20px;
  margin-bottom: 12px;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: .875rem;
}

.product__btn {
  display: inline-block;
  padding: 0 0 4px;
  margin: 0;
  font-family: "Lato", sans-serif;
  font-size: .5625rem;
  letter-spacing: 1.5px;
  color: #696969;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  border-radius: 0;
  -webkit-transition: .2s;
  transition: .2s;
}

.readings-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 0 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.reading {
  position: relative;
  width: 100%;
  padding: 0 0 52px 0;
  margin-bottom: 95px;
  text-align: center;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-transition: .3s ease-out;
  transition: .3s ease-out;
}

.reading:hover {
  background-color: #FBFBFB;
  -webkit-box-shadow: 0 2px 10px 0 #DEDEDE;
  box-shadow: 0 2px 10px 0 #DEDEDE;
  border: 1px solid #F7F7F7;
  -webkit-transition: .3s ease-in;
  transition: .3s ease-in;
}

.reading:hover .reading__btn {
  color: #000;
}

.reading__img {
  width: 100%;
  height: 345px;
  max-width: 285px;
  margin: 0 auto 32px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
}

.reading__title {
  padding: 0 20px;
  margin-bottom: 12px;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 1.6px;
  color: #000;
}

.reading__subtitle {
  padding: 0 20px;
  margin-bottom: 20px;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #000;
  text-transform: uppercase;
}

.reading__btn {
  position: absolute;
  bottom: 32px;
  left: 50%;
  display: inline-block;
  padding: 0 0 4px;
  margin: 0 auto;
  font-family: "Lato", sans-serif;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #696969;
  text-transform: uppercase;
  border-bottom: 1px solid #000;
  border-radius: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: .2s;
  transition: .2s;
}

.latest-plan {
  position: relative;
  padding-bottom: 80px;
  margin-top: -120px;
  z-index: 5;
  overflow: auto;
}

.latest-plan__header {
  margin: 48px 0 15px;
  text-align: center;
}

.latest-plan__header a {
  color: #000;
}

.latest-plan__img {
  position: relative;
  z-index: 1;
  min-width: 270px;
  margin: 70px auto 40px;
  text-align: center;
}

.latest-plan__buy {
  display: inline-block;
  margin: 0;
  color: #949494;
  border-bottom: 2px solid #E5E5E5;
}

.latest-study {
  position: relative;
  width: 100%;
  max-width: 830px;
  padding: 50px 22px;
  margin: 0 auto;
  background-color: #FFF;
  border-bottom: 1px solid #E9E9E9;
}

.latest-study__leadin {
  position: absolute;
  top: 0;
  left: 0;
  padding: 8px 22px;
  font-family: "Lato", sans-serif;
  font-size: 10px;
  line-height: 1;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #DEDEDE;
}

.latest-study__link {
  color: #000;
  font-size: 1.3rem !important;
  line-height: 1.3;
  font-weight: 300;
  margin-bottom: 10px;
  display: block;
}

.latest-study__subheader {
  margin-bottom: 9px;
  font-size: 12px;
  line-height: 1.5;
  letter-spacing: 1.5px;
}

.latest-study__subheader a {
  color: #535353;
  margin-left: 8px;
}

.latest-study__header {
  font-size: 1.75rem;
  font-weight: 300;
  line-height: 2.125rem;
}

.latest-study__description {
  font-family: "Lato", sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  color: #444444;
}

.latest-study__button {
  margin-top: 20px;
  display: inline-block;
}

.daily-studies {
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}

.daily-studies__full-plan {
  display: inline-block;
  margin: 30px auto 0;
}

.content-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  margin-bottom: 2rem;
}

.content-block {
  position: relative;
  padding: 1rem 0;
}

.content-block__title {
  margin-bottom: .5rem;
}

.image-wrapper {
  position: relative;
  width: 100%;
  height: auto;
}

.image-wrapper__source {
  width: 100%;
  height: 300px;
  background-position: center;
  background-size: cover;
}

.featured-news {
  position: relative;
  z-index: 1;
  padding-top: 40px;
  padding-bottom: 40px;
}

.featured-news__header {
  margin-bottom: 40px;
  text-align: center;
}

.featured-news__primary {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: 0 0 48px;
}

.featured-news__primary .news-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: auto;
  margin-bottom: 0;
}

.featured-news__primary .news-item__img {
  width: 100%;
  height: 100%;
  padding-bottom: 100%;
  margin-bottom: 16px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
}

.featured-news__primary .news-item__img picture,
.featured-news__primary .news-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.featured-news__primary .news-item__img-link {
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.featured-news__primary .news-item__meta {
  position: relative;
  top: 0;
  width: 100%;
  height: auto;
  padding-bottom: 35px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.featured-news__primary .news-item__title {
  color: #000;
  font-size: 1.5rem;
  line-height: 1.4;
}

.featured-news__secondary {
  width: 100%;
}

.featured-news__secondary .news-item {
  width: 100%;
  height: auto;
  margin: 0 0 48px;
}

.featured-news__secondary .news-item:first-child {
  margin-left: 0;
}

.featured-news__secondary .news-item:last-child {
  margin-right: 0;
}

.featured-news__secondary .news-item__img {
  width: 100%;
  height: 225px;
  margin-bottom: 16px;
}

.featured-news__secondary .news-item__img-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.featured-news__secondary .news-item__meta {
  position: relative;
  top: 0;
  width: 100%;
  padding-bottom: 35px;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.featured-news__secondary .news-item__title {
  color: #000;
  font-size: 1.375rem;
  line-height: 1.75rem;
  letter-spacing: 1px;
}

.news-item {
  position: relative;
  width: 100%;
  margin-bottom: 44px;
}

.news-item__img {
  width: 100%;
  height: 166px;
  margin-bottom: 16px;
  background-position: center;
  background-size: cover;
  background-color: #F0F0F0;
  content: "";
  position: relative;
}

.news-item__img picture,
.news-item__img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-item__img-link {
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
  top: 0;
  left: 0;
}

.news-item__meta {
  padding-bottom: 35px;
}

.news-item__title {
  margin-bottom: 16px;
  color: #000;
  font-family: "Lato", sans-serif;
  font-size: 1.5rem;
  line-height: 1.4;
}

.news-item__btn {
  display: inline-block;
  padding-bottom: 4px;
  font-family: "Lato", sans-serif;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #696969;
  text-transform: uppercase;
  border-bottom: 1px solid #696969;
  -webkit-transition: .3s;
  transition: .3s;
}

.news-item .news-item__btn:hover {
  border-bottom: 1px solid transparent;
  -webkit-transition: .3s;
  transition: .3s;
}

.news-item__title a {
  color: black;
}

.news-item__title a:hover {
  color: #909090;
}

.news-item__title a:visited {
  color: inherit;
}

.cat-tags a {
  text-decoration: none;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom .2s;
  transition: border-bottom .2s;
  line-height: 1.1;
}

.cat-tags a:hover {
  border-bottom: 1px solid #696969;
}

.the-team {
  padding: 40px 0;
  margin: 40px 0;
  background-color: #FAFAF9;
  text-align: center;
}

.the-team__departments {
  margin: 0 -20px;
}

.the-team__department-name {
  padding: 0 20px;
  margin-top: 60px;
}

.team-member {
  width: 100%;
  padding: 0 20px;
  margin: 20px 0;
}

.team-member__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-member__image {
  width: 100%;
  margin-bottom: 12px;
  background-color: #E5E5E5;
}

.team-member__name {
  padding: 0;
  margin-bottom: 12px;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  letter-spacing: 1.6px;
  color: #000;
  display: inline-block;
}

.team-member__title {
  padding: 0;
  margin-bottom: 0;
  font-family: "Lato", sans-serif;
  font-size: 12px;
  letter-spacing: 1.5px;
  color: #000;
  text-transform: uppercase;
}

.team-member__title:empty {
  margin-bottom: -20px;
}

.component--video-with-text {
  padding: 25px 0;
}

.component--video-with-text--text {
  margin-top: 50px;
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.5em;
  text-align: center;
  font-family: "Lato", sans-serif;
}

.component--title-block {
  text-align: center;
}

.component--title-block.border-above {
  margin-top: 25px;
}

.component--title-block.border-below {
  margin-bottom: 25px;
}

.component--title-block--title-text {
  display: inline-block;
  padding: 50px 0 0 0;
}

.border-above .component--title-block--title-text {
  border-top: 1px solid #ccc;
}

.border-below .component--title-block--title-text {
  border-bottom: 1px solid #ccc;
}

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell {
  margin: auto;
  max-width: 103.2rem;
  padding: 0 4.0rem;
  width: 100%;
}

/* ------------------------------------------------------------ *\
	Image Fit
\* ------------------------------------------------------------ */

.image-fit {
  overflow: hidden;
  position: relative;
  background-size: cover;
  background-position: center;
}

.image-fit > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-fit--bottom {
  background-position: center bottom;
}

.image-fit--bottom img {
  -o-object-position: center bottom;
  object-position: center bottom;
}

/* ------------------------------------------------------------ *\
	Hero V2
\* ------------------------------------------------------------ */

.hero-v2 {
  width: 100%;
  min-height: 61.5rem;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #231f20;
  color: #fff;
}

.hero-v2 + section.section-list-boxes {
  margin-top: -7.4rem;
  z-index: 10;
}

.hero-v2 + section.section-list-boxes .section__head {
  color: #fff;
}

.hero-v2:before,
.hero-v2:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  z-index: 1;
}

.hero-v2:after {
  background: rgba(35, 31, 32, 0.2);
}

.hero-v2:first-child {
  margin-top: calc(0px - var(--header-height, 126px));
}

.hero-v2 > img {
  -o-object-position: top right;
  object-position: top right;
  pointer-events: none;
}

.hero-v2__inner {
  text-align: right;
  max-width: 79.2rem;
  margin-left: auto;
  margin-right: auto;
  padding: var(--header-height, 98px) 0;
}

.hero-v2__content h1 {
  font-size: 4.3rem;
  line-height: 1.13;
  max-width: 50.4rem;
  margin-left: auto;
  font-family: miller-banner, serif;
  font-weight: 300;
}

.hero-v2__actions:not(:first-child) {
  margin-top: 2.0rem;
}

.hero-v2 .shell {
  padding-top: calc(0px - var(--header-height, 126px));
  padding-bottom: calc(0px - var(--header-height, 126px));
  position: relative;
  z-index: 10;
}

/* ------------------------------------------------------------ *\
	-- Text Left
\* ------------------------------------------------------------ */

.hero-v2--text-left .hero-v2__inner {
  text-align: left;
}

.hero-v2--text-left .hero-v2__content h1 {
  margin-left: 0;
  margin-right: auto;
}

/* ------------------------------------------------------------ *\
	-- Size Small
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Not Homepage
\* ------------------------------------------------------------ */

body:not(.home) .hero-v2 {
  margin-top: 0;
  min-height: 47.0rem;
}

/* ------------------------------------------------------------ *\
	Is Homepage
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Section info
\* ------------------------------------------------------------ */

.section-info {
  padding: 99px 40px;
  background-color: #fbf7f2;
  /*  Section head  */
}

.section-info .section__head {
  margin-bottom: 66px;
}

.section-info .section__head h2 {
  font-family: miller-banner, serif;
  color: #e08975;
  font-size: 36px;
  line-height: 1.4;
  text-align: center;
  max-width: 760px;
  margin: 0 auto 6px;
}

.section-info .section__head h3 {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto;
  max-width: 480px;
  color: #333333;
}

/* ------------------------------------------------------------ *\
	Cols
\* ------------------------------------------------------------ */

.info-cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.info-cols .info-col {
  max-width: 250px;
  margin: 0 30px;
  text-align: center;
  position: relative;
}

.info-cols .info-col > a {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.info-cols .info-col h3 {
  font-family: miller-banner, serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #e08975;
  margin-bottom: 9px;
  min-height: 65px;
}

.info-cols .info-col h3:only-child {
  margin-top: 15px;
}

.info-cols .info-col p {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.41;
  color: #333333;
  padding: 0 25px;
  margin-bottom: 16px;
  min-height: 50px;
}

/* ------------------------------------------------------------ *\
	Section quote
\* ------------------------------------------------------------ */

.section-quote {
  padding: 50px 0;
  background-color: #fbf7f2;
}

.section-quote .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-quote blockquote {
  max-width: 860px;
  text-align: center;
  margin: 0;
  padding: 0;
  background-color: transparent;
}

.section-quote blockquote h3 {
  font-family: miller-banner, serif;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #e08975;
  margin-bottom: 22px;
}

.section-quote blockquote p {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 23px;
  line-height: 1.4;
  color: #333333;
  position: relative;
}

.section-quote blockquote p:before {
  content: '\201C';
  font-weight: 400;
}

.section-quote blockquote p:after {
  content: '\201D';
  font-weight: 400;
}

/* ------------------------------------------------------------ *\
	Section articles
\* ------------------------------------------------------------ */

.section-articles {
  padding: 100px 0;
  background-color: #fbf7f2;
}

.section-articles .section__inner {
  max-width: 1560px;
  margin: 0 auto;
}

.section-articles .section__head {
  text-align: center;
  margin-bottom: 30px;
}

.section-articles .section__head h2 {
  font-family: miller-banner, serif;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.42;
  color: #e08975;
}

/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */

.articles {
  display: grid;
  grid-template-columns: repeat(4, 256px);
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-row-gap: 40px;
  margin: 0;
}

.articles .article .article__image {
  height: 337px;
  position: relative;
  margin-bottom: 20px;
}

.articles .article .article__image > img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}

.articles .article .article__icon {
  width: auto;
  max-width: 30px;
  display: inline-block;
  margin-bottom: 12px;
}

.articles .article .article__content {
  margin-bottom: 21px;
}

.articles .article .article__content h3 {
  font-family: 'Lora';
  font-weight: 400;
  font-size: 24px;
  line-height: 1.42;
  color: #e08975;
  margin-bottom: 6px;
}

.articles .article .article__content h3 a {
  pointer-events: none;
  text-decoration: none;
}

.articles .article .article__content p {
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
  font-size: 17px;
  line-height: 1.41;
  color: #333333;
  padding-right: 20px;
  margin: 0;
}

.articles .article .article__actions a {
  display: inline-block;
  text-decoration: none;
  font-family: proxima-nova, sans-serif;
  color: #e08975;
  text-transform: uppercase;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.2em;
}

.articles .article .article__actions a > img {
  width: auto;
  max-width: 47px;
  display: inline-block;
  margin-left: 10px;
  -webkit-transition: opacity .5s, -webkit-transform .3s;
  transition: opacity .5s, -webkit-transform .3s;
  transition: opacity .5s, transform .3s;
  transition: opacity .5s, transform .3s, -webkit-transform .3s;
}

/* ------------------------------------------------------------ *\
	Nav trigger
\* ------------------------------------------------------------ */

.nav-trigger {
  display: none;
  width: 30px;
  height: 12px;
  position: relative;
  z-index: 15;
}

.nav-trigger span {
  display: block;
  background-color: #333333;
  width: 100%;
  height: 2px;
  position: absolute;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transition: all .3s ease-in;
  transition: all .3s ease-in;
  top: 50%;
  left: 0;
}

.nav-trigger span:first-child {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}

.nav-trigger span:last-child {
  -webkit-transform: translateY(4px);
  transform: translateY(4px);
}

/* ------------------------------------------------------------ *\
	Body has menu
\* ------------------------------------------------------------ */

body.has-menu .nav-trigger span:first-child {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
  left: 50%;
}

body.has-menu .nav-trigger span:last-child {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  left: 50%;
}

/* ------------------------------------------------------------ *\
    - Logo
\* ------------------------------------------------------------ */

/* Is Homepage */

body.home .logo i:last-child {
  display: none;
}

/* Not Homepage */

body:not(.home) .logo i:first-child {
  display: none;
}

/* ------------------------------------------------------------ *\
    - Buttons
\* ------------------------------------------------------------ */

a.btn,
button.btn {
  border-radius: 0;
  background-color: #fffc00;
  color: #231f20;
  font-size: 1.1rem;
  line-height: 1.81;
  text-transform: uppercase;
  letter-spacing: 1px;
  padding: 0.5rem 1.6rem;
  width: auto;
  text-align: center;
}

a.btn--color-dark,
button.btn--color-dark {
  background-color: #231f20;
  color: #fff;
}

button.btn--color-dark {
  border: 0;
}

/* ------------------------------------------------------------ *\
    - List Boxes
\* ------------------------------------------------------------ */

.list-boxes {
  width: 100%;
}

.list-boxes > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -3.9rem;
}

.list-boxes > ul > li {
  padding: 3.9rem;
  font-size: 1.2rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: calc(100% / 3);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  text-align: center;
  position: relative;
}

.list-boxes > ul > li:not(:last-child):before {
  content: ' ';
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.1rem;
  height: 3.5rem;
  background-color: #d3cfcb;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.list-boxes p {
  font-size: 1.2rem;
  letter-spacing: 1px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

.list-boxes p:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
    - List Columns
\* ------------------------------------------------------------ */

.list-columns {
  width: 100%;
  counter-reset: listColumns;
}

.list-columns > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  text-align: center;
  margin: -1.5rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-columns > ul > li {
  width: calc(100% / 3);
  counter-increment: listColumns;
  padding: 1.5rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.list-columns blockquote {
  padding: 0;
  background: none;
  color: #252525;
  width: 100%;
  max-width: 23.6rem;
  margin: 0 auto;
}

.list-columns blockquote:before {
  content: counter(listColumns) ".";
  display: block;
  font-size: 2.5rem;
  line-height: 1.10;
  font-family: miller-banner, serif;
  font-weight: 300;
}

.list-columns blockquote h3 {
  font-size: 3.3rem;
  line-height: 1.45;
  margin-bottom: 1.0rem;
}

.list-columns blockquote p {
  font-size: 1.3rem;
  line-height: 1.60;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

/* ------------------------------------------------------------ *\
    - List Products
\* ------------------------------------------------------------ */

.list-products {
  width: 100%;
  max-width: 66.0rem;
  margin-left: auto;
  margin-right: auto;
}

.list-products .list__body > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: -2.0rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.list-products .list__body > ul > li {
  padding: 2.0rem;
  width: 21.2rem;
}

/* ------------------------------------------------------------ *\
    - List Plans
\* ------------------------------------------------------------ */

.list-plans {
  width: 100%;
  max-width: 79.4rem;
  margin-left: auto;
  margin-right: auto;
}

.list-plans > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: -0.6rem;
}

.list-plans > ul > li {
  width: 50%;
  padding: 0.6rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

/* ------------------------------------------------------------ *\
    - Block Plan
\* ------------------------------------------------------------ */

.block-plan {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100%;
  background-color: #7eb1ce;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}

.block-plan .block__head {
  padding: 1.2rem 2.0rem;
  min-height: 7.7rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: rgba(255, 255, 255, 0.4);
}

.block-plan .block__head h6 {
  font-size: 1.0rem;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  letter-spacing: 1px;
  margin-bottom: 0;
  color: #2f6d90;
}

.block-plan .block__head h4 {
  font-size: 2.7rem;
  line-height: 1.10;
  color: #184158;
  font-weight: 300;
  margin-top: auto;
  margin-bottom: 0;
}

.block-plan .block__body {
  padding: 1.5rem 2.0rem;
  color: #fff;
}

.block-plan .block__body p,
.block-plan .block__body ul,
.block-plan .block__body ol {
  font-size: 1.2rem;
  line-height: 1.33;
  color: #fff;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  letter-spacing: 0.8px;
  margin-bottom: 0.6rem;
}

.block-plan .block__body ul:not([class]) li {
  position: relative;
  padding-left: 1.5rem;
}

.block-plan .block__body ul:not([class]) li:not(:last-child) {
  margin-bottom: 0.8rem;
}

.block-plan .block__body ul:not([class]) li:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0.6rem;
  width: 0.7rem;
  height: 0.1rem;
  background-color: currentColor;
}

.block-plan .block__body > *:last-child {
  margin-bottom: 0;
}

.block-plan .block__foot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding: 0.5rem 2.0rem 1.5rem 2.0rem;
  margin-top: auto;
  gap: 1.0rem;
}

.block-plan .block__foot-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #184158;
}

.block-plan .block__foot-price small {
  margin: 0;
  margin-bottom: auto;
  font-size: 1.5rem;
  font-weight: 400;
}

.block-plan .block__foot-price strong {
  font-size: 3.1rem;
  line-height: 1.10;
  font-weight: 400;
  margin: 0;
}

.block-plan .block__foot-price span {
  font-size: 1.6rem;
  margin: 0;
  margin-top: auto;
}

.block-plan .block__foot-button {
  margin-left: auto;
}

.block-plan .block__foot-button a.btn {
  background-color: #184158;
  color: #fff;
  text-decoration: none;
  font-size: 1.1rem;
  padding: 0.5rem 1.6rem;
}

.block-plan .block__foot-button a.btn span + span {
  display: none;
}

/* ------------------------------------------------------------ *\
    -- Gray
\* ------------------------------------------------------------ */

.block-plan--grey {
  background-color: #fbf7f3;
}

.block-plan--grey .block__head {
  background-color: rgba(225, 219, 213, 0.4);
}

.block-plan--grey .block__head h6,
.block-plan--grey .block__head h4 {
  color: #231f20;
}

.block-plan--grey .block__body {
  color: #231f20;
}

.block-plan--grey .block__body p,
.block-plan--grey .block__body ul,
.block-plan--grey .block__body ol {
  color: #231f20;
}

.block-plan--grey .block__foot-price {
  color: #231f20;
}

.block-plan--grey .block__foot-button a.btn {
  background-color: #231f20;
}

/* ------------------------------------------------------------ *\
    - Block Select
\* ------------------------------------------------------------ */

.block-select {
  position: relative;
  font-size: 0;
  line-height: 0;
}

.block-select > span {
  color: #6b6b6b;
  font-size: 1.2rem;
  line-height: 1.50;
  text-transform: uppercase;
  font-weight: 400;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 1px;
}

.block-select ul {
  position: absolute;
  right: 0;
  top: 100%;
  background-color: #fff;
  border: 0.1rem solid #6b6b6b;
  margin: 0;
  opacity: 0;
  visibility: hidden;
}

.block-select li {
  white-space: nowrap;
  color: #6b6b6b;
  font-size: 1.2rem;
  line-height: 1.50;
  text-transform: uppercase;
  font-weight: 400;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 1px;
}

.block-select li.active {
  display: none;
}

.block-select li a {
  text-decoration: none;
  display: block;
  padding: 0.5rem 1.0rem;
}

.block-select:hover ul {
  opacity: 1;
  visibility: visible;
}

/* ------------------------------------------------------------ *\
    - Block Product
\* ------------------------------------------------------------ */

.block-product {
  width: 100%;
  position: relative;
}

.block-product > a {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 10;
  font-size: 0;
  line-height: 0;
}

.block-product .block__image {
  width: 100%;
  min-height: 21.4rem;
  margin-bottom: 1.2rem;
  border-radius: 0.6rem;
  position: relative;
  overflow: hidden;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.block-product .block__image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.block-product .block__body {
  width: 100%;
}

.block-product .block__body h6 {
  font-size: 1.4rem;
  line-height: 1.28;
  font-weight: 700;
  font-family: proxima-nova, sans-serif;
  opacity: 0.8;
  margin-bottom: 0.1rem;
  text-transform: none;
  letter-spacing: 0;
}

.block-product .block__body p {
  font-size: 1.0rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.8;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

/* ------------------------------------------------------------ *\
    - Block Content
\* ------------------------------------------------------------ */

.block-content {
  width: 100%;
}

.block-content .block__head {
  width: 100%;
}

.block-content .block__head h6 {
  font-size: 1.2rem;
  line-height: 1.16;
  color: #9d9d9d;
  letter-spacing: 0.4px;
  margin-bottom: 1.1rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.block-content .block__head h4 {
  font-size: 2.7rem;
  line-height: 1.11;
  margin-bottom: 0;
  color: #242424;
  font-family: miller-banner, serif;
  font-weight: 300;
}

.block-content .block__head p {
  font-size: 1.5rem;
  line-height: 1.60;
  color: #242424;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.block-content .block__head p small {
  font-size: 1.2rem;
  line-height: 1.50;
}

.block-content .block__head > *:last-child {
  margin-bottom: 0;
}

.block-content .block__table {
  width: 100%;
}

.block-content .block__table:not(:first-child) {
  margin-top: 2.0rem;
}

.block-content .block__table > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.0rem;
  width: 100%;
  padding: 1.4rem 0;
  border-bottom: 0.1rem solid #d3cfcb;
  color: #231f20;
  position: relative;
}

.block-content .block__table > a:before {
  content: ' ';
  position: absolute;
  left: -0.75rem;
  right: -0.75rem;
  top: 0;
  bottom: 0;
  opacity: 0;
  background-color: rgba(35, 31, 32, 0.04);
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.block-content .block__table > a > * {
  position: relative;
  z-index: 10;
}

.block-content .block__table > a > p {
  font-size: 1.1rem;
  line-height: 1.63;
  color: #959595;
  text-transform: uppercase;
  opacity: 0.80;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 0.2px;
  margin: 0 0 0 auto;
  white-space: nowrap;
}

.block-content .block__table-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5.0rem;
}

.block-content .block__table-content p {
  font-family: proxima-nova, sans-serif;
  font-size: 1.0rem;
  line-height: 1.80;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0;
}

.block-content .block__table-content > p span:not(:last-child) {
  margin-right: 0.4rem;
}

.block-content .block__table-content h5 {
  font-family: proxima-nova, sans-serif;
  font-size: 1.8rem;
  line-height: 1.11;
  font-weight: 400;
  opacity: 0.80;
  margin: 0;
}

.block-content .block__foot {
  text-align: center;
  width: 100%;
  margin-top: 3.0rem;
}

.block-content .block__foot p {
  margin-left: auto;
  margin-right: auto;
  font-size: 1.2rem;
  line-height: 1.50;
  opacity: 0.50;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  max-width: 35.0rem;
}

.block-content .block__foot > *:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
    - Block Aside
\* ------------------------------------------------------------ */

.block-aside {
  width: 100%;
}

.block-aside:not(:last-child) {
  margin-bottom: 5.2rem;
}

.block-aside .block__head {
  width: 100%;
}

.block-aside .block__head h6 {
  font-size: 1.2rem;
  line-height: 1.16;
  color: #9d9d9d;
  letter-spacing: 0.4px;
  margin-bottom: 0.7rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
}

.block-aside .block__head h4 {
  font-size: 2.7rem;
  line-height: 1.11;
  margin-bottom: 1.0rem;
  color: #242424;
  max-width: 23.0rem;
  font-family: miller-banner, serif;
  font-weight: 300;
}

.block-aside .block__head p {
  font-size: 1.4rem;
  line-height: 1.28;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  opacity: 0.8;
}

.block-aside .block__head:not(:last-child) {
  margin-bottom: 2.5rem;
}

.block-aside .block__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.9rem;
}

.block-aside .block__list:not(:last-child) {
  margin-bottom: 2.5rem;
}

.block-aside .block__list > a {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-aside .block__list-image {
  width: 5.2rem;
  height: 5.2rem;
  border-radius: 1.2rem;
}

.block-aside .block__list-content {
  width: calc(100% - 5.2rem);
  padding-left: 1.0rem;
}

.block-aside .block__list-content p {
  font-size: 1.1rem;
  line-height: 1.09;
  color: #231f20;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  margin-bottom: 0.4rem;
}

.block-aside .block__list-content h5 {
  opacity: 0.8;
  color: #231f20;
  font-size: 1.5rem;
  line-height: 1.20;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.block-aside .block__foot {
  width: 100%;
}

.block-aside .block__foot p {
  font-size: 1.2rem;
  line-height: 1.50;
  color: #231f20;
  opacity: 0.50;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.block-aside .block__callout {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.block-aside .block__callout-image {
  width: 7.6rem;
}

.block-aside .block__callout-image img {
  display: block;
  width: 100%;
  height: auto;
}

.block-aside .block__callout-content {
  width: calc(100% - 7.6rem);
  padding-left: 1.5rem;
}

.block-aside .block__callout-content p {
  font-size: 1.2rem;
  line-height: 1.50;
  letter-spacing: 0.4px;
  color: #231f20;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  max-width: 14.4rem;
}

/* ------------------------------------------------------------ *\
    - Post
\* ------------------------------------------------------------ */

.post {
  width: 100%;
}

.post > * {
  width: 100%;
}

.post .post__meta {
  margin-bottom: 3.2rem;
}

.post .post__meta h6 {
  font-size: 1.5rem;
  line-height: 1.70;
  color: #242424;
  letter-spacing: 0.3px;
  font-family: serif;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  margin: 0;
}

.post .post__meta h6 a {
  color: #242424;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.post .post__entry p,
.post .post__entry ul,
.post .post__entry ol,
.post .post__entry blockquote {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.70;
  margin-bottom: 3.0rem;
  color: #242424;
}

.post .post__entry h6 {
  font-size: 1.8rem;
  line-height: 1.38;
  text-transform: none;
  letter-spacing: 0.3px;
}

.post .post__entry h6 ~ h6 {
  margin-top: 3.0rem;
}

.post .post__entry > ul:not([class]) {
  list-style: none;
}

.post .post__entry > ul:not([class]) li {
  position: relative;
  padding-left: 1.5rem;
}

.post .post__entry > ul:not([class]) li:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 0.7rem;
  height: 0.1rem;
  background-color: currentColor;
}

.post .post__entry > ol:not([class]) {
  margin-left: 2.0rem;
}

.post .post__entry > *:last-child {
  margin-bottom: 0;
}

.post .post__comments-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 3.5rem;
}

.post .post__comments-head > a {
  display: inline-block;
  text-decoration: none;
  padding-left: 2.8rem;
  position: relative;
  font-size: 1.2rem;
  font-weight: 500;
  opacity: 0.6;
  color: #231f20;
  -webkit-transition: color 0.4s, opacity 0.4s;
  transition: color 0.4s, opacity 0.4s;
}

.post .post__comments-head > a:before {
  content: ' ';
  position: absolute;
  left: 0;
  top: 50%;
  width: 2.3rem;
  height: 1.6rem;
  border: 0.1rem solid #c0bdba;
  border-radius: 100%;
  margin-top: -0.8rem;
}

.post .post__comments-head .link-share {
  margin: 0 0 0 auto;
  position: relative;
}

.post .post__comments-head .link-share ul {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 1.0rem;
  background-color: #fbf7f2;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.post .post__comments-head .link-share button {
  cursor: pointer;
}

.post .post__comments-head .link-share button > * {
  pointer-events: none;
}

.post .post__comments-head .link-share button:hover + ul {
  opacity: 1;
  visibility: visible;
}

.post .post__comments-form {
  position: fixed;
  right: 0;
  top: var(--header-height);
  bottom: 0;
  overflow: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #fff;
  width: 44.2rem;
  z-index: 9999;
  -webkit-box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.post .post__comments-form > a {
  position: absolute;
  right: 2.0rem;
  top: 3.0rem;
  font-size: 0;
  line-height: 0;
  text-decoration: none;
  width: 1.6rem;
  height: 1.6rem;
  opacity: 0.20;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

.post .post__comments-form > a:before,
.post .post__comments-form > a:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  height: 0.1rem;
  background-color: black;
}

.post .post__comments-form > a:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.post .post__comments-form > a:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

body.admin-bar .post .post__comments-form {
  top: calc(var(--header-height) + 32px);
}

body.show-comments .post .post__comments-form {
  opacity: 1;
  visibility: visible;
}

.post .post__comments-form .comment-respond {
  margin-top: 0;
}

.post .post__comments-form .comment-respond ~ .comment-list {
  margin-top: 0;
}

.post .post__comments-form ol.children {
  position: relative;
  background-color: #231f20;
  color: #fff;
  padding: 1.0rem;
  margin-top: 1.2rem;
}

.post .post__comments-form ol.children .comment-body p,
.post .post__comments-form ol.children .comment-body .comment-author cite {
  color: #fff;
}

.post .post__comments-form ol.children li.comment:not(:first-child) {
  border-top: 0.2rem solid #fff;
  padding-top: 1.2rem;
  margin-top: 1.2rem;
}

.post .post__comments-form ol.children ol.children {
  background-color: rgba(255, 255, 255, 0.1);
}

.post .post__comments-form h3.comment-reply-title {
  background-color: #d9cfb8;
  font-size: 2.2rem;
  line-height: 1.10;
  font-weight: 300;
  padding: 2.4rem 6.0rem 2.4rem 2.0rem;
  margin: 0;
  text-transform: none;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.post .post__comments-form h3.comment-reply-title small {
  margin-left: auto;
  padding-left: 1.0rem;
}

.post .post__comments-form h3.comment-reply-title small a {
  font-family: proxima-nova, sans-serif;
  font-size: 1.4rem;
  color: #231f20;
  font-weight: 400;
  text-decoration: none;
}

.post .post__comments-form .comment-form {
  padding: 1.8rem 2.0rem;
}

.post .post__comments-form .comment-form p {
  font-size: 1.3rem;
  line-height: 1.33;
  opacity: 0.60;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.post .post__comments-form .comment-form-author input,
.post .post__comments-form .comment-form-email input {
  border-radius: 0;
  border: 0.1rem solid #231f20;
}

.post .post__comments-form .comment-form-comment textarea {
  height: 12.0rem;
  resize: none;
  background: #fff;
  border-radius: 0;
  border: 0.1rem solid #231f20;
}

.post .post__comments-form .form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  opacity: 1 !important;
}

.post .post__comments-form .form-submit input.submit {
  margin: 0;
  opacity: 1;
  border: 0;
  background: #231f20;
  cursor: pointer;
}

.post .post__comments-form .comment-list {
  margin: 5.0rem 0 0 0;
  padding: 0 2.0rem;
  width: 100%;
}

.post .post__comments-form .comment-list > * {
  width: 100%;
  padding: 2.0rem 0;
}

.post .post__comments-form .comment-list > *:first-child {
  padding-top: 0;
}

.post .post__comments-form .comment-list > *:last-child {
  padding-bottom: 0;
}

.post .post__comments-form .comment-list > *:not(:last-child) {
  border-bottom: 0.1rem solid #f0efee;
}

.post .post__comments-form .comment .comment-respond {
  width: auto;
  margin: 1.0rem -2.0rem;
  background-color: #fff;
}

.post .post__comments-form .comment .comment-respond .comment-reply-title {
  padding-right: 2.0rem;
}

.post .post__comments-form .comment .comment .comment-respond {
  margin: 1.0rem -3.0rem;
}

.post .post__comments-form .comment .comment .comment .comment-respond {
  margin: 1.0rem -4.0rem;
}

.post .post__comments-form .comment-body {
  padding: 0;
  width: 100%;
}

.post .post__comments-form .comment-body p {
  font-size: 1.4rem;
  line-height: 1.71;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  color: #242424;
}

.post .post__comments-form .comment-body .comment-author {
  margin-bottom: 0;
}

.post .post__comments-form .comment-body .comment-author cite {
  font-size: 1.4rem;
  text-transform: uppercase;
  color: #231f20;
  letter-spacing: 0.5px;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

.post .post__comments-form .comment-body .comment-author span {
  font-size: 1.2rem;
  line-height: 1.20;
  color: #989898;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.post .post__comments-form .comment-body .comment-meta a {
  font-size: 1.2rem;
  line-height: 1.20;
  color: #989898;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.post .post__comments-form .comment-body .reply {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.post .post__comments-form .comment-body .reply a {
  font-size: 1.4rem;
  color: #989898;
  text-decoration: none;
  line-height: 1.10;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
  text-transform: none;
  letter-spacing: 0;
}

.post .post__comments-form > blockquote {
  padding: 0;
  margin: 0;
  background: none;
}

/* ------------------------------------------------------------ *\
    - Slider Testimonials
\* ------------------------------------------------------------ */

.slider-testimonials {
  width: 100%;
  position: relative;
  text-align: center;
}

.slider-testimonials .slide__image {
  width: 100%;
  margin-bottom: 1.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.slider-testimonials .slide__image img {
  display: block;
  min-width: 6.8rem;
  width: 6.8rem;
  height: 6.8rem;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

.slider-testimonials .slide__body blockquote {
  padding: 0;
  background: none;
  margin: 0 auto 0.7rem auto;
  font-size: 3.0rem;
  line-height: 1.20;
  color: #242424;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  max-width: 71.6rem;
}

.slider-testimonials .slide__body blockquote:before {
  content: '“';
  display: inline;
}

.slider-testimonials .slide__body blockquote:after {
  content: '”';
  display: inline;
}

.slider-testimonials .slide__body h6 {
  font-size: 1.2rem;
  line-height: 1.4rem;
  color: #242424;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
}

.slider-testimonials .slide__action {
  margin-top: 3.5rem;
}

.slider-testimonials .slide__action a.btn {
  background-color: #231f20;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.42;
  padding: 0.7rem 2.0rem;
  letter-spacing: 0.5px;
}

/* ------------------------------------------------------------ *\
    - Subscribe Popup
\* ------------------------------------------------------------ */

.subscribe-popup {
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  width: 80%;
  padding: 10px 0;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s, visibility .3s;
  transition: opacity .3s, visibility .3s;
}

.subscribe-popup .list-subscribe ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.subscribe-popup .list-subscribe ul li {
  width: 50%;
  padding: 10px 10px;
}

.subscribe-popup .list-subscribe ul a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.subscribe-popup .list-subscribe ul span {
  margin: 0 0 0 10px;
}

.subscribe-popup .list-subscribe ul img {
  min-width: 37px;
}

.active .subscribe-popup {
  opacity: 1;
  visibility: visible;
}

/* ------------------------------------------------------------ *\
    - Podcast Episodes
\* ------------------------------------------------------------ */

.podcast-episodes {
  width: 100%;
}

.podcast-episodes > ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: -2.2rem 0;
  padding: 0;
}

.podcast-episodes > ol:before {
  content: ' ';
  position: absolute;
  left: 33.333%;
  right: 33.333%;
  top: 2.2rem;
  bottom: 2.2rem;
  border-left: 0.1rem solid #d3cfcb;
  border-right: 0.1rem solid #d3cfcb;
  pointer-events: none;
}

.podcast-episodes > ol > li {
  width: calc(100% / 3);
  padding: 2.2rem 3.0rem;
  position: relative;
}

/* ------------------------------------------------------------ *\
    - Episode
\* ------------------------------------------------------------ */

.podcast-episode {
  width: 100%;
}

.podcast-episode a {
  text-decoration: none;
}

.podcast-episode p:first-child {
  font-size: 1.1rem;
  color: #838383;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  letter-spacing: 0.1px;
  margin-bottom: 0.5rem;
  font-weight: 600;
}

.podcast-episode h3 {
  font-size: 2.8rem;
  line-height: 1.07;
  margin-bottom: 0.5rem;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.podcast-episode p:last-child {
  font-size: 1.2rem;
  line-height: 1.50;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

/* ------------------------------------------------------------ *\
    - Form Subscribe
\* ------------------------------------------------------------ */

.form-subscribe form.klaviyo-form > * > * {
  gap: 2.0rem;
  position: relative;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.form-subscribe form.klaviyo-form > * > * > * {
  padding: 0 !important;
}

.form-subscribe form.klaviyo-form > * > * > *:nth-child(3) {
  position: absolute !important;
  right: 1.0rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.form-subscribe form.klaviyo-form p {
  font-size: 1.4rem !important;
  line-height: 1.10;
}

.form-subscribe form.klaviyo-form span[style*="bold"] {
  font-family: miller-banner, serif !important;
  font-weight: 300 !important;
  display: block !important;
  margin-bottom: 1.0rem !important;
}

.form-subscribe form.klaviyo-form input[type="email"] {
  border-radius: 0 !important;
  height: 3.4rem !important;
  color: #939393 !important;
  font-size: 1.2rem !important;
  line-height: 1.10 !important;
  padding: 0 10.0rem 0 1.6rem !important;
  -webkit-transition: color 0.4s, border 0.4s;
  transition: color 0.4s, border 0.4s;
}

.form-subscribe form.klaviyo-form input[type="email"]:focus {
  border-color: #000 !important;
  color: #000 !important;
}

.form-subscribe form.klaviyo-form button {
  padding: 0 1.5rem !important;
  height: 2.2rem !important;
  background-color: #fffc00 !important;
  font-size: 1.0rem !important;
  line-height: 1.10 !important;
  color: #000 !important;
  -webkit-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
  text-transform: uppercase !important;
  border-radius: 0 !important;
}

/* ------------------------------------------------------------ *\
    - Ico Logo Sample
\* ------------------------------------------------------------ */

.ico-logo-simple {
  width: 4.0rem;
  height: 4.0rem;
}

.ico-logo-simple svg {
  display: block;
  width: inherit;
  height: inherit;
}

.ico-logo-simple path,
.ico-logo-simple polygon {
  stroke-width: 0;
  fill: #231f20;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}

/* Is Homepage */

body.home:not(.show-fixed-header):not(.open-nav) .ico-logo-simple path,
body.home:not(.show-fixed-header):not(.open-nav) .ico-logo-simple polygon {
  fill: #fff;
}

/* Not Homepage */

body:not(.home) .ico-logo-simple path,
body:not(.home) .ico-logo-simple polygon {
  fill: #231f20;
}

/* Show Fixed header */

body.show-fixed-headser .ico-logo-simple path,
body.show-fixed-headser .ico-logo-simple polygon {
  fill: #231f20;
}

/* ------------------------------------------------------------ *\
    - Ico Logo Full
\* ------------------------------------------------------------ */

.ico-logo-full {
  width: 18.5rem;
  height: 1.9rem;
}

.ico-logo-full svg {
  display: block;
  width: inherit;
  height: inherit;
}

.ico-logo-full svg + svg {
  display: none;
}

.ico-logo-full path,
.ico-logo-full polygon {
  stroke-width: 0;
  fill: #231f20;
  -webkit-transition: fill 0.4s;
  transition: fill 0.4s;
}

/* Is Homepage */

body.home .ico-logo-full path,
body.home .ico-logo-full polygon {
  fill: #fff;
}

/* Not Homepage */

body:not(.home) .ico-logo-full path,
body:not(.home) .ico-logo-full polygon {
  fill: #231f20;
}

/* Show Fixed header */

body.show-fixed-headser .ico-logo-full path,
body.show-fixed-headser .ico-logo-full polygon {
  fill: #231f20;
}

/* ------------------------------------------------------------ *\
    - Ico Arrow Scroll To
\* ------------------------------------------------------------ */

.ico-arrow-scroll-to {
  height: 1.8rem;
  width: 0.2rem;
  background-color: #333;
  display: block;
  position: relative;
  margin: 0 1.0rem;
}

.ico-arrow-scroll-to:before,
.ico-arrow-scroll-to:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.9rem;
  background-color: inherit;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.ico-arrow-scroll-to:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ico-arrow-scroll-to:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ------------------------------------------------------------ *\
    - Ico Arrow
\* ------------------------------------------------------------ */

.ico-arrow {
  width: 1.3rem;
  margin: 0.5rem 0;
  height: 0.1rem;
  background-color: #231f20;
  font-size: 0;
  line-height: 0;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  text-indent: -400.0rem;
}

.ico-arrow:before,
.ico-arrow:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 50%;
  -webkit-transform-origin: left center;
  transform-origin: left center;
  background-color: inherit;
}

.ico-arrow:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.ico-arrow:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

/* ------------------------------------------------------------ *\
    - Section List Boxes
\* ------------------------------------------------------------ */

.section-list-boxes {
  width: 100%;
  position: relative;
  margin: 2.6rem 0;
}

.section-list-boxes .section__inner {
  width: 100%;
}

.section-list-boxes .section__head {
  text-align: center;
  width: 100%;
  margin-bottom: 1.0rem;
}

.section-list-boxes .section__head h3 {
  font-size: 2.1rem;
  line-height: 1.33;
}

.section-list-boxes .section__body {
  width: 100%;
  max-width: 79.2rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fbf7f3;
  border-radius: 0.5rem;
  padding: 2.0rem;
}

/* ------------------------------------------------------------ *\
    - Section Columns
\* ------------------------------------------------------------ */

.section-columns {
  margin: 5.6rem 0 2.6rem 0;
  position: relative;
  overflow: hidden;
}

.section-columns .section__head {
  text-align: center;
  margin-bottom: 2.8rem;
}

.section-columns .section__head h2 {
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 1px;
  padding-bottom: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  padding-bottom: 0.5rem;
}

.section-columns .section__head h2:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fffc00;
  height: 0.4rem;
}

.section-columns .section__body {
  width: 100%;
  margin-bottom: 5.8rem;
}

.section-columns .section__actions {
  width: 100%;
  margin-bottom: 4.7rem;
  text-align: center;
}

.section-columns .section__actions a.btn {
  background-color: #242424;
  color: #fff;
  font-size: 1.4rem;
  line-height: 1.42;
  padding: 0.7rem 2.0rem;
  min-width: 16.0rem;
}

.section-columns .section__foot {
  width: 100%;
  margin-bottom: 1.7rem;
  text-align: center;
}

.section-columns .section__foot p {
  font-size: 1.2rem;
  line-height: 1.50;
  opacity: 0.8;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.section-columns .section__foot p strong {
  font-size: 1.4rem;
  line-height: 1.07;
}

.section-columns .section__scroll-to-next-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-columns .section__scroll-to-next-section a {
  font-size: 0;
  line-height: 0;
  display: block;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}

/* ------------------------------------------------------------ *\
    - Section Columns Alt
\* ------------------------------------------------------------ */

.section-columns-alt {
  width: 100%;
  margin: 4.8rem 0;
}

.section-columns-alt .section__head {
  text-align: center;
  margin-bottom: 3.2rem;
}

.section-columns-alt .section__head h2 {
  font-size: 3.3rem;
  line-height: 1.45;
  margin-bottom: 2.9rem;
}

.section-columns-alt .section__head h6,
.section-columns-alt .section__head h4 {
  font-size: 1.2rem;
  line-height: 1.75;
  color: #231f20;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
}

.section-columns-alt .section__head > *:last-child {
  margin-bottom: 0;
}

.section-columns-alt .section__body {
  container-type: inline-size;
}

.section-columns-alt .section__columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  width: auto;
  margin: -3.6rem -3.0rem;
}

.section-columns-alt .section__column {
  width: calc(100% / 3);
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 3.6rem;
  position: relative;
}

.section-columns-alt .section__column:after {
  content: ' ';
  position: absolute;
  left: 3.6rem;
  right: 3.6rem;
  top: -0.1rem;
  height: 0.1rem;
  background-color: #d3cfcb;
}

.section-columns-alt .section__column:not(:last-child):before {
  content: ' ';
  position: absolute;
  right: 0;
  top: 3.6rem;
  bottom: 3.6rem;
  width: 0.1rem;
  background-color: #d3cfcb;
}

.section-columns-alt .section__column h3 {
  font-size: 2.8rem;
  font-weight: 300;
  line-height: 1.20;
  margin-bottom: 0.6rem;
}

.section-columns-alt .section__column h3 ~ h3 {
  margin-top: 6.0rem;
}

.section-columns-alt .section__column h4 {
  font-size: 3.3rem;
  line-height: 1.09;
  font-family: miller-banner, serif;
  font-weight: 300;
  margin-bottom: 1.0rem;
  letter-spacing: 0;
}

.section-columns-alt .section__column h4 ~ h4 {
  margin-top: 3.0rem;
}

.section-columns-alt .section__column p {
  font-size: 1.3rem;
  line-height: 1.50;
  letter-spacing: 0.1px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  opacity: 0.80;
}

.section-columns-alt .section__column p a:not(.btn) {
  font-family: miller-banner, serif;
  font-weight: 400;
  font-size: 1.4rem;
  display: inline-block;
  vertical-align: top;
  margin-top: 4.0rem;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.section-columns-alt .section__column > *:last-child {
  margin-bottom: 0;
}

.section-columns-alt .section__column--alt p {
  font-size: 1.4rem;
  line-height: 1.30;
}

.section-columns-alt .section__actions {
  text-align: center;
  width: 100%;
  margin-top: 6.4rem;
}

/* ------------------------------------------------------------ *\
    - Section Image
\* ------------------------------------------------------------ */

.section-image {
  margin: 2.6rem 0;
}

.section-image .section__image img {
  display: block;
  width: 100%;
  height: auto;
}

.section-image .section__image--mobile {
  display: none;
}

/* ------------------------------------------------------------ *\
    - Section latest reading
\* ------------------------------------------------------------ */

.section-latest-reading {
  margin: 6.5rem 0;
}

.section-latest-reading .section__head {
  text-align: center;
  margin-bottom: 7.0rem;
}

.section-latest-reading .section__head h6 {
  font-size: 1.2rem;
  line-height: 1.16;
  opacity: 0.40;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
}

.section-latest-reading .section__head h2 {
  font-size: 4.1rem;
  line-height: 1.29;
  margin-bottom: 0.3rem;
}

.section-latest-reading .section__head ul {
  list-style: none;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 2.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.4rem;
  margin: 0;
}

.section-latest-reading .section__head ul li {
  position: relative;
  font-size: 1.1rem;
  line-height: 1.20;
  text-transform: uppercase;
}

.section-latest-reading .section__head ul li:not(:last-child):before {
  content: ' ';
  position: absolute;
  width: 0.1rem;
  height: 0.9rem;
  background-color: #a3a3a3;
  right: -0.7rem;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.section-latest-reading .section__head ul li span {
  display: none;
  margin: 0 0.1rem;
}

.section-latest-reading .section__body {
  width: 100%;
  max-width: 64.0rem;
  margin-left: auto;
  margin-right: auto;
	max-height:300px;
	overflow:hidden;

}

.section-latest-reading .section__body p {
  margin-bottom: 3.5rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.83;
}

.section-latest-reading .section__body > *:last-child {
  margin-bottom: 0;
}

.section-latest-reading .section__action {
  text-align: center;
  width: 100%;
  background-color: #fff;
  position: relative;
  z-index: 10;
  margin-top: -3.0rem;
}

.section-latest-reading .section__action:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: -8.0rem;
  height: 8.0rem;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
}

.section-latest-reading .section__action a.btn {
  background-color: #242424;
  color: #fff;
  padding: 0.7rem 2.0rem;
  min-width: 17.8rem;
}

/* ------------------------------------------------------------ *\
    - Section Form
\* ------------------------------------------------------------ */

.section-form {
  margin: 3.0rem 0;
}

/* ------------------------------------------------------------ *\
    Section Upcoming plan
\* ------------------------------------------------------------ */

.section-upcoming-plan {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #efeeea;
  padding: 6.0rem 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 70.0rem;
}

.section-upcoming-plan:last-child {
  margin-bottom: -2.0rem;
}

.section-upcoming-plan .section__image {
  width: auto;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  left: calc(50% - 4.0rem);
  font-size: 0;
  line-height: 0;
  pointer-events: none;
  mix-blend-mode: darken;
}

.section-upcoming-plan .section__image img {
  -o-object-position: left bottom;
  object-position: left bottom;
}

.section-upcoming-plan .section__image-title {
  display: none;
}

.section-upcoming-plan .section__body {
  width: 100%;
  max-width: 79.2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  z-index: 10;
}

.section-upcoming-plan .section__body > * {
  width: 100%;
  max-width: calc(50% - 4.0rem);
}

.section-upcoming-plan .section__body h6 {
  font-size: 1.5rem;
  opacity: 0.4;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  text-transform: none;
  letter-spacing: 0;
  margin-bottom: 0.6rem;
}

.section-upcoming-plan .section__body h6 ~ h6 {
  opacity: 1;
  color: #8a8a8a;
  margin-bottom: 3.2rem;
}

.section-upcoming-plan .section__body h2 {
  font-size: 5.4rem;
  line-height: 1.11;
  font-weight: 300;
  margin-bottom: 0.5rem;
  position: relative;
  margin-right: -2.0rem;
}

.section-upcoming-plan .section__body-title {
  margin-bottom: 3.2rem;
}

.section-upcoming-plan .section__body-title > *:last-child {
  margin-bottom: 0;
}

.section-upcoming-plan .section__body-content p {
  font-size: 1.5rem;
  line-height: 1.60;
}

.section-upcoming-plan .section__body-action {
  width: 100%;
  margin-top: 5.1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.4rem;
}

.section-upcoming-plan .section__body-action a.btn {
  min-width: 16.0rem;
  padding: 0.7rem 2.0rem;
  font-size: 1.2rem;
  background-color: #231f20;
  color: #fff;
}

.section-upcoming-plan .section__body-action p {
  font-size: 1.3rem;
  line-height: 1.38;
  opacity: 0.40;
  position: relative;
  margin-right: -1.0rem;
  margin-bottom: 0;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}

.section-upcoming-plan .section__body-action--alt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 3.0rem;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-upcoming-plan .section__body-action--alt p {
  opacity: 1;
}

/* ------------------------------------------------------------ *\
    - Section Plans
\* ------------------------------------------------------------ */

.section-plans {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 5.0rem 0;
}

.section-plans .section__head {
  text-align: center;
  margin-bottom: 3.2rem;
}

.section-plans .section__head h2 {
  font-size: 1.2rem;
  line-height: 1.75;
  letter-spacing: 1px;
  padding-bottom: 0;
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  padding-bottom: 0.5rem;
}

.section-plans .section__head h2:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fffc00;
  height: 0.4rem;
}

.section-plans .section__foot {
  text-align: center;
  width: 100%;
  margin-top: 1.6rem;
}

.section-plans .section__foot p {
  font-size: 1.2rem;
  line-height: 1.30;
  opacity: 0.60;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.section-plans .section__foot p a {
  font-weight: 600;
}

/* ------------------------------------------------------------ *\
    - Plan
\* ------------------------------------------------------------ */

.section-plan {
  width: 100%;
  position: relative;
  border-top: 0.1rem solid #d3cfcb;
  border-bottom: 0.1rem solid #d3cfcb;
}

.section-plan:last-child {
  border-bottom: 0;
}

.section-plan .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-plan .section__aside {
  width: 28.0rem;
  padding: 3.0rem 2.2rem 3.0rem 0;
  border-right: 0.1rem solid #d3cfcb;
}

.section-plan .section__aside-holder {
  position: sticky;
  top: calc(var(--header-height) + 3.0rem);
}

body.admin-bar .section-plan .section__aside-holder {
  top: calc(var(--header-height) + 3.0rem + 46px);
}

.section-plan .section__content {
  width: calc(100% - 28.0rem);
  padding: 3.0rem 0;
}

.section-plan .section__content > * {
  padding-left: 6.9rem;
  padding-bottom: 3.8rem;
  width: 100%;
  position: relative;
}

.section-plan .section__content > *:first-child ~ * {
  padding-top: 3.8rem;
}

.section-plan .section__content > *:not(:last-child):before {
  content: ' ';
  position: absolute;
  left: 0;
  right: calc((97.2rem - 100vw) / 2);
  bottom: 0;
  height: 0.1rem;
  background-color: #d3cfcb;
}

/* ------------------------------------------------------------ *\
    - Section Testimoial
\* ------------------------------------------------------------ */

.section-testimonial {
  margin: 5.0rem 0;
}

.section-testimonial .section__body {
  text-align: center;
  width: 100%;
  max-width: 79.2rem;
  margin-left: auto;
  margin-right: auto;
}

.section-testimonial .section__body h6 {
  font-size: 1.1rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.section-testimonial .section__body p {
  font-size: 3.0rem;
  line-height: 1.20;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.section-testimonial .section__body p:before,
.section-testimonial .section__body p:after {
  display: inline-block;
}

.section-testimonial .section__body p:before {
  content: '“';
}

.section-testimonial .section__body p:after {
  content: '”';
}

/* ------------------------------------------------------------ *\
    - Section Content Center
\* ------------------------------------------------------------ */

.section-content-center {
  margin: 4.3rem 0;
  text-align: center;
}

.section-content-center:first-child {
  margin-top: 6.0rem;
}

.section-content-center h1 {
  font-size: 3.3rem;
  line-height: 1.20;
  margin-bottom: 1.0rem;
}

.section-content-center p {
  font-size: 1.4rem;
  line-height: 1.50;
  max-width: 50.0rem;
  margin-left: auto;
  margin-right: auto;
  font-family: proxima-nova, sans-serif;
  font-weight: 500;
}

/* ------------------------------------------------------------ *\
     Section Content And image
\* ------------------------------------------------------------ */

.section-content-and-image {
  width: 100%;
  margin: 4.5rem 0;
}

.section-content-and-image .section__inner {
  width: 100%;
  background-color: #f0ece8;
  padding: 3.3rem 20.3rem 3.3rem 3.3rem;
  position: relative;
  border-radius: 0.5rem;
  min-height: 32.5rem;
  max-width: 61.5rem;
  margin-left: auto;
  margin-right: auto;
}

.section-content-and-image .section__content h6 {
  opacity: 0.4;
  font-size: 1.4rem;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
}

.section-content-and-image .section__content h2 {
  font-size: 4.2rem;
  line-height: 1.10;
  color: #3c3c3c;
}

.section-content-and-image .section__content h2 + h6 {
  text-transform: uppercase;
  font-size: 1.2rem;
  color: #8a8a8a;
}

.section-content-and-image .section__content p {
  font-size: 1.4rem;
  line-height: 1.50;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

.section-content-and-image .section__content a.btn {
  min-width: 16.0rem;
}

.section-content-and-image .section__content > *:last-child {
  margin-bottom: 0;
}

.section-content-and-image .section__image {
  position: absolute;
  right: -2.4rem;
  top: 50%;
  width: 18.0rem;
  height: 22.0rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0.8rem;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-shadow: 1.5rem 1.5rem 2rem rgba(0, 0, 0, 0.2);
  box-shadow: 1.5rem 1.5rem 2rem rgba(0, 0, 0, 0.2);
}

.section-content-and-image .section__image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* ------------------------------------------------------------ *\
    - Section Content And Image Alt
\* ------------------------------------------------------------ */

.section-content-and-image-alt {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 8.3rem 0;
}

.section-content-and-image-alt .shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.section-content-and-image-alt .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.3rem;
  width: 50%;
  font-size: 0;
  line-height: 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.section-content-and-image-alt .section__inner:nth-child(even) {
  padding-left: 4.6rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  gap: 2.7rem;
}

.section-content-and-image-alt .section__inner:nth-child(even) .section__image span {
  margin-left: 0;
  margin-right: -7.0rem;
}

.section-content-and-image-alt .section__inner:nth-child(even) .section__content blockquote {
  max-width: 100%;
  margin-left: 0;
  margin-right: auto;
}

.section-content-and-image-alt .section__content {
  width: 100%;
  padding: 5.5rem 2.5rem;
}

.section-content-and-image-alt .section__content blockquote {
  max-width: 36.3rem;
  width: 100%;
  padding: 0;
  margin: 0 0 0 auto;
  background: none;
}

.section-content-and-image-alt .section__content p {
  font-size: 2.2rem;
  line-height: 1.25;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  letter-spacing: 0;
}

.section-content-and-image-alt .section__image {
  width: 100%;
  font-size: 0;
  line-height: 0;
}

.section-content-and-image-alt .section__image span {
  width: auto;
  display: block;
  position: relative;
  margin-left: -7.0rem;
}

/* ------------------------------------------------------------ *\
    - Section Filter
\* ------------------------------------------------------------ */

.section-filter {
  margin-top: 5.0rem;
  margin-bottom: 2.5rem;
}

.section-filter .section__inner {
  width: 100%;
  max-width: 66.0rem;
  margin-left: auto;
  margin-right: auto;
  border-bottom: 0.1rem solid #d3cfcb;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 1.7rem;
}

.section-filter .section__inner-title {
  margin-right: auto;
}

.section-filter .section__inner-title p {
  opacity: 0.8;
  font-size: 1.6rem;
  line-height: 1.125;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  margin: 0;
}

.section-filter .section__inner-filter {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.6rem;
}

.section-filter .section__inner-filter p {
  color: #6b6b6b;
  font-size: 1.2rem;
  line-height: 1.50;
  text-transform: uppercase;
  font-weight: 400;
  font-family: proxima-nova, sans-serif;
  margin: 0;
  letter-spacing: 1px;
}

/* ------------------------------------------------------------ *\
    - Section Products
\* ------------------------------------------------------------ */

.section-products {
  width: 100%;
  margin: 2.0rem 0 5.0rem 0;
}

/* ------------------------------------------------------------ *\
    - Section Hero
\* ------------------------------------------------------------ */

.section-hero {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-size: cover;
  background-position: center center;
}

.section-hero .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 44.6rem;
  width: 100%;
  max-width: 83.0rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.4rem 0;
}

.section-hero .section__mobile-top {
  display: none;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}

.section-hero .section__mobile-top h6 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  opacity: 0.70;
  text-transform: none;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.14;
  letter-spacing: 0;
}

.section-hero .section__mobile-top > *:last-child {
  margin-bottom: 0;
}

.section-hero .section__content {
  width: calc(100% - 30.8rem);
  padding-right: 6.0rem;
}

.section-hero .section__content a.btn {
  padding: 0.7rem 2.5rem;
}

.section-hero .section__content h6 {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  opacity: 0.70;
  text-transform: none;
  margin-bottom: 0.5rem;
  font-size: 1.4rem;
  line-height: 1.14;
  letter-spacing: 0;
}

.section-hero .section__content h1 {
  font-weight: 300;
  font-size: 7.6rem;
  line-height: 1.05;
  color: #3c3c3c;
  margin-bottom: 0.9rem;
}

.section-hero .section__content h6 ~ h6 {
  text-transform: uppercase;
  font-size: 1.2rem;
  line-height: 1.16;
  color: #242424;
  opacity: 0.60;
  margin-bottom: 4.0rem;
}

.section-hero .section__image {
  width: 30.8rem;
}

.section-hero .section__image span {
  display: block;
  width: 100%;
  height: 38.7rem;
}

.section-hero .section__image img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/* ------------------------------------------------------------ *\
    -- Mobile Alt
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    - Section Heading
\* ------------------------------------------------------------ */

.section-heading {
  margin: 2.3rem 0;
  text-align: center;
}

.section-heading h2 {
  font-size: 2.3rem;
  font-weight: 300;
  line-height: 1.30;
  color: #242424;
  display: inline-block;
  vertical-align: top;
  position: relative;
}

.section-heading h2:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: calc(100% + 0.4rem);
  height: 0.4rem;
  background-color: #fffc00;
}

/* ------------------------------------------------------------ *\
    - Section Post Single Head
\* ------------------------------------------------------------ */

.section-post-single-head {
  width: 100%;
  position: relative;
  margin: 7.0rem 0;
}

.section-post-single-head:first-child {
  margin-top: 13.0rem;
}

.section-post-single-head .block-player {
  padding-left: 7.0rem;
  width: 100%;
  margin-top: 4.9rem;
  font-size: 0;
  line-height: 0;
}

.section-post-single-head .section__inner {
  width: calc(100% - 23.0rem);
  padding-right: 9.0rem;
}

.section-post-single-head .section__head {
  margin-bottom: 1.5rem;
  width: 100%;
}

.section-post-single-head .section__head ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-post-single-head .section__head li {
  position: relative;
  font-size: 1.2rem;
  line-height: 1.33;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-post-single-head .section__head li:not(:last-child) {
  padding-right: 1.4rem;
}

.section-post-single-head .section__head li:not(:last-child):before {
  content: ' ';
  position: absolute;
  right: 0.8rem;
  top: 50%;
  width: 0.1rem;
  height: 1.0rem;
  margin-top: -0.5rem;
  background-color: #231f20;
}

.section-post-single-head .section__head a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 1.0rem;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.section-post-single-head .section__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-post-single-head .section__body-title {
  width: calc(100% - 20.0rem);
  padding-right: 5.0rem;
  padding-left: 2.0rem;
}

.section-post-single-head .section__body-title:last-child {
  width: 100%;
  padding-right: 0;
}

.section-post-single-head .section__body-title h1 {
  font-size: 4.3rem;
  line-height: 1.10;
  color: #242424;
}

.section-post-single-head .section__body-title h5 {
  font-size: 1.5rem;
  line-height: 1.40;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  letter-spacing: 0.25px;
  padding-top: 1.0rem;
}

.section-post-single-head .section__body-meta {
  width: 20.0rem;
  text-align: right;
}

.section-post-single-head .section__body-meta h6 {
  font-size: 1.1rem;
  line-height: 1.11;
  text-transform: uppercase;
  color: #242424;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  margin-bottom: 2.0rem;
  letter-spacing: 0;
}

.section-post-single-head .section__body-meta h6 span {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 1.0rem;
  position: relative;
}

.section-post-single-head .section__body-meta h6 span:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.4rem;
  background-color: #fffc00;
}

.section-post-single-head .section__body-meta p {
  font-size: 1.2rem;
  line-height: 1.92;
  letter-spacing: 0.1px;
  text-decoration: underline;
}

.section-post-single-head .section__body-meta p span {
  display: none;
}

/* ------------------------------------------------------------ *\
    -- Alt
\* ------------------------------------------------------------ */

.section-post-single-head--alt:not(:last-child) {
  margin-bottom: 0;
}

.section-post-single-head--alt:not(:last-child) + section.section-post-single-entry {
  margin-top: 0;
}

/* ------------------------------------------------------------ *\
    - Section Post Single Entry
\* ------------------------------------------------------------ */

.section-post-single-entry {
  margin: 5.5rem 0 15.0rem 0;
  position: relative;
  z-index: 20;
}

.section-post-single-entry .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-post-single-entry .section__content {
  width: calc(100% - 23.0rem);
  padding: 0 9.0rem;
}

.section-post-single-entry .section__image {
  width: 23.0rem;
}

.section-post-single-entry .section__image span {
  display: block;
  position: sticky;
  font-size: 0;
  line-height: 0;
  width: auto;
  margin-right: calc( (96.9rem - 100vw) / 2);
  top: calc(100vh - 56.0rem);
}

.section-post-single-entry .section__image img {
  display: block;
  width: 100%;
  height: 54.0rem;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center center;
  object-position: center center;
}

/* ------------------------------------------------------------ *\
    - Section Content Center Alt
\* ------------------------------------------------------------ */

.section-content-center-alt {
  text-align: center;
  width: 100%;
  margin: 5.5rem 0;
}

.section-content-center-alt .section__inner h6 {
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  font-size: 1.2rem;
  line-height: 1.40;
  margin-bottom: 1.0rem;
}

.section-content-center-alt .section__inner h3 {
  font-size: 2.4rem;
  line-height: 1.37;
  margin-bottom: 1.0rem;
  font-weight: 300;
}

.section-content-center-alt .section__inner h2 {
  font-size: 3.3rem;
  line-height: 1.27;
  font-weight: 300;
}

.section-content-center-alt .section__inner h2 strong {
  display: inline-block;
  position: relative;
  font-weight: 300;
}

.section-content-center-alt .section__inner h2 strong:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0.4rem;
  background-color: #fffc00;
}

.section-content-center-alt .section__inner p {
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  color: #888;
  font-size: 1.2rem;
  line-height: 1.22;
  letter-spacing: 0.5px;
}

.section-content-center-alt .section__inner > *:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
    - Section Testimonial Alt
\* ------------------------------------------------------------ */

body:not(.page-template-default) .section-testimonial-alt {
  width: 100%;
  margin: 4.8rem 0;
}

body:not(.page-template-default) .section-testimonial-alt + section.section-features .section__head {
  margin-bottom: 5.0rem;
}

body:not(.page-template-default) .section-testimonial-alt + section.section-features .section__head h6 {
  font-size: 2.7rem;
  line-height: 1.55;
}

/* ------------------------------------------------------------ *\
    - Section Features
\* ------------------------------------------------------------ */

.section-features {
  width: 100%;
  background-color: #231f20;
  position: relative;
  overflow: hidden;
  padding: 8.4rem 0;
}

.section-features .section__background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
}

.section-features .section__background span {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.section-features .section__inner {
  max-width: 79.3rem;
  background-color: #fff;
  border-radius: 0.5rem;
  padding: 3.5rem;
  text-align: center;
  position: relative;
  z-index: 10;
  margin-left: auto;
  margin-right: auto;
}

.section-features .section__inner > *:last-child {
  margin-bottom: 0;
}

.section-features .section__head {
  width: 100%;
  margin-bottom: 3.2rem;
}

.section-features .section__head h6 {
  font-size: 2.0rem;
  line-height: 1.22;
  font-weight: 300;
  text-transform: none;
  letter-spacing: 0;
}

.section-features .section__head h6 strong {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.6rem;
  -webkit-text-decoration-color: #fffc00;
  text-decoration-color: #fffc00;
}

.section-features .section__list {
  width: 100%;
  margin-bottom: 4.0rem;
  position: relative;
  overflow: hidden;
}

.section-features .section__list > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: -2.7rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-features .section__list > ul > li {
  width: calc(100% / 3);
  padding: 2.7rem;
}

.section-features .section__list img {
  display: block;
  width: 5.1rem;
  height: 5.1rem;
  border-radius: 50%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center center;
  object-position: center center;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
}

.section-features .section__list h6 {
  font-size: 1.2rem;
  line-height: 1.75;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: #252525;
  max-width: 20.0rem;
  margin-left: auto;
  margin-right: auto;
}

.section-features .section__body {
  width: 100%;
  position: relative;
  max-width: 69.0rem;
  margin-left: auto;
  margin-right: auto;
}

.section-features .section__body h3 {
  font-size: 2.8rem;
  line-height: 1.44;
  font-weight: 300;
  letter-spacing: 0;
}

.section-features .section__body h3 strong {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 300;
}

.section-features .section__body h3 strong:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0.4rem;
  background-color: #fffc00;
}

.section-features .section__actions a.btn {
  background-color: #231f20;
  color: #fff;
}

/* ------------------------------------------------------------ *\
    - Section Subscribe Options
\* ------------------------------------------------------------ */

.section-subscribe-options {
  margin: 6.0rem 0 4.0rem 0;
  position: relative;
  overflow: hidden;
}

.section-subscribe-options .section__head {
  text-align: center;
  position: relative;
  margin-bottom: 4.0rem;
}

.section-subscribe-options .section__head h2 {
  font-size: 3.3rem;
  line-height: 1.27;
}

.section-subscribe-options .section__head:before {
  content: ' ';
  position: absolute;
  left: 50%;
  top: 100%;
  height: 0.4rem;
  background-color: #fffc00;
  width: 22.6rem;
  margin-left: -11.3rem;
}

.section-subscribe-options .section__body {
  max-width: 79.6rem;
  background-color: #fbf7f3;
  padding: 3.8rem 6.2rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-subscribe-options .section__aside {
  width: 26.0rem;
}

.section-subscribe-options .section__aside h3 {
  font-size: 2.7rem;
  line-height: 1.22;
  margin-bottom: 2.7rem;
}

.section-subscribe-options .section__aside h3 ~ h3 {
  margin-bottom: 0;
}

.section-subscribe-options .section__aside p {
  font-size: 1.1rem;
  line-height: 1.22;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  margin-bottom: 2.7rem;
}

.section-subscribe-options .section__content {
  width: calc(100% - 26.0rem);
  padding-left: 6.0rem;
}

.section-subscribe-options .section__content-title {
  text-align: center;
  margin-bottom: 1.8rem;
}

.section-subscribe-options .section__content-title h6 {
  font-size: 1.2rem;
  line-height: 1.75;
  color: #252525;
  letter-spacing: 1px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}

.section-subscribe-options .section__content-tabs-actions {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  margin-bottom: 1.8rem;
}

.section-subscribe-options .section__content-tabs-actions ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: 0;
}

.section-subscribe-options .section__content-tabs-actions li {
  width: 50%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.section-subscribe-options .section__content-tabs-actions li.active a {
  background-color: #231f20;
  color: #fff;
  pointer-events: none;
}

.section-subscribe-options .section__content-tabs-actions p {
  display: inline-block;
  vertical-align: top;
  font-size: 1.0rem;
  line-height: 1.10;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-top: 1.0rem;
  position: relative;
}

.section-subscribe-options .section__content-tabs-actions p:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  height: 0.4rem;
  background-color: #fffc00;
}

.section-subscribe-options .section__content-tabs-actions a {
  display: block;
  text-decoration: none;
  font-size: 1.1rem;
  line-height: 1.81;
  background-color: #e1deda;
  color: #231f20;
  width: 100%;
  padding: 0.6rem 2.0rem;
  -webkit-transition: color 0.4s, background 0.4s;
  transition: color 0.4s, background 0.4s;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.section-subscribe-options .section__content-tabs {
  width: 100%;
  position: relative;
}

.section-subscribe-options .section__content-tab {
  width: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.4s, visibility 0.4s;
  transition: opacity 0.4s, visibility 0.4s;
}

.section-subscribe-options .section__content-tab.active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.section-subscribe-options .section__content-tab ul {
  list-style: none;
  margin: 0 0 2.0rem 0;
}

.section-subscribe-options .section__content-tab li {
  position: relative;
  padding-left: 1.5rem;
  font-size: 1.1rem;
  line-height: 1.4rem;
  color: #252525;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.section-subscribe-options .section__content-tab li:not(:last-child) {
  margin-bottom: 1.6rem;
}

.section-subscribe-options .section__content-tab li:before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
}

.section-subscribe-options .section__content-tab li strong {
  font-weight: 600;
  color: #919191;
}

.section-subscribe-options .section__content-tab blockquote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 1.1rem 0 0 0;
  margin: 0;
  background: none;
  gap: 1.8rem;
}

.section-subscribe-options .section__content-tab blockquote a.btn {
  background-color: #231f20;
  color: #fff;
  margin-left: auto;
}

.section-subscribe-options .section__content-tab blockquote > p {
  color: #184158;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  margin: 0 auto 0 0;
  font-size: 0;
  line-height: 0;
}

.section-subscribe-options .section__content-tab blockquote > p small {
  font-size: 2.4rem;
  line-height: 1.10;
  margin-bottom: auto;
}

.section-subscribe-options .section__content-tab blockquote > p strong {
  font-size: 3.8rem;
  line-height: 1.10;
  font-weight: 400;
}

.section-subscribe-options .section__content-tab blockquote > p span {
  font-size: 1.8rem;
  line-height: 1.10;
  margin-top: auto;
  padding-bottom: 0.4rem;
}

.section-subscribe-options .section__content-tab > *:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
    - Section Global Button Color
\* ------------------------------------------------------------ */

section.section-global-button-color ~ section .btn {
  background-color: var(--button-color, #231f20) !important;
  color: #fff !important;
}

/* ------------------------------------------------------------ *\
    - Section Callout
\* ------------------------------------------------------------ */

.section-callout {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #231f20;
  padding: 6.0rem 0;
}

.section-callout .shell {
  position: relative;
  z-index: 10;
}

.section-callout .section__background {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
}

.section-callout .section__background:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 40%;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(125, 185, 232, 0)), to(var(--button-color, #231f20)));
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, var(--button-color, #231f20) 100%);
}

.section-callout .section__head {
  text-align: center;
  width: 100%;
  margin-bottom: 3.0rem;
}

.section-callout .section__head h4 {
  font-size: 2.6rem;
  line-height: 1.20;
  color: #fff;
}

.section-callout .section__inner {
  width: 100%;
  background-color: #f1f1f1;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 68.2rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.section-callout .section__image {
  width: calc(100% - 29.0rem);
  min-height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 2.0rem;
}

.section-callout .section__image span {
  display: block;
  max-width: 24.4rem;
  margin-left: auto;
  margin-right: auto;
}

.section-callout .section__image img {
  display: block;
  width: 100%;
  height: auto;
}

.section-callout .section__content {
  width: 29.0rem;
  padding: 2.6rem 3.2rem;
  min-height: 100%;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 39.2rem;
}

.section-callout .section__content-title {
  margin-bottom: 1.0rem;
}

.section-callout .section__content-title h3 {
  font-size: 2.7rem;
  line-height: 1.33;
  font-weight: 300;
}

.section-callout .section__content-price {
  margin-bottom: 4.0rem;
}

.section-callout .section__content-price p {
  color: #184158;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.section-callout .section__content-price p small {
  font-size: 1.6rem;
  margin-bottom: auto;
}

.section-callout .section__content-price p span {
  font-size: 2.4rem;
}

.section-callout .section__content-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.8rem;
}

.section-callout .section__content-actions a {
  display: block;
}

.section-callout .section__content-actions a + a {
  background-color: #231f20 !important;
  color: #fff !important;
}

.section-callout .section__content-foot {
  text-align: center;
  font-size: 0.9rem;
  letter-spacing: 1px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
  margin-top: 1.2rem;
  text-transform: uppercase;
}

.section-callout .section__content-foot a {
  color: #231f20;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

/* ------------------------------------------------------------ *\
    - Section Hero Landing
\* ------------------------------------------------------------ */

.section-hero-landing {
  width: 100%;
  position: relative;
  overflow: hidden;
  background-color: #231f20;
  color: #fff;
  text-align: center;
  min-height: 47.3rem;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-hero-landing + section.section-content-center-alt {
  background-color: #fbf7f3;
  margin: 0;
  padding: 7.2rem 0;
}

.section-hero-landing + section.section-content-center-alt + section.section-title-with-columns {
  margin: 0;
  background-color: #fbf7f3;
}

.section-hero-landing .shell {
  position: relative;
  z-index: 10;
}

.section-hero-landing .section__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-size: 0;
  line-height: 0;
  pointer-events: none;
}

.section-hero-landing .section__image:after {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: rgba(35, 31, 32, 0.2);
}

.section-hero-landing .section__logo {
  width: 100%;
  max-width: 34.0rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 3.1rem;
}

.section-hero-landing .section__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.section-hero-landing .section__content {
  width: 100%;
  max-width: 64.0rem;
  margin-left: auto;
  margin-right: auto;
}

.section-hero-landing .section__content h1 {
  font-size: 6.0rem;
  line-height: 1.075;
  font-weight: 300;
}

.section-hero-landing .section__content h1 strong {
  font-weight: 300;
  position: relative;
  display: inline-block;
  text-decoration: underline;
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.6rem;
  -webkit-text-decoration-color: #fffc00;
  text-decoration-color: #fffc00;
}

/* ------------------------------------------------------------ *\
    - Section Title With Columns
\* ------------------------------------------------------------ */

.section-title-with-columns {
  width: 100%;
  margin: 6.0rem 0;
}

.section-title-with-columns .section__head {
  text-align: center;
  margin-bottom: 4.0rem;
}

.section-title-with-columns .section__head h2 {
  font-size: 1.7rem;
  line-height: 1.17;
  color: #252525;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  letter-spacing: 0;
}

.section-title-with-columns .section__body {
  background-color: #ede8e4;
  padding: 3.1rem 0;
  text-align: center;
}

.section-title-with-columns .section__body > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-title-with-columns .section__col {
  position: relative;
  width: calc(100% / 3);
  padding: 0.5rem 1.0rem;
  font-size: 1.8rem;
  line-height: 1.22;
  color: #252525;
  font-weight: 600;
}

.section-title-with-columns .section__col:not(:last-child):before {
  content: ' ';
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 0.1rem;
  background-color: #cbc6c2;
}

/* ------------------------------------------------------------ *\
    - Section Content Features
\* ------------------------------------------------------------ */

.section-content-features {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 5.5rem 0;
}

.section-content-features .section__head {
  text-align: center;
  margin-bottom: 5.0rem;
}

.section-content-features .section__head h2 {
  font-size: 3.3rem;
  line-height: 1.27;
  font-weight: 300;
  max-width: 71.2rem;
  margin-left: auto;
  margin-right: auto;
}

.section-content-features .section__head h2 strong {
  display: inline-block;
  vertical-align: top;
  position: relative;
  font-weight: 300;
  text-decoration: underline;
  text-decoration-thickness: 0.4rem;
  text-underline-offset: 0.6rem;
  -webkit-text-decoration-color: #fffc00;
  text-decoration-color: #fffc00;
}

.section-content-features .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 78.4rem;
  margin-left: auto;
  margin-right: auto;
}

.section-content-features .section__content {
  width: 50%;
  padding-right: 6.5rem;
}

.section-content-features .section__content p {
  font-size: 1.7rem;
  line-height: 1.50;
  font-family: miller-banner, serif;
  font-weight: 300;
}

.section-content-features .section__lists {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 1.5rem;
}

.section-content-features .section__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section-content-features .section__list-image {
  width: 2.8rem;
}

.section-content-features .section__list-image img {
  display: block;
  width: 100%;
  height: auto;
}

.section-content-features .section__list-content {
  width: calc(100% - 2.8rem);
  padding-left: 2.1rem;
  padding-top: 0.4rem;
}

.section-content-features .section__list-content h6 {
  font-size: 1.2rem;
  line-height: 1.40;
  color: #252525;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  margin-bottom: 0.2rem;
}

.section-content-features .section__list-content p {
  font-size: 1.4rem;
  line-height: 1.71;
  color: #252525;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

/* ------------------------------------------------------------ *\
    - Section Boxes Content And Image
\* ------------------------------------------------------------ */

.section-boxes-content-and-image {
  margin: 8.5rem 0;
  position: relative;
  overflow: hidden;
}

.section-boxes-content-and-image .section__head {
  text-align: center;
  margin-bottom: 4.5rem;
  padding-bottom: 1.0rem;
  position: relative;
}

.section-boxes-content-and-image .section__head:before {
  content: ' ';
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 0.4rem;
  width: 22.6rem;
  background-color: #fffc00;
}

.section-boxes-content-and-image .section__head h2 {
  font-size: 3.3rem;
  line-height: 1.27;
  font-weight: 300;
}

.section-boxes-content-and-image .section__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 4.5rem;
}

.section-boxes-content-and-image .section__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 70.0rem;
  margin-left: auto;
  margin-right: auto;
  background-color: #fbf7f3;
  border-radius: 0.5rem;
  padding: 2.5rem 5.5rem;
}

.section-boxes-content-and-image .section__inner:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.section-boxes-content-and-image .section__inner:nth-child(even) .section__image {
  width: 20.9rem;
}

.section-boxes-content-and-image .section__inner:nth-child(even) .section__image span {
  margin-left: 0;
  margin-right: -11.0rem;
}

.section-boxes-content-and-image .section__inner:nth-child(even) .section__content:not(:first-child) {
  padding-left: 0;
  padding-right: 6.6rem;
  width: calc(100% - 20.9rem);
}

.section-boxes-content-and-image .section__image {
  width: 11.1rem;
}

.section-boxes-content-and-image .section__image span {
  display: block;
  position: relative;
  margin-left: -11.0rem;
}

.section-boxes-content-and-image .section__image img {
  display: block;
  width: 100%;
  height: auto;
  -webkit-filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.3));
  filter: drop-shadow(0 0 2rem rgba(0, 0, 0, 0.3));
}

.section-boxes-content-and-image .section__content {
  padding: 2.5rem 0;
}

.section-boxes-content-and-image .section__content:not(:first-child) {
  width: calc(100% - 11.1rem);
  padding-left: 6.6rem;
}

.section-boxes-content-and-image .section__content-entry {
  width: 100%;
}

.section-boxes-content-and-image .section__content-entry h3 {
  font-size: 2.7rem;
  line-height: 1.22;
  font-weight: 300;
  margin-bottom: 0.8rem;
}

.section-boxes-content-and-image .section__content-entry p {
  font-size: 1.1rem;
  line-height: 1.63;
  letter-spacing: 0.5px;
  color: #252525;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  text-transform: uppercase;
}

.section-boxes-content-and-image .section__content-entry ul {
  position: relative;
  overflow: hidden;
  clear: both;
}

.section-boxes-content-and-image .section__content-entry ul:not(:first-child) {
  margin-top: 3.2rem;
}

.section-boxes-content-and-image .section__content-entry ul li {
  position: relative;
  padding-left: 1.4rem;
  font-size: 1.1rem;
  line-height: 1.28;
  text-transform: uppercase;
  color: #252525;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  letter-spacing: 0.5px;
}

.section-boxes-content-and-image .section__content-entry ul li:not(:last-child) {
  margin-bottom: 1.6rem;
}

.section-boxes-content-and-image .section__content-entry ul li:before {
  content: '✓';
  position: absolute;
  left: 0;
  top: 0;
}

.section-boxes-content-and-image .section__content-entry > *:last-child {
  margin-bottom: 0;
}

.section-boxes-content-and-image .section__content-action {
  width: 100%;
  margin-top: 3.8rem;
}

.section-boxes-content-and-image .section__content-action a.btn {
  background-color: #231f20;
  color: #fff;
  min-width: 19.8rem;
}

/* ------------------------------------------------------------ *\
    - Section Callout Alt
\* ------------------------------------------------------------ */

.section-callout-alt {
  width: 100%;
  margin: 8.0rem 0;
  text-align: center;
}

.section-callout-alt .section__inner h2 {
  font-size: 3.4rem;
  line-height: 1.41;
  font-weight: 300;
  color: #252525;
  margin-bottom: 1.5rem;
}

.section-callout-alt .section__inner a.btn {
  background-color: #231f20;
  color: #fff;
  padding-top: 0.9rem;
  padding-bottom: 0.9rem;
  min-width: 23.8rem;
}

.section-callout-alt .section__inner > *:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
    - Section Intro Podcast
\* ------------------------------------------------------------ */

.section-intro-podcast {
  padding: 5.4rem 0;
  background-color: #efeeea;
}

.section-intro-podcast .shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-intro-podcast .section__content {
  width: 50%;
  padding-right: 7.5rem;
  padding-left: 6.0rem;
}

.section-intro-podcast .section__content-title {
  width: 100%;
  margin-bottom: 3.0rem;
}

.section-intro-podcast .section__content-title h1 {
  font-size: 4.3rem;
  line-height: 1.13;
  margin: 0 0 2.3rem 0;
}

.section-intro-podcast .section__content-title p {
  font-size: 1.5rem;
  line-height: 1.60;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  max-width: 32.8rem;
}

.section-intro-podcast .section__content-title > *:last-child {
  margin-bottom: 0;
}

.section-intro-podcast .section__content-actions {
  width: 100%;
  position: relative;
}

.section-intro-podcast .section__content-actions a.btn {
  display: block;
  max-width: 24.0rem;
}

.section-intro-podcast .section__content-foot {
  width: 100%;
  max-width: 24.1rem;
  text-align: center;
  margin-top: 0.8rem;
}

.section-intro-podcast .section__content-foot p {
  font-size: 1.1rem;
  line-height: 1.36;
  color: #999997;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

.section-intro-podcast .section__image {
  width: 50%;
  padding-left: 3.4rem;
}

.section-intro-podcast .section__image img {
  display: block;
  width: 100%;
  height: auto;
}

.section-intro-podcast .section__image img ~ img {
  display: none;
}

/* ------------------------------------------------------------ *\
    - Section Episodes Alt
\* ------------------------------------------------------------ */

.section-episodes-alt {
  margin: 6.0rem 0;
}

.section-episodes-alt .section__head {
  text-align: center;
  margin-bottom: 6.0rem;
}

.section-episodes-alt .section__head h2 {
  font-size: 3.3rem;
  line-height: 1.45;
}

.section-episodes-alt .section__actions {
  width: 100%;
  margin-top: 5.5rem;
  text-align: center;
}

/* ------------------------------------------------------------ *\
    - Section Image Gallery
\* ------------------------------------------------------------ */

.section-images-gallery {
  margin: 7.0rem 0;
  position: relative;
  overflow: hidden;
}

.section-images-gallery .shell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.section-images-gallery .section__image {
  width: calc(50% - 2.3rem);
  position: relative;
  margin-bottom: 3.4rem;
}

.section-images-gallery .section__image img {
  display: block;
  width: 100%;
  height: auto;
}

.section-images-gallery .section__image span {
  display: block;
}

.section-images-gallery .section__image:nth-child(odd) span {
  margin-left: -6.0rem;
}

.section-images-gallery .section__image:nth-child(even) span {
  margin-right: -6.0rem;
  margin-top: 11.8rem;
}

/* ------------------------------------------------------------ *\
    - Section Hero Intro
\* ------------------------------------------------------------ */

.section-hero-intro {
  padding: 10.0rem 0;
  background-color: #fbf7f3;
}

.section-hero-intro .section__head {
  width: 100%;
  margin-bottom: 8.0rem;
  max-width: 84.8rem;
  margin-left: auto;
  margin-right: auto;
}

.section-hero-intro .section__head h2 {
  font-size: 3.3rem;
  line-height: 1.27;
}

.section-hero-intro .section__body {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  max-width: 47.0rem;
}

.section-hero-intro .section__body h2 {
  text-align: center;
  margin-bottom: 1.8rem;
  font-size: 3.3rem;
}

.section-hero-intro .section__body p {
  font-size: 1.5rem;
  line-height: 1.60;
  letter-spacing: 0.1px;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  opacity: 0.80;
  text-align: justify;
}

.section-hero-intro .section__body > *:last-child {
  margin-bottom: 0;
}

/* ------------------------------------------------------------ *\
    - Section Content Columns
\* ------------------------------------------------------------ */

.section-content-columns {
  margin: 11.0rem 0;
}

.section-content-columns .section__head {
  text-align: center;
  margin-bottom: 3.4rem;
}

.section-content-columns .section__head h2 {
  font-size: 3.3rem;
  line-height: 1.09;
}

.section-content-columns .section__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: auto;
  position: relative;
  margin: -1.8rem -0.6rem;
}

.section-content-columns .section__col {
  width: calc(100% / 3);
  padding: 1.8rem 0.6rem;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.section-content-columns .section__cols {
  text-align: center;
}

.section-content-columns .section__cols h4 {
  font-size: 1.2rem;
  line-height: 1.50;
  opacity: 0.8;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 0.8rem;
}

.section-content-columns .section__cols p {
  font-size: 1.3rem;
  line-height: 1.61;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  opacity: 0.80;
}

.section-content-columns .section__cols blockquote {
  width: 100%;
  padding: 0;
  background: none;
  margin-left: auto;
  margin-right: auto;
  max-width: 80.0rem;
}

.section-content-columns .section__cols > *:last-child {
  margin-bottom: 0;
}

.section-content-columns .section__foot {
  width: 100%;
  margin-top: 2.0rem;
  text-align: center;
}

.section-content-columns .section__foot p {
  font-style: italic;
  font-size: 1.1rem;
  line-height: 1.90;
  opacity: 0.80;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
}

/* ------------------------------------------------------------ *\
    - Section Team
\* ------------------------------------------------------------ */

.section-team {
  padding: 5.5rem 0;
  background-color: #fbf7f3;
  position: relative;
  overflow: hidden;
}

.section-team .section__head {
  text-align: center;
  margin-bottom: 4.4rem;
}

.section-team .section__head h2 {
  font-size: 3.3rem;
  line-height: 1.09;
  margin-bottom: 0;
  letter-spacing: 0;
}

.section-team .section__cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  gap: 8.0rem;
}

.section-team .section__col {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.section-team .section__col-title {
  width: 24.2rem;
  padding-right: 2.0rem;
}

.section-team .section__col-title h5 {
  font-size: 1.2rem;
  line-height: 1.50;
  font-family: proxima-nova, sans-serif;
  font-weight: 300;
}

.section-team .section__col-content {
  width: calc(100% - 24.2rem);
}

.section-team .section__col-content ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: -2.0rem;
  padding: 0;
}

.section-team .section__col-content li {
  padding: 2.0rem;
  width: calc(100% / 3);
}

.section-team .section__col-content p {
  font-size: 1.8rem;
  line-height: 1.10;
  letter-spacing: 0.1px;
  font-weight: 300;
  margin-bottom: 0;
}

.section-team .section__col-content h5 {
  font-size: 1.2rem;
  line-height: 1.80;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
}

/* ------------------------------------------------------------ *\
    - Section Open Positions
\* ------------------------------------------------------------ */

.section-open-positions {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding: 11.6rem 0;
  min-height: 47.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-open-positions .section__image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  pointer-events: none;
  font-size: 0;
  line-height: 0;
}

.section-open-positions .section__inner {
  background-color: #fbf7f3;
  border-radius: 0.5rem;
  padding: 3.6rem;
  text-align: center;
  position: relative;
  z-index: 2;
  max-width: 79.4rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.section-open-positions .section__body {
  width: 100%;
  margin-bottom: 4.0rem;
}

.section-open-positions .section__body p {
  font-size: 2.3rem;
  line-height: 1.56;
}

.section-open-positions .section__list {
  text-align: center;
}

.section-open-positions .section__list h5 {
  font-size: 1.9rem;
  line-height: 1.89;
  margin-bottom: 1.0rem;
  text-transform: uppercase;
}

.section-open-positions .section__list ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: -1.0rem -6.2rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-open-positions .section__list li {
  padding: 1.0rem 6.2rem;
}

.section-open-positions .section__list li a {
  font-size: 1.3rem;
  line-height: 1.45;
  color: #252525;
  text-transform: uppercase;
  font-family: proxima-nova, sans-serif;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-decoration: underline;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

/* ------------------------------------------------------------ *\
    - Section Megamenu
\* ------------------------------------------------------------ */

.section-megamenu {
  position: fixed;
  left: 0;
  right: 0;
  top: var(--header-height);
  z-index: 9999;
  background-color: #fbf7f3;
  max-height: calc(100vh - var(--header-height));
  overflow-y: auto;
  --webkit-overflow-scrolling: touch;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, -webkit-transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s;
  transition: opacity 0.4s, visibility 0.4s, transform 0.4s, -webkit-transform 0.4s;
}

body.open-nav .section-megamenu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}

.section-megamenu + .navigation-sidebar {
  display: none;
}

.section-megamenu .form-subscribe > * > * > * {
  padding: 0 !important;
}

.section-megamenu .form-subscribe > * > * > * > * {
  min-height: 0 !important;
}

.section-megamenu .form-subscribe > * > * > * > * > * > *:first-child:last-child {
  margin-left: auto;
  margin-right: auto;
}

.section-megamenu .form-subscribe > * > * > * > * > * > *:nth-child(1) {
  max-width: calc(100% - 34.0rem);
}

.section-megamenu .form-subscribe > * > * > * > * > * > *:nth-child(2) {
  max-width: 32.0rem !important;
}

.section-megamenu .form-subscribe form.klaviyo-form p {
  font-size: 1.2rem !important;
}

.section-megamenu .form-subscribe input[type="email"] {
  background-color: transparent !important;
}

.section-megamenu .form-subscribe input[type="email"] + * > * {
  top: auto !important;
  bottom: 43px;
}

.section-megamenu .form-subscribe input[type="email"] + * > * > *:before {
  top: auto !important;
  bottom: -17px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section-megamenu .form-subscribe input[type="email"] + * > * > *:after {
  top: auto !important;
  bottom: -15px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.section-megamenu .shell {
  max-width: 76.0rem;
}

body.admin-bar .section-megamenu {
  top: calc(var(--header-height) + 32px);
  max-height: calc(100vh - var(--header-height) - 32px);
}

.section-megamenu .section__nav {
  padding: 2.6rem 0;
  border-top: 0.1rem solid #dad6d2;
}

.section-megamenu .section__nav > * > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  margin: -2.0rem;
}

.section-megamenu .section__nav > * > ul a {
  text-decoration: none;
  -webkit-transition: color 0.4s;
  transition: color 0.4s;
}

.section-megamenu .section__nav > * > ul > li {
  width: calc(100% / 3);
  padding: 2.0rem;
}

.section-megamenu .section__nav > * > ul > li > a {
  font-size: 2.3rem;
  line-height: 1.30;
  color: #444;
  font-family: miller-banner, serif;
  font-weight: 400;
  display: inline-block;
  vertical-align: top;
  margin-bottom: 1.0rem;
}

.section-megamenu .section__nav > * > ul ul > li > a {
  font-size: 12px;
  color: #444;
  line-height: 1.22;
  display: inline-block;
  vertical-align: top;
}

.section-megamenu .section__nav > * > ul ul > li:not(:last-child) {
  margin-bottom: 0.2rem;
}

.section-megamenu .section__nav li.current-menu-item > a {
  color: #e08975 !important;
}

.section-megamenu .section__form {
  padding: 1.2rem 0;
  border-top: 0.1rem solid #dad6d2;
}

.section-megamenu .section__form > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-megamenu .section__form-title {
  width: calc(100% - 32.5rem);
  padding-right: 2.0rem;
}

.section-megamenu .section__form-title h6 {
  color: #444;
  font-size: 1.2rem;
  line-height: 1.44;
  font-family: proxima-nova, sans-serif;
  font-weight: 400;
  margin-bottom: 0;
  text-transform: none;
  letter-spacing: 0;
}

.section-megamenu .section__form-fields {
  width: 100%;
}

/* ------------------------------------------------------------ *\
    - Default pages
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
    404
\* ------------------------------------------------------------ */

body.error404 {
  background-color: #FBF7F3;
}

body.error404 .hero-reading {
  text-align: center;
  margin: 0;
  padding: 11.0rem 0;
  min-height: 47.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

body.error404 .hero-reading .col-md-8 {
  max-width: 100%;
  -webkit-box-flex: 100%;
  -ms-flex: 100%;
  flex: 100%;
}

/* ------------------------------------------------------------ *\
    - page-id-70883
\* ------------------------------------------------------------ */

body.page-id-70883 section.section-content-center-alt {
  margin: 0;
  padding: 5.5rem 0;
  background-color: #fbf7f3;
}

body.page-id-70883 section.section-content-center-alt + section.section-columns-alt {
  padding-top: 0;
}

body.page-id-70883 section.section-columns-alt {
  margin: 0;
  padding: 4.8rem 0;
  background-color: #fbf7f3;
}

body.page-id-70883 section.section-columns-alt + section.section-testimonial-alt {
  padding-top: 0;
}

body.page-id-70883 section.section-testimonial-alt {
  margin: 0;
  padding: 4.8rem 0;
  background-color: #fbf7f3;
}

/* ------------------------------------------------------------ *\
    - Single Plans
\* ------------------------------------------------------------ */

body.single-plan .section-hero .section__image {
  display: none;
}

/* ------------------------------------------------------------ *\
    - Homepage
\* ------------------------------------------------------------ */

body.home .primary-content > *:not(.section-image) {
  position: relative;
  z-index: 10;
}

body.home .section-image {
  position: relative;
}

body.home .section-image:before {
  content: ' ';
  position: absolute;
  left: 0;
  right: 0;
  top: -900.0rem;
  height: 900.0rem;
  background-color: #fbf7f3;
}

body.single-plan {
  background-color: #fbf7f3;
}

.plan-overview {
  padding: 40px 0 25px 0;
  background-color: #fff;
}

.plan-overview__label {
  margin-bottom: 1rem;
  font-size: 1rem;
  letter-spacing: 1.25px;
  text-transform: uppercase;
}

.plan-overview__copy {
  max-width: 500px;
  font-family: "Lato", sans-serif;
  line-height: 1.5em;
  font-size: 17px;
  color: #636363;
}

.scripture-reference {
  padding-bottom: 2rem;
  background-color: #fff;
  border-bottom: 1px solid #e5e5e5;
  color: #757575;
}

.scripture-reference p {
  color: #535353;
}

.scripture-reference__label {
  margin-bottom: 1rem;
  color: #535353;
}

.scripture-reference__title {
  padding-left: 15px;
}

.scripture-reference__title:nth-child(1) {
  padding-left: 0;
}

.scripture-reference .scripture-references {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}

.daily-readings-list-wrapper {
  padding: 0 0 20px 0;
  background-color: #fbfbfb;
}

.daily-readings-list-wrapper .row .daily-reading-list__date--podcast {
  min-width: 80px;
  width: 80px;
}

.daily-readings-list-wrapper .col .col__title {
  font-weight: 900;
}

.daily-reading-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 1rem 0;
  border-bottom: 1px solid #e9e9e9;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.daily-reading-list__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 83%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.daily-reading-list__holder {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.daily-reading-list__date {
  margin-bottom: 0;
  width: 55px;
  min-width: 50px;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #000;
}

.daily-reading-list__category {
  margin-bottom: 0;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #000;
}

.daily-reading-list__title {
  padding-left: 5px;
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  color: #2b2b2b;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
}

.daily-reading-list__link {
  display: none;
  margin-bottom: 0;
  font-size: 10px;
  letter-spacing: 1.5px;
  color: #949494;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.daily-reading-list.weekly-truth .daily-reading-list__title,
.daily-reading-list.grace-day .daily-reading-list__title {
  font-style: italic;
}

.daily-reading-list.grace-day {
  margin-bottom: 3rem;
}

.daily-reading-list.grace-day.current-community-plan {
  margin-top: 3rem;
  margin-bottom: 0;
}

.daily-reading-list::after {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  height: 2px;
  background-color: #2b2b2b;
  content: '';
  opacity: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.daily-reading-list::before {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 8px;
  height: 8px;
  border-right: 2px solid #2b2b2b;
  border-bottom: 2px solid #2b2b2b;
  content: '';
  opacity: 0;
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.daily-reading-list:hover::after,
.daily-reading-list:hover::before {
  right: 0;
  opacity: 0.6;
}

.daily-reading-list:hover .daily-reading-list__link {
  opacity: 0;
}

.daily-reading-list:hover .daily-reading-list__title {
  padding-left: 25px;
}

.reading-content {
  padding: 44px 0 80px;
  background-color: #fff;
  border-top: 1px solid #f2f2f2;
  overflow: visible;
  z-index: 10;
  position: relative;
}

.reading-content__label {
  margin-bottom: 1.25rem;
  color: #535353;
}

.reading-content__primary h1,
.reading-content__primary h2,
.reading-content__primary h3,
.reading-content__primary h4,
.reading-content__primary h5,
.reading-content__primary h6 {
  margin-bottom: 16px;
}

.reading-content__primary p {
  margin-bottom: 36px;
}

.reading-content__primary img {
  margin-bottom: 36px;
}

.reading-content__primary ol,
.reading-content__primary ul {
  padding: 36px 40px;
  margin-bottom: 36px;
  background-color: #fafafa;
}

.reading-content__primary ol li,
.reading-content__primary ul li {
  margin-bottom: 16px;
  font-family: "Merriweather", serif;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.75rem;
  text-transform: capitalize;
}

.reading-content__primary ol li:last-child,
.reading-content__primary ul li:last-child {
  margin-bottom: 0;
}

.reading-content__primary ul li {
  position: relative;
  padding-left: 20px;
}

.reading-content__primary ul li::after {
  position: absolute;
  top: 10px;
  left: 0;
  width: 6px;
  height: 6px;
  background-color: #6d6d6d;
  border-radius: 6px;
  content: '';
}

.reading-content__bio {
  max-width: 230px;
  font-family: "Lato", sans-serif;
  color: #626262;
}

.single-footer {
  padding-top: 36px;
  border-top: 1px solid #e5e5e5;
}

.social-sharing {
  display: none;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}

.social-sharing--footer {
  display: block;
}

.social-share {
  padding: 0;
  margin: 18px 0 36px;
  background-color: transparent;
}

.social-share li {
  margin: 0 0 16px;
  font-size: 9px;
  letter-spacing: 1.5px;
  color: #696969;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.social-share li:hover {
  color: #939393;
}

.social-share li:hover .fa {
  color: #939393;
}

.social-share a {
  position: relative;
  display: inline;
  padding: 4px 0;
  text-decoration: none;
}

.social-share .fa {
  padding-right: 10px;
  color: #757575;
  font-size: 15px;
}

.share-image {
  height: 0;
  padding-bottom: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.post-type-daily-reading {
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
}

.reading-plan--continue {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.previous-post-container {
  text-align: left;
  width: 40%;
}

.previous-post-container .previous-post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.previous-post-container .previous-post-card .subtitle {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #000;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.previous-post-container .previous-post-card .title {
  font-family: "Merriweather", serif;
  font-style: italic;
  color: #535353;
}

.previous-post-container .previous-post-card img {
  margin-right: 20px;
  display: none;
}

.next-post-container {
  text-align: right;
  width: 40%;
}

.next-post-container .next-post-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-transition: all 0.15s ease;
  transition: all 0.15s ease;
}

.next-post-container .next-post-card .subtitle {
  font-size: 12px;
  margin-bottom: 5px;
  font-weight: bold;
  color: #000;
  font-family: "Lato", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.next-post-container .next-post-card .title {
  font-family: "Merriweather", serif;
  font-style: italic;
  color: #535353;
}

.next-post-container .next-post-card img {
  margin-left: 20px;
  display: none;
}

.no-more-posts {
  font-family: "Lato", sans-serif;
  font-size: 14px;
}

.no-more-posts a {
  color: #000;
  text-decoration: underline;
  font-weight: bold;
}

.author-page__avatar {
  height: 200px;
  width: 200px;
  border-radius: 100px;
  margin-bottom: 2em;
  position: relative;
}

img.author-page__avatar {
  position: relative;
  width: 200px;
  height: 200px;
}

body.post-type-archive-crb_podcast section.primary-content > .container {
  max-width: 100%;
  padding: 0;
  margin: 0;
}

/* ------------------------------------------------------------ *\
	Section Subscribe
\* ------------------------------------------------------------ */

.section-subscribe {
  text-align: center;
  padding-bottom: 65px;
}

.section-subscribe .section__head {
  margin-bottom: 20px;
}

.section-subscribe .section__head h2 {
  font-size: 35px;
}

/* ------------------------------------------------------------ *\
	Section Single Podcast
\* ------------------------------------------------------------ */

.section-single-podcast {
  padding: 60px 0;
}

/* ------------------------------------------------------------ *\
	Single Podcast
\* ------------------------------------------------------------ */

.single-podcast {
  font-family: "Lato", sans-serif;
}

.single-podcast .single-podcast__head {
  text-align: center;
  margin-bottom: 32px;
}

.single-podcast .single-podcast__head h1 {
  font-family: inherit;
  font-size: 45px;
  font-weight: 300;
  margin-bottom: 10px;
}

.single-podcast .single-podcast__head h5 {
  font-family: inherit;
  font-size: 20px;
  font-weight: 300;
  max-width: 380px;
  margin: 0 auto;
}

.single-podcast .single-podcast__actions {
  margin-bottom: 38px;
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
}

.single-podcast .single-podcast__actions p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 28px;
}

.single-podcast .single-podcast__body {
  font-size: 17px;
  line-height: 1.6;
  font-weight: 400;
}

.single-podcast .single-podcast__body a {
  text-decoration: underline;
}

.single-podcast .single-podcast__body p {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin-bottom: 28px;
}

.single-podcast .single-podcast__body h3 {
  font-size: 17px;
  font-family: inherit;
  font-weight: 700;
  margin-bottom: 28px;
}

.single-podcast .single-podcast__body ul {
  margin-top: -23px;
}

.single-podcast .single-podcast__body ul li + li {
  margin-top: 5px;
}

.single-podcast .single-podcast__body .wp-block-image {
  margin: 46px 0 41px;
}

/* ------------------------------------------------------------ *\
	List Subscribe
\* ------------------------------------------------------------ */

.list-subscribe ul {
  padding: 0;
  list-style: none outside none;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.list-subscribe ul li {
  padding: 0 27px;
  max-width: 154px;
}

.list-subscribe ul a {
  text-decoration: none;
  display: block;
  text-align: center;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.list-subscribe ul span {
  margin-top: 5px;
  display: block;
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-size: 10px;
}

/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */

.bar {
  position: relative;
  background: #fbf7f3;
  padding: 21px 34px;
}

.bar .link-back {
  display: inline-block;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "Lato", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: .08em;
  color: #696969;
}

.has-unread-alert .bar {
  margin-top: 39px;
}

/* ------------------------------------------------------------ *\
	Page have admin bar
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Homepage v2
\* ------------------------------------------------------------ */

body.page-id-62414 .site-main {
  background-color: #fbf7f2;
}

body.page-id-62414 .site-main .container {
  max-width: none;
  margin: 0;
  padding: 0;
}

body.page-id-62414 .site-main .content-wrapper {
  margin: 0;
  padding: 0;
}

body.page-id-62414 .site-main .hero-page {
  display: none !important;
}

/* ------------------------------------------------------------ *\
    - Archive Plans
\* ------------------------------------------------------------ */

body.post-type-archive-plan {
  background-color: #fbf7f3;
}

img {
  height: auto;
  max-width: 100%;
}

.guest-contributor__social {
  color: #696969;
  font-size: 18px;
  margin-right: 15px;
}

.guest-contributor__social:hover {
  color: #939393;
}

@media only screen and (min-width: 0) {
  .vm-xs-top-0 {
    margin-top: 0;
  }

  .vm-xs-bottom-0 {
    margin-bottom: 0;
  }

  .vp-xs-top-0 {
    padding-top: 0;
  }

  .vp-xs-bottom-0 {
    padding-bottom: 0;
  }

  .no-gutter-xs-left {
    padding-left: 0;
  }

  .no-gutter-xs-right {
    padding-right: 0;
  }

  .no-gutter-xs {
    padding-right: 0;
    padding-left: 0;
  }

  .vp-xs-top-1 {
    padding-top: 1rem;
  }

  .vp-xs-bottom-1 {
    padding-bottom: 1rem;
  }

  .vm-xs-top-1 {
    margin-top: 1rem;
  }

  .vm-xs-bottom-1 {
    margin-bottom: 1rem;
  }

  .vp-xs-top-2 {
    padding-top: 2rem;
  }

  .vp-xs-bottom-2 {
    padding-bottom: 2rem;
  }

  .vm-xs-top-2 {
    margin-top: 2rem;
  }

  .vm-xs-bottom-2 {
    margin-bottom: 2rem;
  }

  .vp-xs-top-3 {
    padding-top: 3rem;
  }

  .vp-xs-bottom-3 {
    padding-bottom: 3rem;
  }

  .vm-xs-top-3 {
    margin-top: 3rem;
  }

  .vm-xs-bottom-3 {
    margin-bottom: 3rem;
  }

  .vp-xs-top-4 {
    padding-top: 4rem;
  }

  .vp-xs-bottom-4 {
    padding-bottom: 4rem;
  }

  .vm-xs-top-4 {
    margin-top: 4rem;
  }

  .vm-xs-bottom-4 {
    margin-bottom: 4rem;
  }

  .vp-xs-top-5 {
    padding-top: 5rem;
  }

  .vp-xs-bottom-5 {
    padding-bottom: 5rem;
  }

  .vm-xs-top-5 {
    margin-top: 5rem;
  }

  .vm-xs-bottom-5 {
    margin-bottom: 5rem;
  }

  .vp-xs-top-6 {
    padding-top: 6rem;
  }

  .vp-xs-bottom-6 {
    padding-bottom: 6rem;
  }

  .vm-xs-top-6 {
    margin-top: 6rem;
  }

  .vm-xs-bottom-6 {
    margin-bottom: 6rem;
  }

  .vp-xs-top-7 {
    padding-top: 7rem;
  }

  .vp-xs-bottom-7 {
    padding-bottom: 7rem;
  }

  .vm-xs-top-7 {
    margin-top: 7rem;
  }

  .vm-xs-bottom-7 {
    margin-bottom: 7rem;
  }

  .vp-xs-top-8 {
    padding-top: 8rem;
  }

  .vp-xs-bottom-8 {
    padding-bottom: 8rem;
  }

  .vm-xs-top-8 {
    margin-top: 8rem;
  }

  .vm-xs-bottom-8 {
    margin-bottom: 8rem;
  }

  .vp-xs-top-9 {
    padding-top: 9rem;
  }

  .vp-xs-bottom-9 {
    padding-bottom: 9rem;
  }

  .vm-xs-top-9 {
    margin-top: 9rem;
  }

  .vm-xs-bottom-9 {
    margin-bottom: 9rem;
  }

  .vp-xs-top-10 {
    padding-top: 10rem;
  }

  .vp-xs-bottom-10 {
    padding-bottom: 10rem;
  }

  .vm-xs-top-10 {
    margin-top: 10rem;
  }

  .vm-xs-bottom-10 {
    margin-bottom: 10rem;
  }

  .vp-xs-top-11 {
    padding-top: 11rem;
  }

  .vp-xs-bottom-11 {
    padding-bottom: 11rem;
  }

  .vm-xs-top-11 {
    margin-top: 11rem;
  }

  .vm-xs-bottom-11 {
    margin-bottom: 11rem;
  }

  .vp-xs-top-12 {
    padding-top: 12rem;
  }

  .vp-xs-bottom-12 {
    padding-bottom: 12rem;
  }

  .vm-xs-top-12 {
    margin-top: 12rem;
  }

  .vm-xs-bottom-12 {
    margin-bottom: 12rem;
  }

  .offset-xs-1 {
    margin-left: 8.33333%;
  }

  .offset-xs-2 {
    margin-left: 16.66667%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .offset-xs-4 {
    margin-left: 33.33333%;
  }

  .offset-xs-5 {
    margin-left: 41.66667%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .offset-xs-7 {
    margin-left: 58.33333%;
  }

  .offset-xs-8 {
    margin-left: 66.66667%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .offset-xs-10 {
    margin-left: 83.33333%;
  }

  .offset-xs-11 {
    margin-left: 91.66667%;
  }

  .offset-xs-12 {
    margin-left: 100%;
  }
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }

  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media only screen and (min-width: 576px) {
  .vm-sm-top-0 {
    margin-top: 0;
  }

  .vm-sm-bottom-0 {
    margin-bottom: 0;
  }

  .vp-sm-top-0 {
    padding-top: 0;
  }

  .vp-sm-bottom-0 {
    padding-bottom: 0;
  }

  .no-gutter-sm-left {
    padding-left: 0;
  }

  .no-gutter-sm-right {
    padding-right: 0;
  }

  .no-gutter-sm {
    padding-right: 0;
    padding-left: 0;
  }

  .vp-sm-top-1 {
    padding-top: 1rem;
  }

  .vp-sm-bottom-1 {
    padding-bottom: 1rem;
  }

  .vm-sm-top-1 {
    margin-top: 1rem;
  }

  .vm-sm-bottom-1 {
    margin-bottom: 1rem;
  }

  .vp-sm-top-2 {
    padding-top: 2rem;
  }

  .vp-sm-bottom-2 {
    padding-bottom: 2rem;
  }

  .vm-sm-top-2 {
    margin-top: 2rem;
  }

  .vm-sm-bottom-2 {
    margin-bottom: 2rem;
  }

  .vp-sm-top-3 {
    padding-top: 3rem;
  }

  .vp-sm-bottom-3 {
    padding-bottom: 3rem;
  }

  .vm-sm-top-3 {
    margin-top: 3rem;
  }

  .vm-sm-bottom-3 {
    margin-bottom: 3rem;
  }

  .vp-sm-top-4 {
    padding-top: 4rem;
  }

  .vp-sm-bottom-4 {
    padding-bottom: 4rem;
  }

  .vm-sm-top-4 {
    margin-top: 4rem;
  }

  .vm-sm-bottom-4 {
    margin-bottom: 4rem;
  }

  .vp-sm-top-5 {
    padding-top: 5rem;
  }

  .vp-sm-bottom-5 {
    padding-bottom: 5rem;
  }

  .vm-sm-top-5 {
    margin-top: 5rem;
  }

  .vm-sm-bottom-5 {
    margin-bottom: 5rem;
  }

  .vp-sm-top-6 {
    padding-top: 6rem;
  }

  .vp-sm-bottom-6 {
    padding-bottom: 6rem;
  }

  .vm-sm-top-6 {
    margin-top: 6rem;
  }

  .vm-sm-bottom-6 {
    margin-bottom: 6rem;
  }

  .vp-sm-top-7 {
    padding-top: 7rem;
  }

  .vp-sm-bottom-7 {
    padding-bottom: 7rem;
  }

  .vm-sm-top-7 {
    margin-top: 7rem;
  }

  .vm-sm-bottom-7 {
    margin-bottom: 7rem;
  }

  .vp-sm-top-8 {
    padding-top: 8rem;
  }

  .vp-sm-bottom-8 {
    padding-bottom: 8rem;
  }

  .vm-sm-top-8 {
    margin-top: 8rem;
  }

  .vm-sm-bottom-8 {
    margin-bottom: 8rem;
  }

  .vp-sm-top-9 {
    padding-top: 9rem;
  }

  .vp-sm-bottom-9 {
    padding-bottom: 9rem;
  }

  .vm-sm-top-9 {
    margin-top: 9rem;
  }

  .vm-sm-bottom-9 {
    margin-bottom: 9rem;
  }

  .vp-sm-top-10 {
    padding-top: 10rem;
  }

  .vp-sm-bottom-10 {
    padding-bottom: 10rem;
  }

  .vm-sm-top-10 {
    margin-top: 10rem;
  }

  .vm-sm-bottom-10 {
    margin-bottom: 10rem;
  }

  .vp-sm-top-11 {
    padding-top: 11rem;
  }

  .vp-sm-bottom-11 {
    padding-bottom: 11rem;
  }

  .vm-sm-top-11 {
    margin-top: 11rem;
  }

  .vm-sm-bottom-11 {
    margin-bottom: 11rem;
  }

  .vp-sm-top-12 {
    padding-top: 12rem;
  }

  .vp-sm-bottom-12 {
    padding-bottom: 12rem;
  }

  .vm-sm-top-12 {
    margin-top: 12rem;
  }

  .vm-sm-bottom-12 {
    margin-bottom: 12rem;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .offset-sm-12 {
    margin-left: 100%;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }

  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-md-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-md-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-md-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-md-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-md-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-md-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-md-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-md-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-md-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-md-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-md-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-md-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-md-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-md-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .pos-center--vert {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mobile-nav {
    display: none;
  }

  .nav-toggle span:first-child {
    top: 16px;
  }

  .nav-toggle span:last-child {
    bottom: 16px;
  }

  .open-nav .nav-toggle {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  .open-nav .navigation-sidebar {
    width: 40vw;
  }

  .sidebar-menu__item {
    line-height: 1;
  }

  .sidebar-menu__item a {
    padding: 0;
  }

  .featured-product__header,
  .h1,
  h1 {
    font-size: 2.75rem;
    line-height: 1.3;
  }

  .h2,
  h2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .reading-content__bio,
  .h4,
  h4 {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .scripture-reference__title,
  .h5,
  h5 {
    font-size: 1.1875rem;
    line-height: 1.6;
  }

  .expanding-link,
  .comment-author,
  .comment-respond .comment-reply-title,
  .comment-form-comment label,
  .comment-form-author label,
  .comment-form-email label,
  .comment-navigation .nav-previous,
  .comment-navigation .nav-next,
  .logged-in-as,
  .hero-plan__plan,
  .hero-plan span,
  .hero-reading span,
  .h6,
  h6 {
    font-size: 14px;
  }

  blockquote {
    padding: 3rem;
    margin: 3rem 0;
  }

  blockquote p {
    font-size: 19px;
    line-height: 1.7;
  }

  .cta-app__phone {
    width: 380px;
    height: 315px;
    margin-top: -130px;
  }

  .cta-email {
    padding: 110px 40px;
  }

  .cta-email__img {
    width: 50%;
    opacity: 1;
  }

  .cta-signup {
    width: 50%;
    padding-right: 27px;
  }

  .cta-txtwimg {
    padding: 160px 0;
  }

  .cta-txtwimg__img {
    padding-right: 50px;
    margin-bottom: 0;
    position: absolute;
    margin-top: 0;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
  }

  .cta-statement {
    padding: 140px 0;
    margin: 60px 0;
  }

  .wysiwyg {
    margin: 80px 0;
  }

  .comment-navigation {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .hero {
    height: 75vh;
  }

  .hero__header {
    font-size: 60px;
  }

  .hero-planarchive {
    padding: 84px 0;
  }

  .hero-planarchive__meta {
    text-align: left;
  }

  .hero-planarchive__header {
    font-size: 2.75rem;
  }

  .hero-planarchive__img {
    max-width: 100%;
  }

  .hero-plan {
    text-align: left;
    padding: 100px 0 40px;
  }

  .hero-plan__plan {
    padding-left: 25px;
    margin-top: 0;
  }

  .hero-plan__title {
    margin-bottom: 25px;
  }

  .hero-plan__image {
    position: absolute;
    top: 0;
    margin-top: 0;
  }

  .hero-plan__image img {
    max-width: 100%;
  }

  .hero-plan__breadcrumbs {
    display: block;
  }

  .hero-reading__breadcrumbs {
    display: block;
  }

  .hero-reading__share-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 40%;
  }

  .hero-reading__share-image img {
    margin-top: 0;
    -webkit-box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 15px rgba(0, 0, 0, 0.2);
    display: block;
  }

  .hero-page {
    padding: 75px 0;
  }

  .product {
    width: 33%;
  }

  .product__img {
    height: 305px;
  }

  .readings-wrapper {
    margin: 80px 0 10px;
  }

  .reading {
    position: relative;
    width: 33%;
    padding: 32px 0 52px;
    margin-bottom: 95px;
    text-align: center;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out;
  }

  .latest-study {
    padding: 80px 42px;
  }

  .image-wrapper__source {
    width: 100%;
    height: 400px;
  }

  .featured-news {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .featured-news__header {
    margin-bottom: 80px;
  }

  .featured-news__secondary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .featured-news__secondary .news-item {
    width: 50%;
    margin: 0 24px 48px;
  }

  .news-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-item {
    height: 166px;
  }

  .news-item__img {
    width: 220px;
    height: 100%;
    margin-bottom: 0;
  }

  .news-item__meta {
    position: absolute;
    top: 50%;
    right: 0;
    width: calc(100% - 246px);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .news-item__title {
    font-size: 1.125rem;
    line-height: 1.5;
  }

  .the-team {
    padding: 80px 0;
    margin: 80px 0;
    text-align: left;
  }

  .team-member {
    width: 50%;
  }

  .component--video-with-text {
    padding: 50px 0;
  }

  .component--video-with-text--text {
    font-size: 1.5rem;
  }

  .component--title-block--title-text {
    padding: 50px 0 20px 0;
  }

  .plan-overview {
    padding: 32px 0 80px;
    min-height: 340px;
  }

  .scripture-reference__title {
    padding-left: 25px;
  }

  .daily-readings-list-wrapper {
    margin-top: 75px;
    padding: 35px 0 80px;
  }

  .daily-reading-list__category {
    padding-left: 36px;
  }

  .daily-reading-list__title {
    padding-left: 36px;
  }

  .daily-reading-list__link {
    display: block;
  }

  .daily-reading-list:hover .daily-reading-list__title {
    padding-left: 41px;
  }

  .previous-post-container .previous-post-card img {
    display: block;
  }

  .next-post-container .next-post-card img {
    display: block;
  }
}

@media only screen and (min-width: 768px) {
  .vm-md-top-0 {
    margin-top: 0;
  }

  .vm-md-bottom-0 {
    margin-bottom: 0;
  }

  .vp-md-top-0 {
    padding-top: 0;
  }

  .vp-md-bottom-0 {
    padding-bottom: 0;
  }

  .no-gutter-md-left {
    padding-left: 0;
  }

  .no-gutter-md-right {
    padding-right: 0;
  }

  .no-gutter-md {
    padding-right: 0;
    padding-left: 0;
  }

  .vp-md-top-1 {
    padding-top: 1rem;
  }

  .vp-md-bottom-1 {
    padding-bottom: 1rem;
  }

  .vm-md-top-1 {
    margin-top: 1rem;
  }

  .vm-md-bottom-1 {
    margin-bottom: 1rem;
  }

  .vp-md-top-2 {
    padding-top: 2rem;
  }

  .vp-md-bottom-2 {
    padding-bottom: 2rem;
  }

  .vm-md-top-2 {
    margin-top: 2rem;
  }

  .vm-md-bottom-2 {
    margin-bottom: 2rem;
  }

  .vp-md-top-3 {
    padding-top: 3rem;
  }

  .vp-md-bottom-3 {
    padding-bottom: 3rem;
  }

  .vm-md-top-3 {
    margin-top: 3rem;
  }

  .vm-md-bottom-3 {
    margin-bottom: 3rem;
  }

  .vp-md-top-4 {
    padding-top: 4rem;
  }

  .vp-md-bottom-4 {
    padding-bottom: 4rem;
  }

  .vm-md-top-4 {
    margin-top: 4rem;
  }

  .vm-md-bottom-4 {
    margin-bottom: 4rem;
  }

  .vp-md-top-5 {
    padding-top: 5rem;
  }

  .vp-md-bottom-5 {
    padding-bottom: 5rem;
  }

  .vm-md-top-5 {
    margin-top: 5rem;
  }

  .vm-md-bottom-5 {
    margin-bottom: 5rem;
  }

  .vp-md-top-6 {
    padding-top: 6rem;
  }

  .vp-md-bottom-6 {
    padding-bottom: 6rem;
  }

  .vm-md-top-6 {
    margin-top: 6rem;
  }

  .vm-md-bottom-6 {
    margin-bottom: 6rem;
  }

  .vp-md-top-7 {
    padding-top: 7rem;
  }

  .vp-md-bottom-7 {
    padding-bottom: 7rem;
  }

  .vm-md-top-7 {
    margin-top: 7rem;
  }

  .vm-md-bottom-7 {
    margin-bottom: 7rem;
  }

  .vp-md-top-8 {
    padding-top: 8rem;
  }

  .vp-md-bottom-8 {
    padding-bottom: 8rem;
  }

  .vm-md-top-8 {
    margin-top: 8rem;
  }

  .vm-md-bottom-8 {
    margin-bottom: 8rem;
  }

  .vp-md-top-9 {
    padding-top: 9rem;
  }

  .vp-md-bottom-9 {
    padding-bottom: 9rem;
  }

  .vm-md-top-9 {
    margin-top: 9rem;
  }

  .vm-md-bottom-9 {
    margin-bottom: 9rem;
  }

  .vp-md-top-10 {
    padding-top: 10rem;
  }

  .vp-md-bottom-10 {
    padding-bottom: 10rem;
  }

  .vm-md-top-10 {
    margin-top: 10rem;
  }

  .vm-md-bottom-10 {
    margin-bottom: 10rem;
  }

  .vp-md-top-11 {
    padding-top: 11rem;
  }

  .vp-md-bottom-11 {
    padding-bottom: 11rem;
  }

  .vm-md-top-11 {
    margin-top: 11rem;
  }

  .vm-md-bottom-11 {
    margin-bottom: 11rem;
  }

  .vp-md-top-12 {
    padding-top: 12rem;
  }

  .vp-md-bottom-12 {
    padding-bottom: 12rem;
  }

  .vm-md-top-12 {
    margin-top: 12rem;
  }

  .vm-md-bottom-12 {
    margin-bottom: 12rem;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .offset-md-12 {
    margin-left: 100%;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }

  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .open-nav .navigation-sidebar {
    width: 30vw;
  }

  .h3,
  h3 {
    font-size: 2.25rem;
    line-height: 1.3;
  }

  .cta-app {
    padding: 70px 0;
  }

  .cta-app__phone {
    width: 468px;
    height: 389px;
    margin-top: -170px;
  }

  .cta-email {
    padding: 131px 63px;
  }

  .cta-statement {
    padding: 180px 0;
  }

  .featured-product__img {
    margin-right: 50px;
    margin-bottom: 0;
  }

  .featured-product__img--right {
    margin-left: 50px;
  }

  .latest-plan {
    padding-bottom: 147px;
  }

  .latest-plan__img {
    text-align: left;
    width: 300px;
    margin: 40px 30px 20px 0;
  }

  .latest-plan__img img {
    margin-left: -15px;
  }

  .latest-plan__info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 825px;
    margin: 0 auto;
  }

  .latest-plan__info .daily-studies {
    margin-top: 46px;
  }

  .featured-news {
    padding-bottom: 200px;
  }

  .featured-news__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .featured-news__primary {
    margin: 0 60px 48px 0;
  }

  .featured-news__primary--left {
    margin: 0 0 48px 60px;
  }

  .featured-news__primary .news-item {
    height: 0;
  }

  .featured-news__secondary {
    display: block;
    width: 348px;
  }

  .featured-news__secondary .news-item {
    width: 100%;
    margin: 0 0 48px;
  }

  .news-item {
    width: 48%;
    margin-right: 15px;
  }

  .social-sharing {
    position: absolute;
    z-index: 10;
    display: block;
    opacity: 0;
  }

  .social-sharing--footer {
    display: none;
  }

  .social-sharing.fixed {
    position: fixed;
    top: 90px;
    opacity: 1;
  }

  .social-sharing.bottom {
    position: fixed;
    top: 90px;
    opacity: 0;
  }

  .previous-post-container .previous-post-card:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  .next-post-container .next-post-card:hover {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@media only screen and (min-width: 992px) {
  .vm-lg-top-0 {
    margin-top: 0;
  }

  .vm-lg-bottom-0 {
    margin-bottom: 0;
  }

  .vp-lg-top-0 {
    padding-top: 0;
  }

  .vp-lg-bottom-0 {
    padding-bottom: 0;
  }

  .no-gutter-lg-left {
    padding-left: 0;
  }

  .no-gutter-lg-right {
    padding-right: 0;
  }

  .no-gutter-lg {
    padding-right: 0;
    padding-left: 0;
  }

  .vp-lg-top-1 {
    padding-top: 1rem;
  }

  .vp-lg-bottom-1 {
    padding-bottom: 1rem;
  }

  .vm-lg-top-1 {
    margin-top: 1rem;
  }

  .vm-lg-bottom-1 {
    margin-bottom: 1rem;
  }

  .vp-lg-top-2 {
    padding-top: 2rem;
  }

  .vp-lg-bottom-2 {
    padding-bottom: 2rem;
  }

  .vm-lg-top-2 {
    margin-top: 2rem;
  }

  .vm-lg-bottom-2 {
    margin-bottom: 2rem;
  }

  .vp-lg-top-3 {
    padding-top: 3rem;
  }

  .vp-lg-bottom-3 {
    padding-bottom: 3rem;
  }

  .vm-lg-top-3 {
    margin-top: 3rem;
  }

  .vm-lg-bottom-3 {
    margin-bottom: 3rem;
  }

  .vp-lg-top-4 {
    padding-top: 4rem;
  }

  .vp-lg-bottom-4 {
    padding-bottom: 4rem;
  }

  .vm-lg-top-4 {
    margin-top: 4rem;
  }

  .vm-lg-bottom-4 {
    margin-bottom: 4rem;
  }

  .vp-lg-top-5 {
    padding-top: 5rem;
  }

  .vp-lg-bottom-5 {
    padding-bottom: 5rem;
  }

  .vm-lg-top-5 {
    margin-top: 5rem;
  }

  .vm-lg-bottom-5 {
    margin-bottom: 5rem;
  }

  .vp-lg-top-6 {
    padding-top: 6rem;
  }

  .vp-lg-bottom-6 {
    padding-bottom: 6rem;
  }

  .vm-lg-top-6 {
    margin-top: 6rem;
  }

  .vm-lg-bottom-6 {
    margin-bottom: 6rem;
  }

  .vp-lg-top-7 {
    padding-top: 7rem;
  }

  .vp-lg-bottom-7 {
    padding-bottom: 7rem;
  }

  .vm-lg-top-7 {
    margin-top: 7rem;
  }

  .vm-lg-bottom-7 {
    margin-bottom: 7rem;
  }

  .vp-lg-top-8 {
    padding-top: 8rem;
  }

  .vp-lg-bottom-8 {
    padding-bottom: 8rem;
  }

  .vm-lg-top-8 {
    margin-top: 8rem;
  }

  .vm-lg-bottom-8 {
    margin-bottom: 8rem;
  }

  .vp-lg-top-9 {
    padding-top: 9rem;
  }

  .vp-lg-bottom-9 {
    padding-bottom: 9rem;
  }

  .vm-lg-top-9 {
    margin-top: 9rem;
  }

  .vm-lg-bottom-9 {
    margin-bottom: 9rem;
  }

  .vp-lg-top-10 {
    padding-top: 10rem;
  }

  .vp-lg-bottom-10 {
    padding-bottom: 10rem;
  }

  .vm-lg-top-10 {
    margin-top: 10rem;
  }

  .vm-lg-bottom-10 {
    margin-bottom: 10rem;
  }

  .vp-lg-top-11 {
    padding-top: 11rem;
  }

  .vp-lg-bottom-11 {
    padding-bottom: 11rem;
  }

  .vm-lg-top-11 {
    margin-top: 11rem;
  }

  .vm-lg-bottom-11 {
    margin-bottom: 11rem;
  }

  .vp-lg-top-12 {
    padding-top: 12rem;
  }

  .vp-lg-bottom-12 {
    padding-bottom: 12rem;
  }

  .vm-lg-top-12 {
    margin-top: 12rem;
  }

  .vm-lg-bottom-12 {
    margin-bottom: 12rem;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .offset-lg-12 {
    margin-left: 100%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }

  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.33333%;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.66667%;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.66667%;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.33333%;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.33333%;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.66667%;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }

  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }

  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }

  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
  }

  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
    -ms-flex-order: 6;
    order: 6;
  }

  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
    -ms-flex-order: 7;
    order: 7;
  }

  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
    -ms-flex-order: 8;
    order: 8;
  }

  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
    -ms-flex-order: 9;
    order: 9;
  }

  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
  }

  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
    -ms-flex-order: 11;
    order: 11;
  }

  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
    -ms-flex-order: 12;
    order: 12;
  }

  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }

  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    -webkit-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }

  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    -webkit-box-align: start !important;
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    -webkit-box-align: end !important;
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }

  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }

  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }

  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }

  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }

  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }

  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }

  .open-nav .navigation-sidebar {
    width: 20vw;
  }

  .section-single-podcast .container {
    max-width: 1028px;
  }
}

@media only screen and (min-width: 1200px) {
  .vm-xl-top-0 {
    margin-top: 0;
  }

  .vm-xl-bottom-0 {
    margin-bottom: 0;
  }

  .vp-xl-top-0 {
    padding-top: 0;
  }

  .vp-xl-bottom-0 {
    padding-bottom: 0;
  }

  .no-gutter-xl-left {
    padding-left: 0;
  }

  .no-gutter-xl-right {
    padding-right: 0;
  }

  .no-gutter-xl {
    padding-right: 0;
    padding-left: 0;
  }

  .vp-xl-top-1 {
    padding-top: 1rem;
  }

  .vp-xl-bottom-1 {
    padding-bottom: 1rem;
  }

  .vm-xl-top-1 {
    margin-top: 1rem;
  }

  .vm-xl-bottom-1 {
    margin-bottom: 1rem;
  }

  .vp-xl-top-2 {
    padding-top: 2rem;
  }

  .vp-xl-bottom-2 {
    padding-bottom: 2rem;
  }

  .vm-xl-top-2 {
    margin-top: 2rem;
  }

  .vm-xl-bottom-2 {
    margin-bottom: 2rem;
  }

  .vp-xl-top-3 {
    padding-top: 3rem;
  }

  .vp-xl-bottom-3 {
    padding-bottom: 3rem;
  }

  .vm-xl-top-3 {
    margin-top: 3rem;
  }

  .vm-xl-bottom-3 {
    margin-bottom: 3rem;
  }

  .vp-xl-top-4 {
    padding-top: 4rem;
  }

  .vp-xl-bottom-4 {
    padding-bottom: 4rem;
  }

  .vm-xl-top-4 {
    margin-top: 4rem;
  }

  .vm-xl-bottom-4 {
    margin-bottom: 4rem;
  }

  .vp-xl-top-5 {
    padding-top: 5rem;
  }

  .vp-xl-bottom-5 {
    padding-bottom: 5rem;
  }

  .vm-xl-top-5 {
    margin-top: 5rem;
  }

  .vm-xl-bottom-5 {
    margin-bottom: 5rem;
  }

  .vp-xl-top-6 {
    padding-top: 6rem;
  }

  .vp-xl-bottom-6 {
    padding-bottom: 6rem;
  }

  .vm-xl-top-6 {
    margin-top: 6rem;
  }

  .vm-xl-bottom-6 {
    margin-bottom: 6rem;
  }

  .vp-xl-top-7 {
    padding-top: 7rem;
  }

  .vp-xl-bottom-7 {
    padding-bottom: 7rem;
  }

  .vm-xl-top-7 {
    margin-top: 7rem;
  }

  .vm-xl-bottom-7 {
    margin-bottom: 7rem;
  }

  .vp-xl-top-8 {
    padding-top: 8rem;
  }

  .vp-xl-bottom-8 {
    padding-bottom: 8rem;
  }

  .vm-xl-top-8 {
    margin-top: 8rem;
  }

  .vm-xl-bottom-8 {
    margin-bottom: 8rem;
  }

  .vp-xl-top-9 {
    padding-top: 9rem;
  }

  .vp-xl-bottom-9 {
    padding-bottom: 9rem;
  }

  .vm-xl-top-9 {
    margin-top: 9rem;
  }

  .vm-xl-bottom-9 {
    margin-bottom: 9rem;
  }

  .vp-xl-top-10 {
    padding-top: 10rem;
  }

  .vp-xl-bottom-10 {
    padding-bottom: 10rem;
  }

  .vm-xl-top-10 {
    margin-top: 10rem;
  }

  .vm-xl-bottom-10 {
    margin-bottom: 10rem;
  }

  .vp-xl-top-11 {
    padding-top: 11rem;
  }

  .vp-xl-bottom-11 {
    padding-bottom: 11rem;
  }

  .vm-xl-top-11 {
    margin-top: 11rem;
  }

  .vm-xl-bottom-11 {
    margin-bottom: 11rem;
  }

  .vp-xl-top-12 {
    padding-top: 12rem;
  }

  .vp-xl-bottom-12 {
    padding-bottom: 12rem;
  }

  .vm-xl-top-12 {
    margin-top: 12rem;
  }

  .vm-xl-bottom-12 {
    margin-bottom: 12rem;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .offset-xl-12 {
    margin-left: 100%;
  }
}

@media (max-width: 1280px) {
  .nav-items__right ul li {
    margin-right: 20px;
  }
}

@media (max-width: 1150px) {
  .articles {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 40px;
  }
}

@media (max-width: 1024px) {
  .top-nav__inner {
    position: relative;
  }

  .top-nav__logo {
    left: 40px !important;
    max-width: 201px;
  }

  .nav-items__right ul {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -webkit-transform: translateX(110%);
    transform: translateX(110%);
    background-color: #fbf7f2;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
    opacity: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 180px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    overflow: scroll;
  }

  .nav-items__right ul li {
    margin: 0 0 37px;
  }

  .nav-items__right ul li a {
    font-size: 3.6rem;
  }

  .global-alert__message {
    font-size: 1.2rem;
  }

  .nav-menu:before,
  .nav-menu:after {
    left: auto;
    right: -3.0rem;
  }

  .mobile-nav {
    display: none;
  }

  main.site-main {
    padding-top: var(--header-height, 95px);
  }

  .section-articles {
    padding: 100px 0;
  }

  .articles {
    grid-template-columns: repeat(2, 1fr);
  }

  .nav-trigger {
    display: inline-block;
  }

  .logo {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .subscribe-popup {
    width: 100%;
  }

  .ico-logo-full {
    width: 2.0rem;
    height: 2.0rem;
  }

  .ico-logo-full svg:not(:last-child) {
    display: none;
  }

  .ico-logo-full svg + svg {
    display: block;
  }

  .section-post-single-head .section__inner {
    padding-right: 0;
    width: 100%;
  }

  .section-post-single-entry .section__content {
    padding-left: 0;
  }

  .section-post-single-entry .section__image span {
    margin-right: -4.0rem;
  }

  .section-features .section__list > ul > li {
    width: calc(100% / 2);
  }

  .section-intro-podcast .section__content {
    padding-left: 0;
  }

  .section-team .section__col-content li {
    width: 50%;
  }

  .section-megamenu .section__form > * {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.0rem;
  }
}

@media (max-width: 985px) {
  .footer-container__mobile {
    display: block;
  }

  .footer-container__main .footer-copyright {
    display: none;
  }

  .footer-container__main .shell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 3.0rem;
  }

  .footer-container__main .footer__col--content {
    width: 100%;
    padding-right: 0;
  }

  .footer-container__main .footer__col--nav {
    width: 100%;
  }

  .footer-container__main .footer__col--nav > ul:first-child {
    padding-left: 0;
  }

  .footer-container__main .footer__col--nav > ul:last-child {
    padding-right: 0;
  }

  .footer-container .footer-content p {
    max-width: 100%;
  }

  .list-columns > ul > li {
    width: 50%;
  }

  .block-plan .block__foot-price span span {
    display: none;
  }

  .section-columns-alt .section__column {
    width: calc(100% / 2);
  }

  .section-plan .section__content > * {
    padding-left: 3.0rem;
  }

  .section-subscribe-options .section__body {
    padding: 3.0rem 2.0rem;
  }

  .section-subscribe-options .section__content {
    padding-left: 3.0rem;
  }
}

@media (max-width: 952px) {
  .section-plan .section__content > *:not(:last-child):before {
    right: -4.0rem;
  }
}

@media (max-width: 782px) {
  body.admin-bar .top-nav {
    top: 46px;
  }

  body.admin-bar .post .post__comments-form {
    top: calc(var(--header-height) + 46px);
  }

  body.admin-bar .section-megamenu {
    top: calc(var(--header-height) + 46px);
    max-height: calc(100vh - var(--header-height) - 46px);
  }

  body.single-plan .section-upcoming-plan {
    padding-top: calc(100svh - var(--header-height, 93px) - 46px - 9.0rem);
  }

  body.single-plan .section-upcoming-plan .section__image {
    height: calc(100svh - var(--header-height, 93px) - 46px - 9.0rem);
  }
}

@media (max-width: 768px) {
  .mobile-hidden {
    display: none !important;
  }

  .mobile-visible {
    display: inline-block !important;
  }

  .top-nav__inner {
    padding: 1.8rem 1.5rem;
  }

  .nav-items__right {
    display: none;
  }

  .nav-items__right ul {
    padding: 80px 0;
  }

  .nav-items__alert {
    padding: 0.7rem 7.4rem 0.7rem 2.4rem;
  }

  body.has-unread-alert {
    padding-top: 120px;
  }

  .btn--alt {
    background-color: transparent;
    font-size: 11px;
    color: #e08975;
    padding: 0;
    letter-spacing: 0.2em;
  }

  .btn--alt > img {
    display: inline-block;
    width: auto;
    max-width: 32px;
  }

  .footer-container__bar {
    padding: 1.9rem 0;
  }

  .footer-container__bar .shell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0.9rem;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-container__bar a + a {
    margin-left: 0;
    text-align: left;
  }

  .footer-container__main {
    padding: 2.0rem 0 0 0;
  }

  .footer-container__main .footer__col--nav > ul {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  body.single-plan main.site-main,
  body.single-post main.site-main,
  body.single-crb_podcast main.site-main,
  body.page-child main.site-main {
    overflow: hidden;
  }

  .shell {
    padding: 0 3.6rem;
  }

  .hero-v2 {
    min-height: 41.0rem;
  }

  .hero-v2 + section.section-list-boxes .section__head {
    color: #231f20;
  }

  .hero-v2:first-child .hero-v2__inner {
    padding-top: calc(var(--header-height, 98px) + 70px);
  }

  .hero-v2__inner {
    text-align: center;
  }

  .hero-v2__content h1 {
    font-size: 3.2rem;
    line-height: 1.23;
    margin-right: auto;
  }

  .hero-v2__actions a.btn {
    min-width: 21.2rem;
  }

  .hero-v2--size-small {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    margin-bottom: 6.0rem;
    z-index: 100;
    overflow: visible;
  }

  .hero-v2--size-small a.btn {
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
    border-radius: 1.5rem;
    font-size: 1.3rem;
    line-height: 1.53;
    padding: 1.3rem 2.0rem;
    margin-top: 1.9rem;
    display: block;
    width: 100%;
    opacity: 1 !important;
  }

  .hero-v2--size-small .shell {
    margin-top: auto;
    margin-bottom: 0;
  }

  .hero-v2--size-small .hero-v2__inner {
    padding-bottom: 0;
    text-align: center;
  }

  body:not(.home) .hero-v2 {
    min-height: 41.0rem;
  }

  body.home .hero-v2 > img {
    -o-object-position: top left;
    object-position: top left;
  }

  .section-info {
    padding: 104px 0 0;
  }

  .section-info .section__head {
    margin-bottom: 56px;
  }

  .info-cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .info-cols .info-col > a {
    pointer-events: all;
  }

  .info-cols .info-col {
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    width: 100%;
    max-width: none;
    padding: 21px 0 31px;
  }

  .info-cols .info-col:nth-child(2) {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 16px 0;
    padding: 0;
  }

  .info-cols .info-col:nth-child(2) h3 {
    margin: 0;
    padding: 0;
    min-height: auto;
  }

  .info-cols .info-col__inner {
    padding: 0 20px;
  }

  .info-cols .info-col h3 {
    min-height: auto;
  }

  .info-cols .info-col p {
    margin-bottom: 13px;
    min-height: auto;
  }

  .section-quote blockquote h3 {
    margin-bottom: 10px;
  }

  .section-quote blockquote p {
    font-size: 20px;
  }

  .section-articles {
    padding: 50px 0;
  }

  .section-articles .section__head h2 {
    font-size: 36px;
    line-height: 1.31;
  }

  .articles {
    grid-template-columns: repeat(1, 1fr);
    grid-row-gap: 40px;
  }

  .articles .article .article__image {
    height: 440px;
  }

  .articles .article .article__actions a {
    font-size: 13px;
    line-height: 1.38;
  }

  a.btn,
  button.btn {
    padding: 0.7rem 1.6rem;
    font-size: 1.2rem;
  }

  .list-boxes > ul {
    margin: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
    padding: 1.8rem 0;
  }

  .list-boxes > ul:before,
  .list-boxes > ul:after {
    content: ' ';
    position: absolute;
    left: 50%;
    width: 2.4rem;
    height: 0.1rem;
    background-color: #bfbbb7;
    margin-left: -1.2rem;
  }

  .list-boxes > ul:before {
    top: 0;
  }

  .list-boxes > ul:after {
    bottom: 0;
  }

  .list-boxes > ul > li {
    width: 100%;
    line-height: 1.50;
    padding: 0;
  }

  .list-boxes > ul > li:not(:last-child) {
    margin-bottom: 3.2rem;
  }

  .list-boxes > ul > li:not(:last-child):before {
    display: none;
  }

  .list-boxes p {
    max-width: 40.0rem;
    margin-left: auto;
    margin-right: auto;
  }

  .list-boxes p br {
    display: none;
  }

  .list-columns > ul > li {
    width: 100%;
  }

  .list-columns blockquote {
    max-width: 100%;
  }

  .list-columns blockquote:before {
    font-size: 2.3rem;
  }

  .list-columns blockquote h3 {
    font-size: 2.8rem;
  }

  .list-products .list__body > ul {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: -2.0rem -1.0rem;
  }

  .list-products .list__body > ul > li {
    width: 50%;
    padding: 2.0rem 1.0rem;
  }

  .list-plans > ul > li {
    width: 100%;
  }

  .block-plan .block__head {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    min-height: 0;
  }

  .block-plan .block__head h4 {
    font-size: 2.0rem;
  }

  .block-plan .block__body p,
  .block-plan .block__body ul,
  .block-plan .block__body ol {
    font-size: 1.4rem;
  }

  .block-plan .block__body ul:not([class]) li:before {
    top: 0.7rem;
  }

  .block-plan .block__foot-button a.btn {
    font-size: 1.0rem;
    padding: 0.5rem 1.2rem;
    min-width: 10.0rem;
  }

  .block-plan .block__foot-button a.btn span {
    display: none;
  }

  .block-plan .block__foot-button a.btn span + span {
    display: block;
  }

  .block-content .block__table > a {
    overflow: hidden;
  }

  .block-content .block__table > a > p {
    display: none;
  }

  .block-content .block__table-content > p {
    white-space: nowrap;
  }

  .block-content .block__table-content > p span:not(:last-child) {
    margin-right: 0;
  }

  .block-aside .block__head h4 {
    max-width: 100%;
  }

  .block-aside .block__callout-content p {
    max-width: 100%;
  }

  .post .post__comments-head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.2rem;
  }

  .post .post__comments-head > a {
    margin-right: auto;
  }

  .post .post__comments-head .link-share {
    margin: 0 auto;
  }

  .post .post__comments-form {
    width: auto;
    left: 0;
  }

  .slider-testimonials {
    text-align: left;
  }

  .slider-testimonials .slide__image {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .slider-testimonials .slide__body blockquote {
    font-size: 2.2rem;
  }

  .slider-testimonials .slide__action a.btn {
    display: block;
    padding: 1.3rem 2.0rem;
    display: block;
  }

  .podcast-episodes > ol {
    margin: 0;
  }

  .podcast-episodes > ol:before {
    display: none;
  }

  .podcast-episodes > ol > li {
    padding: 3.0rem 0;
    width: 100%;
  }

  .podcast-episodes > ol > li:before {
    content: ' ';
    position: absolute;
    left: -3.6rem;
    right: -3.6rem;
    bottom: 0;
    height: 0.1rem;
    background-color: #d3cfcb;
  }

  .form-subscribe form.klaviyo-form > *:not(input) {
    display: block !important;
  }

  .form-subscribe form.klaviyo-form > * > * {
    gap: 1.0rem;
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }

  .form-subscribe form.klaviyo-form > * > * > * {
    display: block !important;
    -webkit-box-flex: 0 !important;
    -ms-flex: none !important;
    flex: none !important;
  }

  .form-subscribe form.klaviyo-form > * > * > *:nth-child(3) {
    position: relative !important;
    right: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }

  .form-subscribe form.klaviyo-form p {
    text-align: center;
  }

  .form-subscribe form.klaviyo-form input[type="email"] {
    padding-right: 1.6rem !important;
    text-align: center !important;
  }

  .section-list-boxes .section__inner {
    padding: 3.0rem;
    border-radius: 0.5rem;
    background-color: #fbf7f3;
  }

  .section-list-boxes .section__body {
    max-width: 100%;
    padding: 0;
    background-color: none;
    border-radius: 0;
  }

  .section-columns-alt .section__head {
    text-align: left;
  }

  .section-columns-alt .section__columns {
    margin: -1.8rem 0;
  }

  .section-columns-alt .section__column {
    width: 100%;
    padding: 1.8rem 0;
  }

  .section-columns-alt .section__column:after {
    display: none;
  }

  .section-columns-alt .section__column:not(:last-child):before {
    display: none;
  }

  .section-columns-alt .section__column h4 {
    font-size: 1.9rem;
  }

  .section-columns-alt .section__column p a:not(.btn) {
    margin-top: 0;
  }

  .section-image .section__image--desktop {
    display: none;
  }

  .section-image .section__image--mobile {
    display: block;
  }

  .section-latest-reading {
    margin: 2.8rem 0;
  }

  .section-latest-reading .section__head {
    margin-bottom: 2.4rem;
  }

  .section-latest-reading .section__head h6 {
    font-size: 1.3rem;
  }

  .section-latest-reading .section__head h2 {
    font-size: 3.2rem;
  }

  .section-latest-reading .section__head ul li span {
    display: inline-block;
  }

  .section-latest-reading .section__body p {
    margin-bottom: 2.5rem;
    font-size: 1.4rem;
  }

  .section-upcoming-plan {
    padding: 30.3rem 0 3.4rem 0;
    background-color: #806a55;
  }

  .section-upcoming-plan .section__image {
    left: 0;
    bottom: auto;
    height: 36.6rem;
    mix-blend-mode: unset;
  }

  .section-upcoming-plan .section__image:before {
    content: ' ';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(128, 106, 85, 0)), to(#806a55));
    background: linear-gradient(to bottom, rgba(128, 106, 85, 0) 0%, #806a55 100%);
    z-index: 1;
  }

  .section-upcoming-plan .section__body {
    max-width: 100%;
    text-align: center;
    background-color: #fbf7f3;
    border-radius: 0.4rem;
    padding: 2.6rem;
  }

  .section-upcoming-plan .section__body > * {
    max-width: 100%;
  }

  .section-upcoming-plan .section__body h6 {
    font-size: 1.0rem;
  }

  .section-upcoming-plan .section__body h2 {
    font-size: 3.6rem;
    margin-right: 0;
  }

  .section-upcoming-plan .section__body-title {
    margin-bottom: 2.0rem;
  }

  .section-upcoming-plan .section__body-content p {
    font-size: 1.2rem;
    line-height: 1.33;
  }

  .section-upcoming-plan .section__body-action {
    margin-top: 2.0rem;
    gap: 1.0rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .section-upcoming-plan .section__body-action a.btn {
    min-width: 15.0rem;
    margin: 0 auto;
  }

  .section-upcoming-plan .section__body-action p {
    font-size: 0.9rem;
    margin: 0 auto;
  }

  .section-plans {
    margin: 4.0rem 0;
  }

  .section-plan {
    border-top: 0;
    -webkit-border-before: 0;
    border-block-start: 0;
  }

  .section-plan .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 3.0rem;
  }

  .section-plan .section__aside {
    width: 100%;
    padding: 0 0 4.0rem 0;
    border-right: 0;
  }

  .section-plan .section__aside-holder {
    top: 0;
  }

  body.admin-bar .section-plan .section__aside-holder {
    top: 0;
  }

  .section-plan .section__content {
    width: 100%;
  }

  .section-plan .section__content > * {
    padding-left: 0;
  }

  .section-plan .section__content > *:not(:last-child):before {
    left: -4.0rem;
  }

  .section-testimonial .section__body p {
    font-size: 2.0rem;
    line-height: 1.20;
  }

  .section-content-center:first-child {
    margin-top: 3.0rem;
  }

  .section-content-and-image .section__inner {
    padding: 3.0rem;
    margin-top: 6.4rem;
    min-height: 0;
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 3.0rem;
  }

  .section-content-and-image .section__image {
    position: relative;
    right: 0;
    width: auto;
    max-width: 18.0rem;
    min-width: 18.0rem;
    margin-left: auto;
    margin-right: auto;
    margin-top: -5.4rem;
    -webkit-transform: none;
    transform: none;
    top: 0;
  }

  .section-content-and-image-alt .shell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5.0rem;
  }

  .section-content-and-image-alt .section__inner {
    gap: 1.2rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
  }

  .section-content-and-image-alt .section__inner:nth-child(even) {
    gap: 1.2rem;
    padding-left: 0;
  }

  .section-content-and-image-alt .section__inner:nth-child(even) .section__image span {
    margin-right: 0;
    margin-left: -3.6rem;
  }

  .section-content-and-image-alt .section__content {
    padding: 0;
  }

  .section-content-and-image-alt .section__content p {
    font-size: 1.6rem;
    line-height: 1.33;
  }

  .section-content-and-image-alt .section__image span {
    margin-left: 0;
    margin-right: -3.6rem;
  }

  .section-hero {
    background-position: left center;
  }

  .section-hero .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 3.0rem;
    text-align: center;
  }

  .section-hero .section__mobile-top {
    display: block;
  }

  .section-hero .section__mobile-top ~ .section__content h6 {
    display: none;
  }

  .section-hero .section__content {
    padding-right: 0;
    width: 100%;
  }

  .section-hero .section__content a.btn {
    display: block;
    width: 100%;
  }

  .section-hero .section__content h1 {
    font-size: 4.0rem;
  }

  .section-hero .section__content h6 ~ h6 {
    margin-bottom: 2.0rem;
  }

  .section-hero .section__image {
    width: 100%;
    max-width: 19.6rem;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    border-radius: 0.5rem;
  }

  .section-hero .section__image span {
    height: 0;
    padding-top: 130%;
  }

  .section-hero--mobile-alt {
    overflow: visible;
  }

  .section-hero--mobile-alt .section__inner {
    padding: 3.2rem 0;
  }

  .section-hero--mobile-alt .section__content a.btn {
    margin-bottom: -3.2rem;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }

  .section-hero--mobile-alt + section {
    padding-top: 3.0rem;
  }

  .section-post-single-head {
    margin: 3.0rem 0;
  }

  .section-post-single-head:first-child {
    margin-top: 5.0rem;
  }

  .section-post-single-head .section__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 2.0rem;
  }

  .section-post-single-head .section__body-title {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }

  .section-post-single-head .section__body-title h1 {
    font-size: 3.2rem;
  }

  .section-post-single-head .section__body-meta {
    text-align: left;
    width: 100%;
  }

  .section-post-single-head .section__body-meta p br {
    display: none;
  }

  .section-post-single-head .section__body-meta p span {
    display: inline-block;
    margin-right: 0.4rem;
  }

  .section-post-single-entry {
    margin: 3.0rem 0 5.0rem 0;
  }

  .section-post-single-entry .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 3.0rem;
  }

  .section-post-single-entry .section__content {
    width: 100%;
    padding: 0;
  }

  .section-post-single-entry .section__image {
    width: 100%;
  }

  .section-post-single-entry .section__image span {
    position: relative;
    top: 0;
    margin-right: 0;
    margin-left: -3.6rem;
    max-width: 40.0rem;
  }

  .section-post-single-entry .section__image img {
    height: 40.0rem;
  }

  .section-content-center-alt {
    margin: 4.5rem 0;
    text-align: left;
  }

  .section-content-center-alt .section__inner h3 {
    font-size: 2.1rem;
  }

  .section-content-center-alt .section__inner h2 {
    font-size: 2.8rem;
  }

  .section-content-center-alt .section__inner br {
    display: none;
  }

  body:not(.page-template-default) .section-testimonial-alt + section.section-features .section__head h6 {
    line-height: 1.20;
  }

  .section-features .section__inner {
    padding: 2.4rem 2.0rem;
  }

  .section-features .section__head h6 {
    font-size: 1.9rem;
  }

  .section-features .section__list > ul {
    margin: -1.2rem;
  }

  .section-features .section__list > ul > li {
    width: 100%;
    padding: 1.2rem;
  }

  .section-features .section__list h6 {
    max-width: 100%;
  }

  .section-features .section__body {
    margin: 0 0 2.4rem 0;
  }

  .section-features .section__body h3 {
    font-size: 1.9rem;
  }

  .section-subscribe-options .section__head:before {
    width: 19.0rem;
    margin-left: -9.5rem;
  }

  .section-subscribe-options .section__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    max-width: 100%;
    margin: 0;
    gap: 3.0rem;
  }

  .section-subscribe-options .section__aside {
    width: 100%;
  }

  .section-subscribe-options .section__content {
    width: 100%;
    padding-left: 0;
  }

  .section-subscribe-options .section__content-tabs-actions a {
    padding: 0.6rem 1.0rem;
  }

  .section-subscribe-options .section__content-tab blockquote {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-subscribe-options .section__content-tab blockquote a.btn {
    margin-right: auto;
  }

  .section-subscribe-options .section__content-tab blockquote > p {
    margin: 0 auto;
  }

  .section-callout .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-callout .section__image {
    width: 100%;
  }

  .section-callout .section__content {
    padding: 2.6rem;
    text-align: center;
    width: 100%;
    min-height: 0;
  }

  .section-callout .section__content-title h3 {
    margin-bottom: 0;
  }

  .section-callout .section__content-price {
    margin-bottom: 2.0rem;
  }

  .section-callout .section__content-price p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .section-hero-landing {
    min-height: calc(100vh - var(--header-height, 95px) - 46px);
  }

  .section-hero-landing + section.section-content-center-alt {
    text-align: center;
  }

  .section-hero-landing .section__content h1 {
    font-size: 3.6rem;
  }

  .section-title-with-columns .section__head {
    margin-bottom: 2.0rem;
  }

  .section-title-with-columns .section__body > * {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .section-title-with-columns .section__col {
    width: 100%;
  }

  .section-title-with-columns .section__col:not(:last-child):before {
    display: none;
  }

  .section-content-features .section__head {
    text-align: left;
    margin-bottom: 3.4rem;
  }

  .section-content-features .section__head h2 {
    font-size: 2.4rem;
    line-height: 1.25;
  }

  .section-content-features .section__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 6.0rem;
  }

  .section-content-features .section__content {
    width: 100%;
    padding-right: 0;
  }

  .section-content-features .section__content p {
    font-size: 1.8rem;
    line-height: 1.50;
  }

  .section-content-features .section__lists {
    width: 100%;
    gap: 3.0rem;
  }

  .section-content-features .section__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.0rem;
  }

  .section-content-features .section__list-content {
    padding-left: 0;
    width: 100%;
    padding-top: 0;
  }

  .section-boxes-content-and-image {
    margin: 5.0rem 0;
  }

  .section-boxes-content-and-image .section__head {
    margin-bottom: 5.6rem;
  }

  .section-boxes-content-and-image .section__inner {
    display: block;
    padding: 2.5rem 3.0rem;
    width: auto;
    margin: 0 -3.6rem;
  }

  .section-boxes-content-and-image .section__inner:after {
    content: ' ';
    display: table;
    clear: both;
  }

  .section-boxes-content-and-image .section__inner:nth-child(even) .section__image {
    width: 9.5rem;
    margin-right: 0;
    margin-left: 2.0rem;
    float: right;
  }

  .section-boxes-content-and-image .section__inner:nth-child(even) .section__content:not(:first-child) {
    width: auto;
    padding-right: 0;
  }

  .section-boxes-content-and-image .section__image {
    width: 9.5rem;
    float: left;
    margin-right: 2.0rem;
    margin-bottom: 3.2rem;
    margin-top: -5.0rem;
  }

  .section-boxes-content-and-image .section__content {
    padding: 2.5rem 0 0 0;
  }

  .section-boxes-content-and-image .section__content:not(:first-child) {
    width: auto;
    padding-left: 0;
  }

  .section-boxes-content-and-image .section__content-action {
    text-align: center;
  }

  .section-callout-alt {
    margin: 5.0rem 0;
  }

  .section-callout-alt .section__inner h2 {
    font-size: 2.4rem;
  }

  .section-intro-podcast {
    padding: 4.2rem 0;
  }

  .section-intro-podcast .shell {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 3.5rem;
  }

  .section-intro-podcast .section__content {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    text-align: center;
  }

  .section-intro-podcast .section__content-title h1 {
    font-size: 3.3rem;
    line-height: 1.29;
  }

  .section-intro-podcast .section__content-title p {
    max-width: 100%;
  }

  .section-intro-podcast .section__content-actions a.btn {
    display: inline-block;
    max-width: none;
  }

  .section-intro-podcast .section__content-foot {
    max-width: 100%;
  }

  .section-intro-podcast .section__image {
    padding-left: 0;
    width: 100%;
  }

  .section-intro-podcast .section__image img {
    display: none;
  }

  .section-intro-podcast .section__image img ~ img {
    display: block;
  }

  .section-episodes-alt {
    margin: 5.0rem 0;
  }

  .section-episodes-alt .section__head {
    margin-bottom: 2.0rem;
  }

  .section-episodes-alt .section__head h2 {
    font-size: 2.5rem;
  }

  .section-images-gallery {
    margin: 5.0rem 0;
  }

  .section-images-gallery .section__image {
    width: calc(50% - 0.8rem);
  }

  .section-images-gallery .section__image:nth-child(odd) span {
    margin-left: -3.6rem;
  }

  .section-images-gallery .section__image:nth-child(even) span {
    margin-right: -3.6rem;
    margin-top: 4.2rem;
  }

  .section-hero-intro {
    padding: 6.0rem 0;
  }

  .section-hero-intro .section__head {
    margin-bottom: 4.0rem;
  }

  .section-hero-intro .section__head h2 {
    font-size: 2.4rem;
  }

  .section-hero-intro .section__body h2 {
    font-size: 2.4rem;
  }

  .section-hero-intro .section__body p {
    font-size: 1.3rem;
  }

  .section-content-columns {
    margin: 6.0rem 0;
  }

  .section-content-columns .section__head {
    margin-bottom: 2.0rem;
  }

  .section-content-columns .section__head h2 {
    font-size: 2.4rem;
  }

  .section-content-columns .section__cols {
    margin: 0;
  }

  .section-content-columns .section__col {
    width: 100%;
    padding: 0;
  }

  .section-team .section__head h2 {
    font-size: 2.4rem;
  }

  .section-team .section__cols {
    gap: 4.0rem;
  }

  .section-team .section__col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 1.0rem;
  }

  .section-team .section__col-title {
    width: 100%;
    padding-right: 0;
  }

  .section-team .section__col-content {
    width: 100%;
  }

  .section-team .section__col-content ul {
    margin: -1.0rem 0;
  }

  .section-team .section__col-content li {
    width: 100%;
    padding: 1.0rem 0;
  }

  .section-team .section__col-content p {
    font-size: 1.6rem;
  }

  .section-open-positions {
    padding: 5.0rem 0;
    min-height: 0;
  }

  .section-open-positions .section__inner {
    padding: 3.0rem 2.0rem;
  }

  .section-open-positions .section__body {
    margin-bottom: 2.0rem;
  }

  .section-open-positions .section__body p {
    font-size: 1.8rem;
  }

  .section-open-positions .section__list h5 {
    font-size: 1.6rem;
  }

  .section-open-positions .section__list ul {
    margin: -0.5rem 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-open-positions .section__list li {
    padding: 0.5rem 0;
  }

  .section-megamenu .form-subscribe > * > * > * > * > * > *:nth-child(1) {
    max-width: 100%;
  }

  .section-megamenu .form-subscribe > * > * > * > * > * > *:nth-child(2) {
    max-width: 100%;
  }

  .section-megamenu .section__nav > * > ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }

  .section-megamenu .section__nav > * > ul > li {
    padding: 0;
    width: 100%;
  }

  .section-megamenu .section__nav > * > ul > li:not(:last-child) {
    padding-bottom: 2.0rem;
  }

  .section-megamenu .section__form-title {
    width: 100%;
    padding-right: 0;
  }

  body.error404 .hero-reading {
    padding: 5.0rem 0;
    min-height: 0;
  }

  body.page-id-70883 section.section-content-center-alt {
    padding: 4.5rem 0;
  }

  body.single-plan .block-content:nth-child(even) {
    background-color: #f2eee9;
    width: auto;
    position: relative;
    margin-left: -3.6rem;
    margin-right: -3.6rem;
    padding-left: 3.6rem;
    padding-right: 3.6rem;
  }

  body.single-plan .section-plan .section__content > *:not(:last-child):before {
    display: none;
  }

  body.single-plan .section-upcoming-plan {
    padding-top: calc(100svh - var(--header-height, 93px) - 9.0rem);
    background-color: transparent;
  }

  body.single-plan .section-upcoming-plan a.btn {
    border-radius: 1.5rem;
    padding: 1.3rem 1.2rem;
    display: block;
    width: 100%;
  }

  body.single-plan .section-upcoming-plan .section__image {
    height: calc(100svh - var(--header-height, 93px) - 9.0rem);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    overflow: visible;
  }

  body.single-plan .section-upcoming-plan .section__image:before {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.65)));
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
  }

  body.single-plan .section-upcoming-plan .section__image-title {
    display: block;
    margin-top: auto;
    position: relative;
    z-index: 10;
    text-align: center;
    padding: 0 2.0rem;
  }

  body.single-plan .section-upcoming-plan .section__image-title h6 {
    color: white;
    font-size: 1.4rem;
    line-height: 1.10;
    font-family: proxima-nova, sans-serif;
    font-weight: 400;
    margin-bottom: 1.0rem;
  }

  body.single-plan .section-upcoming-plan .section__image-title h2 {
    color: white;
    font-size: 3.0rem;
    line-height: 1.26;
    margin-bottom: 2.0rem;
  }

  body.single-plan .section-upcoming-plan .section__image-title a.btn {
    margin-bottom: -2.3rem;
  }

  body.single-plan .section-upcoming-plan .section__body {
    padding: 0;
    border-radius: 0;
    background: none;
  }

  body.single-plan .section-upcoming-plan .section__body-title {
    display: none;
  }

  body.single-plan .section-upcoming-plan .section__body-content {
    padding-top: 4.9rem;
    text-align: left;
  }

  body.single-plan .section-hero .section__image {
    display: block;
  }
}

@media (max-width: 767px) {
  .daily-readings-list-wrapper .row {
    display: block;
  }

  .daily-readings-list-wrapper .col {
    padding-top: 40px;
  }

  .section-subscribe {
    padding: 40px 0 0;
  }

  .section-subscribe .section__head h2 {
    font-size: 27px;
  }

  .single-podcast .single-podcast__head h1 {
    font-size: 32px;
  }

  .single-podcast .single-podcast__head h5 {
    font-size: 18px;
  }

  .list-subscribe ul {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .list-subscribe ul li {
    margin-bottom: 20px;
  }

  .has-unread-alert .bar {
    margin-top: 60px;
  }
}

@media (max-width: 414px) {
  .btn {
    width: 100%;
    text-align: center;
    padding: 15px 0;
  }

  .btn--alt {
    padding: 0;
  }

  .section-info .section__head h2 {
    max-width: 300px;
  }

  .info-cols .info-col__inner {
    max-width: 250px;
    margin: 0 auto;
    padding: 0;
  }

  .section-articles .section__head {
    margin-bottom: 45px;
  }

  .section-articles .section__head h2 {
    max-width: 230px;
    margin: 0 auto;
  }

  .articles .article .article__image {
    margin-bottom: 38px;
  }

  .articles .article .article__content {
    margin-bottom: 19px;
  }

  .articles .article .article__content h3 {
    font-size: 27px;
    line-height: 1.41;
    margin-bottom: 8px;
  }

  .articles .article .article__content p {
    font-size: 19px;
    line-height: 1.42;
    font-weight: 400;
  }

  .articles .article .article__actions a > img {
    margin-left: 7px;
  }
}

@media (max-width: 375px) {
  .top-nav__inner {
    padding: 1.7rem 1.5rem;
  }

  main.site-main {
    padding-top: var(--header-height, 93px);
  }

  .shell {
    padding: 0 2.0rem;
  }

  .section-plan .section__content > *:not(:last-child):before {
    left: -2.0rem;
    right: -2.0rem;
  }

  .section-content-and-image-alt .section__inner:nth-child(even) .section__image span {
    margin-left: -2.0rem;
  }

  .section-content-and-image-alt .section__image span {
    margin-right: -2.0rem;
  }

  .section-post-single-entry .section__image span {
    margin-left: -2.0rem;
  }

  .section-boxes-content-and-image .section__inner {
    margin: 0 -2.0rem;
    padding: 2.5rem 2.0rem;
  }

  .section-images-gallery .section__image:nth-child(odd) span {
    margin-left: -2.6rem;
  }

  .section-images-gallery .section__image:nth-child(even) span {
    margin-right: -2.6rem;
  }

  body.single-plan {
    margin: 0;
    padding: 0;
  }
}

@media (hover) {
  .nav-items__right ul li a:hover {
    color: #e08975;
  }

  .btn:hover {
    opacity: .6;
  }

  .articles .article .article__actions a:hover > img {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }
}

@media (hover) and (pointer: fine) {
  .nav-items__right ul ul a:hover {
    color: #fffc00;
  }

  .nav-items__right li:hover > ul {
    opacity: 1;
    visibility: visible;
  }

  .global-alert__close:hover {
    opacity: 0.5;
  }

  .nav-menu:hover {
    background-color: #9e9c9b;
    color: #fff;
  }

  body.home:not(.show-fixed-header):not(.show-nav-main):not(.open-nav) .nav-menu:hover {
    background-color: #fff;
    color: #231f20;
  }

  body.home:not(.show-fixed-header):not(.show-nav-main):not(.open-nav) .nav-items__right ul li:hover > a {
    color: #231f20;
  }

  body.open-nav .nav-menu:hover {
    background-color: #231f20 !important;
    color: #fff !important;
  }

  .footer-container__bar a + a:hover {
    text-decoration: none;
  }

  .footer-container__main .footer__col--nav a:hover {
    text-decoration: underline;
  }

  .block-product > a:hover ~ .block__image {
    opacity: 0.6;
  }

  .block-content .block__table > a:hover:before {
    opacity: 1;
  }

  .post .post__meta h6 a:hover {
    color: #e08975;
    text-decoration: underline;
  }

  .post .post__comments-head > a:hover {
    color: #e08975;
    opacity: 1;
  }

  .post .post__comments-form > a:hover {
    opacity: 1;
  }

  .post .post__comments-form h3.comment-reply-title small a:hover {
    text-decoration: underline;
  }

  .post .post__comments-form .form-submit input.submit:hover {
    opacity: 0.6;
  }

  .post .post__comments-form .comment-body .reply a:hover {
    color: #e08975;
  }

  .podcast-episode a:hover h3 {
    color: #e08975;
  }

  .form-subscribe form.klaviyo-form button:hover {
    background-color: black !important;
    color: white !important;
  }

  .section-columns .section__scroll-to-next-section a:hover {
    opacity: 0.75;
  }

  .section-columns-alt .section__column p a:not(.btn):hover {
    text-decoration: none;
    color: #e08975;
  }

  .section-plans .section__foot p a:hover {
    text-decoration: none;
  }

  .section-post-single-head .section__head a:hover {
    text-decoration: none;
    color: #e08975;
  }

  .section-subscribe-options .section__content-tabs-actions a:hover {
    background-color: #e08975;
    color: #231f20;
  }

  .section-callout .section__content-foot a:hover {
    text-decoration: none;
    color: #e08975;
  }

  .section-open-positions .section__list li a:hover {
    color: #e08975;
    text-decoration: none;
  }

  .section-megamenu .section__nav > * > ul a:hover {
    color: #e08975;
  }
}

@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover) {
  .single-podcast .single-podcast__body a:hover {
    text-decoration: none;
  }

  .list-subscribe ul a:hover {
    opacity: .8;
  }
}