/* CTA NAV */
    
.nav-buttons_login {
  border: 2px solid #f1c40f;
  background-color: #f1c40f;
  color: #0b0c0c!important;
}

.nav-buttons_login:hover {
  border: 2px solid #FFF;
  background-color: #FFF;
  color: #0b0c0c!important;
}

.content {
  max-width: 1180px;
}

.hero--content {
  max-width: 100%;
  padding: 20px 0px 0px 0px;
}

@media only screen and (max-width: 1180px) {
  .hero--content {
    padding: 20px 24px 0px 24px;
  }
}

.hero--title {
  margin-bottom: 20px!important;
}

.hero--excerpt {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 24px;
}

.hero--excerpt > a {
  text-decoration: underline;
  border: 0px;
  font-weight: bold;
  cursor: pointer;
}

.hero--excerpt > a:hover {
  text-decoration: underline;
  font-weight: bold;
  color: #00da90;
  cursor: pointer;
}

.hero--excerpt p {
  margin-bottom: 0px;
}

h1.hero--title {
  font-size: 42px;
  /* font-weight: bold; */
}






.hero--content .button-primary-green, .hero--content .button-secondary {
  font-family: Ubuntu, sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0b0c0c !important;
  letter-spacing: 1.5px;
  line-height: 18px;
  text-decoration: none;
  border-radius: 2px;
  border: none;
  padding: 13px 21px !important;
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  color: #fff !important;
  margin: 0px 12px 12px 0px ;
}

.hero--content .button-primary-green {
  background: #00da90;
  border: 2px solid #00da90;
  color: #fff !important;
}

.hero--content .button-secondary-red {
  background: #ff5473;
  border: 2px solid #ff5473;
  color: #fff !important;
}

.hero--content .button-secondary-yellow {
  background: #f1c40f;
  border: 2px solid #f1c40f;
  color: #0b0c0c !important
}

.hero--content .button-secondary-orange {
  background: #e67e22;
  border: 2px solid #e67e22;
  color: #fff !important;
}

.hero--content .button-secondary-white {
  border: 2px solid #fff;
  color: #fff !important;
}

.hero--content .button-secondary-white:hover {
  background-color: #fff;
  color: #6b35ff !important;
}

@media screen and (max-width: 500px) {
  .c-section--hero {
    padding: 80px 0px 40px 0px !important; 
  }

  .c-section {
    padding-top: 30px;
  }

  .mobile-nav-button {
    display: block;
    margin-left:0px;
  }
}

img.logo {
  zoom: 1.35;
}

.c-section {
  padding-top: 40px;
}

@media screen and (min-width: 501px) {
  .c-section--hero {
    padding-bottom: 60px !important;
    padding-top: 126px !important;
  }
}

.hero--excerpt a {
  border-bottom: 2px solid #f1c40f !important;
}

@media only screen and (max-width: 1119px) {

  .mobile-nav-button {
    display: none;
    margin-left:0px;
  }
  
  .progress {
    display: block !important;
    position: fixed;
    bottom: 0;
    z-index: 1002;
    width: 100%;
    background-color: #f6f9fc;
  }

  .progress-container {
    width: 100%;
    height: 4px;
    background: #f6f9fc;
  }

  .progress-bar {
    height: 4px;
    background: #00da90;
    width: 0%;
  }

  .nav-container {
    position: fixed !important;
    top: 0 !important;
    z-index: 1001 !important;
  }

  .is-mobile-close {
    display: none !important;
  }
}