@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 {
  /* use clamp(1rem, 1.5vw, 2rem) for responsive sizing */
  /*.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: clamp(1rem, 1.5vw, 1.25rem);
}
html h1 {
  font-size: clamp(2.25rem, 4.5vw, 5rem);
}
html h1.h1-alt {
  font-family: var(--font-h3);
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 3rem);
}
html h1.h1-alt .small {
  display: block;
  font-size: 0.7em;
}
html h2 {
  font-size: clamp(2rem, 3.5vw, 4rem);
}
html h3 {
  font-size: clamp(1.5rem, 3vw, 3rem);
}
html h4 {
  font-size: clamp(1.25rem, 2vw, 2rem);
}
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;
}
@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;
}
html .w-btn {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
}
@media screen and (max-width: 767px) {
  html h2, html h3, html h4 {
    text-align: center;
  }
}
.l-main > .wpb-content-wrapper:first-of-type > .l-section:first-child > .l-section-h {
  padding-top: var(--header-height);
}
.l-main > .wpb-content-wrapper:first-of-type > .l-section:first-child > .l-section-img, .l-main > .wpb-content-wrapper:first-of-type > .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: #0065DF;
}
.ul-styled-arrow ul > li:before {
  content: "";
}
.ul-styled-check ul > li:before {
  content: "";
}
.gform_wrapper {
  /* CUSTOM RADIO BUTTONS */
}
.gform_wrapper .gform_validation_errors > h2.gform_submission_error {
  font-size: inherit;
  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"] {
  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: #002046;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label {
  color: #002046;
}
.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: #002046;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label {
  color: #002046;
}
.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;
}
.larger-text {
  font-size: 1.2em;
}
.xl-text {
  font-size: clamp(1.25rem, 2vw, 2rem);
  line-height: 1.2;
}
.twenty20 .twentytwenty-container {
  border-radius: 1.2em;
}
.w-grid .owl-dot span {
  width: 2.4em;
  border-radius: 1rem;
  background: #DAE4F1;
}
.w-grid .owl-dot.active span {
  background: #0065DF !important;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.w-tabs.accordion .w-tabs-section {
  background: #DAE4F1;
  border: 0 !important;
  margin-bottom: 1.5rem;
  -webkit-box-shadow: 0 1.5rem 1.5rem rgba(1, 50, 108, 0.1) !important;
  box-shadow: 0 1.5rem 1.5rem rgba(1, 50, 108, 0.1) !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.w-tabs.accordion .w-tabs-section:not(.active) {
  -webkit-box-shadow: 0 0 0 transparent !important;
  box-shadow: 0 0 0 transparent !important;
}
.w-tabs.accordion .w-tabs-section.active .w-tabs-section-title {
  color: #19191A;
}
.w-tabs.accordion .w-tabs-section-title {
  font-size: clamp(1.25rem, 2vw, 2rem) !important;
  text-align: left;
}
.w-tabs.accordion a[href^="tel:"] {
  color: inherit;
}
.color_alternate .w-tabs.accordion .w-tabs-section {
  background: white;
}
.no-touch .w-tabs-section-header:hover {
  background: #0065DF;
}
.no-touch .w-tabs-section-header:focus {
  background: transparent;
}
.l-header {
  /*&.sticky {
	.w-vwrapper>*:not(:last-child) {
	margin-bottom: 0;
}
	.w-vwrapper > *:not(.w-hwrapper) {
	display: none;
}
}*/
}
.l-header .phone {
  font-size: clamp(1.25rem, 1.75vw, 1.75rem);
  font-weight: 600;
  letter-spacing: 0.04em;
  line-height: 1;
}
.l-header .l-subheader.at_middle .phone {
  color: #0065DF;
}
.l-header .w-socials {
  font-size: 1.5rem;
  color: #0065DF;
}
.l-header .w-nav {
  font-size: 1rem;
}
.l-header .w-nav .w-nav-anchor.level_1 {
  text-transform: uppercase;
}
.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.type_mobile .w-nav-anchor.level_1 {
  font-weight: 700;
}
.l-header .w-nav .w-nav-anchor.w-btn {
  font-size: 1rem !important;
}
.l-header .w-nav .w-nav-control {
  color: #0065DF;
}
.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;
  }
}
.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after {
  background: #487AB7;
}
[class*="masthead"] {
  color: white;
  z-index: 0;
  margin-bottom: clamp(2.5rem, 4vw, 4rem);
}
[class*="masthead"] .l-section-img {
  z-index: -1;
}
[class*="masthead"] .l-section-h {
  z-index: 1;
}
[class*="masthead"] .l-section-h, [class*="masthead"] .g-cols.vc_row > .vc_column_container, [class*="masthead"] .g-cols.vc_row > .vc_column_container > .vc_column-inner {
  position: initial;
}
[class*="masthead"] h1 {
  color: inherit;
  text-align: center;
  max-width: 10.5em;
  margin: 0 auto;
}
[class*="masthead"] h1 .small {
  display: block;
  font-family: var(--font-h3);
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 3rem);
  margin-top: 0.25em;
}
[class*="masthead"] .arrow {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
[class*="masthead"] .arrow img {
  width: clamp(2.5rem, 4vw, 4rem);
}
.masthead-internal {
  padding-top: 20%;
  padding-bottom: 12%;
}
.masthead-internal .l-section-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(145, 175, 212, 0.5);
  mix-blend-mode: multiply;
}
.masthead-home .l-section-img:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .masthead-home {
    padding-top: 40%;
    padding-bottom: 10%;
    background: black;
  }
  .masthead-home .l-section-img {
    padding-top: 45%;
    bottom: auto;
  }
  .masthead-home .l-section-img:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(black));
    background: -o-linear-gradient(top, transparent 50%, black 100%);
    background: linear-gradient(180deg, transparent 50%, black 100%);
  }
}
@media screen and (min-width: 768px) {
  .masthead-home {
    padding-top: 17%;
    padding-bottom: 8%;
  }
  .masthead-home .l-section-img:before {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), to(#3F6BA0));
    background: -o-linear-gradient(top, transparent 50%, #3F6BA0 100%);
    background: linear-gradient(180deg, transparent 50%, #3F6BA0 100%);
    mix-blend-mode: multiply;
  }
}
.page-blurb .l-section-h {
  max-width: 50.5em;
}
.page-blurb h2 {
  text-align: center;
  margin-bottom: 1.25em;
}
[class*="--content"] h1 {
  font-size: clamp(1.75em, 2.5vw, 2em);
}
[class*="--content"] h2 {
  font-size: clamp(1.5em, 2vw, 1.75em);
}
[class*="--content"] h3 {
  font-size: 1.25em;
}
[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*="--sidebar"] {
  color: #666;
  font-size: 16px;
}
[class*="--sidebar"] > .vc_column-inner > .wpb_wrapper {
  background-color: #DAE4F1;
  padding: 1.5em;
  border-radius: 0.5em;
}
[class*="--sidebar"] > .vc_column-inner > .wpb_wrapper > div:not(:last-child) {
  margin-bottom: 1.5rem;
}
[class*="--sidebar"] h2, [class*="--sidebar"] .widgettitle {
  font-size: 1.25em;
}
[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.5em;
  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"] [class*="ul-styled"] ul > li:before {
  color: inherit;
}
[class*="--sidebar"] .hours-table {
  max-width: 15em;
}
.no-touch [class*="--sidebar"] a:hover {
  color: #0065DF;
}
#footer-cta {
  /*.g-cols.wpb_row .vc_column_container > .vc_column-inner > .wpb_wrapper {
	@include theme-shadow;
}*/
}
#footer-cta .l-section-h {
  z-index: 100;
}
#footer-cta .blurb {
  max-width: 51em;
  margin-left: auto;
  margin-right: auto;
}
#footer-cta .blurb h2 {
  text-align: center;
  font-family: var(--font-h3);
  font-weight: 400;
  font-size: clamp(1.5rem, 3vw, 3rem);
  letter-spacing: 0;
  margin-bottom: 1.5em;
}
#footer-cta .xl-text {
  margin-bottom: 6%;
}
#footer-cta .xl-text:not(:first-child) {
  margin-top: 6%;
}
#footer-cta .xl-text img {
  width: calc(clamp(1rem, 1.5vw, 1.5rem) * 2.2);
}
@media screen and (min-width: 768px) {
  #footer-cta .xl-text > .vc_column_container {
    padding: 2.5rem 0;
  }
  #footer-cta .xl-text > .vc_column_container:first-child {
    border-right: 1px solid #91AFD4;
  }
}
#footer-cta .form-column > .vc_column-inner > .wpb_wrapper {
  background-color: #DAE4F1;
  height: 100%;
  padding: clamp(1rem, 10%, 4rem) clamp(2rem, 12%, 5rem);
  -webkit-box-shadow: 0 1.5rem 1.5rem rgba(1, 50, 108, 0.1) !important;
  box-shadow: 0 1.5rem 1.5rem rgba(1, 50, 108, 0.1) !important;
}
#footer-cta .form-column h3 {
  text-align: center;
  margin-bottom: 1em;
}
#footer-cta .map-column > .vc_column-inner * {
  height: 100%;
}
#footer-cta .map-column .w-image a {
  display: block;
}
#footer-cta .map-column .w-image img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
}
[id^="association-logos"] .l-section-h {
  max-width: 1586px;
}
@media screen and (max-width: 600px) {
  [id^="association-logos"] .w-hwrapper img {
    max-height: 30px;
  }
}
@media screen and (max-width: 900px) {
  [id^="association-logos"] .w-hwrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  [id^="association-logos"] .w-hwrapper img {
    width: auto;
  }
}
@media screen and (min-width: 601px) and (max-width: 767px) {
  [id^="association-logos"] .w-hwrapper img {
    max-height: 40px;
  }
}
@media screen and (min-width: 768px) and (max-width: 900px) {
  [id^="association-logos"] .w-hwrapper img {
    max-height: 50px;
  }
}
@media screen and (min-width: 901px) {
  [id^="association-logos"] .w-hwrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}
