@charset "UTF-8";
/*
Theme Name: Web Solutions Original
Theme URI: https://www.websolutions.com/
Author: Web Solutions
Author URI: https://www.websolutions.com/
Description: WordPress wpCode
Requires at least: 6.1.1
Tested up to: 6.1.1
Requires PHP: 8.0
Version: 2.0.0
Text Domain: wpcodev2

*/

/* roboto-regular - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/roboto-v47-latin-regular.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-italic - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: italic;
  font-weight: 400;
  src: url("fonts/roboto-v47-latin-italic.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-500 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: url("fonts/roboto-v47-latin-500.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto-v47-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/roboto-v47-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

/* roboto-condensed-700 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/roboto-condensed-v27-latin-700.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* roboto-condensed-900 - latin */
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Roboto Condensed";
  font-style: normal;
  font-weight: 900;
  src: url("fonts/roboto-condensed-v27-latin-900.woff2") format("woff2"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

:root {
  --ws-gap: 1.5em;
  --ws-transition: all 0.3s ease;
  --margin: clamp(1.75em, 1.364em + 1.93vw, 2.813em);

  --red: #d30015;
  --grey: #636363;
  --grey-lt: #eaeff0;
  --grey-lt-alt: #c5c5c5;
  --grey-lt-alt-2: #c7cbcc;
  --grey-border: #d2dadc;

  --screen-size--screen-max: 100;
  --screen-size--screen-min: 22.5;

  /* 320-1300 */
  --h1-size-i: clamp(
    2.5 * 1rem,
    (
      (
          2.5 -
            (
              (4.375 - 2.5) /
                (
                  var(--screen-size--screen-max) -
                    var(--screen-size--screen-min)
                ) *
                var(--screen-size--screen-min)
            )
        ) *
        1rem +
        (
          (4.375 - 2.5) /
            (var(--screen-size--screen-max) - var(--screen-size--screen-min))
        ) *
        100vw
    ),
    4.375 * 1rem
  );
  /* 34 - 55 */
  --h1-size-i-2: clamp(2.125em, 1.6477em + 2.3864vw, 3.4375em);
  /* 32-50 */
  --h2-size-h: clamp(2em, 1.6327em + 1.8367vw, 3.125em);
  /* 30-44 */
  --h2-size-i: clamp(1.625em, 1.2159em + 2.0455vw, 2.75em);
  /* 26-36 */
  --h3-size-i: clamp(1.625em, 1.4209em + 1.0204vw, 2.25em);
  /* 20-26 */
  --h4-size-i: clamp(1.25em, 1.1276em + 0.6122vw, 1.625em);

  --ws-color-primary: #31659b;
  --ws-color-accent: #f03c5e;
  --ws-color-font: #4a4a4a;
  --ws-color-bg: #ffffff;
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  margin: 0;
  padding: 0;
  -webkit-text-size-adjust: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  border: 0;
  height: auto;
  max-width: 100%;
}

ul {
  padding-left: 0;
}

ul li {
  list-style: none;
}

html,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
hr {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

table {
  border-collapse: collapse;
}

td,
th {
  empty-cells: show;
  vertical-align: top;
  text-align: left;
}

body {
  background: #fff;
}

#skipNavigation {
  background: #fff;
  color: #000;
  left: 0;
  padding: 0.5em;
  position: absolute;
  top: -1000px;
  z-index: 10;
}

#skipNavigation:is(:focus, :active) {
  top: 0;
}

.admin-bar #skipNavigation:is(:focus, :active) {
  top: 32px;
}

/* text */
body,
.text,
input,
button,
select,
textarea,
h2 span.eyebrow,
h2 span.red-text {
  font-family: "Montserrat", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#navContainer a,
h1,
h2,
h3,
h4,
.button.arrow,
p.intro,
p.intro-block,
.home-map #mapWrapper h5 {
  font-family: "Montserrat", sans-serif;
}

.text {
  font-size: 1em;
}

a,
a * {
  color: var(--red);
  text-decoration: none;
}

a:is(:hover, :focus),
a:is(:hover, :focus) * {
  color: #000;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
blockquote,
dd,
ol {
  margin-block: 0 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
th {
  line-height: 1.2;
}

:is(p, ul, ol, .wp-block-buttons, aside, div, section)
  + :is(h2, h3, h4, h5, h6) {
  margin-top: 2rem;
}

.textColor,
h1,
h2,
h3,
h4,
h5,
h6,
th,
dt {
  color: #31659b;
}

em,
i,
q,
cite,
.italic {
  font-style: italic;
}

b,
strong {
  font-weight: 700;
}

hr,
.wp-block-separator,
.content .wp-block-separator {
  border: 0;
  border-top: 2px solid rgba(0, 0, 0, 0.15);
  clear: both;
  margin: var(--margin) 0;
  padding-top: 1px;
}
.faqs :is(hr, .wp-block-separator) {
  border-top: 1px dashed rgba(0, 0, 0, 0.15);
}

sup,
sub {
  font-size: 0.6em;
  line-height: 0.6em;
  vertical-align: baseline;
  position: relative;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

p {
  font-size: 1em;
}

.sr-only {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  padding: 0;
  width: 1px;
}

h2 {
  font-size: var(--h2-size-i);
  color: #000;
  font-weight: 900;
}

.faqs h2.wp-block-heading {
  font-size: var(--h3);
  margin-bottom: 0.5rem;
}

h3 {
  font-size: var(--h3-size-i);
  color: #000;
  font-weight: 900;
}
h4 {
  font-size: var(--h4-size-i);
  color: #000;
  font-weight: 900;
}

blockquote {
  color: red;
  float: right;
  font-size: 1.25em;
  line-height: 1.1;
  margin: 1em 0 1.5em 1.5em;
  max-width: 50%;
  text-align: right;
  width: 18.75em;
}

blockquote p {
  color: red;
  font-size: 1em;
}

blockquote p:last-of-type {
  margin: 0 0 0.5em;
}

blockquote :is(footer, cite) {
  color: red;
  font-size: 0.875rem;
  font-style: normal;
}

blockquote cite::before,
blockquote footer::before {
  content: "- ";
}

blockquote p {
  quotes: "\201c" "\201d";
}

blockquote p:first-of-type::before {
  content: open-quote;
}

blockquote p:last-of-type::after {
  content: close-quote;
}

/* WRAP ------------------------------ */
.wrap,
body > footer .fatFooter {
  margin-inline: auto;
  max-width: calc(84.75em + 2 * var(--ws-gap));
  padding-inline: var(--ws-gap);
  width: 100%;
}

#content:has(.wrap-after-full-width-block:last-child) {
  padding-bottom: 0;
}
#content .wrap-after-full-width-block:last-child:empty {
  margin-top: -3rem;
}
/* MAIN ------------------------------ */

.intro-block {
  margin-bottom: 2rem;
  font-weight: 700;
}

/* t1 */
#sidenav:has(ul li) {
  margin: 0;
  overflow: hidden;
  background: var(--primary);
  padding: 5px 1.9375rem;
}

#sidenav ul {
  padding: 0;
}

#sidenav ul:empty {
  display: none;
}

#sidenav li {
  height: 1%;
  overflow: hidden;
}

