/* STEALING GRAPHICS FOR HEADER -- via deploy-time pass of buildutils/python/process_vhosts.py
/* url(/graphics/images/DCHStextbg.png);*/
/* url(/graphics/images/DCSearchIcon.png);*/
/* url(/graphics/headers/DCHSheaderlogo.png);*/
/* url(/graphics/headers/DCHSheaderlogo.ESP.png);*/
/* url(/graphics/images/DCHSfacebookbutton.png);*/
/* url(/graphics/images/DCHSfacebookbuttonrollover.png);*/
/* url(/graphics/images/DCHStwitterbutton.png);*/
/* url(/graphics/images/DCHStwitterbuttonrollover.png);*/
/* url(/graphics/images/DCHSinstagrambutton.png);*/
/* url(/graphics/images/DCHSinstagrambuttonrollover.png);*/


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

a, a:visited, a:active  {
	color: #0036cc;
	text-decoration: underline;
	background-color: inherit;
    }
a:hover {
    color: #cb2020;
    text-decoration: none;
	background-color: inherit;
    }

#mastertable {
	max-width:1700px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	font: normal 14px/20px 'Trebuchet MS', 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/DCHSheaderbg.png) no-repeat bottom left;
    max-height: 217px;
}
.headFlex {
	display:flex;
	flex-wrap:wrap;
	align-items:flex-end;
	background-color:rgba(0, 54, 204, .85);
}
.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;
	}

.welcomeDCbg {
    background: url(/graphics/images/DCHSwelcomebg_bg.png) repeat-x bottom center;
    background-size: 100% 100%;
}

.welcomeDC {
	text-align:center;
	background:url(/graphics/images/DCHSwelcomebg2.png) no-repeat bottom center;
   	min-height: 16vw;
    background-size: contain;
    padding: 20px;
    font-size:120%;
    display:flex;
    flex-direction:column;
    justify-content:center;
}

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

.welcomeDC > div {
	max-width:775px;
	margin:0 auto;
	flex:0 1 auto;
	line-height: 170%;
}
.welcomeHead {
	color:#0036cc;
	text-align:center;
	line-height:110%;
	font-size:200%;
	margin-top:0;
}

h1 {
	font-size: 22px;
	}

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

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

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

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

.footerstrip
{
	background-color: inherit;
}

.DCFooter {
	background-color:#FFF;
	color:#444;
	margin-top:20px;
	border-top:1px #a3d5f8 solid;
	}
.DCFooter > div:first-child {
	display:flex;
	flex-wrap:wrap-reverse;
	max-width:1125px;
	margin: 0 auto;
	}
.DCFooter > div:first-child > div {
	flex:1 1 330px;
	}
.DCFooter .socialMedia {
	max-width:1125px;
	margin:20px auto;
}
.DCFooter .socialMedia > div {
	max-width:550px;
	margin:10px 20px;
}

.footerNav {
	display:flex;
	flex-wrap:wrap;
	align-content: flex-start;
	line-height:175%;
	}
.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:#6ca2cd;
	font-weight:700;
	}
.DCSponsor {
	margin:0 20px;
	flex-basis:200px !important;
	}
.DCSponsor > div:first-child {
	height: 95%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
	}
.DCSponsor > div > div:nth-child(2) {
	display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
	}
.DCSponsor > div > div:nth-child(2) > a {
	margin:5px auto 0 auto;
	}
.standardFooter {
	margin-top:15px;
	font-size:75%;
	color:#444;
	}
.standardFooter img {
	background-color:#FFF;
}


/*Text Search Styling*/

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

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

.DCTextSearchContainer .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/DCHStextbg.png) no-repeat top left;
	background-size: auto;
}
.textFlex {
	display:flex;
	flex-direction:column;
	color:#FFF;
	background-color: rgba(0,54,204,0.85);
	padding:3%;
	max-width: 1000px;
	margin: 0 auto;
}
.textTitle {
	font-size: 40px;
	font-weight:700;
	line-height: 40px;
	padding-bottom: 4px;
	margin-left: -3px;
}
.textMap {
	text-align:right;
	font-size:135%;
}
.textForSale {
    padding-top: 3%;
    text-align: center;
    font-size: 170%;
}
.textForSale a, .textMap a {
	color:white;
	text-decoration:none;
}
.textForSale a:hover, .textMap a:hover {
	color:#cb2020;
	text-decoration:underline;
}

@media all and (max-width: 600px) {
	.textContainer .textTitle {
		display:none;
	}
	.DCTextSearchContainer .tsTextboxClass {
		width:80%
	}
	.DCTextSearchContainer .tsLabel {
		width:100%;
	}
}
