@charset "UTF-8";

/******************************************************************************************************/
/* !BASE */

*{
	margin: 0;
	padding: 0;
	outline: none;
}

body{
	margin: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background: #565656;
	font-size: 65%;
}

body#leadform, body#thankyou{
	background: none;
}

body#leadform #cci-disclosure-disclaimer{
	display: none;
}

a{
	color: #f25703;
	text-decoration: none;
}

a:hover{
	color: #288abd;
}

.fleft{
	float: left;
}

.fright{
	float: right;
}

.tcenter{
	text-align: center;
}

iframe{
	background: none;
}

/* !END */

/******************************************************************************************************/
/* !HTAGS */

h1{
	color: #0f5995;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}

h2{
	border-bottom:1px solid #DDDDDD;
	color:#0F5995;
	font-size:16px;
	font-weight:normal;
	margin-bottom:10px;
	margin-top:30px;
	padding-bottom:8px;
}

h3{
	color: #333;
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 10px;
}

h4{
	color: #0f5995;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 10px;
}

h5{
	color: #333;
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 10px;
}

h6{
	color: #333;
	font-size: 9px;
	font-weight: normal;
	margin-bottom: 10px;
}

/* !END */

/******************************************************************************************************/
/* !BUTTONS */

.button{
	display: block;
	text-indent: -500000px;
}

/* !END */

/******************************************************************************************************/
/* !HEADER */

div.header_top{
	background: url(../img/bg_header_top_x.png) bottom center repeat-x #10446e;
	height: 22px;
}

div.header{
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	height: 70px;
	background: url(../img/bg_header_x.png) top center repeat-x;
	position: relative;
}

div.header_logo{
	height: 70px;
	background: url(../img/white_overlay.png) top center no-repeat;
}

div.header_logo_inside{
	width: 960px;
	height: 70px;
	margin: 0 auto;
	text-align: right;
	position: relative;
}

div.header_logo_inside a.everest_logo{
	background: url(../img/logo_everest_generic.png) no-repeat;
	display: block;
	width: 300px;
	height: 40px;
	text-align: left;
	text-indent: -50000px;	
	position: absolute;
	top: 14px;
	left: 6px;
	z-index: 200;
}

div.header_logo_inside.generic a.everest_logo{ background-image: url(../img/logo_everest_generic.png);}
div.header_logo_inside.college a.everest_logo{ background-image: url(../img/logo_everest_college.png);}
div.header_logo_inside.institute a.everest_logo{ background-image: url(../img/logo_everest_institute.png);}
div.header_logo_inside.university a.everest_logo{ background-image: url(../img/logo_everest_university.png);}
div.header_logo_inside.canada a.everest_logo{ background-image: url(../img/logo_everest_canada.png);}

div.header_right{
	position: absolute;
	top: 10px;
	right: 0;
	text-align: right;
	width: 960px;
}

div.program_name h3{
	font-size: 20px;
	color: #fff;
	padding: 12px 15px;
	float: right;
}

div.zip_box{
	background: url(../img/bg_zip_box.png) repeat #114d7d;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding: 5px 12px;
	font-size: 16px;
	color: #fff;
	float: right;
	-moz-box-shadow: inset 0 0 4px #333;
	-webkit-box-shadow: inset 0 0 4px #333;
	box-shadow: inset 0 0 4px #333;
}

div.zip_box input{
	vertical-align: middle;
}

div.zip_box span.phone{
	display: block;
	font-size: 18px;
	line-height: 26px;
	padding: 6px 5px 6px 32px;
	text-shadow: 0 0 4px #000;
	background: url(../img/phone.gif) no-repeat center left;
	vertical-align: middle;
}

div.zip_box span.phone strong{
	font-size: 26px;
	line-height: 26px;
	vertical-align: middle;
}

img.tandp{
	position: absolute;
	bottom: -2px;
	left: -70px;
	z-index: 100000;
}

/* !END */

/******************************************************************************************************/
/* !NAV */

div.nav_container{
	background: #bababa;
	padding-bottom: 3px;
	z-index: 2000;
	position: relative;
}

div#nav{
	background: url(../img/bg_nav_x.png) repeat-x bottom #e67612;
	text-align: left;
	width: 920px;
	padding: 0 20px;
	margin: 0 auto;
	-moz-border-radius-bottomleft: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-box-shadow: 0 0 2px #333;
	-moz-box-shadow: 0 0 2px #333;
	box-shadow: 0 0 2px #333;
}

