@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
body { overflow:scroll; }
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 87.9666%;
	padding-left: 1.5166%;
	padding-right: 1.5166%;
	clear: none;
	float: none;
}
#aboutText { background-image: url(images/button-bg.png); background-repeat: repeat; border-radius: 10px; width: 100%; margin-left: 0; margin-top:35px; display:none; }
.copy {  margin-top: 29px; margin-bottom: 29px; width: 85%; margin-left: 7.5%; clear: both; }
.button { width: 31.0344%; clear: both; margin-left: 34.4827%; margin-bottom: 29px; }
#aboutText .button a { display: block; height: 52px; line-height: 52px; text-align: center; color: #FFFFFF; text-decoration: none; border-radius: 4px; background-color: #A2CD3A; font-family: 'quicksandregular',"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif; text-transform: uppercase; }
#aboutText p { font: 21px/26px 'quicksandbold', Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif; color: #E6E7E8; text-align:center; }
#footer { margin-top:35px;  display:none; }
#footer p { color: #E6E7E8; font: 16px/20px 'quicksandbold', Haettenschweiler, "Franklin Gothic Bold", "Arial Black", sans-serif; text-align: center; padding-bottom: 20px; }
#footer a { color:#A2CD3A; text-decoration:none; }
#footer a:hover, #footer a:active { text-decoration:underline; }
#topSpace { height:2%; }
#stageContainer {}
.zeroMargin_mobile {margin-left: 0;}
.hide_mobile {display: none;}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 90.9333%;
	padding-left: 1.0333%;
	padding-right: 1.0333%;
	clear: none;
	float: none;
	margin-left: auto;
}
#aboutText {
width: 100%;
margin-left: 0;
}
.copy { clear: both; }
.button {
width: 31.8181%;
clear: both;
margin-left: 34.0909%;
}
#footer {
}
#stageContainer {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer { width: 88.5%; max-width: 860px; padding-left: 0.75%; padding-right: 0.75%; margin: auto; clear: none; float: none; margin-left: auto; 
}
#aboutText { width: 100%; margin-left: 0; }
#aboutText p { text-align:left; }
.copy { width: 63.4236%; clear: none; margin-left: 4.1872%; 
}
.button { width: 22.1675%; margin-left: 3.7931%; clear: none; margin-top: 29px; }
#aboutText .button a {}
#footer { }
#footer p {}
#stageContainer {}
.zeroMargin_desktop {margin-left: 0;}
.hide_desktop {display: none;}


}
