@charset "utf-8";

.secondary-page .banner {
  line-height: 0;
}

.secondary-page .banner img {
  display: block;
}

.home-content-layout {
  display: flex;
  align-items: flex-start;
  gap: 30px;
}

.home-content-layout .homeleftht {
  flex: 0 0 200px;
  float: none;
  clear: none;
  padding-top: 0;
}

.home-main-copy {
  flex: 1 1 auto;
  min-width: 0;
}

.seo-summary {
  margin: 0 0 20px;
  padding: 15px;
  background-color: #FFFFFF;
  border-left: 4px solid #7AC142;
}

.seo-summary p {
  margin: 0;
  font-size: 16px;
  line-height: 24px;
}

.content-heading {
  clear: both;
  padding-top: 15px;
  color: #006225;
}

.content-links {
  margin: 15px 0;
}

.freephone-message {
  clear: both;
  margin: 15px 0;
  color: #006225;
  font-size: 22px;
  font-weight: bold;
  line-height: 28px;
  text-align: center;
}

.ownership-message {
  text-align: center;
}

.faq-section {
  clear: both;
  padding: 25px 0 10px;
}

.faq-section h2 {
  margin-bottom: 12px;
  color: #006225;
}

.faq-item {
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border: 1px solid #D1D1D1;
  border-radius: 4px;
}

.faq-item summary {
  position: relative;
  padding: 13px 42px 13px 15px;
  color: #003366;
  font-weight: bold;
  cursor: pointer;
  list-style: none;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  position: absolute;
  top: 12px;
  right: 15px;
  color: #006225;
  font-size: 20px;
  content: "+";
}

.faq-item[open] summary::after {
  content: "−";
}

.faq-item summary:focus-visible {
  outline: 3px solid #6291FF;
  outline-offset: 2px;
}

.faq-answer {
  padding: 0 15px 14px;
}

.faq-answer p {
  margin: 0;
}

.location-list,
.facility-list {
  margin-bottom: 15px;
}

.photo-introduction {
  margin-bottom: 18px;
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media screen and (max-width: 650px) {
  .home-content-layout {
    display: block;
  }

  .home-content-layout .homeleftht {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    width: 100%;
    padding-right: 0;
    margin-bottom: 20px;
  }

  .home-content-layout .homeleftht .fotorama {
    width: 100% !important;
    min-width: 0;
  }

  .seo-summary {
    margin-top: 0;
  }

  .freephone-message {
    font-size: 18px;
    line-height: 24px;
  }

  .faq-section {
    padding-top: 20px;
  }
}
