/*####################
Webfonts
font-family:'DIN 1451 W01 Engschrift';
font-family:'Conduit ITC W01 Bold';
font-family:'Conduit ITC W01 Medium';
font-family:'Conduit ITC W01 Regular';


######################*/

@font-face{
	font-family:"DIN 1451 W01 Engschrift";
	src:url("/Fonts/1fb56332-d14b-4f1e-bb8c-4b53b273e228.eot?iefix") format("eot");}
@font-face{
	font-family:"DIN 1451 W01 Engschrift";
	src:url("/Fonts/1fb56332-d14b-4f1e-bb8c-4b53b273e228.eot?iefix");
	src:url("/Fonts/f5e7241f-0645-4a94-bdd1-7f4a6b06b9a3.woff") format("woff"),url("/Fonts/e1ec7e03-8869-492b-8c2b-31b484882fca.ttf") format("truetype"),url("/Fonts/2ce68cf6-afa6-4c77-916e-db420f164369.svg#2ce68cf6-afa6-4c77-916e-db420f164369") format("svg");
}
@font-face{
font-family:"Conduit ITC W01 Bold";
src:url("/Fonts/ef1cf8c3-989e-4b7e-ad89-9e034d47686d.eot?iefix") format("eot");}
@font-face{
	font-family:"Conduit ITC W01 Bold";
	src:url("/Fonts/ef1cf8c3-989e-4b7e-ad89-9e034d47686d.eot?iefix");
	src:url("/Fonts/fdaf48d4-c023-4a03-b948-53535ee4d571.woff") format("woff"),url("/Fonts/ca6dc25e-d400-4735-9fb9-ee2d025ebb5c.ttf") format("truetype"),url("/Fonts/aa206b9b-b888-4ce6-8039-669469e9b429.svg#aa206b9b-b888-4ce6-8039-669469e9b429") format("svg");
}
@font-face{
	font-family:"Conduit ITC W01 Medium";
	src:url("/Fonts/a5a0edc0-b571-4275-9c51-3dfeba35b75a.eot?iefix") format("eot");}
@font-face{
	font-family:"Conduit ITC W01 Medium";
	src:url("/Fonts/a5a0edc0-b571-4275-9c51-3dfeba35b75a.eot?iefix");
	src:url("/Fonts/e93ee223-5d52-4bdf-a113-c6c4c8936824.woff") format("woff"),url("/Fonts/ccdadc2e-26c9-48a5-9c52-9c3cc58e9930.ttf") format("truetype"),url("/Fonts/62fbb38e-9226-47f8-90d8-3c37328ab6c9.svg#62fbb38e-9226-47f8-90d8-3c37328ab6c9") format("svg");
}
@font-face{
	font-family:"Conduit ITC W01 Regular";
	src:url("/Fonts/367b2d50-c71b-4348-b8e2-d364f82386ea.eot?iefix") format("eot");}
@font-face{
	font-family:"Conduit ITC W01 Regular";
	src:url("/Fonts/367b2d50-c71b-4348-b8e2-d364f82386ea.eot?iefix");
	src:url("/Fonts/e328f17d-e8e5-424f-92e8-31af32b2ebac.woff") format("woff"),url("/Fonts/97556a76-3d0b-4ad7-ae17-02b5d97e928b.ttf") format("truetype"),url("/Fonts/407529ad-dcaa-4637-ac62-6cf9265d4f52.svg#407529ad-dcaa-4637-ac62-6cf9265d4f52") format("svg");
}




/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */


/* =============================================================================
   HTML5 element display
   ========================================================================== */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
	display: block;
}
audio[controls], canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html {
	font-size: 100%;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	-moz-text-size-adjust:none;
}

html, html *{
    max-height:1000000px;
}

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection {
background: #ff8717;
color: #fff;
text-shadow: none;
}
::selection {
	background: #ff8717;
	color: #fff;
	text-shadow: none;
}
/* =============================================================================
   Links
   ========================================================================== */

a {
	color: #00e;
}
a:visited {
	color: #551a8b;
}
a:focus {
	outline: thin dotted;
}
/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active {
	outline: 0;
}
/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] {
	border-bottom: 1px dotted;
}
b, strong {
	font-family:'Billy Bold', Arial, Helvetica;
	font-weight:normal;
}
blockquote {
	margin: 1em 40px;
}
dfn {
	font-style: italic;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;
}
ins {
	background: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background: #ff0;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
/* Redeclare monospace font family: en.wikipedia.org/wiki/User:Davidgothberg/Test59 */
pre, code, kbd, samp {
	font-family: monospace, monospace;
	_font-family: 'courier new', monospace;
	font-size: 1em;
}
/* Improve readability of pre-formatted text in all browsers */
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: 85%;
}
/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -0.5em;
}
sub {
	bottom: -0.25em;
}
/* =============================================================================
   Lists
   ========================================================================== */

