/*Chowderhead Font*/
@font-face {
    font-family: 'Chowderhead';
    src: url('../fonts/14D665_0.eot?#iefix') format('embedded-opentype'),
         url('../fonts/chowderhead-webfont.woff') format('woff'),     
          url('../fonts/14D665_0.ttf') format('truetype'),
         url('../fonts/14D665_0.svg#14D665_0') format('svg');
    font-weight: normal;
    font-style: normal;
}



/*Nevis Font*/
@font-face {
	font-family: 'Nevis';
	src: url('../fonts/nevis-webfont.eot?#iefix') format('embedded-opentype'),
		 url('../fonts/nevis-webfont.woff') format('woff'),
		 url('../fonts/nevis-webfont.ttf') format('truetype'),
		 url('../fonts/nevis-webfont.svg#webfontidfgFj6I') format('svg');
	font-weight: normal;
	font-style: normal;	
}


@font-face {
    font-family: 'MuseoSans500Regular';
    src: url('../fonts/museosans-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans-webfont.woff') format('woff'),
         url('../fonts/museosans-webfont.ttf') format('truetype'),
         url('../fonts/museosans-webfont.svg#MuseoSans500Regular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'MuseoSans500Italic';
    src: url('../fonts/museosans_500_italic-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/museosans_500_italic-webfont.woff') format('woff'),
         url('../fonts/museosans_500_italic-webfont.ttf') format('truetype'),
         url('../fonts/museosans_500_italic-webfont.svg#MuseoSans500Italic') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*---------------*/

h1, h2, h3, h4, h5, h6 { font-weight: normal;}

a:link, a:visited, a:hover{
	text-decoration:none;
}


.black { background-color: black;}

html {
	height: 100%;
	background-color: #cae5ff;
}


body{
	font-family:Helvetica, Helvetica Neue, Arial, sans-serif;
	background-image: url(../images/headerFader.png);
	background-repeat:repeat-x;
	font-size: 16px;
	-moz-font-feature-settings: "calt=0,liga=0";
	height: 100%;
	min-width:1200px;
	background-color: #cae5ff;
}

.warning{
	width: 100%;
	padding: 20px;
/*	margin: 10px;*/
	background-color: rgb(252, 217, 33);
	font-family: 'Chowderhead';
	/*border-radius: 10px;*/
	text-align: center;
	display:none;
}


.warning h1{
	font-size: 1em;
	line-height: 1.25em;
	margin: 0;
	padding: 0;

}

.warning h1 span{
	font-size: 3em;
	vertical-align: middle;
	padding: .25em;
	padding-left: 0;
}

#coronavirus{
	padding: 20px;
	background-color: rgb(252, 217, 33);
	font-family: 'MuseoSans500Regular';
	text-align: center;
	display: none;
}

#coronavirus h1{
	font-size: 18px;
    line-height: 1.25em;
    margin: 0 auto;
    padding: 0 100px;
    width: 80%;
}


.bucket {
	width:100%;
	background-repeat:repeat-x;
}

.wrapper {
	width:1024px;
	margin: 0px auto;
	position:relative;
}

.centerMe {
	float: left;
	position: relative;
	left: 50%;
}
.centerMe img{
	vertical-align:top;
	display:block;
	position: relative;
	left: -50%;
}

nav {
	float: right;
	padding: 5px;
}
nav li{
	float: right;
	padding: 5px;
}

.develop {
	border: black solid 1px;
}

.bar{
	width:100%;
	/*background-image: url(../images/bar.png);*/
	background-repeat:repeat-y;
	background-attachment:scroll;
	background-position-x: 50%;
}

.spacer {
	height:100px;
}

.greenSign {
	background: #52b152; 
	background: -moz-linear-gradient(top, #52b152 0%, #008a00 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#52b152), color-stop(99%,#008a00)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #52b152 0%,#008a00 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #52b152 0%,#008a00 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #52b152 0%,#008a00 99%); /* IE10+ */
	background: linear-gradient(top, #52b152 0%,#008a00 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52b152', endColorstr='#008a00',GradientType=0 ); /* IE6-8 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 3px solid white;
	margin: 0 auto;
	padding: 10px;
	max-width: 752px;
	overflow:visible;
}

h2 {
	font-family: 'Nevis', Arial, Helvetica, sans-serif;
	font-size: 2.5em;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color:white;
	text-shadow: #1d4f64 0px 2px;
	text-align: center;
}



.button {
	margin: 10px auto;
	width: 100%;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius; 5px;
}

.button h3{
	text-align: center;
	font-weight: bolder;
	font-size: 2em;
	line-height: 1.5em;
	text-transform: uppercase;
}

.more {
	width:60%;
	float: right;
	text-align: center;
}
                             
.video-wrapper {
	padding: 3%;
	float:left;
	width:60%;
}

.video-container{
	/*border: white 5px solid;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;*/
}

#eduHome {
	text-align: center;
}

#eduHome h2, #freeTrial h2{
	z-index: 3;
	position: relative;
	font-family: 'Chowderhead', Arial, helvetica, sans-serif;
	font-size: 45px;
	text-transform: none;
	line-height: 50px;
	margin: 20px auto;
}

#eduHome h3{
	font-family: 'Nevis', Arial, helvetica, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	color:#4f4f4f;
	/*text-shadow: #1d4f64 0 2px;*/
	text-align: center;	
	margin-bottom: 0;
}

#mainHome{
	margin: 0 auto;
	font-size: 0;
	margin-top: 0;
	text-align: center;
}

#demoVideo{
	display: inline-block;
	margin: 0 auto;
	background-image:url(../images/nounVideoBack.png);
	background-repeat: no-repeat;
	overflow: visible;
}

