@import url('https://fonts.googleapis.com/css?family=Oleo+Script+Swash+Caps:400,700');
*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: "calluna";
  color: rgb(46, 46, 46);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 17px;
  position: relative;
}

.flex-container {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

/* Images */

.img-fluid {
  max-width: 100%;
  height: auto;
}

section {
  padding: 80px 0;
}

.section-hearder {}

.section-title {
  margin: 0 0 15px;
  font-family: "trajan-pro-3";
  font-weight: 700;
  text-transform: uppercase;
  font-size: 30px;
  color: #002D5D;
}

.btn-prime, .btn-prime:link, .btn-prime:visited {
  text-decoration: none;
  padding: 10px 15px;
  position: relative;
  border-radius: 0;
  font-weight: 400;
  display: inline-block;
  font-size: 15px;
  letter-spacing: 1.5px;
  text-align: center;
  color: #333;
  vertical-align: middle;
  transition: all .3s ease-in-out;
}

.btn-prime:hover {
  opacity: .8;
}

.btn-prime-dark {
  border: 2px solid #002d5d;
  color: #fff !important;
  background-color: #002d5d;
}

.no-padding {
  padding: 0;
}

/* Video Embed */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* Hero  */

.container.logo {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}

.hero {
  position: relative;
  padding: 0;
}

/* .logo {
  position: absolute;

  left: 50;
  z-index: 3;
} */

.logo img {
  width: 150px;
  /* margin-left: 40px; */
}

.hero .container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

.hero .text-area {
  color: #fff;
  /* padding: 25px 25px 0; */
}

.hero .section-title {
  font-size: 38px;
  color: #fff;
}

.hero::after {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .8);
}

.hero img {
  width: 100%;
}

.hero h3 {
  font-size: 30px;
}

.hero .benefits-list li {
  margin-bottom: 5px;
  font-size: 20px;
}

/* Form page Hero */

.hero .container2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  text-align: center;
}

.hero .container2 .section-title {
  font-size: 38px;
  color: #fff;
  text-align: center;
}

.hero .container-form {
  padding: 60px 15px 0;
}


/* Video  */

.video {
  text-align: center;
  background-color: #FBFBFB;
}

.video .section-title, .locations .section-title {
  font-weight: 500;
  margin-bottom: 0;
}

.video .section-title span, .locations .section-title span {
  margin-top: 10px;
  display: block;
  font-weight: 700;
  font-style: italic;
}

.dental-video {
  max-width: 850px;
  margin: 0 auto;
}

/* Advantage */

.advantage .cta-container {
  margin-top: 25px;
}

/* Why  */

.why {
  text-align: center;
  background-color: #002D5D;
}

.why .section-title, .why p {
  color: #fff;
  opacity: .9;
}

.big-text {
  font-size: 65px;
  font-family: 'Oleo Script Swash Caps', cursive;
  padding: 0 30px;
  color: #fff;
}

.big-text span {
  display: block;
}

/* locations */

.locations {
  text-align: center;
}

.locations .section-header {
  margin-bottom: 70px;
}

.locations .building {
  background-color: rgba(238, 238, 238, .41);
  border-radius: 5px;
  padding: 20px;
  margin-bottom: 50px;
}

.locations .building h4 {
  font-size: 24px;
  color: #002D5D;
  margin-bottom: 10px;
  font-weight: 700;
}

.locations .building h5 {
  font-weight: 700;
  text-decoration: underline;
}

/* CTA */

.cta {
  background-color: #00CCFF;
  text-align: center;
  color: #fff;
  padding: 50px 0;
}

.cta h4 {
  font-size: 30px;
}

.cta p {
  font-size: 20px;
}

.cta .section-title {
  font-size: 45px;
  margin-bottom: 20px;
}

.cta .phone, .cta .phone:visited, .cta .phone:focus {
  color: #fff;
  transition: all .3s ease-in-out;
}

.cta .phone:hover {
  color: #002D5D;
  text-decoration: none;
}

/* Footer */

footer {
  background-color: #002D5D;
  text-align: center;
  color: #fff;
  padding: 30px 0;
}

/* Form */

.form .btn-prime {
  text-transform: uppercase;
  border-radius: 5px;
}

.form-control {
  background-color: #fafafa;
}

.form-control:focus {
  background-color: #fff;
}

.confirmation {
  display: none;
}

.form-section {
  border-bottom: 1px solid #eee;
}

.form-section .section-title {
  margin-bottom: 40px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 2px);
    width: 12%;
}

/* Media Queries */

@media (max-width: 1010px) {
  .hero-remove {
    display: none;
  }
}

@media (min-width: 992px) {
  .logo-mobile {
    display: none;
  }
}

@media (max-width: 991px) {
  .logo-mobile {
    background-color: #00CCFF;
    text-align: center;
    padding: 30px 0;
  }
  .logo-mobile img {
    width: 180px;
  }
  .container {
    max-width: 800px;
  }
  .hero .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .hero .text-area {
    color: #fff;
    padding: 0;
  }
  .remove-logo {
    display: none;
  }
}

@media (max-width: 768px) {
  .hero .section-title {
    font-size: 25px;
    color: #fff;
  }
  .hero h3 {
    font-size: 26px;
  }
  .hero .benefits-list li {
    font-size: 18px;
  }
  .logo-mobile {
    padding: 20px 0;
  }
  .logo-mobile img {
    width: 140px;
  }
  .big-text {
    font-size: 40px;
    margin-top: 20px;
  }
  select.form-control:not([size]):not([multiple]) {
      width: 100%;
  }
}

@media (max-width: 767px) {
  .img-pad-0 {
    padding: 0;
  }
  .advantage {
    text-align: center;
  }
  .advantage .cta-container {
    margin-bottom: 40px;
  }
}

@media (max-width: 680px) {
  .hero .container {
    position: initial;
    top: initial;
    left: initial;
    transform: initial;
    padding: 60px 15px;
  }
  .hero::after {
    background-color: transparent;
    z-index: -1;
  }
  .hero .text-area {
    color: inherit;
  }
  .hero .section-title {
    color: #002D5D;
  }
  .hero .cta-container, .hero h3, .hero .section-title {
    text-align: center;
  }
  .video {
    text-align: center;
    background-color: #f1f1f1;
  }
  .section-title {
    font-size: 20px;
  }
  section#advantage {
    padding-bottom: 0;
  }

}
