:root {
  --clr-black: #000000;
  --clr-white: #FFFFFF;
  --clr-lt-lt-grey: #F9F9F9;
  --clr-lt-grey: #D9D9D9;
  --clr-dk-grey: #353535;
  --clr-dk-red: #98002E;
  --clr-lt-red: #EBBCBF;
  --clr-wave: #D9D9D96F;
  --clr-dk-grey-a5: #353535E5;
  --clr-lt-grey-alpha90: #D9D9D9A5;
  --clr-dk-red-alpha90: #98002EE5;
  --clr-lt-red-alpha90: #EBBCBFE5;

  --clr-primary: var(--clr-dk-red);
  --clr-secondary: var(--clr-lt-red);

  --gapbar: 2rem;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p,
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u,
i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details,
embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,
section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

::-webkit-scrollbar-thumb {
  background: var(--clr-dk-grey);
  border-radius: 100vw;
}

::-webkit-scrollbar-thumb:hover {
  background: var(--clr-dk-red);
}

::-webkit-scrollbar-track {
  background: var(--clr-lt-grey);
  border-radius: 50%;
}

/* ::-webkit-scrollbar {
  width: .75em;
  height: .75em;
} */

article, aside, details, figcaption, figure, footer, header, hgroup,
menu, nav, section {
  display: block;
}

p + ul, ul + p, p + h2, p + h3 {
  margin-top: 1rem;
}

p + p {
  margin-top: 1rem;
}

a {
  color: var(--clr-dk-red);
  text-decoration: none;
}

a:focus {
  color: var(--clr-lt-red);
  text-decoration: underline;
}

a.button span {
  background-color: var(--clr-white);
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

body {
  line-height: 1.5;
}

div.div__blob {
  background-color: var(--clr-lt-grey);
  font-weight: 700;
  font-family: 'libre_franklinbold', sans-serif;
  text-align: center;
  max-width: max(calc(300px - 2rem), 33%);
  margin: 1rem auto;
  padding: 1rem;
  border-radius: .5rem;
}

div.div__blob a.button span {
  background-color: var(--clr-white);
  margin-top: .75rem;
}

div.div__blob a.button span:hover {
  background-color: var(--clr-lt-red);
}

div.div__blob i {
  font-size: 3rem;
  margin-bottom: 1rem;
}

footer a {
  color: var(--clr-black);
}

footer a.telephone:before {
  content: "\f095";
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  padding-right: .25rem;
  position: relative;
  top: .125rem;
}

footer {
  background-color: var(--clr-lt-grey);
  color: var(--clr-black);
  text-align: center;
}

footer div#footer__ftca {
  display: block;
  grid-row-start: 2;
  grid-column: 1 / 3;
  background-color: var(--clr-white);
  padding: 1rem 1rem 3rem 1rem;
  text-align:center;
  margin-bottom: 0;
}

footer div#footer__ftca p {
  width: min(80ch, calc(100% - 2rem));
  display: block;
  margin: 0 auto;
}

footer h2 {
  color: var(--clr-black);
}

footer img {
  display: block;
  margin: 1rem auto 0 auto;
}

footer section div {
  padding: 2rem 0;
}

footer section img {
  max-width: 100%;
  margin: 0 auto;
  margin-bottom: 1rem;
}

footer section {
  margin: 0 auto;
  display: grid;
}

footer ul {
  list-style: none;
}

footer ul#footer__quicklinks {
  line-height: 2rem;
}

footer ul#footer__quicklinks li a {
  align-items: top;
  line-height: 1;
  padding: .25rem 0;
}

footer ul#footer__socialmedia {
  margin-top: 1rem;
  font-size: 3rem;
}

h1 {
  font-size: 1.75rem;
  font-family: libre_franklinbold;
  font-weight: 700;
}

h2 {
  font-family: libre_franklinbold;
  font-weight: 700;
  font-size: 1.5rem;
  color: var(--clr-dk-red);
  margin-bottom: 1rem;
}

h2 + a.button {
  margin-top:1rem;
  display: block;
}

h2.headerStyled {
  color: var(--clr-dk-red);
}

h2.headerStyled:after {
  content: "";
  display: block;
  width: 6rem;
  height: 2px;
  background-color: var(--clr-dk-red);
  margin: .5rem 0 1rem 0;
}

h3 {
  font-size: 1.2rem;
  font-family: libre_franklinbold;
  font-weight: 700;
  color: var(--clr-dk-red);
}

h4 {
  font-family: libre_franklinbold;
  font-weight: 700;
}

* + h4 {
  margin-top: 1rem;
}

header {
  width: 100%;
  padding: 0;
  margin: 0;
}

header div#header__feature a {
  font-weight: 700;
  font-family: 'libre_franklinbold', sans-serif;
  padding: 0 .25rem;
  white-space: nowrap;
}

header div#header__feature a:hover {
  color: var(--clr-lt-red);
}

header div#header__feature a:hover i {
  background-color: var(--clr-lt-red);
}

header div#header__feature a i {
  border-radius: 100%;
  background-color: var(--clr-dk-grey);
  color: var(--clr-white);
  padding: .3rem;
  margin-left: 1rem;
}

header div#logo img {
  margin: 0 auto;
  display: block;
  width: 100%;
  max-width: 332px;
}

header div {
  margin: 0;
  padding: 1em 10%;
  text-align: center;
}

header section {
  display:block;
  background-color: var(--clr-white);
  align-items: end;
}

header section.header__featuredRow a {
  font-weight: 700;
  font-family: 'libre_franklinbold', sans-serif;
  display: inline-block;
  padding: 1rem 0;
  color: var(--clr-white);
}

header section.header__featuredRow a:hover {
  color: var(--clr-lt-grey);
}

header section.header__featuredRow a i {
  font-size: 1.3em;
  vertical-align:middle;
  padding: .25rem;
}

header section.header__featuredRow div {
  display: grid;
  grid-auto-flow: column;
  padding: 0 0 0 3rem;
}

header section.header__featuredRow {
  text-align: right;
  background-color: var(--clr-dk-red);
}
header section.header__featuredRow a {
  padding: 1rem 0;
}

hr, h2:after, h2.providerPage + h3:after {
  content: "";
  display: block;
  width: max(10%, 100px);
  height: 1px;
  border: 0;
  background-color: var(--clr-dk-red);
}