#demoVideo .video-wrapper{
	padding: 0;
	float: none;
	width: auto;
	display: inline-block;
	margin-top: 25px;
	width: 600px;
}



.OneThird{
	background-image: url(../images/bgPole.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	width: 180px;
	height: 500px;
	position: absolute;
	top: 0;
	transform: rotate(-1deg);
	-webkit-transform: rotate(-1deg) translate3d(0,0,0);
	-ms-transform: rotate(-1deg); 
}

#edu-login h3, #edu-visit h3{
	margin: 13px 0;
	font-size: 24px;
	line-height: 32px;
	font-family: 'Chowderhead';
	text-transform: none;
}



#edu-visit, #edu-login{
	width: 180px;
	height: 180px;
	position: absolute;
	border-radius: 5px;
	padding: 10px;
	margin-top: 120px;
	left: 0px;
	background-color: white;
	box-shadow: 0px 2px 5px #274763;
	/*background-image: url(../images/eduFreePuncPop.png);*/
	background-size: 190px;
    background-position: -4px 37px;
	background-repeat: no-repeat;
	border-radius: 5px;
	
}

#edu-visit:hover{
	cursor:pointer;
}

#edu-visit img{
	 margin: -137px 0 0 -144px;
    position: absolute;
    top: 0;
}

#edu-login{
	background-image: none;
}

#eduJoin{
	border-radius: 0 0 5px 5px;
	font-size: 27px !important;
  	line-height: 27px;
	font-family: 'Nevis';
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	left: 0;
	padding: 11px 0;
	color: white;
	text-shadow: 1px 1px #AA7C18 !important;
}

#eduFree{
	border-radius: 0 0 5px 5px;
	font-size: 18px !important;
  	line-height: 27px;
	font-family: 'Nevis';
	text-transform: uppercase;
	position: absolute;
	bottom: 0px;
	left: 0;
	padding: 11px 0;
	color: white;
	text-shadow: 1px 1px #AA7C18 !important;
}

#eduStart{
	right: 0;
	transform: rotate(1deg);
	-webkit-transform: rotate(1deg) translate3d(0,0,0);
	-ms-transform: rotate(1deg); 
}

.orange{
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0, #F7E360),
		color-stop(1, #E0AA36)
	);
	background-image: -o-linear-gradient(bottom, #F7E360 0%, #E0AA36 100%);
	background-image: -moz-linear-gradient(bottom, #F7E360 0%, #E0AA36 100%);
	background-image: -webkit-linear-gradient(bottom, #F7E360 0%, #E0AA36 100%);
	background-image: -ms-linear-gradient(bottom, #F7E360 0%, #E0AA36 100%);
	background-image: linear-gradient(to bottom, #F7E360 0%, #E0AA36 100%);
	background-repeat: repeat-x;
	background-color: #E0AA36;
	border-color: #F7E360 #C7B019 #AA7C18 #C7B019;
	text-shadow: 1px 1px 2px #74581D;
}

.orange span{
	padding: 0 20px;
}






.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

video {
            width: 100%;
            height: auto;
          }
 /* Interior Pages */

.main {
	margin-left: 10%;
	min-height: 500px;
	width: 80%;
	z-index:2;
	position:relative;
	padding-bottom:10%;
}

.main section{
	margin: 1%;
	margin-bottom: 30px;
	padding: 1em;
	float: left;
	background-color: #D9EBFC;
    color: #4f4f4f;
	border-radius: 5px;
	color:black;
	z-index:2;
	position: relative;	
	box-shadow: inset 0px 1px 3px 0px #5c9bd1;
	font-family: 'MuseoSans500Regular', Arial, helvetica, sans-serif;
	text-align: left;
}

#marketing {
	padding-bottom: 0px;
}

#contact section{
	width: 43%;

}

.basicWidth{
	width: 60%;
}

.basic div {
	color: #4f4f4f;
}

.basic section p, .basic li {
	letter-spacing: normal;
	font-size: 16px;
	line-height: 1.5em;
}

.basic h3{
	font-family: 'Nevis', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:inherit;
}

/*Subscription and quote page */

#fineprint{
	width: 50%;
	padding: 2em;
	margin: 0 auto;
}

.subscribe h2 {
	font-family: 'Chowderhead', Arial, Helvetica, sans-serif;
	font-size: 55px;
	text-align:center;
	text-transform: none;
	margin-bottom: 30px;
	margin-top: 25px;	
}


.subscribe h3.sub{
	text-align: center;
	font-size: 32px;
	font-family: 'Chowderhead';
	text-transform: none;
	margin-bottom: 20px;
	margin-top: -10px;
}

#classroom{
	text-align:center;
	display: block;
	margin: 0 auto;
	padding: 10px;
}

#classroom h3{
	margin: 0;
}

#classroom a{
	color:white;
}

#classroom a:hover{
	text-decoration: none;
}

.quote{
	width: 440px;
	padding: 20px;
	display: inline-table;
	float: left;
	position: relative;
	z-index: 10;
	text-align: initial;
}


.quote a{
	color:white;
}
.quote a:hover{
	text-decoration: none;
}

.orange p, .orange p:hover, .orange a{
	text-shadow: none;
	color: #866222;
	margin: 0;
}


.buy{
	display: block;
	margin:0 auto;
	text-align: initial;
}

.quote form .clearfix{
	margin: 0;
}

.infoBlock{
	background-color: white;
	padding: 10px;
	margin: 0;
}

.testify p:first-letter{
	font-family: 'Chowderhead', Arial, sans-serif;
	font-size: 200%;
	vertical-align: middle;
}


