/**
 * GAMUT Home Page Sass
 */
body {
  font-family: proxima-nova, sans-serif;
  margin: 0;
  overflow-x: hidden;
}

a, a:VISITED {
  color: #18a2a3;
}

a:HOVER, a:ACTIVE {
  color: #088182;
}

.text-blue {
  color: #016699;
}

.text-orange {
  color: #f69430;
}

.text-blue {
  color: #016699;
}

.text-teal {
  color: #18a2a3;
}

.light-gray {
  background-color: #ececec;
}

#content-wrap {
  width: 100%;
}

.btn-orange, .btn-teal, .btn-gray, .btn-blue {
  text-transform: uppercase;
  border-radius: 20px;
  padding: 2px 20px;
  color: #fff;
}

.btn-orange:VISITED, .btn-teal:VISITED, .btn-gray:VISITED, .btn-blue:VISITED {
  color: #fff;
}

.btn-orange:HOVER, .btn-teal:HOVER, .btn-gray:HOVER, .btn-blue:HOVER {
  color: #fff;
opacity:0.8;
}

.btn-orange {
  background-color: #f69430;
}

.btn-teal {
  background-color: #18a2a3;
}

.btn-gray {
  background-color: #999999;
}

.btn-blue {
  background-color: #016699;
}

.page-title {
  margin-bottom: 40px;
  border-bottom: 1px solid #ccc;
}

.the-content h2 {
  margin-bottom: 20px;
  margin-top: 30px;
}

.prices {
  font-size: 1.3rem;
}

.teal {
  color: #18a2a3;
}

#header-mobile {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 15px;
  align-items: center;
  height: 100px;
}
#header-mobile .gamut-logo {
  height: 80px;
  width: auto;
}
#header-mobile .hamburger {
  font-size: 36px;
  cursor: pointer;
  color: #016699;
}

#mobile-dropdown {
  position: absolute;
  z-index: 1001;
  display: none;
  width: 100%;
  margin: 0;
}
#mobile-dropdown .mobile-dropdown-top-links {
  background-color: #016699;
}
#mobile-dropdown .mobile-dropdown-top-links ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
#mobile-dropdown .mobile-dropdown-top-links ul a {
  color: #fff;
}
#mobile-dropdown .mobile-dropdown-top-links ul li {
  padding: 10px 5px;
  color: #fff;
  border-bottom: 1px solid #fff;
}
#mobile-dropdown .mobile-dropdown-bottom-links {
  background-color: #fff;
}
#mobile-dropdown .mobile-dropdown-bottom-links ul {
  list-style: none;
  width: 100%;
  padding: 0;
  margin: 0;
  text-align: center;
}
#mobile-dropdown .mobile-dropdown-bottom-links ul a {
  color: #000;
}
#mobile-dropdown .mobile-dropdown-bottom-links ul li {
  padding: 10px 5px;
  color: #000;
  border-bottom: 1px solid #ccc;
}

#header-desktop {
  display: none;
}

#vidWrapper .hero-badge {
  position: absolute;
  z-index: 1000;
  max-height: 50%;
  box-shadow: 0px 2px 5px #000;
  margin-top: 80px;
  margin-left: 5%;
  border-radius: 50%;
}

#hero {
  height: 300px;
}
#hero .hero-badge {
  position: absolute;
  z-index: 1000;
  max-height: 50%;
  box-shadow: 0px 2px 5px #000;
  margin-top: 80px;
  margin-left: 5%;
  border-radius: 50%;
}
#hero #heroCarousel {
  width: 100%;
  height: 100%;
}
#hero #heroCarousel .carousel-inner {
  width: 100%;
  height: 100%;
}
#hero #heroCarousel .carousel-inner .carousel-item {
  background-size: cover;
  height: 100%;
  background-position: 35% 50%;
  width: 100%;
  background-repeat: no-repeat;
}

#jumbotron {
  background-color: #016699;
  padding: 50px 5%;
  text-align: center;
}
#jumbotron h1 {
  font-size: 48px;
  text-transform: uppercase;
  margin-bottom: 40px;
  text-shadow: 0px 2px 5px #000;
  color: #fff;
}
#jumbotron p {
  color: #fff;
  font-size: 110%;
}

#accordion-section {
  text-align: center;
  margin-top: 50px;
  display: flex;
  flex-direction: column;
}
#accordion-section .btn-large {
  padding: 10px 5px;
  width: 240px;
  margin: 5px;
  font-size: 21px;
  border-radius: 30px;
}
#accordion-section .btn-large.active {
  background-color: #ff6600;
}
#accordion-section #accordion-buffer {
  width: 100%;
  height: 2px;
  background-color: #999;
  margin: 50px 5%;
}