hr {
  margin: 1rem 0;
}

html {
  font-family: 'libre_franklinregular', sans-serif;
}

.inlineSnap > * {
  scroll-snap-align: start;
}

.inlineSnap {
  scroll-snap-type: inline mandatory;
  scroll-padding-inline: 1rem;
}

main ol, main ul {
  padding: 1rem 2rem;
}

main row {
  display: block;
}

main row section {
  width: min(96ch, 100% - 2rem);
  margin: 1rem auto;
}

main ul.list__iconBulletList i {
  position: relative;
  top: -.33rem;
}

main ul.list__iconBulletList > li {
  padding-top: 1rem;
}

main ul.list__iconBulletList#pharmacyList ul li:nth-child(2) {
  color: var(--clr-dk-red);
}

main ul.list__iconBulletList ul {
  display: grid;
  grid-template-columns: 3rem auto;
}

main ul.list__iconBulletList ul li:nth-child(1) {
  font-size: 1.5rem;
  grid-row: 1 / span 2;
  text-align: center;
}

main ul.list__iconBulletList ul li:nth-child(2) {
  font-weight: 700;
  font-family: 'libre_franklinbold', sans-serif;
}

main ul.list__iconBulletList ul li:nth-child(2) > ul {
  all:unset;
}

main ul.list__iconBulletList ul li:nth-child(2) > ul li{
  all:unset;
}

main ul.list__iconBulletList ul li:nth-child(3) {
  grid-column: 2;
}

main ul.list__iconBulletList ul, main ul.list__iconBulletList {
  list-style: none;
  padding: 0;
  margin: 0;
}

main ul.list__leadership {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

main ul.list__leadership div {
  aspect-ratio: 1 /1;
  width: min(512px, calc(100% - 2rem));
  margin: 1rem auto;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-color: var(--clr-lt-grey);
}

main ul.list__leadership strong{
  display:block;
}

main ul.list__styleArrow > li:before {
  content: "\f054";
  display: inline-block;
  width: var(--width);
  aspect-ratio: 1 / 1;
  margin-left: calc(var(--width) * -1);
  color: var(--clr-dk-red);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

main ul.list__styleArrow {
  list-style: none;
  margin-right: 1rem;
  padding: 0;
}

main ul.list__styleArrow li > ul li {
  list-style: disc;
  margin: .25rem 1rem;
}

main ul.list__styleArrow li > ul {
  margin: 0 1rem;
  padding: 0;
}

main ul.list__styleArrow li{
  --width: 1.25rem;
  padding-left: var(--width);
  margin: 0 1rem .5rem var(--width);
  padding: 0;
}

nav a.button:before {
  all: unset;
}

nav a {
  color: var(--clr-white);
  width: 100%;
}

nav a:hover i, nav ul li:hover {
  color: var(--clr-dk-red);
}

nav a i {
  display: grid !important;
  width: 1.5rem;
  aspect-ratio: 1 / 1;
  text-align: center;
  align-content: center;
}

nav {
  background-color: var(--clr-dk-red);
  font-size: 1.2rem;
  line-height: 1.2rem;
  padding: .25em;
  font-weight: 500;
  color: var(--clr-white);
  position: absolute;
}

nav.hidden ul {
  width: 0px;
  left: -100%;
  overflow: hidden;
}

nav i#hamburger {
  color: var(--clr-white);
  cursor: pointer;
  font-size: 2rem;
}

nav i#hamburger:hover, nav ul li:hover {
  cursor: pointer;
}

nav i {
  vertical-align: top;
  color: var(--clr-white);
  padding: .25em;
  font-size: 1.1rem;
  vertical-align:middle;
}

nav li.on span {
  display: none;
  height: 0;
}

nav li.on ul li ul li:last-child {
  border-bottom: 0;
}

nav li.on ul {
  width: 100%;
  left: 0;
}

nav li ul li ul:before {
  content: "";
  padding: 0;
  width: unset !important;
}

nav li ul li ul li {
  padding: .25rem 0;
  width: 100%;
}

nav li ul li ul {
  position: unset;
  margin: 0;
  height: unset;
}

nav ul {
  text-align: left;
  display: inline-block;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: max(66%, 30ch);
  background-color: var(--clr-dk-grey);
  transition: all .5s;
  font-size: 1.5rem;
  line-height: 2em;
  /* backdrop-filter: blur(.5rem); */
  -ms-overflow-style: none;
  scrollbar-width: none;
  z-index: 10000;
  overflow-y: auto;
}

nav > ul {
  width: 20ch;
}

nav ul::--webkit-scrollbar {
  display: none;
}

nav ul:before, nav ul li ul:before {
  content: "Menu";
  display: block;
  width: 100%;
  background-color: var(--clr-dk-grey);
  color: var(--clr-md-grey);
  border-bottom: 1px solid var(--clr-black);
  text-align: center;
}

nav ul > li:last-child {
  border-bottom: 0;
}

nav ul li a {
  display: block;
  width: calc(100% - 2rem);
  padding: 0 1rem;
}

a:hover {
  color: var(--clr-lt-red);
}
nav ul li a:hover {
  cursor: pointer;
  color: var(--clr-dk-red);
}

nav ul li {
  background-color: var(--clr-dk-grey);
  border-bottom: 1px solid var(--clr-black);
  transition: unset;
  cursor: pointer;
}

nav ul li ul:before {
  content: "↩ Back";
  text-align: left;
  padding-left: 1em;
  width: calc(100% - 1.5em) !important;
  cursor: pointer;
}

nav ul li ul > li {
  cursor:default;
}

nav ul li ul li:hover {
  color: unset;
}

nav ul li ul, nav ul li ul li, nav ul li ul li:hover {
  cursor:default;
}

nav ul li ul {
  transition: unset;
}

nav ul li > ul {
  transition: width 0s;
  position: absolute;
  top: 0;
  left: -100%;
  height: 100vh;
  width: 100%;
  transition: .5s all;
}

nav li > b {
  padding: 0 1rem;
}

nav li.dropdown {
  padding: 0;
}

.providerCard.hidden {
  display:none;
}

#providersList {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
}

#providersList > div {
  background-color: var(--clr-lt-lt-grey);
}

#providersList > div div:nth-child(1) {
  aspect-ratio: 5 / 7;
  background-size: cover;
  background-position: top center;
}

