/**
* -------------------------
* added for main content section accoridon icon display state
* -------------------------
*/
a.accordion-toggle + div div div svg.bi-dash-square-fill {
	display:inline; 
	color:#326195; 
	width: 1em; 
	height: 1em;
}
a.accordion-toggle + div div div svg.bi-plus-square-fill { display:none; }
a.accordion-toggle.collapsed + div div div svg.bi-dash-square-fill { display: none; }
a.accordion-toggle.collapsed + div div div svg.bi-plus-square-fill {
	display: inline; 
	color:#326195; 
	width: 1em; 
	height: 1em; 
}

/**
* -------------------------
* added jquery accoridon adjustments
* -------------------------
*/

.ui-accordion .ui-accordion-content {
   padding: 1em 0.3em;
}

/** adjustments for home page carousel indicators **/
.carousel-indicators.border-gray {
	background-color: #000;
	opacity: 0.4;
	bottom: -24px;
}
.carousel-inner { /*height:511px; width:862.5px;*/ }