/* RESPONSIVE GRID SYSTEM =============================================================================  */


/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4 'Open Sans', 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 	
color : #000; 
text-align: center;
}

button, 
input, 
select, 
textarea { 
color : #333; }

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-weight : normal;
margin-top: 10px;
font-weight:300;
}

h1 { 
color: #FFF;
margin-bottom: 0.2em;
font-size: 3em;
line-height: 1.4;
font-weight: 800;
text-shadow: 0 0 5px rgba(0, 0, 0, 0.42);
}

h2 { 
color: #222;
margin-bottom : .5em;
margin-top : .5em;
font-size : 2em; /* 40 / 16 */
line-height : 1.2;
font-weight:400;
}

h3 { 
color: #333;
margin-bottom : 0.3em;
font-size : 1.6em; /* 28 / 16 */
line-height : 1.3; }


h4 { 
color: #444;
margin-bottom : 0.5em;
font-size : 1.4em; /* 24 / 16  */
line-height : 1.25; }

	footer h4 { 
		color: #ccc;
	}

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : 1.1em; /* 16 / 16 = 1 */ }



p {
hyphens : auto;  }


p.introtext {
color: #FFF;
line-height: 1.4em;
margin-bottom: 0.5em;
text-shadow: 0 0 10px black;
}


p.center {
text-align: center;
}


.and {
font-family: GoudyBookletter1911Regular, Georgia, Times New Roman, sans-serif;
font-size: 1.5em; /* 24 / 16 */
}


ul, 
ol { 
margin : 0 0 1.5em 0; 
padding : 0 0 0 24px; }

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

a { 
color : #197FD3;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
font-weight: bold;
}

a:visited { 
color : #197FD3; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #dd2233;
}


footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;
height: auto;
width: auto\9; /* ie8 */
}

img.floatleft { float: left; margin: 0 1em 0 0; }
img.floatright { float: right; margin: 0 0 0 1em; }


img.circular { border-radius: 50%; }


.intro-benefits img { margin:10px 8px 0 0 ; }


.intro-benefits2 .col1 p { margin:5px 0px 5px 0 ; }


/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }

