/* Global
/* ------------------------------------------ */

@media screen and (min-width: 768px) {
  .max-width-80 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .max-width-70 {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
  }
}

/* Make youtube iFrame responsive
/* ------------------------------------------ */
.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}


/* Buttons
/* ------------------------------------------ */

.btn {
  text-transform: uppercase;
}

.btn.btn-secondary {
  background: transparent;
}

/* Headings
/* ------------------------------------------ */

body h2 {
  font-size: 50px;
  margin: 0px 0px 10px 0px;
  color: #000000;
  font-family: itc_avant_garde_gothic_light;
  letter-spacing: 1px;
}

@media screen and (max-width: 767px) {
  .banner .heading {
    font-size: 34px;
  }
  body h2,
  .facilities h2,
  .google-map h2,
  .location-hours h2 {
    font-size: 34px;
  }
}

.subheading {
  font-size: 20px;
}

.subheading.text-orange {
  color: #ea5b0c;
}


/* Banner CSS
/* ------------------------------------------ */

.banner .heading {
  color: #fff;
  font-size: 50px;
  margin-bottom: 20px;
  font-family: itc_avant_garde_gothic_light;
  line-height: 50px;
}


.banner {
  position: relative;
}

.banner .content-container {
  padding: 20px;
}

.banner img {
  max-width: 100%;
}

.banner .btn {
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .banner .content-container {
    position: absolute;
    z-index: 1;
  }
}

@media screen and (max-width: 768px) {
  .banner .heading {
    font-size: 34px;
    line-height: 34px;
  }
}

@media screen and (min-width: 991px) {
  .banner .content-container {
      left: 75px;
      bottom: 60px;
  }
}

/* Plans Container
/* ------------------------------------------ */

.plans-container {
  text-align: left;
  position: relative;
  margin: 40px 0;
}

@media screen and (max-width: 767px) {
  .plans-container {
    margin-top: 0;
  }
}

.plans-container h2 {
  margin-bottom: 30px;
}

.plans-container .heading{
  font-size: 28px;
  margin-bottom: 10px;
  color: #000;
}

.plans-container .subheading{
  margin-bottom: 10px;
}

.plans-container ul {
  margin-bottom: 20px;
}

.plans-container .btn {
  width: 100%;
  margin-bottom: 10px;
}

.plans-container .content-container {
  padding: 20px 20px 140px 20px;
  background: rgba(0,117,201, 0.2);
  color: #0075c9;
  margin-bottom: 20px;
  position: relative;
}

.plans-container .content-container .btn-group {
  right: 10px;
  left: 10px;
  position: absolute;
  bottom: 15px;
  width: 80%;
  margin: auto;
}



.plans-container .popular-heading {
  background: #ea5b0c;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.plans-container .content-container.popular-plan {
  margin-top: 0;
}

.plans-container ul {
  margin-left: 30px;
  line-height: 24px;
  list-style: none;
}

body .plans-container li {
 list-style: none;
 padding-left: 10px;
 position: relative;
}

.plans-container li:before {
  content: "\f00c";
  font-family: fontawesome;
  left: -20px;
  position: absolute;
  color: #ea5b0c;
}

.plans-container .content-container {
  min-height: 500px;
}

@media screen and (min-width: 1200px) {
  .plans-container .content-container {
    min-height: 620px;
  }
}
@media screen and (min-width: 992px) {
  .plans-container .content-container {
    margin-top: 42px;
  }
}

/* Testimonial Container
/* ------------------------------------------ */

.testimonials-container h2 {
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .testimonials-container h2 {
    margin-top: 40px;
  }
}

.testimonial-content {
  position: relative;
  text-align: right;
  background: #0075c9;
}

.testimonial-content .heading {
  bottom: 20px;
  color: #fff;
  font-size: 20px;
  right: 20px;
  position: absolute;
  max-width: 80%;
  z-index: 1;
}

.testimonial-content img {
  max-width: 100%;
  opacity: 0.7;
}


/* CTA Container
/* ------------------------------------------ */

.cta-container {
  padding: 40px 20px;
  background: #e6e6e6;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .cta-container .btn {
    margin-bottom: 10px;
    min-width: 200px;
  }
}


body .cta-container .btn-orange.btn-secondary {
  color: #ea5b0c;
  font-weight: bold;
}

body .cta-container .btn-orange.btn-secondary:hover {
  color: #fff;
}

.cta-container .heading {
  color: #0074c8;
  font-size: 26px;
}

.cta-background {
    background: #e6e6e6;
    margin: 0;
    padding: 20px 0;
}

@media screen and (min-width: 768px) {
  .cta-background {
      margin: 60px 0;
  }
}

/* Facilities Container
/* ------------------------------------------ */
.facilities {
    margin: 0;
}

@media screen and (min-width: 768px) {
  .facilities {
      margin: 60px 0;
  }
}

/* Map Container
/* ------------------------------------------ */
body .google-map {
  margin-top: 80px;
}
