html {
	background-color: #ccc; 
}

body {
	background-color: #fff; 
	max-width: 1600px;
	min-width: 750px;
	min-height: calc(100vh - 5px);
	padding: 5px 0 0 0;
	margin: 0 auto;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
}

@media (min-width: 1600px) {
	body {
		padding: 5px 20px 0 20px;
	}
}

@media (max-width: 899px) {
	body {
		font-size: 13px;
	}
}

a {
	color: #1e5df8; 
}

a:hover {
	color: #cb3564; 
}

a:focus {
	color: #cb3564;
	outline-offset: 2px;
}	

h2 {
	margin-top: 30px;
}

em {
	font-style: normal;
}

hr {
	margin-top: 30px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #ccc;
}

.visually-hidden {
    position: absolute !important;
    width: 1px !important;
    height: 1px !important;
    margin: 0 !important;
    padding: 0 !important;
    overflow: hidden !important;
    clip: rect(0 0 0 0) !important;
    -webkit-clip-path: inset(50%) !important;
    clip-path: inset(50%) !important;
    border: 0 !important;
    white-space: nowrap !important;
}

.header-left {
	float: left;
	margin: 0 20px 15px 20px;
}

.logo-holder {
	display: block;
	padding: 5px;
}

.logo-holder img {
	border: 0;
	max-width: 300px;
}

.header-right {
	float: right;
	text-align: right;
	margin: 35px 25px 20px 25px;
}

.home-link {
	display: inline-block;
	border: 0;
	padding: 5px 0 0 5px;
}

.menu-bar {
	padding: 0 25px;
}

.menu-bar .left-links {
	clear: both;
	margin: 0 auto 15px auto;
	background-color: #2e2d62;
	padding: 5px 15px;
	color: white;
}

@media (max-width: 899px) {
	.menu-bar .left-links {
		padding: 5px 10px;
	}
}

.menu-bar .right-links {
	float: right;
	text-align: right;
}

.menu-bar a {
	color: white;
	text-decoration: none;
	padding: 5px;
}

.menu-bar a:hover,
.menu-bar a:focus {
	text-decoration: underline;
	outline: none;
}

#main-content {
	margin: 30px;
}

footer {
	margin-top: 30px;
	padding: 0 25px 0 25px;
	color: #888;
}

.footer-bar {
	border-top: 1px solid #aaa;
	margin-bottom: 0 !important;
	padding-bottom: 5px;
}

.left-footer {
	float: left;
}

.right-footer {
	float: right;
}

#cookieConsent
{
	margin: -5px 0 5px 0;
	background: #ddf3ff;
	border-bottom: 1px solid #666;
	text-align: center;
}

#cookieConsent p
{
	margin: 0;
	padding: 8px 20px 10px 20px;
}

#cookieReminder
{
	clear: both;
	text-align: center;
	margin: 0;
	border-top: 1px solid #aaa;
	border-bottom: 1px solid #aaa;
	background-color: #ddf3ff;
}

#cookieReminder p
{
	margin: 0;
	padding: 12px;
}

@media (min-width: 1600px) {
	#cookieConsent,
	#cookieReminder {
		margin-left: -20px;
		margin-right: -20px;
	}
}

.displayOnFocus {
	display: block;
	width: 0;
	height: 0;
	margin: 0;
	overflow: hidden;
}

.displayOnFocus:focus {
	width: fit-content;
	height: fit-content;
	padding: 10px 15px;
	margin-left: 25px;
}

a.displayOnFocus:focus {
	background-color: #cb3564;
	color: white;
	text-decoration: underline;
}

.notification {
	background-color: #f5f5ff;
	border: 1px solid grey;
	padding: 7px;
	margin-bottom: 30px;
}

.notificationYellow {
	background-color: #ffc;
	padding: 10px;
	border: 1px solid gray;
}

ul.smallSpace li,
dl.smallSpace dd {
	margin-bottom: 8px;
}

/*** table styles ***/
	