.accordion-subsection {
  display: none;
  background-color: #ececec;
  text-align: center;
  padding: 50px 0px;
  margin-bottom: 50px;
}
.accordion-subsection .triangle {
  display: none;
}
.accordion-subsection h3 {
  font-size: 18px;
  line-height: 26px;
  padding: 0px 10%;
}
.accordion-subsection h2 {
  margin: 30px 10%;
  text-transform: uppercase;
  font-weight: 500;
}
.accordion-subsection .info-section {
  margin: 0px 10%;
  display: flex;
  flex-direction: column;
}
.accordion-subsection .info-section .info {
  margin: 30px 0px;
}
.accordion-subsection .info-section .info h4 {
  margin-top: 15px;
  text-transform: uppercase;
}
.accordion-subsection .info-section .info .btn-info {
  margin-top: 15px;
  border: 1px solid #18a2a3;
  background-color: #ececec;
  color: #18a2a3;
  font-size: 110%;
}
.accordion-subsection .info-section .info .btn-blue {
  margin-top: 15px;
  border: 1px solid #016699;
  background-color: #ececec;
  color: #016699;
  font-size: 110%;
}
.accordion-subsection .info-vertical-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}
.accordion-subsection .info-vertical-section h3 {
  font-size: 36px;
}
.accordion-subsection .info-vertical-section h1 {
  font-size: 48px;
  margin: 0;
}
.accordion-subsection .info-vertical-section h4 {
  margin-bottom: 50px;
}
.accordion-subsection .info-vertical-section p.larger {
  font-size: 18px;
  line-height: 26px;
  margin: 0px 10%;
}
.accordion-subsection .info-vertical-section .white-box {
  margin: 20px auto;
  padding: 10px 40px;
  background-color: #fff;
  max-width: 200px;
}
.accordion-subsection .info-vertical-section .white-box h3 {
  padding: 0;
  margin: 0;
}
.accordion-subsection .cta-buttons {
  margin-top: 20px;
}
.accordion-subsection .cta-buttons button {
  padding: 12px 30px;
  border-radius: 30px;
  font-size: 18px;
  margin: 10px 8px;
}

#stats-section {
  text-align: center;
  display: flex;
  flex-direction: column;
}
#stats-section .stat {
  margin: 20px 10px;
}
#stats-section .stat h2 {
  font-weight: bold;
  font-size: 40px;
  margin: 5px 0px;
  /*
  			.countup {
  				display:none;
  			}
  */
}
#stats-section .stat h5 {
  text-transform: uppercase;
  margin: 10px 0px;
}
#stats-section .stat p {
  margin: 0px 5%;
}
#stats-section .stat-teal {
  color: #18a2a3;
}
#stats-section .stat-blue {
  color: #016699;
}
#stats-section .stat-orange {
  color: #f69430;
}

#stats-buffer-section {
  width: 100%;
  display: flex;
  margin: 50px 0px;
  padding: 0px 5%;
}
#stats-buffer-section #stats-buffer {
  height: 2px;
  background-color: #f69430;
  width: 100%;
  margin: 0px 5%;
}

#testimonials-section {
  margin-bottom: 50px;
}
#testimonials-section #quote-mark-row {
  position: relative;
  padding: 0px 10%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
#testimonials-section #quote-mark-row img {
  max-width: 50px;
}
#testimonials-section #testimonialCarousel {
  text-align: center;
  margin: -20px 20% 0px 20%;
}
#testimonials-section #testimonialCarousel p {
  font-size: 18px;
  line-height: 26px;
}
#testimonials-section #testimonialCarousel p.smaller {
  font-size: 90%;
}

#footer {
  margin-top: 30px;
  display: flex;
  flex-direction: column;
  background-color: #ececec;
}
#footer .logo-copyright {
  text-align: center;
}
#footer .footer-links {
  text-align: center;
  color: #18a2a3;
}
#footer .footer-links a {
  color: #18a2a3;
}
#footer .footer-social-mobile {
  display: block;
  text-align: center;
  margin: 20px 0px;
}
#footer .footer-social-mobile a {
  margin: 0px 5px;
}
#footer .footer-social-desktop {
  display: none;
}

