/* 
   04.25.24 We don't have access to the original uncompiled css, so keep style.css
            as the base and use this for new or unique edits
*/
/*---------------------

   Accessibility edits - this edits were done when we did not have access to any sort of code
   so they were just injected into the appearance => additional CSS. They are now moved to here

   Globals 
   Unconditional green: #298537
*/
h2 {
  font-weight: 600;
}

p,
li,
.site-features a p,
.affiliate-box a p {
  font-weight: 400;
}

.site-features h2 {
  font-weight: 600;
}

/* Pre-header bar background color */
.slide-on-mobile {
  border-top-color: #298537;
}

.emergency {
  background-color: #298537;
}

.util-dt-cont {
  background-color: #298537;
}

.util-dt-cont .util-search button {
  color: #298537;
  border: 2px solid transparent;
}

.util-dt-cont .util-search button:hover {
  color: #fff;
  background-color: transparent;
  border-color: #fff;
}

.emergency a {
  color: #fff !important;
  text-decoration: none;
}

/*-------------------------------------
Footer
-------------------------------------*/
.site-footer {
  background-color: #298537;
}

.site-footer .legal p {
  font-weight: 400;
}

.legal .menu-legal-links-container li a {
  font-weight: 400;
}

.social-links a:visited path, .social-links a path {
  fill: #298537;
}

/*-------------------------------------
Font colors
-------------------------------------*/
.button, .button:visited {
  color: #fff;
  background-color: #298537;
  text-decoration: none;
  border: 2px solid #298537;
}

.button:hover, .button:visited:hover {
  color: #298537 !important;
  background-color: #fff;
  border: 2px solid #298537;
}

/* inline links require underline 
   if their color does not contrast the color of the text around them by 3:1 */
a, a:visited {
  color: #298537;
  font-weight: 600;
  text-decoration: initial;
  text-decoration-style: solid;
  text-decoration-color: #298537;
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
  text-underline-offset: 2px;
  /* transition: text-decoration-color 0.3s ease; */
}

a:hover {
  color: #298537;
  font-weight: 600;
  text-decoration-color: transparent !important;
}

a, a:visited,
#desktop-main-nav .top-level-nav, #desktop-main-nav .top-level-nav:visited,
#desktop-utility-nav li a,
#desktop-utility-nav .icon-button,
.site-features h2,
.blog-cont h3,
.blog-cont .read-more,
.click-to-call,
.accordian-tab {
  color: #298537;
}

/* Search icon */
#desktop-utility-nav .icon-button svg path {
  stroke: #298537 !important;
}

/*-------------------------------------
Nav
-------------------------------------*/
/* Desktop nav arrow */
#desktop-main-nav .mega-nav-trigger:after {
  border-top-color: #298537;
}

#desktop-main-nav a:hover {
  text-decoration-color: #298537 !important;
}

/* Donate nav button */
#desktop-utility-nav .menu-donate {
  background-color: #298537;
  border: 1px solid #298537;
}

#desktop-utility-nav li a {
  text-decoration: none;
}

/* Open nav menu BG */
#desktop-main-nav .mega-nav-box {
  background-color: #298537;
}

.mega-items a {
  font-weight: 600;
}

.mega-items a:hover {
  font-weight: 600;
}

/* mobile nav panel BG */
#mobile-nav {
  background-color: #298537;
}

/* Search button in mobile nav panel */
#mobile-nav .util-search-form button {
  color: #298537;
}

/*-------------------------------------
Page
-------------------------------------*/
.site-features a p,
.affiliate-box a p,
.blog-cont a {
  color: #000;
}

.site-features a,
.blog-cont a,
.affiliate-box a {
  text-decoration: none;
}

.blog-cont a:hover {
  color: #000;
}

/* image boxes with text in middle */
.image-cont .overlay h2,
.page-template-service .locations .location .image-cont .overlay h4 {
  background-color: #298537;
}

/* help widget on right sidebar of pages
   also one with class "cta" on news pages */
.service-help-cta,
.cta {
  background-color: #298537;
}

.service-help-cta a,
.service-help-cta .click-to-call,
.cta a,
.cta .click-to-call {
  color: #fff;
  text-decoration-color: #fff;
}

.service-help-cta p,
.cta p {
  font-weight: 400;
}

.click-to-call {
  font-weight: 600;
  text-decoration-thickness: 1px !important;
}

.click-to-call:hover {
  text-decoration-color: transparent;
}

/* help section CTA on homepage */
.help .container {
  background: rgba(41, 133, 55, 0.6784313725);
  padding: 30px 20px;
  color: #fff;
  font-weight: 400;
}

.help .container p {
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
}

.help .container .click-to-call {
  color: #fff;
  font-weight: 400;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
  text-underline-offset: 6px;
}

.help .container .click-number {
  color: #fff;
  font-weight: 400;
  text-underline-offset: 2px;
  text-decoration-thickness: 1px;
  text-decoration-line: underline;
  text-underline-offset: 6px;
}

.news-content a,
.pagination a {
  text-decoration: none;
}

.news-content .button {
  background-color: #298537;
  border-color: #298537;
}

.news-content .button:hover {
  background-color: #fff;
  color: #298537 !important;
}

/* Donate Page */
.page-template-donate .donate-header .donate-content a {
  background-color: #298537;
  text-decoration: none;
}

