html, body, ul {
	margin: 0px;
	padding: 0px;
}

html, body {
	height: 100vh;
	font-family: Tahoma;
}

.body-content, #form1, .footer-dts-section-defaultpage, .dts-footer-dts-searchpage
html {
	background: #416389;
	background-size: cover;
}

body {
	background-color: transparent !important;
}

.caption-line-height {
	line-height: 90%;
}

.disclaimer-page {
	display: flex;
	flex-direction: column;
}

li {
	list-style-type: none;
}

a {
	text-decoration: none !important;
	/*color: white !important;*/
}

.flex-row {
	display: flex;
	flex-wrap: wrap;
}

.flex-column {
	display: flex;
	flex-direction: column;
}

.justify-center {
	justify-content: center;
}

.align-items-center {
	align-items: center;
}

.container-horizontal-padding {
	padding: 0 10% 0 2.5%;
}

.header-banner {
	justify-content: space-between;
	align-items: center;
	background: #41638;
}

.marquee-banner {
	background: black;
}

.logo-section {
	font-size: 25px;
	align-items: center;
}

.logo {
	max-height: 100px;
	padding-right: 5px;
}

.middle-section {
	font-size: 4vmin;
	font-family: cursive;
	color: rgba(45,52,75,1);
}

.nav-options {
	flex: 1 1 auto;
	flex-wrap: wrap;
	align-content: space-between;
	height: 100px;
	max-width: 11em;
	padding: 10px 5px;
}

	.nav-options label, .nav-options input[Type=checkbox] {
		margin: 0px;
		padding: 0px;
		vertical-align: middle;
	}

	.nav-options a {
		color: black;
	}

.welcome-banner {
	padding-top: 5px;
	padding-bottom: 5px;
	align-items: center;
	gap: 30px;
	background-color: #000000;
}

#liSearch {
	margin-left: auto;
}

/* for fixed header and footer 
header, footer {
	flex: 0;
	width: 100%; 
	position: fixed; 
	vertical-align: bottom; 
}

header {
	top: 0;
}

footer {
	bottom: 0;
}

.body-content {
	margin-top: 175px;
}
*/

/* PAX desclaimer page form */
.center-max-width-80 {
	max-width: 80%;
	margin: 0 auto;
}

form {
	flex: 1 1 auto;
}

footer {
	flex: 0;
}

.align-center {
	align-content: center;
}

.footer-county-info {
	font-size: 16px;
}

.footer-county-info-address {
	font-size: 12px;
}

.dts-footer-logo-section {
	gap: 16px;
}

.dts-footer-logo {
	max-height: 40px;
	background: white;
}

.dts-footer-dts-defaultpage, .dts-footer-dts-searchpage, .dts-footer-dts, .dts-footer-systems {
	justify-content: center;
	margin: 0px;
	padding: 0px;
}

.dts-footer-dts, .dts-footer-dts-defaultpage, .dts-footer-dts-searchpage {
	font-weight: bold;
	font-size: 16px;
	letter-spacing: .1em;
}

.dts-footer-systems {
	margin-top: -5px; /* To shift up just beneath */
	font-size: 12px;
	letter-spacing: 1.5em;
}

.footer-image, .footer-recorder-image, .header-recorder-image {
	max-height: 130px;
}

.footer-disclaimer {
	max-width: 500px;
}

.footer-row-1, .footer-row-2, .footer-dts-section-defaultpage, .footer-dts-section-searchpage, .header-row-1 {
	justify-content: space-between;
	align-items: center;
	color: black;
}

.footer-dts-section-defaultpage, .footer-dts-section-searchpage {
	background-color: black;
}

.footer-row-1 {
	min-height: 85px;
}

.footer-recorder-info, .header-recorder-info {
	align-items: flex-end;
	margin-right: 16px;
}

.footer-recorder-name, .header-recorder-name {
	font-size: 2em;
}

.footer-recorder-title, .header-recorder-title {
	font-size: 1em;
}

.footer-row-2 {
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 100px;
	background: black;
}

.footer-dts-section-defaultpage, .dts-footer-dts-searchpage {
	padding-top: 10px;
	padding-bottom: 10px;
}

	.footer-dts-section-defaultpage, .dts-footer-dts-searchpage > div {
		min-width: 325px;
	}

.version {
	justify-content: flex-end;
}

@media only screen and (max-width: 1150px) {
	.footer-row-2 {
		justify-content: center;
		gap: 10px;
	}

	.version {
		width: 100%;
		justify-content: center;
	}
}

@media only screen and (max-width: 820px) {
	.footer-dts-section-defaultpage, .dts-footer-dts-searchpage {
		flex-direction: column;
		align-items: center;
		gap: 10px;
	}
}

@media only screen and (max-width: 720px) {
	.footer-row-1 {
		justify-content: center;
		gap: 10px;
	}

	.header-banner {
		flex-direction: column;
	}

	.nav-options {
		width: 100%;
	}

	.footer-dts-section-defaultpage, .dts-footer-dts-searchpage, .footer-recorder-info, .header-recorder-info {
		justify-content: center;
		align-items: center;
	}
}

@media all and (forced-colors: none), (forced-colors: active) {
	/* IE */
	form, .nav-options, .options-banner a {
		flex: 1 0 auto;
	}

	footer {
		flex: 0 0 auto;
	}

	.disclaimer-page {
		display: block;
	}
}

/* Original background color */
.body-content, #form1, .footer-dts-section-defaultpage, .dts-footer-dts-searchpage {
	background: #416389;
}

.welcome-banner a, .glyphicon-filter, .glyphicon-fullscreen, #lnkHelp {
	color: white;
}

#searchTypeColumn a {
	color: white;
}

#lblDisclaimerHeaderWelcome {
	color: white;
	background-color: black;
}