#sidenav li a {
  display: block;
  line-height: 1.1em;
  padding: 0.5em 18px 0.5em 0;
  font-size: 1.25em;
  font-weight: 700;
  color: var(--white);
  line-height: 1.55;
  position: relative;
  text-transform: uppercase;
}
#sidenav li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 15px;
  background: url(images/icons/arrow-right-white.svg) no-repeat center / contain;
}
#sidenav > ul > li + li > a {
  border-top: 1px dashed rgba(0, 0, 0, 0.22);
}

#sidenav li a:hover,
#sidenav li a:active {
  color: var(--yellow);
}

#sidenav li.current_page_item > a,
#sidenav li.current_page_ancestor > a {
  color: var(--yellow);
}

:is(main.blog-single, main.blog-landing) aside nav#sidenav li.current-cat a {
  color: var(--yellow);
}

#sidenav li li a:after {
  content: none;
}

/* t2 */
#sidenav li.current_page_ancestor ul {
  padding-bottom: 0.5em;
}

#sidenav li ul li a {
  padding-left: 1.25em;
}

#sidenav li.current_page_ancestor ul li a,
#sidenav li ul.children li a {
  color: #666;
  font-size: 0.9em;
  padding: 0.3em 5px 0.3em 10px;
}

#sidenav li ul li a:is(:hover, :focus) {
  color: #000;
}

#sidenav li ul li.current_page_item > a,
#sidenav li ul li.current_page_ancestor > a {
  background: #ccc;
  color: #000;
}

/* t3 */
#sidenav li ul li.current_page_ancestor ul {
  border: 0;
  padding-bottom: 0.5em;
}

#sidenav li ul li.current_page_ancestor ul li {
  border: 0;
}

#sidenav li ul li.current_page_ancestor ul li a,
#sidenav li ul li ul.children li a {
  color: #666;
  display: block;
  font-size: 0.8em;
  padding-left: 30px;
}

#sidenav li ul li ul li a:is(:hover, :focus) {
  background: #f5f5f5;
}

#sidenav li ul li ul li.current_page_item > a,
#sidenav li ul li ul li.current_page_ancestor > a {
  background: #e5e5e5;
  color: #000;
}

/* t4 */
#sidenav li ul li ul li.current_page_ancestor ul li a {
  color: #666;
  font-size: 0.7em;
  padding-left: 3.125em;
}

#sidenav li ul li ul li ul li a:hover,
#sidenav li ul li ul li a:active {
  background: #fff;
}

#sidenav li ul li ul li ul li.current_page_item > a {
  background: #f5f5f5;
  color: #000;
}
@media (max-width: 749px) {
  #sidenav:has(ul li) {
    margin-top: 20px;
  }
}

/* hide children that arent yours */
#sidenav ul.children {
  display: none;
}

#sidenav li.current_page_ancestor > ul,
#sidenav li.current_page_item > ul {
  display: block;
}

/* breadcrumb */
.breadcrumb {
  margin-bottom: 1em;
}

.breadcrumb a::after {
  content: "\00A0\00A0\203A\00A0";
}

.content {
  word-wrap: break-word;
}

.content :is(.alignright, .alignleft) {
  height: auto;
  max-width: min(50%, 15.12em);
}

.content .alignright img {
  float: none;
  height: auto;
  margin: 0;
  max-width: 100%;
}

.content img.phototreatment {
  height: auto;
  max-width: 50%;
}

.content figure.phototreatment {
  text-align: center;
  width: 100%;
}

.content figure.phototreatment img {
  height: auto;
  max-width: 100%;
  width: auto;
}

img.phototreatment,
img.alignright,
.alignright img {
  height: auto;
  max-width: 100%;
  width: auto;
}

.alignright {
  clear: right;
  float: right;
}

.muted {
  opacity: 0.5;
}

.highlight,
.content .highlight {
  background: var(--grey-lt);
  clear: both;
  margin: var(--margin) 0;
  padding: 2.75rem 3.4375rem;
}

.wp-block-column .highlight {
  padding: 1.44em 1.08em;
  margin: 0;
  background: #fff;
  border: 4px solid var(--grey-lt);
}

.wp-block-column .highlight .wp-block-button__link {
  font-size: 1.125em;
}

.highlight h2 {
  color: var(--primary);
  font-size: var(--h3);
}

.wp-block-column .highlight h2 {
  font-size: var(--h3);
}

.highlight :is(p, ul) {
  font-size: 1em;
  color: #000;
}

.highlight :first-child {
  margin-top: 0;
  margin-bottom: 10px;
}

.highlight :last-child,
.highlight ul:last-child li:last-child {
  margin-bottom: 0;
}
.content div[class^="elfsight"] {
  margin-top: calc(var(--margin) * 1.5);
}

small {
  font-size: 0.8em;
}

.content table {
  width: 100%;
}

.aligncenter {
  clear: both;
  display: block;
  margin-inline: auto;
}

/* blog */

article .entry-content {
  padding: 1em 0;
}

.blogThumb {
  width: 100%;
}

.blogThumb img,
.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  height: auto;
  max-width: 100%;
}

.updated {
  display: none;
}

/* list */
.content ol {
  margin: 1.5em 0 1em 1.875em;
}

.content ol li {
  margin: 0 0 1em;
}

.content ol ol li {
  list-style: lower-alpha;
}

.content ul {
  font-size: var(--h6);
  margin: 0 0 1em;
}

.content ul ul {
  font-size: 1em;
}

.content ul li {
  margin: 0 0 1em;
  padding-left: 1.3em;
  position: relative;
  color: #000;
}

.content :is(ol, ul) li li {
  font-size: 1em;
}

.content ul li::before {
  content: "";
  left: 3px;
  position: absolute;
  top: 0.1em;
  width: 0.875rem;
  height: 1rem;
  background: url(images/icons/arrow-right-red.svg) no-repeat center / contain;
}

.content ul li ul li::before {
  opacity: 0.75;
}

.content :is(ul ul, ol ol) {
  margin-top: 1em;
}

/* addon classes */
.clearFloats {
  clear: both;
}

.nobr {
  white-space: nowrap;
}

.twoCol,
.threeCol,
.resCol {
  column-gap: 2em;
}

:is(.twoCol, .threeCol, .resCol) li {
  break-inside: avoid-column;
}

.resCol {
  columns: auto;
}

.req,
.required {
  color: #c00;
}

.clearfix::after {
  clear: both;
  content: "";
  display: table;
}

.full-width {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}

.videoContainer {
  height: 0;
  line-height: 0;
  padding-top: 56.25%; /* 16:9 */
  position: relative;
  width: 100%;
}

.videoContainer.ratio-4-3 {
  padding-top: 75%; /* 4:3 full-frame */
}

.videoContainer iframe {
  border: 0;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
}

figure div.wp-block-embed__wrapper {
  position: static;
}

/* forms */
input,
button,
select {
  line-height: 1.2;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea,
select,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
}

