@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 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;
}
@media screen and (max-width: 767px) {
  html h1, 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: #2F80ED;
}
.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 input 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: #0a3979;
}
.gform_wrapper .gfield_radio input[type="radio"]:checked + label {
  color: #0a3979;
}
.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: #0a3979;
}
.gform_wrapper .gfield_checkbox input[type="checkbox"]:checked + label {
  color: #0a3979;
}
.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;
}
[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: #F2F2F2;
  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: #2F80ED;
}
/* custom landing page - dental implant options */
.page-id-762 h2 .accent, .page-id-826 h2 .accent, .page-id-880 h2 .accent {
  color: #DAA521;
}
.page-id-762 .w-tabs-section-title, .page-id-826 .w-tabs-section-title, .page-id-880 .w-tabs-section-title {
  color: #009DFF;
}
@media screen and (min-width: 768px) {
  .page-id-762 #hero, .page-id-826 #hero, .page-id-880 #hero {
    padding-bottom: 28rem;
  }
}
.page-id-762 #hero .video-container, .page-id-826 #hero .video-container, .page-id-880 #hero .video-container {
  position: relative;
  padding-bottom: 56.25%;
  padding-bottom: 45%;
}
.page-id-762 #hero .video-container iframe, .page-id-762 #hero .video-container img, .page-id-826 #hero .video-container iframe, .page-id-826 #hero .video-container img, .page-id-880 #hero .video-container iframe, .page-id-880 #hero .video-container img {
  position: absolute;
}
.page-id-762 #hero .video-container img, .page-id-826 #hero .video-container img, .page-id-880 #hero .video-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  /*@media screen and (min-width: 768px) {
					-webkit-filter: blur(3px);
					        filter: blur(3px);
				}*/
}
.page-id-762 #hero h1 .accent, .page-id-826 #hero h1 .accent, .page-id-880 #hero h1 .accent {
  color: #DAA521;
}
.page-id-762 #hero .w-btn-wrapper.phone, .page-id-826 #hero .w-btn-wrapper.phone, .page-id-880 #hero .w-btn-wrapper.phone {
  margin: 5% 0;
}
.page-id-762 #hero .content-container, .page-id-826 #hero .content-container, .page-id-880 #hero .content-container {
  max-width: 1280px;
}
.page-id-762 #hero .content-container .g-cols.wpb_row, .page-id-826 #hero .content-container .g-cols.wpb_row, .page-id-880 #hero .content-container .g-cols.wpb_row {
  margin: 0;
  background: url("../../../uploads/2024/10/complimentary-consult-bg.png") center / cover no-repeat;
  -webkit-backdrop-filter: blur(1rem);
  backdrop-filter: blur(1rem);
  border-width: 8px;
  border-style: solid;
  border-color: #BF8C4D;
  -o-border-image: -o-linear-gradient(354.45deg, #c99f1d 0%, #e0ba46 40%, #c99f1d 100%);
  border-image: linear-gradient(95.55deg, #c99f1d 0%, #e0ba46 40%, #c99f1d 100%);
  border-image-slice: 1;
  padding: 2rem 0;
  -webkit-box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 16px 24px 0px rgba(0, 0, 0, 0.05);
}
@media screen and (min-width: 768px) {
  .page-id-762 #hero .content-container .g-cols.wpb_row .vc_column_container:first-child, .page-id-826 #hero .content-container .g-cols.wpb_row .vc_column_container:first-child, .page-id-880 #hero .content-container .g-cols.wpb_row .vc_column_container:first-child {
    border-right: 1px solid rgba(109, 110, 113, 0.5);
  }
}
.page-id-762 #hero .content-container h2, .page-id-826 #hero .content-container h2, .page-id-880 #hero .content-container h2 {
  font-size: clamp(1.75rem, 3vw, 3.125rem) !important;
  color: #009DFF;
}
.page-id-762 #hero .content-container .larger-text p:first-child, .page-id-826 #hero .content-container .larger-text p:first-child, .page-id-880 #hero .content-container .larger-text p:first-child {
  text-transform: uppercase;
  margin-bottom: 0;
}
.page-id-762 #hero .content-container .larger-text ul, .page-id-826 #hero .content-container .larger-text ul, .page-id-880 #hero .content-container .larger-text ul {
  margin-bottom: 0;
}
.page-id-762 #hero .content-container .larger-text p:last-child, .page-id-826 #hero .content-container .larger-text p:last-child, .page-id-880 #hero .content-container .larger-text p:last-child {
  font-size: 0.83em;
  color: #009DFF;
}
@media screen and (min-width: 768px) {
  .page-id-762 #hero .content-container, .page-id-826 #hero .content-container, .page-id-880 #hero .content-container {
    position: absolute;
    bottom: -28rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .page-id-762 #hero .content-container h1, .page-id-826 #hero .content-container h1, .page-id-880 #hero .content-container h1 {
    color: white;
    text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.75);
    background: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(4px);
    padding: 0.25em;
  }
}
.page-id-762 #dr-bio h4, .page-id-826 #dr-bio h4, .page-id-880 #dr-bio h4 {
  padding-top: 0;
  text-transform: uppercase;
}
.page-id-762 #dr-bio h4:first-child, .page-id-826 #dr-bio h4:first-child, .page-id-880 #dr-bio h4:first-child {
  margin-bottom: 0;
}
.page-id-762 #dr-bio h2, .page-id-826 #dr-bio h2, .page-id-880 #dr-bio h2 {
  color: #C99F1D;
  padding-top: 0;
  font-size: clamp(1.75rem, 3vw, 3rem) !important;
}
.page-id-762 #dr-bio h2 + h4, .page-id-826 #dr-bio h2 + h4, .page-id-880 #dr-bio h2 + h4 {
  color: #C99F1D;
}
.page-id-762 #dr-bio .larger-text, .page-id-826 #dr-bio .larger-text, .page-id-880 #dr-bio .larger-text {
  color: #C99F1D;
}
@media screen and (min-width: 768px) {
  .page-id-762 #dr-bio .vc_column_container:first-child, .page-id-826 #dr-bio .vc_column_container:first-child, .page-id-880 #dr-bio .vc_column_container:first-child {
    z-index: 1;
  }
  .page-id-762 #dr-bio .credentials, .page-id-826 #dr-bio .credentials, .page-id-880 #dr-bio .credentials {
    max-width: none;
    width: 155%;
  }
  .page-id-762 #dr-bio .dr-ajmo, .page-id-826 #dr-bio .dr-ajmo, .page-id-880 #dr-bio .dr-ajmo {
    position: relative;
    z-index: 0;
  }
  .page-id-762 #dr-bio .dr-ajmo:before, .page-id-826 #dr-bio .dr-ajmo:before, .page-id-880 #dr-bio .dr-ajmo:before {
    content: "";
    position: absolute;
    top: -5rem;
    bottom: 8rem;
    left: 5rem;
    right: -15rem;
    background: url("../../../uploads/2024/10/dr-ajmo-bg-texture.png") top left / cover no-repeat;
    z-index: -1;
  }
}
@media screen and (min-width: 1200px) {
  .page-id-762 #dr-bio .credentials, .page-id-826 #dr-bio .credentials, .page-id-880 #dr-bio .credentials {
    margin-top: 35%;
  }
}
.page-id-762 #testimonials, .page-id-826 #testimonials, .page-id-880 #testimonials {
  color: white;
}
.page-id-762 #testimonials h2, .page-id-826 #testimonials h2, .page-id-880 #testimonials h2 {
  text-align: center;
  color: white;
  margin-bottom: 1em;
}
.page-id-762 #testimonials .w-hwrapper, .page-id-826 #testimonials .w-hwrapper, .page-id-880 #testimonials .w-hwrapper {
  display: -ms-grid;
  display: grid;
  gap: 1.5rem;
}
@media screen and (min-width: 768px) {
  .page-id-762 #testimonials .w-hwrapper, .page-id-826 #testimonials .w-hwrapper, .page-id-880 #testimonials .w-hwrapper {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
  }
}
.page-id-762 #testimonials .w-hwrapper > div, .page-id-826 #testimonials .w-hwrapper > div, .page-id-880 #testimonials .w-hwrapper > div {
  margin: 0;
}
.page-id-762 #testimonials .w-hwrapper .wp-video, .page-id-826 #testimonials .w-hwrapper .wp-video, .page-id-880 #testimonials .w-hwrapper .wp-video {
  width: 100% !important;
}
.page-id-762 #testimonials .w-hwrapper .wp-video > div, .page-id-826 #testimonials .w-hwrapper .wp-video > div, .page-id-880 #testimonials .w-hwrapper .wp-video > div {
  width: 100% !important;
}
.page-id-762 #testimonials .quote, .page-id-826 #testimonials .quote, .page-id-880 #testimonials .quote {
  position: relative;
  padding: 3em 0 0 4.5em;
  max-width: 45em;
  margin: 1em auto 0;
}
.page-id-762 #testimonials .quote:before, .page-id-826 #testimonials .quote:before, .page-id-880 #testimonials .quote:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 6em;
  height: 5em;
  background: url("../../../uploads/2024/10/testimonial-quote.png") top left / contain no-repeat;
}
.page-id-762 .teeth-options h2, .page-id-826 .teeth-options h2, .page-id-880 .teeth-options h2 {
  text-align: center;
}
.page-id-762 .teeth-options h3, .page-id-826 .teeth-options h3, .page-id-880 .teeth-options h3 {
  max-width: 26em;
  text-align: center;
  margin: 0 auto;
}
.page-id-762 .teeth-options .g-cols.wpb_row, .page-id-826 .teeth-options .g-cols.wpb_row, .page-id-880 .teeth-options .g-cols.wpb_row {
  margin: 0;
  text-align: center;
}
.page-id-762 .teeth-options .g-cols.wpb_row .vc_column_container:nth-child(even), .page-id-826 .teeth-options .g-cols.wpb_row .vc_column_container:nth-child(even), .page-id-880 .teeth-options .g-cols.wpb_row .vc_column_container:nth-child(even) {
  background: #F1F1F1;
}
.page-id-762 .teeth-options .g-cols.wpb_row .vc_column_container > .vc_column-inner, .page-id-826 .teeth-options .g-cols.wpb_row .vc_column_container > .vc_column-inner, .page-id-880 .teeth-options .g-cols.wpb_row .vc_column_container > .vc_column-inner {
  padding: 2.5rem 10px 1.5rem;
}
.page-id-762 .teeth-options .g-cols.wpb_row h4, .page-id-826 .teeth-options .g-cols.wpb_row h4, .page-id-880 .teeth-options .g-cols.wpb_row h4 {
  color: #004022;
  margin-bottom: 0;
}
.page-id-762 .teeth-options .g-cols.wpb_row h4 + p, .page-id-826 .teeth-options .g-cols.wpb_row h4 + p, .page-id-880 .teeth-options .g-cols.wpb_row h4 + p {
  text-transform: uppercase;
  letter-spacing: 2px;
}
.page-id-762 .teeth-options .g-cols.wpb_row ul, .page-id-826 .teeth-options .g-cols.wpb_row ul, .page-id-880 .teeth-options .g-cols.wpb_row ul {
  list-style-type: none;
  margin-left: 0;
}
.page-id-762 .teeth-options .g-cols.wpb_row ul li, .page-id-826 .teeth-options .g-cols.wpb_row ul li, .page-id-880 .teeth-options .g-cols.wpb_row ul li {
  margin: 0;
  padding: 10px;
}
.page-id-762 .teeth-options .g-cols.wpb_row ul li:not(:last-child), .page-id-826 .teeth-options .g-cols.wpb_row ul li:not(:last-child), .page-id-880 .teeth-options .g-cols.wpb_row ul li:not(:last-child) {
  border-bottom: 1px solid #ccc;
}
.page-id-762 .teeth-options .g-cols.wpb_row ul + p, .page-id-826 .teeth-options .g-cols.wpb_row ul + p, .page-id-880 .teeth-options .g-cols.wpb_row ul + p {
  font-size: 14px;
  letter-spacing: 0.4px;
  color: #8c8c8c;
}
@media screen and (min-width: 768px) {
  .page-id-762 .teeth-options .g-cols.wpb_row ul, .page-id-826 .teeth-options .g-cols.wpb_row ul, .page-id-880 .teeth-options .g-cols.wpb_row ul {
    margin-left: -10px;
    margin-right: -10px;
  }
}
.page-id-762 .teeth-options .additional-info, .page-id-826 .teeth-options .additional-info, .page-id-880 .teeth-options .additional-info {
  margin-top: 5%;
}
.page-id-762 .teeth-options .additional-info h3, .page-id-826 .teeth-options .additional-info h3, .page-id-880 .teeth-options .additional-info h3 {
  text-align: center;
}
@media screen and (min-width: 768px) {
  .page-id-762 .teeth-options .additional-info, .page-id-826 .teeth-options .additional-info, .page-id-880 .teeth-options .additional-info {
    max-width: 55em;
    margin-left: auto;
    margin-right: auto;
  }
  .page-id-762 .teeth-options .additional-info ul, .page-id-826 .teeth-options .additional-info ul, .page-id-880 .teeth-options .additional-info ul {
    column-count: 2;
    gap: 2.5rem;
  }
}
.page-id-762 #call-banner, .page-id-826 #call-banner, .page-id-880 #call-banner {
  background: #009DFF;
  color: white;
}
.page-id-762 #call-banner a, .page-id-826 #call-banner a, .page-id-880 #call-banner a {
  color: inherit;
}
.page-id-762 #call-banner p, .page-id-826 #call-banner p, .page-id-880 #call-banner p {
  text-align: center;
  font-size: clamp(1.75rem, 3vw, 3rem);
  font-weight: 700;
  text-transform: uppercase;
}
.page-id-762 #smile-makeover-promo, .page-id-826 #smile-makeover-promo, .page-id-880 #smile-makeover-promo {
  background: #009DFF;
  color: white;
}
.page-id-762 #smile-makeover-promo h2, .page-id-762 #smile-makeover-promo h3, .page-id-762 #smile-makeover-promo a, .page-id-826 #smile-makeover-promo h2, .page-id-826 #smile-makeover-promo h3, .page-id-826 #smile-makeover-promo a, .page-id-880 #smile-makeover-promo h2, .page-id-880 #smile-makeover-promo h3, .page-id-880 #smile-makeover-promo a {
  color: inherit;
}
.page-id-762 #google-reviews .wpb_text_column, .page-id-826 #google-reviews .wpb_text_column, .page-id-880 #google-reviews .wpb_text_column {
  color: white;
}
.page-id-762 #google-reviews .wpb_text_column h2, .page-id-826 #google-reviews .wpb_text_column h2, .page-id-880 #google-reviews .wpb_text_column h2 {
  color: inherit;
}
.page-id-762 #google-reviews .wpb_text_column:first-child, .page-id-826 #google-reviews .wpb_text_column:first-child, .page-id-880 #google-reviews .wpb_text_column:first-child {
  margin-bottom: 0;
}
.page-id-762 #google-reviews .w-grid-item-h, .page-id-826 #google-reviews .w-grid-item-h, .page-id-880 #google-reviews .w-grid-item-h {
  background: white;
  padding: 1.5rem;
}
.page-id-762 #google-reviews .w-grid-item-h .usg_image_1, .page-id-826 #google-reviews .w-grid-item-h .usg_image_1, .page-id-880 #google-reviews .w-grid-item-h .usg_image_1 {
  margin-top: 1.5rem;
}
.page-id-762 #location .info, .page-id-826 #location .info, .page-id-880 #location .info {
  border: 1px solid #f6f2f2;
  box-shadow: 0 4px 14px 0 rgba(202, 202, 202, 0.25);
}
.page-id-762 #location .info > .vc_column-inner, .page-id-826 #location .info > .vc_column-inner, .page-id-880 #location .info > .vc_column-inner {
  padding: 1.5rem;
}
.page-id-762 #location .address, .page-id-826 #location .address, .page-id-880 #location .address {
  margin-bottom: 0;
}
.page-id-762 #location .address p, .page-id-826 #location .address p, .page-id-880 #location .address p {
  position: relative;
  padding-left: 2em;
}
.page-id-762 #location .address p:before, .page-id-826 #location .address p:before, .page-id-880 #location .address p:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25em;
  height: 1.25em;
  background-position: top center;
  background-size: contain;
  background-repeat: no-repeat;
}
.page-id-762 #location .address p:first-child:before, .page-id-826 #location .address p:first-child:before, .page-id-880 #location .address p:first-child:before {
  background-image: url("../../../uploads/2024/10/pin-icon.svg");
}
.page-id-762 #location .address p:last-child:before, .page-id-826 #location .address p:last-child:before, .page-id-880 #location .address p:last-child:before {
  background-image: url("../../../uploads/2024/10/phone-icon.svg");
}
.page-id-762 #location h4, .page-id-826 #location h4, .page-id-880 #location h4 {
  font-weight: 700;
  color: #DAA521;
}
.page-id-762 #footer, .page-id-826 #footer, .page-id-880 #footer {
  text-align: center;
  color: white;
}
.page-id-762 #footer h2, .page-id-826 #footer h2, .page-id-880 #footer h2 {
  color: inherit;
}
.cta-marquee {
  --size-multiplier: 1.5;
  font-family: "Space Grotesk";
  /* use vw for font-size to keep proportion same
	* 32px (figma font size) / 1920 (figma screen size) x 100 */
  font-size: calc(1.67vw * var(--size-multiplier));
  font-weight: 500;
  text-transform: uppercase;
  background: var(--color-content-primary);
  color: white;
  height: 2.25em;
}
.cta-marquee .w-html {
  line-height: 2.25;
}
@-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: 0.75em;
  width: 0.75em;
}
@media screen and (min-width: 768px) {
  .cta-marquee {
    --size-multiplier: 1;
  }
}