.grid {
	border-spacing: 0;
	border-collapse: collapse;
	border: 1px solid #075d97;
	margin-bottom: 1em;
}

.grid th {
	font-weight: bold;
	margin: 0px;
	padding: 5px 10px;
	background-color: #e3f0f9;
	border: 1px solid #82b1ca;
	vertical-align: top;
}

.grid td {
	border: 1px solid #82b1ca;
	padding: 5px 10px;
	vertical-align: top;
}

/*** form styles ***/

.formGroup,
.row {
	margin-bottom: 15px;
}

.formGroup:after,
.row:after,
.awardDetails:after,
#filterForm:after {
	clear: both;
	display: table;
	content: " ";
}

.formLabel {
	float: left;
	width: 25%;
	text-align: right;
	padding-top: 6px;
	padding-right: 15px;
	font-weight: bold;
}

.formField {
	float: left;
	width: 60%;
}

.leftCol {
	float: left;
}

.rightCol {
	float: right;
}

input, textarea {
	padding: 6px 12px;
	font-size: 14px;
	font-family: inherit;
	border: 1px solid #ccc;
    border-radius: 4px;
}

input[type="checkbox"],
input[type="radio"] {
	width: 1em;
	height: 1em;
}

select {
	font-size: 14px;
	padding: 2px;
}

.red {
	color: #dd0000;
}

.blue {
	color: #000090;
}

.green {
	color: #008000;
}

.white {
	color: #fff;
}

.mapHolder {
	float: left;
	width: 300px;
}

.mapHolder img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

@media (min-width: 900px) {
	.regionResultsHolder {
		width: calc(100% - 400px);
	}
}

.resultsTable {
	width: 100%;
	border: 0;
	margin-bottom: 25px;
}

.resultsTable th {
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; 
	padding: 10px 3px;
	text-align: center;
}

.resultsTable td {
	padding: 3px;
	border-bottom: 1px solid #93bee2;
	text-align: center;
}

.resultsTable th:first-of-type,
.resultsTable td:first-of-type {
	text-align: left;
}

.resultsTable th:last-of-type,
.resultsTable td:last-of-type {
	text-align: right;
}

.sortBar {
	font-weight: bold;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; 
	padding: 10px 3px;
	text-align: right;
	margin-bottom: 20px;
}

.sortBar input {
	padding: 7px;
	vertical-align: bottom;
}

.classificationTable {
	border-spacing: 0;
	width: fit-content;

	background-color: #f5f5ff; 
	border: 1px solid #075993;
	margin-top: 25px;
	margin-bottom: 25px;
}

.classificationTable th {
	font-weight: bold;
	border-bottom: 1px solid #075993; 
	padding: 4px 8px;
	text-align: left;
}

.classificationTable td {
	padding: 4px 8px;
	border-bottom: 1px solid #bbddee;
}

.classificationTable tr:last-of-type td {
	border-bottom: 0;
}

.classificationTitle {
	padding: 8px;
	background-color: #e7e8ff;
	border: 1px solid #075993;
	border-bottom: 0;
	color: #000090;
}

.classificationTitle .row {
	margin-bottom: 0;
}

.awardtitle {
  color: #000080; 
}

.classification {
	width: 100%;
	background-color:#f5f5ff; 
	border: 1px solid #075993;
	padding: 4px;
}

.awardDetails {
	background-color:#f5f5ff; 
	border: 1px solid #075993;
	padding: 8px;
}

.awardDetails h3 {
	font-size: 16px;
	margin: 0 0 10px 0;
}

.awardDetails dl {
	margin: 0;
}

.awardDetails .row {
	display: table;
	margin-bottom: 10px;
}

.noMargin {
	margin: 0 !important;
}

.awardDetails dt {
	display: table-cell;
	font-weight: bold;
	white-space: nowrap;
}

.awardDetails dd {
	display: block;
    margin-inline-start: 8px;
}

.classificationTitle .left, 
.awardDetails .left {
	float: left;
}