input[type="text"],
input[type="password"],
input[type="tel"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
textarea,
select {
  background-color: rgba(0, 0, 0, 0.05);
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0.375em 1em;
}

input[type="text"]:focus,
input[type="password"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
  background-color: rgba(0, 0, 0, 0.05);
  border-color: #666;
}

textarea {
  display: block;
  resize: vertical;
}

select option {
  padding: 0 0.2em;
}

input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.wp-block-buttons {
  padding-bottom: 2rem;
}
.button,
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.wp-block-button__link {
  background: var(--red);
  border: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
  padding: 0.6875rem 1.375rem;
  border-radius: 43px;
}
.button.black,
button.black,
.black .wp-block-button__link {
  background: #000;
}
:is(.button.black, button.black, .black .wp-block-button__link):is(
  :hover,
  :focus-visible
) {
  background: var(--yellow);
}
.button.white,
button.white,
.white .wp-block-button__link {
  background: #fff;
  color: #000;
  font-weight: 400;
}
:is(.button.white, button.white, .white .wp-block-button__link):is(
  :hover,
  :focus-visible
) {
  background: var(--red);
  color: #fff;
}
.button.grey,
button.grey,
.grey .wp-block-button__link {
  background: var(--grey-lt);
  color: #000;
}
:is(.button.grey, button.grey, .grey .wp-block-button__link):is(
  :hover,
  :focus-visible
) {
  background: var(--red);
  color: #fff;
}
.button.down {
  padding-right: 2.5rem;
  font-weight: 700;
  position: relative;
}
.button.down:after {
  content: "";
  position: absolute;
  width: 12px;
  height: 14px;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  background: url(images/icons/arrow-down.svg) no-repeat center / contain;
}
.button.down:is(:hover, :focus):after {
  filter: grayscale(1) brightness(5);
}
.button.arrow {
  position: relative;
  padding-right: 2.6875rem;
}
.button.arrow:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 22px;
  width: 14px;
  height: 13px;
  background: url(images/icons/arrow-right-white.svg) no-repeat center / contain;
}
.button.arrow:hover:after {
  background: url(images/icons/arrow-right-green.svg) no-repeat center / contain;
}
.button.directions {
  position: relative;
  padding-left: 2.75rem;
}
.button.directions:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 2rem;
  top: 50%;
  transform: translateY(-50%);
  left: 18px;
  background: url(images/icons/location-dot.svg) no-repeat center / contain;
  transition: all 0.2s ease;
}
.button.phone,
.button[href^="tel:"] {
  position: relative;
  padding-left: 3rem;
}
.button.phone:before,
.button[href^="tel:"]:before {
  content: "";
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  left: 20px;
  background: url(images/icons/phone-red.svg) no-repeat center / contain;
  transition: all 0.2s ease;
}
.button.phone:hover:before,
.button[href^="tel:"]:hover:before {
  background: url(images/icons/phone-white.svg) no-repeat center / contain;
}
.button.back-button {
  display: inline-flex;
  gap: 0.25em;
}

.button.back-button:before {
  content: "";
  width: 1em;
  height: 1em;
  background: #fff;
  mask-image: url(images/icons/arrow-right-white.svg);
  mask-size: 0.875em auto;
  mask-repeat: no-repeat;
  mask-position: center;
  transform: scaleX(-1);
  transition: background-color 0.3s;
}

.button.back-button:hover:before {
  background-color: var(--primary);
}

:is(
  .button,
  button,
  input[type="button"],
  input[type="submit"],
  input[type="reset"],
  .wp-block-button__link
):is(:hover, :focus) {
  background-color: var(--yellow);
  color: var(--primary);
}

.button {
  display: inline-block;
}

td.right,
th.right {
  text-align: right;
}

/* PAGEHEADER ------------------------------ */
.pageHeader {
  background: #666;
  clear: both;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  max-height: 55vh;
  aspect-ratio: 0.75;
}

.pageHeader::before {
  content: "";
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.1);
  position: absolute;
}

.pageHeader.blog-pageHeader {
  padding: 9.375rem 20px 3.125rem;
  background: var(--grey-lt);
  aspect-ratio: auto;
  min-height: 600px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url(images/inner-banner-img.webp);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  max-height: unset;
}
.pageHeader.blog-pageHeader:before {
  content: none;
}
.pageHeader.blog-pageHeader h1 {
  color: var(--white);
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 0;
  font-weight: 800;
}
.blog-single .entry-meta {
  display: flex;
  font-style: italic;
  font-size: 0.875em;
  color: #000;
}
.blog-single .entry-meta :is(a, a *) {
  color: #000;
}
.blog-single .byline:before {
  content: "|";
  display: inline-block;
  margin: 0 5px;
}
:is(main.blog-single, main.blog-landing) > .wrap {
  display: flex;
  gap: 5rem;
}
:is(main.blog-single, main.blog-landing) aside {
  font-family: "Roboto Condensed", sans-serif;
  width: 13.875rem;
  padding: 0;
}
:is(main.blog-single, main.blog-landing) aside nav#sidenav {
  background: transparent;
  padding: 0;
}
:is(main.blog-single, main.blog-landing) aside nav#sidenav li a {
  font-size: 1rem;
  padding: 8px 5px;
}
:is(main.blog-single, main.blog-landing) aside nav#sidenav li a:after {
  content: none;
}
:is(main.blog-single, main.blog-landing) #content {
  width: calc(100% - 18.875rem);
  font-size: 1em;
  color: #000;
}
main.blog-single .entry-header .byline {
  display: none;
}
main.blog-single .entry-footer {
  display: none;
}
main.blog-landing #content {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem 1rem;
}
main.blog-landing #content article a {
  display: flex;
  flex-direction: column;
  padding-bottom: 1.25rem;
  height: 100%;
  background-color: var(--primary-light);
}
main.blog-landing #content article img {
  object-fit: cover;
  object-position: center;
  aspect-ratio: 1.5;
}
main.blog-landing .entry-meta :is(.posted-on, .byline) {
  display: none;
}
main.blog-landing article .entry-meta time {
  font-size: 16px;
  font-style: italic;
  color: #000;
}
main.blog-landing article h2 {
  font-size: var(--h5);
  color: var(--primary);
  line-height: 1.2;
  margin: 10px 0;
}
main.blog-landing article h2 span {
  color: inherit;
}
main.blog-landing article .entry-content {
  padding-block: 0;
}
main.blog-landing article .entry-content p {
  font-size: 1rem;
  color: #666;
}
main.blog-landing
  article
  :is(.entry-meta, .entry-title, .entry-content, .entry-footer) {
  padding-inline: 1rem;
  margin-top: 10px;
}
main.blog-landing article .entry-footer {
  margin-top: auto;
}
main.blog-landing article .entry-footer .read-more-link {
  font-weight: 600;
  font-size: 0.72em;
  text-decoration: underline;
}
main.blog-landing article:hover .entry-footer .read-more-link {
  color: var(--primary) !important;
}
.blog-sidenav > p {
  color: #000;
  font-size: 1.375rem;
  font-weight: 900;
  margin-bottom: 0.75rem;
}
.blog-sidenav p + nav ul li a {
  border-top: 1px dashed rgba(0, 0, 0, 0.22);
}
.blog-sidenav:has(.cat-item-none) {
  display: none;
}
:is(main.blog-single, main.blog-landing)
  #content:has(+ .blog-sidenav .cat-item-none) {
  width: 100%;
}
@media (max-width: 1650px) {
  .pageHeader.blog-pageHeader {
    min-height: 500px;
  }
}
@media (max-width: 1399px) {
  .pageHeader.blog-pageHeader {
    min-height: 450px;
  }
}
@media (max-width: 1199px) {
  .pageHeader.blog-pageHeader {
    min-height: 400px;
  }
}
@media (max-width: 991px) {
  .pageHeader.blog-pageHeader {
    min-height: 350px;
  }
}

