@charset utf-8;


/* =Reset CSS (v2.0) http://meyerweb.com/eric/tools/css/reset/
-------------------------------------------------------------- */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
	vertical-align:baseline;
}

/*HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display:block;
}

ol, ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content:'';
	content:none;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

button, input, select, textarea {
	width:auto;
	overflow:visible;
	margin:0;
	font-size:100%;
	vertical-align:baseline;
}

textarea {
	overflow:auto;
	vertical-align:text-top;
}


body{
	-moz-font-smoothing:antialiased;
	-webkit-font-smoothing:antialiased;
	background:#fff;
	color:#000;
	font-family: dsr, Helvetica, Arial, sans-serif;
	font-size:14px;
	font-smoothing:antialiased;
	line-height:1.5em;
	text-rendering:optimizeLegibility;
	margin : 0 auto;
	padding : 0;
	line-height:1;
}

/*  HEADINGS  ============================================================================= */

h1, h2, h3, h4, h5, h6 {
font-family: gtl, Helvetica, Arial, sans-serif;
font-weight : normal;
margin-top: 0px;
letter-spacing: -1px;
}

h1 { 
color: #000;
margin-bottom : 0.2em;
font-size : 36px; /* 96 / 16 */
line-height : 38px;
}


h2 { 
color: #000;
margin-bottom : .5em;
margin-top : .5em;
font-size : 2.75em; /* 40 / 16 */
line-height : 1.2;
}

h3 { 
color: #000;
margin-bottom : 0.3em;
letter-spacing: -1px;
font-size : 1.75em; /* 28 / 16 */
line-height : 1.3; }


h4 { 
color: #000;
margin-bottom : 0.5em;
font-size : 1.5em; /* 24 / 16  */
line-height : 1.25; }

	#footercontainer h4 { 
		color: #999;
		font-size: 12px;
		text-align: center;
		margin-top: 30px;
	}

h5 { 
color: #555;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */ }

/*  TYPOGRAPHY  ============================================================================= */

p, ol, ul, dl, address { 
margin-bottom : 1.5em; 
font-size : 1em; /* 16 / 16 = 1 */ }

p {
hyphens : auto;  }


p.introtext {
font-size : 2.5em; /* 40 / 16 */
color: #000;
line-height: 1.4em;
letter-spacing: -1px;
margin-bottom: 0.5em;
}


p.handwritten {
font-size: 1.375em; /* 24 / 16 */
line-height: 1.8em;
margin-bottom: 0.3em;
color: #666;
}

p.center {
text-align: center;
}


.and {
font-size: 1.5em; /* 24 / 16 */
}

.heart {
font-family: Pictos;
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 : normal; font-family: dsb, Helvetica, Arial, sans-serif; }

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 : #000;
-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;
}

a:visited { 
color : #000; }

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active { 
outline : 0;
color : #57b73a;
}



/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }


