@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, html h6 {
    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: #E2AC27;
}
.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: #634a0d;
}
.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: #634a0d;
}
.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;
}
.xl-text {
  font-size: calc(var(--h4-font-size) * 1.35);
  line-height: 1.2;
}
.w-tabs.accordion .w-tabs-section {
  border-width: 0px !important;
  border-color: var(--color-content-faded);
  overflow: hidden;
  background: var(--color-content-secondary);
  border-radius: 8px;
  color: white;
}
.w-tabs.accordion .w-tabs-section:not(:last-child) {
  margin-bottom: 1.5rem;
}
.w-tabs.accordion .w-tabs-section a {
  color: inherit;
}
.w-tabs.accordion .w-tabs-section-header {
  line-height: 1.2;
  color: white;
}
.w-tabs.accordion .w-tabs-section-title {
  font-family: var(--font-family);
  font-size: 1.25rem !important;
  font-weight: 500;
  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;
}
.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: #E2AC27 !important;
  height: 2em;
  width: 2em;
  margin-right: 0.5em;
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"]:hover {
  background-color: rgba(226, 172, 39, 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: #E2AC27 !important;
  width: 3em;
}
.table-responsive {
  overflow-x: auto;
}
.us-btn-style_1, .us-btn-style_2, .us-btn-style_3 {
  font-size: clamp(1rem, 1.5vw, 1.5rem) !important;
}
.us-btn-style_2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  padding-right: 3em !important;
}
.us-btn-style_2:after {
  content: "";
  position: absolute;
  top: 0.25em;
  bottom: 0.25em;
  right: 0.25em;
  background: url("../../../uploads/2024/12/Arrow.png") center right / contain no-repeat;
  width: 2em;
}
.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(242, 242, 242, 0.9);
}
.l-header .w-nav .w-nav-anchor.level_1 {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-weight: 500;
  letter-spacing: 0.02em;
}
.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: #E2AC27;
  /*.w-nav-icon div {
			&,
			&:before,
			&:after {
			right: 0;
			border-radius: 5em;
		}
		}
			&:not(.active) {
			.w-nav-icon div {
			&:before {
			width: 75%;
		}
			&:after {
			width: 55%;
		}
		}
		}*/
}
.l-header .w-nav .w-nav-control > span {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .l-header .w-nav .w-nav-control {
    border: 1px solid #E2AC27;
    border-radius: 4rem;
    padding: 0 2rem;
  }
}
@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;
  }
  .l-header .appt-btn:before {
    border-color: transparent;
  }
  .l-header .l-subheader-cell.at_right > .w-nav {
    margin-left: 0.7rem;
  }
}
@media screen and (min-width: 1600px) and (max-width: 1700px) {
  .l-header #menu-item-8 {
    display: none;
  }
}
.no-touch .w-nav.type_desktop .hover_underline .w-nav-anchor.level_1 .w-nav-title:after {
  background: #E2AC27;
}
.home .l-header:not(.sticky) {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.home .l-header:not(.sticky) .l-subheader.at_middle {
  background: transparent;
}
.home .l-header:not(.sticky) .w-nav .w-nav-control {
  background: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  border-color: white;
  color: white;
}
.home .l-header:not(.sticky) .ush_btn_2 {
  color: white !important;
  border-color: white;
}
.home .l-header:not(.sticky) img {
  content: url("../../../uploads/2017/12/BuckFamilyLogoWhite.png");
}
[class*="masthead"] {
  color: white;
}
[class*="masthead"] .l-section-img:before, [class*="masthead"] .l-section-img:after, [class*="masthead"] .l-section-video:before, [class*="masthead"] .l-section-video:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
[class*="masthead"] .l-section-img:before, [class*="masthead"] .l-section-video:before {
  top: 0;
  background: rgba(0, 0, 0, 0.2);
}
[class*="masthead"] .l-section-img:after, [class*="masthead"] .l-section-video:after {
  height: 8.5vw;
  background: url("../../../uploads/2025/01/hero-brush-texture.png") top center / cover no-repeat;
}
[class*="masthead"] h1 {
  color: white;
}
[class*="masthead"] h1 .small {
  display: block;
  font-size: max(0.43em, 1.25rem);
  font-weight: 400;
  line-height: 1.2;
  margin-top: 0.5rem;
}
.masthead-home {
  padding-top: 25%;
  padding-bottom: 10%;
}
.masthead-internal {
  padding-top: 13%;
  padding-bottom: 14%;
  text-align: center;
}
.masthead-internal h1 {
  max-width: 10em;
  margin-left: auto;
  margin-right: auto;
}
[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 .cta_heading {
  text-align: center;
}
#footer-cta .form-column h3 {
  font-size: calc(var(--h4-font-size) * 1.35);
  color: var(--color-content-text);
  text-align: center;
}
#footer-cta .form-column > .vc_column-inner > .wpb_wrapper {
  background-color: white;
  height: 100%;
  padding: 2rem;
}
#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%;
}
#footer-main h4 {
  text-align: center;
}
#footer-main .hours-table {
  max-width: 15em;
  margin-left: auto;
  margin-right: auto;
}
/* contact page */
.page-id-170 footer .l-section-img {
  display: none;
}
.copyright {
  text-align: center;
  font-size: 0.75em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.reviews {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 767px) {
  .reviews {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
}
.reviews i {
  display: none;
}
.reviews article {
  position: relative;
}
.reviews article:before {
  background-image: url("../../../uploads/2024/12/unnamed-file.png");
  content: "";
  position: absolute;
  width: 24%;
  top: -2rem;
  height: 35%;
  background-repeat: no-repeat;
  background-size: contain;
  left: -3%;
}
.reviews article .w-grid-item-h {
  padding: 3rem 2rem 3rem;
  background: rgba(250, 250, 250, 0.1);
}
#home-sedation .vc_column_container > .vc_column-inner {
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.01);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
}
#home-sedation .vc_column_container > .vc_column-inner h6 {
  margin-bottom: 0;
  color: #0054A2;
}
#home-sedation .vc_column_container > .vc_column-inner h2 {
  padding-top: 0 !important;
}
.slick-slide {
  font-size: 1.75rem;
  color: #0054A2;
}
.row-of-icons h6 {
  color: var(--color-content-secondary) !important;
}
@media (min-width: 768px) {
  .row-of-icons .vc_column_container:not(:last-child) {
    border-right: solid #0054A2 1px;
  }
}
/* copied from jlmdentalstudio */
.slick-track {
  --number-size: clamp(6rem, 25vw, 23rem);
}
.slick-track.slick-track {
  counter-reset: number-list;
}
.slick-track .slick-slide {
  position: relative;
  padding: calc(var(--number-size) * .3) 0 0 calc(var(--number-size) * .4);
  z-index: 0;
}
.slick-track .slick-slide:before {
  position: absolute;
  left: 0;
  top: 50%;
}
.slick-track .slick-slide:before {
  counter-increment: number-list;
  content: counter(number-list);
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  font-family: "Mr Dafoe";
  font-size: var(--number-size);
  font-weight: 700;
  line-height: 1;
  color: linear-gradient(180deg, #0054A2 0%, #001F3C 100%);
  z-index: -1;
  opacity: 0.2;
}
.slick-track .slick-slide > .wpb_wrapper {
  background: white;
}
.slick-track .slick-slide p {
  padding: 1.5rem;
}
.fa-arrow-right {
  border-radius: 48px;
  background: -o-linear-gradient(350deg, #EEBD44 0%, #CF9C20 75.66%);
  background: linear-gradient(100deg, #EEBD44 0%, #CF9C20 75.66%);
}
/* TEAM GRID */
.layout_1508 .w-grid-item-h {
  overflow: hidden;
}
.layout_1508 .usg_image_1 {
  margin-bottom: 0 !important;
}
.layout_1508 .w-vwrapper {
  font-size: calc(var(--h4-font-size) * 1.35);
  color: white;
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  display: block;
  padding: 1.15em;
  text-align: center;
}
.layout_1508 .w-vwrapper .post_title {
  font-size: 1em;
  color: inherit;
  margin-bottom: 0.6em;
}
.no-touch .layout_1508 .w-grid-item-h .w-vwrapper {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  top: 100%;
  bottom: -100%;
}
.no-touch .layout_1508 .w-grid-item-h .w-vwrapper .post_title {
  -webkit-transform: translateY(calc(-100% - 2.3em));
  -ms-transform: translateY(calc(-100% - 2.3em));
  transform: translateY(calc(-100% - 2.3em));
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  text-shadow: 0 0 0.2em rgba(0, 0, 0, 0.2);
}
.no-touch .layout_1508 .w-grid-item-h:hover .w-vwrapper {
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
  bottom: 0;
}
.no-touch .layout_1508 .w-grid-item-h:hover .w-vwrapper .post_title {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#team-grid .w-grid {
  margin-top: max(6%, 2rem);
  margin-bottom: max(6%, 2rem);
}
@media screen and (min-width: 768px) {
  #team-grid .w-grid-list {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
  #team-grid .w-grid-list .w-grid-item {
    width: 100%;
  }
}
/* service cards */
.layout_742 .w-grid-item-h {
  padding-bottom: 1.25rem;
  /*-webkit-box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);
		box-shadow: 0 0 1rem 0 rgba(0, 0, 0, .2);*/
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.layout_742 .w-grid-item-h > *:not(.post_image) {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.layout_742 .post_image {
  margin-bottom: 1.5rem;
}
.layout_742 .post_title {
  font-size: var(--h4-font-size);
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem !important;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.layout_742 .owl-nav:not(.disabled) {
  margin-left: 1rem;
}
@media screen and (max-width: 599px) {
  .layout_742 + .w-btn-wrapper.align_none {
    margin-top: 3rem !important;
  }
}
@media screen and (min-width: 600px) {
  .layout_742 + .w-btn-wrapper.align_none {
    position: absolute;
    right: 0.5rem;
    bottom: -1rem;
    margin: 0 !important;
    z-index: 10;
  }
}
.no-touch .layout_742 .w-grid-item-h:hover {
  -webkit-box-shadow: 0 0 1rem 0 rgba(43, 43, 43, 0.1);
  box-shadow: 0 0 1rem 0 rgba(43, 43, 43, 0.1);
}
.no-touch .layout_742 .w-grid-item-h:hover .post_title {
  color: #E2AC27;
}
