@charset "UTF-8";
/* Colors */
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  line-height: 1.5 !important;
  /* use clamp(1rem, 1.5vw, 2rem) for responsive sizing */
  /*.wpb_text_column a:not(.w-btn) {
	text-decoration: underline;
}*/
}
html, html .l-header .widget {
  font-size: clamp(16px, 1.2vw, 20px) !important;
}
html h1 {
  font-size: clamp(2rem, 3.5vw, 3.2rem);
}
html address {
  font-style: normal;
}
html iframe, html img {
  vertical-align: middle;
}
html .lorem {
  background-color: red;
}
html.no-touch a[href^="tel:"]:not(.w-btn) {
  cursor: text;
  pointer-events: none;
}
html a[href^="tel:"] {
  font-weight: inherit;
  white-space: nowrap;
}
html a[href^="mailto:"] {
  word-break: break-word;
  color: inherit;
}
html .w-image:not(:last-child), html .w-tabs:not(:last-child), html .w-video:not(:last-child), html .g-cols.vc_inner:not(:last-child), html .l-main .w-image.align_right, html .l-main .w-image.align_left {
  margin-bottom: 1.5rem;
}
html .w-hwrapper .w-image:not(:last-child) {
  margin-bottom: 0;
}
@media screen and (max-width: 767px) {
  html .l-main .w-btn-wrapper, html .l-footer .w-btn-wrapper {
    margin: 1rem 0 !important;
    text-align: center;
  }
  html .l-main .w-btn-wrapper.align_left, html .l-main .w-btn-wrapper.align_right, html .l-footer .w-btn-wrapper.align_left, html .l-footer .w-btn-wrapper.align_right {
    display: block;
    float: none;
  }
}
@media screen and (max-width: 600px) {
  html .l-main .w-btn-wrapper .w-btn, html .l-footer .w-btn-wrapper .w-btn {
    width: 100%;
  }
}
.gform_wrapper {
  /* CUSTOM RADIO BUTTONS */
}
.gform_wrapper textarea {
  resize: none;
}
.gform_wrapper .gfield {
  vertical-align: top;
}
.gform_wrapper input[type="text"], .gform_wrapper input[type="radio"], .gform_wrapper textarea, .gform_wrapper select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}
.gform_wrapper select::-ms-expand {
  display: none;
}
.gform_wrapper .gfield_radio > [class^="gchoice"] {
  display: inline-block;
  padding: 0;
  margin-left: 0.75em;
  margin-right: 0.75em;
  line-height: 1.2;
}
@media screen and (max-width: 479px) {
  .gform_wrapper .gfield_radio > [class^="gchoice"] {
    width: initial !important;
    margin-left: 0.75em !important;
    margin-right: 0.75em !important;
  }
}
.gform_wrapper .gfield_radio input[type="radio"] {
  display: none;
}
.gform_wrapper .gfield_radio input[type="radio"] + label {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  padding: 0.25em 0 0.25em 1.5em;
  position: relative;
}
.gform_wrapper .gfield_radio input[type="radio"] + label:before {
  content: "";
  font: normal 400 1em/1 FontAwesome;
  margin-right: 0.3em;
  position: absolute;
  left: 0;
  color: #001523;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label {
  color: #001523;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:before {
  content: "";
  font-weight: 900;
}
.gform_wrapper .gfield_checkbox > [class^="gchoice"] {
  display: inline-block;
  padding: 0;
  margin-left: 0.75em;
  margin-right: 0.75em;
  line-height: 1.2;
}
@media screen and (max-width: 479px) {
  .gform_wrapper .gfield_checkbox > [class^="gchoice"] {
    width: initial !important;
    margin-left: 0.75em !important;
    margin-right: 0.75em !important;
  }
}
.gform_wrapper .gfield_checkbox input[type="checkbox"] {
  display: none;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"] + label {
  display: inline-block;
  width: 100%;
  font-weight: 400;
  padding: 0.25em 0 0.25em 1.5em;
  position: relative;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"] + label:before {
  content: "";
  font: normal 400 1em/1 FontAwesome;
  margin-right: 0.3em;
  position: absolute;
  left: 0;
  color: #001523;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label {
  color: #001523;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-weight: 900;
}
::-webkit-input-placeholder {
  opacity: 0.8;
}
::-moz-placeholder {
  opacity: 0.8;
}
:-ms-input-placeholder {
  opacity: 0.8;
}
::-ms-input-placeholder {
  opacity: 0.8;
}
::placeholder {
  opacity: 0.8;
}
.hours-table {
  width: 100%;
  text-align: left;
}
.hours-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0.5rem;
}
.hours-table .row .day {
  min-width: 8em;
}
.hours-table .row .hours > span {
  font-size: 0.8rem;
}
.hours-table:not(:last-child) {
  margin-bottom: 2.5rem;
}
.large-h2 h2 {
  font-size: clamp(1.8rem, 2.75vw, 2.4rem);
  font-weight: 300;
}
.larger-text {
  font-size: clamp(1rem, 1.5vw, 1.2rem);
}
.l-header {
  /*.w-nav {
	.w-nav-list {
	&.level_2 {
	left: unset;
	right: 0;
}
	&.level_3 {
	left: unset;
	right: 100%;
}
	&.level_4 {
	left: unset;
	right: 100%;
}
}
}*/
}
@media screen and (min-width: 992px) {
  .l-header .w-nav .covid-19 {
    display: none;
  }
}
.l-header .w-nav.type_mobile .w-nav-list.level_1 {
  background-color: white !important;
}
.l-header .l-subheader.at_top {
  background: #013E60;
  color: #FFFFFF;
}
.l-header .l-subheader.at_top .appointment a:hover {
  color: #FFFFFF !important;
}
.l-header.sticky .l-subheader.at_middle {
  background: #FFFFFF;
}
.l-main {
  background-image: url("../../uploads/2021/04/12184-2-1-scaled.jpeg");
  background-size: 100% auto;
  background-repeat: repeat;
}
.l-main .shadow img {
  border: 8px solid #FFFFFF;
  -webkit-filter: drop-shadow(20px 20px 40px rgba(0, 113, 188, 0.15));
  filter: drop-shadow(20px 20px 40px rgba(0, 113, 188, 0.15));
}
.l-main .twentytwenty-container {
  border: 8px solid #FFFFFF;
  -webkit-filter: drop-shadow(20px 20px 40px rgba(0, 113, 188, 0.15));
  filter: drop-shadow(20px 20px 40px rgba(0, 113, 188, 0.15));
  max-width: 400px;
  margin: auto;
}
.l-main .multiply img {
  mix-blend-mode: multiply;
}
.l-main .list-block ul {
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: 0;
}
.l-main .list-block ul li {
  background-color: #F2F2F2;
  color: black;
  padding: 5px 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  margin: 10px;
  text-align: center;
  font-weight: 600;
  color: #545454;
}
.l-main .masthead-home .l-section-img::after, .l-main .masthead-internal .l-section-img::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.5)), color-stop(21.48%, rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, color-stop(0.42%, #FFFFFF), color-stop(57.71%, rgba(255, 255, 255, 0)));
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 21.48%), -o-linear-gradient(left, #FFFFFF 0.42%, rgba(255, 255, 255, 0) 57.71%);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 21.48%), linear-gradient(90deg, #FFFFFF 0.42%, rgba(255, 255, 255, 0) 57.71%);
}
.l-main .masthead-home h1 .intro, .l-main .masthead-internal h1 .intro {
  font-size: 0.75em;
  font-weight: 300;
  line-height: 1;
  display: block;
}
.l-main .masthead-home h1 .sub, .l-main .masthead-internal h1 .sub {
  font-size: 0.5em;
  font-weight: 400;
  color: #545454;
  display: block;
}
.l-main .masthead-home {
  padding-top: 10%;
  padding-bottom: 29%;
}
.l-main .masthead-internal {
  padding-top: 10%;
  padding-bottom: 13%;
}
.l-main .masthead-internal h1 {
  max-width: 8.5em;
}
.l-main .box {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
  border: 8px solid #FFFFFF;
  -webkit-box-shadow: 20px 20px 40px rgba(0, 113, 188, 0.15);
  box-shadow: 20px 20px 40px rgba(0, 113, 188, 0.15);
}
.l-main .box.small {
  background-color: #F2F2F2;
  padding: 12% 8%;
}
.l-main .box.small > .vc_column-inner > .wpb_wrapper {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.l-main .box.small > .vc_column-inner > .wpb_wrapper .w-btn-wrapper {
  -ms-flex-item-align: end;
  align-self: flex-end;
  margin-left: auto;
  margin-right: auto;
}
.l-main .box.large {
  background-color: #013E60;
  padding: 7% 10%;
  color: #FFFFFF;
  text-align: center;
}
.l-main .box.large h2, .l-main .box.large h3 {
  color: #FFFFFF;
}
@media screen and (min-width: 768px) {
  .l-main .box-container > .l-section-h > .vc_row {
    margin: 0;
    display: -ms-grid;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }
  .l-main .box-container > .l-section-h > .vc_row .box {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.l-main .box-container h2 {
  text-align: center;
}
.l-main .accordion {
  max-width: 950px;
  margin: auto;
}
.l-main .accordion .w-tabs-section {
  margin-bottom: 1.5rem;
  background: #0071BC;
  color: #FFFFFF;
}
.l-main .accordion .w-tabs-section a {
  color: inherit;
  opacity: 0.8;
}
.l-main .accordion .w-tabs-section.active .w-tabs-section-header {
  color: #FFFFFF;
}
.l-main .numbers > .wpb_column {
  position: relative;
  z-index: 2;
  padding-top: 4rem;
}
.l-main .numbers > .wpb_column::before {
  display: block;
  position: absolute;
  top: -50px;
  font-size: 300px;
  line-height: 1;
  color: #000F24;
  left: 0;
  right: 0;
  font-weight: 700;
  z-index: -1;
}
.l-main .numbers > .wpb_column:nth-of-type(1)::before {
  content: "1";
}
.l-main .numbers > .wpb_column:nth-of-type(2)::before {
  content: "2";
}
.l-main .numbers > .wpb_column:nth-of-type(3)::before {
  content: "3";
}
.l-main .numbers > .wpb_column h4 {
  color: #FFFFFF;
}
.l-main .numbers > .wpb_column p {
  text-align: left;
}
.l-main .invisalign-cards {
  display: -ms-grid;
  display: grid;
  grid-template-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}
@media screen and (min-width: 600px) {
  .l-main .invisalign-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (min-width: 1100px) {
  .l-main .invisalign-cards {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.l-main .invisalign-cards .w-iconbox {
  background-color: #FFFFFF;
  -webkit-box-shadow: 20px 20px 40px rgba(0, 113, 188, 0.15);
  box-shadow: 20px 20px 40px rgba(0, 113, 188, 0.15);
  height: 100%;
}
.l-main .invisalign-cards .w-iconbox .w-iconbox-icon {
  width: 100%;
  height: 300px;
}
.l-main .invisalign-cards .w-iconbox .w-iconbox-icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.l-main .invisalign-cards .w-iconbox .w-iconbox-meta {
  padding: 0 24px 24px 24px;
}
.l-main .invisalign-cards .w-iconbox .w-iconbox-meta h4 {
  color: #0071BC;
  text-transform: uppercase;
  font-size: 1.25rem;
}
[class*="--sidebar"] {
  color: #575757;
}
[class*="--sidebar"] > .vc_column-inner > .wpb_wrapper {
  background-color: #cbeaff;
  padding: 1rem 1.5rem 1.5rem;
  border-radius: 0.9rem;
}
[class*="--sidebar"] > .vc_column-inner > .wpb_wrapper > div:not(:last-child) {
  margin-bottom: 1.5rem;
}
[class*="--sidebar"] h2, [class*="--sidebar"] .widgettitle {
  font-size: 1.25rem;
  font-weight: 700;
}
[class*="--sidebar"] h2, [class*="--sidebar"] h3, [class*="--sidebar"] h4, [class*="--sidebar"] a {
  color: inherit;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .page_item:not(.current_page_item) {
  display: none;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item {
  cursor: text;
  padding: 0.25em 1.75em;
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 0.35rem;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item:before {
  display: none;
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) .current_page_item a {
  pointer-events: none;
}
[class*="--sidebar"] .w-btn {
  padding: 1em;
}
[class*="--sidebar"] [class*="ul-styled"] ul > li:before {
  color: inherit;
}
[class*="--sidebar"] .hours-table {
  max-width: none;
}
[class*="--sidebar"] .hours-table .row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
[class*="--sidebar"] .hours-table .hours {
  text-align: right;
}
[class*="--sidebar"] [class*="ul-styled"] ul {
  margin-left: 0;
  list-style-type: none;
}
[class*="--sidebar"] [class*="ul-styled"] ul > li {
  position: relative;
  padding-left: 1.75em;
}
[class*="--sidebar"] [class*="ul-styled"] ul > li:before {
  font-family: fontawesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #0071BC;
}
[class*="--sidebar"] .ul-styled-arrow ul > li:before {
  content: "";
}
[class*="--sidebar"] .ul-styled-check ul > li:before {
  content: "";
}
.no-touch [class*="--sidebar"] a:hover {
  color: black;
}
.l-footer {
  overflow: visible;
}
.l-footer table {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (max-width: 991px) {
  .l-footer table {
    margin: auto;
  }
}
.l-footer table tr td {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}
.l-footer table tr td:first-of-type {
  padding-left: 0;
}
.l-footer table tr td:last-of-type {
  padding-right: 0;
}
.l-footer .top {
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-footer .top > .l-section-h {
    position: relative;
    margin-bottom: -25%;
    z-index: 1;
  }
}
.l-footer .top .top-column h3 {
  color: black;
}
.l-footer .contact-footer .cta .map > .vc_column-inner > .wpb_wrapper {
  height: auto;
  padding: 0 50px;
}
@media screen and (min-width: 768px) {
  .l-footer .contact-footer {
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .l-footer .contact-footer > .l-section-h {
    position: relative;
    margin-bottom: 0px;
    z-index: 1;
  }
}
@media screen and (max-width: 767px) {
  .l-footer .middle {
    text-align: center;
  }
}
#footer-form .map > .vc_column-inner * {
  height: 100%;
}
#footer-form .map > .vc_column-inner img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
  border: 8px solid #FFFFFF;
}
#footer-form .form > .vc_column-inner > .wpb_wrapper {
  -webkit-box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);
  background-color: #013E60;
  border: 8px solid #FFFFFF;
  color: #FFFFFF;
  padding: 5% 8%;
}
#footer-form .form > .vc_column-inner > .wpb_wrapper h2, #footer-form .form > .vc_column-inner > .wpb_wrapper input[type="text"], #footer-form .form > .vc_column-inner > .wpb_wrapper .validation_error, #footer-form .form > .vc_column-inner > .wpb_wrapper .validation_message {
  color: inherit;
}
#footer-form .form > .vc_column-inner > .wpb_wrapper h2 {
  text-align: center;
  text-transform: uppercase;
}
#footer-form .form > .vc_column-inner > .wpb_wrapper form input:not([type="submit"]) {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-bottom: 1px solid #FFFFFF;
}
#footer-form .form > .vc_column-inner > .wpb_wrapper form .gform_footer {
  text-align: center;
}
@media screen and (max-width: 767px) {
  #footer-form {
    padding-bottom: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #footer-main {
    padding-top: 30%;
  }
}
#footer-main h3 {
  text-transform: uppercase;
  color: #FFFFFF !important;
}
#footer-main .middle .right > .vc_column-inner > .wpb_wrapper {
  margin-top: auto;
}
@media screen and (max-width: 767px) {
  #footer-main .hours-table {
    max-width: 15em;
    margin-left: auto;
    margin-right: auto;
  }
}
#footer-copyright {
  text-align: center;
  font-size: 0.8rem;
  padding-top: 1em;
  padding-bottom: 1em;
}