/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: relative;
	text-align: left;
}

	#headcontainer {
		width: 100%;
		background: none;
	}

		header {
			clear: both;
			width: 960px;
			font-size: 0.8125em; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			position: relative;
			color: #000;
			height: 70px;
			border-bottom: 1px solid #ccc;
			
		}
		
		#social { position: absolute; right: 0; top: 31px;}
		#social img { float: left; margin-right: 10px;}
		#social img#fb { margin-top: 2px;}
		
		#iphone { display: none;}
 
   
    ul#menu-navigation-menu { display: block; margin-top: 36px; position: relative;}
   
	ul#menu-navigation-menu li { float: left; margin: 0 100px 0 0px;}
	
	ul#menu-navigation-menu li a {display: block;  padding: 3px 10px; font-size: 18px; font-style: oblique; background: url("images/line.png") repeat-x 0px -21px; font-family: gtl, Helvetica, Arial, sans-serif;}	
	ul#menu-navigation-menu li a:link { color: #000; font-weight: normal;}	
	ul#menu-navigation-menu li a:visited { color: #000; font-weight: normal;}
	ul#menu-navigation-menu li a:hover { font-weight: normal; font-size: 18px; background: url("images/line.png") repeat-x 0 21px;  color: #57B73A; 
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	}
	
	
/*
	body.page-id-5 ul#menu-navigation-menu li#menu-item-13 a { font-weight: normal; font-size: 18px; background: url("../images/line.png") repeat-x 0 21px;  color: #57B73A;} 
	
		body.page-id-303 ul#menu-navigation-menu li#menu-item-13 a { font-weight: normal; font-size: 18px; background: url("images/line.png") repeat-x 0 21px;  color: #57B73A;} 
	
	body.page-id-9 ul#menu-navigation-menu li#menu-item-11 a { font-weight: normal; font-size: 18px; background: url("images/line.png") repeat-x 0 21px;  color: #57B73A;} 

	body.page-id-7 ul#menu-navigation-menu li#menu-item-12 a { font-weight: normal; font-size: 18px; background: url("images/line.png") repeat-x 0 21px;  color: #57B73A;} 

	body.page-id-540 ul#menu-navigation-menu li#menu-item-720 a { font-weight: normal; font-size: 18px; background: url("images/line.png") repeat-x 0 21px;  color: #57B73A;} 
*/

	#maincontentcontainer {
		width: 100%;
	}

		.standardcontainer {
			
		}
		
		.darkcontainer {
			background: rgba(102, 102, 102, 0.05);
		}

		.lightcontainer {
			background: rgba(255, 255, 255, 0.25);
		}
		
			#maincontent{
				clear: both;
				width: 960px;
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 0px;
				color: #000;
				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: #000;
				line-height: 1.5em;
				position: relative;
			}
			
			#featured { border-bottom: 1px solid #ccc; padding-bottom: 10px; margin-top: 0; margin-bottom: 0;}
			
			#homeBoxes { margin-left: 3px; padding: 5px 0 15px 0; }
			#homeBoxes .span_4_of_12 { border: 1px solid #d6d6d6; width: 286px; padding: 10px; position: relative;
							-moz-box-shadow: 0px 0px 2px #e4e4e4; /* Firefox */
  							-webkit-box-shadow: 0px 0px 2px #e4e4e4; /* Safari, Chrome */
 							box-shadow: 0px 0px 2px #e4e4e4; /* CSS3 */
							}
							
			#homeBoxes h1 { margin: 13px 0 53px 0; position: relative; z-index: 99;}
			
			#homeBoxes .featured-thumbnail { width: 180px; position: absolute; left: 10px; top: 0; z-index: 1;}
							
			#learn { display: block; padding: 5px 10px; background: #4c4c4c; color: #fff; font-size: 13px; width: 86px; float: right;
							-moz-box-shadow: 2px 2px 2px #ccc; /* Firefox */
  							-webkit-box-shadow: 2px 2px 2px #ccc; /* Safari, Chrome */
 							box-shadow: 2px 2px 2px #ccc; /* CSS3 */
 							}
 							
 			#learn:hover { margin-right: 5px;}
 			
 			
 			body.page p { font-size: 15px; line-height: 30px;  letter-spacing: 0.5px;}
 			
 			body.page-id-5 h2, body.page-id-303 h2 { font-size: 48px;}
 			
 			.wp-image-92 { margin: -72px 0 10px 40px;}
 			
 			#wide img {margin-top: 24px;}
 			
 			#features .span_6_of_12 { border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-left: 1px solid #ccc; padding: 20px; width: 438px; margin: 0;}
 			
 			
 			#feature h3 { font-size: 26px;}
 			#feature ul {list-style: none outside;}
 			#feature li { margin-bottom: 15px; text-indent: -9px; line-height: 20px; font-size: 15px;}
 			#feature img { margin: 0 20px 10px 0;}
 			
 			
 			
 			
 			
/* Container DIV - automatically generated */
.simply-scroll-container { 
	position: relative;
}

/* Clip DIV - automatically generated */
.simply-scroll-clip { 
	position: relative;
	overflow: hidden;
}

/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list { 
	overflow: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
}
	
.simply-scroll-list li {
	padding: 0;
	margin: 0;
	list-style: none;
}
	
.simply-scroll-list li img {
	border: none;
	display: block;
}