.byline{
	font-family: 'Chowderhead', Arial, sans-serif;
	margin: 0;
	text-align: right !important;
	border: none;
	font-size: 1.3em !important;
	line-height: 1.2em !important;
	margin-top: 0.5em;
}

.quote ul, .quote form{
	box-shadow: 0px 5px 10px #274763;
	border-radius: 10px;
	margin: 0;
}

.quote h3{
	font-family: 'Chowderhead';
	text-align: left;
	text-transform: none;
	margin-bottom: 0;
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	padding: 10px;

	/*BLue Gradient*/
	background-color: #0064cd;
	background-repeat: repeat-x;
	background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
	background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
	background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
	background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
	background-image: -o-linear-gradient(top, #049cdb, #0064cd);
	background-image: linear-gradient(top, #049cdb, #0064cd);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
}

.quote h3:first-child{
	border-radius: 10px 10px 0 0 ;
}
.quote li:first-child,
.quote li:last-child{
	border-radius: 10px 10px 0 0 ;
	background-color: pink;
	text-align: center;
}

.quote li:first-child span,
.quote li:last-child span{
	color: white;
	font-family: 'Nevis';
	text-transform: uppercase;
	font-size: 1.5rem;
}

.quote li:last-child{
	border-radius: 0 0 10px 10px;
}

.quote li:first-child{
	border-radius: 10px 10px 0 0 ;
}

.quote li{
	background-color: #fff;
	line-height: 1.5rem;
	padding: 1rem 0;
	text-align: center;
}

.quote li div{
	width: 30%;
	display: inline-block;
}

.quote li img{
	vertical-align: middle;
	width: 80px;
	display: inline-block;
}

.quote li p{
	font-size: 1rem;
	display: inline-block;
	vertical-align: middle;
	line-height: 1rem;
	padding: 5px 10px;
	font-family: 'MuseoSans500Regular';
}




.quote li span{
	font-size: 2rem;
	font-family: "Chowderhead";
	 vertical-align: middle; 
	margin-top: 10px;
	line-height: 2rem;
}



.quote label{
	text-align: right;
	font-family: 'Nevis';
	text-transform: uppercase;
	/*width: inherit;*/
	vertical-align: middle;
	margin-right: 5px;
}


.error-list, 
.quote .parsley-error-list, 
.free-form-wrap .parsley-error-list{
	text-align: left !important;
	padding: 10px;
	margin: -10px 0 10px 135px;
	background-color: pink;
	width: 285px;
	display: inline-block;
	border-radius: 0 0 5px 5px !important;
	color: rgb(131, 67, 67) !important;
	box-shadow: none !important;
}

.error-list li, .parsley-error-list li{
	text-align: left !important;
	padding:0;
}

.exp-date .parsley-error-list{
	margin: 0;
	width: 191px;
	padding: 2px;
	text-align: right !important;
	border-radius: 0 5px 5px 0 !important;
}


.quote input{
	clear: left;
	margin: 0 0 10px 0;
	width: 65%;
	display: inline-table;
	border-radius: 0;
}



.quote textarea{
	width: 65%;
	/* max-width: 295px; */
}

.multi-line-input{
	display: inline-block;
	width: 62%;
}

.quote .btn{
	width: 100%;
	text-align: center;
	border-radius: 0 0 10px 10px;
}

.quote .btn, .quote a .btn{
/*	background-image: none;
	background-color: transparent;*/
	border: none;
	box-shadow: none;
	font-family: 'Nevis';
	text-transform: uppercase;
	color: white;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	font-size: 28px;
	margin: 0px;
	padding: 10px
}

.price{
	display: inline-table;
	width: 49%;
	/*border: solid 1px black;*/
	/*text-align: center;*/
}

.price h4, #currentCC label{
	text-align: left;
	color: #404040;
	text-shadow: none;
	font-size: 20px;
	line-height: inherit;
}

#costCalc{
	font-family: 'Chowderhead';
	font-size: 46px;
	line-height: 44px;
	text-align: center;
	margin-top: 5px;
	padding-bottom: 0px;
	margin-bottom: 0px;
}

#studentsPer.bonus, #savedPer.bonus, #couponPer.bonus{
	color: rgb(0, 0, 0);
	background-color: gold;
	border-radius: 5px;
	text-transform: uppercase;
	display: block;
}

#studentsPer, #savedPer, #couponPer{
	text-align: center;
	text-shadow: none;
	line-height: inherit;
	font-family: 'MuseoSans500Regular';
	font-size: 15px;
	color: rgb(0, 0, 0);
	background-color: rgb(209, 208, 205);
	border-radius: 5px;
	margin: 6px;
	padding: 7px;
	text-transform: none;
}

#couponPer{display:none;}



.quote select{
	margin: 10px 0;
}

.price select{
	font-size: 24px;
	width: 200px;
	/*margin: 0;*/
	height: 45px;
	color: #404040;

}
#finalPrice{
	text-align: center;
}

.coupon{
	margin: 24px 0;
}

.coupon input{
	font-size: 16px;
	width: 184px;
	margin: 10px 0 0 0;
	padding: 8px;
	height: auto;
	color: #404040;
	border-radius:  5px 5px 0 0;
	float: left;
	border-bottom: none;
}

.coupon .btn{
	width: 184px;
	padding: 8px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	border-top: none;
	font-size: 15px;
	height: 18px;
}

#state{
	margin: 0 0 10px 0;
}

#currentCC label{
	width: 100%;
}

