@charset "UTF-8";
/* custom.CSS is compiled from custom.SCSS; make edits to the SCSS file */
.shawn {
  color: black;
}
/*
* GLOBAL/DEFAULT
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
html {
  line-height: 1.5 !important;
  letter-spacing: 0.02em;
  /* 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 h1 {
  font-size: clamp(2.5rem, 5.75vw, 5.66rem);
}
html h2 {
  font-size: clamp(2rem, 4vw, 4rem);
}
html h3 {
  font-size: clamp(1.75rem, 3vw, 2.83rem);
}
html h4 {
  font-size: clamp(1.5rem, 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 {
    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;
}
@media screen and (max-width: 767px) {
  html .g-cols.type_default > .wpb_column.stretched {
    width: 100%;
  }
  html h2, html h3, html h4 {
    text-align: center;
  }
}
[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: #0D0D0D;
}
.ul-styled-arrow ul > li:before {
  content: "";
}
.ul-styled-check ul > li:before {
  content: "";
}
.gform_wrapper {
  /* CUSTOM RADIO BUTTONS */
}
.gform_wrapper textarea {
  resize: none;
}
.gform_wrapper .gfield {
  vertical-align: top;
}
.gform_wrapper textarea {
  -webkit-box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.25);
  box-shadow: inset 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.gform_wrapper textarea:focus {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
  box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.25);
}
.gform_wrapper .gform_footer {
  text-align: center;
}
.gform_wrapper .gform_footer input[type="submit"] {
  width: 100%;
  max-width: 15em;
}
.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: black;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label {
  color: black;
}
.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: black;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label {
  color: black;
}
.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: clamp(1.15rem, 1.5vw, 1.38rem);
  font-weight: 400;
}
/*****
* Transitions/Animations on scroll
*****/
.custom-transition.fade-up {
  opacity: 0;
  -webkit-transform: translateY(2rem);
  -ms-transform: translateY(2rem);
  transform: translateY(2rem);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: opacity, transform;
  transition-property: opacity, transform;
  transition-property: opacity, transform, -webkit-transform;
  -webkit-transition-duration: 0.5s;
  -o-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.custom-transition.fade-up.in-view {
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.masthead-home .custom-transition.fade-up {
  -webkit-transition-delay: 0.5s;
  -o-transition-delay: 0.5s;
  transition-delay: 0.5s;
}
.l-header .w-socials {
  font-size: 1.33rem;
}
.l-header .w-nav .w-nav-anchor.level_1 {
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}
.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 > span {
  font-size: 1rem;
  text-transform: uppercase;
}
.l-header .w-nav .w-nav-control .w-nav-icon i, .l-header .w-nav .w-nav-control .w-nav-icon i:before, .l-header .w-nav .w-nav-control .w-nav-icon i:after {
  right: 0;
  border-radius: 5em;
}
.l-header .w-nav .w-nav-control:not(.active) .w-nav-icon i:before {
  width: 75%;
}
.l-header .w-nav .w-nav-control:not(.active) .w-nav-icon i:after {
  width: 55%;
}
.l-header.sticky .w-vwrapper > *:not(:last-child) {
  margin-bottom: 0;
}
.l-header.sticky .w-vwrapper > *:not(.w-hwrapper) {
  display: none;
}
@media screen and (max-width: 767px) {
  .l-header .l-subheader.at_top {
    border-bottom: 1px solid white;
  }
  .l-header .w-nav-control > span {
    display: none;
  }
  .l-header .w-nav-control .w-nav-icon i, .l-header .w-nav-control .w-nav-icon i:before, .l-header .w-nav-control .w-nav-icon i:after {
    left: 0;
    right: auto;
  }
  .l-header .appt-btn {
    padding: 0 !important;
    width: 100%;
    line-height: inherit !important;
  }
  .l-header .appt-btn:before {
    border-color: transparent;
  }
  .l-header .l-subheader-cell.at_right > .translator {
    margin-left: 0;
  }
  .l-header .l-subheader-cell.at_right > .w-nav {
    margin-left: 0.7rem;
  }
}
@media screen and (min-width: 768px) {
  .l-header .l-subheader.at_middle {
    background: rgba(61, 61, 61, 0.8);
  }
}
.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after {
  background: #2D9CDB;
}
[class*="masthead"] {
  background: -webkit-gradient(linear, right top, left top, from(#E7E7E7), color-stop(70.13%, #F3F3F3), color-stop(93.42%, #E7E7E7), to(#E7E7E7));
  background: -o-linear-gradient(right, #E7E7E7 0%, #F3F3F3 70.13%, #E7E7E7 93.42%, #E7E7E7 100%);
  background: linear-gradient(270deg, #E7E7E7 0%, #F3F3F3 70.13%, #E7E7E7 93.42%, #E7E7E7 100%);
}
[class*="masthead"] h1 .small {
  display: block;
  font-family: "Prompt", sans-serif;
  font-weight: 400;
  font-size: 0.5em;
  color: #868686;
}
@media screen and (max-width: 767px) {
  [class*="masthead"] .l-section-img {
    top: auto;
  }
  [class*="masthead"] .l-section-h {
    margin: 3rem 0;
  }
  [class*="masthead"] h1 {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  [class*="masthead"] .l-section-img {
    left: 50%;
    right: 2.5rem;
  }
}
@media screen and (max-width: 767px) {
  .masthead-internal, .masthead-internal .l-section-img {
    padding-bottom: 70%;
  }
}
@media screen and (min-width: 768px) {
  .masthead-internal {
    padding-top: 12.5%;
    padding-bottom: 12.5%;
  }
}
@media screen and (max-width: 767px) {
  .masthead-home, .masthead-home .l-section-img {
    padding-bottom: 110%;
  }
  .masthead-home .l-section-img {
    background-position: bottom center;
  }
}
@media screen and (min-width: 768px) {
  .masthead-home {
    padding-top: 12.5%;
    padding-bottom: 23.5%;
  }
  .masthead-home:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 16.25%;
    background: url("../../../uploads/2022/04/shutterstock_1196148202.jpg") bottom center / cover no-repeat;
  }
}
[class*="--content"] h1 {
  font-size: clamp(1.75rem, 2.5vw, 2rem);
}
[class*="--content"] h2 {
  font-size: clamp(1.5rem, 2vw, 1.75rem);
}
[class*="--content"] h3 {
  font-size: 1.25rem;
}
[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: #F3F3F3;
  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: #0D0D0D;
}
#footer-cta {
  z-index: 0;
}
#footer-cta .blurb {
  max-width: 47em;
  margin-left: auto;
  margin-right: auto;
}
#footer-cta .blurb h2 {
  text-align: center;
}
#footer-cta .vc_column_container > .vc_column-inner > .wpb_wrapper {
  overflow: hidden;
}
#footer-cta .form-column > .vc_column-inner > .wpb_wrapper {
  background-color: #0D0D0D;
  height: 100%;
  padding: clamp(2rem, 10%, 3rem) clamp(1rem, 5%, 2rem);
}
#footer-cta .form-column h3 {
  text-align: center;
  color: white;
}
#footer-cta .form-column h2.gform_submission_error {
  font-size: inherit;
  font-family: inherit;
  color: inherit;
}
#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: cover;
  object-fit: cover;
  width: 100%;
}
@media screen and (min-width: 768px) {
  #footer-cta .map-column > .vc_column-inner {
    padding-left: 0;
  }
}
#footer-main .l-section-h {
  max-width: 1700px;
}
#footer-main .hours-table {
  max-width: 11em;
}
#footer-main .w-socials {
  font-size: 1.33rem;
}
#footer-main .w-socials .w-socials-item-link {
  line-height: 2em;
  width: 2em;
}
#footer-main .logo img {
  width: 100%;
  max-width: 30rem;
}
@media screen and (max-width: 767px) {
  #footer-main {
    text-align: center;
  }
  #footer-main .hours-table {
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  #footer-main .w-socials {
    text-align: right;
  }
}
@media screen and (min-width: 1200px) {
  #footer-main .logo {
    text-align: left;
  }
  #footer-main .location {
    margin-left: 6.6666%;
  }
}
@media screen and (min-width: 1400px) {
  #footer-main .phone .w-btn-wrapper {
    width: 100%;
    margin-right: 0;
  }
  #footer-main .phone .w-btn-wrapper .w-btn {
    width: 100%;
  }
}
.layout_182 .w-grid-item-h {
  background-color: white;
  padding: 1.5rem;
}
.layout_182 .owl-carousel .owl-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 2rem;
}
.layout_182 .owl-carousel .owl-nav > div {
  position: initial;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  color: #0D0D0D;
  background-color: white !important;
  margin-right: 0.5em;
  border-radius: 0;
}
.layout_182 .owl-carousel .owl-nav > div:hover {
  background-color: #0D0D0D !important;
  color: white;
}
.layout_182 .review-text {
  position: relative;
  padding-top: 2.25em;
  padding-bottom: 1em;
  padding-left: 2rem;
  z-index: 0;
}
.layout_182 .review-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 5em;
  height: 4em;
  background: url("../../../uploads/2022/04/testimonial-quote.svg") no-repeat top left;
  background-size: contain;
  z-index: -1;
}
.layout_182 .review-name {
  font-size: 16px;
  font-style: italic;
  padding-left: 2rem;
}
#testimonial-carousel h2 {
  color: white;
}
@media screen and (min-width: 992px) {
  #testimonial-carousel .w-grid.layout_182 .owl-item {
    opacity: 0.5;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
  }
  #testimonial-carousel .w-grid.layout_182 .owl-item:not(.active) + .active {
    opacity: 1;
  }
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #testimonial-carousel .w-grid.layout_182 {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
  }
}
@media screen and (min-width: 1200px) {
  #testimonial-carousel .w-grid.layout_182 {
    -webkit-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
  }
}
#testimonial-carousel .w-grid.layout_182 .w-grid-list {
  margin-bottom: 0;
}
#tech-block .img-column > .vc_column-inner > .wpb_wrapper {
  position: relative;
}
#tech-block .img-column .w-image {
  margin-bottom: 0;
}
#tech-block .img-column .computer {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 59%;
}
#tech-block .img-column .computer img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  #tech-block .img-column > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 1rem;
  }
  #tech-block .img-column .computer {
    -webkit-transform: translate(1rem, 1rem);
    -ms-transform: translate(1rem, 1rem);
    transform: translate(1rem, 1rem);
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  #tech-block .img-column > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 2rem;
  }
  #tech-block .img-column .computer {
    -webkit-transform: translate(2rem, 2rem);
    -ms-transform: translate(2rem, 2rem);
    transform: translate(2rem, 2rem);
  }
}
@media screen and (min-width: 1200px) {
  #tech-block .img-column > .vc_column-inner > .wpb_wrapper {
    margin-bottom: 15%;
  }
  #tech-block .img-column .computer {
    -webkit-transform: translate(40%, 25%);
    -ms-transform: translate(40%, 25%);
    transform: translate(40%, 25%);
  }
}
#team-block {
  text-align: center;
}
#team-block .g-cols {
  margin: 0;
}
@media screen and (max-width: 767px) {
  #team-block .vc_column_container.has-fill {
    height: 66vw;
  }
}
@media screen and (min-width: 768px) {
  #team-block .vc_column_container.has-fill {
    height: 33vw;
  }
}
#dr-bio h2 {
  font-family: inherit;
  font-weight: 400;
  font-size: clamp(1.75rem, 3vw, 2.83rem);
  line-height: 1;
  letter-spacing: 0.02em;
  color: #868686;
}
#dr-bio h2 .small {
  font-size: 0.7em;
}
#team-departments .l-section-h {
  max-width: 1700px;
}
#team-departments .g-cols {
  margin: 0;
}
#team-departments h4 {
  text-align: center;
  color: #868686;
}
#team-departments .vc_column_container {
  padding: 3rem 0;
  background-position: center;
  background-size: cover;
}
#team-departments .vc_column_container:nth-child(1) {
  background-image: url("../../../../wp-content/uploads/2022/03/Rectangle-353-1.png");
}
#team-departments .vc_column_container:nth-child(2) {
  background-image: url("../../../../wp-content/uploads/2022/03/Rectangle-354-1.png");
}
#team-departments .vc_column_container:nth-child(3) {
  background-image: url("../../../../wp-content/uploads/2022/03/Rectangle-355-1.png");
}
@media screen and (min-width: 768px) {
  #team-departments .g-cols {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    gap: 1.5rem;
  }
}
#services-blurbs {
  text-align: center;
}
#services-blurbs .grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
#services-blurbs .grid-container .vc_column_container {
  width: 100%;
  background: #F3F3F3;
  padding: 2rem 0;
  z-index: 0;
  position: relative;
  -webkit-box-shadow: 0 0 1.33rem rgba(37, 37, 37, 0.2) !important;
  box-shadow: 0 0 1.33rem rgba(37, 37, 37, 0.2) !important;
}
#services-blurbs .grid-container .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
}
#services-blurbs .w-image-h {
  display: inline-block;
  position: relative;
  z-index: 0;
  padding: 3rem 0;
}
#services-blurbs .w-image-h:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12rem;
  width: 12rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#F3F3F3), to(#B6B6B6));
  background: -o-linear-gradient(top, #F3F3F3 0%, #B6B6B6 100%);
  background: linear-gradient(180deg, #F3F3F3 0%, #B6B6B6 100%);
  border-radius: 50%;
  z-index: -1;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-property: top, left, height, width, border-radius, -webkit-transform, -webkit-box-shadow;
  transition-property: top, left, height, width, border-radius, -webkit-transform, -webkit-box-shadow;
  -o-transition-property: top, left, height, width, border-radius, transform, box-shadow;
  transition-property: top, left, height, width, border-radius, transform, box-shadow;
  transition-property: top, left, height, width, border-radius, transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s, 0.3s, 0.6s, 0.6s, 0.2s, 0.3s, 0.6s;
  -o-transition-duration: 0.3s, 0.3s, 0.6s, 0.6s, 0.2s, 0.3s, 0.6s;
  transition-duration: 0.3s, 0.3s, 0.6s, 0.6s, 0.2s, 0.3s, 0.6s;
  -webkit-transition-delay: 0s, 0s, 0.3s, 0.3s, 0.4s, 0s, 0.4s;
  -o-transition-delay: 0s, 0s, 0.3s, 0.3s, 0.4s, 0s, 0.4s;
  transition-delay: 0s, 0s, 0.3s, 0.3s, 0.4s, 0s, 0.4s;
}
#services-blurbs h4 {
  margin-bottom: 0;
}
@media screen and (min-width: 601px) {
  #services-blurbs .grid-container {
    gap: 1.5rem;
  }
  #services-blurbs .grid-container .vc_column_container {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 601px) and (max-width: 991px) {
  #services-blurbs .grid-container .vc_column_container {
    width: calc(50% - .75rem);
  }
}
@media screen and (min-width: 992px) {
  #services-blurbs .grid-container .vc_column_container {
    width: calc(33.3333% - 1rem);
  }
}
.no-touch #services-blurbs .grid-container .vc_column_container:hover .w-image-h {
  position: initial;
}
.no-touch #services-blurbs .grid-container .vc_column_container:hover .w-image-h:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: inset 0.8rem 0.8rem 1.6rem rgba(0, 0, 0, 0.05);
  box-shadow: inset 0.8rem 0.8rem 1.6rem rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
