.text-section h2,.text-section h2.title {color: #217E3E; font-size: 2.4rem}

.accordion-section h2.title {font-size: 2.4rem; margin-bottom: 30px}

.text-section h3 {color: #846579; font-size: 2rem}

.custom-container-sm h1 {margin-bottom: 20px}

.text-section ul, .text-section ol, .accordion-section ul, .accordion-section ol {margin-left: 20px}

.text-section ol li, .accordion-section ul li {margin-bottom: 8px}

.btn {font-size: 1.9rem}

.text-section ul li::marker {color: #65AE60;}

.accordion-section ul li::marker {color: #65AE60;}

.news-index .card {border: none}

.news-index .card {border-radius: 0}

.news-index h2 a {color: #014C6F}

.page-item.active a {color: #014C6F; background: #efefef; border: 1px solid #ddd}

.alert-block .carousel-inner
{
	margin-left: auto;
	margin-right: auto;
	max-width: 1280px;
	width: 100%;
}

figure.right {float: right; margin: 0 0 20px 50px}
 
 figure { display: table; clear: all }
 
 figure.left {float: none; margin: 30px 0px 30px 0}
 
 figcaption {font-style: italic; padding-top: 4px; color: #666; letter-spacing: .3px; display: table-caption; caption-side: bottom ; font-size: 1.55rem}
 
 .youtube-video {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.btn-info
{
	--bs-btn-color: #fff;
	--bs-btn-bg: #014C6F;
	--bs-btn-border-color: #014C6F;
	--bs-btn-hover-color: #fff;
	--bs-btn-hover-bg: #217E3E;
	--bs-btn-hover-border-color: #217E3E;
	--bs-btn-focus-shadow-rgb: 11,172,204;
	--bs-btn-active-color: #000;
	--bs-btn-active-bg: #3dd5f3;
	--bs-btn-active-border-color: #25cff2;
	--bs-btn-active-shadow: inset 0 3px 5px rgba(0,0,0,.125);
	--bs-btn-disabled-color: #000;
	--bs-btn-disabled-bg: #0dcaf0;
	--bs-btn-disabled-border-color: #0dcaf0;
}

.alert-block a {color: #014C6F}

.alert-block a:hover {text-decoration: underline}

.footer-nav li.last { border: none; margin-right: 10px }

.footer-nav li.cp a { color: #E9C86D}

 
@media (max-width: 768px) {
  .filters {
	float:right;
  }
  form.search-form {
    float:left;
  }
}
