:root {
  --digi-beige: #f1eedb;
  --digi-blue: #279bd1;
  --digi-darkblue: #0a3269;
  --digi-white: #ffffff;
  --digi-green: #91c98f;
  --digi-grey: #EBEBEB;
  --digi-space-0: 0rem; /* 0px */
  --digi-space-1: 0.25rem; /* 4px */
  --digi-space-2: 0.5rem; /* 8px */
  --digi-space-3: 1rem; /* 16px */
  --digi-space-4: 1.5rem; /* 24px */
  --digi-space-5: 3rem; /* 48px */
  --digi-space-6: 6rem;
  --digi-fira: "Fira Sans", sans-serif;
  --digi-pt: "PT Serif", serif;
}
.digi-font-pt 
{
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}
.digi-font-fira {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}
.digi-font-bold {
  font-weight: 500;
}
.digi-font-heading2, .digi-font-heading2 > * {
    font-family: "Fira Sans", sans-serif;
    font-weight: 400 !important;
    font-size: 20px;
    color: var(--digi-darkblue) !important;
}
.digi-font-heading2 > * {
  text-decoration: underline;
   text-underline-offset: 5px;  
}
/** Font family - CSS */
.fira-sans-light {
  font-family: "Fira Sans", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.fira-sans-regular {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.fira-sans-medium {
  font-family: "Fira Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
}

.fira-sans-semibold {
  font-family: "Fira Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.fira-sans-bold {
  font-family: "Fira Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
}
.pt-serif-regular {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: normal;
}

.pt-serif-bold {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: normal;
}

.pt-serif-regular-italic {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-style: italic;
}

.pt-serif-bold-italic {
  font-family: "PT Serif", serif;
  font-weight: 700;
  font-style: italic;
}

/** ---- **/

/* Font Details */
/**
* Body - Trebuchet MS - 16px - Replaced by Fira Sans GF 16px
* Page Titles - Georgia - 45px - Replaced by Tinos 
* Menu Item - Trebuchet MS - 16px - Replaced by Fira Sans GF 16px
* 2025 - 04-03 - H1 – PT Serif, 45pt, regular | H2 – PT Serif, 25pt, regular | H3 – Trebuchet MS, 18pt, bold | Body – Trebuchet MS, 16pt, regular
*/

/* 2025 01 - Redesign Started*/
html {
  background-color: #ffffff;
}
body {
  font-family: var(--digi-fira) !important;
  font-weight: 400;
  font-style: normal;
  font-size: 16px !important;
  line-height: 19px !important;
  color: #444444;
  background-color: #ffffff;
  border-top: 10px solid;
  border-image-slice: 1;
  border-width: 10px;
  border-image-source: linear-gradient(to left, #0a3269, #9dcd7a);
}

b,
strong {
  font-weight: bold;
}
a {
  text-decoration: none;
  color: #569fd1;
}

a:hover,
a:focus,
a:active {
  color: #135cae;
}

a[href^="mailto:"] {
  color:#00acc8 !important;
}

.gt_selector {
  padding: 2px 2px;
  margin-left: 10px;
}
.form-label {
  color: var(--digi-darkblue);
}
.font-xl {
  font-size: 2rem !important ; /* 32px */
}

.font-l {
  font-size: 1.5rem !important; /* 24px */
}

.siteBody {
  background: #ffffff;
}
.border-rounded {
  border-radius: 20px;
}
.border-circular {
  border-radius: 50%;
}
/* Buttons */

.btn {
}
.btn-search {
  border-radius: 4px;
  padding: 5px 25px;
}
.btn-blue,
.btn-primary {
  background: var(--digi-blue) !important;
  color: #fff !important;
  margin-bottom: 10px !important;
}
.btn-xl {
  padding: var(--digi-space-2) var(--digi-space-4);
}
.btn-blue .t1 {
  font-size: 30px;
}

/* Background - Colors, Images & Others */

.digi-bg-beige {
  background: var(--digi-beige);
}
.digi-bg-darkblue {
  background: var(--digi-darkblue);
}
.digi-bg-grey {
  background: var(--digi-grey);
}
/* Contact Us Page */
.contact .comp {
  background: var(--digi-beige);
}

/** DJ Mega Menu Re-Do***/
.dj-offcanvas-dark,
.dj-offcanvas-dark .dj-offcanvas-top,
.dj-offcanvas-dark .dj-offcanvas-content {
  background: var(--digi-darkblue) !important;
  color: var(--digi-white);
}
ul.dj-mobile-dark li.dj-mobileitem > a {
  background: var(--digi-darkblue) !important;
}

#dj-megamenu199 .dj-megamenu {
  justify-content: space-around;
}
.dj-megamenu-clean li a.dj-up_a {
  height: 100px !important;
  line-height: 100px;
}
.dj-megamenu-clean li a.dj-up_a > span {
  line-height: 4em;
  font-size: 16px;
  height: 100px !important;
  color: var(--digi-darkblue);
  font-family: var(--digi-fira);
  font-weight: 400;
}
.dj-megamenu-clean li a.dj-up_a > span > span {
  line-height: 4em;
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

.dj-megamenu-clean li a.dj-up_a:hover,
.dj-megamenu-clean li a.dj-up_a:focus,
.dj-megamenu-clean li a.dj-up_a:active,
.dj-megamenu-clean li a.dj-up_a.active span {
  color: var(--digi-darkblue);
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}
.dj-megamenu-clean li a.dj-up_a:hover > span,
.dj-megamenu-clean li a.dj-up_a:focus > span,
.dj-megamenu-clean li a.dj-up_a:active > span,
.dj-megamenu-clean li a.dj-up_a.active > span {
  color: var(--digi-darkblue) !important;
}
.dj-megamenu-clean li a.dj-up_a:hover > span > span,
.dj-megamenu-clean li a.dj-up_a:focus > span > span,
.dj-megamenu-clean li a.dj-up_a:active > span > span,
.dj-megamenu-clean li a.dj-up_a.active > span > span {
  line-height: 4rem;
  border-bottom: 4px solid var(--digi-darkblue);
}
.dj-megamenu-clean li a.dj-up_a:hover > span > span.arrow,
.dj-megamenu-clean li a.dj-up_a:focus > span > span.arrow,
.dj-megamenu-clean li a.dj-up_a:active > span > span.arrow,
.dj-megamenu-clean li a.dj-up_a.active > span > span.arrow {
  border-bottom: 4px solid rgba(0, 0, 0, 0);
}

#navigation-row,
#navigation-row .row-container,
.dj-megamenu-wrapper {
  /* position: relative;
  overflow: visible !important;
  z-index: 100; */
}

.dj-megamenu-clean {
  position: static !important;
}

.navbar {
  position: static;
}

.dj-subwrap {
  position: absolute !important;
  /* top: 100% !important; */
  top: auto !important;
  left: 0 !important;
  z-index: 9999 !important;
  visibility: visible !important;
  overflow: visible !important;
}

.dj-megamenu-wrapper,
.dj-megamenu {
  overflow: visible !important;
}

.dj-megamenu-clean li div.dj-subwrap .dj-subwrap-in {
  background-color: var(--digi-darkblue) !important;
  color: var(--digi-blue);
  overflow: visible !important;
  padding: var(--digi-space-4);
  justify-content: center;
}
.dj-megamenu-clean li div.dj-subwrap.multiple_cols .dj-subwrap-in {
  justify-content: center;
}

.dj-megamenu-clean li ul.dj-submenu > li > a {
  color: #279bd1 !important;
  text-transform: none;
  text-align: left;
}
.dj-megamenu-clean li ul.dj-submenu > li:hover > a,
.dj-megamenu-clean li ul.dj-submenu > li:focus > a,
.dj-megamenu-clean li ul.dj-submenu > li.active > a,  .dj-megamenu-clean li ul.dj-submenu > li.active > a.underline{
  color: #f1eedb !important;
  text-decoration: underline;
  text-underline-offset: 4px;
  background: rgba(0, 0, 0, 0) !important;
}

/*Search Page */
.result__taxonomy-item.result__taxonomy--Type,
.result__taxonomy-item.result__taxonomy--Author,
.result__taxonomy-item.result__taxonomy--Category span,
.result__taxonomy-item + .result__taxonomy-item:before,
.result__date:after {
  display: none;
}
.result__taxonomy-item.result__taxonomy--Category {
  padding: 6px 30px;
  margin-left: 0px !important;
}

.result__date,
.result__title a {
  color: #0a3269;
  font-family:var(--digi-pt);
  text-decoration:underline;
}

.phmc-custom-search .js-finder-search-query {
  border-radius: 8px;
  padding: 12px;
  border: 0px;
}
.phmc-custom-search .btn-search {
  padding: 12px;
  border-radius: 8px;
  border: 0px;
  margin: 5px;
}
.phmc-custom-search .btn-reset {
  background: #9ac283;
  padding: 12px;
  border-radius: 8px;
  border: 0px;
  margin: 5px;
  color: #ffffff;
}

/* Showcase */

.showcase-content {
  background: #2b2b2b;
}
.showcase-content .slide-title span:nth-child(1) {
  color: #00a4d2;
}
.showcase-content .slide-title {
  font: 40px/48px "Open Sans Condensed", sans-serif;
  color: #ffffff;
  text-transform: capitalize !important;
}
.showcase-content p {
  text-transform: uppercase;
  color: #ffffff;
}
.showcase-content a {
  text-decoration: none;
}

/* Family Zone */
.fz-middle h3 {
  color: var(--digi-blue);
  font-weight: 500;
  font-family: var(--digi-fira);
  font-size: 1.313rem;
  margin-bottom: 0.5rem;
}
.fz-middle .fz-middle-feature p,
.digi-fz {
  font-size: 1.23rem;
  line-height: 1.6rem;
  color: #000;
}
/* Feature */
#feature-row {
  background-color: #f5f3e4 !important;
}
#feature-row a.btn,
.elrc-btns a.btn {
  width: 100%;
  padding: 10px;
}

.topClass {
  color: #ffffff;
  text-shadow: none;
  background-color: #414141;
  background-image: -moz-linear-gradient(top, #434343, #3e3e3e);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#434343),
    to(#3e3e3e)
  );
  background-image: -webkit-linear-gradient(top, #434343, #3e3e3e);
  background-image: -o-linear-gradient(top, #434343, #3e3e3e);
  background-image: linear-gradient(to bottom, #434343, #3e3e3e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff434343', endColorstr='#ff3e3e3e', GradientType=0);
  border-color: #3e3e3e #3e3e3e #181818;
}

/** Headings */
h1,
h2,
h4,
h5,
h6 {
  font-family: "PT Serif", serif;
}
h3 {
  font-family: var(--digi-fira);
  color: var(--digi-blue);
  margin-bottom: 0px;
  font-size: 18px;
  text-transform: none;
  line-height: 42px;
  letter-spacing: 1px;
}
h1 {
  font-size: 60px;
  font-family: var(--digi-pt);
  font-weight: 400 !important;
  font-style: normal;
  color: #0a3269 !important;
  text-transform: none !important;
}
h2 {
  font-weight: normal !important;
  color: #243f7e;
}
h2.item-title {
  font-family: "PT Serif", serif;
  /* text-transform: uppercase; */
  font-weight: 700;
  /* padding: 0 0 18px 0; */
  color: #243f7e;
  /* font-size: 27px; */
  font-size: 42px !important;
}
h2.item-title a {
  text-decoration: none;
  color: #2a3068;
}

h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #569fd1;
}
/* h2.heading-style-2 {
  font: 14px/18px 'Open Sans', sans-serif;
    text-transform: uppercase;
    font-weight: 700;
    color: #2A3068;
    padding: 0 0 10px 0;
}
h2.heading-style-2 a {color: #2A3068; text-decoration: none;} */

h3.moduletitle {
  font-size: 37px;
  font-family: "Tinos", serif;
}
h5 {
  font-size: 12px;
  font-weight: bold;
}
h5 a {
  color: #444444;
}
h6 {
  font-size: 10.2px;
  font-weight: bold;
  color: #444444;
}
.mod-newsflash-adv h4.item_title {
  color: #185a7d !important;
  letter-spacing: normal;
  font-family: Roboto, sans-serif !important;
  font-size: 24px !important;
  font-weight: bold !important;
  line-height: 28px !important;
  text-rendering: optimizeLegibility;
  padding-bottom: 0px;
  text-transform: none;
}

h4,
.resources h2.item-title {
  color: #6b625e;
  text-transform: none !important;
}

/***/

/* Sidebar */
.aside-right {
  display: flex;
  flex-direction: column;
  padding-bottom: 2rem;
}
.aside-right.no-card.bordered h3,
.mainbottom.no-card.bordered h3 {
  border-top: 5px solid #222222;
  font-size: 21px;
  color: #f68a33;
  text-transform: none;
  padding-top: 5px;
  margin-bottom: 20px;
  letter-spacing: normal;
}

#dj-megamenu207 .dj-icon {
  max-width: 24px;
}
#dj-megamenu207 li a {
  padding: 0px 5px;
}

/* Articles and other CSS */

.highlight-box {
  background-color: #f1eedb;
  padding: 15px;
}
.com-content-category-blog__item.blog-item h2 a {
  font: 20px/25px "Open Sans", sans-serif;
  font-weight: 700;
  text-decoration: none;
  color: #185a7d;
}
.news_articles dl.article-info {
  border: 0px solid rgba(0, 0, 0, 0);
  margin: 0;
  padding: 0;
}
dl.article-info {
  border-top: 1px solid #d7d7d7;
  border-bottom: 1px solid #d7d7d7;
  margin: 0 0 16px;
  color: #8b8b8b;
  font-size: 14px;
  padding: 16px 0;
}
p.readmore a,
a.btn.btn-info.readmore {
  font: 12px/16px "Fjalla One", sans-serif;
  background: none;
  color: #f68a33 !important;
  border: none;
  outline: none !important;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
p.readmore a:hover,
p.readmore a:focus,
p.readmore a:active,
a.btn.btn-info.readmore:hover,
a.btn.btn-info.readmore:focus,
a.btn.btn-info.readmore:active {
  background: none;
  color: #005580 !important;
  box-shadow: none;
}
.com-content-category-blog__item.blog-item a:hover,
.com-content-category-blog__item.blog-item a:focus {
  color: #464646;
}

.news-item .page-header {
  padding-top: 2rem;
}
.news-item .page-header h2,
.news-item .page-header h2 a {
  font-family: "Fira Sans", sans-serif;
  font-weight: 400;
  font-size: 20px;
  color: var(--digi-darkblue);
}
.news-item-content {
  background: var(--digi-beige);
}

/* Search Box */
#mc_embed_signup .form-group {
  margin-bottom: 10px;
}
#mc_embed_signup .mc-field-group {
  margin-right: 0.5rem !important;
  padding-bottom: 0px !important;
}
#mc_embed_signup .mc-field-group input {
  margin: 10px 0;
  border-radius: 10px;
}
#mc_embed_signup .button {
  margin: 0px;
  height: auto;
  padding: 5px;
  border-radius: 10px;
}
#mc_embed_signup .mc-field-group input::placeholder,
#mc_embed_signup .mc-field-group input::-moz-placeholder,
#mc_embed_signup .mc-field-group input::-webkit-input-placeholder {
  color: #000000;
}
.mc-field-group label {
  display: block;
  margin-bottom: 5px;
}
label.finder {
  display: none;
}
.search-block .mod_search88 {
  border: 1px solid #e5e5e5;
  /* background: #f2f2f2;
    width: 277px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    float: right;
    margin-top: -21px;
    padding: 12px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; */
}
.search-block .inputbox {
  float: left;
  height: 35px;
  background: transparent;
  border: 1px solid transparent;
  text-transform: uppercase;
  padding: 6px 16px;
  width: 210px;
  -webkit-box-shadow: 0 0 0 !important;
  -moz-box-shadow: 0 0 0 !important;
  box-shadow: 0 0 0 !important;
}
.search-block .inputbox::placeholder {
  color: #999999 !important;
  font-family: "Open Sans", sans-serif;
  font-size: 14px;
  font-weight: 500;
}
.searchsearch-block.mod_search102 button {
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  border-radius: 53%;
  color: #fff;
  height: 35px;
  width: 35px;
  padding: 0px;
  background: #19d3c5;
  border-color: #19d3c5;
}
.searchsearch-block.mod_search102 button:before {
  content: "\f002";
}
.search-block .btn-primary {
  float: right;
  margin-right: 0;
}
.search-block .btn-primary:before {
  margin-right: 0;
  width: 35px;
  height: 35px;
  line-height: 35px;
  font-size: 20px;
}

