/*! normalize.css v1.1.0 | MIT License | git.io/normalize */
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary{display:block}audio,canvas,video{display:inline-block;*display:inline;*zoom:1}audio:not([controls]){display:none;height:0}[hidden]{display:none}html{font-size:100%;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}html,button,input,select,textarea{font-family:sans-serif}body{margin:0}a:focus{outline:thin dotted}a:active,a:hover{outline:0}h1{font-size:2em;margin:.67em 0}h2{font-size:1.5em;margin:.83em 0}h3{font-size:1.17em;margin:1em 0}h4{font-size:1em;margin:1.33em 0}h5{font-size:.83em;margin:1.67em 0}h6{font-size:.67em;margin:2.33em 0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}blockquote{margin:1em 40px}dfn{font-style:italic}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}mark{background:#ff0;color:#000}p,pre{margin:1em 0}code,kbd,pre,samp{font-family:monospace,serif;_font-family:'courier new',monospace;font-size:1em}pre{white-space:pre;white-space:pre-wrap;word-wrap:break-word}q{quotes:none}q:before,q:after{content:'';content:none}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}dl,menu,ol,ul{margin:1em 0}dd{margin:0 0 0 40px}menu,ol,ul{padding:0 0 0 40px}nav ul,nav ol{list-style:none;list-style-image:none}img{border:0;-ms-interpolation-mode:bicubic}svg:not(:root){overflow:hidden}figure{margin:0}form{margin:0}fieldset{border:1px solid #c0c0c0;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0;white-space:normal;*margin-left:-7px}button,input,select,textarea{font-size:100%;margin:0;vertical-align:baseline;*vertical-align:middle}button,input{line-height:normal}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer;*overflow:visible}button[disabled],html input[disabled]{cursor:default}input[type="checkbox"],input[type="radio"]{box-sizing:border-box;padding:0;*height:13px;*width:13px}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;-webkit-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}textarea{overflow:auto;vertical-align:top}table{border-collapse:collapse;border-spacing:0}

@font-face {
    font-family: 'liberation_sansbold';
    src: url('/font/LiberationSans-Bold-webfont.eot');
    src: url('/font/LiberationSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/LiberationSans-Bold-webfont.woff') format('woff'),
         url('/font/LiberationSans-Bold-webfont.ttf') format('truetype'),
         url('/font/LiberationSans-Bold-webfont.svg#liberation_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'liberation_sansregular';
    src: url('/font/LiberationSans-Regular-webfont.eot');
    src: url('/font/LiberationSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/font/LiberationSans-Regular-webfont.woff') format('woff'),
         url('/font/LiberationSans-Regular-webfont.ttf') format('truetype'),
         url('/font/LiberationSans-Regular-webfont.svg#liberation_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

html, button, input, select, textarea {
	font-family: 'liberation_sansregular','Helvetica Neue',Helvetica,Arial,sans-serif;
	color: #222;
}
body {
	font-size: 1em;
	line-height: 1.4;
	font-family: 'liberation_sansregular','Helvetica Neue',Helvetica,Arial,sans-serif;
}
::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}
::selection {
	background: #b3d4fc;
	text-shadow: none;
}
h1,h2,h3 {
	font-family: 'liberation_sansbold','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: normal;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
img {
	vertical-align: middle;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
textarea {
	resize: vertical;
}
.chromeframe {
	margin: 0.2em 0;
	background: #ccc;
	color: #000;
	padding: 0.2em 0;
}
a {
	text-decoration: none;
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
a:hover {
	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}

/* Site Styles */
#page {
	background: #fff;
}
.header {
	text-align: center;
	padding: 1em 0;
}
.logo img {
	max-width: 130px;
	height: auto;
}
.menuico a {
	background: center center no-repeat transparent;
	background-image: url('/pics/menu.png');
	background-size: 30px 30px;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 36px 0 0 30px;
	outline: none;
}
.mm-opened .menuico a {
	background-image: url('/pics/close.png');
}
.accountico a {
	background: center center no-repeat transparent;
	background-image: url('/pics/account.png');
	background-size: 30px 30px;
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	padding: 36px 0 0 30px;
	outline: none;
}
.mm-opened .accountico a {
	background-image: url('/pics/close.png');
}
.login {
	display: block;
	background: #f7f7f7;
	padding: 3em 1em;
	font-family: 'liberation_sansregular','Helvetica Neue',Helvetica,Arial,sans-serif;
	text-align: center;
}
.login h1,.sso_main_form_header {
	font-family: 'liberation_sansbold','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 24px;
	margin: 0 0 0.5em;
}
.login input.field,input.sso_main_text {
	display: block;
	width: 75%;
	font-size: 18px;
	font-family: 'liberation_sansregular','Helvetica Neue',Helvetica,Arial,sans-serif;
	border: 1px solid #ccc;
	padding: 1em;
	margin: 0 auto 1em;
	-webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.login input.field:focus,input.sso_main_text:focus {
	border: 1px solid #666;
	-webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.2);
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.2);
}
.login input.btn,.sso_main_formsubmit input {
	background: #053365;
	font-family: 'liberation_sansbold','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 18px;
	color: #fff;
	padding: 0.75em 3em;
	border: 0;
}
.login input.btn:hover,.sso_main_formsubmit input:hover {
	background: #8f182c;
	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.sso_main_formshowhide {
	padding-bottom: 1em;
	font-style: italic;
}
.sso_main_formtitle {
	font-family: 'liberation_sansbold','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 21px;
	color: #666;
	text-transform: uppercase;
}
.login a {
	font-size: 16px;
	font-style: italic;
	text-align: center;
	color: #333;
	margin: 2em 0 0;
}
.login a:hover {
	color: #8f182c;
	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.heading {
	display: block;
	background: #f7f7f7;
	padding: 1em;
	text-align: center;
}
.scrolled .heading {
	position: fixed;
	top: 0;
	width: 96%;
	padding: 2%;
	-webkit-box-shadow: 0px 2px 20px rgba(0,0,0,0.25);
	-moz-box-shadow: 0px 2px 20px rgba(0,0,0,0.25);
	box-shadow: 0px 2px 20px rgba(0,0,0,0.25);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	transition: all 0.2s;
}
.heading h1 {
	display: inline-block;
	font-size: 24px;
	margin: 0 auto;
	padding: 0.5em 0 0;
}
.scrolled .report {
	position: static;
}
.report h2 {
	color: #053365;
	margin: 0;
	padding: 0;
}
.report item {
	margin: 0.5em 0 0;
}
.create {
	font-style: italic;
	color: #666;
	margin: 0;
}
.notes {
	font-size: 18px;
	color: #666;
	text-align: left;
}
.two-col h3 {
	font-size: 21px;
	color: #333;
	margin: 0 0 0.25em;
}
.price {
	font-size: 24px;
	color: #053365;
}
.cust {
	font-size: 18px;
	color: #666;
}
a.nextbtn,a.prevbtn,a#deletereportbutton {
	display: block;
	width: 46%;
	font-family: 'liberation_sansbold','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 16px;
	color: #fff;
	padding: 0.5em 1%;
	border: 0;
}
a.nextbtn,a#deletereportbutton {
	float: right;
	background: #053365;
}
a.prevbtn {
	float: left;
	background: #999;
}
a.nextbtn:hover,a.prevbtn:hover,a#deletereportbutton:hover {
	background: #8f182c;
}
.body {
	display: block;
	background: #eee;
	padding: 1em;
	text-align: center;
}
.body h2 {
	font-size: 1.25em;
	color: #666;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 0.5em;
	text-align: left;
}
.body label {
	display: block;
	font-family: 'liberation_sansbold','Helvetica Neue',Helvetica,Arial,sans-serif;
	font-size: 1.25em;
	color: #666;
	text-transform: uppercase;
	padding: 0;
	margin: 0 0 0.5em;
	text-align: left;
}
.body .col {
	display: block;
	margin: 0 auto;
}
.body .two-col {
	vertical-align: top !important;
}
.body .two-col item {
	display: block;
	margin-bottom: 1em;
}
.full {
	margin: 1em 0;
	padding: 0;
}
.body input.field {
	display: block;
	width: 93%;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 0.75em;
	margin: 0 0 1em;
	border-radius: 0px;
	-webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.body input.price {
	display: block;
	width: 85%;
	font-size: 16px;
	border: 1px solid #ccc;
	margin: 0 0 1em;
	background: #fff url('/pics/dollar.png') 10px 13px no-repeat;
	background-size: 18px 18px;
	padding: 0.95em 0.75em 0.75em 32px;
	border-radius: 0px;
	-webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.body select.drop {
	display: block;
	width: 100%;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 0.75em;
	margin: 0 0 1em;
	-webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.body textarea {
	display: block;
	width: 93%;
	min-height: 160px;
	font-size: 16px;
	border: 1px solid #ccc;
	padding: 0.75em;
	margin: 0 0 1em;
	border-radius: 0px;
	-webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.1);
  	-webkit-transition: all 0.2s;
  	-moz-transition: all 0.2s;
  	-o-transition: all 0.2s;
  	transition: all 0.2s;
}
.body input.field:focus,.body input.price:focus,.body textarea:focus {
	border: 1px solid #666;
	-webkit-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.2);
	-moz-box-shadow: inset 0px 2px 4px rgba(0,0,0,0.2);
	box-shadow: inset 0px 2px 4px rgba(0,0,0,0.2);
}
footer {
	padding: 1em;
}
.copyright {
	font-size: 16px;
	font-style: italic;
	text-align: center;
	color: #999;
}
.validationFailed {
	box-shadow:0px 0 10px #f4aa00 !important;
}
.required , .cityrequired{
	display: block;
	color: #f4aa00;
	font-size: 21px;
  	font-weight: 700;
	padding: 0 0 1.5em;
}
.align-center {
	text-align: center !important;
}
.dark {
	position: absolute;
	z-index: 9998;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	transition: all 0.2s linear 0s;
}
#update {
	position: absolute;
	z-index: 9999;
	display: block;
	width: 480px;
	margin: 6em auto;
	left: 0;
	right: 0;
	background: #fff;
	padding: 3em;
	text-align: center;
	transition: all 0.2s linear 0s;
}
#update h2 {
	font-size: 28px;
	font-weight: 400;
	color: #053365;
	margin-bottom: 0.25em;
}
#update p {
	font-size: 21px;
	color: #666;
	margin: 0.5em 0;
}
.load-btn a {
	display: block;
	width: auto;
	max-width: 180px;
	font-size: 18px;
	font-weight: 600;
	margin: 1em auto;
	padding: 0.75em 1.5em;
	background: #053365;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border: 0;
}
.load-btn a:hover {
	background: #8f182c;
	color: #fff;
	transition: all 0.2s linear 0s;
}
.load-btn img {
	padding-right: 0.5em;
}
.close-btn img {
	float: right;
	margin: -25px -25px 0 0;
	opacity: 0.25;
}
.close-btn img:hover {
	opacity: 0.75;
	transition: all 0.2s linear 0s;
}
.placeholderstyle {
  color: #aaa;
}

/* Media Queries */

@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: portrait)
  and (-webkit-min-device-pixel-ratio: 1) {
	.login input.field,input.sso_main_text {
		width: 50% !important;
		border-radius: 0px;
	}
	.login input.btn,.sso_main_formsubmit input {
		width: 40% !important;
		border-radius: 0px;
	}
	.heading {
		padding: 1em !important;
	}
	.heading h1 {
		font-size: 24px !important;
	}
	a.nextbtn, a.prevbtn,a#deletereportbutton {
		font-size: 18px !important;
		padding: 0.5em 2em !important;
	}
	.body .col {
		max-width: 75% !important;
	}
	.body .half {
		width: 90% !important;
		padding: 0 2em;
	}
	.body .half:first-child, item.firsthalf {
		padding-right: 0 !important;
	}
	.body .full {
		width: 92% !important;
		margin: 0 auto !important;
	}
	.body textarea {
		width: 94% !important;
	}
	.scrolled .heading {
		width: 98% !important;
		padding: 1% !important;
	}
	footer {
		padding: 2em 1em !important;
	}
}
@media only screen
  and (min-device-width: 768px)
  and (max-device-width: 1024px)
  and (orientation: landscape)
  and (-webkit-min-device-pixel-ratio: 1) {
	.login input.field,input.sso_main_text {
		width: 50% !important;
		border-radius: 0px;
	}
	.login input.btn,.sso_main_formsubmit input {
		width: 40% !important;
		border-radius: 0px;
	}
	.heading {
		padding: 1em !important;
	}
	.heading h1 {
		font-size: 24px !important;
	}
	a.nextbtn, a.prevbtn,a#deletereportbutton {
		font-size: 18px !important;
		padding: 0.5em 2em !important;
	}
	.body .col {
		max-width: 50% !important;
	}
	.body select.drop {
		width: 95% !important;
	}
	.body input.price {
		width: 86% !important;
		padding: 0.75em 0.75em 0.75em 32px !important;
	}
	.body textarea {
		width: 96% !important;
	}
	.scrolled .heading {
		width: 96% !important;
		padding: 1% 2% !important;
	}
	footer {
		padding: 2em 1em !important;
	}
}
@media only screen and (max-width: 767px) {
	.heading h1 {
		display: block;
		padding: 0 0 0.5em;
		clear: both;
	}
}
@media only screen and (min-width: 768px) {
	.logo img {
		max-width: none;
	}
	.menuico a {
		background-size: 40px 40px;
		width: 40px;
		height: 40px;
		padding: 50px 0 0 50px;
	}
	.accountico a {
		background-size: 40px 40px;
		width: 40px;
		height: 40px;
		padding: 50px 0 0 50px;
	}
	.login {
		padding: 4em 1em 6em;
	}
	.login h1,.sso_main_form_header {
		font-size: 36px;
	}
	.login input.field,input.sso_main_text {
		width: 30%;
		font-size: 21px;
	}
	.login input.btn,.sso_main_formsubmit input {
		font-size: 21px;
		padding: 1em 6em;
	}
	.sso_main_formtitle {
		font-size: 24px;
	}
	.heading {
		padding: 2em;
	}
	.scrolled .heading {
		width: 96%;
		padding: 1% 2%;
	}
	.heading h1 {
		display: block;
		font-size: 28px;
		max-width: 50%;
		margin: 0 auto;
	}
	.body {
		padding: 3em 1em;
	}
	.body h2 {
		font-size: 1.5em;
	}
	.body .col {
		max-width: 25%;
	}
	.body label {
		font-size: 1.5em;
	}
	.body .two-col {
		display: block;
		max-width: 900px;
		margin: 0 auto;
	}
	.body .two-col item {
		margin-bottom: 2em;
	}
	.body .half {
		display: block;
		float: left;
		width: 46%;
		margin: 0 auto;
	}
	.body .half:first-child, item.firsthalf {
		padding-right: 6%;
	}
	a.nextbtn,a.prevbtn ,a#deletereportbutton{
		font-size: 21px;
		padding: 0.75em 3em;
		width: auto;
		margin-top: -2.5em;
	}
	a.nextbtn:hover,a.prevbtn:hover,a#deletereportbutton:hover {
		-webkit-box-shadow: 0px 2px 20px rgba(0,0,0,0.25);
		-moz-box-shadow: 0px 2px 20px rgba(0,0,0,0.25);
		box-shadow: 0px 2px 20px rgba(0,0,0,0.25);
  		-webkit-transition: all 0.2s;
  		-moz-transition: all 0.2s;
  		-o-transition: all 0.2s;
  		transition: all 0.2s;
	}
	.body input.field,.body input.price,.body select,.drop.body textarea {
		font-size: 18px;
	}
	.body input.price {
		width: 89%;
		padding: 0.75em 0.75em 0.75em 32px;
	}
	.body textarea {
		width: 98%;
	}
	.two-col h3,.price,.cust {
		text-align: left;
	}
	footer {
		padding: 3em 1em;
	}
}

/* Helper classes */

.ir { background-color: transparent; border: 0; overflow: hidden; *text-indent: -9999px; }
.ir:before { content: ""; display: block; width: 0; height: 150%; }
.hidden { display: none !important; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: " "; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {

}