/* Table of Content
==================================================
	#Reset & Basics
	#Imported
	#Typography
	#Links
	#Lists
	#Images
	#Buttons
	#Icons	
	#Tabs
	#Forms
	#Misc */


/* #Reset & Basics
================================================== */
	
	
	html, body { height:100%}
	html {background:#ffffff;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;}
	body { text-align:center;  text-align:center}
	p, td, div { font-size:12px; color:#58565b; line-height:21px; font-family: Arial, Helvetica, sans-serif;} /*Base Font Size and Font Color*/
	
	p.contact { font-size:12px; color:#FFFFFF; line-height:21px; font-family: Arial, Helvetica, sans-serif;} /*Base Font Size and Font Color*/
	
	form, body, iframe { margin: 0; padding: 0;}
	img, table, iframe { border: 0;}
	p { margin:0 0 15px 0;}
	table { border-collapse:collapse; border-spacing: 0;}

	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	ol, ul {
		list-style: none; margin:0; padding:0}
	
	/*.main_wrapper { background:#ffffff!important; margin:0 auto; text-align:left; text-align:left; overflow:hidden; display:block}
/* #Import Styles
================================================== */
	@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700);

/* #Typography
================================================== */
	/*Headings*/
	h1, h2, h3, h4, h5, h6 {
		color: #555555;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal; 
		text-transform:none}
		h3.loginheader {
		color: #ffffff;
		font-family: 'Open Sans', sans-serif;
		font-weight: normal; 
		text-transform:none}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit}
	h1 { font-size: 22px; line-height: 24px; margin: 20px 0 0 0; color:#2292d0; padding-bottom:15px;}
	h2 { font-size: 18px; line-height: 24px; margin: 0 0 15px 0}
	h3 { font-size: 16px; line-height: 18px; margin: 0 0 15px 0}
	h4 { font-size: 14px; line-height: 16px; margin: 0 0 10px 0}
	h5 { font-size: 13px; line-height: 15px; margin:0 0 10px 0}
	h6 { font-size: 12px; line-height: 14px; margin:0 0 10px 0}
	.subheader { color: #777; }
	.aside h4 { color:#a8a8a8;}
	.greenHeading {color: #186188;}
	
	h1.thankYou { font-size: 22px; line-height: 26px; margin: 0 0 0 0; color:#2292d0; padding-bottom:15px;}
	
	.bigBlue { color:#0FC7F2;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	}
	
	.bigGray { color: #cbcbcb;
	font-family:Arial, Helvetica, sans-serif;
	font-size:30px;
	line-height:30px;
	padding:10px;
	}

	p img { margin: 0; }
	
	
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold;}
	small { font-size: 80%; }
	
	p .smaller { font-size: 6px; }
	.uppercase { text-transform:uppercase}
	
	/*Text Align*/
	.txt_left { text-align:left}
	.txt_center { text-align:center}
	.txt_right { text-align:right}
	.txt_justify { text-align:justify}
		
	/*Seperators*/
	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
	hr.dotted { border-style:dotted;}
	hr.dashed { border-style:dashed;}
	
	/*Blocks Titles*/
	.aside h5 { font-size:22px; line-height:22px; margin:0 0 20px 0; color:#ffffff; font-family: 'Open Sans', sans-serif;}	
	h4.date { color:#b5b5b5; margin-bottom:5px}
	
	.signature { display:block; text-align:right; font-style:italic}
	
	

/* #Links
================================================== */
	a {
	color:#053d5b;
	text-decoration:none
}
	a:hover, a:focus {
	color: #666666;
	text-decoration:none;
}
	p a, p a:visited { line-height: inherit; color:#1a81b1}

	a.grey_link { color:#727272; font-family:'Open Sans', sans-serif; text-decoration:none}
	a.grey_link:hover { color:#727272; text-decoration:underline}
	a.lightgrey_link { color:#a5a5a5; font-family:'Open Sans', sans-serif; text-decoration:none}
	a.lightgrey_link:hover { color:#a5a5a5; text-decoration:underline}
	a.readmore11 { color:#2292d0; text-decoration:none; font-size:11px; font-family:'Open Sans', sans-serif; }
	a.readmore11:hover { color:#2292d0; text-decoration:underline;}
	
	a.arrowed { color:#2292d0; font-size:11px; line-height:15px; text-decoration:none; font-style:italic; font-family:'Open Sans', sans-serif;}
	a.arrowed:hover { color:#2292d0; text-decoration:underline;}
	a.arrowed span { color:#2292d0; font-size:12px; line-height:15px; font-style:normal; font-family:Arial, Helvetica, sans-serif}
/* #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; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

	a.readmore { font-size:11px; line-height:normal; font-family: 'Open Sans', sans-serif;}
	
	/*Blocks Lists*/
	ul.aside_list { border-top:#afafaf 1px solid; margin:0 0 20px 0; padding:0}
	ul.aside_list li { border-bottom:#afafaf 1px solid; padding:10px 0; line-height:27px; font-size:12px; color:#9f9f9f; margin:0}
	ul.aside_list li a { font-size:16px; text-decoration:none; color:#eeeeee; }
	ul.aside_list li a:hover { text-decoration:none; color:#2292d0}
	
	ul.pager {  margin:0 0 20px 0; padding:0; overflow:hidden}
	ul.pager li { margin:0 4px 0 0; float:left}
	ul.pager li a { display:block; padding:0 4px; line-height:18px; background:#c1c1c1; color:#373737; font-size:11px; text-decoration:none}
	ul.pager li a:hover { background:#555555; color:#ffffff; text-decoration:none}
	ul.pager li.current a {background:#555555; color:#ffffff; text-decoration:none}

	ul.twitter_widget { margin:0 0 10px 0; padding:0;}
	ul.twitter_widget li { margin:0px 0 10px 0; padding:0 0 10px 0; border-bottom:#e7e7e7 1px solid; font-style:italic; color:#9a9a9a;}
	ul.twitter_widget li a { color:#67d1f8; text-decoration:none}
	ul.twitter_widget li a:hover { color:#67d1f8; text-decoration:underline}
	ul.twitter_widget li span { display:block; padding:10px 0 0 0; color:#67d1f8; font-style:normal}
	
	ul.posts_widget { margin:0 0 10px 0; padding:0;}
	ul.posts_widget li { margin:0 0 15px 0; padding:0 0 10px 0; border-bottom:#e7e7e7 1px solid; overflow:hidden}
	ul.posts_widget li a { color:#67d1f8; text-decoration:none}
	ul.posts_widget li a:hover { color:#67d1f8; text-decoration:underline}
	ul.posts_widget li img { float:left; margin:0 8px 5px 0 }
	ul.posts_widget li span { color:#999999; font-style:italic; font-family: 'Open Sans', sans-serif}
	
	ul.flicker_widget { margin:0 0 10px 0; padding:0; overflow:hidden}
	ul.flicker_widget li { margin:0 10px 10px 0; float:left;}
	ul.flicker_widget li a img { border-color:#eaeaea}
	ul.flicker_widget li a:hover img { border-color:#2292d0}
	
/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; 
		}
	.aligned_left { margin:0 10px 5px 0; float:left}
	.aligned_right { margin:0 0px 5px 10px; float:right}
	.aligned_center { margin:0 auto 10px auto; text-align:center}
	.aligncenter{text-align:center;}
	
	


/* #Buttons
================================================== */
.btn_readmore { background:#f7931d; position:relative; left:0; top:0; padding:14px 22px; font-size:14px; line-height:14px; color:#ffffff; margin:12px 0 20px 52px; font-family: 'Open Sans', sans-serif; display:block; float:left; border-radius:3px; text-decoration:none; width:104px;}
	.btn_readmore.arrow_right { padding-right:30px}
	.btn_readmore.arrow_left { padding-left:30px}
	.btn_readmore .ico_arrow {font-size:13px; font-family:Arial, Helvetica, sans-serif!important; position:absolute; line-height:14px; top:50%; margin:-8px 0 0 0; display:block; width:13px; height:13px}
	.btn_readmore.arrow_left .ico_arrow  { left:10px; right:auto}
	.btn_readmore.arrow_right .ico_arrow  { right:10px; left:auto}
.btn_readmore:hover { color:#ffffff; background-color:#2292d0; text-decoration:none}


/*Login Button*/
.loginNow  { 
	background:url(../images/loginBtn.png) no-repeat;
    text-decoration:none;
	display:block;
	background-position:0 0;
	border: none;
	}
	.loginNow:hover {  background-position:0px -40px;
}

.loginNowNCEA  { 
	background:url(../images/course_loginBtnNCEA.png) no-repeat;
    text-decoration:none;
	display:block;
	background-position:0 0;
	border: none;
	}
	.loginNowNCEA:hover {  background-position:0px -40px;
}



/*Blue Button - used for non-cart LP's and Course List page*/

.blueButton a {
float: right;
display: block;
width: 121px;
height: 36px;
background: none;
overflow: hidden;
text-align:center;
line-height: 36px;
font-size: 14px;
color: #2292D0;
border-style: solid;
border-width: 2px;
border-color: #2292D0;
margin-bottom: 10px;
}

.blueButton a:hover {
	background-color: #2292D0;
	color: #FFFFFF;
}


/*Blue Button - used for NCEA Course List page*/

.blueButtonNCEA a {
display: block;
width: 181px;
height: 36px;
background: none;
overflow: hidden;
text-align:center;
line-height: 36px;
font-size: 14px;
color: #2292D0;
border-style: solid;
border-width: 2px;
border-color: #2292D0;
margin-bottom: 10px;
margin-left: 190px;
	font-weight:bold;
}

.blueButtonNCEA a:hover {
	background-color: #2292D0;
	color: #FFFFFF;
}



/*How to Register Button*/
.howRegister a {
display: block;
width: 125px;
height: 40px;
float: left;
background: url(../images/how_registerBtn.png) no-repeat 0 0;
overflow: hidden;
text-indent: -15000px;
font-size: 0px;
line-height: 0px;
margin:30px 10px 10px 0px;
}

.howRegister a:hover {  
background-position:0px -40px;
}

/*See All Courses Button*/
.seeAllCourses a {
display: block;
width: 125px;
height: 40px;
float: left;
background: url(../images/see_all_coursesBtn.png) no-repeat 0 0;
overflow: hidden;
text-indent: -15000px;
font-size: 0px;
line-height: 0px;
margin:30px 0px 10px 0px;
}

.seeAllCourses a:hover {  
background-position:0px -40px;
}

.back2Courses a {
display: block;
width: 121px;
height: 36px;
background: none;
overflow: hidden;
text-align:center;
line-height:36px;
font-size: 14px;
color: #999999;
border-style: solid;
border-width: 2px;
border-color: #999999;
}

.back2Courses a:hover {
	background-color: #999999;
	color: #FFFFFF;
	cursor: pointer;
}

/*Course Details Button*/
.courseDetails a {
display: block;
width: 125px;
height: 40px;
background: url(../images/courseDetailsBtn.png) no-repeat 0 0;
overflow: hidden;
text-indent: -15000px;
font-size: 0px;
line-height: 0px;
margin:2px 0px 10px 0px;
}

.courseDetails a:hover {
background-position: 0px -40px;
}


.courseDescription a {
float: right;
display: block;
width: 121px;
height: 36px;
margin-bottom: 10px;
background: none;
overflow: hidden;
text-align:center;
line-height:36px;
font-size: 16px;
color: #999999;
border-style: solid;
border-width: 2px;
border-color: #999999;
}

.courseDescription a:hover {
	background-color: #999999;
	color: #FFFFFF;
}



/*Add to Cart Button*/
.addToCart a  {
display: block;
width: 125px;
height: 40px;
background: url(../images/addToCartBtn.png) no-repeat 0 0;
overflow: hidden;
text-indent: -15000px;
font-size: 0px;
line-height: 0px;
margin-top: -10px;
}

.addToCart a:hover {
background-position: 0px -40px;
}

/*Orange LP Button - used for all shopping cart LP's*/

.orangeLPbutton a {
float: right;
display: block;
width: 121px;
height: 36px;
margin-bottom: 10px;
background: none;
overflow: hidden;
text-align:center;
line-height:36px;
font-size: 16px;
color: #FF9218;
border-style: solid;
border-width: 2px;
border-color: #FF9218;
}

.orangeLPbutton a:hover {
	background-color: #FF9218;
	color: #FFFFFF;
}

/*Continue Shopping Button*/
.contShopping a  {
display: block;
width: 125px;
height: 40px;
background: url(../images/contShoppingBtn.png) no-repeat 0 0;
overflow: hidden;
margin-top:20px;
text-indent: -15000px;
font-size: 0px;
line-height: 0px;
}

.contShopping a:hover {
background-position: 0px -40px;
}


/*Continue Shopping Check out Button*/

.contShoppingCheckout   {
display: block;
width: 125px;
height: 40px;
float:left;
background: url(../images/contShoppingBtn.png) no-repeat 0 0;
overflow: hidden;
text-indent: -15000px;
font-size: 0px;
line-height: 0px;
}

.contShoppingCheckout a  {
display: block;
width: 125px;
height: 40px;
background: url(../images/contShoppingBtn.png) no-repeat 0 0;
overflow: hidden;
text-indent: -15000px;
font-size: 0px;
line-height: 0px;
}

.contShoppingCheckout a:hover {
background-position: 0px -40px;
}


.chooseCourseCheckout   {
display: block;
width: 250px;
height: 80px;
float:left;
background: url(../images/ChooseACourseBtn.png) no-repeat 0 0;
overflow: hidden;
text-indent: -15000px;
font-size: 0px;
line-height: 0px;
}

.chooseCourseCheckout a  {
display: block;
width: 250px;
height: 80px;
background: url(../images/ChooseACourseBtn.png) no-repeat 0 0;
overflow: hidden;
text-indent: -15000px;
font-size: 0px;
line-height: 0px;
}

.chooseCourseCheckout a:hover {
background-position: 0px -80px;
}



.customerInfoContainer {
	border:1px solid #cccccc;
	float:left;
	margin:0;
}
	


/*Enroll Button*/
div.enrollBtn a  {
display: block;
width: 125px;
height: 40px;
background: url(../images/enrollBtn.png) no-repeat 0 0;
overflow: hidden;
text-indent: -15000px;
font-size: 0px;
line-height: 0px;
margin-top: -10px;
}

div.enrollBtn a:hover {
background-position: 0px -40px;
}






/*Check Out Button*/
.checkOut a {
display: block;
width: 103px;
height: 30px;
background: url(../images/checkOutBtn.png) no-repeat 0 0;
overflow: hidden;
text-indent: -15000px;
font-size: 0px;
line-height: 0px;
margin:0px;
}

.checkOut a:hover {
background-position: 0px -30px;
}


/*BACK TO TOP*/

.go-top {
	display: none;
	z-index: 10000;
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 50px;
	height: 50px;
	background: url(../images/TopBtn.png);
}

.go-top:hover {
	background: url(../images/TopBtnOver.png)
}




/*Squared CheckList*/

input[type=checkbox] {  
    display: none;  
} 

.checkbox label:before {  
    border-radius: 3px;  
}

input[type=checkbox]:checked + label:before {  
    content: "\2713";    
    font-size: 15px;  
    color: #374C5D;  
    text-align: center;  
    line-height: 15px;  
}



/*get started*/
.get_started  { background:url(../images/get_started.png) no-repeat;
    text-decoration:none;
	display:block;
	background-position:0 0;
	border: none;
	}
	.get_started:hover {  background-position:0px -74px;
}     

	

/* #Icons
================================================== */

/*Course Description icon container*/

.courseDescContainer {
	width:280px;
	height:280px;
	float:left;
	background-image:url(../images/course_icons/NEA_acm_cd.png);
	background-repeat:no-repeat;
}
	
	


/*Socials*/
	
/*.support { background:url(../images/icons/ico_support.png) no-repeat;
 text-decoration:none;
	display:block;
	background-position:0 0;
	border: none;}
	
	.support:hover {  background-position:0px -17px;
}*/
	
/*.linkFinder { background:url(../images/icons/ico_linkFinder.png) no-repeat;
 text-decoration:none;
	display:block;
	background-position:0 0;
	border: none;}
	
	.linkFinder:hover {  background-position:0px -17px;
}*/
	
.newsletter { background:url(../images/icons/ico_newsletter.png) no-repeat;
    text-decoration:none;
	display:block;
	background-position:0 0;
	border: none;
	}
.newsletter:hover {  background-position:0px -17px;
}	
	
.facebook { background:url(../images/icons/ico_facebook.png) no-repeat;
 text-decoration:none;
	display:block;
	background-position:0 0;
	border: none;}
	
	.facebook:hover {  background-position:0px -17px;
}

.pinterest { background:url(../images/icons/ico_pinterest.png) no-repeat;
 text-decoration:none;
	display:block;
	background-position:0 0;
	border: none;}
	
	.pinterest:hover {  background-position:0px -17px;
}

.twitter { background:url(../images/icons/ico_twitter.png) no-repeat;
 text-decoration:none;
	display:block;
	background-position:0 0;
	border: none;}
	
	.twitter:hover {  background-position:0px -17px;
}

	
.rss { background:url(../images/icons/ico_rss.png) no-repeat;
 text-decoration:none;
	display:block;
	background-position:0 0;
	border: none;}
	
	.rss:hover {  background-position:0px -17px;
}
	


.team_socials .twitter { background:url(http://www.virtualeduc.com/images/icons/ico_small_twitter.png) no-repeat;}
.team_socials .facebook { background:url(http://www.virtualeduc.com/images/icons/ico_small_facebook.png) no-repeat;}
.team_socials .dribbble { background:url(http://www.virtualeduc.com/images/icons/ico_small_dribbble.png) no-repeat;}
.team_socials .google { background:url(http://www.virtualeduc.com/images/icons/ico_small_google.png) no-repeat;}
.team_socials .vimeo { background:url(http://www.virtualeduc.com/images/icons/ico_small_vimeo.png) no-repeat;}

/*Link&Button*/
.ico_arrow { right:10px; }
.ico_arrow { font-size:13px; font-family:Arial, Helvetica, sans-serif!important; position:absolute; line-height:14px; left:10px; top:50%; margin:-7px 0 0 0;}
.box{
	margin:10px;
}
/* #Forms
================================================== */

	form {
		margin-bottom: 20px;
		}
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		display:block; 
		background:#FFFFFF; border:#CCCCCC 1px solid; border-radius:1px;
		padding:7px 9px; margin:0; line-height:16px; color:#666666; font-size:12px; font-style:normal; width:80px;  height:17px;
		margin:0 0 11px 0;
	}
	input, button {font-family:Arial, Helvetica, sans-serif}
	select {padding: 0;}
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		/*CSS Effect on Focus*/
	}
	textarea {
		height: 175px; 
		width:90%; 
		resize:none; 		
		margin-bottom:25px;
	}
	label,
	legend {
		display: block;
		font-weight: bold;
		font-size: 13px;  
	}
	/*select {
	width: 220px;
}*/
	input[type="checkbox"] {
		display: inline; 
	}
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; 
	}
	
	/*Blocks Forms*/
	.search_box { border:#afafaf 1px solid; position:relative; padding:0 12px 0 38px}
	.search_box #search_text { background:none; border:none; padding:5px 0; line-height:12px; margin:0; font-size:11px; color:#9f9f9f; font-family:Arial, Helvetica, sans-serif; height:12px; width:100%}
	.search_box #search_submit { background:url(../images/btn_search1.png) no-repeat; width:14px; height:15px; border:none; cursor:pointer; position:absolute; left:13px; top:50%; margin-top:-7px}
	
	/*Contact Form*/
	.contact_label { text-transform:uppercase; color:#7b7b7b; line-height:28px}
	.contact_label_registation { text-transform:uppercase; color:#7b7b7b; line-height:28px;
	text-align:right}
	.contact_input input, .contact_input textarea {width:90%; line-height:16px; color:#7b7b7b; border:#e1e1e1 1px solid; padding:5px; background:#ffffff; margin:0 0 22px 0; font-size:12px; font-family:Arial, Helvetica, sans-serif}
	.contact_input input { height:16px; }
	
	.contact_inputCard input, .contact_inputCard textarea {width:90%; line-height:16px; color:#7b7b7b; border:#e1e1e1 1px solid; padding:5px; background:#ffffff; margin:0 0 22px 0; font-size:12px; font-family:Arial, Helvetica, sans-serif}
	.contact_inputCard input { height:16px; }
	
	
	
	
	
	.contact_input textarea { height:180px;}
	.contact_button input { height:40px; line-height:40px; border:none; background:#2292d0; border-radius:0px; cursor:pointer; padding:0 10px; color:#ffffff; font-size:20px; font-family: 'Open Sans', sans-serif;}
	.feedback_go { 
		height:30px!important; 
		line-height:30px!important; 
		border:none!important; 
		background:#2292d0!important; 
		border-radius:3px!important; 
		cursor:pointer!important; 
		padding:0 10px!important; 
		color:#ffffff!important; 
		font-size:11px!important; 
		font-family: 'Open Sans', sans-serif!important;
		font-weight:200!important;
	}
	.ajaxanswer {
		padding-top:10px;
	}
	
/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important;
	width:150px; height:50px; float:right; margin:5px 5px 5px 0px; vertical-align:top; background-color:#E0E0E0; border:none;}
	
	.half-bottom:hover {  background-color: #E7E7E7; border:none; text-decoration:none;}
	
	.add-bottom { margin-bottom: 20px !important; }
	.mar-bottom15 { margin-bottom:15px!important}
	.add-spacers { margin-left:10px; margin-right:10px}
	.top-margin { margin-top:20px}
	.add-bottom30 { margin-bottom: 30px !important; }

	.fleft { float:left}
	.fright { float:right}

	.map { width:100%; margin-bottom:25px}

	.overflow { overflow:hidden}
	
	
/*Testemonials
===============*/	
	.testemonial { color:#2292d0; font-size:12px; font-style:italic; font-weight:bold; margin-bottom:15px}
	
/*Blog Classes
===============*/
	.blogpost_info1 { border-bottom:#efefef 1px solid; border-top:#efefef 1px solid; padding:5px 0; overflow:hidden; margin:0 0 10px 0}
	.blogpost_info1 .posted_info { float:left; color:#999999; font-family: 'Open Sans', sans-serif; font-size:11px; line-height:13px; width:70%}
	.blogpost_info1 .posted_info a {color:#555555; font-family: 'Open Sans', sans-serif; font-size:11px; line-height:13px; text-decoration:none}	
	.blogpost_info1 .posted_info a:hover {color:#555555; text-decoration:underline;}	
	.blogpost_info1 .posted_comments { background:url(../images/bg_comments1.png) no-repeat left top; float:right; padding:0 0px 0 20px; line-height:13px;  width:20%; display:block}
	.blogpost_info1 .posted_comments a { color:#61caf1; font-size:11px; line-height:13px; font-family: 'Open Sans', sans-serif; font-style:italic; text-decoration:none}
	.blogpost_info1 .posted_comments a:hover { color:#61caf1; text-decoration:underline}

	.blogpost_info2  ul { padding:0; margin:0 0 13px 0; overflow:auto}
	.blogpost_info2  ul li { margin: 0 20px 0 0; padding:0 0 0 20px; float:left; background-position:0 3px; font-size:11px; height:17px; font-family: 'Open Sans', sans-serif; color:#747474; background-repeat:no-repeat; font-style:italic}
	.blogpost_info2  ul li.info_date { background-image:url(../images/ico_date.png)}
	.blogpost_info2  ul li.info_categ { background-image:url(../images/ico_categ.png)}
	.blogpost_info2  ul li.info_comments { background-image:url(../images/ico_comments.png)}

	.code_tags { overflow:hidden}
	.code_tags code { margin: 0 10px 10px 0; display:block; float:left; padding:0 3px; border-color:#e7e7e7; color:#67d1f8; font-family:'Open Sans', sans-serif;}

/* #Widgets
==================================================*/
/*Toggled List*/
ul.toggles { margin:0 0 10px 0}
ul.toggles li {padding:5px 0; margin:0}
ul.toggles li span { display:block;  padding:0 10px 0 45px; height:23px; overflow:hidden; color:#555555; font-size:12px; line-height:23px; background:url(../images/ico_toggle.png) no-repeat 11px top; cursor:pointer}
ul.toggles li span:hover { color:#61caf1; background:url(../images/ico_toggle.png) no-repeat 11px top }
ul.toggles li.act span { color:#61caf1; background:url(../images/ico_toggle.png) no-repeat 11px bottom }
ul.toggles li div.toggle_text { padding:10px 10px 5px 45px; display:none; color:#555555}

/*Critical info Toggled List*/
ul.critical_toggles { margin:0 0 20px 0;}
ul.critical_toggles li {padding:5px 0; margin:0;}
ul.critical_toggles li span { display:block;  padding:0 15px 0 45px; height:23px; overflow: inherit; color:#555555; font-size:12px; line-height:23px; background:url(../images/ico_toggle.png) no-repeat 11px top; cursor:pointer}
ul.critical_toggles li span:hover { color:#61caf1; background:url(../images/ico_toggle.png) no-repeat 11px top }
ul.critical_toggles li.act span { color:#61caf1; background:url(../images/ico_toggle.png) no-repeat 11px bottom }
ul.critical_toggles li div.toggle_text { padding:20px 10px 0px 45px; display:none; color:#555555}

/*Acordion List*/
.accordion { margin:0 0 20px 0; border-bottom:#efefef 1px solid}
.ui-accordion-header  { border-top:#efefef 1px solid; padding:17px 15px 17px 45px; height:23px; overflow:hidden; color:#555555; font-size:12px; line-height:23px; position:relative; cursor:pointer}
.ui-accordion-header  a { color:#555555; font-size:12px; line-height:23px; text-decoration:none}
.ui-accordion-header:hover  a { color:#61caf1; font-size:12px; line-height:23px; text-decoration:none}
.ui-accordion-header.ui-state-active { padding:17px 15px 0 45px; color:#61caf1}
.ui-accordion-header.ui-state-active a {color:#61caf1; text-decoration:none}
.ui-accordion-header .ui-icon { width:23px; height:23px; background:url(../images/ico_toggle.png) no-repeat left top; position:absolute; left:11px; top:17px}
.ui-accordion-header.ui-state-active .ui-icon { background-position:bottom left;}
.ui-accordion-content { padding:8px 15px 17px 45px}

/*Effects
=========*/
img.bordered1, #gallery_container a img { border:#eaeaea 3px solid}
#gallery_container a{
	position:relative;
	display:inline-block;
}
#gallery_container a span{
	width:28px;
	height:28px;
	position:absolute;
	top:50%;
	left:50%;
	margin:-14px 0 0 -14px;
	display:block;
	background:url(../images/zoom-photo.png) 0 0 no-repeat;
}
.team_member{}
.team_member_name, .service_title, .color_title{
	font-size:16px;
	color:#2292d0;
	display:block;
	margin-bottom:5px;
}
.team_member_position{
	display:block;
	color:#a8a8a8;
	font-style:italic;
}
.service_description{
	display:block;
	color:#7b7b7b;
	font-style:italic;
}
.team_member_photo{
	float:left;
	margin:0 10px 5px 0;     /*margin:0 20px 5px 0;*/
	border:#efefef 1px solid;
}

.column_icon{
	display:block;
	background:#f8f8f8;
	border:#f0f0f0 1px solid;
	border-radius:1px;
	font-size:56px;
	height:62px;
	font-family: 'IcoMoon';
	line-height:38px;
	width:61px;
	text-align:center;
	color:#c4c4c4;
}

.column_icon.center{
	margin:0 auto 18px auto;
}
.column_icon.alignleft{
	float:left;
	margin:0 15px 15px 0;
}

.service_title.left-align{
	float:left;
	width:95px;
	padding-top:5px;
}

.top5Courses{
	padding-top:5px;
}

.top5Courses:hover{
	padding-top:5px;
	background-color:#f4f4f4;
}


.top5{
	padding-top:5px;
}



.top10{
	padding-top:10px;
}
.top15{
	padding-top:15px;
}



.top20{
	padding-top:20px;
}
.top25{
	padding-top:25px;
}


.top30{
	padding-top:30px;
}

.top35{
	padding-top:35px;
}

.top45{
	padding-top:45px;
}

.top70{
	padding-top:70px;
}

.bottom50{
	padding-bottom:50px;
}

.icon-list{overflow:hidden;margin-bottom:0;}

.icon-list li{
	font-family: 'IcoMoon';
	font-size:52px;
	color:#c4c4c4;
	float:left;
	margin-left:28px;
	margin-bottom:0;
}
.icon-list li:first-child{
	margin-left:0;
}

.testimonials .inner{
	background:url(../images/testimonials-bg_new.png) right 0 no-repeat #f8f8f8;
	border:#efefef 1px solid;
	position:relative;
	padding:30px 20px 24px ;
	color:#7b7b7b;
	margin-bottom:30px;
}


.testimonials .author{
	display:block;
	color:#2292d0;
}
.testimonials .company{
	font-size:11px;
	color:#a8a8a8;
}

.testimonialIcon {
	width:225px;
	height:200px;
	margin-top: 25px;
	float:left;
	background-image:url(../images/testimonial_icon.png);
	background-repeat:no-repeat;

}




.testimonialIconFemale1 {
	width:225px;
	height:200px;
	margin-top: 10px;
	float:left;
	background-image:url(../images/testimonial_icon_female_1new.png);
	background-repeat:no-repeat;

}

.testimonialIconFemale2 {
	width:225px;
	height:200px;
	margin-top: 10px;
	float:left;
	background-image:url(../images/testimonial_icon_female2.png);
	background-repeat:no-repeat;

}

.testimonialIconFemale3 {
	width:225px;
	height:200px;
	margin-top: 10px;
	float:left;
	background-image:url(../images/testimonial_icon_female3.png);
	background-repeat:no-repeat;

}

.testimonialIconMale2 {
	width:225px;
	height:200px;
	margin-top: 10px;
	float:left;
	background-image:url(../images/testimonial_icon_male2.png);
	background-repeat:no-repeat;

}


.testimonialIconHome {
	width:225px;
	height:200px;
	margin-top: 10px;
	float:left;
	background-image:url(../images/testimonial_icon_robert.png);
	background-repeat:no-repeat;

}










.testimonialsHome .innerHome{
	background:url(../images/testimonials-bg_new.png) right 0 no-repeat;
	position:relative;
	width:70%;
	float:left;
	padding:30px 0px 0px ;
	color:#333333;
	
	text-align:left;
	font-style:italic;
	
}



.testimonialsHome .authorHome{
	display:block;
	color:#be1818;
}
.testimonialsHome .companyHome{
	font-size:14px;
	color:#666666;
	text-align:left;
	width:70%;
	float:left;
}





.list_with_icons{}
	.list_with_icons li{
		color:#7b7b7b;
		line-height:20px;
		margin-bottom:0;
	}
		.list_with_icons li span{
			font-family: 'IcoMoon';
			font-size:18px;
			line-height:21px;
			color:#a0a0a0;
			display:inline-block;
			margin-right:7px;
		}

/*Landing Pages
=========*/
.courseTitle {
	color:#666666;
	font-size:16px;
	margin-top: 8px;
}



.subTitle {
	color:#333;
	font-weight:400;
}




.redNotation {
	color: #F00;
}

.rfNotation {
	font-size:12px;
	color:#333333;
}

.cert_req p{
	font-size:18px; 
	font-family: 'Open Sans', sans-serif;
	
	}
	
.cert_req p a:hover{
	color:orange;
	
	}
	
		#resource_bar{
	background-color:none;
	
	}
	#resource_bar:hover{
	background-color:#E9E7E7;
	
	}
	
	
		
	




