﻿
body {
	background: #FFF;
	margin: 0;
	color: #333;
	font-family: 'Lato', sans-serif;
}

* {
	box-sizing: border-box;
}

input[type='submit'] {
	cursor: pointer;
}

hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #CCC;
	margin: 1em 0;
	padding: 0;
}

a, a:link, a:visited, a:active {
	cursor: pointer;
	color: #28747B;
	text-decoration: none;
	font-weight: bold;
}

	a:hover {
		color: #28747B;
	}

a[href^="tel:"]:before {
	content: "\260e";
	margin-right: 0.5em;
	white-space: nowrap;
}

.red {
	color: #C00;
}

.darkblue {
	color: #010228;
}

.green {
	color: #0C0;
}

h1, h2, h3 {
	color: #010228;
}

.titlebar {
	background-color: #B2A975;
	color: #fff;
}




/*  ---------------------------  WATERMARK TEXTBOX AND TEXTBOXES  ---------------------------------------------------    */
.unwatermarked {
	width: 90%;
	font-size: 1.0em;
	background-color: #f5f5f5;
	border: 1px solid #777;
	color: #666;
	font-style: italic;
	text-align: left;
	box-shadow: inset 0 0 3px #888;
	padding: 8px;
	border-radius: 5px;
}

.watermarked, watermarked input {
	width: 90%;
	font-size: 1.0em;
	background-color: #f5f5f5;
	border: 1px solid #777;
	color: #666;
	/*font-style: italic;*/
	text-align: left;
	/*box-shadow: inset 0 0 3px #888;*/
	padding: 8px;
	border-radius: 5px;
}

.watermarkednormal, watermarkednormal input {
	font-size: 1.0em;
	background-color: #f5f5f5;
	border: 1px solid #777;
	color: #666;
	/*font-style: italic;*/
	text-align: center;
	/*box-shadow: inset 0 0 3px #888;*/
	padding: 8px;
	border-radius: 5px;
}

.watermarkednormalcalcwidth1, watermarkednormalcalcwidth1 input {
	width: calc( 100% - 202px);
	font-size: 1.0em;
	background-color: #f5f5f5;
	border: 1px solid #777;
	color: #666;
	/*font-style: italic;*/
	text-align: left;
	/*box-shadow: inset 0 0 3px #888;*/
	padding: 8px;
	border-radius: 5px;
}

.watermarkednormalcalcwidth2, watermarkednormalcalcwidth2 input {
	width: calc( 100% - 95px);
	font-size: 1.0em;
	background-color: #f5f5f5;
	border: 1px solid #777;
	color: #666;
	/*font-style: italic;*/
	text-align: left;
	/*box-shadow: inset 0 0 3px #888;*/
	padding: 8px;
	border-radius: 5px;
}

.tbwide {width: 90%; padding: 8px;
    font-size: 1.0em;
    background-color: #f5f5f5;
    border: 1px solid #777;
    color: #666;
    text-align: center;
    box-shadow: inset 0 0 3px #888;
    padding: 8px;
    border-radius: 5px;
}

.tb {
	font-size: 1.0em;
	background-color: #f5f5f5;
	border: 1px solid #777;
	color: #666;
	/*box-shadow: inset 0 0 2px #888;*/
	border-radius: 5px;
	padding: 8px;
}

.tbcalcwidth1 {
	width: calc( 100% - 202px);
	font-size: 1.0em;
	background-color: #f5f5f5;
	border: 1px solid #777;
	color: #666;
	/*box-shadow: inset 0 0 2px #888;*/
	border-radius: 5px;
	padding: 8px;
}

.tbcalcwidth2 {
	width: calc( 100% - 100px);
	font-size: 1.0em;
	background-color: #f5f5f5;
	border: 1px solid #777;
	color: #666;
	/*box-shadow: inset 0 0 2px #888;*/
	border-radius: 5px;
	padding: 8px;
}

.tbdropdownlist {
	font-size: 1.0em;
	background-color: #f5f5f5;
	border: 1px solid #777;
	color: #666;
	border-radius: 5px;
	/*box-shadow: inset 0 0 2px #888;*/
	padding: 8px;
}

.tbcal {
	font-size: 1.0em;
	background-color: #f5f5f5;
	border: 1px solid #777;
	color: #666;
	box-shadow: inset 0 0 2px #888;
	padding: 8px;
	background-image: url(Images/Calendar.png);
	background-repeat: no-repeat;
	background-position: right center;
	text-align: left;
	width: 140px;
}

