@charset "UTF-8";
/* custom.CSS is compiled from custom.SCSS; make edits to the SCSS file */
/*
* GLOBAL/DEFAULT
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  /*body {
	font-size: 1.125rem;
}*/
  /*.wpb_text_column a:not(.w-btn) {
	text-decoration: underline;
}
	&.no-touch a[href^="tel:"]:not(.w-btn) {
	cursor: text;
	pointer-events: none;
}*/
}
html address {
  font-style: normal;
}
html iframe, html img {
  vertical-align: middle;
}
html .lorem {
  background-color: red;
}
html a[href^="tel:"] {
  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 .wpb_text_column + .w-separator.with_line {
  margin-top: -1.5rem;
}
@media screen and (max-width: 767px) {
  html .l-main .w-btn-wrapper, html .l-footer .w-btn-wrapper {
    display: block;
    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%;
  }
}
html .l-main .w-image > a, html .l-footer .w-image > a {
  display: inline-block;
}
html .l-main .w-hwrapper > div, html .l-footer .w-hwrapper > div {
  margin: 0.6rem;
}
@media screen and (max-width: 767px) {
  html h2, html h3, html h4 {
    text-align: center;
  }
}
.l-main > .wpb-content-wrapper:first-child > .l-section:first-child > .l-section-h {
  padding-top: var(--header-height);
}
.l-main > .wpb-content-wrapper:first-child > .l-section:first-child > .l-section-img, .l-main > .wpb-content-wrapper:first-child > .l-section:first-child > .l-section-overlay {
  top: var(--header-height);
}
[class*="ul-styled"] ul {
  margin-left: 0;
  list-style-type: none;
}
[class*="ul-styled"] ul > li {
  position: relative;
  padding-left: 1.75em;
}
[class*="ul-styled"] ul > li:before {
  font-family: fontawesome;
  font-weight: 900;
  position: absolute;
  left: 0;
  color: #FF0000;
}
.ul-styled-arrow ul > li:before {
  content: "";
}
.ul-styled-check ul > li:before {
  content: "";
}
.gform_wrapper {
  /* CUSTOM RADIO/CHECKBOX BUTTONS */
}
.gform_wrapper .wpcf7-form-control-wrap {
  text-align: center;
}
.gform_wrapper .gform_validation_errors > h2.gform_submission_error {
  font-size: inherit !important;
  font-family: inherit;
}
.gform_wrapper .gform_fields {
  grid-row-gap: 1.5rem !important;
}
.gform_wrapper .gform_heading {
  display: none;
}
.gform_wrapper textarea {
  resize: none;
}
.gform_wrapper .gfield {
  vertical-align: top;
}
.gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
}
.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"], .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_radio > [class^="gchoice"], .gform_wrapper .gfield_checkbox > [class^="gchoice"] {
    width: initial !important;
    margin-left: 0.75em !important;
    margin-right: 0.75em !important;
  }
}
.gform_wrapper .gfield_radio input[type="radio"], .gform_wrapper .gfield_radio input[type="checkbox"], .gform_wrapper .gfield_checkbox input[type="radio"], .gform_wrapper .gfield_checkbox input[type="checkbox"] {
  display: none;
}
.gform_wrapper .gfield_radio input[type="radio"] + label, .gform_wrapper .gfield_radio input[type="checkbox"] + label, .gform_wrapper .gfield_checkbox input[type="radio"] + label, .gform_wrapper .gfield_checkbox input[type="checkbox"] + label {
  display: inline-block;
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  font-weight: 400;
  padding: 0.25em 0 0.25em 1.5em;
  position: relative;
}
.gform_wrapper .gfield_radio input[type="radio"] + label:before, .gform_wrapper .gfield_radio input[type="checkbox"] + label:before, .gform_wrapper .gfield_checkbox input[type="radio"] + label:before, .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: #600;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label, .gform_wrapper .gfield_radio input[type="checkbox"]:checked + label, .gform_wrapper .gfield_checkbox input[type="radio"]:checked + label, .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label {
  color: #600;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:before, .gform_wrapper .gfield_radio input[type="checkbox"]:checked + label:before, .gform_wrapper .gfield_checkbox input[type="radio"]:checked + label:before, .gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-weight: 900;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label:before {
  content: "";
  font-weight: 900;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label:before {
  content: "";
  font-weight: 900;
}
::-webkit-input-placeholder {
  opacity: 1;
}
::-moz-placeholder {
  opacity: 1;
}
:-ms-input-placeholder {
  opacity: 1;
}
::-ms-input-placeholder {
  opacity: 1;
}
::placeholder {
  opacity: 1;
}
.hours-table {
  width: 100%;
}
.hours-table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.hours-table:not(:last-child) {
  margin-bottom: 2.5rem;
}
[class*="--content"] h1 {
  font-size: var(--h2-font-size);
}
[class*="--content"] h2 {
  font-size: var(--h3-font-size);
}
[class*="--content"] h3 {
  font-size: var(--h4-font-size);
}
[class*="--content"] h2, [class*="--content"] h3, [class*="--content"] h4 {
  text-align: left;
}
[class*="--content"] .w-image.align_left, [class*="--content"] .w-image.align_right {
  max-width: 35%;
}
@media screen and (max-width: 600px) {
  [class*="--content"] .w-image.align_left, [class*="--content"] .w-image.align_right {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
[class*="--content"] .w-btn-wrapper:not(:last-child), [class*="--content"] .w-tabs.accordion:not(:last-child), [class*="--content"] .w-video:not(:last-child), [class*="--content"] .g-cols.wpb_row:not(:last-child), [class*="--content"] .post_image:not(:last-child) {
  margin-bottom: 3rem;
}
[class*="--content"] .post_content:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  [class*="--content"] img.alignright, [class*="--content"] img.alignleft {
    max-width: 35%;
  }
}
@media screen and (max-width: 767px) {
  [class*="--content"] img.alignright, [class*="--content"] img.alignleft {
    margin-left: auto;
    margin-right: auto;
  }
}
/* 
* BLOG GRID/LIST
* will probably need to change the .layout_182 class
*/
.layout_182 .w-grid-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}
.layout_182 .post_title {
  font-size: clamp(1.25rem, 2vw, 1.5rem);
  margin-bottom: 0.25em !important;
  text-align: left;
}
.layout_182 .post_date {
  font-size: 0.75rem;
  margin-bottom: 1rem;
}
.layout_182 .post_content {
  margin-bottom: 1rem;
}
/* BLOG POST */
.blog--content .post_image {
  margin-bottom: 2rem;
}
@media screen and (min-width: 768px) {
  .blog--content .post_image {
    float: right;
    max-width: 35%;
    margin-left: 2rem;
  }
}
.blog--content .post_title {
  margin-bottom: 0.25em;
}
.blog--content .post_date {
  font-size: 1rem;
  display: block;
  position: relative;
}
.blog--content .post_date i {
  position: absolute;
  left: 0;
  top: 0;
}
.blog--content .post_content {
  margin-bottom: 1.5rem;
}
[class*="--sidebar"] {
  font-size: 1rem;
}
[class*="--sidebar"] > .vc_column-inner > .wpb_wrapper > div:not(:last-child) {
  margin-bottom: 1.5rem;
}
[class*="--sidebar"] h2, [class*="--sidebar"] .widgettitle {
  font-family: inherit;
  font-size: 1.25em;
  text-transform: uppercase;
}
[class*="--sidebar"] h2, [class*="--sidebar"] h3, [class*="--sidebar"] h4, [class*="--sidebar"] a {
  color: inherit;
}
[class*="--sidebar"] .page-list {
  margin-left: 0;
  list-style-type: none;
  border-left: 1px solid var(--color-content-border);
  font-size: 1em;
}
[class*="--sidebar"] .page-list li {
  padding: 0.4em 1.2em;
  margin: 0;
  border-bottom: 1px solid var(--color-content-border);
}
[class*="--sidebar"] .page-list li.current_page_item > a {
  font-weight: 400;
  color: var(--color-content-link);
}
[class*="--sidebar"] .siblings-page-list:not(:last-child) {
  margin-bottom: 0;
}
[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;
  background-color: rgba(0, 0, 0, 0.05);
}
[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"] [class*="ul-styled"] ul > li:before {
  color: inherit;
}
[class*="--sidebar"] .hours-table {
  max-width: 15em;
}
.no-touch [class*="--sidebar"] a:hover {
  color: var(--color-content-link);
}
/********************
*********************
****** Nikki ********
*********************
********************/
p {
  font-size: 16px;
}
.larger_p {
  font-size: 1.3rem;
}
h1.h1_heading {
  margin-bottom: 0;
}
.desktop-break {
  display: inline;
}
@media (max-width: 768px) {
  .desktop-break {
    display: none;
  }
}
.l-header .w-nav .w-nav-control:not(.active) .w-nav-icon div:before {
  width: 75%;
}
.l-header .w-nav .w-nav-control:not(.active) .w-nav-icon div:after {
  width: 55%;
}
@media screen and (max-width: 767px) {
  a.w-btn.us-btn-style_3.header_button.ush_btn_1 {
    width: 100%;
    background: transparent;
    border-radius: 0;
  }
}
.masthead-home h1, .masthead-home h2, .masthead-internal h1, .masthead-internal h2 {
  color: white;
  text-align: left;
}
.masthead-home h1, .masthead-internal h1 {
  line-height: 1;
}
@media screen and (min-width: 1224px) {
  .masthead-home h1, .masthead-internal h1 {
    font-size: 4rem;
  }
}
.masthead-home h2, .masthead-internal h2 {
  font-size: 1.5rem;
  line-height: 1.8;
}
.masthead-home .highlight-text, .masthead-internal .highlight-text {
  color: white;
}
.masthead-home .w-separator.size_huge, .masthead-internal .w-separator.size_huge {
  height: 12rem;
}
@media screen and (max-width: 767px) {
  .masthead-home .w-separator.size_huge, .masthead-internal .w-separator.size_huge {
    display: none;
  }
}
.masthead-home .w-post-elm.post_image, .masthead-internal .w-post-elm.post_image {
  border-radius: 20px;
  -webkit-box-shadow: -19px 20px 40px 0px #53535363;
  box-shadow: -19px 20px 40px 0px #53535363;
}
@media screen and (min-width: 768px) {
  .masthead-home .w-post-elm.post_image, .masthead-internal .w-post-elm.post_image {
    position: absolute;
    top: -5%;
    left: 20%;
    z-index: 1;
    max-width: 500px;
    width: auto;
  }
}
.masthead-internal .w-separator.size_huge {
  height: 8rem;
}
@media screen and (max-width: 767px) {
  .masthead-internal .w-separator.size_huge {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .masthead-internal .vc_col-sm-6:last-of-type {
    margin-bottom: -15% !important;
  }
}
.rounded {
  border-radius: 20px;
}
.rounded img {
  -webkit-box-shadow: -14px 16px 31px #d4d2d2;
  box-shadow: -14px 16px 31px #d4d2d2;
}
.highlight-text {
  font-family: "Nothing You Could Do";
  color: #63B03F;
  font-weight: 600;
}
@media screen and (max-width: 767px) {
  .extra_padding_pls {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.large_border {
  display: inline-block;
  background-image: url("https://nowmedev.com/infosites/assi05/wp-content/uploads/2025/05/large_underline.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}
.highlight-text.large_border {
  padding-bottom: 10px;
}
.small_border {
  display: inline-block;
  background-image: url("https://nowmedev.com/infosites/assi05/wp-content/uploads/2025/05/small_underline.png");
  background-repeat: no-repeat;
  background-position: bottom left;
  background-size: contain;
}
.green_bg_cta .vc_column-inner {
  border-radius: 40px;
  padding: 5% 8% !important;
}
.green_bg_cta h2 {
  color: white;
  text-align: center;
  font-size: 1.8rem;
  margin-bottom: 5%;
}
@media screen and (max-width: 767px) {
  .green_bg_cta h2 {
    font-size: 1.3rem;
  }
}
.home_content_slider h2 {
  font-size: 3rem;
  line-height: 1;
}
.home_content_slider .text_content_slider .slick-track {
  padding-bottom: 2rem;
}
.home_content_slider .text_content_slider .vc_column-inner {
  border-radius: 20px;
  border: 1px solid;
  border-color: #63B03F !important;
  border-radius: 20px;
  -webkit-box-shadow: -6px 10px 10px #d4d2d2;
  box-shadow: -6px 10px 10px #d4d2d2;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-right: 1.5rem;
  margin-left: 1.5rem;
}
.home_content_slider .text_content_slider .vc_column-inner .wpb_text_column {
  padding: 15px;
}
.home_content_slider .text_content_slider .vc_column-inner .w-image {
  border-radius: 20px 20px 0 0;
}
.home_content_slider .text_content_slider .vc_column-inner img.attachment-large.size-large {
  width: 100%;
}
#patient_reviews {
  background-image: url("https://nowmedev.com/infosites/assi05/wp-content/uploads/2025/05/testimonials_container_testimonials.png"), url("https://nowmedev.com/infosites/assi05/wp-content/uploads/2025/05/background_hero.jpeg");
  background-position: center;
  background-size: 80%, cover;
  background-repeat: no-repeat;
  background-attachment: fixed, scroll;
  height: 50vh;
}
.w-tabs-section-header {
  border: 1px solid #63B03F;
  border-radius: 20px;
  margin-bottom: 10px;
  color: #63B03F !important;
  font-weight: bold;
}
.w-tabs.accordion > div > .w-tabs-section {
  border-width: 0;
}
.w-tabs.accordion > div > .w-tabs-section:last-of-type {
  border-bottom-width: 0;
}
button.w-tabs-section-header[aria-expanded="true"] {
  background-color: #63B03F !important;
  color: white !important;
}
.w-tabs.accordion > div > .w-tabs-section.active .w-tabs-section-content {
  color: white;
  border-radius: 20px !important;
  margin-bottom: 10px;
}
.w-tabs-section-content {
  background-color: #7E786B;
  color: white;
}
@media screen and (min-width: 768px) {
  .accordion_reusable .vc_col-sm-6:nth-of-type(2) {
    width: 45%;
  }
}
/**** internal pages ********/
@media screen and (min-width: 768px) {
  .text_and_image_left img {
    border-radius: 0 20px 20px 0;
  }
  .text_and_image_left .vc_col-sm-6:nth-of-type(2) {
    width: 45%;
  }
}
@media screen and (min-width: 768px) {
  .text_and_image_right .vc_col-sm-6:nth-child(1) {
    width: 45%;
    padding-left: 5%;
  }
}
@media screen and (max-width: 767px) {
  .text_and_image_right .vc_col-sm-6:nth-child(1) {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  .text_and_image_right .vc_col-sm-6:last-of-type {
    width: 55%;
  }
  .text_and_image_right .vc_col-sm-6:last-of-type img {
    border-radius: 20px 0 0 20px;
  }
  .text_and_image_right .vc_col-sm-6:last-of-type .w-video.align_none.ratio_4x3.with_overlay.has_iframe {
    border-radius: 20px 0 0 20px;
  }
}
.vanilla-accordion-image {
  position: relative;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .vanilla-accordion-image img {
    border-radius: 0 20px 20px 0;
  }
}
.vanilla-accordion-image .vanilla-image-dots {
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 10px;
  z-index: 1;
}
.vanilla-accordion-image .vanilla-image-dots .dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background-color: #ffffff;
  cursor: pointer;
  -webkit-transition: background-color 0.3s;
  -o-transition: background-color 0.3s;
  transition: background-color 0.3s;
}
.vanilla-accordion-image .vanilla-image-dots .dot.active {
  background-color: #63B03F;
}
.financing_blocks h3 {
  font-size: 1.6rem;
}
.financing_blocks .vc_column-inner .wpb_wrapper {
  padding: 20px;
  border: 1px solid;
  border-color: #63B03F !important;
  border-radius: 20px;
  -webkit-box-shadow: -14px 16px 31px #d4d2d2;
  box-shadow: -14px 16px 31px #d4d2d2;
}
.financing_blocks .wpb_text_column .wpb_wrapper {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px;
}
.financing_blocks .vc_col-sm-4:nth-of-type(2) .w-image {
  margin-left: 5%;
}
.financing_blocks .vc_col-sm-4:last-of-type .w-image-h {
  margin-top: 20px;
}
@media screen and (min-width: 768px) {
  .financing_blocks .vc_col-sm-1\/5 {
    width: 33%;
  }
  .financing_blocks .vc_col-sm-1\/5:nth-of-type(n+4) {
    margin: 5% auto;
    width: 40%;
  }
}
.slider_radius_and_shadow {
  border-radius: 20px;
  -webkit-box-shadow: -19px 20px 40px 0px #53535363;
  box-shadow: -19px 20px 40px 0px #53535363;
}
@media screen and (max-width: 768px) {
  .slider_rows .vc_col-sm-6:nth-of-type(even) {
    margin-top: 5% !important;
  }
}
.wrapper_main {
  position: relative;
}
.wrapper_main .overlay_image {
  position: absolute;
  right: -5%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .wrapper_main .overlay_image {
    right: 40%;
    top: 100%;
    max-width: 90px;
    width: 90px;
  }
}
.footer_form .gform-body.gform_body > div > div {
  border-bottom: 1px solid white;
}
.footer_form .gform-body.gform_body > div > div:nth-of-type(4) {
  border: 1px solid white;
}
.footer_form .gform-body.gform_body > div > div:last-of-type {
  border-bottom: none;
}
.footer_form .gform_wrapper .gform_fields {
  grid-row-gap: 1rem !important;
}
.footer_form .wpcf7-form-control-wrap {
  margin-top: -1.5rem;
}
.footer_form span.cf7ic_instructions {
  margin-bottom: -1rem;
}
.footer_form .vc_column-inner.us_custom_55df199d > div {
  padding: 5%;
}
.footer_form .w-image-h img {
  width: 110%;
  border-radius: 15px;
}
.practice_hours {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  .practice_hours {
    margin: 0 auto;
  }
}
.practice_hours > div {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  padding-bottom: 20px;
}
.practice_hours > div:nth-of-type(even) {
  text-align: right;
}
.dental_associaton_logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.dental_associaton_logos > div {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -ms-flex-line-pack: center;
  align-content: center;
}
@media screen and (max-width: 767px) {
  .dental_associaton_logos > div {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 15%;
    flex: 0 0 15%;
  }
}
.color_footer-bottom .vc_column_container:nth-of-type(2), .color_footer-bottom .vc_column_container:nth-of-type(1) {
  border-color: rgba(196, 196, 196, 0.8);
}
@media screen and (min-width: 768px) {
  .color_footer-bottom .vc_column_container:nth-of-type(2), .color_footer-bottom .vc_column_container:nth-of-type(1) {
    border-right: 1px solid;
  }
}
@media screen and (max-width: 767px) {
  .color_footer-bottom .vc_column_container:nth-of-type(2), .color_footer-bottom .vc_column_container:nth-of-type(1) {
    border-bottom: 1px solid;
  }
}
.copyright {
  text-align: center;
  font-size: 0.75em;
  padding-top: 1em;
  padding-bottom: 1em;
}