#currentCC #stripeCC{
	font-size: 16px;
	width: 96%;
	margin: 10px 0 0 0;
	padding: 8px;
	height: auto;
	color: #404040;
	border-radius:  5px 5px 0 0;
	float: none;
	border-bottom: none;
	text-align: center;
  	border: solid 1px #ccc;
}

#currentCC button {
	width: 100%;
	padding: 8px;
	border-radius: 0 0 5px 5px;
	border: 1px solid #ccc;
	border-bottom-color: #bbb;
	border-top: none;
	font-size: 15px;
	margin-left: 0;
}


.exp-date input{
	width: 100px;
}

.feedback{
	/*text-align: center;*/
	padding: 1em;
	background-color: rgb(219, 69, 69);
	color: white;
	/*border: solid 1px red;*/
	display: none;
	/* border-radius: 5px; */
	/* width: 80%; */
	margin: 0 auto;
	/* margin-bottom: 1em; */
}

.single, .multi{
	width: 240px;
	margin-top: 117px;	
	padding: 0px;
	/*background-color: rgba(255, 255, 255, 1);*/
	background-image: none;
	z-index: 1;
	/*box-shadow: 0px 1px 3px rgba(39, 71, 99, 1);*/
	background-color: #F2F8FF;
	box-shadow: inset 0px 1px 3px 0px #5C9BD1;
}

.single{
	margin-left: -20px;
	border-radius: 0 10px 10px 0;
	border-left: none;
}


.multi h3, .single h3{
	background-color: transparent;
	background-image: none;
	text-shadow: none;
	color: #4f4f4f;
	text-align: center;
	padding: 20px 20px 0 20px;
	line-height: 24px;
}

.quote hr{
	margin: 15px 0 0 0;
	border-bottom: solid 2px rgba(79, 79, 79, 0.4);
}


.multi{
	margin-right: -20px;
	border-radius: 10px 0 0 10px;
	border-right:none;
}

.multi span{
	font-family: "Chowderhead";
	font-size: 2rem;
}

.quote p{
	padding: 5px 15px;
	font-size: 1rem;
	
}

.quote p a{
	color: rgb(49, 106, 206);
}
.quote p a:hover{
	color: rgb(51, 168, 223);
}

.quote input[type=checkbox]{
	width: 12px;
	display: inline;
	margin-left: 115px;
	/* vertical-align: middle; */
}

.checkMe{
	/* width: 220px; */
	display: inline-block;
	padding: 0px !important;
	margin: 0;
	font-family: MuseoSans500Regular;
	font-size: 13px !important;
	vertical-align: middle;
}

.multi .btn, .single .btn{
	margin: 0 auto;
	width: inherit;
	display: block;
}

.multi .btn{
	border-radius: 0 0 0 10px;
}

.single .btn{
	border-radius: 0 0 10px 0;
}

.multi .infoBlock, .single .infoBlock{
	/*min-height: 70px;*/
	padding: 15px;
	background-color: transparent;
	text-align: center;
	font-family: 'MuseoSans500Regular';
	
}

.subscribe .multi h3, .subscribe .single h3{
	text-align: center;
}

.multi p, .single p{
	line-height: 22px;
	text-align: left;
}

#ccArea h3{
	border-radius: 0;
}


/*FAQ SECTION*/

.faq section{
	width: 80%;
	margin: 1% 8%;
	margin-bottom:3em;
	background-color:#d9ebfc;
	border-radius:10px;
	padding: 1em;
}
.faq p{
	padding: 0px !important;
	margin-bottom: 0px;
}

.faq p span{
	font-size:150%;
	font-family: 'Nevis', Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	line-height:inherit;
	vertical-align: top;
	padding:0.5em;
	float:left;
	display:none;
}



.TOS h2{
	line-height: 50px;
}

.privacy{
	margin-bottom:3em;
	background-color:#d9ebfc;
	border-radius:10px;
	padding: 1em;
}

section.privacy{
	/* width:80%; */
	/* margin-left:10%; */
}

.privacy ul{
	list-style: none;
}

.privacy ul li{
	margin-bottom:1em;
	line-height:1.25em;
	letter-spacing: normal;
}

.chowder {
	font-family: 'Chowderhead', Arial, Helvetica, sans-serif !important;
}


#city {
	background-image:url(../images/cityFarAway.png);
	background-repeat: no-repeat;
	background-position:bottom;
	min-height: 215px;
}

#city-account{
	background-image:url(../images/cityFarAway.png);
	background-repeat: no-repeat;
	background-position:bottom;
	min-height: 215px;
	margin-top: 100px;
}

.tree {
	background-image:url(../images/treeRepeats.png);
	background-repeat:repeat-x;
	background-position:bottom;
}

.main h2{
	font-family:'Chowderhead', Arial, sans-serif;
	margin-top: 25px;
	margin-bottom:25px;
	font-size: 55px;
	text-transform: none;
}

.basic li{
	padding: 1%;
	color: #4f4f4f;
}

.basic ol li{
	list-style: decimal;
}

.basic ol{
	padding-left: 2%;
}

.main p{
	font-family:'MuseoSans500Regular', Arial, sans-serif;
	font-size: 1.25em;
	line-height: 1.25em;
	padding: 0.5em;
	color:#4f4f4f;
}

.main small{
	float: right;
	color:#4f4f4f;
	font-size: 90%;
}

.main blockquote{
	background-color: #FFF;
	border-radius:5px;
	padding:1em;
	width: 85%;
	border: none;
	line-height: 1.5em;
	margin: 0 auto;
}

 

/* Testimonials */
#reviews {
	float:left;
	width: 50%;
}

