@charset "UTF-8";
/* CSS Document */

* ,*:before, *:after {
    -moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
}

.yellow {
	color:#B34625; 
}

.roundedCorners {
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
}

.twoRoundedCorners {
	-moz-border-radius:5px 5px 0px 0px;
	-webkit-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px;
}

.roundedCorners30 {
	-moz-border-radius:30px;
	-webkit-border-radius:30px;
	border-radius:30px;
}

.roundedCorners15 {
	-moz-border-radius:15px 15px 15px 15px;
	-webkit-border-radius:15px 15px 15px 15px;
	border-radius:15px 15px 15px 15px;
}

.roundedCorners10 {
	-moz-border-radius:10px 10px 10px 10px;
	-webkit-border-radius:10px 10px 10px 10px;
	border-radius:10px 10px 10px 10px;
}

.paddingTen {
	padding: 10px;
	}

/*
CONTENT HOLDERS/CONTAINERS 
_________________-----_____-_-_-_-*/

.lineHeight2 {
	line-height:2px;
}

.message_box{
font-family: 'Avenir', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
font-size: 20px;
line-height: 30px;
font-weight: 400;
border-top: solid 4px #f79138;
background-color: #FFF;
color: #222;
padding: 10px 0px;
text-align: left;
padding-left: 15px;
margin-bottom: 15px;
margin-top: 0px;
}

.login-box-message {
	padding: 20px;
}

.bg {
	background-color: #F6F6F6;
	height: 340px;
	border: 1px solid #333;
}

.signup {
	font-family: "myriad pro";
	background: white;
	border: 1px solid #333;
}

.signup .box-message {
	padding: 10px;
}

.signup h3 {
	border-bottom: 1px solid #B34625;
	padding-bottom:10px;
	padding-left: 0px;
	margin: 25px 40px 15px 0px;
}

.page-id-steam #content, .page-id-fourps #content, .page-id-cardstable #content, .page-id-presentationoptions #content {
	width: 100%;
	padding: 0;
	background: none;
	box-shadow: none;/*height:100%; min-height:600px;*/
}

.paras {
	background: #fff;
	padding: 40px 44px;
	box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.25);
	width: 100%;
}

body {
	background-color:#e8e1d9;
	position: relative;
	margin-top: 200px;
	margin-bottom: 0px;
}

#header {
	background-color:#FFF;
	position: fixed;
	width: 100%;
	height: 90px;
	top: 0px;
	left: 0px;
	z-index: 1;
}

#navigation {
	width: 100%;
	height: 93px;
	top: 90px;
	left: 0px;
	position: fixed;
	z-index: 9999;
	background-color: #325a8d;
	border-bottom: 2px solid #666;
}

#wrapper {
	float: right;
	margin-bottom:100px;
}

#content {
	background: #fff;
	padding: 40px 44px;
	float: left;
	position: relative;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.teacherQuotes {
	font-family: 'Avenir', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	margin-top:25px;
	margin-bottom:25px;
	padding: 15px 10px 15px 10px;
	font-family:comic-sans;
	font-size:20px;
	line-height:30px;
	color:#000;
	background-color:#e8e1d9;
}

#sidebar {
	width: 220px;
	position: fixed;
	top: 200px;
}

.video-box {
	float: left;
	padding-top:15px;
}

/* directory is a class applied to UL within the sidebar */

.directory {
	float: left;
}

.directory a {
	font-family: 'Avenir', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size: 16px;
	color: #FFF;
	text-indent: 5px;
	display: block;
	text-decoration: none;
}

.directory-font {
	color: #000; 
	font-family: 'Avenir', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	list-style: none;
}

.directory li .newactive a {
	color: #B34625;
}

.directory li a img {
	float: right;
}

.directory > li > a:hover, .directory > li > a.active {
	background-color: #003366;
	color: #FFF;
}



.directory ul {
	background: #FFF;
	top: -7px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	position: relative;
	z-index: 100;
	border-radius: 0 0 3px 3px;
	border: 1px solid #947385;
	border-top: none!important;
}


.directory ul li a {
	color: #5f636b;
	margin-bottom: 15px;
}


/*
FONTS AND TYPES 
======================================================*/

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

.container p {
	color:#000;
	font-family: 'Avenir', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:300;
	line-height:30px;
	text-align:left;
	padding-top:10px;
	padding-right:15px;
	padding-bottom:10px;
	padding-left:10px;
}

.expertQuotes {
	color:#000;
	font-family: 'Avenir', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:300;
	line-height:30px;
	font-style:italic;
	text-align:left;
	padding-top:10px;
	padding-right:15px;
	padding-bottom:5px;
	padding-left:10px;
}

