/*
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/


/* Table of Content
==================================================
	#Reset & Basics
	#Basic Styles
	#Site Styles
	#Typography
	#Tables
	#Links
	#Lists
	#Images
	#Buttons
	#Forms
	#Misc */
	
	
/*	font-family: 'Open Sans', sans-serif; */


/* #Reset & Basics 
================================================== */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	/*vertical-align: baseline;*/
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,  q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* #Basic Styles
================================================== */

body {
	background: #fff;
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 20px;
	color: #444;
	-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
	-webkit-text-size-adjust: 100%;
}


/* #Typography
================================================== */
	
h1, h2, h3, h4, h5, h6 {
	color: #002f65;
	font-weight: 300;
	letter-spacing: -1px;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	font-weight: inherit;
}
h1 {
	color: #fff;
	font-size: 44px;
	line-height: 48px;
	margin-top: 22px;
}
	h1.smText, h1 .smText  {
		font-size: 18px;
		letter-spacing: 0;
	}
h2 {
	font-size: 35px;
	line-height: 40px;
	margin-bottom: 15px;
}
	h2.smText, h2 .smText  {
		font-size: 18px;
		line-height: 18px;
		letter-spacing: 0;
	}
	h2.bigText, h2 .bigText  {
		font-size: 58px;
		line-height: 70px;
		padding-bottom: 5px
	}
	.newsStory h2 {
		font-size: 32px;
		line-height: 39px;
	}
h3 {
	font-size: 22px;
	line-height: 28px;
	margin-bottom: 20px;
}
	h3.boxed {
		font-size: 24px;
		line-height: 30px;
		background: #eee;
		padding: 4px 10px 7px;
		display: inline-block;
		width: auto;
		border-radius: 5px; 
		-moz-border-radius: 5px; 
		-webkit-border-radius: 5px;

	}
h4 {
	font-size: 21px;
	line-height: 30px;
	margin-bottom: 4px;
}
	h4.program {
		font-size: 38px;
		line-height: 43px;
		padding-bottom: 10px;
		border-bottom: 2px solid #ddd;
		margin-bottom: 30px;
	}
h5 {
	font-size: 19px;
	font-weight: 600;
	color: #333;
	line-height: 26px;
	margin-bottom: 15px;
	letter-spacing: 0;
}
h6 {
	font-size: 14px;
	color: #000;
	font-weight: 600;
	line-height: 21px;
	margin-bottom: 8px;
	letter-spacing: 0;
}
.subheader {
	color: #777;
}
p {
	margin: 0 0 20px 0;
}
p img {
	margin: 0;
}
p.date {
	font-size: 16px;
	line-height: 25px;
	margin-bottom: 3px;
	color: #002f65;
}

p.lead {
	font-size: 18px;
	line-height: 25px;
	color: #333;
}
em {
	font-style: italic;
}
strong {
	font-weight: 600;
}
small {
	font-size: 80%;
}


/*	Blockquotes  */
	
blockquote, blockquote p {
	font-family: 'Open Sans', Arial, sans-serif;
	font-size: 18px;
	font-weight: 300;
	line-height: 26px;
	margin-bottom: 10px;
	color: #002f65;
}
blockquote {
	margin: 0 0 20px;
	padding: 9px 20px 0 0;
}
blockquote cite, blockquote .quotee {
	display: block;
	font-size: 13px;
	font-weight: 400;
}


hr {
	border: solid #e1e1e1;
	border-width: 3px 0 0;
	clear: both;
	margin: 20px 0 30px;
	height: 0;
}

hr.double {
	margin: 40px 0 40px;
}

/* #Tables
================================================== */

.info {
	width: 100%;
    font-size: 10px;
    line-height: 14px;
	margin-bottom: 40px;
}

.info td {
    border-bottom: 1px solid #e1e1e1;
    padding: 5px;
}
.tblhead {
    background: none repeat scroll 0 0 #eee;
}

.maintable table { 
border-collapse: collapse; 
text-align: left; 
width: 100%; } 

.maintable {
background: #fff; 
overflow: hidden; 
border: 1px solid #E8E8E8; 
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
border-radius: 5px; 
}

.maintable table td, .maintable table th { 
padding: 9px 8px; }

