@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 .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;

  /* 320-1300 */
  --h1-size-i: clamp(2em, 1.3182em + 3.4091vw, 3.875em);
  /* 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: .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 {
  color: #4A4A4A;
  font-family: 'Roboto', sans-serif;
  line-height: 1.5;
  -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: 'Roboto Condensed', 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,.15);
  clear: both;
  margin: var(--margin) 0;
  padding-top: 1px;
}
.faqs :is(hr, .wp-block-separator) {
  border-top: 1px dashed rgba(0,0,0,.15);
}

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

sup {
  bottom: 1ex;
}

sub {
  top: .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-size-i);
  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 .5em;
}

blockquote :is(footer, cite) {
  color: red;
  font-size: .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(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(--grey-lt);
  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: .5em 18px .5em 0;
  font-size: 1.25em;
  font-family: 'Roboto Condensed', sans-serif;
  font-weight: 700;
  color: #000;
  line-height: 1.55;
  position: relative;
}
#sidenav li a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 15px;
  background: url(images/icons/arrow-right-grey.svg) no-repeat center / contain;
}
#sidenav > ul > li + li > a {
  border-top: 1px dashed rgba(0,0,0,.22);
}

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

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

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

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

/* t2 */
#sidenav li.current_page_ancestor ul {
  padding-bottom: .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: .9em;
  padding: .3em 5px .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: .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: .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: .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;
}

/* 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%, 21em);
}

.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: 2em 1.5em;
  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: #000;
  font-size: clamp(1.875rem, 1.6023rem + 1.3636vw, 2.625rem);
}

.wp-block-column .highlight h2 {
  font-size: clamp(1.125em, 0.852rem + 1.36vw, 1.875rem);
}

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

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

.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: .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: 1.125em;
  margin: 0 0 1em;
}

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

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

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

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

.content ul li ul li::before {
  opacity: .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,.05);
  border: 1px solid rgba(0,0,0,.2);
  padding: .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,.05);
  border-color: #666;
}

textarea {
  display: block;
  resize: vertical;
}

select option {
  padding: 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: 1.25rem;
  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(--red);
}
.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.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 .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 .2s ease;
}

.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);
}


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

.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: .75;
}

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

.pageHeader.blog-pageHeader {
  padding: 9.375rem 0 3.125rem;
  background: var(--grey-lt);
  aspect-ratio: auto;
}
.pageHeader.blog-pageHeader:before {
  content: none;
}
.pageHeader.blog-pageHeader h1 {
  font-size: var(--h1-size-i-2);
  color: #000;
  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: 1.125em;
  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;
  border: 2px solid var(--grey-border);
  padding-bottom: 1.25rem;  
  height: 100%;
}
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: 0.875em;
  font-style: italic;
  color: #000;
}
main.blog-landing article h2 {
  font-size: 1.375em;
  line-height: 1.2;
  margin: 10px 0;
}
main.blog-landing article h2 span {
  color: #000;
}
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;
}
main.blog-landing article .entry-footer {
  margin-top: auto;
}
main.blog-landing article .entry-footer .read-more-link {
  font-size: 1.125em;
  font-weight: 900;
}
.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,.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%;
}

/* HOME -------------------------------- */
.home-hero {
  position: relative;
}
.home-hero .hero-content {
  position: absolute;
  z-index: 2;
  right: 0;
  background: rgba(255,255,255,.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 .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: .56em;
  font-weight: 500;
  text-transform: initial;
  line-height: 1.9;
}
.home h2 span.red-text {
  display: block;
  color: var(--red);
  font-size: .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: .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: .5rem;
}
.home-callouts ul {
  display: flex;
  gap: 1rem;
}
.home-callouts ul li {
  width: calc(25% - .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.10) 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: 1.25em;
  line-height: 1.35;
  padding-left: 2.45em;
  padding-top: .45em;
  position: relative;
  width: 100%;
}
.interior-services ul li {
  font-size: 1em;
}
: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;
}

.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%;
}


/* INTERIOR PAGES ---------------------- */
.tier-1-main h1 {
  font-size: var(--h1-size-i);
  font-weight: 900;
  line-height: .9;
  color: #000;
  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: -5px;
  width: 10px;
  height: 64%;
  top: 50%;
  transform: translateY(-50%);
  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;
}

/*.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(--h1-size-i-2);
  color: #000;
  font-weight: 900;
  text-transform: uppercase;
}
.tier-2-hero p {
  color: #000;
  font-size: 1.125em;
}
.tier-2-hero p strong {
  font-size: 1em;
}
.tier-2-hero p.intro {
  font-size: clamp(1.25rem, 0.9821rem + 0.8571vw, 1.625rem);
  font-weight: 700;
  line-height: 1.2;
}
.tier-2-hero p a {
  color: var(--red);
  text-decoration: underline;
}
.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: 1.125em;
  line-height: 1.7;
  color: #000;
}

.accordion h2 {
  font-size: 1.625em;
  font-weight: 900;
  color: #000;
}
.accordion-content > * {
  font-size: 1.125em;
  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 .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 .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 {
  font-size: 1.125em;
  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.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: #000;
}
.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;
}
:is(.footer-cta, #content .full-width-block) .top-text {
  font-size: clamp(1.125em, 1.034em + 0.45vw, 1.375em);
  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,.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 > *: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 ------------------------------ */