#providersList > div div:nth-child(2) {
  padding: .5rem .5rem 3rem .5rem;
  color: var(--clr-dk-grey);
  font-size:1.3rem;
}

#providersList > div div:nth-child(2) p {
  font-style: italic;
}

row#careers__viewOpenings img {
  width: calc(100% - 2rem);
}

row#careers__viewOpenings section {
  width: 100%;
  align-items: center;
}

row#careers__viewOpenings section > div:nth-child(1) div {
  display: grid;
  grid-gap: 2rem;
  padding: 1rem;
  background-color: var(--clr-lt-grey);
}

row#careers__viewOpenings section > div:nth-child(2) div a.button {
  background-color: var(--clr-white);
  padding: .75rem 1rem;
  border-radius: .25rem;
  color: var(--clr-dk-red);
  font-weight: 700;
  font-family: 'libre_franklinbold', sans-serif;
  outline: 2px solid var(--clr-white);
}

row#careers__viewOpenings section > div:nth-child(2) div a.button:hover {
  background-color:var(--clr-lt-red);
}

row#careers__viewOpenings section > div:nth-child(2) div {
  background-color: var(--clr-dk-red);
  text-align: center;
}

row#careers__viewOpenings section > div:nth-child(2) div h2 {
  color: var(--clr-white);
}

row#careers__viewOpenings section > div:nth-child(1) div {
  grid-template-columns: repeat(2, 1fr);
  padding-inline: calc(100% / 6 + 1rem);
  grid-gap: .25rem;
}

row#careers__viewOpenings section > div:nth-child(1) img {
  width: 100%;
}

row#careers__viewOpenings section h2 {
  padding: 1rem 0 0 0;
}
row#careers__viewOpenings section .button {
  display: inline-block;
  margin: 1rem auto;
}

row.featured__cards {
  display: block;
  padding: 0;
  text-align: center;
  background-color: var(--clr-white);
}

row.featured__cards div {
  --color: var(--clr-lt-grey);
  display: block;
  padding: 1rem 1rem;
  text-align: center;
}

row.featured__cards div a {
  color: var(--clr-black);
  background-color: var(--clr-lt-grey);
  padding: .5rem .75em;
  font-weight: 700;
  font-family: libre_franklinbold, sans-serif;
  font-size: 1.25rem;
  border-radius: .25rem;
  margin-top: 1.1em;
  display: inline-block;
}

row.featured__cards div a:hover {
  background-color: var(--clr-lt-red);
}

row.featured__cards div > i {
  font-size: 8rem;
  color: var(--clr-dk-red);
  border-radius: 100%;
  display: grid;
  aspect-radio: 1 / 1;
  align-items: middle;
  padding: 0 1rem;
  margin: o auto 1rem auto;
}

row.featured__cards div i::before {
  display: grid;
  align-content: center;
}

row.featured__cards h2:after, h2.providerPage:after {
  all: unset;
}

row.featured__cards h2 {
  color: var(--clr-black);
}

row.featured__cards img {
  max-width: calc(100% - 2rem);
  margin: 0 auto;
  border-radius: .25rem;
}

row.featured__latestnews {
  display: block;
  padding: 3rem 1rem;
  margin: 0 auto;
  color: var(--clr-dk-grey);
}

row.featured__latestnews a#featured__latestnews__seemore {
  text-decoration: underline;
  font-size: 1.3rem;
  font-weight: 700;
  font-family: libre_franklinbold, sans-serif;
  display: inline-block;
}

row.featured__latestnews section > div {
  padding: 2rem 0;
  border-bottom: 2px solid var(--clr-lt-grey);
}

row.featured__latestnews h2 + div {
  padding-top: 0;
}

row.featured__latestnews h2, row.featured__latestnews h3 {
  color: var(--clr-dk-red);
}

row.featured__single a.button:before, .hero a.button:before {
  content: "\A";
  white-space: pre;
}

row.featured__single {
   background-size: cover;
}

row.featured__single h2:after, footer h2:after, .hero h2:after {
  all:unset;
}

row.featured__single img{
  max-width: 100%;
  margin: 0;
}

row.featured__single, row.hero {
  overflow:hidden;
  width: 100%;
}

row.featured__single span a.button span,
row.hero section.hero__slider ul li span a.button span {
  color: var(--clr-white);
  background-color: var(--clr-dk-red);
  display: inline-block;
  margin: -.25rem 0 1rem 0;
  outline: 1px solid var(--clr-dk-red);
}

row.featured__single span a span, row.hero section.hero__slider ul li a span {
  padding: .5rem 2rem;
  margin-bottom: unset;
}

row.featured__single span {
  height: fit-content;
  background-color: var(--clr-lt-red-alpha90);
}

row.featured__single span, row.hero section.hero__slider ul li span {
  display: block;
  text-align: center;
  padding: .5rem 2rem;
  color: var(--clr-dk-grey);
}

row.freeform section {
  display: block;
  margin: 0 auto;
  padding: 1em;
}

row.hero {
  display:grid;
  aspect-ratio: 19 / 10;
  background-size: cover;
  grid-template-rows: repeat(3, 1fr);
  position: relative;
  background-position: center;
}

row.hero.slider {
  aspect-ratio: 5 / 7;
}

row.hero section div {
  width: min(96ch, calc(100% - 2rem));
  padding: 1em;
  display: block;
  margin: 0 auto;
}

row.hero section.hero__slider section.hero__slider__arrows i:hover {
  background-color: var(--clr-dk-red-alpha90);
}

row.hero section.hero__slider section.hero__slider__arrows i:nth-of-type(2) {
    left: calc(100% - 2.25em);
}

row.hero section.hero__slider section.hero__slider__arrows i {
  z-index: 9999;
  position: absolute;
  bottom: 0rem;
  left: .5em;
  font-size: 2em;
  border-radius: 100%;
  background-color: var(--clr-lt-grey-alpha90);
  color: var(--clr-white);
  display: grid;
  align-items: center;
  text-align: center;
  width: 1.25em;
  aspect-ratio: 1 / 1;
  cursor: pointer;
}

row.hero section.hero__slider section.hero__slider__arrows {
  position: relative;
  top: -80%;
}

row.hero section.hero__slider ul.hero__bullets {
  aspect-ratio: unset;
  display:none;
  cursor: pointer;
}

