/* USB Colors per brand from ACS Brand table */
/* Background */
.backColor { background-color: #F1F3F4; }
.border { border-bottom: 1px solid #F1F3F4; }

/* Button color */
.btnColor { background-color: #3B3D3F; border: 2px solid #3B3D3F; color:#ffffff; }
.btnColor:hover, 
.btnColor:focus { background-color: #ffffff; color: #3B3D3F; }

.secondary { background-color: #ffffff; border: 2px solid #3B3D3F; color: #3B3D3F; }
.secondary:hover, 
.secondary:focus { background-color: #3B3D3F; color: #ffffff; }

/* Header Background Color */
.headerColor { background-color: #FAD141; color: white; }

/* Font color */
.fontColor { color: #333333; }

/* Accent color */
.accColor { color: #0076A0; }
.text-group:focus-within { border: 1px solid #0076A0; border-radius: 4px; }
.text-group:focus-within .error { border: 1px solid red; border-radius: 4px; }
.form-textbox:focus {
	border-bottom: 1px solid #0076A0 !important; border-radius: none;
}
.form-row:focus-within { border: 1px solid #0076A0; border-radius: 4px; }
textarea:focus { border-color: #0076A0; outline: #0076A0; }

a:focus { color: red; }

/* Footer - probably doesn't change */	
footer {
	font-size: 0.7em;
	color: #333333; /* font color */
	text-align: left;
	border-top: 1px solid #F1F3F4; /* backColor */
	width: 95%;
	max-width: 720px;
	margin: 4em auto;
	padding: 2em 2.5% 0;
}