#reviews section{
	width: 90%;
	padding: 20px;
	font-family:'Chowderhead', Arial, sans-serif;
	font-size: 16px;
	color: #4f4f4f;
	margin-bottom: 3em;
	background-color:#d9ebfc;
	border-radius:5px;
	/*text-shadow: #000 1px 1px 2px;*/
}

.minor{
	width: 80% !important;
	margin: 0px auto;
	margin-bottom: 3em;
	float:right !important;
}

.testimonial{
	width: 70% !important;
}

#reviews p {
	margin: 0;
	text-align:left;
	border: none;
	font-size: 16px;
	line-height: 1.5em;
}

#reviews p:first-letter{
	font-family:'Chowderhead', Arial, sans-serif;
	font-size:200%;
	vertical-align: middle;
}

#reviews hr, .main hr{
	background-color: white;
	box-shadow: 0px 1px 3px #5C9BD1;
	border:none;
	height:1px;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
}

#aboutme{
	float:left;
	width: 60%;
	margin-left: 10%;
}

#aboutme a{
	font-family: 'Nevis', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}

#aboutme a:hover{
	text-decoration: none;
}

#bragwall {
    text-align: center;
    width: 29%;
    margin: 20px auto;
    display: inline-block;
    vertical-align: top;
    float: none;
}

#bragwall img{
	width:60%;
	margin: 0 auto;
	padding:10px;
}

#bragwall h3{
	font-family: 'nevis';
	text-transform: uppercase;
	letter-spacing: 2px;
}

.main hr{
	height:2px;
}

#who h3{
	font-family: 'Chowderhead', Arial, sans-serif;
	font-size:32px;
	text-align: center;
	color: #4f4f4f;
}

#who h3.sub{
	text-align: center;
	font-size: 32px;
	font-family: 'Chowderhead', Arial, sans-serif;
	text-transform: none;
	margin-bottom: 20px;
	margin-top: -10px;
}

#who ul{
	width:75%;
}

#who li{
	padding-bottom: 1em;
	line-height:1.25em;
}

#who section{
	width: 27%;
	height: 250px;
}

#who p{
	text-align: center;
	font-size: 20px;
}


#reviews footer {
	margin: 0;
	text-align:right;
	border: none;
	font-size: 1.3em;
	line-height: 1.2;
	margin-top:0.5em;
	
}

.tellUs {
	/* float:left; */
/*	width:90%;
	margin-left: 5%;*/
	position: relative;
	text-align: left;
}

.tellUs h3{
	text-align:left;
	font-family:'Nevis', Arial, sans-serif;
	font-size: 30px;
	text-transform: uppercase;
	width: 25%;
	line-height:1em;
	color:#bc542d;
	text-shadow: rgba(104, 46, 25, 0.9) 0px 1px 0px;
	margin-bottom: -15px;
	/* float:left; */
	padding-top:10px;
	padding-bottom:30px;
	vertical-align: middle;
	display: inline-block;
}

.tellUs a{
	/* float:left; */
	vertical-align: middle;
	display: inline-block;
}

.tellUs .btn{
	font-family: 'Nevis';
	font-size: 18px;
}

.tellUs a img{
	height: 100px;
	padding:0px;
	padding-left: 7px; 
	padding-right: 7px;
}

.tellUs a:hover img{
	height: 110px;
	padding: 0px;
}

.tellUs section{
	background-color: white;
	padding: 2em;
	border-radius: 5px;
	margin: 0px auto;
}

.tellUs p {
	font-family: 'MuseoSans500Regular', Arial, sans-serif;
	text-align: left;
	font-size: 18px;
	margin-left: 10px;
	vertical-align: middle;
	display: inline-block;
}

.tellUs hr {
	width: 110%;
	margin-left: -5%;
	display: block;
}

#readme{
	float:left;
	width: 50%;
}

/* Marketing Blurbs */
.shoutOut {
	padding-top: 20px;
	text-align: center;
}

.bigBlurb {
	display: block;
	width: 91%;
	padding-top: 33% !important;
	padding-left: 7% !important;
	left: 0px !important;
}

.blurb {
	margin: 0.8%;
	margin-bottom: 30px;
	padding: 0;
	/*float: left;*/
	width: 31.3333%;
	background-color:  #F2F8FF;
	color: #4F4F4F;
	border-radius: 5px;
	color: black;
	z-index: 2;
	position: relative;
	box-shadow: inset 0px 1px 3px 0px #5C9BD1;
	height: 130px;
	display: inline-block;
}

.referral{
	width: 64%;
	margin: 0 auto;
	display: inherit;
	padding-bottom: 2%;
}

.referral h2{
	/*text-align: center;*/
	padding-top: 2%;
	margin-left: 2%;
	font-size: 30px;
}
.referral p{
	margin-left: 2%;
	width: 80%;
	padding-bottom:2%;
}



.blurbImage{
	width: 100px;
	height: 130px;
	background-color: none;
	margin: 0%;
	position: absolute;
	right: 0px;
	bottom: 0px;
}

.blurb article{
	float: left;
	padding: 2%;
	width: 90%;
	margin-left: 5px;
}

.blurb h2 {
	font-size: 20px;
	text-shadow: none;
	text-align: left;
	line-height: normal;
	color: #4F4F4F;
	letter-spacing: 0px;
	margin-bottom: 5px;
}

.blurb a{
	text-align: left;
	font-size: 1em;
	font-family: 'Nevis', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 2%;
	position: absolute;
	bottom: 0px;
	left: 15px;

}

.blurb p{
	line-height: 1.5em;
	color: #4F4F4F;
	width: 75%;
	margin-left: 10px;
	text-align: left;
}

.blurb input{
	margin-left: 10px;
	width: 70%;
}

