@import url("https://fonts.googleapis.com/css2?family=Geist:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&display=swap");
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?qh7tt4");
  src: url("../fonts/icomoon.eot?qh7tt4#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff2?qh7tt4") format("woff2"), url("../fonts/icomoon.ttf?qh7tt4") format("truetype"), url("../fonts/icomoon.woff?qh7tt4") format("woff"), url("../fonts/icomoon.svg?qh7tt4#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
/*
	Body & HTML setup

*/
#full-height {
  display: none;
}

body, html {
  height: 100%;
}

body {
  color: #613333;
  font-size: 18px;
  font-family: "Geist";
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.nav-menu-open {
  position: fixed;
  overflow: hidden;
  left: 0px;
  right: 0px;
}

.container {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  max-width: 1100px;
  min-width: 0px;
  width: 100%;
}
.container.xlarge-container {
  max-width: 1320px;
}
.container.large-container {
  max-width: 970px;
}

.container-fluid {
  position: relative;
  margin-left: auto;
  margin-right: auto;
  *zoom: 1;
  width: 100%;
  max-width: 2000px;
  min-width: 320px;
}

.wrap {
  position: relative;
  margin: 0 auto -90px; /* bottom is negative value of .push height */
  min-height: 100%;
  height: auto !important;
  height: 100%;
  max-width: 2000px;
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.95) 0%, rgba(255, 255, 255, 0.95) 100%), linear-gradient(0deg, rgba(97, 51, 51, 0.1) 0%, rgba(97, 51, 51, 0.1) 100%), #B45309;
}

.push {
  height: 90px;
  background: transparent;
} /* footer height plus padding */
.padding {
  padding-left: 20px !important;
  padding-right: 20px !important;
}

