/*---------------- CUSTOM STYLES ----------------*/

a[href], input[type='button'], input[type='submit'], input[type='checkbox'], input[type='radio'], select, button, .pointer {
	cursor: hand;
	cursor: pointer;
}
label {
	cursor: hand;
	cursor: pointer;
}
.indent20 {margin-left: 20px;}
.textError {
	font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
	font-weight: normal;
	font-style: normal;
	margin-top: 5px;
	color: red;
}
.textError a { color: red; text-decoration: underline; }
.textRed { color: #D13138; }
.textClassNo {
	font-size: 75%;
	color: #9C5500;
}
.textHiliteRed {
	color: white;
	background-color: #D13138;
	font-weight: bold;
	padding: 3px 10px 3px 10px;
}
.textHiliteYellow {
	color: black;
	background-color: #f9c642;
	font-weight: bold;
	margin-bottom: 2px;
	padding: 2px 4px 2px 4px;
}
.textCharacterCount {
	font-size: 80%;
	color: #005EA2;
	font-weight: bold;
	margin: -20px 0px 5px 10px;
	text-align: right;
}

.dataTable {
	border-collapse: collapse;
	font-size: 85%;
}

.dataTable th {
	background-color: #F1F3F9;
}

.dataTable th, .dataTable td {
	border: 1px solid #EBEBEB;
	padding: 6px 5px 6px 5px;
	text-align: left;
	vertical-align: top;
}

.dataTable tr:nth-child(odd) {
	background-color: #F8F8F8;
}

.fontSize80 {
	font-size: 80%;
}

.button--small {
	border-radius: 0.25rem;
	font-size: 0.70em;
	padding: 0.3rem 0.3rem;
}
.button--medium {
	border-radius: 0.25rem;
	font-size: 0.90em;
	padding: 0.5rem 0.5rem;
	min-width: 65px;
	padding-bottom: 0.35rem !important;
}

.txtRequired {
	color: #E20000;
	font-weight: bold;
}

/*---------------- BEGIN Overrides ----------------*/
h1 {
	margin-top: 0px;
}
h2 {
	margin-top: 0px;
}
h3 {
	margin-top: 0px;
}
h4 {
	margin-top: 0px;
}

.usa-button--accent-warm{background-color:#E1B424 !important;}
.usa-button--secondary{background-color:#D13138 !important;}
.usa-button--secondary.usa-button--hover,.usa-button--secondary:hover{background-color:#B60A06 !important;}

.usa-nav__primary-item{font-size:1.00rem !important;}

/* .usa-nav__primary a:not(.usa-button):not(.usa-current){color:#093453;} */  /* #565c65 */
.usa-nav__primary a:not(.usa-button):not(.usa-current){filter: brightness(90%);}

.nav-toggle{display:inline-block;border:0;background:url(../img/usa-icons/expand_more.svg) no-repeat center/contain;height:1.3rem;width:1.3rem}

/*---------------- END Overrides ----------------*/
