/* CSS Document */

body {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	color:#333333; 
	background-color: #FFFFFF;
	margin: 20px;
	height: 100%;
}
/* Help Styles */

#results {
	width: 50%;
	float: left;
	padding-right: 5px;
	box-sizing: border-box;
}

#map {
	width: 50%;
	float: left;
	height: 640px;
	margin-top: 10px;
	box-sizing: border-box;

}

a {
	color: #1C5BA2;
	text-decoration: none;
}

a:hover {
	color: #D6B001;
}

input, select {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	font-size: 16px;
	padding: 8px 12px; 
	display: inline-block; 
	border: 1px solid #CCC;
	-webkit-border-radius: 2;
	-moz-border-radius: 2;
	border-radius: 2px;
	box-sizing: border-box;
}

input[type=text] {
	padding: 9px 12px; 
}

input[type=submit] {
	background-color: #CEA819;
	font-weight: bold;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	cursor: pointer;
}

input[type=submit]:hover {
	background-color: #DEB829;
}

textarea {
	font-family: Montserrat, Arial, Helvetica, sans-serif;
	resize: none;
	border: 1px solid #CCC;
	box-shadow: 3px 3px 3px #CCC;
	padding: 8px;
	height: 120px;
}

#tradeselect, #postalcodeinput, #radiusselect {
	width: 30%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}

#searchbtn {
	width: 10%;
	float: left;
	padding: 5px;
	box-sizing: border-box;
}

#errmsg {
	color: red;
	text-align: center;
	padding: 8px;
	border: solid 2px red;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	box-sizing: border-box;
}

.resultdiv {
	width: 100%;
	padding: 10px;
	margin: 10px 0;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	box-sizing: border-box;
	border: solid 1px #1C5BA2;
}
.resultdiv h4 {
	margin: 5px 0;
}

.resultdiv a:link, .resultdiv a:visited {
	background-color: #1C5BA2;
	color: white;
	font-weight: bold;
	padding: 10px 20px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	-webkit-border-radius: 4;
	-moz-border-radius: 4;
	border-radius: 4px;
	float: right;
	margin-top: -60px;
}

.resultdiv a:hover, .resultdiv a:active {
  background-color: #2B7DDA;
}

#formapp div {
	width: 50%;
	float: left;
	margin: 5px 0;
	padding: 5px;
	box-sizing: border-box;
}
#formapp input[type=text], #formapp select {
	width: 100%;
}

#formapp input[type=checkbox] {
	height: 20px;
	width: 20px;
}

#formapp textarea {
	width: 98%;
}

#formapp hr {
	clear: both;
	border: 1px solid white;
	margin: 0;
}

#formapp div sub {
	font-size: 26px;
	line-height: 22px;
	co__lor: red;
}
.textareadiv {
	width: 100% !important;
}
#orgdiv, #tradiv, #citydiv {
	width: 33%;
	height: 100px;
	float: left;
	padding: 5px 10px;
	box-sizing: border-box;
	border: solid 5px #EEEEEE;
}
#tradiv {
	width: 34%;
	border-left: solid 0 #EEEEEE;
	border-right: solid 0 #EEEEEE;

}
#orgdiv h4, #tradiv h4, #citydiv h4 {
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 5px;
}

#traddescdiv {
	width: 100%;
	clear: both;
	text-align: center;
	padding: 15px;
	box-sizing: border-box;
	border: solid 5px #EEEEEE;
	border-top: solid 0 #EEEEEE;
}

#dob18 {
	color: #CC0000;
}

.divsec {
	width: 100% !important;
	padding: 10px 10px !important;
	box-sizing: border-box;
	font-weight: bold;
	color: white;
	background-color: #1C5BA2;
}

.fourcolumns {
	width: 25% !important;
}

#submitdiv {
	width: 100% !important;
	padding: 10px 10px !important;
	box-sizing: border-box;
	text-align: center;
}

@media only screen and (max-width: 1279px) {
	#results, #map {
		width: 100%;
		float: none;
	}

}

@media only screen and (max-width: 988px) {

	#tradeselect, #postalcodeinput, #radiusselect, #searchbtn, #orgdiv, #tradiv, #citydiv, #formapp div {
		width: 100%;
		float: none;
	}
}