/* HOME -------------------------------- */
.home-hero {
  position: relative;
}
.home-hero .hero-content {
  position: absolute;
  z-index: 2;
  right: 0;
  background: rgba(255, 255, 255, 0.95);
  padding: 2.5rem 3.3125rem 3.125rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.home-hero h1 {
  font-size: clamp(1.75rem, 1.386rem + 1.82vw, 2.75rem);
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
  max-width: 30.9375rem;
  margin-bottom: 0.25em;
  line-height: 1.15;
  position: relative;
}
.home-hero .hero-content:before {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  left: -5px;
  background: var(--red);
  width: 10px;
  height: 70%;
  transform: translateY(-50%);
}
.heading2 {
  font-size: clamp(1.75rem, 1.386rem + 1.82vw, 2.75rem) !important;
  max-width: 530px;
  line-height: 1.15 !important;
  margin-top: 40px;
  color: #000000;
}
.heading2 a {
  color: #000000;
}
.heading2 a:hover {
  color: #d30015;
}
.home-hero p {
  color: #000;
  font-size: 1.125em;
  width: 100%;
}
.home-hero .red-text {
  font-size: clamp(1.125em, 1.034em + 0.45vw, 1.375em);
  color: var(--red);
  font-weight: 900;
  margin-bottom: 0.75rem;
  order: -1;
}
.home-hero .red-text span {
  white-space: nowrap;
}
.home-hero .hero-content .button {
  padding-left: 2.6875rem;
  font-weight: 400;
  position: relative;
}
.home-hero a[href^="tel:"] {
  color: #000;
  display: inline-block;
  white-space: nowrap;
}
.home-hero .hero-content .button:before {
  content: "";
  position: absolute;
  width: 1rem;
  height: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
  left: 1rem;
  background: url(images/icons/location-pin-red.svg) no-repeat center / contain;
  transition: all 0.2s ease;
}
.home-hero .button:is(:hover, :focus):before,
.button.directions:is(:hover, :focus):before,
.button.phone:is(:hover, :focus):before {
  filter: grayscale(1) brightness(5);
}
.home-hero .rotator {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.home-hero .rotator > div:first-child {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.home-hero .rotator > div {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.home-hero .rotator video {
  height: 100%;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}

.home-hero .controls {
  display: flex;
  font-size: 1em;
  height: 2em;
  left: 50%;
  overflow: hidden;
  position: absolute;
  transform: translateX(-50%);
  z-index: 4;
}

.home-hero .slick-arrow,
.home-hero .controls button {
  background-color: rgba(0, 0, 0, 0.4);
  border: 0;
  border-radius: 50%;
  height: 2em;
  font-size: 1em;
  padding: 0;
  position: relative;
  width: 2em;
  z-index: 4;
}

.home-hero .image-rotator + .controls button {
  border-radius: 0;
}

.home-hero .controls .slick-arrow:is(:hover, :focus-visible),
.home-hero .controls button:is(:hover, :focus-visible) {
  background: #000;
}

.home-hero .pause-toggle:before,
.home-hero .pause-toggle:after {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  transition: ease all 200ms;
  width: 100%;
}

.home-hero .pause-toggle:before {
  background: url(images/icons/rotator-pause.svg) no-repeat center;
}
.home-hero .pause-toggle.on:before {
  opacity: 0;
}

.home-hero .pause-toggle:after {
  background: url(images/icons/rotator-play.svg) no-repeat center;
  opacity: 0;
}
.home-hero .pause-toggle.on:after {
  opacity: 1;
}

.home-hero .slick-arrow {
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
}
.home-hero .slick-prev {
  border-radius: 2em 0 0 2em;
  left: calc(50% - 1em);
  transform: translateX(-100%);
}
.home-hero .slick-next {
  border-radius: 0 2em 2em 0;
  right: calc(50% - 1em);
  transform: translateX(100%);
}

.home-hero .slick-prev {
  background-image: url(images/icons/rotator-prev.svg);
}
.home-hero .slick-next {
  background-image: url(images/icons/rotator-next.svg);
}

.home h2 {
  font-size: var(--h2-size-h);
  font-weight: 900;
  color: #000;
  text-transform: uppercase;
  line-height: 1;
  position: relative;
}
.home h2 span.eyebrow {
  display: block;
  color: var(--grey);
  font-size: 0.56em;
  font-weight: 500;
  text-transform: initial;
  line-height: 1.9;
}
.home h2 span.red-text {
  display: block;
  color: var(--red);
  font-size: 0.56em;
  font-weight: 700;
  text-transform: initial;
}

.home-callouts .wrap {
  padding-block: var(--margin);
}
.home-callouts .home-callouts-top {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin-bottom: 3.125rem;
}
.home-callouts h2 {
  font-size: clamp(2.25em, 1.7194em + 2.6531vw, 3.875em);
  padding: 1rem 0 1rem 2.8125rem;
  margin-bottom: 0;
}
.home-callouts h2 span.eyebrow {
  font-size: 0.45em;
}
.home-callouts h2:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 10px;
  background: var(--red);
}
.home-callouts .google-reviews-widget {
  padding-bottom: 0.5rem;
}
.home-callouts ul {
  display: flex;
  gap: 1rem;
}
.home-callouts ul li {
  width: calc(25% - 0.75rem);
  text-align: center;
  background: var(--grey-lt);
  padding: 6.5625rem 1.75rem 3rem;
  position: relative;
}
.home-callouts ul li:before {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: 2.75rem;
  width: 3.0938rem;
  height: 2.75rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.home-callouts ul li:nth-child(1):before {
  background-image: url(images/icons/value-point-chart-down.svg);
  width: 2.75rem;
}
.home-callouts ul li:nth-child(2):before {
  background-image: url(images/icons/value-point-money.svg);
}
.home-callouts ul li:nth-child(3):before {
  background-image: url(images/icons/value-point-shield-check.svg);
}
.home-callouts ul li:nth-child(4):before {
  background-image: url(images/icons/value-point-heart-plus.svg);
}

.home-callouts ul li h3 {
  font-size: 1.4375rem;
  color: #000;
}
.home-callouts ul li p {
  color: #000;
  margin-bottom: 0;
}

.home .google-reviews {
  position: relative;
}

.home .google-reviews .bg-img {
  background-size: cover;
  background-position: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.home .google-reviews:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: linear-gradient(
    270deg,
    rgba(0, 0, 0, 0.1) 36%,
    rgba(0, 0, 0, 0.75) 61%
  );
  z-index: 1;
}
.home .google-reviews .wrap {
  padding-block: 4.6875rem;
  position: relative;
  z-index: 2;
}
.home .google-reviews h2 {
  color: #fff;
  margin-bottom: 4.0625rem;
}
h2 span.underline {
  position: relative;
}
h2 span.underline:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -10px;
  height: 10px;
  background: var(--red);
}

.home .google-reviews h2 span.eyebrow {
  color: var(--grey-lt-alt);
}
.home .google-reviews .google-reviews-carousel .fZBTme {
  width: auto;
  margin: 0;
}
.home .google-reviews .google-reviews-carousel .bzqjut {
  margin: 0;
}

.home-services {
  position: relative;
  background: var(--grey-lt);
}
.home-services .wrap {
  max-width: calc(86em + 2 * var(--ws-gap));
}
.home-services h2 {
  text-align: center;
}

:is(.home-services, .interior-services) ul li {
  color: #000;
  display: inline-block;
  font-size: var(--h6);
  line-height: 1.35;
  padding-left: 3em;
  padding-top: 0.45em;
  position: relative;
  width: 100%;
}
.interior-services ul li {
  font-size: var(--h6);
}
:is(.home-services, .interior-services) ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  background-size: 25px 20px;
  background-repeat: no-repeat;
  background-position: center;
}
.interior-services ul li:before {
  background-color: var(--grey-lt);
}
:is(.home-services, .interior-services) ul li.cross:before {
  background-image: url(images/icons/icon-medical-cross.svg);
}
:is(.home-services, .interior-services) ul li.bandaid:before {
  background-image: url(images/icons/icon-bandaid.svg);
}
:is(.home-services, .interior-services) ul li.exclamation:before {
  background-image: url(images/icons/icon-exclamation-point.svg);
}
:is(.home-services, .interior-services) ul li.surgery:before {
  background-image: url(images/icons/icon-surgery.svg);
}
:is(.home-services, .interior-services) ul li.graph:before {
  background-image: url(images/icons/icon-testing.svg);
}
:is(.home-services, .interior-services) ul li.ultrasound:before {
  background-image: url(images/icons/icon-ultrasounds.svg);
}
:is(.home-services, .interior-services) ul li.xray:before {
  background-image: url(images/icons/icon-x-rays.svg);
}
:is(.home-services, .interior-services) ul li.heart:before {
  background-image: url(images/icons/icon-heartbeat.svg);
}

.tier-1-main #content > .wrap {
  padding-bottom: var(--margin);
}
.tier-1-main #content > .wrap:has(.full-width-block:last-child) {
  padding-bottom: 0;
}