.maintable table thead th {
background:#E8E8E8;
background-color:#E8E8E8; 
color:#002F65; 
font-size: 16px; 
font-weight: normal; 
border-left: 1px solid #F0F0F0; } 

.maintable table thead th:first-child { 
border: none; }

.maintable table tbody td { 
color: #002F65; 
border-left: 1px solid #F0F0F0;
font-size: 12px;
border-bottom: 1px solid #F0F0F0;
font-weight: normal; }

.maintable table tbody td:first-child { 
border-left: none; }

.maintable table tbody tr:last-child td { 
border-bottom: none; }


/* #Links
================================================== */

a, a:visited {
	color: #568bcb;
	text-decoration: none;
	outline: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
a:hover, a:focus {
	color: #000;
}
p a, p a:visited {
	line-height: inherit;
}

a.giantBtn {
	display: block;
	font-size: 36px;
	font-weight: 300 !important;
	line-height: 43px;
	color: #fff;
	background: #35a564;
	padding: 20px 0 25px;
	width: 100%;
	margin-bottom: 70px;
	text-align: center;
  border-radius: 6px; 
  -moz-border-radius: 6px; 
  -webkit-border-radius: 6px;
}

a.giantBtn.left {
	text-align: left;
	font-size: 29px;
	line-height: 36px;
	width: 84%;
	padding: 15px 8% 20px;
	margin-bottom: 30px;
}

a.giantBtn:hover {
	background: #20633b;
}

a.giantBtn img {
	margin: 0 0 -1px 15px !important;
	padding: 0;
}

a.giantBtn.left img {
	clear: both;
	float: right;
	margin: 32px 0 0 !important;
}


/* #Lists
================================================== */

ul, ol {
	margin-bottom: 20px;
}
ul {
	list-style: none outside;
}
ol {
	list-style: decimal;
}
ol, ul.square, ul.circle, ul.disc {
	margin-left: 30px;
}
ul.square {
	list-style: square outside;
}
ul.circle {
	list-style: circle outside;
}
ul.disc {
	list-style: disc outside;
}
ul ul, ul ol,  ol ol, ol ul {
	margin: 4px 0 5px 30px;
	font-size: 90%;
}
ul ul li, ul ol li,  ol ol li, ol ul li {
	margin-bottom: 6px;
}
li {
	line-height: 18px;
}
ul.large li {
	line-height: 21px;
}
li p {
	line-height: 21px;
}

/* pagination */

ul.pagination, #xsltsearch_navigation {
	margin-bottom: 35px;
}

ul.pagination li, #xsltsearch_navigation li {
	float: left;
	font-weight: 600;
	width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	margin-right: 10px;
	color: #fff;
	background: #172f66;
  border-radius: 50%; 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%;
}

ul.pagination li a, #xsltsearch_navigation li a {
	display: block;
	font-weight: 400;
	background: #333;
  border-radius: 50%; 
  -moz-border-radius: 50%; 
  -webkit-border-radius: 50%;
	color: #fff;
}
ul.pagination li a:hover, #xsltsearch_navigation li a:hover {
	background: #be1b2b;
	color: #fff;
}

/* degree list */

ul.degreeList {
	
}

ul.degreeList li a {
	display: block;
	padding-left: 36px;
}


/* definition list */

dl {
	
}

dl dt, dl dd {
	
}

dl dt {
	font-weight: 600;
}

dl dd {
	margin-bottom: 20px;
}

dl a {
	display: block
}

dl.mapInfo {
	margin-bottom: 30px;
}

dl.mapInfo dt, dl.mapInfo dd {
	padding-left: 30px;
}

dl.mapInfo dt.single {
	line-height: 20px !important;
	margin-bottom: 8px;
}

dl.mapInfo dt.a {
	background: url(../img/marker-a.png) 0 0 no-repeat;
	line-height: 32px
}
dl.mapInfo dt.b {
	background: url(../images/map-markers/marker-b.png) 0 0 no-repeat;
	line-height: 32px
}
dl.mapInfo dt.c {
	background: url(../images/map-markers/marker-c.png) 0 0 no-repeat;
	line-height: 32px
}
dl.mapInfo dt.d {
	background: url(../images/map-markers/marker-d.png) 0 0 no-repeat;
	line-height: 32px
}
dl.mapInfo dt.e {
	background: url(../images/map-markers/marker-e.png) 0 0 no-repeat;
	line-height: 32px
}

