.text-base ul {
  margin: 20px 0;
  list-style: disc;
  list-style-position: inside;
}
.text-base ol {
  margin: 20px 0;
  list-style: numeric;
  list-style-position: inside;
}
.description h1,
.description h2,
.description h3,
.description h4,
.description h5,
.description h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  margin: 10px 0;
}
.description h1 {
  font-size: 3.75rem;
}
.description h2 {
  font-size: 3.125rem;
}
.description h3 {
  font-size: 2.5rem;
}
.description h4 {
  font-size: 1.8rem;
}
.description h5 {
  font-size: 1.65rem;
}
.description p {
  margin: 10px 0;
  line-height: 1.6;
}
.description a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 154 217 / var(--tw-text-opacity));
}
.description a:hover, .description a:focus {
  text-decoration: underline;
}
.description.cta-description a {
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.description.cta-description a:hover, .description.cta-description a:focus {
  text-decoration: underline;
}
.description ul {
  padding: 10px 0 10px 20px;
  list-style: disc;
}
.description ul li {
  margin: 5px 0;
}
.description ol {
  padding: 10px 0 10px 20px;
  list-style: decimal;
}
.description ol li {
  margin: 5px 0;
}
.description table {
  width: 100% !important;
  border-collapse: collapse;
}
.description table tr {
  background-color: transparent !important;
}
.description table tr:nth-child(even) {
  background-color: #fff !important;
}
.description table td,
.description table th {
  padding: 10px;
  border: 1px solid #cbcbcb;
}
.description iframe {
  display: block;
  width: 100%;
  min-height: 45rem;
  height: auto;
}
@media (min-width: 1024px) {
  .description iframe {
    min-height: 65vh;
  }
}

.custom-list ul {
  padding: 10px 0 10px 0;
  list-style: none;
}
.custom-list ul li {
  position: relative;
  padding-left: 40px;
  min-height: 40px;
  margin: 15px 0;
}
.custom-list ul li::before {
  content: "";
  flex: none;
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  background-size: cover;
  background-repeat: no-repeat;
}

.iframe iframe {
  display: block;
  width: 100%;
  height: 30rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.iframe.iframe-screen iframe {
  height: 70vh;
}
.iframe.iframe-full-screen iframe {
  height: 85vh;
}

.map iframe {
  display: block;
  width: 100%;
  height: 60vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.fslightbox-source {
  background-color: #fff;
}

.hidden-videos {
  position: relative;
}
.hidden-videos .iframe {
  position: relative;
  z-index: 5;
}
.hidden-videos .iframe:nth-child(n+7) {
  display: none;
}
.hidden-videos::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 45%;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  z-index: 10;
}
