ul.CaretRight li::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	color: #bb0000;
	display: inline-block;
	margin: 0 0.5rem 0 0;
}


.CaretRightActive {
	list-style-type: none;
	line-height: 2rem;

}

ul.ClauseOpionsList li.CaretRightActive::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	color: #bb0000;
	display: inline-block;
	margin: 0 0.5rem 0 0;
	animation: blinker 1s linear infinite;
}


ul.ClauseOpionsList li.CaretRight::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f0da";
	color: #bb0000;
	display: inline-block;
	margin: 0 0.5rem 0 0;
}



ul.ClauseOpionsList li.SolidCheck::before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f00c";
	color: green;
	display: inline-block;
	margin: 0 0.5rem 0 0;
}

.ClauseOpionsList {
	list-style-type: none;
	line-height: 2rem;
}

ul.ClauseOpionsList li {
	font-size: 0.9rem;
}

.mainlink:link {
	color: #BB0000;
	background-color: transparent;
	text-decoration: none;
}

.mainlink:visited {
 color: #BB0000;
 background-color: transparent;
 text-decoration: none;
}

.mainlink:hover {
	color: #bb0000;
	background-color: transparent;
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 1px solid #bb0000;
}

.mainlink:active {
 color: #bb0000;
 background-color: transparent;
 text-decoration: none;
}

/**umb_name:Header 1*/
h1 {
	/*font-size: 2.25rem;*/
	font-weight: 900;
}

/**umb_name:Header 2*/
h2 {
	/*font-size: 1.5rem;*/
	font-weight: 800;
}

/**umb_name:Header 3*/
h3 {
	/*font-size: 1.17rem;*/
	font-weight: 700;
}

/**umb_name:Header 4*/
h4 {
	/*font-size: 1.00rem;*/ 
	font-weight: 600;
}

/**umb_name:Header 5*/
h5 {
	/*font-size: 0.83rem;*/
	font-weight: 500;
}

/**umb_name:Header 6*/
h6 {
	/*font-size: 0.67rem;*/
	font-weight: 500;
}

/**umb_name:Guardsman Red BB0000*/
.redBB0000 {
	color: #BB0000;
}

/**umb_name:CaretRight*/
.CaretRight {
	list-style-type: none;
	line-height: 2rem;
}