dl.news {
	margin-left: 40px;
	margin-bottom: 20px;
}

dl.news dt, dl.news dd {
	font-size: 12px;
	padding-right: 30px;
}

dl.news dt {
	background: url(../images/i-news-arrow.png) right 0 no-repeat;
}

dl.news dd {
	margin-bottom: 10px;
	color: #568bcb !important;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

dl.news a {
	display: block
}

dl.news a:hover dd {
	color: #fff !important;
}


/* #Images
================================================== */

img.scale {
	max-width: 100%;
	height: auto;
}


/* #Buttons
================================================== */

.ctabutton a{
	color: #fff;
}
.ctabutton {
	font-family: 'Open Sans', Arial, sans-serif;
    background: #43c97b url(../images/i-button-arrow.png) right 50% no-repeat !important;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff !important;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 7px 40px 8px 10px;
	border: none;
}

.button,  button,  input[type="submit"],  input[type="reset"],  input[type="button"] {
	font-family: 'Open Sans', Arial, sans-serif;
	background: #eee;
	border: 1px solid #eee;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444 !important;
	display: inline-block;
	text-decoration: none;
	cursor: pointer;
	margin-bottom: 20px;
	line-height: normal;
	padding: 5px 10px 7px;
}
.button:hover,  button:hover,  input[type="submit"]:hover,  input[type="reset"]:hover,  input[type="button"]:hover {
	color: #222;
	background: #ddd;
	border: 1px solid #888;
	border-top: 1px solid #aaa;
	border-left: 1px solid #aaa;
}
.button:active,  button:active,  input[type="submit"]:active,  input[type="reset"]:active,  input[type="button"]:active {
	border: 1px solid #666;
	background: #ccc; /* Old browsers */
}
.button.full-width,  button.full-width,  input[type="submit"].full-width,  input[type="reset"].full-width,  input[type="button"].full-width {
	width: 100%;
	padding-left: 0 !important;
	padding-right: 0 !important;
	text-align: center;
}

.disclaimer .button 
{
    background: #35a564;
    color: #fff !important;
}

.disclaimer .button:hover {
	color: #fff !important;
	background: #222 !important;
}

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,  input::-moz-focus-inner {
 border: 0;
 padding: 0;
}


/* #Forms
================================================== */

form {
	margin-bottom: 20px;
}
fieldset {
	margin-bottom: 20px;
}
input[type="text"],  input[type="password"],  input[type="email"], input[type^="date"], textarea,  select {
	font-family: 'Open Sans', Arial, sans-serif;
	border: none;
	padding: 6px 5px;
	outline: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1), 0 1px 3px rgba(0, 0, 0, 0.2) inset;
	color: #777;
	margin: 0;
	width: 260px;
	max-width: 100%;
	display: block;
	margin-bottom: 10px;
	background: #fff;
	/*-webkit-appearance: none;*/
}

input[type="text"]:focus,  input[type="password"]:focus,  input[type="email"]:focus,  input[type^="date"]:focus, textarea:focus {
	color: #444;
}
textarea {
	min-height: 60px;
}
label,  legend {
	display: block;
	font-size: 13px;
	line-height: 26px;
	text-align: right;
	width: 30%;
	float: left;
	margin-right: 3%;
	margin-bottom: 10px;
	clear: left;
}

label.tighter {
	line-height: 20px;
}

select {
	width: 270px;
	padding: 6px 3px;
}
input[type="checkbox"], input[type="radio"] {
	display: inline;
	vertical-align: text-top;
}
label span,  legend span {
	font-weight: normal;
	font-size: 13px;
	color: #444;
}




/* #Misc
================================================== */

img.arrow {
	margin: 3px 0 0 10px !important;
	padding: 0;
	float: right;
}

.divider {
	margin: 0 10px;
	color: #ddd !important;
}

.auto {
	width: auto !important;
}

.flo-l {
	float: left;
}

.flo-r {
	float: right;
}