.blurb .textButton{
	text-align: left;
	font-size: 1em;
	font-family: 'Nevis', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0;
	position: absolute;
	bottom: 0px;
	left: 10px;
	background-color: transparent;
	border: none;
	color: #0069D6;
	text-decoration: none;
	cursor: pointer;
	box-shadow: none;
	width: auto;
}

.blurb .textButton:hover{
	color: #00438a;
	text-decoration: underline;
}

#awards{
	padding-top: 20px;
	width: 80%;
	margin-left:10%;
}
	.awardImage, .awardImage2{
		width:20%;
		float:left;
		text-align: center;
		margin: 0px auto;
		padding: 0px;
		
	}

	.awardImage img{
		height: auto;
    	width: 100%;
	}


	.awardImage2 img{
		width: 90%;
		margin-top: 15px;
		padding: 0 5%;
	}


/* Letter from the Mayor */

#mayor{
	color: #4f4f4f;
}

#mayor section{
	width:70%;
	background-color:white;
	margin: 0px 5%;
	padding: 10%;
}

#mayor h3{
	text-align: center;
	font-size: 250%;
	margin-top: -70px;
	padding: 1em 0px;
}

#mayor p{
	font-size: 110%;

}

#mayor footer{
	float:right;
	display: block;
}

#mayor footer p{
	padding: 0px;
	margin-bottom:0px;
}

#mayor footer p span{
	font-size: 200%;
	line-height: 1.5em;
}

#mayor footer h4{
	font-size: 100%;
	font-family: 'Nevis', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: auto;
}

/* Shop Page */

/*.col3{
	margin: 1%;
	margin-bottom: 30px;
	width: 31.3333%;
	padding: 0;
	float: left;

}

#itunes img{
	padding: 10px;
	padding-bottom: 0px;
	margin-right: 35px;
	box-shadow: none;
	border: none;
	float:right;

}

.shop h3{
	font-size: 300%;
	text-align: center;
	font-family: 'Chowderhead', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 0.5em 0px;
	letter-spacing:0.1em;
}

.shop h4{
	font-family: 'Nevis', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	line-height: 1em;
	text-align: center;
	padding: 10px;
}

.shop h5{
	text-align: center;
	font-family: 'Nevis', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding:5px;
}

.shop ul{
	list-style: none;
	margin:0px;
	padding: 0px;
}

.shop li{
	margin:0px auto;
	width: 90%;
	margin:0px auto;
	width: 90%;
	background-color: #f2f8ff;
    color: #4f4f4f;
	border-radius: 5px;
	color:black;
	z-index:2;
	position: relative;	
	box-shadow: inset 0px 1px 3px 0px #5c9bd1;
}

.shop img{
	display:block;
	margin:0px auto;
	max-width: 70%;
	border: solid 1px #CCCCCC;
	box-shadow: inset 0px 1px 3px 0px #5c9bd1;
}

.shop hr{
	background-color:#4f4f4f;
	border:none;
	height:2px;
	margin:0px auto;
	margin-top:10px;
	margin-bottom:10px;
	width: 90%;
	clear: both;
}


.shop p{
	clear: both;
	padding: 20px;
} */



/* Quick Links */

#quickLinks {
	background-color: none;
}

.choice {
	width:90%;
	margin: 1% auto;
	text-align: center;
}

.choice > div{
	/*float:left;*/
	width: 16%;
	padding:1%;
	margin: 1% 2px;
	background-color:#FFF;
	border: solid black 5px;
	border-radius: 10px;
	z-index:1;
	position:relative;
	display: inline-block;
}

.choice header {
	text-align: center;
	text-transform: uppercase;
	font-family: 'Nevis', Arial, Helvetica, sans-serif;
	font-size: 1.75em;
	padding:.1em;
}

.choice >.shadow{
	/*float:left;*/
	width: 16%;
	padding:1%;
	margin: 1% 6px;
	background:none;
	border:none;
	border-radius:none;
	margin-top:-30px;
	z-index:0;
	position:relative;
	display: inline-block;
}

#shadowHide> .choice >.shadow{
	display:none;
}

.shadow img {
	max-width:100%;
}
 
 
/* Footer */
.grass{
	background-color: #99ab72;	
}
        
/*#footer{
	margin-top: 0px;
	margin-bottom: 200px;
}*/

#footer p {
	font-family: 'Chowderhead', Arial, Helvetica, sans-serif;
	font-size: 1.25em;
	line-height: 1em;
	color: #505C00;
}

#footer a{
	color: #397A00;
}

#footer a:hover{
	color: white;
	text-decoration:none;
}

#footer div{
	text-align:center;
	margin: 25px 0px;
}

#footer img{
	vertical-align: middle;
}

#smaller {
	font-family: 'Nevis', Arial, Helvetica, sans-serif;
	font-size: 75%;
}

/* Uopdated Footer */
	#footer{
		max-width: 960px;
    	margin: 0 auto;
    	margin-bottom: 500px;
    	text-align: center;
    }


    #footer div{
    	display: inline-block;
    	width: 20%;
    	vertical-align: top;
    	text-align: left;
    }

    #footer div p{
    	font-family: 'MuseoSans500Regular';
    	font-size: 14px;
    }

    #footer h4{
		font-family: 'Nevis';
		color: #505C00;
		text-shadow:none;
		font-size: 16px;
		/*text-align: left;*/
		text-transform: uppercase;
    }

    #footer #connect{
    		text-align: center;
    	width: 100%;
    }

    #footer #smaller{
    	text-align: center;
    	width: 100%;
    }

