/* STEALING GRAPHICS FOR HEADER -- via deploy-time pass of buildutils/python/process_vhosts.py
/* url(/graphics/images/MDSearchIcon.png);*/
/* url(/graphics/headers/MDHSlogo.png);*/



body {
	margin: 0;
	font: normal 14px/20px 'Karla', Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000033;
	background-color:#FFF;
	}

a, a:visited, a:active  {
	color: #444;
	text-decoration: underline;
	background-color: inherit;
    }
a:hover {
    color: #fdc121;
    text-decoration: none;
	background-color: inherit;
    }

#mastertable {
	max-width:1800px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font: normal 14px/20px 'Karla', Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 14px;
	text-align: left;
	color: #000033;
	}

#toptable {
	width: 98%;
	margin-top: 5px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	}

#reducetable {
	width: 98%;
	margin-left: auto;
	margin-right: auto;
	}

.headFlexBG {
	background: url(/graphics/headers/MDHSheaderbg.png) no-repeat bottom left;
	max-height: 217px;
	background-size:100% auto;
}
.headFlex {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	background-color:rgba(0, 0, 0, 0.65);
	min-height: 9vw;
}
.headFlex > div {
	flex: 1 1 auto;
}
.headFlex > div:nth-child(2) {
	flex-basis:475px;
	padding:0 5px 5px 5px;
	text-align: center;
}
.headProper {
	text-align:center;
}
.headProper img {
	max-width:600px;
}

.languageLinkPadding {
	padding-right: 5px;
	flex-basis:100% !important;
	color:#FFF;
	}
.languageLinkPadding a {
	color:#FFF;
	}

.welcomeMD {
	text-align:center;
   	min-height: 16vw;
    padding: 20px;
    font-size:120%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

@media all and (max-width:820px) {
	.textMap {
		font-size:100% !important;
	}
}

.welcomeMD > div {
	max-width:1100px;
	margin:0 auto;
	flex:0 1 auto;
	line-height: 150%;
}
.welcomeHead {
	color:#c31d3c;
	text-align:center;
	line-height:110%;
	font-size:125%;
	margin-top:0;
}

h1 {
	font-size: 22px;
	}

#paintTitle {
	color: #c31d3c;
	border-bottom: solid 1px #c31d3c;
	background-color: inherit;
	}

.paintTitle {
	color: #c31d3c;
	border-bottom: solid 1px #c31d3c;
	background-color: inherit;
	}

.paintTitle2 {
	color: #c31d3c;
	border-bottom: solid 1px #c31d3c;
	background-color: inherit;
	}

.paintTitleH2 {
	color: #c31d3c;
	border-bottom: solid 1px #c31d3c;
	font-size: 16px;
	background-color: inherit;
	}

.footerstrip
{
	background-color: inherit;
}

.MDFooter {
	background-color:#000;
	color:#FFF;
	margin-top:20px;
	}
.MDFooter > div:first-child {
	display:flex;
	flex-wrap:wrap-reverse;
	max-width:1125px;
	margin: 0 auto;
	}
.MDFooter > div:first-child > div {
	flex:1 1 400px;
	}
.MDFooter .socialMedia {
	max-width:1125px;
	margin:20px auto;
}
.MDFooter .socialMedia > div {
	max-width:550px;
	margin:10px 20px;
}

.footerNav {
	display:flex;
	flex-wrap:wrap;
	align-content: flex-start;
	line-height:175%;
	}
.footerNav a {
	color:#FFF;
}
.footerNav a:hover {
	color:#fdc121;
}
.footerNav > div {
	flex:1 1 13%;
    padding: 20px 20px 10px 20px;
	}
.footerNav > div:last-child {
	flex-basis:90px;
	}
.footerNav ul {
    margin: 0;
    padding: 0;
	}
.footerNav li {
    white-space: nowrap;
    list-style-type: none;
	}
.footNavHead {
	color:#fdc121;
	font-weight:700;
	}
.standardFooter {
	margin-top:15px;
	font-size:75%;
	color:#FFF;
	}
.standardFooter a {
	color: #FFF;
}
.standardFooter img {
	background-color:#FFF;
}


/*Text Search Styling*/

.MDTextSearchContainer form > div {
	display:flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}

.MDTextSearchContainer .tsTextboxClass {
	border:none;
	height:36px;
	width: calc(100% - 44px);
}

.MDTextSearchContainer .tsSubmitClass {
	height:40px;
	width:initial;
	background:none;
	border:none;
	padding:0;
}
.tsSuggest {
	flex-basis: 100%;
	background: white;
	color: #111;
	padding: 3px;
	margin-top: 3px;
	margin-bottom: -25px;
	z-index:99;
}
.tsSuggest > ul {
	margin: 2px;
	padding: 0px;
	list-style-type: none;
	-webkit-columns: 4 150px;
	-moz-columns: 4 150px;
	columns: 4 150px;
}
.tsMessage {
	margin-bottom:-10px;
}

.textContainer {
	width:80%;
	padding: 7% 10%;
	background:url(/graphics/images/MDHStextbg.png) no-repeat top left;
	background-size: cover;
}
.textFlex {
	display:flex;
	flex-direction:column;
	color:#FFF;
	background-color: rgba(253, 193, 33, 0.75);
	padding:3%;
	max-width: 1000px;
	margin: 0 auto;
}
.textTitle {
	color:#000;
	font-size: 40px;
	font-weight:700;
	line-height: 40px;
	padding-bottom: 4px;
	margin-left: -3px;
}

.searchTips {
	padding-top:10px;
	text-decoration:underline;
	display: inline-block;
}
.searchTips a {
	color:#000;
	font-size: 16px;
}

.searchTips a:hover {
	color:#fff;
}

@media all and (max-width: 600px) {
	.textContainer .textTitle {
		display:none;
	}
	.MDTextSearchContainer .tsTextboxClass {
		width:80%
	}
	.MDTextSearchContainer .tsLabel {
		width:100%;
		color:#000;
	}
	.searchTips {
		padding-top:2px;
	}
}

.panels {
    display: flex;
    flex-wrap: wrap;
	gap: 1rem;
    justify-content: center;
    margin: 0 auto;
    max-width: 1200px;
    padding-bottom: 40px;
}
.colPanel {
	background-color: #000;
	padding: 22px 57px 30px;
	text-align: center;
}

.colPanel p {
	color: #fff;
	font-size: 15px;
}
.colPanel p.panelTitle {
	font-weight: bold;
	font-size: 22px;
    margin: 0;
	line-height: normal;
}

.colPanel .panelBtn {
	margin-top: 30px;
}
.colPanel .panelBtn a{
    padding: 8px 27px;
    border-radius: 6px;
    font-size: 18px;
    margin: 5px auto;
    font-weight: bold;
    background-color: #fff;
	color:#000;
	text-transform: uppercase;
	text-decoration: none;
}

.colPanel #bell.panelBtn a{
    background: url(/graphics/images/Bell_icon.svg) no-repeat;
    background-position-y: center;
    background-position-x: 170px;
    background-color: #fff;
    padding-right: 50px;
}
.colPanel .panelBtn a:hover,
.colPanel #bell.panelBtn a:hover {
	background-color: #E9A821;
	color:#000;
}