p.loginBox {
	color:#000;
	font-family: 'Avenir', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:300;
	line-height:5px;
	text-align:left;
	padding-top:10px;
	padding-right:15px;
	padding-bottom:3px;
	padding-left:15px;
}

p.loginBoxTwo {
	color:#000;
	font-family: 'Avenir', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:300;
	line-height:5px;
	text-align:left;
	margin-top:4px;
	padding-top:15px;
	padding-right:15px;
	padding-bottom:3px;
	padding-left:15px;
}

.color {
	color:#3CF;
}

.lessTenTop {
	padding-top:-10px;
}

#wrapper p {
	font-size: 20px;
	line-height: 30px;
	margin-left: 0px;
	margin-bottom: 10px;
}

.teacherQuotes p {
	color:#000;
	font-family: 'Avenir', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:400;
	line-height:30px;
	text-align:left;
	padding-top:5px;
	padding-right:15px;
	padding-bottom:25px;
	padding-left:15px;
}

.video-box-message {
	color:#000;
	font-family: 'Avenir', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
    font-size:20px;
	font-weight:300;
	line-height:30px;
	text-align:left;
	height: 240px;
	width: 300px;
	text-align: left;
	float: left;
	padding-left: 16px;
	padding-right: 15px;
	padding-top: 16px;
}

p.teacherTalk {
	font-family:'short_stackregular';
}

p.headlineFontFace {
	font-family:'kaushanscript-regular';
	font-size:45px;
	line-height:50px;
	color:#069;
}

.content-para {
	text-align: left;
	font-size: 20px;
	font-family: 'Avenir', "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	line-height: 20px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
}

/*.directory > li > a */
.specialFont {
	width: 217px;
	height: 35px;
	margin-bottom: 5px;
	border-radius: 3px;
	border: 1px solid #947385;
	line-height: 35px;
	position: relative;
	z-index: 1;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
	outline: none;
	background-color: #006699;
}

.orderingProducts ul li {
	font-size: 25px;
	line-height:0px;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top:20px;
}

.imageTopPadding {
	padding-top:25px;
}


/*
LINKS 
======================================================*/

a.headline {
	display:inline-block;
	margin-top:10px;
}

a.linkFont {
	font-family: 'Avenir', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color:#333;
	font-size:26px;
	font-weight:400;
	line-height:30px;
	text-align:left;
	padding-top:5px;
	padding-right:15px;
	padding-bottom:0px;
	padding-left:15px;
	text-decoration:none;
}

a.linkFont:hover {
	font-family: 'Avenir', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color:#000;
	font-size:26px;
	font-weight:400;
	line-height:30px;
	text-align:left;
	padding-top:5px;
	padding-right:15px;
	padding-bottom:0px;
	padding-left:15px;
	text-decoration:underline;
}

.box-link-reg {
	padding-top: 10px;
	font-size: 18px;
	margin-left: 15px;
}