label{
font-weight : normal;
cursor : pointer;
display:block;
margin:0;
position:relative;
top:0;
left:0;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea,
label { 
font-size : 1.1em; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0;
cursor : pointer; 
font-weight:300;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input, select{
margin:0;
border:1px solid #ccc;
padding:7px;
border-radius:5px;
background:#fff;
box-shadow:inset 0px 1px 4px #ccc;
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}


/* Colors for form validity */
input:valid, 
textarea:valid   {  
/* Styles */ }

input:invalid, 
textarea:invalid {
-webkit-box-shadow : 0 0 2px #f00; 
-moz-box-shadow : 0 0 2px #f00;
box-shadow : 0 0 2px #f00; }

.no-boxshadow input:invalid, 
.no-boxshadow textarea:invalid {
background-color : #ccc; }


/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#nav { background:#fff; box-shadow:0px 2px 4px rgba(0,0,0,0.1); float:left; width:100%; position:fixed; z-index:9; }
	#nav ul, #nav li { display:inline-block; margin:0; padding:0; }
	#nav a { display:block; padding:.7em 1.2em; font-size:0.9em;  font-weight:300; color:#000; }
		#nav a:hover {  color:#ed1518; }
		#nav a.active, #nav a.active:hover {  background-color: rgba(92, 185, 207, 0.2); color:#000; }
		#nav a.button { color:#fff; padding:.6em .75em; }
		
#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

	#headcontainer {
		width: 100%;
	}

		header {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 760px;
			margin: 0 auto;
			padding: 160px 0px 30px 0px;
			position: relative;
			color: #000;
			text-align: center;
		}
 
   			header h2 { margin: 0 0 1em 0;
font-weight: 300;
text-shadow: 0 0 10px black;
color: white; }
			.twitter-share-button { margin-top:.5em; }
			header a.button { margin:2em 0 1.5em 0;  font-size: 18px; }
			
	#maincontentcontainer {
		width: 100%;
	}

		.standardcontainer {
			
		}
		
		.darkcontainer {
			background: rgba(102, 102, 102, 0.05);
		}

		.lightcontainer {
			background: rgba(235, 235, 235, 0.66);
		}

		.colorcontainer {
			background: rgba(207, 246, 255, 1)
		}
		
		.standardcontainer, .darkcontainer, .lightcontainer { border-bottom:1px #fff solid; }
		
		.want-a-website { margin-top:-1px;background:#fff; border-top:6px #2dbbe9 solid; }
		.er-logo { background:#f2f7f8; border:1px #e3f1f5 solid; padding:6.75em 1em; margin:0; text-align:center; }
		
		.want-a-website a.button { background:#2dbbe9; color: #fff; }
		.want-a-website a { color:#2dbbe9; }
		
			#maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}
		
			.maincontent{
				clear: both;
				width: 80%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}

	#footercontainer {
		width: 100%;	
		border-top: 1px solid #000;
		background-color: #222;
	}


	#footercontainer1 {
		width: 100%;	
		border-top: 1px solid #000;
		background: #444;
	}
	
		footer {
			clear: both;
			width: 80%; /* 1000px / 1250px */
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 20px 0px 10px 0px;
			color: #eee;
		}

		footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #ddd;
		}


		footer a:link, footer a:visited { color: #ddd; text-decoration: underline; }
		footer a:hover { color: #fff; text-decoration: underline; }
		
		footer a:link.button {text-decoration: none;}

		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}

			#smallprint {
				margin-top: 20px;
				line-height: 1.4em;
				text-align: center;
				color: #999;
				font-size: 0.923em; /* 12 / 13 */
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: underline; }


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

	

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.siteimage:hover {
	position: relative;
	top: -2px;
	-webkit-transform: scale(1.2);
	-webkit-transform-origin: 50% 50%;
	-moz-transform: scale(1.2);
	-moz-transform-origin: 50% 50%;
	-o-transform: scale(1.2);
	-o-transform-origin: 50% 50%;
	-ms-transform: scale(1.2);
	-ms-transform-origin: 50% 50%;
	transform: scale(1.2);
	transform-origin: 50% 50%;
	-webkit-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	-moz-box-shadow: 0 3px 6px rgba(0,0,0,.25);
	box-shadow: 0 3px 6px rgba(0,0,0,.25);
	
	
	
}

.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	font-family:  'Open Sans', 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-weight: 500;
	background: #ed1518;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size : 1.2em;
	font-size: 18px;				
}
.button:hover, .button:active {
	background: #ff3437;
	color: #fff;
	text-decoration: none;
}
.button:active {
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}


/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}


/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }


small.badge {
    font-size: 0.65em;
    color: #555;
    margin-left: 10px;
}














/** FORM CSS **/

form, div.form
{
    ___background-color:#EEEEEE;
    padding-bottom: 12px;
    padding: 12px;
    margin: 0;
}
form p {
    text-align: left;
    padding: 0 0 5px 0;
    margin: 0px;
}
form label
{
    display:block;
    float:left;
    margin:10px 0 0;
    padding:1px;
    text-align:right;
    width:220px;
    color: #404040;
}
.vnote
{
    color:#ff5e5e;
    display:none;
    font-weight:700;
}
form div.field
{
    float:left;
    margin:5px 0 0 5px;
}
form div.field em, form p em
{
    color:#232323;
    display:block;
    font-size:1em;
}
form div.field em {
    width: 320px;
    font-style: normal;
    color: #666;
    padding: 0 0 0 1px;
}
form div.field select 
{
    #margin-left: 10px;
}
form div.row
{
    clear:left;
    text-align: left;
    padding: 1px 0;
}
form input
{
    #overflow:visible; 
}
form input,form textarea,form select,form button
{
    box-sizing: initial
    border:none;
    border-top:1px solid #999999;
    border-left:1px solid #999999;
    border-bottom:1px solid #f5f5f5;
    border-right:1px solid #f5f5f5;
    ____padding:3px;
}
form input.alert {
    border: 1px solid rgb(213, 70, 70);
}
form input.bold {
    font-weight: bold;
}
form input.datep, form input.datep2 {
    width: 78px;
    margin-left: 2px;
    #margin-left: 0px;
}
form input.datep2 {
    width: 150px;
}
form input.small
{
    width:160px;
}
form input.submit
{
    font-weight:500;
}
form button
{
    font-size:90%;
    padding:1px 2px;
}
form input.submit,form button
{
    background-color:#c6c6c6;
    border-bottom:1px solid #888888;
    border-left:1px solid #f0f0f0;
    border-right:1px solid #888888;
    border-top:1px solid #f0f0f0;
}
form input.submit:hover,form button:hover
{
    background-color:#bababa;
}
form a.submit-red:hover,form a.red:hover
{
    background-color:#E76851;
}


input.submit {
    /*    box-shadow: inset 0 0 1px 1px #6D6D6D;
	  font-size: 13px;
	  background: #BDC0BC;
	  border: 1px solid #B6B6B6;
	  padding: 2px 0 2px;
	  color: #252525;
	  width: 80px; */

    box-shadow: inset 0 0 10px 0px #B3B3B3;
    text-shadow: 0 0 3px white;
    border-bottom: 1px solid #999999;
    border-right: 1px solid #999999;
    border-top: 1px solid #f5f5f5;
    border-left: 1px solid #f5f5f5;
}
input.submit:hover {
    background: #A5E099;
    color: #222;}
input.submit:active {
    background: #d0e0d0;
    color: #000; }


form fieldset
{
    border:1px solid silver;
    padding:10px;

}
form fieldset legend
{
    color:gray;
    font-weight:700;
}

/** END FORM CSS **/

ul#messages {
	background-color: #dcdcdc;
}

ul#messages li {
	padding: 3px;	
}

.msg-ok p {
	font-size: 15px;
	margin-top: 60px;
	margin-bottom: 200px;
	padding: 30px;
}


#messages .ok, .msg-ok {
	background-color: #ddffaa;
}

#messages .er {
	background-color: #ffc9bf;
}

#nav a.extra {color: rgb(0, 182, 199) }
#nav a.extra:hover {  color:#ed1518; }

#nav div.topalert {
    color: #E60404;
    background-color: #F5F5F5;
    font-weight: bold;
    padding: 5px;    
    font-size: 13px;
    font-family: Arial;
}
#nav div.topalert a {
    font-weight: bold;
    padding: 2px;
    color: #3976AD;
    display: inline; 
    font-size: 13px;
}
