@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 {
  /*.wpb_text_column a:not(.w-btn) {
	text-decoration: underline;
}
	&.no-touch a[href^="tel:"]:not(.w-btn) {
	cursor: text;
	pointer-events: none;
}*/
}
html body {
  font-size: 1rem;
}
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: #283964;
}
.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: black;
}
.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: black;
}
.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;
}
.hours-table .day {
  text-transform: uppercase;
}
.larger-text {
  font-size: 1.25rem;
  font-weight: 600;
}
.xl-text {
  font-size: clamp(1.25rem, 1.75vw, 1.75rem);
  font-weight: 600;
  line-height: 1.2;
}
.w-grid.type_carousel .owl-nav:not(.disabled) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"] {
  position: initial;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: white;
  background-color: #1FBAB0 !important;
  height: 2em;
  width: 2em;
  margin-right: 0.5em;
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"]:hover {
  background-color: rgba(31, 186, 176, 0.75) !important;
  color: white;
}
.w-grid.type_carousel .owl-dot span {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: var(--color-content-faded);
  width: 0.6em;
  height: 0.6em;
  border-radius: 2em;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.w-grid.type_carousel .owl-dot.active span {
  background: #283964 !important;
  width: 3em;
}
.w-tabs.accordion .w-tabs-section {
  border-width: 1px !important;
  border-color: var(--color-content-secondary);
  overflow: hidden;
  background: var(--color-content-bg);
}
.w-tabs.accordion .w-tabs-section:not(:last-child) {
  margin-bottom: 1.5rem;
}
.w-tabs.accordion .w-tabs-section-header {
  line-height: 1.2;
  color: var(--color-content-secondary);
}
.w-tabs.accordion .w-tabs-section-title {
  font-family: var(--font-family);
  font-size: var(--h4-font-size) !important;
  font-weight: 600;
  text-align: left;
  text-transform: none;
}
.no-touch .w-tabs-section-header:hover {
  background: var(--color-content-primary);
  color: white;
}
.no-touch .w-tabs-section-header:focus {
  background: transparent;
}
.l-header {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  /*&.sticky {
	.w-vwrapper>*:not(:last-child) {
	margin-bottom: 0;
}
	.w-vwrapper > *:not(.w-hwrapper) {
	display: none;
}
}*/
}
.l-header .l-subheader.at_middle {
  background: rgba(40, 57, 100, 0.7);
}
.l-header .w-nav .w-nav-anchor.level_1 {
  font-size: 1.125rem;
  font-weight: 700;
}
.l-header .w-nav .w-nav-arrow:before {
  font-weight: 300;
}
.l-header .w-nav.type_desktop .mobile-only, .l-header .w-nav.type_desktop .w-nav-anchor.w-btn {
  display: none;
}
.l-header .w-nav.type_desktop .hover_underline .current-menu-item .w-nav-title:after, .l-header .w-nav.type_desktop .hover_underline .current-menu-ancestor .w-nav-title:after {
  bottom: -2px !important;
  opacity: 1 !important;
}
.l-header .w-nav.type_desktop .w-nav-anchor:not(.level_1) {
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.l-header .w-nav .w-nav-control {
  color: white;
}
.l-header .w-nav .w-nav-control > span {
  font-size: 1rem;
  text-transform: uppercase;
}
.l-header .w-nav .w-nav-control .w-nav-icon div, .l-header .w-nav .w-nav-control .w-nav-icon div:before, .l-header .w-nav .w-nav-control .w-nav-icon div:after {
  right: 0;
  border-radius: 5em;
}
.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) {
  .l-header .w-nav-control > span {
    display: none;
  }
  .l-header .appt-btn {
    padding: 0;
    width: 100%;
    line-height: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
    color: white !important;
  }
  .l-header .appt-btn:before {
    border-color: transparent;
  }
  .l-header .l-subheader-cell.at_right > .w-nav {
    margin-left: 0.7rem;
  }
}
.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after {
  background: #283964;
}
[class*="masthead"] {
  color: white;
  text-align: center;
}
[class*="masthead"] h1 {
  margin-bottom: 0.15em;
  color: inherit;
}
[class*="masthead"] h1 + h3 {
  padding-top: 0;
  color: inherit;
}
@media screen and (max-width: 600px) {
  [class*="masthead"] .w-hwrapper {
    display: block;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  [class*="masthead"] .w-hwrapper > div {
    margin: 0.6rem !important;
  }
}
.masthead-home {
  padding-top: 17%;
  padding-bottom: 17%;
}
.masthead-home ul {
  margin-left: 0;
  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;
  gap: 0 1.75em;
  color: #1EE6DA;
  text-transform: uppercase;
}
.masthead-home ul li {
  margin: 0;
}
.masthead-home ul li:first-child {
  list-style-type: none;
}
.masthead-internal {
  padding-top: 10%;
  padding-bottom: 10%;
}
[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;
}
@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);
}
#footer-cta h2 {
  text-align: center;
}
#footer-cta .larger-text {
  max-width: 23em;
  margin-left: auto;
  margin-right: auto;
}
#footer-form .form-column {
  background: url("../../../uploads/2018/02/Contact-Form.jpg") center / cover no-repeat;
}
#footer-form .form-column > .vc_column-inner > .wpb_wrapper {
  background-color: rgba(66, 66, 66, 0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  height: 100%;
  padding: 2.5rem;
  -webkit-box-shadow: 0 1.5rem 2.5rem 0 rgba(40, 57, 100, 0.2) !important;
  box-shadow: 0 1.5rem 2.5rem 0 rgba(40, 57, 100, 0.2) !important;
}
#footer-form .map-column {
  background: url("../../../uploads/2018/02/Basemap-image.jpg") center / cover no-repeat;
}
@media screen and (max-width: 767px) {
  #footer-form .form-column {
    margin-bottom: 0;
  }
  #footer-form .map-column {
    min-height: 100vw;
  }
}
@media screen and (min-width: 768px) {
  #footer-form .g-cols.vc_row {
    margin: 0;
  }
  #footer-form .form-column > .vc_column-inner {
    padding: min(8em, 12%) 1.5rem;
  }
  #footer-form .form-column > .vc_column-inner > .wpb_wrapper {
    width: 100%;
    max-width: 30em;
    margin: 0 auto;
  }
}
#footer-main .location p:last-child {
  font-size: 0.75em;
  font-style: italic;
  line-height: 1.2;
}
#footer-main .hours-table {
  max-width: 13em;
}
@media screen and (max-width: 767px) {
  #footer-main {
    text-align: center;
  }
  #footer-main .hours-table {
    margin-left: auto;
    margin-right: auto;
  }
}
.copyright {
  text-align: center;
  font-size: 0.75em;
  padding-top: 1em;
  padding-bottom: 1em;
}
#contact-map .w-image a {
  display: block;
}
#contact-map .w-image img {
  width: 100%;
  min-height: 250px;
  -o-object-fit: cover;
  object-fit: cover;
}
/* service cards */
.layout_784 .w-grid-item-h {
  background: #283964;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.layout_784 .post_title {
  font-size: calc(var(--h3-font-size) * .95);
  color: white;
  padding: 0.5em;
  text-align: center;
}
.layout_784 .owl-nav:not(.disabled) {
  margin-left: 1rem;
}
@media screen and (max-width: 600px) {
  .layout_784 + .w-btn-wrapper.align_none {
    margin-top: 3rem !important;
  }
}
@media screen and (min-width: 601px) {
  .layout_784 + .w-btn-wrapper.align_none {
    position: absolute;
    right: 1.5rem;
    bottom: -1rem;
    margin: 0 !important;
    z-index: 10;
  }
}
.no-touch .layout_784 .w-grid-item-h:hover {
  background: #9FB2E1;
}
#services-carousel .owl-dots {
  text-align: left !important;
  padding-top: 4rem !important;
}
/* testimonials */
.layout_807 .w-grid-item-h {
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.8);
  -webkit-box-shadow: 0px 16px 48px 0px rgba(31, 37, 67, 0.05);
  box-shadow: 0px 16px 48px 0px rgba(31, 37, 67, 0.05);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding: 2.5rem;
}
.layout_807 .us_testimonial_author {
  font-weight: 700;
}
.layout_807 .w-testimonial-rating:before {
  color: #FFD748 !important;
  opacity: 1 !important;
}
.layout_807.type_carousel .owl-nav:not(.disabled) {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* copied from jlmdentalstudio */
.numbered-list {
  --number-size: clamp(6rem, 25vw, 25rem);
}
.numbered-list.wpb_text_column ul, .numbered-list.g-cols {
  counter-reset: number-list;
}
.numbered-list.g-cols .wpb_text_column {
  position: relative;
  margin: calc(var(--number-size) * .2) 0 calc(var(--number-size) * .2) calc(var(--number-size) * .2);
  padding: calc(var(--number-size) * .2) 0 0 calc(var(--number-size) * .2);
  z-index: 0;
}
.numbered-list.g-cols .wpb_text_column:before {
  position: absolute;
  left: 0;
  top: 50%;
}
.numbered-list.g-cols .wpb_text_column:before {
  counter-increment: number-list;
  content: counter(number-list);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-family: "Petit Formal Script";
  font-size: var(--number-size);
  font-weight: 700;
  line-height: 1;
  color: rgba(31, 186, 176, 0.5);
  z-index: -1;
}
.numbered-list.g-cols .wpb_text_column > .wpb_wrapper {
  background: white;
  -webkit-box-shadow: 0 1.5rem 2.5rem 0 rgba(40, 57, 100, 0.2) !important;
  box-shadow: 0 1.5rem 2.5rem 0 rgba(40, 57, 100, 0.2) !important;
}
.numbered-list.g-cols .wpb_text_column h2, .numbered-list.g-cols .wpb_text_column h3, .numbered-list.g-cols .wpb_text_column h4 {
  text-align: left;
}
.numbered-list.g-cols .wpb_text_column h3 {
  background: rgba(159, 178, 225, 0.8);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: white;
  padding: 1.5rem;
  margin-bottom: 0;
}
.numbered-list.g-cols .wpb_text_column p {
  padding: 1.5rem;
}
#contact-body .g-cols.vc_row {
  margin: 0;
}
#contact-body h2 {
  color: white;
}
#contact-body h3 {
  text-align: center;
}
#contact-body .location p:last-child {
  font-size: 0.75rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2;
  text-align: left;
}
#contact-body .g-cols.wpb_row .vc_col-sm-4 .vc_column-inner {
  background: white;
  padding: 1.5rem;
  -webkit-box-shadow: 0 1.5rem 2.5rem 0 rgba(40, 57, 100, 0.2) !important;
  box-shadow: 0 1.5rem 2.5rem 0 rgba(40, 57, 100, 0.2) !important;
}
#contact-body .g-cols.wpb_row .vc_col-sm-4:nth-child(even) .vc_column-inner {
  background: rgba(66, 66, 66, 0.8);
  color: white;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
}
#contact-body .g-cols.wpb_row .vc_col-sm-4:nth-child(even) .vc_column-inner h3 {
  color: inherit;
}
@media screen and (min-width: 768px) {
  #contact-body .g-cols.wpb_row .vc_col-sm-4:nth-child(odd) h3 {
    font-size: clamp(1.25rem, 1.75vw, 1.75rem);
  }
  #contact-body .g-cols.wpb_row .vc_col-sm-4:nth-child(odd) .vc_column-inner {
    margin-top: min(25%, 6rem);
    margin-bottom: min(25%, 6rem);
    padding-top: min(20%, 4rem);
    padding-bottom: min(20%, 4rem);
  }
  #contact-body .g-cols.wpb_row .vc_col-sm-4:nth-child(1) .vc_column-inner {
    margin-right: 1.5rem;
  }
  #contact-body .g-cols.wpb_row .vc_col-sm-4:nth-child(3) .vc_column-inner {
    margin-left: 1.5rem;
  }
}
.w-grid .post_image.with_quote_icon:after {
  color: #1FBAB0 !important;
}