#association-logos-about .l-section-h:before {
  content: "";
  position: absolute;
  top: calc(clamp(1.5rem, 2.5vw, 2.5rem) * -1);
  bottom: calc(clamp(1.5rem, 2.5vw, 2.5rem) * -1);
  left: 0;
  right: 0;
  background: -o-radial-gradient(50% 50%, 50% 50%, #CBCBCD 0%, rgba(203, 203, 205, 0) 100%);
  background: radial-gradient(50% 50% at 50% 50%, #CBCBCD 0%, rgba(203, 203, 205, 0) 100%);
  opacity: 0.5;
  -webkit-filter: blur(20px);
  filter: blur(20px);
}
#association-logos-about .w-hwrapper {
  background: #FAFAFA;
  padding: 1.5rem 0;
}
#footer-main .logo img {
  max-width: 10em;
}
#footer-main h4 {
  text-align: center;
  font-size: 1em;
  text-transform: uppercase;
  line-height: 1.5;
}
#footer-main .hours-table {
  max-width: 12em;
  margin: 0 auto;
}
#footer-main .w-socials {
  font-size: 1.5rem;
}
#footer-main .w-socials .w-socials-item-link {
  line-height: 2em;
  width: 2em;
}
@media screen and (max-width: 767px) {
  #footer-main {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #footer-main .w-socials {
    text-align: right;
  }
}
#dental-tech {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#EDF2F8));
  background: -o-linear-gradient(top, transparent 0%, #EDF2F8 100%);
  background: linear-gradient(180deg, transparent 0%, #EDF2F8 100%);
}
#dental-tech .l-section-h {
  max-width: 1704px;
}
#dental-tech .grid-container {
  display: -ms-grid;
  display: grid;
  gap: clamp(1.5rem, 2.5vw, 2.5rem);
  margin: 5% 0;
}
#dental-tech .grid-container .card {
  background: white;
  border-radius: 1.2em;
  padding: clamp(1.5rem, 3vw, 3rem);
  -webkit-box-shadow: 0 4px 8px rgba(1, 50, 108, 0.15);
  box-shadow: 0 4px 8px rgba(1, 50, 108, 0.15);
}
#dental-tech .grid-container .card > div {
  margin: 0;
}
#dental-tech .grid-container h3 {
  color: #487AB7;
}
#dental-tech .grid-container img {
  border-radius: 0.8em;
}
@media screen and (max-width: 600px) {
  #dental-tech .grid-container .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  #dental-tech .grid-container .card > .w-image {
    margin-bottom: 1.5rem;
  }
}
@media screen and (min-width: 601px) {
  #dental-tech .grid-container .card > .w-image {
    width: 42%;
    margin-right: 5%;
  }
  #dental-tech .grid-container .card > .wpb_text_column {
    width: 53%;
  }
}
@media screen and (min-width: 1025px) {
  #dental-tech .grid-container {
    -ms-grid-columns: 1fr clamp(1.5rem, 2.5vw, 2.5rem) 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
#office-carousel {
  text-align: center;
}
#office-carousel .l-section-h {
  max-width: 42em;
}
#office-carousel .w-grid {
  position: relative;
  margin-top: 15%;
}
#office-carousel .w-grid:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: clamp(16em, 60vw, 38em);
  width: clamp(16em, 60vw, 38em);
  background: #EDF2F8;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#office-carousel .w-grid img {
  border-radius: 1.2em;
}
.layout_182 .w-grid-item-h {
  background: white;
  padding: 0 clamp(1.5rem, 4vw, 4rem) clamp(1.5rem, 3vw, 3rem);
  border-radius: 0 1.2em 1.2em 1.2em;
}
.layout_182.type_grid .w-grid-item-h {
  -webkit-box-shadow: 0 1.5rem 1.5rem rgba(1, 50, 108, 0.1) !important;
  box-shadow: 0 1.5rem 1.5rem rgba(1, 50, 108, 0.1) !important;
}
.layout_182 .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 2rem;
}
.layout_182 .owl-carousel .owl-nav > div {
  position: initial;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: white;
  background-color: #487AB7 !important;
  margin-right: 0.5em;
  border-radius: 0;
}
.layout_182 .owl-carousel .owl-nav > div:hover {
  background-color: #0065DF !important;
  color: white;
}
.layout_182 .review-text {
  position: relative;
  padding-top: clamp(3rem, 6.5vw, 7.5rem);
  padding-bottom: 1.5rem;
}
.layout_182 .review-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: clamp(3rem, 6vw, 6.3rem);
  height: clamp(2rem, 4.5vw, 5rem);
  background: url("../../../uploads/2022/10/testimonial-quote.svg") top left / contain no-repeat;
}
#testimonial-carousel {
  background: url("../../../uploads/2022/10/shutterstock_1932602888.jpg") center / cover no-repeat;
}
#testimonial-carousel h2 {
  text-align: center;
  margin-bottom: 1.25em;
}
@media screen and (min-width: 1025px) {
  #testimonial-carousel:before, #testimonial-carousel:after {
    content: "";
    position: absolute;
    top: 10vw;
    height: 32.5vw;
    width: 23vw;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: clamp(2.5rem, 4.5vw, 5rem);
  }
  #testimonial-carousel:before {
    left: 2.5vw;
    background-image: url("../../../uploads/2022/10/shutterstock_423264964.jpg");
  }
  #testimonial-carousel:after {
    right: 2.5vw;
    background-image: url("../../../uploads/2022/10/shutterstock_1531467842.jpg");
  }
}
@media screen and (max-width: 767px) {
  #di-figure .l-section-overlay {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #di-figure .l-section-overlay {
    right: 66%;
    border-radius: 0 50rem 50rem 0;
  }
}
@media screen and (max-width: 767px) {
  #di-benefits, #di-benefits .l-section-img {
    padding-top: 65%;
  }
  #di-benefits .l-section-img {
    bottom: auto;
  }
  #di-benefits .l-section-h {
    margin-top: 1.5rem;
  }
}
@media screen and (min-width: 768px) {
  #di-benefits .l-section-img {
    left: 60%;
    border-radius: 50rem 0 0 50rem;
  }
}
#di-process {
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#EDF2F8));
  background: -o-linear-gradient(top, transparent 0%, #EDF2F8 100%);
  background: linear-gradient(180deg, transparent 0%, #EDF2F8 100%);
  counter-reset: di-process;
}
#di-process h3 {
  color: #0065DF;
  position: relative;
  padding-left: 2em;
  padding-top: 0;
  text-align: left;
}
#di-process h3:not(:first-child) {
  margin-top: 3rem;
}
#di-process h3:before {
  counter-increment: di-process;
  content: counter(di-process);
  position: absolute;
  left: 0;
  top: 50%;
  font-family: var(--font-h2);
  font-weight: 500;
  font-size: 1.25em;
  line-height: 1.2;
  width: 1.2em;
  text-align: center;
  border: 1px solid #0065DF;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#di-process h3 ~ p {
  padding-left: calc(clamp(1.5rem, 3vw, 3rem) * 2);
}
#team-grid .grid-container {
  display: -ms-grid;
  display: grid;
  gap: clamp(1.5rem, 2.5vw, 2.5rem);
}
#team-grid .grid-container > div {
  margin: 0;
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
  #team-grid .grid-container {
    -ms-grid-columns: 1fr clamp(1.5rem, 2.5vw, 2.5rem) 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  #team-grid .grid-container {
    -ms-grid-columns: 1fr clamp(1.5rem, 2.5vw, 2.5rem) 1fr clamp(1.5rem, 2.5vw, 2.5rem) 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