.interior-services {
  margin: var(--margin) 0;
}

.tier-2-hero
  + #content
  :is(
    .interior-services,
    .accordion-with-image,
    .accordions,
    .highlight,
    .content .highlight,
    .google-reviews-block
  ):first-child {
  margin-top: 0;
}

.interior-services h2 {
  margin-bottom: 0.5em;
  text-transform: uppercase;
  color: var(--primary);
}

.home-map {
  position: relative;
}
.home-map:before {
  content: "";
  position: absolute;
  top: 55%;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: linear-gradient(
    180deg,
    rgba(234, 239, 240, 1) 0%,
    rgba(255, 255, 255, 1) 100%
  );
}
.home-map .wrap {
  padding-block: 73px;
}
.home-map h2 {
  text-align: center;
  margin-bottom: 1.875rem;
}
.map-widget {
  position: relative;
  outline: 10px solid #fff;
  line-height: 0;
}
.map-widget:before {
  content: "";
  position: absolute;
  right: 50%;
  transform: translateX(50%);
  top: -5px;
  height: 10px;
  width: 9.8125rem;
  background: var(--red);
  z-index: 1;
}
.interior-map .map-widget:before {
  content: none;
}
.map-widget img {
  width: 100%;
}

#mapWrapper {
  font-family: "Roboto", sans-serif;
  min-height: 50vh !important;
  width: 100%;
}

#mapWrapper h2 {
  font-size: 1.25em;
  text-align: left;
  margin: 0 0 0.25em;
  padding-right: 2em;
}

#mapWrapper h5 {
  color: #000;
  font-weight: 700;
  font-family: "Roboto", sans-serif;
  margin: 0 0 0.3em;
}

#mapWrapper tr {
  display: flex;
  gap: 0.25em;
}

#mapWrapper td {
  display: block;
}

#mapWrapper #saddr {
  height: 35px;
  width: 100% !important;
}

#mapWrapper [type="submit"] {
  font-size: 1rem;
  height: 2.1875em;
  padding: 0;
  width: 3.125em;
}

#mapWrapper .gm-ui-hover-effect {
  align-content: center;
  align-items: center;
  display: flex !important;
  justify-content: center;
  position: absolute !important;
  right: 0;
  top: 1px;
  z-index: 1;
}
.home .welcome .wrap {
  display: flex;
  align-items: center;
  gap: 2.5rem;
  padding-bottom: 5rem;
}
.home .welcome .wrap .welcome-image {
  background: #000;
  width: calc(50% - 1.25rem);
  mask-image: url(images/paw-print-mask.svg);
  mask-repeat: no-repeat;
  mask-position: center;
  mask-size: 75% auto;
}
.home .welcome .wrap .welcome-image img {
  opacity: 0.875;
}
.home .welcome .welcome-content {
  width: calc(50% - 1.25rem);
}
.home .welcome .wrap p {
  font-size: 1.25rem;
  color: #000;
}
.home .welcome .button.arrow {
  margin-top: 1rem;
}
.home .welcome .welcome-content img {
  width: 100%;
}
@media (max-width: 991px) {
  :is(.home-services, .interior-services) ul li {
    padding-left: 3em;
  }
}
@media (max-width: 749px) {
  .interior-services ul {
    gap: 1em;
    display: flex;
    flex-direction: column;
  }
}

/* INTERIOR PAGES ---------------------- */
.tier-1-main h1 {
  font-size: var(--h1-size-i);
  font-weight: 900;
  line-height: 0.9;
  color: var(--primary);
  display: table;
  padding: 2.3125rem 2.875rem;
  margin: -8.5625rem 0 0.625rem -2.875rem;
  text-transform: uppercase;
  background: #fff;
  position: relative;
}
.tier-1-main h1:before {
  content: "";
  position: absolute;
  left: -7px;
  width: 15px;
  bottom: 0;
  top: 0;
  background: var(--red);
}
p.intro,
p.intro-block {
  color: #000;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.tier-1-intro-content p {
  color: #000;
  /* font-size: 1.125em; */
  line-height: 1.7;
}
@media (max-width: 991px) {
  .tier-1-main h1:before {
    width: 10px;
    left: -5px;
  }
}
@media (max-width: 767px) {
  .tier-1-main h1:before {
    width: 5px;
    left: 0px;
  }
}

/*.tier-1-main>.wrap {
  margin-bottom: 4.0625rem;
}*/

.tier-2-hero {
  position: relative;
  background: var(--grey-lt);
}
.tier-2-hero .tier-2-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.tier-2-hero .wrap-inner {
  margin-inline: 0 auto;
}
.tier-2-hero h1 {
  font-size: var(--h2);
  color: var(--primary);
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.tier-2-hero p {
  color: #000;
}
.tier-2-hero p strong {
  font-size: 1em;
}
.tier-2-hero p.intro {
  font-size: var(--h4);
  color: #777777;
  font-weight: 700;
  line-height: 1.2;
}
.tier-2-hero p a {
  color: var(--primary);
  text-decoration: underline;
}
.tier-2-hero p a:hover {
  color: var(--text-primary);
}
.tier-2-hero + .content > .wrap > .accordions:first-child {
  border-top: 0;
}
.tier-2-hero .tier-2-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 1.125em;
}
.wrap:empty {
  display: none;
}
.tier-2-main .content > .wrap {
  padding-top: var(--margin);
  padding-bottom: clamp(2rem, 1.091rem + 4.55vw, 4.5rem);
}
.tier-2-main .content > .wrap:has(.full-width-block:last-child) {
  padding-bottom: 0;
}
.tier-2-main .content > .full-width-block + .wrap {
  padding-top: 0;
}
.tier-2-main .content .wrap > p {
  font-size: 1.25rem;
  color: #000;
}