div#nav span.nav-align{
	text-decoration: none;
	display: inline-block;
	clear: both;
}

#main_nav{
	list-style: none;
	text-align: center;
}

#main_nav li{
	display: block;
	float: left;
	font-size: 12px;
	position: relative;
}

#main_nav li a{
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	padding: 6px 12px;
	border-left: 1px solid #f89941;
	border-right: 1px solid #af5d12;
}

#main_nav li.first{
	border-left: 1px solid #af5d12;
}

#main_nav li.last{
	border-right: 1px solid #f89941;
}

#main_nav li a:hover{
	color: #fff;
	background: #d18239;
}

div#nav ul li.current a{
	color: #fff;
	background: url(../img/bg_nav_current_x.png) bottom center repeat-x;
}

#main_nav li ul.subnav{
	position: absolute;
	top: 27px;
	left: 0;
	background: #e67612;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-right-radius: 5px;
	width: 200px;
	display: none;
	opacity: .8;
	background: #333;
}

#main_nav > li:hover ul.subnav{
	display: block;
}

#main_nav li ul.subnav li{
	float: none;
}

#main_nav li ul.subnav li a{
	border: none;
	float: none;
	border-top: 1px solid #666;
	text-align: left;
	color: #fff;
}

#main_nav li ul.subnav li a:hover{
	background: none;
	color: #5c8bb5;
}

#main_nav li.current ul.subnav li a{
	background: none;
}

#main_nav li ul.subnav li.current a{
	background: none;
	color: #5c8bb5;
}

#search_box{
	float: right;
	padding-top: 3px;
	position: relative;
}

#search_box input.clear_field{
	padding: 3px;
	font-size: 10px;
	border: none;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 3px #ff9144, 0 1px 2px rgba(0,0,0,.4) inset;
	width: 120px;
}

#search_box #search_btn{
	position: absolute;
	top: 4px;
	right: 2px;
	border: none;
	padding: 0;
	width: 16px;
	height: 16px;
	background: url(../img/search_btn.png) no-repeat;
	text-indent: -50000px;
	text-align: left;
	cursor: pointer;
}

body#search .share_stuff,
body#search #search_box{
	display: none;
}

/* !END */

/******************************************************************************************************/
/* !CONTENT */

div.content_container{
	background: url(../img/bg_body_x.png) top center repeat-x #fff;
}

div.content{
	width: 960px;
	margin: 0 auto;
	font-size: 1.2em;
	color: #474747;
}

div.form_content{
	font-size: 1.2em;
	color: #5d5d5d;
}

div.content p, div.content ul, div.content ol{
	line-height: 1.4em;
	margin-bottom: 10px;	
}

div.form_content p, div.form_content ul, div.form_content ol{
	line-height: 1.4em;
	margin-bottom: 10px;	
}

div.content ul, div.content ol{
	margin-left: 40px;
}

div.col1{
	padding: 20px 0;
	overflow: hidden;
	width: 605px;
	float: right;
}

div.col2{
	width: 325px;
	position: relative;
	padding-top: 15px;
	margin-right: 635px;
}

div.request_info_top{
	background: url(../img/request_info_top.png) top center no-repeat ;
	width: 325px;
	height: 48px;
	line-height: 48px;
	font-size: 26px;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 3px #000;
}

div.form_headline{
	display: none;
}

.hero{
	padding: 5px;
	background: #8b8b8b;
	margin-bottom: 10px;
}