.nomargin {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

::-moz-selection { /* Code for Firefox */
  color: white;
  background: #3A0000;
}

::selection {
  color: white;
  background: #3A0000;
}

:focus {
  outline: 0px none transparent;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #CCC;
}

:-moz-placeholder { /* Firefox 18- */
  color: #CCC;
  opacity: 1;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #CCC;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #CCC;
}

h1, h2, h3, h4, h5, h6, p {
  margin-top: 0px;
  margin-bottom: 0px;
}

input[type=text], input[type=email], input[type=password], input[type=tel], input[type=submit], textarea, select {
  -webkit-appearance: none;
  border-radius: 0px;
}

#preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

a, input[type=submit], button {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
a:hover, input[type=submit]:hover, button:hover {
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

img {
  max-width: 100%;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.lazy {
  filter: blur(10px);
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
img.lazy.loaded {
  filter: blur(0);
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
}
img:not([src]) {
  visibility: hidden;
}
img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}
img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 767px) {
  img.alignright, img.alignleft {
    float: none;
    display: block;
    margin: 0 auto 30px;
  }
  .alignright, .alignleft {
    float: none;
    margin: 0 auto 30px;
  }
}
[class^=icon-], [class*=" icon-"] {
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.animsition-loading {
  border: none;
  -webkit-animation-iteration-count: none;
  animation-iteration-count: none;
  -webkit-animation-timing-function: none;
  animation-timing-function: none;
  -webkit-animation-duration: 0s;
  animation-duration: 0s;
  -webkit-animation-name: none;
  animation-name: none;
  width: 60px;
}

@media screen and (max-width: 767px) {
  .animatedParent .animated {
    -webkit-transition-property: none !important;
    transition-property: none !important;
    -webkit-animation: none !important;
    animation: none !important;
    -moz-transform: none !important;
    -o-transform: none !important;
    -ms-transform: none !important;
    -webkit-transform: none !important;
    transform: none !important;
    opacity: 1;
  }
}
#header-container {
  padding: 25px 0 0;
  text-align: center;
  z-index: 100;
}
#header-container:not(.home) {
  background: rgba(180, 83, 9, 0.1);
  margin-bottom: 0;
}
#header-container img {
  position: relative;
  top: 50px;
  margin-top: -50px;
}

#content #default-page-container {
  padding: 120px 20px;
}
#content #error-container {
  padding: 50px 20px;
  text-align: center;
}
#content h1 {
  font-family: "Noto Serif";
  font-size: 72px;
  color: #3A0000;
  line-height: 1.1;
  margin-bottom: 10px;
}
#content h2 {
  font-family: "Noto Serif";
  font-size: 50px;
  color: #3A0000;
  line-height: 1.2;
  margin-bottom: 10px;
}
#content h3 {
  font-family: "Noto Serif";
  font-size: 32px;
  color: #3A0000;
  line-height: 1.4;
  margin-bottom: 10px;
}
#content p {
  line-height: 1.5;
  margin-bottom: 30px;
}
#content p.large {
  font-size: 24px;
}
#content p.small {
  font-size: 14px;
}
#content a:not(.button) {
  color: #771800;
  text-decoration: underline;
}
#content a.button.orange {
  display: inline-block;
  text-decoration: none;
  background: #B45309;
  color: #fff;
  border-radius: 40px;
  padding: 10px 25px 12px;
  min-width: 140px;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.6px;
}
#content a.button.orange:hover {
  background: #C37335;
}
#content a.button.orange:hover .icon-arrow {
  right: -3px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.orange .icon-arrow {
  font-size: 16px;
  margin-left: 6px;
  position: relative;
  top: 2px;
  right: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#content a.button.orange .icon-arrow:before {
  content: "\e900";
}
#content ol, #content ul {
  margin: 15px 0;
}
#content ol > li:not(:last-of-type), #content ul > li:not(:last-of-type) {
  margin-bottom: 10px;
}
#content .pill {
  display: inline-block;
  border-radius: 40px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  font-weight: 500;
  border: 1px solid #D8CCCC;
  padding: 5px 10px;
  margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
  #content #default-page-container {
    padding: 100px 20px;
  }
  #content #error-container {
    padding: 30px 20px;
  }
  #content h1 {
    font-size: 50px;
  }
  #content h2 {
    font-size: 35px;
  }
  #content h3 {
    font-size: 24px;
  }
  #content p {
    font-size: 16px;
  }
  #content p.large {
    font-size: 20px;
  }
  #content p.small {
    font-size: 12px;
  }
  #content a.button {
    width: 100%;
    text-align: center;
  }
}
#hero-container > div {
  background-size: cover;
  background-position: 50%;
  border-radius: 24px;
  padding: 90px 0 200px;
  text-align: center;
}
#hero-container > div h1, #hero-container > div h2, #hero-container > div h3, #hero-container > div h4, #hero-container > div h5, #hero-container > div h6, #hero-container > div p, #hero-container > div a:not(.button) {
  color: #fff;
}
#hero-container > div p {
  width: 100%;
  max-width: 770px;
  margin: 20px auto 0;
  color: #EBE5E5;
}

#hero-callout-content {
  background: #EFD1BB;
  border-radius: 24px;
  padding: 25px 30px;
  top: -150px;
  margin-bottom: -150px;
}
#hero-callout-content > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#hero-callout-content > div > div:first-child {
  width: 200px;
}
#hero-callout-content > div > div:first-child img {
  border-radius: 50%;
}
#hero-callout-content > div > div:first-child .large {
  display: none;
  margin-bottom: 10px;
}
#hero-callout-content > div > div:last-child {
  padding-left: 30px;
  width: calc(100% - 200px);
}
#hero-callout-content > div > div:last-child .large {
  margin-bottom: 10px;
}