.tier-2-main .content .wrap > .wp-block-image figure.alignright {
  margin: 0 0 2rem 4.375rem;
}
.tier-2-main .content .wrap > .wp-block-image figure.alignleft {
  margin: 0 4.375rem 2rem 0;
}
.tier-2-main .content .wrap > .wp-block-image figcaption {
  font-size: 1rem;
  text-align: right;
  font-weight: 400;
  font-style: italic;
  color: #000;
}
.accordions {
  clear: both;
}

/* BLOCKS ------------------------------ */
.content .wrap p:not(.intro, .intro-block) {
  font-size: 1em;
  line-height: 1.7;
  color: #000;
}

.accordion h2 {
  font-size: var(--h3);
  color: #000;
  margin-bottom: 15px;
}
.accordion-content > * {
  font-size: 1em;
  color: #000;
}
.accordion-content a {
  color: var(--red);
}
.accordion-content a:is(:hover, :focus) {
  text-decoration: underline;
}
.accordions,
.two-column-content {
  display: flex;
}
.accordions .accordion:only-child {
  width: 100%;
}
.accordions:has(.accordion:nth-child(2)) .accordion {
  width: 50%;
}
.accordions:has(.accordion:nth-child(3)) .accordion {
  width: 33.33%;
}
.accordion-with-image,
.accordions {
  display: flex;
  gap: 4.375rem;
  margin: var(--margin) 0;
}
.accordion-with-image:last-child,
.accordions:last-child {
  margin-bottom: 0;
}
.accordion-with-image .accordion {
  width: 56%;
}
.accordion-with-image .accordion-image {
  width: 37.5%;
}
.accordion-with-image .accordion-image img {
  width: 100%;
}
.accordion-with-image .accordion-image p {
  font-size: 1rem;
  font-style: italic;
  color: #000;
  text-align: right;
}

.accordion-inner {
  max-height: 17.8125rem;
  overflow: hidden;
  margin-bottom: 1.5rem;
  transition: max-height 0.3s ease;
  position: relative;
}
.accordion-inner:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 80%;
  background-image: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.73) 53%,
    rgba(255, 255, 255, 1) 100%
  );
  z-index: 1;
  transition: opacity 0.2s ease;
}
.accordion-inner:has(+ button.active):before {
  opacity: 0;
}
.accordion-inner.short-accordion {
  max-height: 100%;
}
.accordion-inner.short-accordion:before {
  content: none;
}
.accordion-inner.short-accordion + button {
  display: none;
}

.accordion button {
  padding-right: 2.9375rem;
  position: relative;
}
.accordion button:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 23px;
  width: 13px;
  height: 8px;
  background: url(images/icons/chevron-down.svg) no-repeat center / contain;
  transform-origin: top;
}
.accordion button:hover:after,
.accordion button:focus:after {
  background: url(images/icons/chevron-down-green.svg) no-repeat center /
    contain;
}
.accordion button.active:after {
  scale: 1 -1;
}

.more-about-services {
  margin: calc(var(--margin) * 1.5) 0 0;
  clear: both;
}
.more-about-services h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 2rem;
}
.more-about-services .buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1.125em;
}
.wp-block-columns.is-layout-flex {
  gap: 0 4.375rem;
}
.two-column-content {
  display: flex;
  gap: 1.5em 4.375rem;
  margin: var(--margin) 0;
}

.two-column-content:first-child {
  margin-top: 0;
}
.footer-cta,
.full-width-block {
  position: relative;
  background: #015e68;
}
.full-width-block {
  margin: var(--margin) -50vw;
}
.full-width-block:last-child {
  margin-top: 3rem;
  margin-bottom: 0;
}
.footer-cta .wrap-inner :is(p, ul, h2):not(.intro, .intro-block),
.full-width-block .wrap-inner :is(p, ul, h2):not(.intro, .intro-block) {
  color: #fff;
}
.footer-cta h2,
.full-width-block h2 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
}
:is(.footer-cta, #content .full-width-block) .top-text {
  font-size: 1em;
  font-weight: 700;
}
:is(.footer-cta, .full-width-block) .content {
  margin-bottom: 2rem;
}
:is(.footer-cta, .full-width-block) .wrap-inner a:not(.button) {
  color: #fff;
  text-decoration: underline;
}
:is(.footer-cta, .full-width-block).footer-cta .wrap-inner a[href^="tel:"] {
  white-space: nowrap;
}
:is(.footer-cta, .full-width-block)
  .wrap-inner
  a:not(.button):is(:hover, :focus) {
  text-decoration-color: var(--red);
  color: #fff;
}
.full-width-block .full-width-content a:not(.button) {
  color: #fff;
  text-decoration: underline;
}
.full-width-block .full-width-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  margin-bottom: 2rem;
}
.full-width-block .full-width-top:empty {
  display: none;
}
.full-width-block
  :has(.full-width-content:empty)
  .full-width-top:has(.button:only-child) {
  margin-bottom: 0;
}
.full-width-block .full-width-top p {
  font-style: italic;
  color: rgba(255, 255, 255, 0.7);
  margin-bottom: 0;
}
.full-width-block .full-width-top .button {
  font-weight: 700;
}
.full-width-block .full-width-content:empty {
  display: none;
}

.full-width-block .full-width-content ul li {
  font-size: 1.125em;
  color: #fff;
}
.full-width-block .full-width-content ul li:before {
  filter: grayscale(1) brightness(5);
}
.full-width-block a:not(.button):is(:hover, :focus) {
  text-decoration: underline;
  color: var(--red);
}
.full-width-block .content > p {
  margin-bottom: 2rem;
}
.full-width-block .content > p:last-child {
  margin-bottom: 0;
}

.staff-block {
  display: flex;
  margin: var(--margin) auto;
  max-width: 1000px;
}

.staff-block:first-child {
  margin-top: 0;
}

.staff-block:last-child {
  margin-bottom: 0;
}

.staff-block .image {
  flex-shrink: 0;
}

.staff-block .image-container {
  border: 2px solid var(--grey-lt);
  overflow: hidden;
  position: relative;
  width: 100%;
}

.staff-block img {
  height: calc(100% + 3px);
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
  top: 0;
  width: calc(100% + 3px);
}

.staff-block img.hover-image {
  opacity: 0;
  transition: ease all 200ms;
}

.staff-block:is(:hover, :focus-visible) .hover-image {
  opacity: 1;
}

.staff-block .staff-content {
  background: var(--grey-lt);
  padding: var(--margin);
}
.staff-block .staff-content h2 {
  font-size: var(--h3);
  margin-bottom: 30px;
}

.staff-block .staff-content > *:last-child {
  margin-bottom: 0;
}

.staff-block .staff-content .title {
  font-style: italic;
  margin-top: -1em;
}

