<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

#vertical_container a:hover {
	text-decoration: none;
	color: #ffffff;
}
.accordion_toggle {
	display: block;
	height: 30px;
	width: 580px;
	padding: 0 10px 0 10px;
	line-height: 30px;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 14px;
	color: #000000;
	border-bottom: 1px solid #cde99f;
	cursor: pointer;
	margin: 0 0 0 0;
	background-color: #A9D06A;
		}

.accordion_toggle_hover {
			background-color:  #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
}
		
.accordion_toggle_active {
			background: #e0542f;
			color: #ffffff;
			border-bottom: 1px solid #f68263;
			background-color:  #e0542f;

		}
		
				.vertical_accordion_content h2 {
				margin: 15px 0 5px 10px;
				color: #0099FF;
			}

</pre></body></html>