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

* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
body {
	background-color: #fff;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: auto;
	font-size: 100%;
}
@font-face {
	font-family: exomedium;
	src: url('../fonts/Exo2.0-Medium-webfont.eot');
	src: url('../fonts/Exo2.0-Medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2.0-Medium-webfont.woff') format('woff'), url('../fonts/Exo2.0-Medium-webfont.ttf') format('truetype'), url('../fonts/Exo2.0-Medium-webfont.svg#exo_2.0medium') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: exobold;
	src: url('../fonts/Exo2.0-Bold-webfont.eot');
	src: url('../fonts/Exo2.0-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/Exo2.0-Bold-webfont.woff') format('woff'), url('../fonts/Exo2.0-Bold-webfont.ttf') format('truetype'), url('../fonts/Exo2.0-Bold-webfont.svg#exo_2.0bold') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: exo_2bold_italic;
	src: url('../fonts/exo2-bolditalic-webfont.woff2') format('woff2'), url('../fonts/exo2-bolditalic-webfont.woff') format('woff'), url('../fonts/exo2-bolditalic-webfont.ttf') format('truetype'), url('../fonts/exo2-bolditalic-webfont.svg#exo_2bold_italic') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: roboto_slabbold;
	src: url('../fonts/RobotoSlab-Bold-webfont.eot');
	src: url('../fonts/RobotoSlab-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/RobotoSlab-Bold-webfont.woff') format('woff'), url('../fonts/RobotoSlab-Bold-webfont.ttf') format('truetype'), url('../fonts/RobotoSlab-Bold-webfont.svg#roboto_slabbold') format('svg');
	font-weight: normal;
	font-style: normal;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
img {
	max-width: 100%;
	height: auto;
	border: 0;
}
[data-icon]:before {
	font-family: "icons" !important;
	content: attr(data-icon);
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "icons" !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-variant: normal !important;
	text-transform: none !important;
	speak: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.headernav i {
	color: #aabf00;
	background: #FFF;
	border-radius: 50%;
	padding: 5px;
	border: 1px solid #CCC;
	margin-right: 4px;
}
#registernow [class^="icon-"]:before, [class*=" icon-"]:before {
	font-size: .875em;
}
#homebox [class^="icon-"]:before, [class*=" icon-"]:before, .courses [class^="icon-"]:before, [class*=" icon-"]:before, .about [class^="icon-"]:before, [class*=" icon-"]:before, #links [class^="icon-"]:before, [class*=" icon-"]:before, .col [class^="icon-"]:before, [class*=" icon-"]:before, .dis [class^="icon-"]:before, [class*=" icon-"]:before {
	margin-right: 6px;
	color: #19538d;
	font-size: 1.15em;
	line-height: 1;
	vertical-align: middle;
}
#coursebox [class^="icon-"]:before, [class*=" icon-"]:before {
	margin-right: 6px;
	color: #a5b334;
	font-size: 1.15em;
	line-height: 1;
	vertical-align: middle;
}
.icon-home:before {
	content: "a";
}
.icon-group:before {
	content: "c";
}
.icon-mail-read:before {
	content: "b";
}
.icon-arrow-circle-right:before {
	content: "e";
}
.icon-link:before {
	content: "d";
}
.icon-triangle-left:before {
	content: "f";
}
.icon-primitive-dot:before {
	content: "g";
}
#container {
	width: 85%;
	margin: 0 auto;
	overflow: hidden;
}
#main {
	width: 100%;
	background: #FFF;
	clear: both;
	overflow: auto;
}
/******* HEADER *******/
#logo {
	float: left;
	width: 50%;
 *width: 49%;
}
.mcp {
	margin-left: 20px;
}
#topright {
	float: right;
	text-align: right;
	width: 50%;
}
.phone {
	font-family: exomedium;
	font-size: 1.25em;
	color: #19538d;
}
.phone a {
	color: #19538d;
	text-decoration: none;
}
.headernav a {
	text-decoration: none;
	font-family: exolight;
	font-size: 1em;
	color: #044484;
	padding-right: 5px;
}
/******* NAV *******/
nav {
	width: 100%;
	clear: both;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 74%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 74%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 74%, #ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 74%, #ffffff 100%);
	-pie-background: linear-gradient(#ffffff 0%, #f3f3f3 74%, #ffffff 100%);
	border-bottom: 1px solid #dfdfdf;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}
nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.nav ul li ul li {
	width: auto !important;
	white-space: nowrap;
}
.nav {
	position: relative;
	display: inline-block;
}
.nav-list {
	text-align: left;
}
.nav-item {
	float: left;
 *display:inline;
	zoom: 1;
	position: relative;
}
.nav li {
	padding: 10px;
	border-right: 1px solid #dfdfdf;
	margin-bottom: 5px;
}
.nav li:last-child {
	border-right: none;
}
.nav-item a {
	display: block;
	text-decoration: none;
	font-size: 1.1em;
	font-family: exobold;
	font-style: normal;
	color: #666;
	text-shadow: 0px 0px 2px #FFFFFF, 0px 0px 4px #FFFFFF;
	behavior: url(PIE.htc);
}
.nav-item a:visited {
	color: #666;
}
.nav-item a:hover {
	color: #aabf00;
}
.nav-mobile {
	display: none;
	cursor: pointer;
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/navbg.png) no-repeat center center;
	height: 25px;
	width: 70px;
	border-radius: 5px !important;
	behavior: url(PIE.htc);
}
.nav-click {
	position: absolute;
	top: 0;
	right: 0;
	display: none;
	border-left: 1px solid #FFF;
	height: 29px;
	width: 50px;
	cursor: pointer;
}
.nav-click i {
	display: block;
	height: 28px;
	width: 48px;
	background: url(../images/drop.svg) no-repeat center center;
	background-size: 10px;
}
.nav-click:hover {
	background-color: #b03d11;
}
.nav-rotate {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
/******* TOP *******/
#top {
	width: 100%;
	clear: both;
}
#topimg {
	float: left;
	width: 59.5%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background: url(../images/topbg.png) no-repeat top left;
	background-size: cover;
}
#topbox {
	width: 40%;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	float: right;
	background: url(../images/topright.png) no-repeat top left, #c8eaff;
	behavior: url(PIE.htc);
}
#topbox h1 {
	font-family: exoextrabold;
	font-size: 1.25em;
	text-align: center;
	color: #19538d;
	text-shadow: 0px 0px 2px #FFFFFF, 0px 0px 4px #FFFFFF;
}
#topbox h2 {
	font-family: exomedium;
	font-size: 1em;
	text-align: center;
	color: #333;
	text-shadow: 0px 0px 2px #FFFFFF, 0px 0px 4px #FFFFFF;
}
#topbox h2 a {
	color: #333;
}
#buttonscontainer {
	width: 100%;
	text-align: center;
}
#buttons {
	display: inline-block;
	width: 40%;
	-webkit-box-shadow: inset -1px -1px 0 0 #aabf00;
	box-shadow: inset -1px -1px 0 0 #aabf00;
	border: 1px solid #FFFFFF;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin: 10px;
	text-align: left;
	behavior: url(PIE.htc);
}
#buttons a {
	color: #000;
	display: block;
	text-decoration: none !important;
	cursor: pointer;
}
.remote {
	background: url(../images/registerbg.png) no-repeat bottom right, #FFFFFF;
}
.travel {
	background: url(../images/travelbg.png) no-repeat bottom right, #FFFFFF;
}
#buttons h2 {
	font-family: exomedium;
	font-size: 1em;
	text-align: center;
	background: #aac000;
	background: -moz-linear-gradient(top, #aac000 0%, #8ea000 74%, #6e7c02 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #aac000), color-stop(74%, #8ea000), color-stop(100%, #6e7c02));
	background: -o-linear-gradient(top, #aac000 0%, #8ea000 74%, #6e7c02 100%);
	background: linear-gradient(to bottom, #aac000 0%, #8ea000 74%, #6e7c02 100%);
	-pie-background: linear-gradient(#aac000 0%, #8ea000 74%, #6e7c02 100%);
	color: #FFF;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-shadow: none;
	margin: 3px;
	padding: 2px;
	behavior: url(PIE.htc);
}
#buttons p {
	padding: 5px;
}
#buttons a {
	color: #044484;
	text-decoration: underline;
}
/******* CONTENT *******/
#content {
	float: left;
	width: 100%;
}
p {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .813em;
	line-height: 18px;
}
.small {
	font-size: .675em;
}
p .small {
	font-size: .875em;
}
h1 {
	font-family: exobold;
	font-size: 1.25em;
	font-style: normal;
	color: #0c4686;
}
.remoteheader {
	font-family: exobold;
	font-size: 1.25em;
	font-style: normal;
	background: #0c4686;
	color: #FFF;
	padding: 3px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
h2 {
	font-family: exomedium;
	font-size: 1em;
	font-style: normal;
	color: #0473a2;
}
h3 {
	font-family: exomedium;
	font-size: 1.05em;
	font-style: normal;
	background: -moz-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(246,246,246,0.68) 32%, rgba(246,246,246,0.4) 60%, rgba(255,255,255,0) 100%);
	background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(246,246,246,1)), color-stop(32%, rgba(246,246,246,0.68)), color-stop(60%, rgba(246,246,246,0.4)), color-stop(100%, rgba(255,255,255,0)));
	background: -webkit-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(246,246,246,0.68) 32%, rgba(246,246,246,0.4) 60%, rgba(255,255,255,0) 100%);
	background: -o-linear-gradient(left, rgba(246,246,246,1) 0%, rgba(246,246,246,0.68) 32%, rgba(246,246,246,0.4) 60%, rgba(255,255,255,0) 100%);
	background: linear-gradient(to right, rgba(246,246,246,1) 0%, rgba(246,246,246,0.68) 32%, rgba(246,246,246,0.4) 60%, rgba(255,255,255,0) 100%);
	-pie-background: linear-gradient(rgba(246,246,246,1) 0%, rgba(246,246,246,0.68) 32%, rgba(246,246,246,0.4) 60%, rgba(255,255,255,0) 100%);
	padding: 5px 2px;
	width: 90%;
	color: #454545;
	border-radius: 5px;
	text-shadow: 0px 0px 2px #FFFFFF, 0px 0px 4px #FFFFFF;
	behavior: url(PIE.htc);
}
.about h4 {
	color: #333;
	font-family: exomedium;
	font-size: .9em;
	padding: 0;
	margin: 0;
}
.img {
	float: right;
}
#content a {
	color: #599bc3;
	text-decoration: none;
}
#content ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .816em;
	text-align: left;
	line-height: 18px;
}
#content ul ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	text-align: left;
}
ol {
	counter-reset: li;
	margin-left: 10px;
	padding-left: 0;
}
ol > li {
	position: relative;
	margin: 0 0 6px 2em;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .816em;
	padding: 4px 8px;
	list-style: none;
}
ol > li:before {
	content: counter(li) ".";
	counter-increment: li;
	position: absolute;
	top: -10px;
	left: -30px;
	color: #a5b334;
	box-sizing: border-box;
	width: 2em;
	margin-right: 8px;
	padding: 4px;
	font-size: 1.8em;
	text-align: center;
	font-family: exoextrabold;
}
li ol {
	margin-top: 6px;
}
hr {
	border: 0;
	height: 1px;
	background: CCC;
	background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,.3), rgba(0,0,0,0));
	background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
	background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
	background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
	-pie-background: linear-gradient(to left, rgba(0,0,0,0), rgba(0,0,0,0.3), rgba(0,0,0,0));
	behavior: url(PIE.htc);
}
/******* HOMEBOX *******/
#homebox {
	float: left;
	background: #FFF;
	border: 1px solid #dfdfdf;
	-webkit-box-shadow: 0 0 4px 3px #F0F0F0;
	box-shadow: 0 0 4px 3px #F0F0F0;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 30%;
	padding-top: 10px;
	margin: 0 1% 0 2%;
	behavior: url(PIE.htc);
}
.first {
	color: #6e7c02;
}
#homebox h2 {
	font-family: exomedium;
	font-size: 1em;
	font-style: normal;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(50%, #f1f1f1), color-stop(51%, #e1e1e1), color-stop(100%, #f6f6f6));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	-pie-background: linear-gradient(#ffffff 0%, #f1f1f1 50%, #e1e1e1 51%, #f6f6f6 100%);
	padding: 5px 22px;
	margin-left: -20px;
	margin-top: 0;
	position: relative;
	width: 70%;
	-webkit-box-shadow: 1px 1px 3px #bbbbbb;
	box-shadow: 1px 1px 3px #bbbbbb;
	color: #454545;
	border-radius: 5px;
	text-shadow: 0px 0px 2px #FFFFFF, 0px 0px 4px #FFFFFF;
	behavior: url(PIE.htc);
}
#homebox p {
	padding: 5px;
}
#homebox ul, .courses ul, .about ul, .dis ul, {
 margin: 0 0 0 10px;
 padding: 0;
}
#homebox li, .courses li, .about li, .dis li {
	list-style-type: none;
	padding-bottom: 5px;
}
.ribbon {
	width: 0;
	height: 0;
	line-height: 0;
	border-left: 20px solid transparent;
	border-top: 10px solid #bbbbbb;
	top: 104%;
	left: 0;
	position: absolute;
}
/****** TESTIMONIALS *******/
.quotes, .quotes2 {
	width: 30%;
	float: right;
	background: #faffd7;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 2px solid #FFF;
	box-shadow: 2px 2px 0px 2px rgba(142,160,0,.3);
	color: #555;
	display: inline-block;
	font-size: .875em;
	font-weight: 700;
	font-family: afta_serifregular;
	padding: 10px;
	margin: 10px 0 40px 0;
	position: relative;
	behavior: url(PIE.htc);
}
.quotes2 {
	box-shadow: -2px 2px 0px 2px rgba(142,160,0,.3);
}
.quotes:after, .quotes:before {
	border-bottom: 25px solid transparent;
	border-right: 25px solid #faffd7;
	bottom: -25px;
	content: '';
	position: absolute;
	right: 25px;
}
.quotes:before {
	border-right: 25px solid rgba(0,0,0,.1);
	bottom: -28px;
	right: 22px;
}
.quotes2:after, .quotes2:before {
	border-bottom: 25px solid transparent;
	border-left: 25px solid #faffd7;
	bottom: -25px;
	content: '';
	position: absolute;
	left: 25px;
}
.quotes2:before {
	border-left: 25px solid rgba(0,0,0,.1);
	bottom: -28px;
	left: 22px;
}
.squote {
	font-size: .75em;
	margin-top: 5px;
}
.testimonial {
	color: #1978bb;
	font-size: 1em;
	font-family: exobold;
}
.aw {
	color: #1978bb !important;
}
/******* FOOTER *******/
#states {
	background: #a5b334;
	width: 100%;
	float: left;
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
	padding: 5px;
	behavior: url(PIE.htc);
}
#states h2 {
	font-family: exomedium;
	font-size: 1.05em;
	font-weight: 700;
	color: #FFF;
	margin-top: 0;
	padding-top: 0;
	text-shadow: 2px 1px 1px #606914, -2px 0 1px #606914;
}
#states ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#states li a {
	color: #FFF;
	display: inline-block;
	float: left;
	font-size: 1em;
	font-family: exomedium;
	text-decoration: none;
	padding: 3px;
	margin: 4px 0 1px 0;
	behavior: url(PIE.htc);
}
#states li a:after {
	content: "\25CF";
	margin-left: 4px;
	color: rgba(255,255,255,0.3);
}
#states li:last-child a:after {
	content: "";
}
footer {
	background: #0c4686;
	border-top: 4px inset #a5b334;
	float: left;
	clear: both;
	width: 100%;
	-webkit-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	padding: 10px;
	behavior: url(PIE.htc);
}
#footercontainer {
	margin: 0 auto;
	clear: both;
}
#links {
	width: 31.3%;
	float: left;
	border-bottom: 5px solid #709bb5;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: left;
	behavior: url(PIE.htc);
	padding: 5px;
	margin-right: 1%;
	margin-left: 1%;
}
.link {
	background: url(../images/link.png), #c8deeb;
	background-repeat: no-repeat;
	background-position: right;
}
.contact {
	background: url(../images/contact.png), #c8deeb;
	background-repeat: no-repeat;
	background-position: right;
}
.tags {
	background: #c8deeb;
	background-repeat: no-repeat;
	background-position: right;
}
#links h2 {
	font-family: exomedium;
	text-transform: uppercase;
	font-size: 1em;
	font-style: normal;
	color: #333;
	margin-top: 0;
	padding-top: 0;
}
#links h2 span {
	font-family: exolight;
	font-size: 1em;
	font-style: normal;
}
#links ul {
	text-align: left;
	list-style-type: none;
}
.link li a {
	font-family: exolight;
	font-size: .875em;
	font-weight: 700;
	text-shadow: 0 0 2px #FFF, 0 0 3px #FFF, 0 0 4px #FFF;
	padding-bottom: 5px;
	color: #555;
	text-decoration: none;
}
.link li a:before {
	content: "\00BB";
	margin-right: 5px;
	font-size: 1.25em;
	text-shadow: none;
}
.contact a {
	color: #555;
}
ul#tags {
	margin: 0;
	padding: 0;
}
#tags li a {
	font-family: exolight;
	font-size: .875em;
	font-weight: 700;
	text-shadow: 0 0 2px #FFF, 0 0 3px #FFF, 0 0 4px #FFF;
	text-decoration: none;
	color: #555;
}
#tags li {
	background: #b6d1e0;
	display: inline-block;
	color: #fff;
	float: left;
	text-decoration: none;
	border-top: 1px solid #FFF;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	-webkit-box-shadow: 1px 2px 1px -1px #000000;
	box-shadow: 1px 2px 1px -1px #000000;
	padding: 3px;
	margin: 5px;
}
#tags li:hover {
	background: #85a8bc;
}
.copy {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	width: 100%;
	color: #fff;
	font-size: .675em;
	text-align: center;
	margin-bottom: 0;
	padding-top: 20px;
}
/****** COURSE DESC  *******/
#overview span {
	font-size: 1em;
	font-family: "Courier New", Courier, monospace;
}
.coursetable {
	font-family: Arial, Helvetica, sans-serif !important;
}
.coursetable strong {
	color: #0c4686;
	font-size: .8em;
}
td {
	vertical-align: top;
}
#tabs {
	overflow: auto;
	width: 100%;
}
.tabhead a {
	text-decoration: none !important;
	font-family: exobold;
	font-size: 1.25em;
	text-shadow: 0 0 1px #FFFFFF, 1px 1px 2px #FFFFFF, 1px 1px 3px #FFFFFF;
}
#tabs a:hover {
	color: #000 !important;
}
.header {
	font-weight: 700;
}
.col {
	float: left;
	width: 25%;
}
.col ul {
	text-align: left;
	list-style-type: none;
	margin: 0 0 0 10px;
	padding: 0;
}
.col li {
	padding-bottom: 5px;
}
/****** START TABLE ROWS  *******/
#tablecolor, #discounts, #bootcamps {
 *border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin-bottom: 10px;
}
#discounts {
	width: 50% !important;
}
#tablecolor, #discounts, #bootcamps {
	border: solid #CCC 1px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
	-webkit-box-shadow: 0 1px 1px #666;
	-moz-box-shadow: 0 1px 1px #666;
	box-shadow: 0 1px 1px #666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
}
#tablecolor td, #tablecolor th, #discounts td, #discounts th, #bootcamps td, #bootcamps th {
	border-left: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 5px;
	text-align: left;
}
#tablecolor th, #discounts th, #bootcamps th {
	background: #818c29;
	color: #FFF;
	border-top: none;
}
#tablecolor tr:nth-child(even), #discounts tr:nth-child(even), #bootcamps tr:nth-child(even) {
	background-color: #faffd7;
}
#tablecolor td:first-child, #tablecolor th:first-child, #discounts td:first-child, #discounts th:first-child, #bootcamps td:first-child, #bootcamps th:first-child {
	border-left: none;
}
#tablecolor th:first-child, #discounts th:first-child, #bootcamps th:first-child {
	-webkit-border-radius: 5px 0 0 0;
	border-radius: 5px 0 0 0;
}
#tablecolor th:last-child, #discounts th:last-child, #bootcamps th:last-child {
	-webkit-border-radius: 0 5px 0 0;
	border-radius: 0 5px 0 0;
}
#tablecolor th:only-child, #discounts th:only-child, #bootcamps th:only-child {
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
#tablecolor tr:last-child td:first-child, #discounts tr:last-child td:first-child, #bootcamps tr:last-child td:first-child {
	-webkit-border-radius: 0 0 0 5px;
	border-radius: 0 0 0 5px;
}
#tablecolor tr:last-child td:last-child, #discounts tr:last-child td:last-child, #bootcamps tr:last-child td:last-child {
	-webkit-border-radius: 0 0 5px 0;
	border-radius: 0 0 5px 0;
}
#tablecolor tr:hover, #discounts tr:hover, #bootcamps tr:hover {
	background: #d8e38e;
	-o-transition: all 0.1s ease-in-out;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
}
#tablecolor li, #discounts li, #bootcamps li {
	font-size: 1.35em;
}
.nowrap {
	white-space: nowrap;
}
/* FORMS */
input, select, textarea {
	width: 50%;
	padding: 5px;
	background: #ffffff;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #555;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, .1);
	box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, .1);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000;
	behavior: url(PIE.htc);
}
label {
	width: 20%;
	font-size: 1em;
	float: left;
	text-align: left;
	clear: both;
	margin: 0;
	padding: 0;
	font-weight: 700;
}
.schedule label {
	width: 5%;
}
.captcha {
	width: 20%;
}
.submit {
	border: 1px solid #709bb5;
	background: rgb(235,241,246);
	background: -moz-linear-gradient(top, rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(235,241,246,1)), color-stop(50%, rgba(171,211,238,1)), color-stop(51%, rgba(137,195,235,1)), color-stop(100%, rgba(213,235,251,1)));
	background: -webkit-linear-gradient(top, rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%);
	background: -o-linear-gradient(top, rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%);
	background: -ms-linear-gradient(top, rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%);
	background: linear-gradient(to bottom, rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%);
	-pie-background: linear-gradient(rgba(235,241,246,1) 0%, rgba(171,211,238,1) 50%, rgba(137,195,235,1) 51%, rgba(213,235,251,1) 100%);
	color: #333;
	font-size: 1em;
	width: auto;
	padding: 3px;
	font-weight: 700;
	text-shadow: 0 0 2px #FFF, 0 0 3px #FFF, 0 0 4px #FFF;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}