div.content object, div.content embed{
	display: block;
}

/* !END */

/******************************************************************************************************/
/* !FOOTER */

.footer_container{
	background: url(../img/bg_footer_x.png) top center repeat-x;
	border-top: 3px solid #e67612;
	min-height: 100px;
}

.footer{
	width: 960px;
	margin: 0 auto;
	background: url(../img/footer_logo_everest_generic.gif) 0 20px no-repeat;
	color: #fff;
	font-size: 1.1em;
}

div.footer.generic{ background-image: url(../img/footer_logo_everest_generic.gif);}
div.footer.college{ background-image: url(../img/footer_logo_everest_college.gif);}
div.footer.institute{ background-image: url(../img/footer_logo_everest_institute.gif);}
div.footer.university{ background-image: url(../img/footer_logo_everest_university.gif);}
div.footer.canada{ background-image: url(../img/footer_logo_everest_canada.gif); background-position: 0 10px;}

.footer p{
	padding-top: 10px;
}

#footer_nav{
	padding: 15px 0 20px 220px;
	list-style: none;
	text-align: center;
	clear: both;
}

#footer_nav li{
	display: block;
	float: left;
	font-size: 12px;
}

#footer_nav li a{
	display: block;
	float: left;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	padding: 8px 8px 0;
}

#footer_nav li.first{

}

#footer_nav li.last{

}

#footer_nav li a:hover{
	text-decoration: underline;
}

.ciu-disclaimer{
	color: #bdbdbd;
}

/* !END */

/******************************************************************************************************/
/* !CONTACT */

.message{
	background:#8CC73F;
	border: 2px solid #5f8b2a;
	padding:15px;
	margin:15px 0;
}

/* !END */

/******************************************************************************************************/
/* !FORMS */

table.form{
	width: 100%;
	margin-bottom: 10px;
}

table.form td{
	padding: 5px;
	text-align: left;
	border-bottom: 1px solid #666;
	background: #333;
}

table.form td.title{
	text-align: right;
	font-weight: bold;
}

input, textarea{
	padding: 3px;
	color: #666;
}

div.form_arrow{
	position: absolute;
	z-index: 10;
	top: 170px;
	left: -40px;
	height: 185px;
	width: 80px;
	background: url(../img/form_arrow.png) no-repeat;
}

#form{
	padding: 20px;
	margin-bottom: 15px;
	background: #fff;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #f5f5f5;
}

#form input{
	width: 150px;
}

#form p{
	margin-bottom: 12px;
}

#form #zipcode{
	width: 110px;
}

#form label{
	width: 90px;
	text-align: right;
	float: left;
	padding-right: 10px;
	padding-top: 4px;
	color: #105894;
	font-size: 14px;
}

label.error{
	color: #ff0;
}

#form #submitform{
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	-moz-box-shadow: 0 1px 3px #999999;
	-webkit-box-shadow: 0 1px 3px #999999;
	box-shadow: 0 1px 3px #999999;
	background: url(../img/btn_overlay.png) repeat-x scroll 0 0 #e7141a;
	border: 2px solid #ab1b1d;
	color: #FFFFFF;
	cursor: pointer;
	font-weight: bold;
	padding: 6px 10px;
	text-decoration: none;
	text-shadow: 0 -1px 1px #222222;
	font-size: 16px;
	line-height: 22px;
	margin: 8px auto;
	width: 240px;
	outline: none;
}

#form #submitform:hover {
	background-color: #ff3136;
	text-decoration: none;
	outline: none
}

.disclaimer{
	padding: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
	background: url(../img/privacy.png) 50% 8px no-repeat #fff;
	padding-top: 55px;
}

#form .disclaimer p{
	font-size: 11px;
	text-align: justify;
	line-height: 13px;
}

#form #state{
	margin-top: 4px;
}

#form input.error{
	border: 2px solid #a90000;
	padding: 4px;
}