#home-questions-container {
  padding: 80px 0;
}
#home-questions-container #home-questions-content {
  text-align: center;
}
#home-questions-container #home-videos {
  margin-top: 30px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  overflow: hidden;
  height: 480px;
  gap: 10px;
}
#home-questions-container #home-videos .video {
  position: relative;
  flex: 1 1 0;
  min-width: 0;
  overflow: hidden;
  cursor: pointer;
  transition: flex 700ms cubic-bezier(0.22, 1, 0.36, 1), opacity 500ms ease;
  border-radius: 24px;
  position: relative;
}
#home-questions-container #home-videos .video:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.7) 100%), rgba(0, 0, 0, 0.4);
  top: 0;
  left: 0;
  z-index: 100;
}
#home-questions-container #home-videos .video.active {
  flex: 5 1 0;
}
#home-questions-container #home-videos .video.active .video-details {
  padding: 40px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-questions-container #home-videos .video.active .video-details h3 {
  opacity: 1;
  transform: translateY(0);
  max-height: 200px;
  transition-delay: 400ms;
}
#home-questions-container #home-videos .video.active .video-details > div:last-child .expanded {
  opacity: 1;
  transition: opacity 1600ms ease;
}
#home-questions-container #home-videos .video.active .video-details > div:last-child .compressed {
  opacity: 0;
  transition: opacity 400ms ease;
}
#home-questions-container #home-videos .video.active video {
  transform: scale(1.02);
}
#home-questions-container #home-videos .video .background-image {
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  background-size: cover;
  background-position: 50%;
}
#home-questions-container #home-videos .video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  z-index: 101;
  aspect-ratio: 940/480;
  top: 0;
  left: 0;
}
#home-questions-container #home-videos .video iframe.is-visible {
  z-index: 100;
}
#home-questions-container #home-videos .video video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, filter 500ms ease;
  z-index: 11;
}
#home-questions-container #home-videos .video video.full-video {
  z-index: 10;
}
#home-questions-container #home-videos .video video.full-video.is-visible {
  z-index: 100;
}
#home-questions-container #home-videos .video .video-details {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 100;
  padding: 25px;
  width: 100%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-questions-container #home-videos .video .video-details.playing > div:first-child {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-questions-container #home-videos .video .video-details > div:first-child {
  width: 75%;
  display: flex;
  flex-direction: column;
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-questions-container #home-videos .video .video-details > div:first-child > div {
  margin-top: auto;
}
#home-questions-container #home-videos .video .video-details > div:first-child > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#home-questions-container #home-videos .video .video-details > div:first-child > div > div p {
  font-size: 14px;
  font-weight: 500;
}
#home-questions-container #home-videos .video .video-details > div:last-child {
  width: 25%;
  text-align: right;
  position: relative;
  height: 100px;
}
#home-questions-container #home-videos .video .video-details > div:last-child .expanded {
  position: absolute;
  right: 0;
  bottom: 0;
  margin: auto;
  opacity: 0;
  transition: opacity 600ms ease;
}
#home-questions-container #home-videos .video .video-details > div:last-child .compressed {
  position: absolute;
  right: 0;
  bottom: -5px;
  opacity: 1;
  transition: opacity 600ms ease;
}
#home-questions-container #home-videos .video .video-details > div:last-child .compressed .icon-play {
  color: #fff;
  opacity: 0.5;
  font-size: 40px;
}
#home-questions-container #home-videos .video .video-details > div:last-child .compressed .icon-play:before {
  content: "\e901";
}
#home-questions-container #home-videos .video .video-details > div:last-child .button {
  text-align: center;
}
#home-questions-container #home-videos .video .video-details > div:last-child .button .icon-play {
  position: relative;
  top: 1px;
}
#home-questions-container #home-videos .video .video-details > div:last-child .button .icon-play:before {
  content: "\e901";
}
#home-questions-container #home-videos .video .video-details > div:last-child .button .icon-pause {
  position: relative;
  top: 0px;
  font-size: 12px;
}
#home-questions-container #home-videos .video .video-details > div:last-child .button .icon-pause:before {
  content: "\e903";
}
#home-questions-container #home-videos .video .video-details > div h3, #home-questions-container #home-videos .video .video-details > div p {
  color: #fff;
  margin-bottom: 0;
}
#home-questions-container #home-videos .video .video-details > div .episode {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
#home-questions-container #home-videos .video .video-details > div h3 {
  margin-bottom: 10px;
  opacity: 0;
  transform: translateY(20px);
  pointer-events: none;
  max-height: 0px;
  transition: max-height 200ms cubic-bezier(0.22, 1, 0.36, 1), opacity 400ms ease, transform 500ms cubic-bezier(0.22, 1, 0.36, 1);
}
#home-questions-container #home-videos .video .video-details > div .icon-clock {
  color: #fff;
  margin-right: 7px;
  position: relative;
  top: -1px;
}
#home-questions-container #home-videos .video .video-details > div .icon-clock:before {
  content: "\e902";
}
#home-questions-container #home-mobile-videos {
  display: none;
}
#home-questions-container #home-mobile-videos .swiper-slide.playing .media-wrapper > div > div > div .button {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-questions-container #home-mobile-videos .swiper-slide.playing:hover .media-wrapper > div > div > div .button {
  opacity: 1;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-questions-container #home-mobile-videos .swiper-slide .media-wrapper {
  aspect-ratio: 305/170;
  position: relative;
  border-radius: 20px;
  margin-bottom: 20px;
}
#home-questions-container #home-mobile-videos .swiper-slide .media-wrapper video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 700ms ease, filter 500ms ease;
  z-index: 11;
  border-radius: 20px;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-questions-container #home-mobile-videos .swiper-slide .media-wrapper video.full-video {
  opacity: 0;
  -webkit-transition: all 300ms ease-in-out;
  -moz-transition: all 300ms ease-in-out;
  -ms-transition: all 300ms ease-in-out;
  -o-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}