row.hero section.hero__slider ul li {
  background-size: 100% auto;
  background-position: 50% 50%;
}

row.hero section.hero__slider ul li {
  display: inline-block;
  position: absolute;
  right: -100%;
  top: 0;
  overflow:hidden;
  width: 100%;
  height: inherit;
  display: grid;
  aspect-ratio: inherit;
  transition: .5s all;
  transition-delay: 1s;
  background-repeat: no-repeat;
  background-position: top center;
}

row.hero section.hero__slider ul li span {
  background-color: var(--clr-lt-grey);
  margin-top: 15rem;
}

row.hero section.hero__slider ul li.visible {
  right: 0;
  z-index:9998;
  transition-delay: 0s;
}

row.hero section.hero__slider ul{
  position: relative;
  height: inherit;
  aspect-ratio: inherit;
}

row.hero section.hero__slider {
  width: 100%;
  margin: 0;
  padding: 0;
  height: inherit;
  aspect-ratio: inherit;
}

row.hero section:not(.hero__slider) {
  position: absolute;
  bottom: 3rem;
  left: 0;
}

row.hero section {
  width: 100%;
  display: block;
  margin: 0 auto;
  color: var(--clr-dk-red);
  background-color: var(--clr-lt-grey-alpha90);
}

row#locationList a.button {
  background-color: var(--clr-lt-grey);
  border-radius: .75rem;
  padding: .5rem .66rem;
  color: var(--clr-dk-grey);
  margin: 1rem 0 0 0;
  outline: var(--clr-lt-grey) 1px solid;
}

row#locationList a.button:hover {
  background-color: var(--clr-white);
}

row#locationList h3 {
  color: var(--clr-dk-red);
}

row#locationList section {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  grid-gap: 2rem;
  color: var(--clr-dk-grey);
}

row#locationList section > div > div:nth-child(1) {
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  background-color: var(--clr-lt-grey);
}

row#locationList section > div div:nth-child(2) {
  --border: 3px;
  border: var(--border) solid var(--clr-lt-grey);
  border-top: 0;
  padding: 1rem;
  text-align: center;
}

row#locationList section > div div:nth-child(2) div {
  text-align: left;
  min-height: 9.9rem;
}

row.newsNotificationsList section div.paging {
  display: grid;
}

row.newsNotificationsList section div.paging ul.pageList {
  display: grid;
  grid-auto-flow: column;
  grid-gap: .125rem;
  list-style: none;
  padding: .25rem;
  margin: 0;
  background-color: var(--clr-lt-grey);
  text-align: center;
  border-radius: .25rem;
}

row.newsNotificationsList section div.paging ul.pageList li a:hover {
  background-color: var(--clr-white);
}

row.newsNotificationsList section div.paging ul.pageList li a {
  padding: 1rem;
  display: block;
  background-color: var(--clr-lt-lt-grey);
  border-radius: .125rem;
}

row.newsNotificationsList section div.post {
  display: grid;
  margin-bottom: 2rem;
}

.featured__latestnews .post_readmore a,
row.newsNotificationsList section div.post div.post_readmore a,
a.button:hover span {
  background-color: var(--clr-dk-grey);
  color: var(--clr-white);
}

.featured__latestnews .post_readmore a,
row.newsNotificationsList section div.post div.post_readmore a,
a.button span {
  font-weight: 700;
  font-family: libre_franklinbold;
  background-color: var(--clr-lt-grey);
  padding: .5rem;
  border-radius: .5rem;
  color: var(--clr-black);
  break-before: always;
  vertical-align: top;
  display: inline-block;
}

.featured__latestnews .post_readmore a:hover,
row.newsNotificationsList section div.post div.post_readmore a:hover,
row.featured__single span a.button:hover span,
row.hero section.hero__slider ul li span a.button:hover span {
  background-color: var(--clr-lt-red);
  outline: 1px solid var(--clr-white);
}

.featured__latestnews .post_readmore {
  margin: 1rem 0;
  text-align: right;
}
row.newsNotificationsList section div.post div.post_readmore a {
  margin: 1rem auto;
}

row.newsNotificationsList section div.post div.post_readmore {
  text-align: center;
}

row.newsNotificationsList section div.post img {
  width: 100%;
}

row#providerFilter ul li {
  padding: .5rem .66rem;
  margin: 0 .5rem 1rem .5rem;
  display: inline-block;
  background-color: var(--clr-lt-grey);
  cursor: pointer;
  border-radius: .5rem;
}

row#providerFilter ul li.selected {
  background-color: var(--clr-lt-red);
}

row#providerFilter ul {
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}

row.row__accordionList section > ul > li:after {
  content: "\f077";
  position: absolute;
  top: 1rem;
  right: 0;
  display: block;
  width: 3rem;
  padding: .1rem;
  aspect-ratio: 3 / 1.7;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  font-size: 1.2rem;
  font-weight: 900;
  font-family: 'Font Awesome 6 Free';
  text-align: center;
  overflow: hidden;
  background-color: var(--clr-dk-red);
  color: var(--clr-white);
}

row.row__accordionList section ul li.hidden > ul {
  max-height: 0;
  padding: 0;
}

row.row__accordionList section > ul > li:nth-child(1):after {
  content: "\f09d";
}

row.row__accordionList section > ul > li:nth-child(2):after {
  content: "\f095";
}

row.row__accordionList section > ul > li:nth-child(3):after {
  content: "\f53d";
}

row.row__accordionList section > ul > li:nth-child(4):after {
  content: "\f653";
}

row.row__accordionList section > ul > li:nth-child(5):after {
  content: "\f570";
}

row.row__accordionList section ul > li {
  padding-top: 1.25rem;
}

row.row__accordionList section > ul > li {
  position: relative;
}

row.row__accordionList section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-weight: 700;
  font-family: 'libre_franklinbold', sans-serif;
}

row.row__accordionList section ul li > ul {
  font-weight: 400;
  font-family: 'libre_franklinregular', sans-serif;
  background-color: var(--clr-lt-grey);
  border-top: 3px solid var(--clr-dk-red);
  padding: 1rem .25rem;
  overflow:hidden;
  max-height: 1000vh;
}

row.row__accordionList section > ul > li > ul li {
  padding-right: 3.25rem;
}

row.row__accordionList section ul li > ul li {
  padding-top: 0;
}

