.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ellipsis div {
  position: absolute;
  top: 33px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #fff;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 1, 0);
          animation-timing-function: cubic-bezier(0, 1, 1, 0);
}

.lds-ellipsis div:nth-child(1) {
  left: 8px;
  -webkit-animation: lds-ellipsis1 0.6s infinite;
          animation: lds-ellipsis1 0.6s infinite;
}

.lds-ellipsis div:nth-child(2) {
  left: 8px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(3) {
  left: 32px;
  -webkit-animation: lds-ellipsis2 0.6s infinite;
          animation: lds-ellipsis2 0.6s infinite;
}

.lds-ellipsis div:nth-child(4) {
  left: 56px;
  -webkit-animation: lds-ellipsis3 0.6s infinite;
          animation: lds-ellipsis3 0.6s infinite;
}

@-webkit-keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes lds-ellipsis1 {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@-webkit-keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@keyframes lds-ellipsis3 {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
}

@-webkit-keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}

@keyframes lds-ellipsis2 {
  0% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  100% {
    -webkit-transform: translate(24px, 0);
            transform: translate(24px, 0);
  }
}

html, body {
  padding: 0;
  margin: 0;
  height: 100%;
  width: 100%;
  -webkit-overflow-scrolling: touch !important;
  overflow: auto !important;
  height: 100% !important;
}

* {
  font-family: 'Jost', sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

.container {
  width: 1020px;
  margin: 0 auto;
  max-width: 90%;
}

.grid, .small-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.main {
  height: 100%;
  position: relative;
}

a.btn {
  display: inline-block;
  background-color: #F3E351;
  min-width: 40px;
  text-align: center;
  height: 40px;
  padding: 6px 30px;
  font-size: 1.2rem;
  margin-left: 10px;
  text-decoration: none;
  font-weight: 600;
  color: #2D2D2D;
}

a.btn.reverse {
  background-color: #fff;
}

a.btn.small {
  font-size: 1rem;
  padding: 10px;
}

a.btn.link {
  background-color: transparent;
  color: #fff;
  font-weight: 300;
  height: auto;
}

a.btn.link.reverse {
  color: #2D2D2D;
}

a.btn.link.small {
  font-size: 0.8rem;
  font-weight: 600;
}

a.btn.link:hover {
  color: #F3E351;
}

a.btn:hover {
  background-color: #2D2D2D;
  color: #fff;
}

nav, footer {
  padding: 20px 0;
  height: 100px;
  position: relative;
  z-index: 1;
  background-color: #fff;
  width: 100%;
}

nav ul, footer ul {
  list-style: none;
  padding: 0;
}

nav ul li, footer ul li {
  display: inline;
}

nav ul li.sep, footer ul li.sep {
  color: #fff;
  font-weight: 300;
  margin: 0 10px;
}

.mobile {
  display: none;
}

input {
  background-color: #fff;
  border: 0;
  height: 60px;
  margin: 0;
  width: 100%;
  font-size: 1.5rem;
  font-weight: 300;
  outline: none;
  padding: 0 20px;
}

input[type=submit] {
  width: 196px;
  font-weight: 600;
  background-color: #2D2D2D;
  cursor: pointer;
  color: #fff;
}

input[type=submit]:hover {
  background-color: #F3E351;
  color: #fff;
}

.banner {
  background-color: #F3E351;
  height: 100%;
  width: 100%;
  background-image: url(../img/banner-bg.jpg);
  background-position: center;
  background-size: cover;
  min-height: 400px;
}

.banner .container {
  height: 100%;
  text-align: center;
  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;
  position: relative;
}

.banner .container .content {
  width: 100%;
}

.banner .container h1, .banner .container h2 {
  color: #2D2D2D;
  margin: 0;
}

.banner .container h1 {
  font-size: 2.5rem;
  font-weight: 300;
  margin-top: -100px;
}

.banner .container h2 {
  font-size: 5rem;
}

.banner .container .question {
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
  width: 100%;
  background-color: #fff;
  margin: 40px 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner .container .question input.email-address {
  display: none;
  border-left: 1px solid #2D2D2D;
}

.banner .container .private-question {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  cursor: pointer;
}

.banner .container .private-question:hover {
  opacity: 0.8;
}

.banner .container .private-question span {
  color: #2D2D2D;
  line-height: 2rem;
  display: inline-block;
}

.banner .container .private-question .toggle {
  background-color: #fff;
  height: 30px;
  width: 60px;
  border-radius: 15px;
  margin-right: 10px;
  text-align: left;
}

.banner .container .private-question .toggle .dot {
  background-color: #C4C4C4;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  margin: 5px;
}

.banner .container .private-question input {
  display: none;
}

.banner .container .private-question input:checked + .toggle {
  background-color: #2D2D2D;
}

.banner .container .private-question input:checked + .toggle .dot {
  margin-left: 35px;
  background-color: #fff;
}

.banner .container .private-question input:checked ~ .email-address {
  display: block;
}

.banner .container .success {
  display: none;
}

.banner .container .success span {
  display: none;
}

.banner .container .success a {
  margin-top: 20px;
}

.coach {
  padding: 0;
  background-color: #F3E351;
  text-align: center;
}

.coach .shape {
  background-color: #F3E351;
}

.coach .shape-2 {
  background-color: #fff;
}

.more {
  background-color: #2D2D2D;
  text-align: center;
  margin: 0;
  display: block;
  padding: 50px 0 100px;
}

.more .btn {
  height: auto;
}

.more h2 {
  color: #fff;
}

.more .shape {
  background-color: #F3E351;
}

footer {
  position: relative;
  display: block;
  padding-top: 50px;
  background-color: #F3E351;
  height: auto;
}

footer .copyright {
  margin-top: 20px;
  padding-top: 20px;
  text-align: center;
}

.pop-up {
  position: fixed;
  min-height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  top: -200%;
  left: 0;
  z-index: 1000;
  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;
  padding: 10% 0;
  border: 10px solid #fff;
}

.pop-up .shape {
  position: absolute;
  width: 100%;
  top: 0;
}

.pop-up.target, .pop-up:target {
  top: 0;
}

.become-a-coach h2 {
  color: #fff;
}

.become-a-coach input {
  width: 100%;
  margin-bottom: 20px;
}

.become-a-coach input:first-child {
  margin-right: 20px;
}

.become-a-coach input[type=submit] {
  width: 100%;
}

.questions {
  background-color: #F3E351;
}

.questions h1 {
  font-size: 3rem;
  font-weight: 300;
  margin-top: 0;
}

.questions .items {
  border: 1px solid #C4C4C4;
  background-color: #fff;
  position: relative;
  min-height: 120px;
  overflow: hidden;
}

.questions .items .item {
  padding: 20px;
  border-bottom: 1px solid #C4C4C4;
}

.questions .items .item.res {
  border-bottom: 0;
}

.questions .items .item.res .response {
  display: block;
}

.questions .items .item.res .question {
  display: none;
}

.questions .items .item .response {
  display: none;
}

.questions .items .item .response h3 {
  margin-top: 0;
  background-color: #2D2D2D;
  color: #fff;
  padding: 20px;
  margin: -20px -20px 20px  -20px;
}

.questions .items .item .response a.btn {
  margin-bottom: 20px;
  margin-left: -10px;
}

.questions .items .item p {
  margin-top: 0;
}

.questions .items .item .more {
  float: right;
}

.questions .items .item:nth-child(2n) {
  background-color: rgba(205, 205, 205, 0.5);
}

.questions .shape {
  background-color: #2D2D2D;
  margin-top: 50px;
}

.breadcrumb {
  margin-bottom: 40px;
}

.breadcrumb ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.breadcrumb ul li {
  display: inline-block;
  font-size: 0.9rem;
}

.breadcrumb ul li:last-child {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.breadcrumb ul li.sep {
  margin: 0 10px;
}

.privacy .container {
  position: absolute;
  top: 40px;
  height: 100%;
}

.privacy .container .content {
  position: absolute;
  height: 85%;
  overflow: scroll;
  margin-top: 20px;
  margin-bottom: 60px;
}

.privacy .container .content .text {
  background-color: #fff;
  padding: 20px;
}

.privacy .container .content .text h2 {
  margin-top: 0;
}

section {
  padding: 100px 0;
}

h2.title, p.subtitle {
  text-align: center;
}

h2.title {
  font-size: 3rem;
  margin: 0;
}

p.subtitle {
  font-size: 1.1rem;
  color: #9A9A9A;
  margin: 0;
  margin-bottom: 40px;
}

.who .content {
  margin-top: 60px;
}

.who .content .items .item {
  margin-right: 40px;
  margin-bottom: 40px;
}

.who .content .items .item .image img {
  width: 55px;
}

.who .content .items .item h3 {
  font-size: 1.2rem;
}

.who .content .items .item p {
  color: #9A9A9A;
}

.who .content .images div {
  float: left;
}

.who .content .images div img {
  width: 100%;
}

.who .content .images .img-1 {
  width: 80%;
  float: right;
}

.who .content .images .img-2 {
  margin-top: -470px;
}

.who .content .images .img-3 {
  margin-top: -240px;
  width: 65%;
}

.how .item {
  padding: 40px 0;
  background-color: #F3E351;
  width: 100%;
}

.how .item .step {
  padding: 0 40px;
}

.how .item .triangle {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 0 30px 60px;
  border-color: transparent transparent transparent #F3E351;
}

.how .item.answers {
  background-color: #2D2D2D;
  color: #fff;
  border-color: #2D2D2D;
}

.how .item.curation {
  background-color: #fff;
  border: 1px solid #2D2D2D;
}

.how .item.curation .triangle {
  border-color: transparent transparent transparent #2D2D2D;
}

@media only screen and (max-width: 600px) {
  a.btn {
    margin-left: 0;
  }
  .grid, .mobile {
    display: block;
  }
  .desktop {
    display: none;
  }
  input {
    width: 100%;
    display: block;
    height: 40px;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 10px;
  }
  input.email-address {
    border-top: 1px solid #2D2D2D;
  }
  input[type=submit] {
    width: 100%;
  }
  .banner {
    height: calc( 100% - 80px);
    background-image: none;
  }
  .banner .container h1 {
    font-size: 1.6rem;
    font-weight: 500;
  }
  .banner .container h2 {
    font-size: 3rem;
    margin-top: 0;
  }
  .banner .container .question {
    display: block;
  }
  .banner .container .question input {
    width: 100%;
    display: block;
    height: 40px;
    font-size: 1rem;
    font-weight: 500;
    padding: 0 10px;
  }
  .banner .container .question input.email-address {
    border-left: 0;
    border-top: 1px solid #2D2D2D;
  }
  .banner .container .question input[type=submit] {
    width: 100%;
  }
  nav {
    height: 80px;
  }
  nav ul {
    margin: 0;
  }
  nav ul a.btn {
    width: 100%;
    margin-left: 0;
  }
  .coach h3 {
    margin-bottom: 20px;
  }
  footer ul {
    margin: 0;
  }
  footer ul.nav {
    margin-top: 30px;
  }
  footer ul li.sep {
    margin: 0;
  }
  .questions {
    margin-top: 30px;
  }
}
/*# sourceMappingURL=style.css.map */