/* Icons */
/* Icons */
body.join .hero {
  background-image: url("../images/join-hero.jpg");
  background-position: center;
  background-size: cover;
  position: relative;
}
body.join .hero:before {
  content: "";
  background-color: #000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
body.join .hero .hero-title {
  line-height: 1.38;
}
body.join .hero .hero-subtitle {
  font-stretch: condensed;
}
body.join .hero .hero-title,
body.join .hero .hero-subtitle {
  color: #FFFFFF;
  text-align: center;
}
body.join .hero .btn.join-now {
  color: #000062;
  display: block;
  margin: 0 auto;
}
body.join .hero .sign-in {
  color: #FFFFFF;
  font-size: 12px;
}
body.join .hero .sign-in a.btn {
  box-shadow: none;
  font-size: inherit;
  line-height: 1.8rem;
  margin-left: 10px;
  padding: 0;
  width: 62px;
}
body.join .hero .btn-transparent {
  background-color: rgba(226, 226, 226, 0.5);
  color: #FFFFFF;
}
body.join .hero .container {
  position: relative;
}
body.join .hero .logo {
  width: 95.5px;
}
body.join .panel {
  overflow: auto;
}
body.join .panel:nth-child(odd) .panel-content {
  background: linear-gradient(#FFFFFF 50%, #F4F4F4 50%);
}
body.join .panel:nth-child(even) {
  background-color: #F4F4F4;
}
body.join .panel:nth-child(even) .panel-content {
  background: linear-gradient(#F4F4F4 50%, #FFFFFF 50%);
}
body.join .panel:last-child .panel-content {
  background: none;
}
body.join .panel .panel-title {
  margin-bottom: 7px;
  padding-top: 100px;
  text-align: center;
}
body.join .panel .panel-subtitle {
  color: #8E909E;
  font-size: 15px;
  margin: 0;
  text-align: center;
}
body.join .panel-faq .container > ul > li {
  border-bottom: 1px solid #E2E2E2;
}
body.join .panel-faq li + li {
  margin-top: 15px;
}
body.join .panel-faq .question {
  cursor: pointer;
  margin: 0;
  padding-bottom: 16px;
  position: relative;
}
body.join .panel-faq .question .chevron-down {
  fill: #454650;
  position: absolute;
  right: 0;
  top: 3px;
  transform: rotate(0deg);
  transition: transform 150ms ease;
}
body.join .panel-faq .question .chevron-down.active {
  transform: rotate(-180deg);
  transition: transform 150ms ease;
}
body.join .panel-faq .answer-container {
  display: none;
  padding-top: 16px;
  padding-bottom: 16px;
}
body.join .panel-faq .answer-container .answer {
  color: #8E909E;
  line-height: 1.87;
  margin: 0;
  padding-bottom: 7px;
  font-size: 15px;
}

.rankings-carousel.off {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin: 0 auto;
  padding: 16px 0;
  width: 1170px;
}

.videos-carousel .owl-item {
  transition: 0.75s ease all;
}
.videos-carousel .owl-item .video-js {
  width: 100%;
}
.videos-carousel .owl-item .video-js .vjs-volume-control {
  top: -75px;
}
.videos-carousel .owl-item:not(.center) {
  transform: scale(0.8);
}
.videos-carousel .card-details {
  padding: 24px;
}
.videos-carousel .card-details > div:not(:first-child) {
  margin-top: 12px;
}
.videos-carousel .card-details .heading {
  font-size: 20px;
}
.videos-carousel .card-details .description .icons > span {
  padding-right: 7px;
}

.sticky-banner {
  background-color: #FFFFFF;
  box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.1);
  display: none;
  font-size: 15px;
  padding: 15px 0;
  position: fixed;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 9999;
}
.sticky-banner span {
  margin-right: 10px;
}
.sticky-banner a.btn {
  font-size: inherit;
  width: 124px;
}

@media (max-width: 575.98px) {
  body.join .hero {
    height: 550px;
  }
  body.join .hero .container {
    height: 550px;
  }
  body.join .hero .logo {
    display: block;
    margin: 0 auto;
    padding-top: 22px;
  }
  body.join .hero .hero-title {
    font-size: 34px;
    margin-top: 105px;
  }
  body.join .hero .hero-subtitle {
    font-size: 16px;
    margin-bottom: 48px;
  }
  body.join .hero .sign-in {
    margin-top: 17px;
    text-align: center;
  }
  body.join .panel .panel-content {
    margin-top: 40px;
  }
  body.join .panel .panel-title {
    font-size: 24px;
  }
  body.join .panel .panel-subtitle {
    margin: 0 auto;
    width: 300px;
  }
  body.join .panel-faq .panel-content {
    padding-bottom: 50px;
  }
  body.join .panel-faq .panel-content .container {
    padding: 0 50px;
  }
  body.join .panel-faq .panel-content .question {
    padding-right: 24px;
  }
  body.join .panel-faq .question,
body.join .panel-faq .answer {
    font-size: 15px;
  }
  .sticky-banner {
    font-size: 12px;
    padding: 20px 0;
  }
  .sticky-banner a.btn {
    height: 30px;
    line-height: 28px;
    padding: 0;
    width: 68px;
  }
}
@media (min-width: 576px) {
  body.join .hero {
    height: 758px;
  }
  body.join .hero .container {
    height: 758px;
  }
  body.join .hero .logo {
    margin-top: 28px;
  }
  body.join .hero .hero-title {
    margin-top: 230px;
    margin-bottom: 14px;
  }
  body.join .hero .hero-subtitle {
    font-size: 24px;
    margin-bottom: 30px;
  }
  body.join .hero .sign-in {
    position: absolute;
    right: 0;
    top: 30px;
  }
  body.join .panel .panel-content {
    margin-top: 50px;
  }
  body.join .panel-faq .panel-content {
    padding-bottom: 150px;
  }
}

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