/* CSS Document */

#c_wrap {
	display:block;
/*	width:93.75%;*/
	max-width:940px;
	margin:0 auto;
	padding-top:20px;
}

#content.contain > form h1, #content.contain > form h2, #content.contain > form h3, #content.contain > form h4, #content.contain > form h5, #content.contain > form h6 {
	color: #0000ff;
}
#content {
	display:block;
	float:none;
	width:100%;	
}
#content.contain a {
	color:#0000ff;
}
#content input[type="text"], #content input[type="password"], #content textarea {
	height:24px;
	background-color:#ededed;
	border:none;
	width: calc(100% - 12px);
	padding: 6px;
	margin:10px 0;
	font-family: "proxima-nova", Verdana, Geneva, sans-serif;
	font-size:1.125em;
}
#content.contain > form {
	background-color: #FF9632;
}
/*#content > form > input:nth-child(9) {
	margin-bottom: -10px;
}*/

#content > form > img#show_pass {
	position: absolute;
	top: 416px;
	left: calc(100% - 57px);
	height: 24px;
	width: 36px;
	background-color: #414a39;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
#content > form > img#show_pass:hover {
	 background-color: #d49f1f;
}
#content > form > span > img {
	display:inline-block;
	width: 30px;
	height: 20px;
	background-color: white;
	margin: 0 0 -6px 1px;
}
#content > form > span > a {
	color:white;
}
#content > form > span > a:hover {
	color:white;
}

#content textarea {
	height:6em;
}
#content input[type="text"]::-webkit-input-placeholder, #content input[type="password"]::-webkit-input-placeholder, #content textarea::-webkit-input-placeholder {
   color: #b4b4b4;
   text-transform:lowercase;
}

#content input[type="text"]:-moz-placeholder, #content input[type="password"]:-moz-placeholder, #content textarea:-moz-placeholder { /* Firefox 18- */
   color: #b4b4b4;
	text-transform:lowercase;
}

#content input[type="text"]::-moz-placeholder, #content input[type="password"]::-moz-placeholder, #content textarea::-moz-placeholder {  /* Firefox 19+ */
   color: #b4b4b4;
	text-transform:lowercase;
}

#content input[type="text"]:-ms-input-placeholder, #content input[type="password"]:-ms-input-placeholder, #content textarea:-ms-input-placeholder {
   color: #b4b4b4;
	text-transform:lowercase;
}
#content h1 {
	font-size:2em;
	margin-bottom:6px;
	letter-spacing:-0.2px;
	word-spacing:-3px;
}
#content p {
	color: #0000ff;
	font-size:1em;
}
form[name="load_location"] {
	position: relative;
	margin: 20px auto;
	max-width: 700px;
	min-height: 50vh;
	background-color: #414a39;
	padding: 10px 14px;
	color: #FFFFFF;
}
#content input[type="radio"] {
	-webkit-appearance: button;
	margin:0 10px 10px 0;
}
#content label {
	font-size: 1em;
	color: #0000FD;
	margin: 10px 5px 0 0;
	float: left;
}
#content label::after {
	content: ': ';
}
#content span {
	display:inline-block;
	font-size:0.8125em;
	color:#0000ff;
}
#content select {
/*	width:260px;*/
	margin:10px 0;
	display:block;
}
#content input[type="text"].error, #content input[type="password"].error, #content textarea.error {
	background-color: #FFCCCC;
	border: 1px #FF0000 solid;
	height: 22px;
	width: calc(100% - 14px);
}
#content select {
	background-color: #ededed;
	border-radius: 3px;
	border-width: 1px;
	border-color: #FFF;
	border-style: outset;
	cursor: pointer;
	padding: 2px 20px 2px 4px;
	background-image: url(../../images/down-arrow-black.png);
	background-repeat: no-repeat;
	background-position: right center;
	background-size: 16px 6px;
	font-size:0.875em;
	float: left;
	margin: 9px 21px 0 0;
}
#content select:hover {
	color:#FFF;
	background-color:#000;
	background-image:url(../../images/down-arrow-white.png);
}
input[name="new_password_button"] {
	margin:10px 0;
}
/*#submit_button {
	padding:8px 16px;
}*/
input[type="button"] {
	margin: 6px 10px 0 0;
}
.g-recaptcha {
	margin:10px 0 20px 0;
}
#map_canvas {
	margin: 10px 0;
	width: auto;
	height: auto;
	margin-right: auto;
	padding-top: 75%;
	z-index: 0;
}
@media screen and (min-width:400px) {
}
@media screen and (min-width:568px) {
}
@media screen and (min-width:600px) {
	#c_wrap {
		padding-top: 38px;
	}

	#content {
		/*display: block;
		float: left;
		width: 68.965517241379%;*/
	}

}
@media screen and (min-width:650px) {
	#content {
		/*width:63.492063492063%;*/
	}
}
@media screen and (min-width:768px) {
}
@media screen and (min-width:800px) {
}
@media screen and (min-width:960px) {
	#content {
		/*width:540px;*/
	}
}