.box-link-reg a {
	text-align: left;
	font-size: 18px;
	color:#FFF;
	color: rgba ();
	background-color:#315389;
	padding: 5px 20px 5px 20px;
	border: 7px #315389 solid;
	text-decoration: none;
	font-family: 'Avenir', "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}

.box-link-reg a:hover {
	color: #FFF;
	color: rgba ();	
	background-color:#192C4B;
}

.relative_position .box-link-reg {
	position:absolute;
	bottom:40px;
}

.box-link-reg2 {
	padding-top: 10px;
	font-size: 18px;
	margin-left: 15px;
}

.box-link-reg2 a {
	text-align: left;
	font-size: 18px;
	color:#FFF;
	color: rgba ();
	background-color:#315389;
	padding: 5px 20px 5px 20px;
	border: 7px #315389 solid;
	text-decoration: none;
	font-family: 'Avenir', "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	-webkit-transition: background .3s ease;
	-moz-transition: background .3s ease;
	-o-transition: background .3s ease;
	transition: background .3s ease;
}

.box-link-reg2 a:hover {
	color: #FFF;
	color: rgba ();	
	background-color:#192C4B;
}

a.linkFormatting {
	text-decoration:none;
	color:#003399;
}

a.linkFormatting:hover {
	text-decoration:underline;
}

a.boldFont {
	font-weight:400;
	color:#32598D;
	text-decoration:none;
}

.boldFont:hover {
	text-decoration:underline;
}


/*
H elements and Headings
======================================================*/

h1 {
	font-size: 48px;
}

h2 {
	font-family: 'Avenir', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color:#039;
	margin-top:10px;
	margin-bottom:10px;
	padding-left:10px;
	font-size:42px;
}

h2.caudex {
	font-family:'caudexregular';
	color:#003399;
	font-size:40px;
	line-height:45px;
	padding-top:15px;
}

h2.caudexOne {
	font-family:'caudexregular';
	color:#003399;
	font-size:40px;
	line-height:45px;
}

h2.caudexTwo {
	font-family:'caudexregular';
	color:#003399;
	font-size:40px;
	line-height:45px;
	padding:25px 0 25px 0;
}

h2.caudexFour {
	font-family:'caudexregular';
	color:#003399;
	font-size:30px;
	line-height:40px;
	padding-top:15px;
}

.h2Underline {
	border-bottom: 3px #003399 solid;
	padding-left:10px;
	padding-bottom: 4px;
}

h3 {
	font-family:'Avenir', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #B34625;
	font-size: 32px;
	padding-top:10px;
	padding-left:10px;
}

.h3Underline {
	border-bottom: 2px #B34625 solid;
	padding-left:10px;
	padding-bottom: 5px;
}

h4 {
	font-size: 16px;
	padding: 15px 0 12px 25px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 11px;
}

.main-heading {
	margin: 15px 0;
}

.section-heading {
	margin: 50px 0 15px 0px;
	display: inline-block;
}

.section-heading-two {
	margin: 30px 0px 15px 0px;
	display: inline-block;
}

.box-heading {
	text-align: center;
	font-size: 25px;
	padding-top: 5px;
	height: 40px;
	font-family: 'Avenir', "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	color: #FFF;
	background-color:#32598D;
	border-bottom: solid 3px #f79138;
	-moz-border-radius:10px 10px 0px 0px;
	-webkit-border-radius:10px 10px 0px 0px;
	border-radius:10px 10px 0px 0px;
}

.box-heading2 {
	text-align: center;
	font-size: 18px;
	padding-top: 5px;
	height: 25px;
	font-family: 'Avenir', "open sans", sans-serif;
	font-weight:bold;
	color:#000;
	background-color: #f79138; 
}

.box-subheading {
	font-size: 32px;
}

.indentHeading {
	padding-right:50px;	
}

.padding-top {
	padding-top:15px;
}


/* Product Catalogue 
======================================================*/

.product_box {
	padding-bottom:50px;
	border-bottom: 2px dashed #ddd;
}

.productImage {
	margin-top: 30px;
	width: 180px;
	float: left;
}

.productImage2 {
	margin-top: 30px;
	width: 225px;
	float: left;
}

ul.productChecks {
	text-align: left;
	margin-left:20px;
	font-size: 20px;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	line-height: 40px;
	padding-right: 46px;
	padding-top: 5px;
}


/*
*************************************************/

.logo_pic {
	margin-top: 5px;
	height:70px;
}

.box_shadow {
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.25);
}

.red {
	color:#C00;
}

.center {
	margin:0 auto;
}

.centerInline {
	display:inline-block;
	margin-right:auto;
	margin-left:auto;
}

.box-link {
	height: 63px;
	text-align: center;
	font-size: 16px;
	margin-bottom: 2px;
}

.relative_position {
	position: relative;
}

form.log label {
	display: inline-block;
	width: 140px;
}

.vids {
	width: 560px;
	height: 315px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #333;
}

.logo-holder {
	align: center;
}

.top-padding {
	padding-top: 165px;
}

/* Scroll Pages */

.fl {
 	float:left;
}

.fr {
	float:right;
}

.boxShadow {
	-moz-box-shadow:0 0 5px rgb(0, 0, 0, 0.25);
	-webkit-box-shadow:0 0 5px rgb(0, 0, 0, 0.25);
	box-shadow: 0 0 5px rgb(0, 0, 0, 0.25);
}

.bgWhite {
	background-color: #FFF;
}

.bgYellow {
	background-color:#e8e1d9;
}

.productTitle {
	width: 732px;
}

.border {
	border: 1px #737986 solid;
	padding-bottom: 25px;
}

.imageTop {
	margin-top: 10px;
}

.harvardVideo {
	margin: 0 0 0 220px;
}


/* TABLE 
========================================== */