.element-invisible {
  display: none;
}

.aside-right.search-block {
  text-align: center;
  display: flex;
  align-items: center;
}
/* .copyright {
  font: bold 15px/22px "Open Sans Condensed", sans-serif;
  color: #ffffff;
} */
.copyright {
  font: "Open Sans Condensed", sans-serif;
  color: #ffffff;
}

.topClass .navbar-nav {
  flex-direction: row;
  margin-left: auto !important;
  margin-right: 0px !important;
  flex-wrap: wrap;
}

.topClass .navbar-nav a {
  font-size: 12px;
  color: #ffffff;
  padding: 5px;
  font-weight: 400;
  font-family: "Fjalla One", sans-serif;
}
.topClass li.nav-item.active a.nav-link,
a.nav-link:focus,
a.nav-link:hover {
  color: #f68a33;
}
.mod-menu__social a {
  font-size: 12px;
}
.mod-menu__social img {
  max-width: 40px;
}

.mod-breadcrumbs__divider.float-start {
  display: none;
}
.breadcrumb-item + .breadcrumb-item::before {
  content: " > ";
}
.breadcrumb-item.active {
  font-weight: 500;
  font-size: 0.85rem;
}
/* Landing Pages - */

.below-img {
  margin-top: -4.5rem;
  padding-top: 5rem;
}
.submenu a {
  color: #0a3269;
  font-size: 15px !important;
}
.submenu a.active {
  background: #0a3269;
  color: #ffffff;
}
.submenu .itemid712,
.submenu .itemid713,
.submenu .itemid714 {
  display: none;
}
.submenu .dj-megamenu-modern li a.dj-up_a > span.dj-drop {
  padding: 0px !important;
}