row.row__accordionList section > ul {
  margin-top: -1rem;
}

row#row__ContactRow section div div {
  width: min(512px, calc(66.6% - 2rem));
  margin: 0 auto;
  background-color: var(--clr-lt-grey);
}

row#row__ContactRow section div {
  text-align: center;
}

row.row__fogfeature {
  background-size: cover;
  background-blend-mode: darken;
  background-position: 50%;
  text-align: center;
  color: var(--clr-white);
}

row.row__fogfeature h2:after{
  all: unset;
}

row.row__fogfeature h2 {
  color: var(--clr-white);
}

row.row__fogfeature hr {
  max-width: 4rem;
  border-bottom:1px solid var(--clr-white);
  height: 0;
  background-color: var(--clr-white);
  margin-inline: auto;
}

row.row__fogfeature section {
  padding: 4rem 1rem;
}
row.row__imgScroller {
  background-color: var(--clr-lt-grey);
  padding: 1rem 0;
  text-align: center;
}

row.timeline {
  padding: 1rem 0;
  text-align: center;
  background-color: var(--clr-lt-grey);
}
row.timeline img,
row.row__imgScroller.portrait section div.imgScroller img {
  aspect-ratio: 2 / 3;
}

row.timeline img {
  inline-size: calc(100% - 2rem);
  margin: 2rem auto;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  border-radius: .5rem;
}
row.timeline section,
row.row__imgScroller section div.imgScroller {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max(32ch, 15%);
  grid-gap: 1rem;
}

row.timeline section {
  width: 100%;
  grid-gap: 0;
}
row.timeline h2:after {
  margin-inline: auto;
}

row.timeline section > div div {
  display: grid;
  grid-template-rows: auto 3rem 0;
}

row.timeline section > div:nth-child(even) div {
  border-bottom: 1px solid var(--clr-dk-red);
}
row.timeline section > div:nth-child(odd) div {
  grid-template-rows: 0 4rem auto;
  border-top: 1px solid var(--clr-dk-red);
  position: relative;
  top: -1px;
}


row.timeline section > div:nth-child(odd) div span.event,
row.timeline section > div:nth-child(even) div span.date {
  margin-bottom: 2rem;
  border-bottom-left-radius: .5rem;
  border-bottom-right-radius: .5rem;
}

row.timeline section > div:nth-child(even) div span.event,
row.timeline section > div:nth-child(odd) div span.date {
  margin-bottom: 2rem;
  border-top-left-radius: .5rem;
  border-top-right-radius: .5rem;
  padding-bottom: 1rem;
  z-index: 1;
  position: relative;
}

row.timeline section > div:nth-child(odd) div span.date {
  margin-top: 2rem;
}
row.timeline section > div:nth-child(odd) div span.event {
  margin-top: 1rem;
}
row.timeline section > div {
  display: grid;
  grid-template-rows: repeat(2, 1fr);
}

row.timeline span {
  padding: 1rem;
  background-color: var(--clr-white);
  width: calc(100% - 4rem);
  margin-inline: auto;
  display: block;
  block-size: fit-content;
}
row.timeline span.date {
  font-weight: 900;
}

row.timeline section > div:nth-child(odd) div,
row.timeline section > div:nth-child(even) div span.date {
  grid-row-start: 2;
}

row.timeline section > div:nth-child(even) div::after,
row.timeline section > div:nth-child(odd) div::before {
  content: "\f111";
  font-family: 'Font Awesome 6 Free';
  font-weight: 900;
  color: var(--clr-dk-red);
  position: relative;
  top: .75rem;
}

row.timeline section > div:nth-child(even):is(:last-child) div::after,
row.timeline section > div:last-child:nth-child(odd):is(:last-child) div::before {
  content: "\f04e";
}

row.timeline section > div:nth-child(odd) div::before {
  top: -.75rem;
}
row.timeline section > div:nth-child(even) div {
  align-items: end;
}

row.row__imgScroller section div.imgScroller div {
  padding: 1rem;
  background: var(--clr-lt-lt-grey);
  border-radius: .5rem;
}

row.row__imgScroller section div.imgScroller img {
  inline-size: 100%;
  margin: 0 auto;
  aspect-ratio: 3 / 2;
  object-fit: contain;
}

row.timeline section,
row.row__imgScroller section div.imgScroller {
  overflow-x: auto;
  overscroll-behavior-inline: contain;
  padding: 1rem;
}

row.timeline section {
  padding: 0;
}

row.timeline > div,
row.row__imgScroller section {
  width: 100%;
}

row.row__youtubeVideo section iframe {
  width: 100%;
  margin: 1rem 0;
}

row.wave {
  --height: 3rem;
  position: relative;
  bottom: var(--height);
  width: 100%;
  height: var(--height);
  margin: 0;
  background-color: transparent;
  background-size: cover;
  background-attachment: fixed;
  z-index: 9998;
  padding: 0;
  display: block;
}

row.wave + row {
  margin-top: 0;
}

row.wave svg:nth-child(2) {
  bottom: var(--height);
  opacity: .7;
}

row.wave svg:nth-child(3) {
  bottom: calc(2 * var(--height));
  opacity: 1;
}

row.wave svg path {
  fill: var(--clr-wave);
}

row.wave svg {
  position: relative;
  bottom: 0;
  opacity: .5;
}

section#featured_news_articles {
  display: grid;
  grid-gap: 1rem;
}

section#featured_news_articles div.featured_article {
  background-color: var(--clr-lt-grey);
}

section#featured_news_articles div.featured_article img {
  width: calc(100% + 2rem);
  position: relative;
  top: -1rem;
  left: -1rem;
}

section#featured_news_articles div.featured_article {
  padding: 1rem;
}

section#location__aboutUs > div:nth-child(2) {
  max-width: 50%;
  margin: 1rem auto;
  text-align: center;
}

section.locationContact > div > div {
  display: grid;
  grid-template-columns: 2rem 1fr;
  grid-gap: .25rem;
}

section.locationContact > div > div > div {
  padding-bottom: 1rem;
}

section.locationContact > div > div i{
  padding-top: 0;
  text-align: center;
}

section.locationContact div#locationAfterHours a:hover {
  color: var(--clr-dk-red);
}

section.locationContact div#locationAfterHours {
  display: block;
}