#home-questions-container #home-mobile-videos .swiper-slide .media-wrapper video.full-video.is-visible {
  opacity: 1;
}
#home-questions-container #home-mobile-videos .swiper-slide .media-wrapper .background-image {
  background-size: cover;
  background-position: 50%;
  border-radius: 20px;
  position: absolute;
  width: 100%;
  height: 100%;
}
#home-questions-container #home-mobile-videos .swiper-slide .media-wrapper > div {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
}
#home-questions-container #home-mobile-videos .swiper-slide .media-wrapper > div > div {
  display: table;
  width: 100%;
  height: 100%;
}
#home-questions-container #home-mobile-videos .swiper-slide .media-wrapper > div > div > div {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
#home-questions-container #home-mobile-videos .swiper-slide .media-wrapper > div > div > div .button {
  text-align: center;
  opacity: 1;
}
#home-questions-container #home-mobile-videos .swiper-slide .media-wrapper > div > div > div .button .icon-play {
  position: relative;
  top: 1px;
}
#home-questions-container #home-mobile-videos .swiper-slide .media-wrapper > div > div > div .button .icon-play:before {
  content: "\e901";
}
#home-questions-container #home-mobile-videos .swiper-slide .media-wrapper > div > div > div .button .icon-pause {
  position: relative;
  top: 0px;
  font-size: 12px;
}
#home-questions-container #home-mobile-videos .swiper-slide .media-wrapper > div > div > div .button .icon-pause:before {
  content: "\e903";
}
#home-questions-container #home-mobile-videos .swiper-slide .episode {
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}
#home-questions-container #home-mobile-videos .swiper-slide .video-details > div > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#home-questions-container #home-mobile-videos .swiper-slide .video-details > div > div > div .icon-clock {
  margin-right: 7px;
  top: -1px;
  position: relative;
}
#home-questions-container #home-mobile-videos .swiper-slide .video-details > div > div > div .icon-clock:before {
  content: "\e902";
}
#home-questions-container #home-mobile-videos .swiper-slide .video-details > div > div > div p {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}

#home-who-container {
  padding: 30px 0 110px;
}
#home-who-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
#home-who-container > div > div:first-child {
  width: 44%;
  padding-right: 45px;
}
#home-who-container > div > div:first-child h2 {
  margin-bottom: 30px;
}
#home-who-container > div > div:last-child {
  width: 56%;
}
#home-who-container > div > div:last-child > div {
  border-radius: 24px;
  background: #fff;
  padding: 40px 30px;
}
#home-who-container > div > div:last-child > div:not(:last-of-type) {
  margin-bottom: 15px;
}
#home-who-container > div > div:last-child > div > div {
  display: flex;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
  background: #FBF6F3;
  width: fit-content;
  padding: 8px;
  border-radius: 4px;
  margin-bottom: 15px;
}
#home-who-container > div > div:last-child > div > div img {
  margin-right: 5px;
}
#home-who-container > div > div:last-child > div p:last-child {
  margin-bottom: 0;
}