/* Updated Social hook*/


    #socialHook{
    	margin:0 !important;
    	width: 100% !important;
    }

    #socialHook div{
    	display: block;
	    margin: 0;
	    padding: 2px 0;
	    width: 100%;
    }

    .fb-root{
    	margin:0 !important;
    	padding:0 !important;
    }

.righty{
	text-align: right;
}



/* Cast Colors */

.nounColor span, 
.nounColor h2, 
.nounColor h4, 
.nounColor .oneExample h3{
	color:  #284c9a;
}

.verbColor span, 
.verbColor h2, 
.verbColor h4, 
.verbColor .oneExample h3{
	color:  #fe9900;
}

.adjectiveColor span, 
.adjectiveColor h2, 
.adjectiveColor h4, 
.adjectiveColor .oneExample h3{
	color: #ed4312;	
}

.adverbColor span, 
.adverbColor h2, 
.adverbColor h4, 
.adverbColor 
.oneExample h3{
	color: #47b247;
}

.pronounColor span, 
.pronounColor h2, 
.pronounColor h4, 
.pronounColor .oneExample h3{
	color:  #284c9a;
}

.conjunctionColor span, 
.conjunctionColor h2, 
.conjunctionColor h4, 
.conjunctionColor .oneExample h3{
	color:  #660066;
}

.prepositionColor span, 
.prepositionColor h2,
.prepositionColor h4, 
.prepositionColor .oneExample h3{
	color: #597d40;
}

.interjectionColor span, 
.interjectionColor h2, 
.interjectionColor h4, 
.interjectionColor .oneExample h3{
	color: #9b2b6e;
}

.nounColor aside span {
	color: #404040;
}

/* Quiz COming Soon */

.quizComingSoon {
	width: 175px;
	height: 87px;
	position: absolute;
	bottom: -27px;
	right: -6px;
	z-index: 3;
	background: url(../images/quizComingSoon.png) no-repeat bottom;
}

.quizInactive, .quizInactive a {
	background-color: #CCC !important;
	color: #ABABAB !important;
	border-color: #ABABAB !important;
}

/* 404 page */

#image404 {
	margin-bottom: -15px;
}

/* Sitemap */

#sitemap {
	width:60%;
 	margin:0px auto;
 	margin-top: 50px;
 	padding-bottom: 100px;
}
	#sitemap h3{
		font-family: 'Chowderhead', Arial, Helvetica, sans-serif;
		font-size: 1.5em;
		line-height: 1.5em;
		color: #0069D6;
	}
	#sitemap ul{
		list-style: none;
	}
	#sitemap a{
		
	}
	#sitemap a:hover {
		color: white;
		text-decoration: none;
	}




/* Music Specific */

#buyLink {
	position: absolute;
	width: 860px;
	bottom: 15px;
	text-align: center;
}

	#buyLink p {
		font-family: 'Chowderhead',  Arial, Helvetica, sans-serif;
		font-size: 17px;
		letter-spacing: 1px;
		color: #9FC749;
	}

	#buyLink a{
		color: #899e5d !important;
	}

	#buyLink a:hover{
		color: white !important;
		text-decoration: none;
	}

#lyricLink{
	position: absolute;
	bottom: 100px;
	right: 120px;
}



	#lyricLink p{
		font-family: 'Chowderhead',  Arial, Helvetica, sans-serif;
		text-align:right;
		text-transform:uppercase !important;
		font-size: 13px  !important;
	}

	#lyricLink a{
		color: #404040 !important;
	}
	
	#lyricLink a:hover{
		color: white !important;
		text-decoration: none;
	}

/* Lyric Page */

#extended {
	font-size: 0.3em;
	letter-spacing:0px;
	color: #000;
	text-shadow:none;
}

#lyrics{
	float:left;
	width: 60%;
}

	#lyrics p span{
		font-family: 'Nevis', Arial, Helvetica, sans-serif;
		font-weight: bold;
		text-transform: uppercase;
		font-size: 12px;
	}

	#lyrics p span:after{
		content: ":";
	}

	.team {
		font-family: Arial, Helvetica, sans-serif !important;
		text-transform: none !important;
		font-size: 16px !important;
	}

	.team:after{
		content: "" !important;
	}

#lyricWall{
	text-align: center;
	float:left;
	width: 40%;
	margin:20px auto;
}
#songList {

}

	#songList ul{
		list-style: none;
	}

	#songList li{
		text-align:left;
	}

	#songList a{
		font-family: 'Chowderhead',  Arial, Helvetica, sans-serif;
		font-size: 18px;
	}

	#songList a:hover{
		color: white;
		text-decoration: none;

	}
#ie7-warning{
	margin: -270px 0 0 -270px;
	width:540px;
	background:  url(../images/ie7warning.jpg) no-repeat #FFFFFF;
	background-position: 285px;
}

#ie7-warning h1{
	text-transform:uppercase;
	font-size:30px;
	font-weight: bold;
}

#ie7-warning p{
	margin-right:235px;
}

#ie7-warning ul,li{
	list-style:none;
	font-size: 13px;
}

.darkest{
	filter: alpha(opacity=90);
	-khtml-opacity: 0.9;
	-moz-opacity: 0.9;
	opacity: 0.9;
}


/* Character Specific clauses citize stuff*/
.content {
	width :100%;
}

.stageWrapper{
	height:500px;
	position:relative; 
	left:80px;
}
.stage {
	overflow:hidden; 
	width:860px; 
	height:500px;
}

#stageProgressWrapper{
	width:860px;
	height:20px;
	position: absolute;
	bottom:-20px;
}

#stageProgressCenter{
	text-align:center;
	overflow:hidden;
}