ul, ol {
	margin: 1em 0;
	padding: 0 0 0 40px;
}
dd {
	margin: 0 0 0 40px;
}
nav ul, nav ol {
	list-style: none;
	margin: 0;
	padding: 0;
}
/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
	overflow: hidden;
}
/* =============================================================================
   Figures
   ========================================================================== */

figure {
	margin: 0;
}
/* =============================================================================
   Forms
   ========================================================================== */

form {
	margin: 0;
}
fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}
/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend {
	border: 0;
*margin-left: -7px;
	padding: 0;
}
/* Indicate that 'label' will shift focus to the associated form element */
label {
	cursor: pointer;
}
/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
*vertical-align: middle;
}
/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input {
	line-height: normal;
*overflow: visible;
}
/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
}
input[type="search"] {
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}



/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea {
	overflow: auto;
	vertical-align: top;
}

/* Colors for form validity */
input:valid, textarea:valid {
}
input:invalid, textarea:invalid {
background-color: #f0dddd;
}
/* =============================================================================
   Tables
   ========================================================================== */

table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* =============================================================================
   Primary styles
   Author: 
   ========================================================================== */

img.typekit-badge {
	display:none !important;
}

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir {
	display: block;
	text-indent: -999em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-align: left;
	direction: ltr;
}
.ir br {
	display: none;
}
/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden {
	display: none;
	visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden {
	border: 0;
	clip: rect(0 0 0 0);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
	clip: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	position: static;
	width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
	visibility: hidden;
}
/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clear {
	clear:both;
}
.left {
	float:left;
}
.right {
	float:right;
}
.strike{text-decoration:line-through;}
/*Custom Styles*/
body {
	font-family: 'Conduit ITC W01 Regular', "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:15px;
	margin:0;
	background:#14985B;
	padding:0;
	color:#58595b;
}
#container {
	background:url('/themes/ecs/img/bg-stripes.png') repeat #fff;
	width:869px; margin:0 auto; overflow:hidden;
	position:relative;
	min-height:1290px;
}

#container.GeneralPage {
	padding-bottom: 90px;
}