.classificationTitle .right,
.awardDetails .right {
	float: right;
	text-align: right;
}

.classificationTitle .right a {
	text-decoration: none !important;
}

.awardDetails .right .row {
	float: right;
	clear: right;
}

.awardDetails .split {
	margin-bottom: 10px;
}

.awardDetailsSection {
	clear: both;
	margin: 10px -8px 10px -8px;
	border-top: 1px solid #075993;
	border-bottom: 1px solid #075993;
	padding: 8px;
}

.leadAwardTitle {
	padding: 5px 8px;
	background-color: #feff9f;
	border: 1px solid #075993;
	border-bottom: 0;
}

.leadAward {
	background-color: #feffcf;
}

.classificationTitle h2,
.classificationTitle h3, 
.leadAwardTitle h2 {
	margin: 0;
	font-size: 16px;
	font-weight: bold;

}

.blueBox {
	width: fit-content;
	background-color: #e7e8ff;
	padding: 10px;
	border: 1px solid #075993;
}

.blueBox p:first-of-type {
	margin-top: 0;
}

.blueBox p:last-of-type {
	margin-bottom: 0;
}

.detailsText {
	color: #008000;
}

.filterMenu {
	margin: 0;
	padding: 4px 8px 0 8px; 
	border: 2px dashed #ccc;
}

.filterMenu div {
	margin: 5px 0;
}

.filterMenu a {
	display: inline-block;
	vertical-align: middle;
	height: 25px;
}

.filterMenu a.button {
	color: #000;
	text-decoration: none;
	border: 2px solid #999;
	border-radius: 4px;
	padding: 0 6px;
	font-size: 14px;
	background: #fcfcfc;
}

.filterMenu a.button img {
	vertical-align: text-bottom;
	height: 16px;
	padding-right: 5px;
	padding-top: 4px;
}

.filterMenu a.button:hover,
.filterMenu a.button:focus {
	outline: 3px solid #000;
	outline-offset: -2px;
}

.filterMenu a.on {
	padding-top: 2px;
	background: #dfd;
	height: 23px;
}

.filterMenu a.off {
	padding-top: 2px;
	background: #fdd;
	height: 23px;
}

#filterForm {
	clear: both;
	position: relative;
	padding: 0 20px 20px 20px;
}

.filterCol {
	display: inline-grid;
	min-width: 180px;
	width: calc((100vw - 85px) / 3);
	margin-right: 12px;
}

@media (max-width: 615px) {
	.filterCol {
		display: block;
		width: 100%;
		max-width: 300px;
		margin: 0 auto 0 auto !important;
	}
}

.filterCol:last-of-type {
	margin-right: 0;
}

.filterSection {
	background-color: #f5f5ff; 
	border: 1px solid #075993;
	padding: 0;
	margin-bottom: 15px;
}

.filterSection .row {
	margin-bottom: 0;
	padding: 3px 8px;
	border-bottom: 1px solid #ccc;
}

.filterSection .row:last-of-type {
	border-bottom: 0;
}

.filterSection .row .left {
	float: left;
	max-width: calc(100% - 25px);
}

.filterSection .row .right {
	float: right;
	text-align: right;
}

.filterButtons input {
	width: 48%;
	min-width: 110px;
	margin-bottom: 12px;
}

@media (max-width: 899px) {
	.header-left {
		margin-left: 15px;
	}
	
	.header-right {
		margin-right: 20px;
	}
	
	.menu-bar {
		padding: 0 20px;
	}
	
	#main-content {
		margin: 20px;
	}
	
	footer {
		padding: 0 20px 0 20px;
	}
	
	.awardDetails h3,
	.classificationTitle h2,
	.classificationTitle h3,
	.leadAwardTitle h2 {
		font-size: 13px;
	}
}	

@media print {
	html {
		background-color: unset;
	}
	#cookieConsent,
	#cookieReminder,
	.left-links,
	.filters {
		display: none !important;
	}
	#main-content {
		clear: both;
	}
}