/* Begin Additional CSS Styles */
.imgborder { border: 1px solid #333; }

/*#usa-main {
	 background: url('../../../images/usauthorities-bg.jpg') fixed;
}*/

input[type="text"], input[type="password"], input[type="email"], input[type="url"], input[type="color"], input[type="date"], input[type="datetime"], input[type="datetime-local"], input[type="month"], input[type="number"], input[type="range"], input[type="tel"], input[type="time"], input[type="week"], textarea { color: #000 !important; }
a.ba-form-submit-btn span { color: #fff; }

.center { text-align: center; }

.contactinfo {
   font-size: 16px; 
	 font-weight: 600; 
	 color: #fff; 
	 line-height: 1.5em; 
	 margin-top: 20px;
	 text-align: center;
	 }

.red > .usa-blockheader { background: red; }
.red > .usa-blockcontent { background: #f5f5dd; } 
.blue > .usa-blockheader { background: steelblue; }
.blue > .usa-blockcontent { background: #f5f5ff; }

/* OVERRIDES */
.usa-blockheader .t, .usa-blockheader .t a, .usa-blockheader .t a:link, .usa-blockheader .t a:visited, .usa-blockheader .t a:hover {
	color: #FFFFFF;
	font-size: 20px;
	font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	text-align: center;
	text-shadow: 1px 5px 5px rgba(25, 25, 25, 0.5);
}

.flushing .usa-blockcontent { background: #880000; border-color: #fff; }

.btn-blue {
	border-collapse: separate;
	-webkit-border-radius: 0;
	-webkit-background-origin: border !important;
	-moz-background-origin: border !important;
	background-origin: border-box !important;
	background: steelblue !important;
	background: -webkit-linear-gradient(top, #8CB7CA 0, #5192AE 57%, #3B6C81 100%) no-repeat;
	background: -moz-linear-gradient(top, #8CB7CA 0, #5192AE 57%, #3B6C81 100%) no-repeat;
	background: -o-linear-gradient(top, #8CB7CA 0, #5192AE 57%, #3B6C81 100%) no-repeat;
	background: -ms-linear-gradient(top, #8CB7CA 0, #5192AE 57%, #3B6C81 100%) no-repeat;
	background: linear-gradient(to bottom, #8CB7CA 0, #5192AE 57%, #3B6C81 100%) no-repeat;
	-svg-background: linear-gradient(top, #8CB7CA 0, #5192AE 57%, #3B6C81 100%) no-repeat;
	border: 1px solid #437A92;
	padding: 0 20px;
	margin: 0 auto;
	height: 30px;
}

a.btn-blue:hover; a.btn-blue:visited, body a.btn-blue:visited, input.btn-blue, button.btn-blue {
	background: blue !important; 
    text-decoration: none;
	font-size: 15px;
	font-family: 'Droid Sans', Arial, 'Arial Unicode MS', Helvetica, Sans-Serif;
	font-weight: bold;
	font-style: normal;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	text-align: center;
	color: #FCFCFC;
	margin: 0 5px 0 0 !important;
	overflow: visible;
	cursor: pointer;
	text-indent: 0;
	line-height: 30px;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.border td { border: 1px solid #000; padding: 3px 5px; }

.rates { width: 100%; }
.rates * tr:nth-child(even) { background: #ccc; }
.rates * td { padding: 5px 10px; }

.red { color: red; }
.bold { font-weight: 700; }

/* End Additional CSS Styles */

/* Additional Responsive */

.default-responsive .contactinfo {
   padding: 0;
}