#home-reference-container > div {
  text-align: center;
  padding: 80px 0;
  border-radius: 24px;
  background: rgba(180, 83, 9, 0.05);
}
#home-reference-container > div #highlights {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 50px;
}
#home-reference-container > div #highlights > div {
  padding: 0 50px;
  width: 33.333%;
}
#home-reference-container > div #highlights > div:nth-of-type(3n-1) {
  border-left: 1px solid #EFD1BB;
  border-right: 1px solid #EFD1BB;
}
#home-reference-container > div #highlights > div img {
  margin: 0 0 10px;
}
#home-reference-container > div #highlights > div h3 {
  margin-bottom: 0;
}
#home-reference-container > div #home-reference-button-container {
  padding: 60px 0 0;
}

#home-apologetics-container {
  padding: 110px 0 60px;
}
#home-apologetics-container > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#home-apologetics-container > div > div:first-child {
  width: 58%;
  padding-right: 50px;
}
#home-apologetics-container > div > div:first-child p.small {
  color: #896666;
}
#home-apologetics-container > div > div:last-child {
  width: 42%;
}
#home-apologetics-container > div > div:last-child .image-wrapper {
  background: #896666;
  border-radius: 24px;
  padding: 0 30px;
}
#home-apologetics-container > div > div:last-child .image-wrapper img {
  position: relative;
  top: -60px;
  margin-bottom: -40px;
}

#home-signup-container {
  padding: 0 0 40px;
}
#home-signup-container > div {
  border-radius: 24px;
  background: #fff;
  padding: 80px 0;
  text-align: center;
}

