@import url("https://use.typekit.net/qnx0cux.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
  text-decoration: none;
}

html, body {
  -webkit-font-smoothing: antialiased;
}

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after {
  content: "";
  content: none;
}

q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

textarea, input {
  border: none;
}

textarea, input:focus {
  outline-color: transparent;
  outline-style: none;
}

a {
  color: inherit;
  cursor: pointer;
}
a:hover {
  color: inherit;
  text-decoration: none;
}

html, body {
  background-color: #fff;
  width: 100%;
  overflow-x: hidden;
}

.container {
  max-width: 1100px;
  padding: 0 20px;
  margin: 0 auto;
}

.btn {
  display: inline-flex;
  font-size: 13px !important;
  padding: 18px 30px;
  color: #fff;
  font-weight: 600;
  text-decoration: none !important;
  text-align: center;
  border: 1px solid;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 4px;
}
.btn.filled {
  background-color: #1F355E;
  border-color: #1F355E;
}
.btn.white {
  background-color: #fff;
  color: #1F355E;
  border-color: #fff;
}
.btn.white:hover {
  background-color: #1F355E;
  color: #fff;
}
.btn.outline {
  border-color: #fff;
}
.btn.dark {
  border-color: #1F355E;
  color: #1F355E;
}
.btn.dark:hover {
  background-color: #1F355E;
  color: #fff;
}
.btn:hover {
  background-color: #fff;
  color: #1F355E;
}

.ease, .modal form input[type=submit], .mobile-menu .links a, .mobile-menu, footer .container .info .social a, header nav .container .links a, header nav .container .logo, header nav, header .contact-bar, header, .btn {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s cubic-bezier(0.18, 0.6, 0.63, 0.6);
}

html {
  font-family: din-2014, "AG", -apple-system, BlinkMacSystemFont, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
}

p {
  margin: 0 0 16px;
  line-height: 1.8;
  font-weight: 500;
  font-size: 18px;
}
p.large {
  font-size: 18px;
}

a {
  font-family: din-2014, "AG", -apple-system, BlinkMacSystemFont, "helvetica neue", helvetica, ubuntu, roboto, noto, "segoe ui", arial, sans-serif;
}

header {
  width: 100%;
  z-index: 99;
  background-color: #0194B3;
}
header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0);
}
header.boxed {
  top: 0;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.2);
  background-color: #0194B3 !important;
  position: fixed;
}
header.boxed .contact-bar {
  height: 0px;
}
header.boxed nav .container {
  height: 80px;
}
header.boxed nav .container a {
  width: 100px;
}
header .contact-bar {
  background-color: #1F355E;
  width: 100%;
  height: 40px;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  header .contact-bar {
    display: none;
  }
}
header .contact-bar .container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
header .contact-bar .container .call,
header .contact-bar .container .book {
  margin: 0 40px 0 0;
  color: #fff;
  display: flex;
  align-items: center;
}
header .contact-bar .container .call img,
header .contact-bar .container .book img {
  width: 20px;
  margin: 0 10px 0 0;
}
header .contact-bar .container .address {
  color: #0194B3;
  font-size: 16px;
  font-weight: 600;
}
header nav {
  width: 100%;
}
header nav .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 140px;
}
@media screen and (max-width: 767.98px) {
  header nav .container {
    height: 80px;
  }
}
header nav .container .logo {
  width: 180px;
}
@media screen and (max-width: 767.98px) {
  header nav .container .logo {
    width: 120px;
  }
}
header nav .container .logo img {
  width: 100%;
}
@media screen and (max-width: 767.98px) {
  header nav .container .links {
    display: none;
  }
}
header nav .container .links a {
  color: #fff;
  font-weight: 600;
  margin: 0 40px 0 0;
  padding: 6px 0;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
  text-transform: uppercase;
}
header nav .container .links a.active, header nav .container .links a:hover {
  border-color: #A5D7D4;
}
header nav .container .menu-btn {
  width: 30px;
  display: none;
}
@media screen and (max-width: 767.98px) {
  header nav .container .menu-btn {
    display: inline-block;
  }
}

