
#termsofservice {
	margin-right: 17px;
}
#termsofservice h1 {
	color: #66c0f4;
	font-size: 24px;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: normal; /* normal */

			font-weight: normal;
}
#termsofservice p {
	font-size: 14px;
	line-height: 18px;
}
#termsofservice li {
	font-size: 14px;
	line-height: 18px;
}

.acceptance_required
{
	font-size: 14px;
	color: #ffebb2;
	text-align: left;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #a13e37;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: 300; /* light */

		}

.acceptance_required_title, .acceptance_optional_title
{
	font-size: 24px;
	padding-bottom: 5px;
}

.acceptance_optional {
	font-size: 14px;
	color: #000000;
	text-align: left;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	background-color: #66c0f4;
			font-family: "Motiva Sans", Sans-serif;
		font-weight: 300; /* light */

		}

.agreement_accepted
{
	font-size: 1.25em;
	color: #a4d007;
	margin-top: 10px;
	margin-bottom: 10px;
}

.agreement_accepted img
{
	vertical-align: middle;
	margin-right: 5px;
	position: relative;
	margin-top: -5px;
}
.formHR {
	margin-top: 20px;
	margin-bottom: 10px;
}

.agreement_options {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	border: 1px solid #2d425d;
	padding: 0 12px;
	border-radius: 3px;
	margin-bottom: 10px;
	transition: background 0.2s ease-in-out;
}

.agreement_options:hover {
	background: rgba(255,255,255,0.1);
}

.agreement_options:has( input[type="radio"]:checked ) {
	background: rgba(255,255,255,0.1);
	border: 1px solid #556c93;
}

.agreement_options input {
	top: unset;
}

.agreement_options ul {
	list-style-type: square;
}

.agreement_options label::after{
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
}

.agreement_table {
	display: table;
	margin: 0px auto;
	border-spacing: 2px;;
}
.agreement_table > .row {
	display: table-row;
	background-color: #131D28;
}
.agreement_table > .row.header {
	background-color: #2B3D53;
}
.agreement_table .cell {
	display: table-cell;
	padding: 5px 50px;
}