/* Large mobile styles */
/* Mobile-only specific styles */
/* Medium  Tablet/small desktop styles */
@media screen and (min-width: 768px) {
  .header-desktop-bottom-links {
    margin-top: 20px;
  }

  #header-desktop .header-desktop-bottom .header-desktop-bottom-links a.request-demo-link {
    padding-right: 0;
  }

  .the-content {
    margin-top: 90px;
  }

  #accordion-section {
    flex-direction: row;
    justify-content: center;
    flex-wrap: wrap;
    padding: 0px 2%;
  }
  #accordion-section .btn-large {
    width: 140px;
    margin: 20px;
    font-size: 18px;
  }

  .accordion-subsection .triangle {
    display: block;
    position: relative;
    width: 0;
    height: 0;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #fff;
    margin-top: -50px;
    margin-bottom: 20px;
  }
}
/* Base desktop styles */
@media screen and (min-width: 992px) {
  #header-mobile {
    display: none;
  }

  #mobile-dropdown {
    display: none;
    visibility: hidden;
  }

  #header-desktop {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 120px;
    background-image: url(../images/header-bg-top.png);
    background-repeat: no-repeat;
    background-size: 100% 80px;
  }
  #header-desktop .header-desktop-top-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding: 15px 5% 0px 0px;
    text-align: right;
    width: 100%;
    color: #fff;
  }
  #header-desktop .header-desktop-top-links a {
    padding: 0px 10px;
    color: #fff;
  }
  #header-desktop .header-desktop-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 5% 0px 0px;
    margin-bottom: 50px;
  }
  #header-desktop .header-desktop-bottom .gamut-logo {
    padding-right: 5%;
    width: 260px;
    margin-left: 15%;
  }
  #header-desktop .header-desktop-bottom .header-desktop-bottom-links {
    color: #000;
  }
  #header-desktop .header-desktop-bottom .header-desktop-bottom-links a {
    color: #000;
    padding: 0px 5px;
    font-size: 100%;
  }
  #header-desktop .header-desktop-bottom .header-desktop-bottom-links button {
    font-size: 100%;
  }
  #header-desktop .header-desktop-bottom .header-desktop-bottom-links a.join-now-link {
    padding-right: 0px;
  }

  #vidWrapper {
    height: 420px;
  }
  #vidWrapper .hero-badge {
    margin-top: 100px;
    margin-left: 6%;
  }

  #hero {
    height: 420px;
  }
  #hero .hero-badge {
    margin-top: 100px;
    margin-left: 6%;
  }

  #jumbotron h1 {
    font-size: 60px;
    padding: 0px 10%;
  }
  #jumbotron p {
    padding: 0px 10%;
  }

  #accordion-section {
    justify-content: center;
  }
  #accordion-section .btn-large {
    font-size: 21px;
    margin: 0 7px 40px 7px;
    width: 190px;
  }

  #footer {
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 3.7%;
    padding-right: 5%;
    padding-bottom: 100px;
    padding-top: 25px;
  }
  #footer .logo-copyright .gamut-logo-footer {
    width: 260px;
  }
  #footer .footer-links {
    text-align: left;
    font-size: 110%;
  }
  #footer .footer-social-mobile {
    display: none;
  }
  #footer .footer-social-desktop {
    display: block;
    position: relative;
    padding-top: 50px;
    margin-left: -70px;
  }
  #footer .footer-social-desktop a {
    margin: 0px 10px;
  }

  #hero {
    margin-top: 70px;
  }

  .accordion-subsection h3 {
    font-size: 21px;
    padding: 0px 15%;
  }
  .accordion-subsection h2 {
    font-size: 36px;
    margin: 30px 0px;
    text-transform: uppercase;
    font-weight: 500;
    padding: 0px 15%;
  }
  .accordion-subsection .cta-buttons button {
    font-size: 18px;
  }
  .accordion-subsection .info-section {
    display: flex;
    flex-direction: row;
    padding: 0px 5%;
  }
  .accordion-subsection .info-section .info {
    width: 33%;
    padding: 0px 25px;
    margin: 30px 0px;
  }
  .accordion-subsection .info-section .info h4 {
    margin-top: 15px;
    text-transform: uppercase;
  }
  .accordion-subsection .info-section .info .btn-info {
    margin-top: 15px;
    border: 1px solid #18a2a3;
    background-color: #ececec;
    color: #18a2a3;
    font-size: 110%;
  }

  #stats-section {
    padding: 0px 5%;
    flex-direction: row;
  }
  #stats-section .stat {
    margin-left: 20px;
    margin-right: 20px;
    width: 25%;
    text-align: center;
  }
  #stats-section .stat h2 {
    width: 100%;
  }

  #testimonials-section #quote-mark-row img {
    max-width: none;
  }
  #testimonials-section #testimonialCarousel {
    text-align: center;
    margin: -30px 20% 0px 20%;
  }
  #testimonials-section #testimonialCarousel p {
    font-size: 21px;
  }
  #testimonials-section #testimonialCarousel p.smaller {
    font-size: 90%;
  }
}
/* Large desktop styles */
@media screen and (min-width: 1200px) {
  #header-desktop .header-desktop-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 5% 0px 0px;
    margin-bottom: 50px;
  }
  #header-desktop .header-desktop-bottom .gamut-logo {
    padding-right: 5%;
    width: auto;
    margin-left: 30%;
  }
  #header-desktop .header-desktop-bottom .header-desktop-bottom-links {
    color: #000;
    margin-top: 40px;
  }
  #header-desktop .header-desktop-bottom .header-desktop-bottom-links a {
    color: #000;
    padding: 0px 10px;
    font-size: 115%;
  }
  #header-desktop .header-desktop-bottom .header-desktop-bottom-links button {
    font-size: 100%;
  }

  #accordion-section .btn-large {
    width: 257px;
  }

  #stats-section .stat {
    margin-left: 40px;
    margin-right: 40px;
  }

  #footer {
    padding-left: 5%;
  }
  #footer .logo-copyright .gamut-logo-footer {
    width: auto;
  }
}
/* XL desktop styles */
@media screen and (min-width: 1600px) {
  #header-desktop .header-desktop-bottom {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 15px 5% 0px 0px;
    margin-bottom: 50px;
  }
  #header-desktop .header-desktop-bottom .header-desktop-bottom-links {
    color: #000;
  }
  #header-desktop .header-desktop-bottom .header-desktop-bottom-links a {
    padding: 0px 20px;
  }

  #accordion-section .btn-large {
    width: 300px;
  }
}