.remove-bottom {
	margin-bottom: 0 !important;
}
.half-bottom {
	margin-bottom: 10px !important;
}
.add-bottom {
	margin-bottom: 20px !important;
}
.add-demi-bottom {
	margin-bottom: 30px !important;
}
.double-bottom {
	margin-bottom: 40px !important;
}
.triple-bottom {
	margin-bottom: 60px !important;
}


/* margins */

.mt-0 {
	margin-top: 0 !important;
}
.mt-3 {
	margin-top: 3px !important;
}
.mt-5 {
	margin-top: 5px !important;
}
.mt-10 {
	margin-top: 10px !important;
}
.mt-15 {
	margin-top: 15px !important;
}
.mt-20 {
	margin-top: 20px !important;
}

.mr-10 {
	margin-right: 10px !important;
}
.mr-15 {
	margin-right: 15px !important;
}
.mr-20 {
	margin-right: 20px !important;
}

.ml-10 {
	margin-left: 10px !important;
}
.ml-15 {
	margin-left: 15px !important;
}
.ml-20 {
	margin-left: 20px !important;
}

/* show hide */

.mob-only {
	display: none;
}


/* section colours */

.hilight {
	font-weight: 600;
	color: #002f65;
}

.lolight {
	color: #aaa;
}

.bgWhite {
	background: #fff;
}

.healthcare, a.healthcare {
	color: #6bbbb7;
}

.business, a.business {
	color: #002f65;
}

.it, a.it {
	color: #d2c76d;
}

.cj, a.cj {
	color: #f16155;
}

.aviation, a.aviation {
	color: #94BEBD;
}

.healthcare p, .business p, .it p, .cj p, .healthcare li, .business li, .it li, .cj li {
	color: #444;
}

/* form validation */

input.error, select.error
{ 
  background: #fcc;
  -moz-box-shadow: inset 0 0 3px #900;
  -webkit-box-shadow: inset 0 0 3px #900;
  box-shadow: inset 0 0 3px #900;
}

div.error 
{ 
  min-height: 0;
  color: #fff;
  margin: 0 15px 20px;
}

.formHolder div.error 
{ 
  color: #900;
  margin: 0 0 20px;
}

div.success
{
    color: green;
    font-size: 10px;
    text-align:left;
}


/* honeypot field */
.form-check {
    display:none;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {    
    color: #fff;
    margin: 10px 15px 20px 0;
}

.validation-summary-errors li {
    font-style: italic;
    margin: 0;
}

.validation-summary-valid {
    display: none;
}

input.input-validation-error, select.input-validation-error
{ 
    border: none;
    background: #fcc;
    -moz-box-shadow: inset 0 0 3px #900;
    -webkit-box-shadow: inset 0 0 3px #900;
    box-shadow: inset 0 0 3px #900;
}

/* full form
-----------------------------------------------------------*/

.radio-list label {
    float: left;
    margin: 0;
    padding: 0 5px 0 0;
    width: auto;
    clear: none;
    line-height: normal;
}

.radio-list input {
    float: left;
}

.formHolder .validation-summary-errors {
    color: #900;
}

dvi.flo-l label {
    clear: none;
}

/* remarketing frame */
iframe[name=google_conversion_frame] 
{
    display: none !important;
}


/* temp hacks
-----------------------------------------------------------*/

.signUpForm h2 {
	display: none;
}


.signUpForm:before {
   content: "Request Info";
   color: #fff;
   font-weight: 300;
   letter-spacing: -1px;
   font-size: 35px;
   line-height: 40px;
   margin-bottom: 15px;
   display:block;
}

	
.temp_tn1154:after, .temp_tn1155:after, .temp_tn1156:after, .temp_tn1157:after {
   display: block;
   font-size: 80%;
   line-height: 1.2;
   font-weight: normal;
}

.temp_tn1154:after { content: "Associate's Degree"; }

.temp_tn1155:after { content: "Bachelor's Degree"; }

.temp_tn1156:after { content: "Fast-track Training"; }

.temp_tn1157:after { content: "Master's Degree"; }

#contentWrapHome .aviation, #contentWrap .aviation {
	display: none;
}






/* EDITOR PROPERTIES - PLEASE DON'T DELETE THIS LINE TO AVOID DUPLICATE PROPERTIES */