.errorlabel {
	color: #c00;
}








/*  ---------------------------  PAGE CONTENT  ---------------------------------------------------    */
.main_content {
	padding: 0 25px 50px 25px;
	width: 100%;
	overflow: hidden;
	font-size: 1.0em;
	display: inline-block;
	min-height: 100px;
	background-color: #fff;
	background: #fff;
}


.contentareawrapper {
	line-height: 1.2em;
	padding: 10px;
	border-radius: 3px;
	background-color: #fff;
	font-size: 1.0em;
	width: 100%;
	max-width: 500px;
	margin: 0px auto 0px auto;
}


.tdright {
	text-align: right;
	padding-right: 5px;
	vertical-align: top;
	padding-top: 10px;
}


/*  ---------------------------- BUTTONS ----------------------------------------    */
.stdButton {
	border-style: none;
	font-size: 1.1em;
	color: #fff;
	text-transform: uppercase;
	background-color: #010228;
	padding: 8px;
	min-height: 42px;
	min-width: 120px;
	border-radius: 5px;
	margin: 5px 0 5px 0;
	white-space: normal;
	word-wrap: break-word;
}

	.stdButton:hover {
		color: #F0D538;
	}






/*  ---------------------------  STUFF  ---------------------------------------------------    */
.divprompt200 {
    text-align: left;
    padding: 5px 5px 0 0;
    margin-top: 5px;
    width: 99%;
}

.divresponse200 {
	margin-top: 0px;
	width: 97%;
}





/*  ---------------------------   PAGE HEADER  -------------------------------------------    */
.page_header {
	background: #FFF;
	height: 50px;
	padding: 10px 0 0 25px;
	width: 100%;
	font-family: 'Lato', sans-serif;
	display: block;
}

.page_header .logo {
	vertical-align: middle;
	min-width: 215px;
	width: 215px;
	max-width: 215px;
	margin-left: 40px;
}






/*  ------------------------------  PAGE FOOTER  ---------------------------------------------------    */
.page_footer {
	margin-top: 0px;
	bottom: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	padding: 10px;
	height: 50px;
	z-index: 100;
	background: #fff;
}

	.page_footer .footer_content {
		color: #eaeaea;
		padding: 10px 5% 10px 5%;
		display: inline-block;
		min-width: 400px;
		width: inherit;
		font-size: 1.0em;
	}
	.page_footer .footer_content a {color: #fff; text-decoration:none;}





/*  ------------------------------  RESPONSIVE LAYOUT  --------------------------------------------  */



@media (min-width:1536px) {
}

@media (max-width: 1440px) {
}

@media (min-width:1280px) { /* desktop */

}

@media (max-width: 1200px) {
}

@media (max-width: 1100) {
}

@media (max-width:1024px) { /* laptop, small desktop */


}

@media (max-width:950px) {

}

@media (max-width: 900px) {

}

@media (max-width:801px) { /* tablet, smaller laptop / desktop */

}

@media (max-width:800px) { /* tablet, smaller laptop / desktop */
}


@media (max-width:800px) { /* tablet, smaller laptop / desktop */
}

@media (max-width: 700px) {
}

@media (max-width:650px) {
}

@media (max-height: 600px) {
}

@media (max-width:600px) { /* large phone,  */
	.page_header {padding: 10px 0 0 10px;}

	.contentarea {width: 100%;
	    margin-left: 0px;
	    display: inline-block;
	    margin-top: 10px;
	}
}


@media (max-width:480px) { /* small  phone */
	.page_header .logo {
		min-width: 150px;
		width: 150px;
		max-width: 150px;
	}

	.page_footer .footer_content {
		max-width: 470px;
	}
}

@media print {
	.main_content {
		margin-top: 10px !important;
		color: #000 !important;
		font-family: Arial !important;
	}

	.content {
		border: none !important;
	}

	.noprint, .noprint * {
		display: none !important;
	}
}

#warning-message {
	display: none;
}

@media only screen and (orientation:portrait) {
	#wrapper {
		display: none;
	}

	#warning-message {
		display: block;
	}
}

@media only screen and (orientation:landscape) {
	#warning-message {
		display: none;
	}
}