/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll { 
	width: 960px;
	height: 64px;
	margin-bottom: 1em;
}

/* Clip DIV */
.simply-scroll .simply-scroll-clip {
	width: 960px;
	height: 64px;
}
	
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
	float: left; /* Horizontal scroll only */
	width: auto;
	height: 64px;
	margin-right: 20px;
}

.simply-scroll .simply-scroll-list li a { display: block;}

.simply-scroll .simply-scroll-list li:hover {
	margin-top: -3px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}



 			
 			#products { position: relative;}
 			#product { position: relative;}
 			
 			#product #post-103 { padding-left: 234px;padding-bottom: 20px;}
 			
 			#product h3 { font-size: 28px;}
 			#product h4 { font-size: 18px; letter-spacing: 2px;}
 			#product p { font-size: 13px; line-height: 20px; margin-bottom: 15px;}
 			#product p img {position: absolute; left: 0px;}
 			#product .entry-content { padding: 0 20px;}
 			
 			img.wp-image-186 { margin: 0 20px 0 0;}
 			
 			#qrcodes { margin-top: 20px; border-bottom: 1px solid #ccc;}
 			
 			.wp-image-309 { margin: 0 0 0 40px;}
 			
 			/*about us*/
 			.wp-image-127 { margin:11px 40px 20px 0;}
 			
 			#about { border-bottom: 1px solid #ccc;}
 			
 			#about p { font-size: 14px;}
 			
 			#about em { font-style: oblique;}
 			
 			#team { margin-bottom: 20px;}

			#team p { font-size: 12px; line-height: 18px; margin-bottom: 10px;}
			
			.team-entry {
			  padding: 10px 0 8px 8px;
			  text-indent: -10px;
			}

 			#jobs { margin-bottom: 20px;}

			#jobs p { font-size: 12px; line-height: 18px; margin-bottom: 10px;}
			
			.job-entry { padding: 0 20px; text-indent: -10px;}
			
			#headIMG {border-bottom: none; margin-bottom: 0px; margin-top: 20px; padding-bottom: 0px;}
			
			#single h1 { font-size: 26px;}
			
			#single p { font-size: 15px; line-height: 22px;}
			
			#single img { margin: 0 20px 0px 0;}
			
			#post-meta { clear: both; padding-top: 20px; }
			
			#post-meta p, #single .newer-older p { font-size: 12px;}
		
			#blogPost h3 { font-size: 26px; text-decoration: underline;}
			
			#blogPost h3 a:hover { margin-left: 5px;}
			
			#blogPost img { margin-right: 20px;}
			
			#blogPost .featured-thumbnail img { float: left;}
			
			#blogPost p img { display: none;}
			
			body.page-id-7 .section.group { border-bottom: 1px solid #CCCCCC; margin-bottom: 20px; padding-bottom: 20px; position: relative; }
			
			.more-link { display: block; padding: 2px 10px; background: #4c4c4c; color: #fff !important; font-size: 13px; width: 86px; float: right; position: absolute; bottom: 10px; right: 5px;
							-moz-box-shadow: 2px 2px 2px #ccc; /* Firefox */
  							-webkit-box-shadow: 2px 2px 2px #ccc; /* Safari, Chrome */
 							box-shadow: 2px 2px 2px #ccc; /* CSS3 */
 							}
 							
 			.more-link:active { color: #fff !important;}
 							
 			.more-link:hover { margin-right: 5px;}			
 			
 			#gform_2 .gform_heading h3 { font-family: dsr, Helvetica, Arial, sans-serif; font-size: 14px; font-weight: normal;}
 			#gform_2 .gform_body { width: 70%; font-family: dsb,Helvetica,Arial,sans-serif;
    font-weight: normal; padding-left: 10px;}
    		
    		.ss-q-help { display: block; font-family: Helvetica,Arial,sans-serif; font-size: 10px;}
 			
 			#gform_2 input { width: 80%; display: block;}
 			#gform_2 select {display: block;}
 			
 			#gform_2 .ss-navigate { clear: both; width: 80px;}

 			#gallery { text-align: center;}
 			#gallery img { max-height: 400px;}
 			#gallery textarea { border: 1px solid #EEEEEE; height: 19px; padding-top: 6px; resize: none; text-align: center;}
 			
 			 label.error { display: list-item; color: #cc0000; font-size: 12px; list-style-position: inside; padding: 5px 0 0;}
 			

	#footercontainer {
		width: 100%;	
	}
	
		footer {
			clear: both;
			width: 960px; /* 1000px / 1250px */
			font-size: 14px; /* 13 / 16 */
			max-width: 92.3em; /* 1200px / 13 */
			margin: 0 auto;
			padding: 0px;
			color: #000;
			 border-top: 1px solid #ccc;
		}

		#footercontainer footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #aaa;
		}
		
		#footercontainer footer .span_4_of_12 { padding: 0 0 0 20px; width: 286px; padding-bottom: 20px; position: relative;}
		
		#footercontainer footer h2 { font-size: 20px; width: auto; }
		#footercontainer footer p { line-height: 24px; font-size: 13px; margin-bottom: 0px; letter-spacing: 0px; padding: 0 0 0 2px;}
		body.page footer p { line-height: 24px; font-size: 13px; margin-bottom: 0px; letter-spacing: 0px;}

		
		#footerMenu h2 {float: left;}
		
		#footerContact a { font-size: 13px; text-decoration: none; font-weight: normal; font-style: oblique; margin: 0; color: #000; padding: 2px;}
		#footerContact a:hover { margin-left: 3px; text-decoration: none !important; color: #57B73A;}
		
		#socialList {margin-left: 140px;}
		
		
		
		ul#menu-footer-menu {margin: 0 85px 0 0; padding: 5px; width: 90px; float: left;}
		ul#menu-footer-menu li { margin-bottom: 10px;}
		ul#menu-footer-menu li a { font-size: 13px; text-decoration: none; font-weight: normal; font-style: oblique; margin: 0; color: #000; padding: 2px;}
		ul#menu-footer-menu li a:hover { margin-left: 3px; text-decoration: none !important; color: #57B73A;}
		
		ul#menu-footer-social {margin: 0; padding: 5px; width: 75px; float: left; margin-right: 0px;}
		ul#menu-footer-social li { margin-bottom: 10px;}
		ul#menu-footer-social li a { font-size: 13px; text-decoration: none; font-weight: normal; font-style: oblique; margin: 0; color: #000; padding: 2px;}
		ul#menu-footer-social li a:hover { margin-left: 3px; text-decoration: none !important; color: #57B73A;}
		
		.gfield_required { display: none;}
		.gform_body {width: 200px;}
		.gform_wrapper .gform_footer {
   			clear: none;
    		margin: 0;
    		padding: 0;
    		position: relative;
		}
		.gform_wrapper .gform_footer input.button, .gform_wrapper .gform_footer input[type="submit"] { height: 30px; border: 1px solid #CCCCCC; cursor: pointer;}


		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;
}

	
/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}


/*  EXAMPLE  ============================================================================= */

#example .col {
	background: #ccc;
	background: rgba(204, 204, 204, 0.85);

}

/*  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;
	background: url(/images/bodyback.png);
	-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;
	background: transparent url(/images/stripe-bg.png);
	-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 {
	background: #bbb url(/images/stripe-bg.png);
	position: relative;
	top: -2px;
	
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }


/*  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; }


.hide { /* this class is used to hid the skip to content link at the beginning of the document for accessibility */
	display: none;
}
.clear {
	clear: both;
}
.left {
	float: left;
}
.right {
	float: right;
}
.alignleft {
	float: left;
}
.alignright {
	float: right;
}

.ss-form-title { display: none;}



/* NEW HOME PAGE   =========================================================================== */


.hero-text {
    padding: 3% 0 0;
}

.hero h1 {
    font-size: 76px;
}

.hero h1.green {
    font-size: 146px;
}

.hero-text > h3 {
  font-size: 40px;
  font-weight: 200;
  line-height: 1.2;
  margin-top: 0;
}

.hero-text > h4 {
  font-size: 28px;
  margin-top: 32px;
}