#team-grid h3 + p {
  font-size: 1.2em;
}
#services-carousel {
  margin-bottom: 2.5%;
}
@media screen and (min-width: 992px) {
  #services-carousel .w-grid.type_carousel .owl-item {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
}
@media screen and (min-width: 1025px) and (max-width: 1199px) {
  #services-carousel .w-grid.type_carousel {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
  }
}
@media screen and (min-width: 1200px) {
  #services-carousel .w-grid.type_carousel {
    -webkit-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
  }
}
#services-carousel .w-grid.type_carousel .w-grid-list {
  margin-bottom: 0;
}
#services-carousel .w-grid-item-h {
  background: white;
  border-radius: 1.2em;
  padding: clamp(1.5rem, 4vw, 4rem) 1.5rem;
  text-align: center;
  -webkit-box-shadow: 0 1.5rem 1.5rem rgba(1, 50, 108, 0.1) !important;
  box-shadow: 0 1.5rem 1.5rem rgba(1, 50, 108, 0.1) !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
#services-carousel .owl-stage-outer {
  padding-bottom: 1.5rem;
}
#services-carousel .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2rem;
}
#services-carousel .owl-carousel .owl-nav > div {
  position: initial;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: white;
  background: #0065DF !important;
  margin-right: 0.5em;
}
#services-carousel .owl-carousel .owl-nav > div:hover {
  background: #487AB7 !important;
  color: white;
}
#services-carousel .usg_post_custom_field_1 {
  margin: 0 auto clamp(1rem, 4vw, 4rem);
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
#services-carousel .usg_post_custom_field_1 img {
  width: clamp(8em, 13vw, 12em);
  height: clamp(8em, 13vw, 12em);
  -o-object-fit: contain;
  object-fit: contain;
}
#services-carousel .post_title {
  color: #487AB7;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
}
@media screen and (max-width: 767px) {
  #services-carousel .l-section-img {
    background-size: 50% auto !important;
  }
}
.no-touch #services-carousel .w-grid-item-h:hover {
  background: #0065DF;
}
.no-touch #services-carousel .w-grid-item-h:hover .post_title {
  color: white;
}
#home-bna .twenty20 {
  position: relative;
  margin: 17% 0;
}
#home-bna .twenty20:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding-bottom: 100%;
  background: #EDF2F8;
  border-radius: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
