<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">div#content { padding: 0; }
div.content div.single_column { padding: 0; }
div.breadcrumbs { display: none;}
p#pdfNote { display: none; }

#home_form &gt; form &gt; div.home_form_controls &gt; input[type="submit"]
{width:auto !important; height:auto !important; padding:6px 12px 7px 12px !important; color:#FFFFFF !important; background-color:#525f5d !important; border:none !important; font-weight:100; font-size:12px; font-family:inherit; width:185px; height:11px; position:relative; clear:both; float: right; margin-bottom: 55px; cursor:pointer}

.btn {
	color: #ffffff;
	background-color: #4C8100;
	/*height: 30px;*/
	padding: 0 10px;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

.btn:hover {
	color: #ffffff;
	background-color: #163e35;
}

div#site_footer {
	padding: 40px;
	background: #ffffff;
}

#content {
	width: 100%;
}

#agreements_nav {
    height: 40px;
    /*line-height: 40px;
    padding: 25px 0;*/
	padding-bottom: 20px;
    position: relative;
	border-bottom: #d1d1d1 1px solid;
}
@media only screen and (max-width: 530px) {
	#agreements_nav {
    height: 80px;
}
}

#agreements_nav h1 {
	float: left;
	font-size: 140%;
	margin: 0;
	padding: 0 0 0 20px;
}

#agreements_nav h1 a {
	display: block;
	height: 40px;
	line-height: 40px;
	text-decoration: none;
}

#agreements_nav h1 a:hover {
	text-decoration: underline;
}

#agreements_nav ul {
	float: left;
    height: 40px;
    padding: 0 20px 0 0;
    margin: 0;
    list-style: none;
}

#agreements_nav ul li {
	float: left;
}

#agreements_nav ul a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding: 0 10px;
	margin: 0 10px 0 0;
	color: #ffffff;
	background-color: #4C8100;
	text-decoration: none;
}

#agreements_nav ul a:hover {
	cursor: pointer;
	color: #ffffff;
	background-color: #163e35;
}

#agreements_body {
	background: #f1f1f1;
	min-height: 200px;
	/*border-bottom: #d1d1d1 1px solid;*/
}

/* ----------------- Elements ----------------- */

.form_item {
	height: 40px;
	margin: 0 0 20px 0;
}

.form_item:last-child {
	margin: 0;
}

.form_item .label {
	/*width: 14em;
	max-width: 50%;*/
	display: block;
	/*width: 250px;*/
	float: left;
	/*line-height: 30px;*/
}

.form_item .label label {
	float: left;
}

.form_item .element {
	display: block;
	float:left;
	width: 100%;
	margin-bottom:20px;
	/*height: 30px;*/
}

.form_item .element span {
	display: block;
	/*height: 30px;*/
	padding: 0 10px 0;
	float:right;
}

.form_item .element input.small { width: 130px; padding: 0 10px; }
.form_item .element select.small { width: 150px; padding: 0 0 0 10px; }

.form_item .element input.medium { width: 280px; padding: 0 10px; }
.form_item .element select.medium { width: 300px; padding: 0 0 0 10px; }

.form_item .element input.big { width: 400px; padding: 0 10px; }
.form_item .element select.big { width: 100%; padding: 0 0 0 10px; height:40px}

.form_item .element input,
.form_item .element textarea,
.form_item .element select {
	display: block;
	/*height: 30px;*/
	border: #d1d1d1 1px solid;
	padding: 0;
}

.form_item .element input {
	/*height: 28px;*/
}

.form_or {
	position: relative;
	padding: 40px 20px 0;
	border-bottom: #ccc 2px solid;
	overflow: visible;
	margin: 0 50px 40px;
}

.form_or span {
	display: block;
	position: absolute;
	bottom: -20px;
	left: 50%;
	margin: 0 0 0 -20px;
	height: 40px;
	width: 40px;
	background: #f1f1f1;
	text-align: center;
	line-height: 40px;
}

/* ----------------- HOME ----------------- */

#agreements #home_form {
	/*width: 750px;
	height: 600px;*/
	padding: 40px 0;
}

#agreements .home_form_head {
	padding: 0 0 30px 0;
}

#agreements .home_form_head h2 {
	margin: 0;
} 

#agreements .home_form_body {
} 

#agreements .home_form_controls {
	padding: 30px 0 0;
	text-align: right;
}

/* ----------------- Results ----------------- */

.results {
	padding: 40px 0 
}

.results_info {
	padding: 0 0 30px 0;
}

.results_info h2 {
	margin: 0;
} 

.results_table table {
	width: 100%;
	border-collapse: collapse;
	text-align: left;
	border-spacing: 0;
}

.results_table thead {
	background: #ffffff;
	border-bottom: #d1d1d1 1px solid;
}

.results_table th, .results_table td { max-width: 400px; }

.results_table th {
	font-size: 100%;
	padding: 10px 0 10px 10px;
	border-left: #eeeeee 1px solid;
}

.results_table th:last-child {
	padding: 10px;
}

.results_table tbody tr {
	border-bottom: #d8d8d8 1px solid;
}

.results_table tbody tr:hover {
	background: #eeeeee 1px solid;
}

.results_table td:nth-child(1),
.results_table th:nth-child(1) {
	border-left: none;
}

.results_table td {
	font-size: 85%;
	padding: 10px 5px 10px;
	border-left: #e6e6e6 1px solid;
}

.results_table td:nth-child(1){
	padding: 10px 5px 10px 10px;
}

.results_table td:last-child {
	padding: 10px 10px 10px 5px;
}

.results_table tr:last-child {
	padding: 10px;
	border-bottom: none;
}

.results_table td a.bold {
	font-weight: bold;
}

.documents {
	background: #ffffff;
	padding: 20px;
	margin: 0 0 40px 0;
}

.documents span {
	font-weight: bold;
}

.results_table td.comments {
	width: 300px;
}</pre></body></html>