/**_____Location_____**/
.location {
  color: #0a3269;
}
.location iframe {width: 100%;}

#mc_embed_signup form #mc_embed_signup_scroll {
  color: #ffffff;
}
.form-group {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

/*_____FOOTER_____*/
.footer {
  background-color: #0a3269 !important;
  background-image: url("/media/templates/site/phmc_custom/images/bg-leaves.png"); /* Replace with the actual path to your leaf image */
  background-position-x: 80%; /* Position the leaf image */
  background-position-y: bottom;
  background-repeat: no-repeat; /* Ensure the image doesn't repeat */
  background-size: 248px 183px; /* Adjust the size of the leaf image */
  color: #ffffff;
}
.footer hr {
  width: 70%;
  border-color: #ffffff !important;
  opacity: 1;
}
.footer a.nav-link {
  color: #ffffff !important;
  text-transform: none;
  font-weight: normal;
  padding-left: 5px;
}

.footer .dj-megamenu-clean li a.dj-up_a > span {
  color: #fff;
}
.footer .dj-megamenu-clean li a.dj-up_a span.name {
  border-bottom: 1px solid;
}
.footer .dj-megamenu-clean li a.dj-up_a {
  padding-left: 0px !important;
  padding-right: 20px !important;
}

.footer .dj-megamenu-clean li a.dj-up_a:hover,
.footer .dj-megamenu-clean li a.dj-up_a:focus,
.footer .dj-megamenu-clean li a.dj-up_a:active,
.footer .dj-megamenu-clean li a.dj-up_a.active span {
  color: #eeeeee !important;
}

.footer h3 {
  font-size: 20px;
}
.footer h1,
.footer h2,
.footer h3 {
  color: #ffffff;
}
.footer p {
  font-size: 14px;
}
.footer .dj-megamenu-clean li.first a.dj-up_a {
  padding-right: 0px !important;
}

/* Location Pages */
.newsletter h2,
.newsletter h3 {
  color: #ffffff !important;
  font-weight: normal !important;
  font-size: 2rem !important;
}
.newsletter form .formContainer div {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-left: 5px;
}
.archive-btn a {
  font-size: 1.15rem !important;
  color: #ffffff !important;
}
.digi-2col {
  background: linear-gradient(
    to bottom,
    white 0%,
    white 30%,
    #f1eedb 30%,
    #f1eedb 100%
  );
}
.digi-3col {
  background: #f1eedb;
}
.btn-findmore {
}

/* Staff Directory*/
.staff-directory .com-content-article__body > div,
.staff-directory .staff-directory-parent > div.staff {
  background: #f1eedb;
  padding: 2rem;
  color: #000000;
  border: 0.3rem solid #fff;
}
.staff-content .fields-container {
  list-style: none;
  padding: 0px;
}
.staff-directory .com-content-article__body > div strong,
.staff-directory .staff-directory-parent > div.staff strong {
  padding: 1rem 0;
}
.staff-content .elrc_fields.elrc_field_phone,
.staff-content .elrc_fields.elrc_field_email {
}

/*CUSTOM CSS 10-07-2025*/
.com-content-article__body table {
  border: 0 !important;
  border-collapse: collapse;
}

.com-content-article__body table td,
.com-content-article__body table th {
  border: 0;
}

ul.dj-mobile-dark li.dj-mobileitem > a {
  border-top: 1px solid #279bd1 !important;
  margin: 0 15px;
  font-size: 1rem !important;
}

ul.dj-mobile-dark ul li.dj-mobileitem > a:hover {
  font-weight: 600 !important;
  text-decoration: underline;
}

.dj-fa-0 ul.dj-mobile-dark li.dj-mobileitem.parent > a span.toggler:before,
.dj-fa-1 ul.dj-mobile-dark li.dj-mobileitem.parent > a span.toggler:before,
.dj-fa-5 ul.dj-mobile-dark li.dj-mobileitem.parent > a span.toggler:before {
  content: "\25BC" !important;
  color: #9ac283 !important;
}
.dj-fa-0
  ul.dj-mobile-dark
  li.dj-mobileitem.parent.active
  > a
  span.toggler:before,
.dj-fa-1
  ul.dj-mobile-dark
  li.dj-mobileitem.parent.active
  > a
  span.toggler:before,
.dj-fa-5
  ul.dj-mobile-dark
  li.dj-mobileitem.parent.active
  > a
  span.toggler:before {
  content: "\25B2" !important;
  color: #9ac283 !important;
}
.breadcrumb-item a {
  color: #666666;
  text-decoration: none;
  font-size: 0.85rem;
}
.breadcrumb-item a:hover {
  text-decoration: underline;
}
.dj-megamenu-clean li ul.dj-submenu > li > a:hover {
  font-weight: 600;
  text-underline-offset: 4px;
}
.footer-4 .btn-blue {
  padding: 0.75rem 2.5rem;
  font-size: 1.25rem;
}
.footer-4 .btn-blue:hover {
  background: #9ac283 !important;
}
/*CUSTOM PAGINATION CSS*/
.page-link {
  z-index: 3;
  color: var(--digi-darkblue) !important;
  background: #ffffff !important;
  border: 0px solid #ffffff !important;
  /* font-weight: bold; */
  text-decoration: none;
  padding: 1px 5px;
}
.page-link.active,
.active > .page-link {
  z-index: 3;
  background: #ffffff !important;
  border: 0px solid #ffffff !important;
  /* font-weight: bold; */
  text-decoration: underline;
  text-underline-offset: 2px;
  padding: 1px 5px;
}
.page-link.disabled,
.disabled > .page-link {
  color: #ffffff !important;
}
.pagination__wrapper > .text-end {
  display: none !important;
}
/*COUNTY OVERVIEW CSS*/
.dj-megamenu-clean li ul.dj-submenu > li.itemid712 > .active {
  color: #279bd1 !important;
  text-transform: none;
  text-align: left;
  text-decoration: none;
}
.dj-megamenu-clean li ul.dj-submenu > li.itemid712 > a:hover {
  color: #ffffff !important;
  text-transform: none;
  text-align: left;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.dj-megamenu-clean li ul.dj-submenu > li.itemid713 > .active {
  color: #279bd1 !important;
  text-transform: none;
  text-align: left;
  text-decoration: none;
}
.dj-megamenu-clean li ul.dj-submenu > li.itemid713 > a:hover {
  color: #ffffff !important;
  text-transform: none;
  text-align: left;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.dj-megamenu-clean li ul.dj-submenu > li.itemid714 > .active {
  color: #279bd1 !important;
  text-transform: none;
  text-align: left;
  text-decoration: none;
}
.dj-megamenu-clean li ul.dj-submenu > li.itemid714 > a:hover {
  color: #ffffff !important;
  text-transform: none;
  text-align: left;
  font-weight: 600;
  text-decoration: underline;
  text-underline-offset: 4px;
}
.digi-3col-desc {
  min-height: 5rem;
}
.elrc-social-icons {
  border: 3px solid #0a3269;
  width: 34px;
  height: 34px;
  line-height: 30px !important;
  text-align: center;
  border-radius: 50px;
  padding-left: 5px;
  color: #0a3269;
}
/*Added on 18-07-2025*/
p {
  line-height: 1.6rem;
}
/*ADDED ON 22-07-2025*/
.county-body-text {
  line-height: 1.8rem;
  color:var(--digi-darkblue);
  font-size: 20px;
}
.dj-megamenu-modern li a.dj-up_a:hover {
  font-weight:500 !important;
  text-decoration: underline !important;
  text-underline-offset: 4px;
}
.dj-megamenu-modern li a.dj-up_a.active {
  font-weight:normal !important;
  text-decoration: none !important;
}
/* PAGINATION CSS */
.page-link > .icon-angle-right:before {
    background:#279bd1 !important;
    padding:2px 5px;
    border-radius:3px;
    color:#ffffff;
}
.icon-angle-left:before {
    background:#279bd1 !important;
    padding:2px 5px;
    border-radius:3px;
    color:#ffffff;
}
.disabled .page-item, .disabled > .page-link{
  display:none !important;
}
.icon-angle-double-right, .icon-angle-double-left{
  display:none;
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0;
  visibility: hidden; 
}
/* ADDED ON 24-07-2025 */
.home-h3-heading{
  line-height:2.62rem !important;
  font-size:1.62rem !important;
  color:#ffffff;
}
/* ADDED ON 25-07-2025 */
 .countyover_mobile_btn {
  font-family: var(--digi-fira);
  padding: 0.8rem 1.5rem;
  border-bottom: 1px solid var(--digi-darkblue);
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: start;
}
.countyover_mobile_btn:first-child {
  border-top: 1px solid var(--digi-darkblue);
}
.countyover_mobile_btn::after {
  content: '\25B6';
  margin-left: auto;
  color: var(--digi-darkblue);
}
.elrc-fira-font{
  font-family: var(--digi-fira);
}
.elrc-font-pt{
  font-family: var(--digi-pt);
}
/* ADDED ON 28-07-2025 TO SET THE FORM TEXT ON WHITE BACKGROUND  */
.elrc-contact-us-form-text{
background: #ffffff;
padding: 0.9375rem 1.25rem 1.5625rem 5rem;
position: absolute;
top: 0px;
left: 0px;
border: 0px solid #ff0000;
width: 100%;
margin-bottom:100px;
display:block;
}
/* ADDED ON 11-08-2025 FOR NEWSLETTER SECTION ON NEWSLETTER ARCHIVE PAGES */
#phmc-newsletter-archive-wrapper {
  background: linear-gradient(to top, #F1EEDB 0%, #F1EEDB 60%, #ffffff 50%, #ffffff 100%);
}
#phmc-newsletter-archive-wrapper .phmc-newsletter-archive-container {
  background: #0A3269; border-radius: 10px; max-width: 1000px;
}
/* ENDS HERE 11-08-2025 */

#phmc-newsletter-wrapper {
  background: linear-gradient(to bottom, #F1EEDB 0%, #F1EEDB 65%, #ffffff 50%, #ffffff 100%);
}
#phmc-newsletter-wrapper .phmc-newsletter-container {
  background: #0A3269; border-radius: 10px; max-width: 1000px;
}
/* ADDED ON 04-08-2025 */
.elrc-hr{
  color:#279bd1;
}
.elrc-location-hr{
    height: 3px !important;
    background-color: #0a3269 !important;
    border: none;
    opacity: unset;
}
.elrc-lh-mobile {
    line-height: 1.6rem;
}