section.locationContact div#locationAfterHours div {
  display: block;
  background-color: var(--clr-lt-red);
  border-radius: 1rem;
  padding: 1rem;
  text-align: center;
}

section.locationContact div#locationHours p+h3 {
  padding-top: 1rem;
}

section.locationContact div#location__Photo {
  aspect-ratio: 16 / 9;
  background-size: cover;
  background-position: center;
  margin-bottom: 1rem;
  background-color: var(--clr-lt-grey);
}

section.locationContact i {
  font-size: 2rem;
}

section.locationContact i, section.locationContact h3 {
  color: var(--clr-dk-red);
}

section#provider {
  --img: calc(96ch / 3);
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 2fr;
}

section#provider > div {
  grid-row-start: 2;
}

section#provider > img {
  width: 100%;
  grid-row-start: 1;
}

strong {
  font-weight: 700;
  font-family: 'libre_franklinbold', sans-serif;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

ul + h2 {
  margin-top: 2rem;
}

.unsetAfter:after {
  all:unset;
}
nav ul li.megamenu > ul li > ul > li a {
  display: grid;
  grid-template-columns: 2rem 1fr;
  align-items: center;
}

nav ul li.megamenu > ul li > ul > li > ul > li a {
  display: block;
}

row.row__visitingSpecialists section {
  grid-gap: 1em;
  padding: 1rem;
}

#provider a.button span,
row.row__visitingSpecialists a.button span {
  margin-top: .25rem;
}
row.row__visitingSpecialists section > div {
  display:grid;  
  grid-template-columns: repeat(auto-fill, minmax(25ch, 1fr));
  grid-gap: 1rem;
  display: grid;
  margin: 1rem 0;
}
row.row__visitingSpecialists section > div div {
  background-color: var(--clr-lt-lt-grey);
  border-radius: .5rem;
  padding: 1rem;
}

row.row__twoColumns img {
  width: 100%;
}
footer div:nth-child(3) img {
  width: calc(100% - 2rem);
  margin-inline: auto;
}
footer ul#footer__socialmedia li {
  display: inline-block;
}

@media (max-width: 1024px) {
  row.hero.slider {
    max-height: 35rem;
  }
}
div.entry aside {
  margin: 1rem 0 0 0;
  padding: 1rem;
  outline: 2px solid var(--clr-lt-grey);
  border-radius: .25rem;
  overflow: hidden;
}
div.entry aside img {
  width: calc(100% + 2rem);
  position: relative;
  top: -1rem;
  left: -1rem;
}


div.entry aside p {
  margin-top: -.5rem;
}
div.entry aside cite {
  display: block;
  color: var(--clr-dk-grey);
  font-style: italic;
  background-color: var(--clr-lt-grey);
  width: calc(100% + 1rem);
  position: relative;
  left: -1rem;
  bottom: -1rem;
  margin-top: -.5rem;
  padding-left: 1rem;
}

