html {
  -webkit-font-smoothing: antialiased;
}

html,
body {
  /* overflow-x: hidden; */
}

/**Text Utilities**/
@font-face {
  font-family: "WycliffeSpirit-Emboldened";
  src: url("../fonts/WycliffeSpirit-Emboldened.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Gotham SSm A";
  src: url("../fonts/GothamSSm-Book.otf") format("otf");
  font-weight: 300;
  font-style: normal;
}

.text--accent {
  font-family: "WycliffeSpirit-Emboldened", "Gotham SSm A", "Gotham SSm B",
    Verdana, sans-serif !important;
}

.inline-link,
.inline-link1,
.inline-link2 {
  color: #82cfd0 !important;
  font-weight: 600 !important;
  cursor: pointer;
}

.text--serif {
  font-family: Taviraj !important;
}

hr {
  background-color: white;
  color: white;
  border: none;
  height: 1px;
}

.relative {
  position: relative;
}

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

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

.dropcap {
  float: left;
  font-size: 2em;
  font-family: Taviraj !important;
  line-height: 1em;
  color: #ffc60a;
}

.on-top {
  z-index: 100;
}

.shapes {
  z-index: 1;
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
  width: 100%;
  height: 100%;
}

.shapes--dblue {
  background-image: url(../img/shapes--dblue.png) !important;
}

.shapes--accents {
  background-image: url(../img/shapes--accents.png) !important;
}

.shapes--yellow {
  background-image: url(../img/shapes--yellow.png) !important;
}

.shapes--coral {
  background-image: url(../img/shapes--coral.png) !important;
}

.shapes--dteal {
  background-image: url(../img/shapes--dteal.png) !important;
}

.shapes--caribbean {
  background-image: url(../img/shapes--caribbean.png) !important;
}

.hero-logo {
  max-width: 100px;
}

.hero-title {
  font-size: 3em;
  min-width: 400px;
  max-width: 400px;
  color: white;
}

.header {
  overflow: hidden !important;
  background-image: url(../img/space-bg.jpg) !important;
  background-size: cover;
}

.background-yellow {
  background-image: url('../img/yellow-texture.jpg');
  background-size: cover;
}

.top-split {
  position: absolute;
  top: -3;
  left: 0;
  width: 100%;
}

.bottom-split {
  position: absolute;
  bottom: -3;
  left: 0;
  width: 100%;
}

#encouragement-header {
  display: block;
  height: 400px;
  fill:#e54d38;
}

.bottom-slant {
  position: absolute;
  bottom: 0;
  z-index: 101;
  right: 0;
  left: 0;
  width: 200%;
  -webkit-transform: translateY(1px);
  -ms-transform: translateY(1px);
  transform: translateY(1px);
}

.top-slant {
  position: absolute;
  -webkit-transform: scaleY(-1) translateY(1px);
  -ms-transform: scaleY(-1) translateY(1px);
  transform: scaleY(-1) translateY(1px);
  top: 0;
  z-index: 2;
  right: 0;
  left: 0;
  width: 200%;
}

.slantparent .slick {
  position: absolute;
  height: 80px;
  width: auto;
  bottom: 15px;
  z-index: 102;
  animation: bounceFloatRotate 1s linear alternate-reverse infinite;
}

.slantparent .slick-right {
  right: 12%;
}

.slantparent .slick-left {
  left: 12%;
  bottom: -20px !important;
}

.slantparent .mtop {
  top: -30px !important;
}

.introduction {
  background-color: #white;
  position: relative;
  overflow: visible;
}

.orange-section {
  position: relative;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(235, 77, 54, 0.98)),
      to(rgba(235, 77, 54, 0.98))
    ),
    url(../img/pattern--light.svg) !important;
  background-image: -o-linear-gradient(
      rgba(235, 77, 54, 0.98),
      rgba(235, 77, 54, 0.98)
    ),
    url(../img/pattern--light.svg) !important;
  background-image: linear-gradient(
      rgba(235, 77, 54, 0.98),
      rgba(235, 77, 54, 0.98)
    ),
    url(../img/pattern--light.svg) !important;
  background-repeat: repeat;
  background-size: 7%;
  overflow: visible;
}

.choose-boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3em !important;
}

.choosebox {
  position: relative;
  background-color: #122048;
  border-radius: 0.5em;
  text-align: left;
  cursor: pointer;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
}

.choosebox h3 {
  color: white !important;
}

.choosebox:hover {
  background-color: #82cfd0;
  color: #424242 !important;
}

.choosebox:hover h3,
#encourage-friend h2 {
  color: #424242 !important;
}

.choosebox:hover a,
.choosebox:hover .downarrow {
  color: #122048 !important;
  fill: #122048 !important;
  cursor: pointer;
}

.inline-link1 svg,
.inline-link2 svg {
  height: 1em;
  display: inline;
}

.choose-box2 h3,
.choose-box2 p {
  position: relative;
  z-index: 3;
}

.choose-box2::after {
  content: "";
  width: 75px;
  height: 75px;
  position: absolute;
  background-image: url(../img/ornament-steamed.svg) !important;
  background-repeat: no-repeat;
  bottom: 1em;
  right: 1em;
  -webkit-transform: rotate(-15deg);
  -ms-transform: rotate(-15deg);
  transform: rotate(-15deg);
  background-size: cover;
  z-index: 1;
}