.CSSTableGenerator {
	margin: 0px;
	padding: 0px;
	width: 100%;
	box-shadow: 5px 5px 5px #888888;
	border: 1px solid #000000;
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.CSSTableGenerator table {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}

.CSSTableGenerator tr:last-child td:last-child {
	-moz-border-radius-bottomright: 0px;
	-webkit-border-bottom-right-radius: 0px;
	border-bottom-right-radius: 0px;
}

.CSSTableGenerator table tr:first-child td:first-child {
	-moz-border-radius-topleft: 0px;
	-webkit-border-top-left-radius: 0px;
	border-top-left-radius: 0px;
}

.CSSTableGenerator table tr:first-child td:last-child {
	-moz-border-radius-topright: 0px;
	-webkit-border-top-right-radius: 0px;
	border-top-right-radius: 0px;
}

.CSSTableGenerator tr:last-child td:first-child {
	-moz-border-radius-bottomleft: 0px;
	-webkit-border-bottom-left-radius: 0px;
	border-bottom-left-radius: 0px;
}

.CSSTableGenerator tr:hover td {
}

.CSSTableGenerator tr:nth-child(odd) {
	background-color: #c4c4c4;
}

.CSSTableGenerator tr:nth-child(even) {
	background-color: #ffffff;
}

.CSSTableGenerator td {
	vertical-align: middle;
	border: 1px solid #000000;
	border-width: 0px 1px 1px 0px;
	text-align: left;
	padding: 7px;
	font-size: 14px;
	font-family: Arial;
	font-weight: normal;
	color: #000000;
}

.CSSTableGenerator tr:last-child td {
	border-width: 0px 1px 0px 0px;
}

.CSSTableGenerator tr td:last-child {
	border-width: 0px 0px 1px 0px;
}

.CSSTableGenerator tr:last-child td:last-child {
	border-width: 0px 0px 0px 0px;
}

.CSSTableGenerator tr:first-child td {
	background: -o-linear-gradient(bottom, #2772bc 5%, #000666 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2772bc), color-stop(1, #000666) );
	background: -moz-linear-gradient( center top, #2772bc 5%, #000666 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#2772bc", endColorstr="#000666");
	background: -o-linear-gradient(top, #2772bc, 000666);
	background-color: #2772bc;
	border: 0px solid #000000;
	text-align: center;
	border-width: 0px 0px 1px 1px;
	font-size: 14px;
	font-family: Arial;
	font-weight: bold;
	color: #ffffff;
}

.CSSTableGenerator tr:first-child:hover td {
	background: -o-linear-gradient(bottom, #2772bc 5%, #000666 100%);
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #2772bc), color-stop(1, #000666) );
	background: -moz-linear-gradient( center top, #2772bc 5%, #000666 100% );
 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#2772bc", endColorstr="#000666");
	background: -o-linear-gradient(top, #2772bc, 000666);
	background-color: #2772bc;
}

.CSSTableGenerator tr:first-child td:first-child {
	border-width: 0px 0px 1px 0px;
}

.CSSTableGenerator tr:first-child td:last-child {
	border-width: 0px 0px 1px 1px;
}


/*CHECKMARKS FOR LISTS HASCHECK */

ul.hasCheck {
	list-style-image:url(../images/checkmark.png);
	list-style-position:inside;
	color:#000;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:300;
	line-height:40px;
	text-align:left;
	padding-top:5px;
	padding-right:15px;
	padding-bottom:25px;
	padding-left:10px;
}

ul.hasCheck2 {
	list-style-image:url(../images/checkmark.png);
	list-style-position:inside;
	color:#000;
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:20px;
	font-weight:300;
	line-height:30px;
	text-align:left;
	padding-top:5px;
	padding-right:15px;
	padding-bottom:25px;
	padding-left:10px;
}

.bridgeHand {
	font-family:Consolas, "Andale Mono", "Lucida Console", "Lucida Sans Typewriter", Monaco, "Courier New", monospace;
	list-style-position:inside;
	font-size:20px;
	font-weight:300;
	line-height:25px;
	text-align:left;
	padding-top:5px;
	padding-right:15px;
	padding-bottom:25px;
	padding-left:10px;
}

li.pdf {
	list-style-image:url(../images/pdf-icon.png);
	list-style-position:inside;
}

li.eye {
	list-style-image:url(../images/eye-icon.png);
	list-style-position:inside;
}

.fourwide {
	width: 400px;
}

.signup p {
	font-size: 21px;
	padding-left: 0px;
}

.bold {
	font-weight:500;
}

footer {
	font-family:"Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
	font-size:5px;
	background-color:#CCC;
}

.block {
	display:block;
}

.ntd {
	text-decoration:none;
}

.removeRow {
	margin-top:-20px;
}

.negativeTen {
	margin-top:-10px;
}

.italic {
	font-style:italic;
}

.bold {
	font-style:oblique;
	}

.center-me {
	margin: 0 auto;
}

.centerOr {
	margin-left:90px;
}

p.centerText {
	text-align:center;
}


.or {
	font-size:144px;
	font-style:italic;
	text-align:center;
}


.black {
	background-color:#000;
}