@media (min-width: 1024px) {

  row.wave {
    --height: 5rem;
  }
  header section {
    width: 100%;
    margin: 0 auto;
    display: block;
  }
  header section row > section {
    grid-column: 1 / span 3;
  }
  header section row > section div {
    display: block;
    text-align: left;
    padding: 0 1rem;
  }
  header section row > section div a {
    padding: 1rem 0;
  }
  header section:nth-child(1) row {
    display: grid;
    grid-template-columns: 27% repeat(2, 1fr);
    width: min(100%, 96ch);
    margin: 1rem auto 0 auto;
    text-align: right;
    align-items: end;
  }
  header section.header__featuredRow {
    display: grid;
    grid-template-columns: 1fr min(96ch, 100%) 1fr;
    text-align: left;
    grid-gap: unset;
  }
  header section.header__featuredRow div {
    display: block;
    grid-column-start:2;
    text-align: left;
    padding: 1rem 0;
  }

  header section.header__featuredRow a {
    margin-left: 1rem;
  }
  header section:nth-child(1) row div#logo {
    text-align: left;
    padding: 0 .5rem;
  }
  header section:nth-child(1) row div#logo img {
    margin: 0;
    display: inline-block;
  }
  header section:nth-child(1) row nav {
    grid-column: 2 / span 2;
    display: block;
    text-align: right;
  }
  header div#header__feature {
    text-align:right;
    width: min(calc(100% - 3.5rem), 96ch);
    margin: 0 auto;
    padding: 1rem 2.5rem 1rem 1rem;
  }
  header div#header__feature a {
    display: inline-block;
  }
  nav.hidden, nav.hidden ul, nav.hidden ul li, nav.hidden ul li ul,
  nav.hidden ul li ul li {
    width: unset;
    left: unset;
    top: unset;
    position: unset;
    height: unset;
    width: unset;
    padding: unset;
    margin: unset;
    background-color: unset;
  }
  nav#menu {
    background-color: var(--clr-white) !important;
    font-weight: 700;
    height: 3rem !important;
    padding-bottom: 1.3rem;
  }
  nav#menu > ul {
    display: grid;
    grid-auto-flow:column;
  }
  nav#menu li > a,
  nav#menu li > b {
    padding: .25rem .5rem;
  }
  nav a {
    color: var(--clr-black);
    transition: ease-in-out 200ms;
  }
  nav i {
    color: var(--clr-dk-red);
  }
  nav i#hamburger {
    display: none;
  }
  nav ul {
    display: inline-block;
    backdrop-filter: unset;
    font-size: 1.2rem !important;
  }
  nav ul:before, nav ul li ul:before {
    all: unset;
  }
  nav ul li {
    all: unset;
    display: inline-block;
    cursor: pointer;
    color: var(--clr-black);
  }
  nav ul > li {
    padding: 0;
  }
  nav ul li a.button span {
    padding: .25em .75em;
    margin-top: -.25em;
    background-color: var(--clr-lt-grey);
  }
  nav ul li ul, nav ul li ul li {
    all: unset;
    display: none;
  }
  nav ul li ul {
    padding: .25rem 0;
    position: relative;
    left: -1rem;
  }
  nav ul li ul li {
    margin: 0 !important;
  }
  nav ul li ul li a {
    width: calc(100% - 1rem);
  }
  nav ul li.on ul, nav ul li.on ul li {
    display: block;
    background-color: var(--clr-white);
  }
  nav ul li.on ul {
    --width: 30ch;
    float: left;
    position: relative;
    left: var(--width);
    margin: 0 -30ch;
    width: var(--width);
    z-index: 10000 !important;
    font-weight: 500;
    padding: 0 !important;
  }
  nav ul li.on ul li {
    padding: 0;
  }
  nav ul li.on ul li a {
    padding: .5rem;
    border-bottom: 1px solid var(--clr-lt-grey);
  }
  nav ul li.on ul li:last-child a {
    border-bottom: 0;
  }
  nav ul li.on ul li a:hover {
    color: var(--clr-dk-red);
    background-color: var(--clr-lt-grey);
  }
  nav ul li.on.megamenu > ul {
    all:unset;
    --megawidth: calc(100% - 3.75em);
    --megacolumn: min(calc(96ch / 4), calc(var(--megawidth) / 4));
    position: absolute;
    top: 4rem;
    left: 0;
    width: var(--megawidth);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr repeat(4, var(--megacolumn)) 1fr;
    line-height: 1.1rem;
    color: var(--clr-dk-red) !important;
    padding: 1rem !important;
  }
  nav ul li.on.megamenu > ul li ul {
    top: 0;
    margin-top: .5rem;
  }
  nav ul li.megamenu > ul li:nth-child(1) {
    grid-column: 2;
  }
  nav ul li.megamenu > ul li:nth-child(2) {
    grid-column: 3;
  }
  nav ul li.megamenu > ul li:nth-child(3) {
    grid-column: 4;
  }
  nav ul li.megamenu > ul li:nth-child(4) {
    grid-column: 5;
  }
  nav ul li.megamenu > ul {
    float: none !important;
  }
  nav ul li.megamenu > ul a:hover {
    color: var(--clr-dk-red);
  }
  nav ul li.megamenu > ul span {
    color: var(--clr-dk-grey);
    display: inline-block;
    font-weight: 300;
    font-size: .85em;
    margin: .5rem 0 .75rem 0;
    width: calc(100% - 2rem);
    font-style: italic;
    padding: 0 0 2rem 0;
  }
  nav ul li.megamenu > ul li ul span {
    display: none;
  }
  nav ul li.megamenu > ul > li {
    border-top: 3px solid var(--clr-lt-grey);
    width: calc(100%);
    padding: 1.5em 1em 1.75em 1em !important;
  }
  nav ul li.megamenu > ul li > ul {
    margin: unset;
    width: unset;
    left: unset;
    color: var(--clr-black);
    padding: 0 !important;
    display: block;
    width: 100%;
    font-weight: 900;
  }
  nav ul li.megamenu > ul li > ul li {
    padding: 0 !important;
    display: block;
  }
  nav ul li.megamenu > ul li > ul li:first-child {
    padding-top: 0 !important;
  }
  nav ul li.megamenu > ul li ul li ul {
    padding: .25em !important;
  }
  nav ul li.megamenu > ul li ul li ul {
    margin-bottom: 1rem;
  }
  nav ul li.megamenu > ul li ul li a {
    width: calc(100% - 1rem);
    font-weight: 300;
    color: var(--clr-dk-grey);
  }
  nav ul li.megamenu ul li a {
    border-bottom: 0;
  }
  nav ul li.megamenu ul li > a:hover {
    background-color: var(--clr-white);
    cursor: default;
    color: var(--clr-black);
  }
  nav ul li.megamenu ul li.services ul li > a:hover {
    color: var(--clr-dk-grey);
    background-color: var(--clr-white);
    cursor: default;
  }
  nav ul li.megamenu ul li:not(.services) ul li a:hover,
  nav ul li.megamenu ul li.services ul li ul li > a:hover {
    color: var(--clr-dk-red);
    background-color: var(--clr-lt-grey);
    cursor: pointer;
  }
  row.hero, row.hero.slider, row.hero section.hero__slider, row.hero section.hero__slider ul,
  row.hero section.hero__slider ul li {
    aspect-ratio: 22 / 9;
  }
  row.featured__single span {
    top: 0rem;
    grid-column-start: 2;
  }
  row.featured__single.left section div:nth-child(2) {
    grid-column-start: 1;
    grid-row-start: 1;
    margin-left: auto;
  }
  row.featured__single.left section div:nth-child(1) {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  row.featured__single.left section div:nth-child(2) span {
    margin-left: auto;
  }
  row.featured__single, row.hero section.hero__slider ul li {
    grid-template-columns: repeat(2, 1fr);
  }
  row.hero section.hero__slider ul li {
    align-items: end;
    margin-right: auto;
    margin-left: 2rem;
    background-position: center;
  }
  row.featured__single span, row.hero section.hero__slider ul li span {
    width: min(60%, 40ch);
    border-radius: .5rem;
    padding: 1rem 2.7rem;
    position: relative;
  }
  row.hero section.hero__slider ul li span {
    text-align: left;
    bottom: 7em;
    margin-left: auto;
    margin-right: 2rem;
    background-color: var(--clr-lt-grey-alpha90);
  }
  row.featured__single a, row.hero section.hero__slider ul li a {
    display: unset;
    width: unset;
  }
  row.newsNotificationsList section div.post div.post_readmore a,
  row.featured__single span a.button span,
  row.hero section.hero__slider ul li a.button span {
    width: unset;
    padding: .5rem 1rem;
    position: unset;
    bottom: unset;
  }
  row.hero section.hero__slider ul.hero__bullets {
    display: block;
    text-align: center;
    height: 1rem;
    padding: 0;
  }
  row.hero section.hero__slider ul.hero__bullets li {
    --dimension: 1.5rem;
    display:inline-block;
    width: var(--dimension);
    height: var(--dimension);
    border-radius: 100%;
    background-color: var(--clr-dk-grey);
    outline: 1px solid var(--clr-white);
    position: relative;
    top: -4.5rem;
    margin: .5rem;
    right: unset;
    z-index: 9999;
    transition: 0s;
    transition-delay: 0 !important;
  }
  row.hero section.hero__slider ul.hero__bullets li.selected {
    background-color: var(--clr-dk-red);
  }
  row.hero section.hero__slider section.hero__slider__arrows {
    top: -15rem;
    width: min(100%, 1920px);
    margin: 0 auto;
  }
  row.hero section.hero__slider section.hero__slider__arrows i {
    font-size: 3rem;
  }
  row.featured__cards {
    --maxwidth: 28ch;
    --gap: 1rem;
    grid-auto-flow: column;
    margin: 2rem auto;
    display: block;
    width: 100%;
  }
  row.featured__cards section {
    display: grid;
    grid-template-columns: repeat(auto-fill, min(calc(100% - 2rem),30ch));
    width: min(calc(100% - 2rem), 96ch);
    margin: 0 auto;
    grid-gap: var(--gap);
  }
  row.featured__cards div {
    --border: 0;
    --outline: 0;
    --padding: 1rem;
    vertical-align: top;
    background-color: var(--clr-lt-grey);
    border-radius: .5rem;
    margin: 1rem auto;
    padding: var(--padding);
    width: calc(100% - 4rem);
  }
  row.featured__cards div i {
    border: unset;
    outline: unset;
  }
  row.featured__cards div i::before {
    aspect-ratio: 1 / 1;
  }
  row.featured__cards div a {
    background-color: var(--clr-white);
  }
  row.featured__latestnews {
    width: min(96ch, calc(100% - 2rem));
    display: grid;
    grid-template-columns: calc(350px + 1.5rem) auto;
  }
  row.featured__latestnews section:nth-child(2) {
    width: calc(100% - 2rem);
  }
  row.row__twoColumns section > div:nth-child(even) {
    border-left: 2px solid var(--clr-lt-grey);
    padding: 0 0 0  var(--gapbar);
  }
  ul.columns2 {
    columns: 2;
  }
  row.row__twoColumns section {
    display: grid;
    margin: 1rem auto;
    width: min(96ch, calc(100% - var(--gapbar)));
    grid-gap: var(--gapbar);
    align-items: start;
  }
  footer {
    text-align: left;
  }
  footer img {
    margin: -1rem auto 0 -1rem;
  }
  footer address {
    display: block;
    text-align: center;
  }
  footer section div span {
    display: inline-block;
    margin-left: auto;
  }
  footer section {
    width: min(calc(100% - 2rem), 96ch);
    grid-auto-flow: column;
    grid-template-columns: 27% auto 28%;
    padding: 1rem 0 0 0;
  }
  footer-section div {
    display: grid;
  }
  footer section > div:first-child {
    text-align: right;
  }
  footer section div:nth-of-type(2) {
    margin-top: 4.2rem;
  }
  footer section > div:nth-child(2) div {
    margin: 0 1rem;
    padding: 0 2rem;
    border-left: 3px solid var(--clr-dk-red);
  }
  footer ul#footer__quicklinks {
    columns: 2;
  }
  footer ul#footer__quicklinks li a {
    display: grid;
    grid-template-columns: 1.5rem 1fr;
  }
  footer ul#footer__socialmedia {
    display: block;
    text-align: center;
  }
  footer ul#footer__socialmedia li {
    display: inline-block;
  }
  #providersList {
    grid-template-columns: repeat(3, 1fr);
  }
  row#locationList section {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
  row#locationList address > p:not(:nth-child(1)) {
    display: none;
  }
  section.locationContact > div {
    display: grid;
    grid-template-columns: repeat(17, 1fr);
    grid-gap: 1rem;
  }
  section.locationContact > div > div {
    grid-column: 1 / span 4;
    grid-row: span 2;
  }
  section.locationContact div#location__Photo {
    grid-column: 5 / span 13;
    grid-row: 1 / span 6;
    aspect-ratio: 2 / 1;
    margin-bottom: 0;
  }
  section.locationContact div#locationHours {
    grid-column: 1 / span 8;
  }
  section.locationContact div#locationAfterHours {
    margin: 1.5rem 0;
    grid-column: 9 / span 9;
    color: var(--clr-dk-grey);
  }
  section.locationContact div#locationAfterHours div {
    padding: 1rem 3rem;
  }
  section#location__aboutUs {
    display: grid;
    grid-gap: 1rem;
    grid-template-columns: repeat(17, 1fr);
  }
  section#location__aboutUs > div:nth-child(1) {
    grid-column: 1 / span 10;
  }
  section#location__aboutUs > div:nth-child(2) {
    grid-column: 11 / span 7;
    width: 75%;
  }
  section#provider {
    grid-template-columns: calc(var(--img) * 2) auto;
  }
  section#provider img {
    grid-column-start: 2;
    grid-row-start: 1;
  }
  section#provider div {
    grid-column-start: 1;
    grid-row-start: 1;
  }
  row#careers__viewOpenings {
    background-image: linear-gradient(to right,
                        var(--clr-lt-grey) 66%,
                        var(--clr-dk-red) 66%);
    margin-top: -1rem;
  }
  row#careers__viewOpenings section {
    display: grid;
    grid-template-columns: 66.6% auto;
    background-image: linear-gradient(to right,
                        var(--clr-lt-grey) 66.6%,
                        var(--clr-dk-red) 65%);
    grid-gap: 1rem;
  }
  row#row__ContactRow section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
  row#row__ContactRow section h2 {
    grid-column: 1 / span 3;
    text-align: left;
  }
  main ul.list__iconBulletList {
    columns: 2;
  }
  main ul.list__iconBulletList#pharmacyList {
    columns: 4;
  }
  main ul.list__iconBulletList li {
    page-break-inside: avoid;
    break-inside: avoid-column;
  }
  row.newsNotificationsList section div.paging {
    grid-template-columns: repeat(3, 1fr);
  }
  row.newsNotificationsList section div.paging ul.pageList {
    grid-column-start: 2;
  }
  row.newsNotificationsList section div.post {
    grid-template-columns: 32ch auto;
    grid-gap: 1rem;
  }
  row.newsNotificationsList section div.post div {
    grid-column: 1 / span 2;
  }
  row.newsNotificationsList section div.post img + div {
    grid-column-start: 2;
    grid-column: 2 / span 1;
  }
  row.newsNotificationsList section div.post div.post_readmore {
    text-align: right;
    margin-right: 1rem;
  }
  section#featured_news_articles {
    grid-template-columns: repeat(3, 1fr);
  }
  section#featured_news_articles h2 {
    grid-column: 1 / span 3;
  }
  row.featured__single section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
    margin: 0 auto;
  }
  row.featured__single section div {
    align-items: center;
    display: grid;
  }

  div.entry aside {
     max-width: 40%;
     float: right;
     margin-left: 1rem;
     margin-bottom: .5rem;
  }
}