@media screen and (max-width: 1360px) {
  #hero-container {
    padding: 0 20px;
  }
  #home-questions-container {
    padding: 80px 20px;
  }
  #home-questions-container #home-videos .video.active {
    flex: 4 1 0;
  }
  #home-questions-container #home-videos .video.active .video-details {
    padding: 30px 20px;
  }
  #home-questions-container #home-videos .video .video-details {
    padding: 30px 20px;
  }
  #home-questions-container #home-videos .video .video-details > div:last-child {
    height: auto;
  }
  #home-reference-container {
    padding: 0 20px;
  }
  #home-reference-container > div {
    padding: 80px 20px;
  }
  #home-signup-container {
    padding: 0 20px 40px;
  }
}
@media screen and (max-width: 1200px) {
  #hero-callout-content {
    max-width: calc(100% - 80px);
  }
}
@media screen and (max-width: 1120px) {
  #hero-container > div {
    padding: 80px 20px 200px;
  }
  #home-questions-container #home-videos .video.active {
    flex: 4 1 0;
  }
  #home-questions-container #home-videos .video.active .video-details > div:first-child, #home-questions-container #home-videos .video.active .video-details > div:last-child {
    width: 100%;
  }
  #home-questions-container #home-videos .video.active .video-details > div:last-child {
    text-align: left;
  }
  #home-questions-container #home-videos .video.active .video-details > div:last-child .expanded {
    position: relative;
    margin-top: 20px;
  }
  #home-who-container {
    padding: 30px 20px 110px;
  }
  #home-who-container > div > div:first-child {
    padding-right: 30px;
  }
  #home-apologetics-container {
    padding: 110px 20px 60px;
  }
}
@media screen and (max-width: 1000px) {
  #home-questions-container {
    padding: 80px 0 40px 20px;
  }
  #home-questions-container #home-questions-content {
    padding: 0 20px 0 0;
  }
  #home-questions-container #home-videos {
    display: none;
  }
  #home-questions-container #home-mobile-videos {
    display: block;
    padding-right: 40px;
  }
}
@media screen and (max-width: 900px) {
  #home-who-container > div > div:first-child, #home-who-container > div > div:last-child {
    padding-right: 0;
    width: 100%;
  }
  #home-who-container > div > div:first-child {
    padding: 0 0 30px;
  }
  #home-reference-container > div #highlights > div {
    width: 100%;
    padding: 30px 0;
  }
  #home-reference-container > div #highlights > div:nth-of-type(3n-1) {
    border: none;
    border-top: 1px solid #D8CCCC;
    border-bottom: 1px solid #D8CCCC;
  }
  #home-apologetics-container > div {
    flex-direction: column-reverse;
  }
  #home-apologetics-container > div > div:first-child, #home-apologetics-container > div > div:last-child {
    width: 100%;
    padding: 0;
  }
  #home-apologetics-container > div > div:last-child {
    max-width: 500px;
    margin: 0 auto 50px;
  }
  #home-signup-container > div {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 767px) {
  #hero-container {
    padding: 0 10px;
  }
  #hero-callout-content {
    padding: 25px 20px;
    max-width: calc(100% - 40px);
  }
  #hero-callout-content > div > div:first-child, #hero-callout-content > div > div:last-child {
    width: 100%;
    padding: 0;
  }
  #hero-callout-content > div > div:first-child {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    align-content: center;
  }
  #hero-callout-content > div > div:first-child img {
    width: 100px;
    margin-right: 10px;
  }
  #hero-callout-content > div > div:first-child p.large {
    display: inline-block;
    margin-bottom: 0;
  }
  #hero-callout-content > div > div:last-child {
    padding: 20px 0 0;
  }
  #hero-callout-content > div > div:last-child p.large {
    display: none;
  }
  #hero-callout-content > div > div:last-child .button {
    width: 100%;
    text-align: center;
  }
  #home-mobile-videos .swiper-slide .media-wrapper > div > div > div .button {
    max-width: 200px;
  }
  #home-who-container {
    padding: 0 20px 70px;
  }
  #home-who-container > div > div:last-child > div {
    padding: 40px 20px;
  }
  #home-reference-container > div {
    padding: 50px 20px;
  }
  #home-reference-container > div #highlights {
    margin-top: 20px;
  }
  #home-reference-container > div #home-reference-button-container {
    padding: 30px 0 0;
  }
  #home-apologetics-container {
    padding: 60px 20px;
  }
}
#footer-container {
  background: #230000;
  padding: 60px 0;
}
#footer-container > div > div {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#footer-container > div > div > div:first-child {
  width: 70%;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  align-content: center;
}
#footer-container > div > div > div:first-child > div:not(:last-of-type) {
  margin-right: 5px;
}
#footer-container > div > div > div:first-child > div ul {
  padding: 0;
  margin: 0;
  list-style: none;
  position: relative;
  top: -2px;
}
#footer-container > div > div > div:first-child > div ul > li {
  display: inline-block;
}
#footer-container > div > div > div:first-child > div ul > li:not(:last-of-type) {
  margin-right: 5px;
}
#footer-container > div > div > div:first-child > div ul > li a {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
  opacity: 1;
}
#footer-container > div > div > div:first-child > div ul > li a:hover {
  opacity: 0.7;
}
#footer-container > div > div > div:first-child > div p {
  color: #fff;
  font-size: 14px;
}
#footer-container > div > div > div:last-child {
  width: 30%;
  text-align: right;
}
#footer-container > div > div > div:last-child a {
  text-decoration: none;
  opacity: 1;
}
#footer-container > div > div > div:last-child a:hover {
  opacity: 0.7;
}

@media screen and (max-width: 1140px) {
  #footer-container {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  #footer-container {
    padding: 40px 20px;
  }
  #footer-container > div > div > div:first-child, #footer-container > div > div > div:last-child {
    width: 100%;
    text-align: center;
  }
  #footer-container > div > div > div:first-child {
    justify-content: center;
    padding: 0 0 10px;
  }
  #footer-container > div > div > div:first-child > div {
    width: 100%;
  }
  #footer-container > div > div > div:first-child > div:last-child {
    padding: 10px 0 0;
  }
}

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