.blue-section {
  position: relative;
  background-color: #122048;
  overflow: visible;
}

.blue-section > div {
  padding-bottom: 3em;
}

.circled {
  background: white;
  height: 40px;
  width: 40px;
  border-radius: 100%;
  font-size: 1.8em;
  margin: 0 auto;
  color: #122048;
}

video {
  filter: drop-shadow(rgba(0, 0, 0, 0.3) 0px 0px 8px);
}

.country-list div {
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.country-list div:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}

.country-color {
  color: #82cfd0;
}

.accordion {
  cursor: pointer;
  padding: 18px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.accordion:after {
  content: "\002B";
  color: #82cfcd;
  font-weight: bold;
  float: right;
  margin-left: 5px;
}

#encourage-missionary .active:after {
  content: "\00D7";
  color: #82cfcd;
}

.panel {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.2s ease-out;
  -o-transition: max-height 0.2s ease-out;
  transition: max-height 0.2s ease-out;
}

.panel li {
  padding: 1em;
  padding-left: 3em;
  text-align: left;
}

.white-section {
  position: relative;
  overflow: visible;
}

.encourage-boxes {
  padding-top: 0;
  margin-top: 0;
}

#encourage-friend {
  padding-bottom: 0;
}

.card-container {
  margin: 0 auto;
}

.encourage-cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.encourage-card {
  width: calc(100% / 3);
  padding: 1em;
}

.encourage-card:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.encourage-card img {
  border-radius: 10px;
  outline: none;
  border: none;
  -webkit-box-shadow: 3px 3px 10px rgba(36, 36, 36, 0.6);
  box-shadow: 3px 3px 10px rgba(36, 36, 36, 0.6);
}

.slant-white {
  position: absolute;
  width: 100%;
  height: 100%;
}

.fineprint {
  max-width: 600px;
  font-size: 0.8em !important;
}

.wyc-logo {
  max-width: 150px;
  margin: 0 auto !important;
}

.remodal .main-content {
  overflow: visible;
}

.download-card {
  position: relative;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin: 0 auto;
}

.download-card:hover .download-overlay {
  opacity: 1;
}

.download-card .ecard {
  -webkit-box-shadow: 3px 3px 10px rgba(36, 36, 36, 0.6);
  box-shadow: 3px 3px 10px rgba(36, 36, 36, 0.6);
  max-height: 400px;
}

.download-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  opacity: 0;
  -webkit-transition: 0.3s ease;
  -o-transition: 0.3s ease;
  transition: 0.3s ease;
  background-color: rgba(36, 36, 36, 0.6);
}

.icon {
  font-size: 100px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.icon img {
  height: 100px;
  width: 100px;
}

.social .icon--social {
  height: 2em;
  width: 2em;
}

.download-icon {
  color: #47525A;
  background-color: #47525A;
  height: 28px;
  width: 28px;
  padding: 0.5em;
  border-radius: 20px;
  cursor: pointer;
}

@-webkit-keyframes bounceFloatRotate {
  from {
    -webkit-transform: translateY(0) rotate3d(1, 1, 1, -15deg);
    transform: translateY(0) rotate3d(1, 1, 1, -15deg);
  }
  to {
    -webkit-transform: translateY(6px) rotate3d(1, 1, 1, -15deg);
    transform: translateY(6px) rotate3d(1, 1, 1, -15deg);
  }
}

@keyframes bounceFloatRotate {
  from {
    -webkit-transform: translateY(0) rotate3d(1, 1, 1, -15deg);
    transform: translateY(0) rotate3d(1, 1, 1, -15deg);
  }
  to {
    -webkit-transform: translateY(6px) rotate3d(1, 1, 1, -15deg);
    transform: translateY(6px) rotate3d(1, 1, 1, -15deg);
  }
}

@media (max-width: 1100px) {
  .slick {
    display: none;
  }
}

@media (max-width: 62rem) {
  .blue-section > div > hr:nth-child(4) {
    display: none;
  }
  .accordion {
    border-top: 1px solid white !important;
    border-radius: 0;
  }
}

@media (min-width: 38em) {
  .hero-logo {
    display: none;
  }
}

@media (max-width: 36rem) {
  .hero-title {
    width: 100%; !important;
    padding: 0.5em;
  }
  .dropcap {
    line-height: 0.2em;
    color: #ffc60a;
  }
  .choose-boxes {
    display: block;
    padding: 0;
  }
  .country-list {
    display: block !important;
  }
  .country-list img {
    max-width: 100px;
    margin: 0 auto;
  }
  .top-slant,
  .bottom-slant {
    display: none;
  }
  .encourage-card {
    width: 100%;
  }
  .choose-box2::after {
    display: none;
  }
  .shapes {
    visibility: hidden;
  }
  .outro-section,
  .orange-section {
    background-size: 22% !important;
  }
  .introduction {
    padding: 3em 0;
  }
  .orange-section,
  .blue-section {
    padding: 0.5;
  }
}