.shadow-grad {
	-webkit-box-shadow: #bebebe 0px 4px 5px;
	-moz-box-shadow: #bebebe 0px 4px 5px;	
	box-shadow: #bebebe 0px 4px 5px;
	background-image: linear-gradient(bottom, #EDEDEE 32%, #F6F6F6 100%);
	background-image: -o-linear-gradient(bottom, #EDEDEE 32%, #F6F6F6 100%);
	background-image: -moz-linear-gradient(bottom, #EDEDEE 32%, #F6F6F6 100%);
	background-image: -webkit-linear-gradient(bottom, #EDEDEE 32%, #F6F6F6 100%);
	background-image: -ms-linear-gradient(bottom, #EDEDEE 32%, #F6F6F6 100%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.32, #EDEDEE),
		color-stop(1, #F6F6F6)
	);
	z-index:2;
	position:relative;
	-pie-background: linear-gradient(bottom, #EDEDEE 32%, #F6F6F6 100%);
	-pie-box-shadow: #bebebe 0px 4px 5px;
	behavior:url(/PIE.php);
}

.oldie .shadow-grad{
	
}

/*Buttons*/
#white-on-green:hover {
	background-color:#0d9455;
}
.button {
	text-transform:uppercase;
	padding:0 42px 0 17px;
	text-decoration:none;
	display:block;
	float:left;
	box-shadow:1px 1px 2px #000;
	-moz-box-shadow:1px 1px 2px #000;
	-webkit-box-shadow:1px 1px 2px #000;
	 -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -o-transition: all 1s ease;
}
input.big {
	height:27px;
}
.big {
	height:25px;
	font-size:17px;
	line-height:25px;
}
.small {
	font-size:11px;
	height:22px;
	line-height:21px;
}
#green-on-white {
	background:#f5f5f6 url('/themes/ecs/img/arrow-green-on-white.png') top right no-repeat;
	color:#128952;
	border:1px solid #026624;
}
#white-on-green {
	background:#15a361 url('/themes/ecs/img/arrow-white-on-green.png') top right no-repeat;
	color:#fff;
	border:1px solid #026624;
}
#green-on-white-small {
	background:#f5f5f6 url('/themes/ecs/img/arrow-green-on-white-small.png') top right no-repeat;
	color:#128952;
	border:1px solid #026624;
	padding:0 30px 0 8px;
}

.green {
	color: #10854f;
}
.caps { text-transform: uppercase;}
/* `Headings
----------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5 {
	margin:0 0 10px;
	font-weight:normal;
	font-family:"DIN 1451 W01 Engschrift";
}
h1 {
  font-size: 25px;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

header{position:absolute; z-index:10; top:-1125px;}
#main{padding-bottom:30px;}
.loginform{height:1018px;background:#00a261; width:770px; padding:35px 50px; position:relative; top:0; z-index:10;left:0;}
.loginform p{font-size:54px; font-family:"Conduit ITC W01 Medium"; color:#fff; text-transform:uppercase;}
.loginform p span{text-transform:none; font-size:36px;}
.loginform p a, .loginform p a:visited{color:#fff;}

.loginform form{text-transform:none; display:none;}
.loginform form p a{text-transform:none;}
.loginform input[type="text"],.loginform input[type="password"] {text-transform:none; width:685px; border:1px solid;}
.loginform .checkbox {
	height: 50px;
	width: 49px;
	clear:left;
	float:left;
	margin: 0 0 3px;
	padding: 0 0 0 26px;
	background: #fff url("/themes/mobile/img/nav/checkbox.png") no-repeat;
	cursor: default;
	text-align:left;
	border:2px solid;
}
.loginform .checkbox input {
	display: none;
}

.loginform .checkbox input.show{
	display:inline;
}

.selected {
	background-position: 0  bottom;
}

.sb-select{font-family:"Conduit ITC W01 Medium"; text-transform:uppercase; font-size:65px; color:#87888a; background-color:#fff; border:4px solid;}


.loginform .close{position:absolute; bottom:10px; text-align:center; width:756px;height:80px;}
nav{background:url(/themes/mobile/img/nav/background.png) no-repeat 0 0; width:100%; height:120px; border-bottom:3px solid #231f20; position:relative;}
nav .back{position:relative; top:30px; left:40px;}
nav .login{position:relative; top:0; right:10px;}
nav .logo{height: 88px; left: 250px; position: absolute; top: 25px;}
.select-city{display:none; margin-top:30px; overflow-y:scroll; height: 505px; border-left:2px solid;}
/*html.no-overflowscrolling .select-city {overflow-y: scroll; height: 505px;}*/
.select-city p{font-size:74px; text-align:center;}
.select-city ul{list-style:none; padding:0; margin:0}
.select-city ul li{border:3px solid #026624; width:680px; padding-right:60px; display:block; min-height:30px; background:#fff url(/themes/mobile/img/nav/link-arrow.png) no-repeat right center; position:relative;}
.select-city ul li a, .select-city ul li a:visited{color:#414042; text-decoration:none; font-size:65px; border-right:3px solid #149b5d; display:block; line-height:1.1em; padding:10px 0 10px 27px;     text-shadow: 1px 2px 2px #000000;}
footer{background:url(/themes/mobile/img/footer/background.png) no-repeat 0 0; width:100%; height:220px; margin-top:30px; position:absolute; bottom:0;}
footer a{width:33%; border-right:1px solid #555; height:130px; display:inline-block; position:relative; top:5px; text-decoration:none;}
footer a.last{border-right:none;}

footer a.hiw{background:url(/themes/mobile/img/footer/hiw.png) no-repeat 0 0;}
footer a.contact{background:url(/themes/mobile/img/footer/contact.png) no-repeat 0 0;}
footer a.help{background:url(/themes/mobile/img/footer/help.png) no-repeat 0 0;}

footer a:hover, footer a.active{background-position:0 93%;}

.green-bar {
	background: #14985b;
	text-align: center;
	padding: 8px 0;
	color: #FFF;
}
.green-bar a {
	font-size: 30px;
	color: #FFF;
	text-decoration: none;
	border: none;
	padding: 15px 0;
}
select.sparkbox-custom{font-size:40px;}
/*End Custom Styles*/

@media only screen and (min-width: 480px) {
/* Style adjustments for viewports 480px and over go here */

}
 @media only screen and (min-width: 768px) {
/* Style adjustments for viewports 768px and over go here */

}


/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
* {
	background: transparent !important;
	color: black !important;
	text-shadow: none !important;
	filter:none !important;
	-ms-filter: none !important;
} /* Black prints faster: sanbeiji.com/archives/953 */
a, a:visited {
	color: #444 !important;
	text-decoration: underline;
}
a[href]:after {
	content: " (" attr(href) ")";
}
abbr[title]:after {
	content: " (" attr(title) ")";
}
.ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after {
	content: "";
}  /* Don't show links for images, or javascript/internal links */
pre, blockquote {
	border: 1px solid #999;
	page-break-inside: avoid;
}
thead {
	display: table-header-group;
} /* css-discuss.incutio.com/wiki/Printing_Tables */
tr, img {
	page-break-inside: avoid;
}
img {
	max-width: 100% !important;
}
 @page {
margin: 0.5cm;
}
p, h2, h3 {
	orphans: 3;
	widows: 3;
}
h2, h3 {
	page-break-after: avoid;
}
}
