@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%;
}

.responsive-container {
	position:relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow:hidden;
}



/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	dw-gutter-percentage:	15;
	
	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. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 88.0326%;
	clear: none;
	float: none;
	border: thin solid #33caed;
	background-color: #fff799;
}
#header {
	border-bottom: .5em;
	border-bottom-style: solid;
	border-bottom-color:#33caed;
	-webkit-border-bottom-right-radius: 2.5em;
	-webkit-border-bottom-left-radius: 2.5em;
	-moz-border-radius-bottomright: 2.5em;
	-moz-border-radius-bottomleft: 2.5em;
	border-bottom-right-radius: 2.5em;
	border-bottom-left-radius: 2.5em;
	-webkit-box-shadow: .2em .2em .12em 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    .2em .2em .12em 0px rgba(50, 50, 50, 0.75);
	box-shadow:         .2em .2em .12em 0px rgba(50, 50, 50, 0.75);
	background: rgba(250,248,247,1);
	background: -moz-linear-gradient(top, rgba(250,248,247,1) 0%, rgba(51,202,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(250,248,247,1)), color-stop(100%, rgba(51,202,237,1)));
	background: -webkit-linear-gradient(top, rgba(250,248,247,1) 0%, rgba(51,202,237,1) 100%);
	background: -o-linear-gradient(top, rgba(250,248,247,1) 0%, rgba(51,202,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(250,248,247,1) 0%, rgba(51,202,237,1) 100%);
	background: linear-gradient(to bottom, rgba(250,248,247,1) 0%, rgba(51,202,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faf8f7', endColorstr='#33caed', GradientType=0 );
}
#hero {
	margin-bottom: 2em;
}
.responsive-container iframe {
	position:absolute;
	top: 0;
	left: 10px;
	width: 95%;
	height: 95%;
}
#subhead {
}
#logo {
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}
#footer {
	background:#33caed;
}
#thumbs-left {
width: 100%;
}
#thumbs-center {
width: 100%;
margin-left: 0;
clear: both;
}
#thumbs-right {
width: 100%;
margin-left: 0;
clear: both;
}
#introduction {
width: 100%;
text-align:center;
}
#lesson-three {
width: 100%;
text-align:center;
margin-left: 0;
clear: both;
}
#lesson-one {
width: 100%;
text-align:center;
margin-left: 0;
clear: both;
}
#lesson-four {
width: 100%;
text-align:center;
margin-left: 0;
clear: both;
}
#lesson-two {
width: 100%;
text-align:center;
margin-left: 0;
clear: both;
}
#lesson-five {
width: 100%;
text-align:center;
margin-left: 0;
clear: both;
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
#header h1 {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 1.9em;
	font-style: normal;
	margin-top: .5em;
	margin-bottom: .5em;
	line-height: 1.2em;
	font-weight: lighter;
	padding-left: .5em;
	padding-right: .5em;
}
#subhead h2 {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 1.4em;
	margin-left: 1.5em;
	margin-right: 1.5em;
	margin-bottom: 1em;
}
.img-border {
	border: 0;
}
h3 {
	font-family: Helvetica, Arial, sans-serif;
	margin-bottom:0.4em;
}
h4 {
	font-family: Helvetica, Arial, sans-serif;
	margin-top:0em;
}
#footer p {
	display:block;
	text-align:center;
	padding:.5em;
	line-height:1.5em;
}
#legalese {
	background-color:#FFF;
	font-family: Helvetica, Arial, "sans serif";
	font-size: .5em;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:1em;
	padding-left:1em;
	padding-right:1em;
	padding-top:1em;
	text-align: justify;
	width: 96%;
}





/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 91.4836%;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
	border-bottom: .5em;
	border-bottom-style: solid;
	border-bottom-color:#33caed;
	-webkit-border-bottom-right-radius: 3.5em;
	-webkit-border-bottom-left-radius: 3.5em;
	-moz-border-radius-bottomright: 3.5em;
	-moz-border-radius-bottomleft: 3.5em;
	border-bottom-right-radius: 3.5em;
	border-bottom-left-radius: 3.5em;
}
#header h1 {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 2em;
	font-style: normal;
	margin-top: .5em;
	margin-bottom: .5em;
	line-height: 1.2em;
	font-weight: lighter;
}
#hero {
}
.responsive-container iframe {
	position:absolute;
	top: 0;
	left: 17px;
	width: 95%;
	height: 95%;
}
#subhead {
}
#logo {
}
#footer {
}
#thumbs-left {
width: 100%;
}
#thumbs-center {
width: 100%;
clear: both;
margin-left: 0;
}
#thumbs-right {
width: 100%;
clear: both;
margin-left: 0;
}
#introduction {
width: 49.1712%;
}
#lesson-three {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#lesson-one {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#lesson-four {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#lesson-two {
width: 49.1712%;
clear: both;
margin-left: 0;
}
#lesson-five {
width: 49.1712%;
clear: none;
margin-left: 1.6574%;
}
#legalese {
		width: 97.5%;
}
.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: 89.0217%;
	max-width: 1232px;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
	border-bottom: .5em;
	border-bottom-style: solid;
	border-bottom-color:#33caed;
	-webkit-border-bottom-right-radius: 6.5em;
	-webkit-border-bottom-left-radius: 6.5em;
	-moz-border-radius-bottomright: 6.5em;
	-moz-border-radius-bottomleft: 6.5em;
	border-bottom-right-radius: 6.5em;
	border-bottom-left-radius: 6.5em;
}
#header h1 {
	font-family: Helvetica, Arial, sans-serif;
	text-align: center;
	font-size: 4.2em;
	font-style: normal;
	margin-top: .5em;
	margin-bottom: .5em;
	line-height: 1.2em;
	font-weight: lighter;
	padding-left: 1em;
	padding-right: 1em;
}
#hero {
}
.responsive-container iframe {
	position:absolute;
	top: 0;
	left: 30px;
	width: 95%;
	height: 95%;
}
#subhead {
}
#subhead h2{
	font-size: 2.4em;
	padding-left:3em;
	padding-right:3em;
}
#logo {
}
#footer {
}
#thumbs-left {
width: 32.6007%;
}
#thumbs-center {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#thumbs-right {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#introduction {
width: 32.6007%;
}
#lesson-three {
width: 32.6007%;
clear: both;
margin-left: 0;
}
#lesson-one {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#lesson-four {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#lesson-two {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#lesson-five {
width: 32.6007%;
clear: none;
margin-left: 1.0989%;
}
#legalese {
		width: 98.55%;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}


}