.book-cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 120px;
  border-top: 2px solid #1F355E;
}
.book-cta .content {
  display: flex;
  align-items: center;
}
.book-cta .content img {
  width: 30px;
  margin: 0 20px 0 0;
}
.book-cta .content span {
  color: #1F355E;
  font-size: 22px;
  font-weight: 600;
}

footer {
  background-color: #1F355E;
  padding: 100px 0;
}
@media screen and (max-width: 767.98px) {
  footer {
    padding: 60px 0;
  }
}
footer .container {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767.98px) {
  footer .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
@media screen and (max-width: 767.98px) {
  footer .container .address {
    margin: 0 0 40px 0;
    text-align: center;
  }
}
footer .container .address h4 {
  color: #fff;
  font-size: 30px;
  letter-spacing: -0.1vw;
  text-transform: uppercase;
  margin: 0 0 30px 0;
}
footer .container .address p {
  font-weight: 400;
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  footer .container .info {
    margin: 0 0 60px 0;
    text-align: center;
  }
}
footer .container .info .tel,
footer .container .info .email {
  color: #fff;
  margin: 0;
  font-size: 20px;
  line-height: 1.4;
  margin: 0 0 10px 0;
}
footer .container .info .tel img,
footer .container .info .email img {
  width: 20px;
  margin: 0 10px 0 0;
}
footer .container .info .social {
  display: block;
  margin: 20px 0 0 0;
}
@media screen and (max-width: 767.98px) {
  footer .container .info .social {
    text-align: center;
  }
}
footer .container .info .social a {
  width: 40px;
  margin: 0 10px 0 0;
  display: inline-block;
}
footer .container .info .social a:hover {
  opacity: 0.7;
}
footer .container .info .social a:last-child {
  margin: 0;
}
footer .container .info .social a img {
  width: 100%;
}
footer .container .logo img {
  width: 180px;
}

.mobile-menu {
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #1F355E;
  z-index: 9999;
  top: 0;
  left: -100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px;
}
.mobile-menu.show {
  left: 0;
}
.mobile-menu .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.mobile-menu .top .logo {
  width: 120px;
}
.mobile-menu .top .logo img {
  width: 100%;
}
.mobile-menu .top .close {
  width: 30px;
}
.mobile-menu .links {
  text-align: center;
  width: 100%;
}
.mobile-menu .links a {
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  font-size: 34px;
  line-height: 1.6;
}
.mobile-menu .bottom {
  text-align: center;
}
.mobile-menu .bottom .tel,
.mobile-menu .bottom .email {
  color: #fff;
  margin: 0;
  font-size: 16px;
  line-height: 1.4;
  margin: 0 0 10px 0;
}
.mobile-menu .bottom .tel:last-child,
.mobile-menu .bottom .email:last-child {
  margin: 0;
}
.mobile-menu .bottom .tel img,
.mobile-menu .bottom .email img {
  width: 20px;
  margin: 0 10px 0 0;
}

.home-hero {
  width: 100%;
  padding: 240px 0 120px 0;
  background-image: url("/img/hero.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .home-hero {
    background-position-x: 80%;
  }
}
@media screen and (max-width: 767.98px) {
  .home-hero {
    padding: 200px 0 80px 0;
  }
}
.home-hero::before {
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 300px;
  z-index: 5;
  position: absolute;
  opacity: 0.8;
  background-image: linear-gradient(180deg, #4c868a 33%, rgba(165, 215, 212, 0) 100%);
}
@media screen and (max-width: 767.98px) {
  .home-hero::before {
    background-image: none;
    background-color: #0194B3;
    opacity: 0.8;
    height: 100%;
  }
}
.home-hero .container {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  z-index: 9;
}
.home-hero .container .content {
  max-width: 40%;
}
@media screen and (max-width: 991.98px) {
  .home-hero .container .content {
    max-width: 80%;
  }
}
@media screen and (max-width: 767.98px) {
  .home-hero .container .content {
    max-width: 100%;
  }
}
.home-hero .container .content h1 {
  color: #1F355E;
  font-size: 90px;
  letter-spacing: -0.1vw;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767.98px) {
  .home-hero .container .content h1 {
    color: #fff;
  }
}
@media screen and (max-width: 767.98px) {
  .home-hero .container .content h1 {
    font-size: 60px;
  }
}
.home-hero .container .content h2 {
  color: #1F355E;
  font-size: 28px;
  font-weight: 400;
}
@media screen and (max-width: 767.98px) {
  .home-hero .container .content h2 {
    color: #fff;
  }
}

.home-welcome {
  width: 100%;
  height: 500px;
  display: flex;
  flex-wrap: wrap;
  overflow: hidden;
}
@media screen and (max-width: 767.98px) {
  .home-welcome {
    flex-direction: column-reverse;
    height: auto;
  }
}
.home-welcome .left {
  flex: 1;
  height: 100%;
}
@media screen and (max-width: 767.98px) {
  .home-welcome .left {
    height: 200px;
  }
}
.home-welcome .left img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.home-welcome .right {
  flex: 1;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-welcome .right .content {
  max-width: 600px;
  padding: 40px;
}
.home-welcome .right .content h3 {
  color: #1F355E;
  font-size: 50px;
  letter-spacing: -0.1vw;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 767.98px) {
  .home-welcome .right .content h3 {
    font-size: 30px;
  }
}
.home-welcome .right .content p {
  font-size: 26px;
  color: #888;
  margin: 0;
}
@media screen and (max-width: 767.98px) {
  .home-welcome .right .content p {
    font-size: 20px;
  }
}

.treatments {
  background-color: #0194B3;
  padding: 80px 0;
}
.treatments .container h3 {
  color: #fff;
  font-size: 50px;
  letter-spacing: -0.1vw;
  text-transform: uppercase;
  margin: 0 0 20px 0;
}
@media screen and (max-width: 575.98px) {
  .treatments .container h3 {
    font-size: 30px;
  }
}
.treatments .container p {
  font-size: 26px;
  color: #fff;
  line-height: 1.4;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 575.98px) {
  .treatments .container p {
    font-size: 20px;
  }
}
.treatments .container .treatment-list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 20px;
}
@media screen and (max-width: 991.98px) {
  .treatments .container .treatment-list {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 767.98px) {
  .treatments .container .treatment-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 575.98px) {
  .treatments .container .treatment-list {
    grid-template-columns: repeat(1, 1fr);
  }
}
.treatments .container .treatment-list .item {
  font-size: 18px;
  font-weight: 500;
  color: #fff;
}
.treatments .container .treatment-list .item::before {
  content: ">";
  margin: 0 8px 0 0;
  color: #1F355E;
  font-size: 20px;
  font-weight: 700;
}

.dentists {
  padding: 80px 0;
}
@media screen and (max-width: 767.98px) {
  .dentists {
    padding: 60px 0;
  }
}
.dentists h1 {
  color: #1F355E;
  font-size: 60px;
  letter-spacing: -0.1vw;
  text-transform: uppercase;
  margin: 0 0 60px 0;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .dentists h1 {
    font-size: 30px;
  }
}
.dentists .dentist {
  display: flex;
  margin: 0 0 100px 0;
}
@media screen and (max-width: 767.98px) {
  .dentists .dentist {
    flex-direction: column;
    margin: 0 0 40px 0;
  }
}
.dentists .dentist:last-child {
  margin: 0;
}
.dentists .dentist img {
  width: 300px;
  height: 400px;
  margin: 0 60px 0 0;
  object-fit: cover;
}
@media screen and (max-width: 767.98px) {
  .dentists .dentist img {
    width: 100%;
    height: 300px;
    margin: 0 0 30px 0;
  }
}
.dentists .dentist .content {
  flex: 1;
}
.dentists .dentist .content .top {
  margin: 0 0 20px 0;
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .dentists .dentist .content .top {
    flex-direction: column;
  }
}
.dentists .dentist .content .top .name {
  color: #1F355E;
  font-size: 30px;
  letter-spacing: -0.1vw;
  text-transform: uppercase;
  font-weight: 700;
  padding: 0 20px 0 0;
  margin: 0 20px 0 0;
  border-right: #1F355E 2px solid;
}
@media screen and (max-width: 767.98px) {
  .dentists .dentist .content .top .name {
    border: 0;
    margin: 0 0 10px 0;
  }
}
.dentists .dentist .content .top .role {
  color: #0194B3;
  font-size: 30px;
  letter-spacing: -0.1vw;
  text-transform: uppercase;
  font-weight: 700;
}
.dentists .dentist .content .gdc {
  color: #1F355E;
  font-weight: 400;
  font-size: 24px;
  margin: 0 0 40px 0;
}
.dentists .dentist .content p {
  color: #575757;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 20px 0;
}
.dentists .dentist .content p:last-child {
  margin: 0;
}

.fees {
  padding: 80px 0;
}
@media screen and (max-width: 767.98px) {
  .fees {
    padding: 60px 0;
  }
}
.fees h1 {
  color: #1F355E;
  font-size: 60px;
  letter-spacing: -0.1vw;
  text-transform: uppercase;
  margin: 0 0 60px 0;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .fees h1 {
    font-size: 30px;
    margin: 0 0 40px 0;
  }
}
.fees section {
  display: flex;
}
@media screen and (max-width: 991.98px) {
  .fees section {
    flex-direction: column;
  }
}
.fees section main {
  flex: 1;
  background-color: #DFEFF4;
  padding: 60px;
}
@media screen and (max-width: 767.98px) {
  .fees section main {
    padding: 20px;
  }
}
.fees section main ul li {
  font-size: 20px;
  margin: 0 0 10px 0;
  color: #444;
  display: flex;
  width: 100%;
  margin: 0 0 20px 0;
  line-height: 1.4;
}
@media screen and (max-width: 767.98px) {
  .fees section main ul li {
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    padding: 0 0 10px 0;
  }
}
.fees section main ul li :nth-child(1) {
  flex: 4;
  padding: 0 20px 0 0;
}
@media screen and (max-width: 767.98px) {
  .fees section main ul li :nth-child(1) {
    flex: 3;
  }
}
.fees section main ul li :nth-child(2) {
  flex: 1;
}
.fees section main ul li :nth-child(3) {
  flex: 1;
  margin: 0 0 0 auto;
  text-align: right;
}
.fees section main ul li.heading {
  color: #0194B3;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767.98px) {
  .fees section main ul li.heading {
    font-size: 18px;
  }
}
.fees section aside {
  width: 260px;
  margin: 0 0 0 40px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media screen and (max-width: 991.98px) {
  .fees section aside {
    justify-content: flex-start;
    margin: 40px 0 0 0;
    width: 100%;
  }
}
.fees section aside img {
  width: 100%;
  height: 48%;
  object-fit: cover;
}
@media screen and (max-width: 991.98px) {
  .fees section aside img {
    height: 400px;
    margin: 0 0 40px 0;
  }
}
@media screen and (max-width: 991.98px) and (max-width: 767.98px) {
  .fees section aside img {
    height: 200px;
  }
}

.contact {
  padding: 80px 0;
}
.contact h1 {
  color: #1F355E;
  font-size: 60px;
  letter-spacing: -0.1vw;
  text-transform: uppercase;
  margin: 0 0 60px 0;
  display: block;
}
@media screen and (max-width: 767.98px) {
  .contact h1 {
    font-size: 30px;
  }
}
.contact section {
  display: flex;
}
@media screen and (max-width: 767.98px) {
  .contact section {
    flex-direction: column;
  }
}
.contact section main {
  flex: 1;
}
.contact section main #map {
  width: 100%;
  height: 300px;
  display: block;
  margin: 0 0 60px 0;
}
.contact section main h3 {
  color: #0194B3;
  font-size: 30px;
  letter-spacing: -0.1vw;
  text-transform: uppercase;
  margin: 0 0 20px 0;
  display: block;
}
.contact section main p {
  color: #8a8a8a;
  font-size: 18px;
  line-height: 1.4;
  margin: 0 0 60px 0;
}
.contact section aside {
  width: 340px;
  margin: 0 0 0 40px;
}
@media screen and (max-width: 767.98px) {
  .contact section aside {
    width: 100%;
    margin: 0;
  }
}
.contact section aside .block {
  padding: 40px;
  margin: 0 0 40px 0;
}
@media screen and (max-width: 767.98px) {
  .contact section aside .block {
    padding: 20px;
  }
}
.contact section aside .block.hours {
  background-color: #DFEFF4;
}
.contact section aside .block.emerg {
  background-color: #f0f0f0;
}
.contact section aside .block.details {
  background-color: #DFEFF4;
}
.contact section aside .block.details .item, .contact section aside .block.details .time {
  font-size: 16px !important;
}
.contact section aside .block h4 {
  color: #0194B3;
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 30px 0;
  font-weight: 600;
  display: block;
  text-align: center;
}
.contact section aside .block .item {
  width: 100%;
  color: #1F355E;
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  text-transform: uppercase;
  font-weight: 600;
  margin: 0 0 10px 0;
}
.contact section aside .block .time {
  width: 100%;
  margin: 0 0 20px 0;
  color: #1F355E;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 600;
  text-align: center;
}

.modal {
  background-color: #fff;
  width: 400px;
  padding: 40px;
  border-radius: 6px;
}
.modal h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-align: center;
}
.modal .btns {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.modal .btns a {
  align-items: center;
  font-size: 17px;
  padding: 16px 30px;
  display: flex;
  flex-direction: column;
  color: #1F355E;
  font-weight: 600;
  text-decoration: none !important;
  border-radius: 4px;
  text-align: center;
  border: 2px solid #1F355E;
  margin: 0 0 20px 0;
}
.modal .btns a img {
  width: 30px;
  height: 30px;
  object-fit: contain;
  margin: 0 0 10px 0;
}
.modal .btns a:last-child {
  margin: 0;
}

.thanks {
  width: 100%;
  background-color: #fff;
  max-height: 80vh;
  height: 500px;
  display: flex;
  padding: 0 20px;
  align-items: center;
  justify-content: center;
}
.thanks .content {
  max-width: 600px;
  text-align: center;
}
.thanks .content h3 {
  color: #1F355E;
  font-size: 30px;
  font-weight: 600;
  display: block;
  margin: 0 0 40px 0;
}
.thanks .content a {
  background-color: #0194B3;
  font-weight: 600;
  padding: 16px 30px;
  color: #fff;
  border-radius: 4px;
  font-size: 18px;
}

.modal {
  background-color: #fff;
  max-width: 400px;
  padding: 40px;
  border-radius: 6px;
}
.modal h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 30px 0;
  text-align: center;
}
.modal form {
  display: block;
}
.modal form input,
.modal form textarea {
  border: 1px solid #eaeaea;
  border-radius: 6px;
  margin: 0 0 20px 0;
  width: 100%;
  display: block;
  padding: 10px;
  font-size: 15px;
  max-width: 100%;
}
.modal form textarea {
  height: 160px;
  max-height: 300px;
}
.modal form input[type=submit] {
  background-color: #0194B3;
  border-color: #0194B3;
  color: #fff;
  font-weight: 600;
}
.modal form input[type=submit]:hover {
  color: #0194B3;
  background-color: rgba(255, 255, 255, 0);
}

.lity {
  background: rgba(0, 0, 0, 0.7) !important;
}

.lity-content {
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0) !important;
}

/*# sourceMappingURL=style.css.map */