.page-template-donate .donate-cta {
  background-color: #298537;
}

.page-template-donate .donate-cta a {
  background-color: #fff;
  color: #298537;
  text-decoration: none;
  border: 2px solid #298537;
}

.page-template-donate .donate-cta a:hover {
  border-color: #fff;
  color: #fff;
  background-color: transparent;
}

.page-template-donate .donate-callouts div img {
  border-color: #298537;
}

.page-template-donate .outer-cont .slider-cont .quote {
  background-color: #298537;
}

.page-template-donate .slick-dots li.slick-active button:before {
  background-color: #298537;
}

/* Blog */
.blog #page-body .container h3 a {
  text-decoration: none;
}

/*-------------------------------------
End global color edits
-------------------------------------*/
/*---------------------
   Skip link */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

/*---------------------
   Focus states 
   Add class custom-focus-visible with JS
*/
.custom-focus-visible:focus-visible,
iframe:focus-visible {
  outline: 2px solid #000;
  -webkit-box-shadow: 0 0 0 4px rgb(255, 255, 255);
          box-shadow: 0 0 0 4px rgb(255, 255, 255);
}

.callout a,
.site-features a,
.location a:not(.click-to-call):not(.click-number),
.affiliate-box a {
  display: block;
}

.location a:not(.click-to-call):focus-visible {
  border: 2px solid #fff;
}

.site-features a {
  outline: 0;
  border: 2px solid transparent;
}

.site-features a:focus-visible {
  border-color: #000;
}

/*---------------------
   Mobile nav edits */
#mobile-nav {
  visibility: hidden;
}

#mobile-nav.open {
  visibility: visible;
}

/* .slick-dots button:before {
   content: '';
   display: block;
   outline: 2px solid #000;
} */
.accordian-tab:focus-visible {
  outline: 2px solid black;
  z-index: 99;
}

/*---------------------
   Home video pause btn */
button.pause_btn {
  display: block;
  position: absolute;
  bottom: 20px;
  right: 15px;
  background-color: #fff;
  border: 2px solid transparent;
  cursor: pointer;
  margin: 0;
  padding: 0;
  width: 26px;
  height: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  z-index: 80;
  -webkit-transition: background-color 0.2s ease, border 0.15s ease, color 0.25s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border 0.15s ease, color 0.25s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, border 0.15s ease, box-shadow 0.2s ease, color 0.25s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, border 0.15s ease, box-shadow 0.2s ease, color 0.25s ease, transform 0.2s ease, -webkit-box-shadow 0.2s ease, -webkit-transform 0.2s ease;
}

button.pause_btn.paused svg.pause_icon {
  display: none;
}

button.pause_btn.paused svg.play_icon {
  display: block;
}

button.pause_btn:focus-visible {
  border-color: #000;
  outline: 2px solid rgb(255, 255, 255);
}

button.pause_btn svg {
  padding: 4px;
  display: block;
  width: auto;
  height: 19px;
}

button.pause_btn svg.play_icon {
  display: none;
  -webkit-transform: translateX(1px);
          transform: translateX(1px); /* visually center */
}

button.pause_btn svg.play_icon {
  display: none;
  -webkit-transform: translateX(1px);
          transform: translateX(1px); /* visually center */
}

@media (max-width: 580px) {
  button.pause_btn {
    display: none;
  }
}
/*------------------------------
   Hide the extra close mobile button
   and re-show the original button, since it makes
   for a better natural hierarchy and makes keyboard nav possible
*/
.close-mobile-subnav {
  display: none;
}

#mobile-nav .close-mega-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: unset;
  right: unset;
  padding: 0;
  margin: 0 0 30px 0;
  font-size: 17px;
  -webkit-transform: translateX(-26px);
          transform: translateX(-26px);
}

#mobile-nav .close-mega-nav .arrow-left {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#mobile-nav .close-mega-nav svg {
  height: 20px;
  width: 20px;
  margin-left: 7px;
}

.search-input:focus {
  outline: 2px solid #000;
}

.schedule-appointment-box .callout a {
  border: 2px solid #298537;
}
.schedule-appointment-box .image-cont .overlay {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.schedule-appointment-box .icon {
  display: block;
  width: 140px;
}

.appointment-site-features {
  margin-bottom: 70px;
}
@media (min-width: 769px) {
  .appointment-site-features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.appointment-site-features a {
  display: block;
  text-decoration: none;
  border: 2px solid #298537;
  padding: 2.2em 2em;
  margin-bottom: 20px;
  text-transform: initial;
}
@media (min-width: 769px) {
  .appointment-site-features a {
    width: 48%;
  }
}
.appointment-site-features a .feature-box {
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
}
.appointment-site-features a:hover img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.appointment-site-features h2 {
  color: #298537;
  font-weight: 600;
  margin-top: 20px;
  font-size: 1.5rem;
  display: inline-block;
}
.appointment-site-features img {
  display: block;
  width: auto;
  margin: 0 auto;
  height: 130px;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
}
.appointment-site-features p {
  color: #000;
  margin: 0;
}

.blog-header {
  font-size: 36px;
}
@media screen and (min-width: 60em) {
  .blog-header {
    font-size: 2.5rem;
  }
}

.home-video .home_video_cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.home-video .bkgd-vid {
  position: relative;
}