/* FOOTER ------------------------------ */
body > footer {
  background: var(--grey-lt);
  clear: both;
  color: #000;
  padding-block: 3em 1em;
}

body > footer ul {
  margin: 0;
}

body > footer a {
  color: #000;
}

body > footer :is(a.on, .on > a) {
  color: #000;
  text-decoration: none;
}

body > footer .fatFooter {
  max-width: calc(59.375em + 2 * var(--ws-gap));
  margin-bottom: 3em;
}
body > footer address {
  text-align: center;
}

body > footer .wrap {
  border-top: 1px solid rgba(255, 255, 255, 0.125);
  overflow: visible;
  padding-top: 1em;
}
body > footer .wrap > * {
  font-size: 0.75em;
  color: #666;
}
body > footer .wrap a {
  color: #666;
}

body > footer .wrap nav {
  display: inline;
}
body > footer .wrap nav ul {
  display: inline-flex;
}

body > footer > .wrap nav a {
  color: #666;
}
body > footer .wrap nav ul li.current_page_item a {
  color: var(--red);
}

.footer-socials .facebook {
  display: block;
  width: 1rem;
  height: 1.375rem;
  margin-inline: auto;
  background: url(images/icons/facebook-f.svg) no-repeat center / contain;
}
.footer-socials .facebook:is(:hover, :focus) {
  filter: grayscale(1) brightness(0);
}

.footer-bottom {
  border-top: 1px solid var(--grey-lt-alt-2);
  position: relative;
}
.footer-bottom:after {
  content: "";
  position: absolute;
  right: 0;
  top: -21px;
  width: 121px;
  height: 41px;
  background-image: url(images/icons/heartbeat.svg);
  background-color: var(--grey-lt);
}

/* TRANSITIONS ------------------------------ */

a,
a *,
button,
.button,
input:is([type="button"], [type="submit"], [type="reset"]),
:is(input, select, textarea):focus,
#alertApp,
#alertApp span,
#alertDesc {
  transition: var(--ws-transition);
}

.stop-transitions * {
  transition: none !important;
}

/* ANIMATIONS ------------------------------ */

@media screen and (prefers-reduced-motion: no-preference) {
  .translate-up,
  .translate-down,
  .translate-left,
  .translate-right {
    opacity: 0;
    transition: all 1s ease;
  }

  .translate-up {
    transform: translate(0, 3rem);
  }

  .translate-down {
    transform: translate(0, -3rem);
  }

  .translate-left {
    transform: translate(3rem, 0);
  }

  .translate-right {
    transform: translate(-3rem, 0);
  }

  :is(
    .translate-up,
    .translate-down,
    .translate-left,
    .translate-right
  ).animated {
    opacity: 1;
    transform: translate(0, 0);
  }
}

/* SEARCH ------------------------------ */
.search-results article {
  border-top: 1px dashed #d4d9e1;
  padding: 1em 0;
}

.search-results .pagination {
  border-top: 1px dashed #d4d9e1;
  display: flex;
  flex-wrap: nowrap;
  gap: 0.125rem;
  justify-content: center;
  margin-top: 3.125em;
  padding-top: 1.5625em;
}

.search-results .pagination .off {
  opacity: 0.5;
  pointer-events: none;
}

.search-results .pagination .prev {
}

.search-results .pagination .next {
}

.search-results .pagination ol {
  display: flex;
  flex-wrap: wrap;
  gap: 0.125rem;
  justify-content: center;
  margin: 0;
  padding: 0;
}

.search-results .pagination li {
  list-style: none;
}

.search-results .pagination a,
.search-results .pagination span {
  align-content: center;
  align-items: center;
  border-radius: var(--border-radius);
  color: var(--ws-color-font);
  display: flex;
  font-weight: var(--bold);
  height: 2.3125rem;
  justify-content: center;
  width: 2.3125rem;
}

.search-results .pagination li.on a,
.search-results .pagination span.current {
  box-shadow: inset 0 0 0 2px var(--ws-color-accent);
  font-weight: bold;
  color: var(--ws-color-accent);
}

.entry-header .posted-on .date-updated {
  display: none;
}
/* SEARCH END ------------------------------ */

/*****/
.block-about-location.contact-info-banner {
  padding: 0;
  background: var(--grey-lt);
  margin: 0 0 89px;
}
.block-about-location.contact-info-banner .block-about-location__copy {
  padding: 50px 0;
  width: calc(50% - 46px);
  margin: auto;
}
.contact-info-banner .block-about-location__img {
  width: calc(50% - 46px);
}
.block-about-location.contact-info-banner img {
  aspect-ratio: 300 / 190;
}
.two-new-column-section .block-about-location__copy-info ul {
  padding-left: 0;
  padding-top: 10px;
}
.two-new-column-section .block-about-location__copy-info ul li {
  list-style: none;
}
.two-new-column-section {
  margin-bottom: 59px;
}

.two-new-column-section .block-contact-dir-left,
.two-new-column-section .block-contact-dir-right {
  width: calc(49% - 2.1875rem);
}

.call_now_location {
  position: fixed;
  top: 90% !important;
  right: 0px;
}
.call_now_location a.btn.callnowbtn {
  display: flex;
  justify-content: center;
  gap: 10px;
  align-items: center;
  border-radius: 50px 0px 0px 50px;
}

.call_now_location a.btn.callnowbtn span {
  color: var(--primary);
}

.call_now_location a.btn.callnowbtn:hover span {
  color: #fff;
}

/***/
.call_now_location .callnowbtn {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  border-radius: 50px;
  overflow: hidden;
  transition: all 0.4s ease;
  padding: 0;
}

/* Icon perfectly center */
.call_now_location .callnowbtn img {
  position: absolute;
  width: 24px;
  height: 24px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.35s ease;
}

/* Text hidden by default */
.call_now_location .callnowbtn span {
  opacity: 0;
  transform: translateY(10px);
  transition: all 0.35s ease;
  white-space: nowrap;
  position: absolute;
}

/* Hover button expand */
.call_now_location .callnowbtn:hover {
  width: 170px;
  padding: 0 20px;
}

/* Hide icon smoothly */
.call_now_location .callnowbtn:hover img {
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
}

/* Show text perfectly center */
.call_now_location .callnowbtn:hover span {
  opacity: 1;
  transform: translateY(0);
}
/***/
@media (max-width: 991px) {
  .block-about-location.contact-info-banner .block-about-location__copy {
    padding-top: 0px;
    width: 100%;
  }
  .contact-info-banner .block-about-location__img {
    width: 100%;
  }
  .contact-info-banner .block-about-location__inner {
    padding: 50px 0;
  }
  .two-new-column-section .block-contact-dir-left,
  .two-new-column-section .block-contact-dir-right {
    width: 100%;
  }
  .two-new-column-section .block-about-location__inner {
    grid-gap: 0;
  }
}
/** 06-05-2026 **/
.new-continer-section
  .container
  .block-about-location__inner
  .block-about-location__img
  img {
  aspect-ratio: 429 / 390;
}