.stageProgressIndicator{
	position:relative;
	width:10px;
	height:10px;
	margin: 0px 5px;
	display:inline-block;
	vertical-align:middle;
	background:url(../images/slideEmpty.png) no-repeat;

}

.stageProgressActive{
	background: url(../images/slideFilled.png) no-repeat;
}

.big{
	width:90%;
	margin: 5%;
}
.desc{
	width:80%;
	background-color:#C8EAF5;
	padding:1em;
	margin: 1em auto;	
	z-index: 1;
}
.desc p {width:70%;}
.desc img{display:block;  max-width:25%;}
.left {float: left;}
.right {float: right;}





.townMap {
	margin: 0 auto;
	width: 90%;
	height: 100px;
}

.partOfSpeech {
	float:left;
	background-color:#C8EAF5;
	width:33.33333333333333%;
	height:inherit;
}


.city {
	background-color: #5f5763;
	background-image: url(../images/footerGrass.png);
	background-repeat:repeat-x;
	background-position: bottom;
}

#nounTown {
	background-image:url(../images/nounRepeat.png);
	background-repeat: repeat-x;
	background-position:bottom;	
}
#verbTown {
	background-image:url(../images/verbRepeat.png);
	background-repeat: repeat-x;
	background-position:bottom;	
}
#adjectiveTown {
	background-image:url(../images/adjectiveRepeat.png);
	background-repeat: repeat-x;
	background-position:bottom;	
}
#adverbTown, #thankYouTown {
	background-image:url(../images/adverbRepeat.png);
	background-repeat: repeat-x;
	background-position:bottom;	
}

.showSlide {
	display:block !important;
}

#pronounTown {
	background-image:url(../images/pronounsRepeat.png);
	background-repeat: repeat-x;
	background-position:bottom;	
}
#conjunctionTown {
	background-image:url(../images/conjunctionRepeat.png);
	background-repeat: repeat-x;
	background-position:bottom;	
}
#interjectionTown {
	background-image:url(../images/interjectionRepeat.png);
	background-repeat: repeat-x;
	background-position:bottom;	
}
#prepositionTown {
	background-image:url(../images/prepositionRepeat.png);
	background-repeat: repeat-x;
	background-position:bottom;	
}


.nounVideo {
	background-image:url(../images/nounVideoBack.png);
	background-repeat: no-repeat;
	background-position:top;	
}

.verbVideo {
	background-image:url(../images/nounVideoBack.png);
	background-repeat: no-repeat;
	background-position:top;	
}

.adjectiveVideo {
	background-image:url(../images/nounVideoBack.png);
	background-repeat: no-repeat;
	background-position:top;	
}

.adverbVideo {
	background-image:url(../images/nounVideoBack.png);
	background-repeat: no-repeat;
	background-position:top;	
}

.pronounVideo {
	background-image:url(../images/nounVideoBack.png);
	background-repeat: no-repeat;
	background-position:top;	
}

.conjunctionVideo {
	background-image:url(../images/nounVideoBack.png);
	background-repeat: no-repeat;
	background-position:top;	
}

.prepositionVideo {
	background-image:url(../images/nounVideoBack.png);
	background-repeat: no-repeat;
	background-position:top;	
}

.interjectionVideo {
	background-image:url(../images/nounVideoBack.png);
	background-repeat: no-repeat;
	background-position:top;	
}



/* Certificates */
#certificate{
	top: 110px;
	width: 700px;
	display: none;
	margin-top: 0;
	margin-left: -347px;
}

#certificate .modal-body{
	border-radius: 10px 10px 0 0;
}

#certificate .modal-close{
	font-weight: bold;
font-size: 2em;
padding: 0.25em;
position: absolute;
right: 2px;
top: -2px;
color: black;
text-decoration: none;
cursor: pointer;
margin: 0;
}

#certificate button{
	width: 100%;
	border-radius: 0 0 4px 4px;
	font-family: 'nevis';
	text-transform: uppercase;
	font-size: 2em;
	letter-spacing: .1em;
	cursor: pointer;
	padding: 0.5em;
	float: none;
	margin: 0;
}


#printCert input{  
	position: absolute;
	top: 38%;
	width: 84%;
	left: 7.5%;
	font-family: 'Chowderhead';
	text-align: center;
	font-size: 3.25em;
	height: auto;
	color: red !important;
	border: none;
	background-color: transparent;
	box-shadow: none;
	line-height: 1.35em;
}

#printCert p{
	font-family: 'Chowderhead';
	font-size: 1.25em;
	margin: 0;
	text-align: center;

}

#certificate img{
	width: 100%;
}
.certBox{
	height: 50px;
	margin: 5px !important;
	background-color: transparent !important;
	border-radius: 0 !important;
	box-shadow: none !important;
}
.certButton{
	display: none;
	border-radius:10px !important;
	font-size: .75em !important;
	margin: 0 !important;
	padding: 5px 0 !important;
}

.lang{
    position: absolute;
    top: 75px;
    left: 0px;
    margin: 0px;
    font-size: 12px !important;
}

.presskit{
	text-align: left;
	padding-bottom: 2em;
}

.presskit p{
	font-size: 16px;
}

.presskit a{
	display: block;
	padding-bottom: 1em;
	margin-left: 2em;
}

.presskit h4, .presskit h3{
/*	color: white;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.5);*/
}

.presskit h4{
	color: #404040;
	text-shadow: none;
	margin-left: 1em;
	width: 100%;
	border-bottom: solid  2px #404040;
	margin-bottom: 1em;
}

/*Print Areas*/

#printArea{
	display: none;
}

i>img.print-progress{
	display: none;
}