legend {
	font-family: exobold;
	font-size: 1em;
	font-style: normal;
	background: #aabf00;
	color: #fff;
	border-radius: 5px;
	behavior: url(PIE.htc);
	padding: 5px;
	width: 50%;
}
fieldset {
	border: 1px solid #555;
	margin-bottom: 20px;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #faffd7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #faffd7));
	background: -webkit-linear-gradient(top, #ffffff 0%, #faffd7 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #faffd7 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #faffd7 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #faffd7 100%);
	-pie-background: linear-gradient(#ffffff, #faffd7);
	padding: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
	width: 99%;
}
input[type="checkbox"] {
	width: auto;
}
.req {
	color: #C70003;
	font-size: 1.05em;
}
.remoteregbutton {
	font-weight: 700;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #faffd8;
	font-family: exobold;
	font-size: 1em;
	-webkit-box-shadow: inset 0 0 20px 2px #f0ff8b;
	box-shadow: inset 0 0 20px 2px #f0ff8b;
	width: auto;
	padding: 5px;
	display: inline-block;
	margin-top: 10px;
	margin-bottom: 10px;
	white-space: nowrap;
	behavior: url(PIE.htc);
}
.remoteregbutton a {
	display: block;
	color: #000 !important;
	text-decoration: none !important;
	cursor: pointer;
}
div.ui-datepicker {
	font-size: .8em;
}
#remoteblock input, textarea, select, #remoteblock2 input, textarea, select {
	width: 20% !important;
}
.ui-datepicker-month {
	width: auto !important;
}
#registercourse {
	width: 75% !important;
}
.or {
	font-weight: 700;
	color: #D90003;
	display: inline-block;
	padding: 0 2px 0 2px;
}
.sremote {
	color: #9b2b00;
	font-size: 1.5em !important;
	vertical-align: text-top;
}
.rlink {
	color: #0c4686 !important;
}
/* Form Error */
.error, .error2 {
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: #fffadb;
	width: 75%;
	padding: 5px;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: 700;
	behavior: url(PIE.htc);
}
.fix {
	font-size: .875em;
	color: #990000 !important;
	font-weight: 700;
	line-height: 30px;
}
.reg {
	width: 15%;
	font-size: 1em;
	float: left;
	text-align: left;
	clear: both;
	margin: 0;
	padding: 0;
}
#remoteForm input[type=checkbox], input[type=radio] {
	width: auto;
}
#remoteForm .error {
	padding-left: 10px;
	display: inline;
	color: #DD0003;
	font-weight: 700;
}
#Option-error, #WebcamShip-error, #PickupDropoff-error {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .8em;
}
#remoteForm div.ui-datepicker {
	font-size: .8em;
}
#remoteForm .ui-dialog {
	font-family: Verdana, Arial, Helvetica, sans-serif !important;
}
#remoteForm .ui-dialog-content li {
	font-size: .7em !important;
}
/* Course Page */
#coursebox {
	border: 1px solid #ccc;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #faffd7 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #faffd7));
	background: -webkit-linear-gradient(top, #ffffff 0%, #faffd7 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #faffd7 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #faffd7 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #faffd7 100%);
	-pie-background: linear-gradient(#ffffff, #faffd7);
	padding: 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	width: 99%;
	clear: both;
	overflow: auto;
 *overflow: none;
	behavior: url(PIE.htc);
}
#courseboxcol {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
}
#courseboxcol ul {
	margin: 0;
	padding: 0;
}
#courseboxcol li {
	list-style-type: none;
	padding-bottom: 8px;
	width: 100%;
}
#courseboxcol a {
	font-family: exomedium;
	font-weight: 700;
	font-size: 1.1em;
	text-decoration: none;
	color: #000;
}
/******* DOWNLOAD CATALOG BUTTON *******/
.dwnldcatalog {
	position: relative\9; /* IE8 and below */
	background: url(../images/catalogbg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	background-image: url(../images/catalogbg.png)\9; /* IE8 and below */
	text-decoration: none;
	text-align: center;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	width: 310px;
	overflow: auto;
	margin: 10px 0px;
	behavior: url(PIE.htc);
}
.dwnldcatalog a {
	display: block;
	color: #000;
	text-decoration: none !important;
	cursor: pointer;
}
.dwnldcatalogtxt {
	background: #9b2b00;
	padding: 5px;
	overflow: auto;
	margin-top: 75px;
}
.dwnldcatalogtxt h3 {
	color: #FFF;
	background: none;
	text-shadow: none;
	font-family: OpenSans-Bold, Tahoma;
	margin: 0;
	padding: 0;
}
.dwnldcatalogtxt p {
	font-family: OpenSans-Regular, Tahoma;
	color: #FFF;
	margin: 0;
	padding: 0;
}
/******* REMOTE VIDEO *******/
.remotevideo {
	padding-top: 10px;
}
.youtube {
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	display: inline-block;
	overflow: hidden;
	transition: all 200ms ease-out;
	cursor: pointer;
	max-width: 100%;
}
.youtube:after {
}
.youtube .play {
	background: url(../images/video-cover.png) no-repeat center center;
	position: absolute;
	height: 100%;
	width: 100%;
	max-width: 100%;
	transition: all 0.2s ease-out;
}
.youtube .play:hover {
	opacity: 1;
	filter: alpha(opacity=100);
}
/******* Bootcamp Pages******/
h1.bootcamp {
	margin-bottom: 5px;
}
p.cost {
	font-family: exomedium;
	font-size: 1em;
	font-style: normal;
	color: #999;
	padding-top: 0;
	margin-top: 0;
}
.duration {
	width: 100px;
}
.btnapply {
	background: #19538d;
	background-image: -webkit-linear-gradient(top, #19538d, #2980b9);
	background-image: -moz-linear-gradient(top, #19538d, #2980b9);
	background-image: -ms-linear-gradient(top, #19538d, #2980b9);
	background-image: -o-linear-gradient(top, #19538d, #2980b9);
	background-image: linear-gradient(to bottom, #19538d, #2980b9);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: exobold;
	font-size: 1.15em;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	float: right;
	width: 170px;
}
.btnapply a, .btncontact a {
	color: #FFF !important;
}
.btnapply:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #2980b9, #19538d);
	background-image: -moz-linear-gradient(top, #2980b9, #19538d);
	background-image: -ms-linear-gradient(top, #2980b9, #19538d);
	background-image: -o-linear-gradient(top, #2980b9, #19538d);
	background-image: linear-gradient(to bottom, #2980b9, #19538d);
	text-decoration: none;
}
.btncontact {
	background: #b33434;
	background-image: -webkit-linear-gradient(top, #999999, #666666);
	background-image: -moz-linear-gradient(top, #999999, #666666);
	background-image: -ms-linear-gradient(top, #999999, #666666);
	background-image: -o-linear-gradient(top, #999999, #666666);
	background-image: linear-gradient(to bottom, #999999, #666666);
	-webkit-border-radius: 28;
	-moz-border-radius: 28;
	border-radius: 28px;
	font-family: exobold;
	font-size: 1.15em;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	float: right;
	clear: both;
	width: 170px;
	margin-top: 20px;
}
.btncontact:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #666666, #999999);
	background-image: -moz-linear-gradient(top, #666666, #999999);
	background-image: -ms-linear-gradient(top, #666666, #999999);
	background-image: -o-linear-gradient(top, #666666, #999999);
	background-image: linear-gradient(to bottom, #666666, #999999);
	text-decoration: none;
}

@media screen and (min-width: 150px) and (max-width: 490px) {
body {
	font-size: 80%;
}
#logo, #topright {
	width: 100%;
	float: left;
	text-align: center;
}
#buttons {
	width: 90%;
	clear: both;
}
}

@media screen and (min-width: 150px) and (max-width: 800px) {
body {
	font-size: 80%;
}
.schedule label {
	width: 12%;
}
img.img {
	max-width: 30% !important;
}
#tablecolor table, #tablecolor th, #tablecolor tr, #tablecolor td {
	display: block;
}
#tablecolor th {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
#tablecolor tr {
}
#tablecolor td {
	border: none;
	padding-left: 50%;
	position: relative;
}
#tablecolor td:before {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 45%;
	white-space: nowrap;
}
#tablecolor td:nth-of-type(1):before {
	content: "Register:";
	font-weight: 700;
}
#tablecolor td:nth-of-type(2):before {
	content: "Date:";
	font-weight: 700;
}
#tablecolor td:nth-of-type(3):before {
	content: "Location:";
	font-weight: 700;
}
#tablecolor td:nth-of-type(4):before {
	content: "Course Description:";
	font-weight: 700;
}
#tablecolor td:nth-of-type(5):before {
	content: "Other Locations:";
	font-weight: 700;
}
#discounts, #bootcamps {
	width: 100% !important;
}
#topimg {
	display: none;
}
#topbox {
	width: 100%;
	float: left;
}
#homebox {
	width: 90%;
	float: left;
	margin-left: 20px !important;
	margin-bottom: 20px;
}
.quotes, .quotes2 {
	width: 90%;
	float: left;
	margin-left: 20px !important;
}
#links {
	width: 98%;
	float: left;
	margin-bottom: 20px;
}
}

@media screen and (min-width: 150px) and (max-width: 1025px) {
body {
	font-size: 90%;
}
nav {
	background: none;
	margin-bottom: 5px;
	border-bottom: none;
}
.nav-mobile {
	display: block;
}
.nav {
	width: 100%;
	padding: 30px 0 0;
}
.nav-list {
	display: none;
}
.nav-item {
	width: 100%;
	float: none;
	background: #ffffff;
	background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 74%, #ffffff 100%);
	background: -webkit-linear-gradient(top, #ffffff 0%, #f3f3f3 74%, #ffffff 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f3f3f3 74%, #ffffff 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f3f3f3 74%, #ffffff 100%);
	-pie-background: linear-gradient(#ffffff 0%, #f3f3f3 74%, #ffffff 100%);
	border: 1px solid #dfdfdf;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 5px;
	behavior: url(PIE.htc);
}
.nav-item a {
	font-size: 1em;
}
.nav-click {
	display: block;
}
.nav-mobile-open {
	-webkit-border-radius: 5px 5px 0 0;
	border-radius: 5px 5px 0 0;
}
.nav-item:hover .nav-submenu {
	display: none;
	border-radius: none !important;
}
}

@media print {
body {
	background-color: #FFF;
	margin: 0;
	padding: 0;
}
.container {
	width: 90%;
	margin: 0;
	padding: 0;
}
.searchbar, .topmenu, nav, headerimg2, headerimg, .innerheader, .inneroverlay, .topnav, footer, .cities, .citiesheader {
display: none !important;
visibility: hidden !important;
}
}