/* our-service-section-er */
.our-service-section-er .block-service-location__inner {
  grid-gap: 50px;
}
.our-service-section-er .block-service-location__services {
  align-items: center;
  margin: 0 auto;
  width: 100%;
  max-width: 1080px;
  margin: 0 auto;
}
.our-service-section-er
  .block-service-location__services
  .block-service-location__item {
  flex-direction: row;
  align-items: center;
  background-color: transparent;
  padding: 0;
  width: calc(33.33% - 26px);
}
.our-service-section-er
  .block-service-location__services
  .block-service-location__item
  .block-service-location__img {
  min-height: auto;
  width: 50px;
  max-height: none;
  max-width: none;
}
.our-service-section-er
  .block-service-location__services
  .block-service-location__item
  .block-service-location__copy
  h3 {
  font-weight: 400;
  color: var(--text-primary);
  font-size: 16px;
  text-align: left;
}

.display-hide {
  display: none;
}

@media (max-width: 991px) {
  .our-service-section-er
    .block-service-location__services
    .block-service-location__item
    .block-service-location__img {
    width: 40px;
  }
}

@media (max-width: 767px) {
  .our-service-section-er .block-service-location__services {
    max-width: 920px;
  }
  .our-service-section-er
    .block-service-location__services
    .block-service-location__item {
    width: calc(50% - 10px);
    grid-gap: 10px;
  }
  .our-service-section-er
    .block-service-location__services
    .block-service-location__item
    .block-service-location__img {
    width: 35px;
  }
}
@media (max-width: 450px) {
  .our-service-section-er
    .block-service-location__services
    .block-service-location__item {
    width: 100%;
    grid-gap: 10px;
  }
}

/**/
.new-btn {
  text-decoration: none !important;
  margin-top: 12px;
}
.new-btn:hover {
  color: var(--white) !important;
}
.page-id-1824 .block-faq__inner,
.page-id-217 .block-faq__inner {
  display: none;
}

@media (max-width: 1080px) {
  .page-id-1824 .accordion-inner.short-accordion {
    margin-bottom: 0;
  }
  .page-id-1824 section.accordions {
    gap: 30px;
  }
}

/*doctor-filters style start*/
.page-id-198 .block-faq__inner {
  display: none;
}
.block-faq__inner {
  display: none;
}
.doctor-filters.buttons {
  justify-content: center;
  margin: 30px auto 50px;
}
button.doctor-filter {
  background-color: var(--yellow);
  color: var(--primary);
  padding: 12px 30px;
}
button.doctor-filter.button:hover,
button.doctor-filter.active {
  background-color: var(--red);
  color: var(--white);
}

.blog-single .custom-post-faq h6.block-faq__question {
  font-size: var(--h6);
  margin: 0;
  line-height: 1.2em;
}
.custom-post-faq .block-faq__header h2 {
  margin: 0;
  line-height: 1.2em;
  font-weight: 700;
  color: var(--primary);
  font-size: var(--h3);
  text-transform: uppercase;
}
.custom-post-faq .container {
  padding: 0;
}
.block-faq.custom-post-faq .block-faq__inner {
  padding-bottom: 20px;
}
.block-faq.custom-post-faq {
  padding: 0 0 0px;
}
.leaderful-blog-pagination {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  grid-gap: 14px;
}
.page-numbers {
  color: var(--white);
  background-color: var(--red);
  padding: 12px 20px;
  font-size: 19px;
  font-weight: 700;
}
span.page-numbers.current,
.page-numbers:hover {
  background-color: var(--yellow);
  color: var(--primary);
}

/*text-box-new-style*/
.text-box-section-inner-section.block-location-banner {
  padding-bottom: 0;
}
.text-box-section-inner-section .block-location-banner__inner {
  align-items: center;
}
.text-box-section-inner-section .block-location-banner__box {
  margin: 250px auto -60px auto;
  align-items: center;
  padding: 30px 50px 30px;
  grid-gap: 30px;
  position:relative;
  top:100px;
}
.text-box-section-inner-section .block-location-banner__box-img {
  width: calc(30% - 15px);
  max-width: 190px;
}
.text-box-section-inner-section .block-location-banner__copy {
  width: calc(70% - 15px);
}


.text-box-section-inner-section .block-location-banner__copy h5 {
  font-size: var(--h5);
}

section.block-time-belt.inner-banner-section {
  padding-top: 200px;
}

.page-id-1366 .wp-block-buttons.is-layout-flex.wp-block-buttons-is-layout-flex {
    display: none;
}
.text-box-section-inner-section .block-location-banner__copy h1.h2 {
    font-size: 32px;
}

.text-box-section-inner-section .block-location-banner__address{
	margin-top:10px;
	max-width:100%;
}
.text-box-section-inner-section .block-location-banner__address img {
    width: 32px;
}
@media (max-width: 991px) {
  .text-box-section-inner-section.block-location-banner {
    padding-bottom: 60px;
  }
 .text-box-section-inner-section .block-location-banner__box {
    margin: -100px auto 0;
    padding: 32px 30px 25px;
    grid-gap: 20px;
  }
	
  section.block-time-belt.inner-banner-section {
    padding-top: 31px;
  }
	.text-box-section-inner-section .block-location-banner__box{
		top:unset;
	}
}

@media (max-width: 575px) {
  .text-box-section-inner-section .block-location-banner__box-img {
    max-width: 100%;
  }
  .text-box-section-inner-section .block-location-banner__box-img,
  .text-box-section-inner-section .block-location-banner__copy {
    width: 100%;
  }
  .text-box-section-inner-section.block-location-banner {
    padding-bottom: 0;
  }
 .text-box-section-inner-section .block-location-banner__box {
        margin-top: 0;
        max-width: 100%;
        padding: 30px 20px;
	 text-align:center;
	}	
	.text-box-section-inner-section .block-location-banner__copy h1.h2 {
    font-size: 28px;
}
	.text-box-section-inner-section .block-location-banner__address {
    margin-top: 0;
    gap: 20px;
    align-items: center;
    justify-content: center;
}
	.text-box-section-inner-section .block-location-banner__address p {
    flex: none;
}
}
@media (max-width:475px){
		.text-box-section-inner-section .block-location-banner__address p {
    flex: 1;
}
}

/*home-page-section*/
@media (min-width:992px){
	.block-hero.home-text-box-section-inner-section {
    padding-bottom: 0;
}
.home-text-box-section-inner-section .block-hero__copy {
    align-items: center;
    margin: 250px auto 0px auto;
    grid-gap: 30px;
    position: relative;
    top: 200px;
    box-shadow: 0 8px 18px rgba(0,0,0,0.40);
}
section.block-source.home-inner-banner-section {
    padding-top: 275px;
}
.home-text-box-section-inner-section .block-hero__copy .block-hero__top h1 {
    font-size: 32px;
}
.home-text-box-section-inner-section .block-hero__copy .block-hero__item {
    padding: 25px 30px;
}
.home-text-box-section-inner-section .block-hero__copy .block-hero__item .block-hero__item-copy h2 {
    font-size: 32px;
}
.home-text-box-section-inner-section .block-hero__copy .block-hero__item .block-hero__item-cta a {
    padding: 20px 30px;
}
}
@media (max-width:991px){
	.home-text-box-section-inner-section .block-hero__copy .block-hero__top h1 {
    font-size: 30px;
}
.home-text-box-section-inner-section .block-hero__copy .block-hero__item .block-hero__item-copy h2 {
    font-size: 28px;
}
}