#home-services {
  text-align: center;
}
#home-services h2 {
  text-align: center;
}
#home-services .grid-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0;
}
#home-services .grid-container .vc_column_container {
  width: 100%;
  background: #F3F3F3;
  padding: 2rem 0;
  z-index: 0;
  -webkit-box-shadow: 0 0 1.33rem rgba(37, 37, 37, 0.2) !important;
  box-shadow: 0 0 1.33rem rgba(37, 37, 37, 0.2) !important;
}
#home-services .grid-container .vc_column_container > .vc_column-inner > .wpb_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
#home-services .w-image-h {
  display: inline-block;
  position: relative;
  z-index: 0;
}
#home-services .w-image-h:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 12rem;
  width: 12rem;
  background: -webkit-gradient(linear, left top, left bottom, from(#F3F3F3), to(#B6B6B6));
  background: -o-linear-gradient(top, #F3F3F3 0%, #B6B6B6 100%);
  background: linear-gradient(180deg, #F3F3F3 0%, #B6B6B6 100%);
  border-radius: 50%;
  z-index: -1;
  -webkit-box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition-property: top, left, height, width, border-radius, -webkit-transform, -webkit-box-shadow;
  transition-property: top, left, height, width, border-radius, -webkit-transform, -webkit-box-shadow;
  -o-transition-property: top, left, height, width, border-radius, transform, box-shadow;
  transition-property: top, left, height, width, border-radius, transform, box-shadow;
  transition-property: top, left, height, width, border-radius, transform, box-shadow, -webkit-transform, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s, 0.3s, 0.6s, 0.6s, 0.2s, 0.3s, 0.6s;
  -o-transition-duration: 0.3s, 0.3s, 0.6s, 0.6s, 0.2s, 0.3s, 0.6s;
  transition-duration: 0.3s, 0.3s, 0.6s, 0.6s, 0.2s, 0.3s, 0.6s;
  -webkit-transition-delay: 0s, 0s, 0.3s, 0.3s, 0.4s, 0s, 0.4s;
  -o-transition-delay: 0s, 0s, 0.3s, 0.3s, 0.4s, 0s, 0.4s;
  transition-delay: 0s, 0s, 0.3s, 0.3s, 0.4s, 0s, 0.4s;
}
@media screen and (min-width: 601px) {
  #home-services .grid-container {
    gap: 2rem;
  }
  #home-services .grid-container .vc_column_container {
    margin-bottom: 0;
    width: calc(50% - 1rem);
  }
}
.no-touch #home-services .grid-container .vc_column_container:hover .w-image-h {
  position: initial;
}
.no-touch #home-services .grid-container .vc_column_container:hover .w-image-h:before {
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border-radius: 0;
  -webkit-box-shadow: inset 0.8rem 0.8rem 1.6rem rgba(0, 0, 0, 0.05);
  box-shadow: inset 0.8rem 0.8rem 1.6rem rgba(0, 0, 0, 0.05);
  -webkit-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
