@charset "UTF-8";
/* custom.CSS is compiled from custom.SCSS; make edits to the SCSS file */
/*
* GLOBAL/DEFAULT
*/
/*img:is([sizes="auto" i], [sizes^="auto," i]) {
contain-intrinsic-size: revert;
}*/
* {
  -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 .script {
  display: block;
  font-size: 0.75em;
  color: var(--color-content-secondary);
  margin-bottom: 0.2em;
  font-family: "Mr Dafoe";
  font-weight: 400;
}
html body {
  font-size: 1.125rem;
  background: var(--color-content-bg);
}
html .l-canvas {
  background: transparent;
  z-index: 1;
  position: relative;
}
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 .wpb_text_column + .w-separator.with_line {
  margin-top: -1.5rem;
}
html .w-btn, html button[type=submit] {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
}
html .l-main .w-image:not(:last-child), html .l-main .w-tabs:not(:last-child), html .l-main .w-video:not(:last-child), html .l-main .g-cols.vc_inner:not(:last-child), html .l-footer .w-image:not(:last-child), html .l-footer .w-tabs:not(:last-child), html .l-footer .w-video:not(:last-child), html .l-footer .g-cols.vc_inner:not(:last-child) {
  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:not([class*="usg_"]) > div, html .l-footer .w-hwrapper:not([class*="usg_"]) > 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-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: var(--color-content-primary);
}
.ul-styled-arrow ul > li:before {
  content: "";
}
.ul-styled-check ul > li:before {
  content: "";
}
.ul-checklist ul {
  margin-left: 0;
  list-style-type: none;
}
.ul-checklist ul > li {
  position: relative;
  padding-left: 1.67em;
}
.ul-checklist ul > li:before {
  content: "";
  position: absolute;
  left: 0.25em;
  width: min(0.83em, 1.25rem);
  height: 1.5em;
  background: url("../../../uploads/2025/11/checkmark.webp") center / contain no-repeat;
}
.gform_wrapper {
  /* CUSTOM RADIO/CHECKBOX BUTTONS */
}
.gform_wrapper .gform_page_footer input[type="button"] {
  border-radius: 5em;
  line-height: 1.2;
  min-height: unset;
  padding: 0.6em 1.2em;
  font-weight: 500;
}
.gform_wrapper .gform_page_footer .gform_next_button {
  background: var(--color-content-secondary);
  color: var(--color-content-primary);
}
.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"] {
  line-height: 1.2;
}
.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 300 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: 500;
}
.xl-text {
  font-size: clamp(1.125rem, 1.5vw, 1.5rem);
  font-weight: 500;
}
.w-video, .twenty20 {
  border-radius: clamp(0.75rem, 1.5vw, 1.5rem);
  overflow: hidden;
}
.w-video .twentytwenty-before, .twenty20 .twentytwenty-before {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.round-corners img {
  border-radius: clamp(0.75rem, 1.5vw, 1.5rem);
}
.l-section .w-image.style_shadow-1 img {
  border-radius: clamp(0.75rem, 1.5vw, 1.5rem);
  -webkit-box-shadow: 0 0 5rem 0 rgba(255, 150, 108, 0.5);
  box-shadow: 0 0 5rem 0 rgba(255, 150, 108, 0.5);
}
[class*="extend-img"] img {
  width: 100% !important;
  border-radius: clamp(0.75rem, 1.5vw, 1.5rem);
  -webkit-box-shadow: 0 0 5rem 0 rgba(255, 150, 108, 0.5);
  box-shadow: 0 0 5rem 0 rgba(255, 150, 108, 0.5);
}
[class*="extend-img"] .w-btn-wrapper:not(:last-child) {
  margin-bottom: 3rem !important;
}
@media screen and (min-width: 768px) {
  .extend-img-left img {
    border-radius: 0 clamp(0.75rem, 1.5vw, 1.5rem) clamp(0.75rem, 1.5vw, 1.5rem) 0;
  }
  .extend-img-left .vc_column_container:first-child > .vc_column-inner {
    padding-left: 0 !important;
  }
}
@media screen and (min-width: 768px) {
  .extend-img-right img {
    border-radius: clamp(0.75rem, 1.5vw, 1.5rem) 0 0 clamp(0.75rem, 1.5vw, 1.5rem);
  }
  .extend-img-right .vc_column_container:last-child > .vc_column-inner {
    padding-right: 0 !important;
  }
}
.grid-container {
  display: -ms-grid;
  display: grid;
  gap: min(2.5vw, 2.5rem);
}
.grid-container > div {
  margin: 0 !important;
}
@media screen and (min-width: 768px) {
  .grid-container {
    -ms-grid-columns: 1fr min(2.5vw, 2.5rem) 1fr;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (min-width: 1025px) {
  .grid-container[class*="col-"] {
    -ms-grid-columns: 1fr min(2.5vw, 2.5rem) 1fr min(2.5vw, 2.5rem) 1fr;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (min-width: 1401px) {
  .grid-container.col-4 {
    -ms-grid-columns: 1fr min(2.5vw, 2.5rem) 1fr min(2.5vw, 2.5rem) 1fr min(2.5vw, 2.5rem) 1fr;
    grid-template-columns: repeat(4, 1fr);
  }
}
.ult_exp_section_layer .ult_exp_section, .ult_exp_section_layer .ult_exp_content {
  padding: 1.25rem;
  background: transparent !important;
}
.ult_exp_section_layer .ult_exp_section {
  padding-bottom: 1.5rem;
  border-bottom: 2px solid var(--color-content-secondary);
}
.ult_exp_section_layer .ult_exp_content {
  padding-top: 2.5rem;
}
.ult_exp_section_layer .ult_expheader {
  font-size: calc(var(--h3-font-size) * .85);
  font-weight: var(--h3-font-weight);
  line-height: var(--h3-line-height);
  color: var(--color-content-heading);
}
.ult_exp_section_layer .aio-icon-img {
  position: absolute;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.ult_exp_section_layer .aio-icon-img .img-icon {
  opacity: 1 !important;
}
.ult_exp_section_layer .ult_ecpsub_cont {
  text-align: left;
}
.dynamic-faq {
  z-index: 1;
}
.dynamic-faq h2 {
  text-align: center;
  margin-bottom: 1em;
}
.w-tabs.accordion .w-tabs-section {
  border-width: 0px !important;
  border-color: var(--color-content-border);
  overflow: hidden;
  background: var(--color-content-secondary);
  border-radius: 1rem;
}
.w-tabs.accordion .w-tabs-section:not(:last-child) {
  margin-bottom: 1rem;
}
.w-tabs.accordion .w-tabs-section a {
  color: inherit;
}
.w-tabs.accordion .w-tabs-section-header {
  line-height: 1.2;
  color: var(--color-content-primary) !important;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.w-tabs.accordion .w-tabs-section-title {
  font-size: var(--h4-font-size) !important;
  font-weight: 500;
  text-align: left;
  text-transform: none;
}
.no-touch .w-tabs-section-header:hover {
  background: var(--color-content-primary);
  color: white !important;
}
.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;
  margin-left: var(--gap);
}
.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: #003846 !important;
  height: 2em;
  width: 2em;
  margin-right: 0.5em;
}
.w-grid.type_carousel .owl-nav:not(.disabled) > [class^="owl-"]:hover {
  background-color: rgba(0, 56, 70, 0.75) !important;
  color: white;
}
.w-grid.type_carousel .owl-dot span {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  background: rgba(0, 56, 70, 0.5);
  width: 0.75em;
  height: 0.75em;
  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: var(--color-content-primary) !important;
  width: 3em;
}
.l-header {
  /*&.sticky {
	.w-vwrapper>*:not(:last-child) {
	margin-bottom: 0;
}
	.w-vwrapper > *:not(.w-hwrapper) {
	display: none;
}
}*/
}
.l-header .w-socials {
  font-size: 1.25rem;
  line-height: 1;
}
.l-header .w-socials .w-socials-item-link {
  min-width: 1em;
  line-height: 1.2;
}
.l-header .w-nav .w-nav-anchor.level_1 {
  font-size: clamp(1rem, 1.25vw, 1.25rem);
  font-weight: 500;
}
.l-header .w-nav .w-nav-arrow:before {
  font-weight: 300;
}
.l-header .w-nav.type_mobile {
  margin-left: 0;
}
.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: var(--color-content-primary);
}
.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 .consult-btn {
    padding: 0;
    width: 100%;
    line-height: inherit !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    background: transparent;
  }
  .l-header .consult-btn:before {
    border-color: transparent;
  }
}
[class*="masthead"] {
  text-align: center;
}
[class*="masthead"] h1 {
  font-family: "Mr Dafoe";
  font-weight: 400;
  color: white;
}
[class*="masthead"] h1:not(:last-child) {
  margin-bottom: max(1.5rem, 0.65em);
}
[class*="masthead"] h1 .small {
  display: block;
  font-family: var(--font-family);
  font-weight: 500;
  font-size: max(1rem, 0.27em);
  text-transform: uppercase;
  letter-spacing: 0.2em;
}
[class*="masthead"] h1 .small.before {
  margin-bottom: 0.75em;
}
[class*="masthead"] h1 .small:not(.before) {
  margin-top: 1em;
}
[class*="masthead"] .us-btn-style_3 {
  color: white !important;
  border-color: white;
}
@media screen and (max-width: 767px) {
  [class*="masthead"] .l-section-img {
    top: var(--header-height);
  }
}
.masthead-home {
  padding-top: 17%;
  padding-bottom: 13%;
}
.masthead-internal {
  padding-top: 18%;
  padding-bottom: 8%;
}
.masthead-internal h1 {
  max-width: 8.5em;
  margin-left: auto;
  margin-right: auto;
}
#cta-marquee {
  --size-multiplier: 1.5;
  font-family: "Space Grotesk";
  /* use vw for font-size to keep proportion same
	* 36px (figma font size) / 1920 (figma screen size) x 100 */
  font-size: calc(1.67vw * var(--size-multiplier));
  font-weight: 500;
  text-transform: uppercase;
  background: #6E8978;
  color: white;
  height: 2.5em;
}
#cta-marquee .w-html {
  line-height: 2.5;
}
@-webkit-keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
@keyframes marqueeLeft {
  0% {
    left: 0;
  }
  100% {
    left: -100%;
  }
}
#cta-marquee .marquee-inner {
  width: calc(200vw * var(--size-multiplier));
  position: absolute;
  -webkit-animation: marqueeLeft 20s linear infinite;
  animation: marqueeLeft 20s linear infinite;
}
#cta-marquee .marquee-inner span {
  float: left;
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#cta-marquee .marquee-inner span .marquee-item {
  display: inline-block;
  float: left;
}
#cta-marquee .marquee-inner span .marquee-item a {
  color: inherit;
  text-decoration: underline;
}
#cta-marquee .marquee-inner span .marquee-item img {
  height: 1.25em;
  width: 1.25em;
}
@media screen and (min-width: 768px) {
  #cta-marquee {
    --size-multiplier: 1;
  }
}
[class*="--content"] h1 {
  font-size: var(--h2-font-size);
}
[class*="--content"] h2 {
  font-size: var(--h3-font-size);
}
[class*="--content"] h3 {
  font-size: var(--h4-font-size);
}
[class*="--content"] h2, [class*="--content"] h3, [class*="--content"] h4 {
  text-align: left;
}
[class*="--content"] .w-image.align_left, [class*="--content"] .w-image.align_right {
  max-width: 35%;
}
@media screen and (max-width: 600px) {
  [class*="--content"] .w-image.align_left, [class*="--content"] .w-image.align_right {
    max-width: 100%;
    float: none;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }
}
[class*="--content"] .w-btn-wrapper:not(:last-child), [class*="--content"] .w-tabs.accordion:not(:last-child), [class*="--content"] .w-video:not(:last-child), [class*="--content"] .g-cols.wpb_row:not(:last-child), [class*="--content"] .post_image:not(:last-child) {
  margin-bottom: 3rem;
}
[class*="--content"] .post_content:not(:last-child) {
  margin-bottom: 1.5rem;
}
@media screen and (min-width: 768px) {
  [class*="--content"] img.alignright, [class*="--content"] img.alignleft {
    max-width: 35%;
  }
}
@media screen and (max-width: 767px) {
  [class*="--content"] img.alignright, [class*="--content"] img.alignleft {
    margin-left: auto;
    margin-right: auto;
  }
}
/* 
* BLOG GRID/LIST
* will probably need to change the .layout_182 class
*/
.layout_182 .w-grid-item:not(:last-child) {
  border-bottom: 1px solid #ccc;
  padding-bottom: 2rem;
}
.layout_182 .post_title {
  font-size: clamp(1.25em, 2vw, 1.5em);
  margin-bottom: 0.25em !important;
  text-align: left;
}
.layout_182 .post_date {
  font-size: 0.75em;
  margin-bottom: 1.25em;
}
.layout_182 .post_content {
  margin-bottom: 1em;
}
/* 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);
}
#page-footer {
  overflow: visible;
  z-index: 0;
  position: relative;
}
#footer-cta .l-section-img {
  top: auto;
  bottom: 100%;
  padding-top: 20%;
}
#footer-cta .g-cols.wpb_row:not(:last-child) {
  margin-bottom: max(1.5rem, 8%);
}
#footer-cta .footer_blurb {
  margin-bottom: 1.5rem;
}
#footer-cta .info-container {
  margin-left: 0;
  margin-right: 0;
  border-radius: clamp(0.75rem, 1.5vw, 1.5rem);
  overflow: hidden;
}
#footer-cta .info-container .info-column {
  background: var(--color-content-primary);
  color: white;
  text-align: center;
  padding: 1.5rem 0;
  margin-bottom: 0;
}
#footer-cta .info-container .info-column .vc_column-inner > .wpb_wrapper > div:not(:last-child) {
  margin-bottom: max(1.5rem, 8%);
}
#footer-cta .info-container .info-column h3, #footer-cta .info-container .info-column a {
  color: inherit !important;
}
#footer-cta .info-container .info-column h3 {
  font-size: 1.25rem;
  font-weight: 500;
  margin-bottom: 1rem;
}
#footer-cta .info-container .info-column .hours-table {
  max-width: 12em;
  margin-left: auto;
  margin-right: auto;
}
#footer-cta .info-container .info-column .us-btn-style_3 {
  border-color: white;
}
#footer-cta .info-container .info-column .us-btn-style_3:hover {
  border-color: transparent;
  background: var(--color-content-secondary);
}
#footer-cta .info-container .info-column .w-socials {
  font-size: 1.5rem;
}
#footer-cta .info-container .info-column .w-socials .w-socials-item-link {
  min-width: 1em;
}
#footer-cta .info-container .map-column > .vc_column-inner {
  padding: 0;
}
#footer-cta .info-container .map-column > .vc_column-inner * {
  height: 100%;
}
#footer-cta .info-container .map-column .w-image a {
  display: block;
}
#footer-cta .info-container .map-column .w-image img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}
@media screen and (max-width: 767px) {
  #footer-cta .footer_blurb {
    text-align: center;
  }
}
.copyright {
  text-align: center;
  font-size: 0.75em;
  padding-top: 1em;
  padding-bottom: 1em;
}
.forest-accent-white {
  padding-bottom: 10% !important;
}
.forest-accent-white:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 11.25%;
  background: url("../../../uploads/2025/11/forest-accent-white.svg") bottom center / cover no-repeat;
}
#di-benefits .ult_exp_section, #di-benefits .ult_exp_content {
  background: white !important;
}
#di-benefits .ult_exp_section {
  border-radius: clamp(0.75rem, 1.5vw, 1.5rem) clamp(0.75rem, 1.5vw, 1.5rem) 0 0;
}
#di-benefits .ult_exp_content {
  border-radius: 0 0 clamp(0.75rem, 1.5vw, 1.5rem) clamp(0.75rem, 1.5vw, 1.5rem);
}
.ult-carousel-wrapper .slick-list {
  background: white;
  border-radius: clamp(0.75rem, 1.5vw, 1.5rem);
  -webkit-box-shadow: 0 0 5rem 0 rgba(255, 150, 108, 0.5);
  box-shadow: 0 0 5rem 0 rgba(255, 150, 108, 0.5);
}
.ult-carousel-wrapper .slick-arrow {
  width: 2em;
  height: 2em;
  color: white !important;
  background: var(--color-content-primary) !important;
  border-radius: 50%;
}
.ult-carousel-wrapper .slick-dots li {
  height: 0.75rem;
  width: 0.75rem;
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid var(--color-content-primary);
  border-radius: 4em;
  margin: 0 0.5rem;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.ult-carousel-wrapper .slick-dots li.slick-active {
  width: 3rem;
  background: var(--color-content-primary);
}
.ult-carousel-wrapper .slick-dots li i {
  display: none;
}
.ult-carousel-wrapper .slick-slide .w-image, .ult-carousel-wrapper .slick-slide .wpb_text_column {
  padding: 1rem;
}
.ult-carousel-wrapper .slick-slide h3 {
  font-size: calc(var(--h3-font-size) * .83);
  color: var(--color-content-secondary);
}
@media screen and (min-width: 768px) {
  .ult-carousel-wrapper .slick-slide .w-image {
    padding-right: 0;
  }
  .ult-carousel-wrapper .slick-slide .wpb_text_column {
    padding-left: 0;
  }
}
#di-procedure .xl-text {
  color: var(--color-content-secondary);
  max-width: 28em;
  margin: 0 auto;
}
#di-eligibility {
  background: -webkit-gradient(linear, left top, left bottom, from(#005D74), to(#6E8978));
  background: -o-linear-gradient(top, #005D74 0%, #6E8978 100%);
  background: linear-gradient(180deg, #005D74 0%, #6E8978 100%);
  color: white;
}
#di-eligibility h2:not(.gform_submission_error) {
  color: inherit;
  text-align: center;
  margin-bottom: 1em;
}
#di-eligibility h2:not(.gform_submission_error) .accent {
  color: #ffcdb9;
}
#di-eligibility .gform_wrapper {
  background: var(--color-content-primary);
  padding: max(1.5rem, 6%);
  border-radius: clamp(0.75rem, 1.5vw, 1.5rem);
}
#di-eligibility .gform_wrapper .gf_progressbar_title {
  color: inherit;
}
#di-eligibility .gform_wrapper .gf_progressbar_percentage {
  background-color: var(--color-content-secondary);
}
#di-eligibility .gform_wrapper .gfield_radio input[type="radio"] + label:before, #di-eligibility .gform_wrapper .gfield_radio input[type="checkbox"] + label:before {
  color: inherit;
}
#di-eligibility .gform_wrapper .gfield_radio input[type="radio"]:checked + label, #di-eligibility .gform_wrapper .gfield_radio input[type="checkbox"]:checked + label {
  color: var(--color-content-secondary);
}
#di-eligibility .gform_wrapper .gform_page_footer .gform_previous_button {
  background: transparent !important;
  border: 1px solid white;
}
/* Testimonial Grid */
.layout_866 .w-grid-item-h {
  background: white;
  padding: 1.5rem;
  border-radius: clamp(0.75rem, 1.5vw, 1.5rem);
  -webkit-box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 1.5rem 0 rgba(0, 0, 0, 0.05);
}
.layout_866 .review-text {
  padding-bottom: 1em;
}
.layout_866 .review-name {
  font-size: 1rem;
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
  #testimonial-carousel .w-grid.type_carousel {
    -webkit-transform: translateX(25%);
    -ms-transform: translateX(25%);
    transform: translateX(25%);
  }
}
@media screen and (min-width: 1200px) {
  #testimonial-carousel .w-grid.type_carousel {
    -webkit-transform: translateX(15%);
    -ms-transform: translateX(15%);
    transform: translateX(15%);
  }
}
#testimonial-carousel .w-grid.type_carousel .w-grid-list {
  margin-bottom: 0;
}
#credential-logos {
  padding-top: max(1.5rem, 6vmin);
  padding-bottom: max(2.5rem, 10vmax);
}
#credential-logos .w-hwrapper {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(clamp(4rem, 8vw, 8rem), 1fr));
  gap: 1.5rem;
}
#credential-logos .w-hwrapper > div {
  margin: 0;
}
#financial-options .w-tabs.accordion .w-tabs-section {
  border-width: 1px !important;
  border-color: white;
  background: transparent;
}
#financial-options .w-tabs.accordion .w-tabs-section-header {
  color: inherit !important;
}
/* smile gallery */
.layout_936 .post_image img {
  border-radius: clamp(0.75rem, 1.5vw, 1.5rem);
}
.layout_936 .post_title {
  text-align: center;
}