#form select.error{
	color: #a90000;
}

#form label.error{
	color: #a90000;
}

/* !END */

/******************************************************************************************************/
/* !SOCIAL */

.share_stuff{
	background: #e8e8e8;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	padding: 3px;
	float: right;
	z-index: 100000;
}

.share_stuff .addthis_toolbox{
	float: right;
	font-size: 11px;
	padding-right: 5px;
	overflow: hidden;
}

.share_stuff .addthis_toolbox .at300b, .share_stuff .addthis_toolbox .at300m {
	font-size: 11px;
	background-color:#eceef5;
	border-color:#cad4e7;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border:1px solid #ffc7a2;
	padding: 2px 4px;
	display: block;
}

.share_stuff .addthis_toolbox .at300b:hover, .share_stuff .addthis_toolbox .at300m:hover {
	border:1px solid #f25703;
}

.share_stuff .addthis_toolbox.addthis_default_style span{
	height: 16px;
}

#fb_like{
	display: block;
	float: right;
}

#facebook_right{
	border: 1px solid #CAD4E7;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 10px;
	background: #ECEEF5;
	margin-bottom: 15px;
	font-size: 11px;
}

#facebook_right p{
	margin-bottom: 10px;
}

#facebook_right h3{
	border-bottom: 1px solid #CAD4E7;
	padding-bottom: 10px;
	margin-bottom: 10px;
}

#socialContent {
	background: #e8e8e8;
	padding: 20px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}

#social_sites {
	margin-bottom:2px;
	display:inline-table;
	margin-bottom: 10px;
}

#socialIcons {
	float:left;
	line-height:20px;
	padding-bottom:10px;
	padding-top:10px;
	text-align:center;
	width:70px;
}

/* !END */

/******************************************************************************************************/
/* !ARTICLES */

.articles{
	margin-top: 30px;
	padding-top: 20px;
	border-top: 1px solid #c6c6c6;
}

.articles .article{
	padding-bottom: 10px;
	border-bottom: 1px solid #DDDDDD;
	margin-bottom: 20px;
}

.articles .article h2{
	border: none;
	margin: 0;
}

.articles .article .read_more{
	text-align: right;
}

p.publish_date{
	font-size: 12px;
}

.content .breadcrumb{
	font-size: 12px;
	color: #616161;
	padding: 0;
	margin-bottom: 10px;
}

.content .breadcrumb ul{
	margin: 0;
	padding: 0;
	list-style: none;
}

.content .breadcrumb ul li{
	margin: 0;
	padding: 0;
	display: inline;
	padding-right: 5px;
}

.content .breadcrumb ul li a{
	text-decoration: none;
}

/* !END */

/******************************************************************************************************/
/* !SPANISH */

.header_top_inner{
	width: 960px;
	margin: 0 auto;
	padding: 5px 0 0;
	text-align: right;
}

.header_top_inner a{
	display: block;
	padding: 3px 10px;
	background: #fff;
	float: right;
	margin-right: 10px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-topleft: 5px;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
}

.es_disclaimer{
	padding: 10px;
	background: #fff9ea;
	border: 2px solid #ffebd6;
	font-size: 16px;
	color: #a1301b;
	margin-top: 20px;
	text-align: center;
}

/* !END */

/******************************************************************************************************/
/* !TINYMCE */

body#tinymce{
	background: #fff;
}

body#tinymce{
	font-size: 12px;
	color: #5d5d5d;
}

body#tinymce p, body#tinymce ul, body#tinymce ol{
	line-height: 1.4em;
	margin-bottom: 10px;	
}

body#tinymce ul, body#tinymce ol{
	margin-left: 40px;
}

/* !END */

/******************************************************************************************************/
/* !CUSTOMIZATION */

div.campuses ul li{
	list-style-type: none;
	margin-bottom: 15px;
}

/* !END */

/******************************************************************************************************/
/* !CLEARFIX */
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* !CLEARFIX */

