/*
CSS STRUCTURE:

1. SITE STRUCTURE and TYPOGRAPHY
2.  PAGES AND CONTENT
3. COMMON
4. MEDIA QUERIES

/*============================================================================================*/

/* 1.  SITE STRUCTURE and TYPOGRAPHY */

/*============================================================================================*/

body {
	background:#f8f8f8 url(assets/images/pattern.jpg) repeat;
	font:13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #555;
	-webkit-font-smoothing: antialiased !important;
    padding-top: 20px;
}
body.home {
  padding-top: 0;
}


/** Typography **/

h1,  h3,  h3,  h4,  h5,  h6 {
	margin: 0 0 10px 0;
	font-family: inherit;
	font-weight: bold;
	line-height: 20px;
	color: inherit;
	text-rendering: optimizelegibility;
}
h1 {
	font-size: 38px;
	line-height: 40px;
}
h2 {
	font-size: 32px;
	line-height:36px;
}
h3 {
	font-size: 24px;
	line-height: 1.125em;
	padding-bottom: 20px;	
	
}
h4 {
	font-size: 18px;
	ine-height:22px;
}
h5 {
	font-size: 14px;
	line-height:14px;
}
h6 {
	font-size: 12px;
}
p {
	margin: 0 0 15px 0;
}
.col-right p {
	margin: 0 0 25px 0;
}
.col-right ul {
	margin: 0 0 10px 0;
}
/** Lists **/

ul,  ol {
	padding: 0;
	margin: 0 0 0;
	list-style:none;
}
ul ul,  ul ol,  ol ol,  ol ul {
	margin-bottom: 0;
}
li {
	line-height: 20px;
}
hr {
	margin: 20px 0;
	border: 0;
	border-top: 1px solid #eeeeee;
}
iframe {
	width:100%;
}
/** Links color **/

a {
	color: #0088cc;
	text-decoration: none;
}
a:hover,  a:focus {
	color: #005580;
	text-decoration: underline;
}
/** Forms **/

textarea,  input[type="text"],  input[type="password"],  input[type="datetime"],  input[type="datetime-local"],  input[type="date"],  input[type="month"],  input[type="time"],  input[type="week"],  input[type="number"],  input[type="email"],  input[type="url"],  input[type="search"],  input[type="tel"],  input[type="color"],  .uneditable-input {
	background-color: #ffffff;
	border: 1px solid #e2e2e2;
	box-shadow:0 0 8px #e3e3e3 inset;
	-webkit-shadow:0 0 8px #e3e3e3 inset;
	-moz-shadow:0 0 8px #e3e3e3 inset;
	-webkit-transition: border linear .2s, box-shadow linear .2s;
	-moz-transition: border linear .2s, box-shadow linear .2s;
	-o-transition: border linear .2s, box-shadow linear .2s;
	transition: border linear .2s, box-shadow linear .2s;
}
.ie7 input.ie7-margin {
	margin-left:-30px;
}
select {
	margin-bottom:20px;
}
input.dateinput {
	width:100%;
}
input#email_newsletter, .form-search input {
	margin-bottom:0;
}
label {
	display: block;
	margin-bottom: 5px;
	font-size:12px;
	font-weight:600;
}
.breadcrumb {
	margin: -15px 0 20px -15px;
	list-style: none;
	background:none;
}
/** Buttons **/

.twitter, .fb {
	position: relative;
	height: 32px;
	width: 157px;
	display: block;
	background: url(assets/images/twitter_btn.png) no-repeat;
	margin-top:15px;
}
.fb {
	width: 157px;
	background: url(assets/images/fb_btn.png) no-repeat;
}
.twitter:active, .fb:active {
	top: 1px;
}
.twitter:hover, .fb:hover {
	background-position: 0 -32px;
}
.twitter a, .fb a {
	padding: 5px 0 0 15px;
	text-shadow: -1px -1px 0px rgba(0,0,0,.3);
	color:#fff;
	font-weight: bold;
	font-size: 12px;
	height: 32px;
	display: block;
	line-height:23px;
}
.fb a {
	padding: 5px 0 0 20px;
}
.twitter, .fb {
	display: inline-block;
}
.twitter a:hover, .fb a:hover {
	color: #FFF;
	text-decoration: none;
}
.btn:hover, .btn:focus {
	color: #fff;
}
a.btn-default,  .btn-default,  #megaMenu #megaST li.menu-item-depth-0 .nav-dd a.btn-default {
	border:none;
	background:#099ad1;
	color:#fff;
	padding:7px 12px;
	text-decoration:none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display:inline-block;
	cursor:pointer;
	font-weight:700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.btn-default:hover, .btn-default:hover, #megaMenu #megaST li.menu-item-depth-0 .nav-dd a.btn-default:hover {
	background:#333;
	color: #ffffff;
}
a.button_large, .button_large, #megaMenu #megaST li.menu-item-depth-0 .nav-dd a.button_large {
	border:none;
	background:#099ad1;
	color:#FFF;
	padding:8px 30px;
	text-decoration:none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display:inline-block;
	cursor:pointer;
	font-weight:700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:18px;
}
a.button_large:hover, .button_large:hover, #megaMenu #megaST li.menu-item-depth-0 .nav-dd a.button_large:hover {
	background:#333;
}
a.button_red_medium, .button_red_medium, #megaMenu #megaST li.menu-item-depth-0 .nav-dd a.button_red_medium {
	border:none;
	background:#ff6666;
	color:#fff;
	padding:7px 12px;
	text-decoration:none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display:inline-block;
	cursor:pointer;
	font-weight:700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}
a.button_red_medium:hover, .button_red_medium:hover, #megaMenu #megaST li.menu-item-depth-0 .nav-dd a.button_red_medium:hover {
	background:#333;
}
a.btn-color,  #megaMenu #megaST li.menu-item-depth-0 .nav-dd a.btn-color {
	border:none;
	background:#ff6666;
	color:#fff;
	padding:2px 8px;
	margin-bottom:15px;
	text-decoration:none;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
	display:inline-block;
	cursor:pointer;
	font-weight:700;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-size:11px;
	line-height: 20px;
}
.btn-color:hover,  #megaMenu #megaST li.menu-item-depth-0 .nav-dd a.btn-color:hover {
	background:#099ad1;
}
.button-align {
	text-align:right;
	padding-top:25px;
}
.button-align-2 {
	float:right;
	margin-top:-30px;
}
/* #Site Header

================================================ */

header {
}
#menu-top {
	float:right;
	color:#d0dbeb;
	font-size:11px;
	margin-right:30px;
	margin-top:5px;
}
#menu-top ul li {
	display:inline-block;
	zoom: 1;
*display: inline;
}
#menu-top ul li a {
	color:#d0dbeb;
}
.ie7 #menu-top ul li a {
	color:#d0dbeb;
	margin-left:5px;
}
/*

nav{

	width:100%;

	background:#0099cc;

	/* Old browsers 

	background:#0099cc -moz-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);

	/* FF3.6+

	background:#0099cc -webkit-gradient(linear,left top,left bottom,color-stop(0%,rgba(255,255,255,.2)),color-stop(100%,rgba(0,0,0,.2)));

	/* Chrome,Safari4+/

	background:#0099cc -webkit-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);

	/* Chrome10+,Safari5.1+

	background:#0099cc -o-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);

	/* Opera11.10+

	background:#0099cc -ms-linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);

	/* IE10+

	background:#0099cc linear-gradient(top,rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%);

	margin-bottom:30px;

	color:#fff;

}

*/



#phone {
	background:url(assets/images/icon-phone.png) no-repeat center right;
	padding-right:46px;
	text-align:right;
	float:right;
	font-size:12px;
	color: #fff;
	margin-top:5px;
}
#phone strong {
	font-size:18px;
	color: #66cccc;
	font-weight:700;
	display:block;
}
/* #Site Footer

================================================ */

footer {
	background-color:#fff;
	color:#666;
	border-top: 1px solid #e0eaf0;
	width:100%;
	padding-top:60px;
	padding-bottom:45px;
}
#brand-footer {
	text-align:center;
}
#contacts-footer ul {
	list-style:none;
	margin-left:0;
}
#contacts-footer ul li {
	line-height:25px;
}
#quick-links ul {
	list-style:none;
	margin-left:0;
}
#quick-links ul li {
	background:url(assets/images/arrow-gray.png) left center no-repeat;
	padding-left:15px;
}
/*============================================================================================*/

/* 2. PAGES AND CONTENT */

/*============================================================================================*/



/* #Homepage

================================================ */

#main-boxes {
	margin-top:-35px;
	position:relative;
	z-index:1;
	margin-bottom:35px;
}
.feat h3 {
	text-shadow: 1px 2px 0px rgba(255,255,255,1);
}
/* #Sliders */

#static-image {
	width:100%;
	max-width:100%;
	margin-top:-20px;
	text-align:center;
	background-color:#0099cc;
}
.feat {
	padding-left:60px;
	position:relative;
	margin-bottom:20px;
}
.feat.last {
	margin-bottom:0px;
}
.feat i {
	color:#F66;
	left:0;
	position:absolute;
}
.icon-3x {
	font-size: 35px;
}
/* #Courses

================================================ */

.col-left {
	padding:30px 30px 15px 30px;
	background-color:#fff;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:30px;
	position:relative;
}
.col-right {
	padding: 30px 15px 15px 15px;
	margin:0px 15px 15px 15px;
	background-color:#fff;
	border: 1px solid #e2e2e2;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-bottom:60px;
	position:relative;
}
.col-left h3 {
	text-transform:uppercase;
	font-size:14px;
	color:#bbbbbb;
	margin:0 0 15px 0;
	padding:0;
	line-height:17px;
}
ul.submenu-col {
	list-style:none;
	margin:0;
	padding:0;
	font-weight:700;
	font-size:14px;
}
ul.submenu-col li a {
	text-decoration:none;
	padding: 4px 10px;
	display:block;
	margin-bottom:3px;
	color: #0088cc;
}
ul.submenu-col li.active a {
	background:#099ad1 url(assets/images/arrow.png) no-repeat 96% center;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#fff !important;
}
ul.submenu-col li a:hover {
	background-color:#efefef;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color:#326e99;
}
.strip-courses {
	background:#eaf9ff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#395070;
	margin-bottom:30px;
}
.strip-courses.gray {
	background:#f8f8f8;
}
.title-course {
	background:#2d343e;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color:#fff;
	position:relative;
}
.title-course h3 {
	font-size: 18px;
	padding: 3px 0 3px 15px;
	color:#fff;
	margin:0;
}
.title-course ul {
	position:absolute;
	color:#fff;
	right:15px;
	top:7px;
}
.title-course ul li {
	display:inline-block;
	font-weight:600;
	margin-left:15px;
	zoom: 1;
*display: inline;
}
.strip-courses .description {
	padding:15px;
}
.strip-courses .description ul {
	margin:0;
	padding:0;
}
.strip-courses .description ul li {
	display: inline-block;
	font-weight:600;
	margin-right:8px;
	padding-right:8px;
	border-right: 1px solid #ccc;
	line-height:16px;
	zoom: 1;
*display: inline;
}
.strip-courses .description ul li.online {
	color:#ff6666;
}
.strip-courses .description ul li:last-child {
	border-right: none;
}
.box-style-one {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#eaf9ff;
	position:relative;
	text-align:center;
	margin-bottom:20px;
}
.box-style-one .color-icon {
	padding: 30px 0 15px 0;
	font-size: 70px;
	display: block;
	color: #099ad1;
}
.box-style-one img {
	margin: 0;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
.box-style-one h5 {
	background:#2d343e;
	bottom:0;
	left:0;
	padding:4px 0;
	color:#eaf9ff;
	text-transform:uppercase;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.strip-lessons {
	border-bottom: 1px solid #eeeeee;
	margin-bottom:30px;
	padding-bottom:10px;
}
ul.data-lessons {
	margin-left:0;
	padding-left:0;
}
ul.data-lessons li {
	display:inline-block;
	margin-right:8px;
	padding-right:8px;
	border-right: 1px solid #ccc;
	line-height:16px;
	zoom: 1;
*display: inline;
}
ul.data-lessons li:last-child {
	border-right: none;
}
/* #Staff

================================================ */

.strip-staff {
	border-bottom: 1px solid #eeeeee;
	margin-bottom:25px;
	padding-bottom:25px;
}
.strip-staff .pic-teacher {
	position:relative;
	margin-bottom:15px;
	padding: 0;
}
.strip-staff h5 em {
	display:block;
	font-weight:normal;
	color:#777;
	font-size:12px;
}
ul.data-staff {
	margin-left:0;
	padding-left:0;
}
ul.data-staff li {
	font-weight:700;
	display:inline-block;
	margin-right:3px;
	padding:8px 12px;
	background-color:#f8f8f8;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align:center;
	zoom: 1;
*display: inline;
}
ul.data-staff li i {
	margin:auto;
}
ul.data-staff li a:hover {
	text-decoration:none;
}
/* #News and event

================================================ */

.news-strip ul {
	margin:0;
	padding:0;
}
.news-strip ul li {
	cursor:pointer;
	list-style:none;
	margin:0;
	padding:0;
	padding: 20px 0 0 0;
	margin-bottom:15px;
}
.news-strip ul li a {
	text-decoration:none;
}
.news-strip ul li:hover {
	background-color:#eaf9ff;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.date-news {
	float:left;
	background:#f8f8f8;
	text-align:center;
	width:80px;
	height:80px;
	padding-top:20px;
	color:#999;
	font-size:12px;
	border:1px solid #fff;
	font-weight:700;
	-webkit-border-radius: 500px;
	-moz-border-radius: 500px;
	border-radius: 500px;
	box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0 0 0 4px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
	text-shadow: -1px -1px 0px rgba(255,255,255,1);
	margin:0 15px 10px 10px;
}
.date-news strong {
	display:block;
	font-size:24px;
	color:#333;
}
/* #Blog

================================================ */

.widget_tag_cloud a {
	display:inline-block;
	margin:5px 14px 10px 0;
	height:33px;
	line-height:33px;
	background: #ededed url(assets/images/tag_bg.png) no-repeat 91% center;
	padding:0 28px 0 11px;
	color:#646464;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	-moz-border-radius-bottomright: 20px;
	border-top-right-radius: 20px;
	border-bottom-right-radius: 20px;
	transition: background .5s ease;
	-moz-transition: background .5s ease;
	-webkit-transition: background .5s ease;
	-o-transition: background .5s ease;
}
.widget_tag_cloud a:hover {
	background-color:#099ad1;
	color:#fff;
	text-decoration:none;
}
ul.recent_post li, ul.latest_news li {
	padding:0 0 8px 0;
	margin-bottom:15px;
	border-bottom:1px #e7e7e7 dotted;
	color:#313131;
	list-style:none;
	line-height:18px;
	padding-bottom:15px;
	color:#888;
	font-style:italic;
}
ul.recent_post li div.text, ul.latest_news li div.text {
	font-weight:700;
	padding-left:25px;
	font-style:normal
}
ul.recent_post li:last-child, ul.latest_news li:last-child {
	border-bottom:0;
	margin-bottom:0;
}
.post {
	margin-bottom:45px;
}
.post img {
	margin-bottom:18px;
}
.post h2 {
	font-size:36px;
	line-height:36px;
}
.entry-meta {
	padding:10px 0;
	border-bottom:1px #e7e7e7 solid;
	border-top:1px #e7e7e7 solid;
	margin-bottom:12px;
	color:#555;
}
.entry-meta span.txt {
	color:#ff6666;
}
.post img {
	border-radius:5px;
}
.post-left {
	float:left;
}
.post-left ul li {
	float:left;
	margin-right:10px;
	list-style:none;
}
.post-right {
	float:right;
}
#comments {
	padding:10px 0 0px 0;
	margin-bottom:15px;
}
#comments ul {
	padding:0;
	margin:0;
	list-style:none;
}
#comments ol {
	padding:0;
	margin:0;
	list-style:none;
}
#comments li {
	padding:0 0 23px 0;
	list-style:none;
}
.avatar {
	float:left;
	margin-right:11px;
}
.avatar img {
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
}
.comment_right {
	display:table;
}
.comment_info {
	padding-bottom:7px;
}
.comment_info span {
	padding:0 12px;
}
#comments ol li ul li {
	padding:23px 0 0 30px;
	margin:0;
}


.blog ul.st-pagination li.active a {
	z-index: 2;
	color: #ffffff;
	cursor: default;
	background-color: #428bca;
	border-color: #428bca;
}


.blog ul.st-pagination li {
position: static; 
padding-left: 30px;
list-style: none;
}

.blog ul.st-pagination li:before {
background-color: transparent;
}

.blog a.btn-default {padding-top: 0.75em;}

/*============================================================================================*/

/* 3. COMMON */

/*============================================================================================*/

.add-bottom-20 {
	margin-bottom:30px;
}
#toTop {
	width:100px;
	border:1px solid #ccc;
	background:#f7f7f7;
	text-align:center;
	padding:5px;
	position:fixed;
	bottom:10px;
	right:10px;
	cursor:pointer;
	display:none;
	color:#333;
	font-size:11px;
}
hr.double {
	margin: 10px 0 20px 0;
	border: 0;
	border-top: 1px solid #cedee7;
	border-bottom: 1px solid #ffffff;
}
ul.list_1, ul.list_2, ul.list_3, ul.list_4 {
	padding-bottom:15px;
}
ul.list_1 li {
	background:url(assets/images/tick_1.png) no-repeat left 3px;
	line-height:18px;
	padding-left:20px;
}
ul.list_2 li {
	background:url(assets/images/arrow_2.png) no-repeat 3px 5px;
	line-height:18px;
	padding-left:20px;
}
ul.list_3 li {
	background:url(assets/images/arrow_3.png) no-repeat 5px 7px;
	line-height:18px;
	padding-left:20px;
}
ul.list_4 li {
	background:url(assets/images/arrow_4.png) no-repeat 4px 6px;
	line-height:18px;
	padding-left:20px;
}
.borders:after,  .borders:before {
	content: '';
	position: absolute;
	display: block;
	height: 1px;
	bottom: -2px;
	left: 3px;
	right: 3px;
	background-color: #ffffff;
	-webkit-border-radius: 0 0 3px 3px;
	-moz-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
	border: 1px solid #e2e2e2;
	border-top: 0;
}
.borders:before {
	bottom: -4px;
	left: 6px;
	right: 6px;
}
.box-style-1 {
	padding:30px 30px 10px 30px;
	background: #eaf9ff;
	box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
	-webkit-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
	-moz-box-shadow: inset 0 0 0 5px rgba(200, 200, 200, 0.1), 0 0 3px 0 rgba(0, 0, 0, 0.35);
	border:1px solid #fff;
	margin-bottom:20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#2e415c;
	position:relative;
}
.box-style-1.ribbon {
	background: #eaf9ff url(assets/images/sticker-1.png) no-repeat top right;
}
.box-style-2 a {
	color:#fff;
	display:block;
	font-size:14px;
	text-shadow: 1px 1px 0px rgba(0,0,0,.3);
	padding:25px 25px 5px 25px;
	text-decoration:none;
	font-weight:700;
	-webkit-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
	-moz-box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
	box-shadow: 0 10px 12px -6px rgba(000, 000, 000, 0.4), inset 0 0 0 5px rgba(255, 255, 255, 0.1);
	transition: background .8s ease;
	-webkit-transition: background .8s ease;
	-moz-transition: background .8s ease;
	margin-bottom:15px;
	background: #0099cc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}
.box-style-2 a:hover {
	color: #ffffff;
}
.box-style-2 img {
	float:right;
	margin: 0 0 15px 20px
}
.box-style-2 h3 {
	color: #FF9;
	font-size:28px;
}
.box-style-2.green a:hover {
	background: #669933;
}
.box-style-2.orange a:hover {
	background: #F60;
}
.box-style-2.red a:hover {
	background: #ff6666;
}
/* #Table style*/

.table-bordered thead tr {
	background-color: #e6e6e6;
	background-image: -moz-linear-gradient(top, #eeeeee, #dadada);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#eeeeee), to(#dadada));
	background-image: -webkit-linear-gradient(top, #eeeeee, #dadada);
	background-image: -o-linear-gradient(top, #eeeeee, #dadada);
	background-image: linear-gradient(to bottom, #eeeeee, #dadada);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#ffdadada', GradientType=0);
}
.table-bordered thead tr th {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: 600;
	color: #444;
	border-left: 1px solid #F1F1F1;
	border-right: 1px solid #CCC;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}
.table-bordered thead tr th:first-child {
	border-left-color: #CCC;
}
.table-bordered thead tr th:last-child {
	border-right: none;
}
.table-bordered tbody tr:first-child td {
	border-top-color: #CCC;
}
.table-bordered tbody tr td {
	border-left: 1px solid #FFF;
	border-right: 1px solid #DDD;
}
.table-bordered tbody tr td:first-child {
	border-left-color: #DDD;
}
.table-bordered tbody tr td:last-child {
	border-right: none;
}
.table-bordered thead tr {
	background: #EEE;
	background: -moz-linear-gradient(top, #eeeeee 0%, #dadada 100%);
	/* FF3.6+ */



  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #eeeeee), color-stop(100%, #dadada));
	/* Chrome,Safari4+ */



  background: -webkit-linear-gradient(top, #eeeeee 0%, #dadada 100%);
	/* Chrome10+,Safari5.1+ */



  background: -o-linear-gradient(top, #eeeeee 0%, #dadada 100%);
	/* Opera11.10+ */



  background: -ms-linear-gradient(top, #eeeeee 0%, #dadada 100%);
	/* IE10+ */



  background: linear-gradient(top, #eeeeee 0%, #dadada 100%);
	/* W3C */



  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA')";
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#EEEEEE', endColorstr='#DADADA');
}
.table-bordered thead th {
	padding-top: 10px;
	padding-bottom: 10px;
	font-size: 13px;
	font-weight: 400;
	color: #444;
	border-left: 1px solid #F1F1F1;
	border-right: 1px solid #CCC;
	-moz-box-shadow: inset 0 1px 0 #ffffff;
	-webkit-box-shadow: inset 0 1px 0 #ffffff;
	box-shadow: inset 0 1px 0 #ffffff;
}
.table-bordered thead th:first-child {
	border-left-color: #CCC;
}
.table-bordered thead th:last-child {
	border-right: none;
}
.table-bordered tbody td {
	border-left: 1px solid #FFF;
	border-right: 1px solid #DDD;
}
.table-bordered tbody tr td:first-child {
	border-left-color: #DDD;
}
.table-bordered tbody tr td:last-child {
	border-right: none;
}
#message-newsletter, #message-visit, #message-contact {
	margin: 10px 0;
	padding: 0;
}
.error_message {
	display: inline-block;
	background: #ed1c24;
	padding: 5px;
	color:#fff;
}
.loader {
	padding: 0 10px;
}
#success_page {
	background: #66cc00;
	padding: 5px;
	color:#fff;
	display: inline-block;
}
span.required {
	font-size: 13px;
	color: #ff6666;
} /* Select the colour of the * if the field is required. */
.main-img {
	margin:-30px -30px 30px -30px;
	overflow:hidden;
	position:relative;
}
.main-img p.lead {
	background-color:#000;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha(opacity=70);
	opacity:0.7;
	position: absolute;
	bottom:-25px;
	padding:15px 20px;
	color:#fff;
	line-height:24px;
}
.main-img img {
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
/* javascripts */

a.accrodian-trigger {
	display:block;
	margin:5px 0;
	background: #f5f5f5 url(assets/images/plus.png) no-repeat center right;
	cursor:pointer;
	font-size:16px;
	padding:5px 15px;
	line-height:32px;
	transition: background .5s ease;
	margin-bottom:5px;
}
a.accrodian-trigger:hover {
	text-decoration:none;
	background:#099ad1 url(assets/images/plus.png) no-repeat center right;
	color:#fff;
}
a.accrodian-trigger:focus {
	text-decoration:none;
	background:#099ad1 url(assets/images/minus.png) no-repeat center right;
	color:#fff;
}
.accrodian-data {
	padding:0 15px;
}
.togglehandle {
	background: #f5f5f5 url(assets/images/plus.png) no-repeat center right;
	padding:8px 15px;
	border:1px solid #D6D4CB;
	cursor:pointer;
	display:block;
	margin-bottom:5px;
	font-size:16px;
}
.toggledata {
	padding:0 15px;
}
/* messages */

.errormsg, .alertmsg, .successmsg, .infomsg, .infomsg2 {
	display: block;
	margin: 20px 0;
	padding: 15px 8px 15px 15px;
	position: relative;
	color:#666666!Important;
}
.alert i {
	float:left;
	line-height:22px;
}
.errormsg {
	background-color: #FCCAC1;
	border: 1px solid #E18B7C;
}
.errormsg i {
	color:#E18B7C;
}
.alertmsg {
	background-color: #FFE9AD;
	border: 1px solid #EAC572;
}
.alertmsg i {
	color:#EAC572;
}
.successmsg {
	background-color: #EFFEB9;
	border: 1px solid #C1D779;
}
.successmsg i {
	color:#C1D779
}
.infomsg {
	background-color: #DEEEFA;
	border: 1px solid #AFD3F2;
}
.infomsg i {
	color: #AFD3F2;
}
.infomsg2 {
	background-color: #FFFFFF;
	border: 1px solid #AFD3F2;
}
a.clostalert {
	background: url("assets/images/messages.png") no-repeat scroll 0 -310px transparent;
	cursor: pointer;
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	text-indent: 9999px;
	top: 5px;
	width: 15px;
}
/* tabs */

.tab-content {
	overflow: auto;
	margin-bottom:20px;
}
/* #ie10 BORDER RADIUS FIXED*/

.ie10 .col-left, .ie10 .col-right, .ie10 ul.submenu-col li a#active, .ie10 .strip-courses, .ie10 .title-course, .ie10 .box-style-one, .ie10 .box-style-one img.picture, .ie10 .box-style-one h5, .ie10 ul.data-staff li, .ie10 .news-strip ul li:hover, .ie10 .date-news, .widget_tag_cloud a, .ie10 .post img, .ie10 .avatar img, .ie10 .box-style-1, .ie10 .main-img img, .ie10 a.button_medium, .ie10 .button_medium, .ie10 .megamenu > li .drop-down-container a.button_medium, .ie10 a.button_large, .button_large, .ie10 .megamenu > li .drop-down-container a.button_large, .ie10 a.button_red_medium, .ie10 .button_red_medium, .ie10 .megamenu > li .drop-down-container a.button_red_medium, .ie10 .button_red_small, .ie10 a.button_red_small, .ie10 .megamenu > li .drop-down-container a.button_red_small, .ie10 .img-rounded, .ie10 .megamenu > li .drop-down-container, .ie10 .drop-down-container ul.tabs a, .ie10 .drop-down-container#icon-menu a, .ie10 .box-style-1, .ie10 .box-style-2 a {
	border-radius: 0;
}
.ie10 select,  .ie10 textarea,  .ie10 input[type="text"],  .ie10 input[type="password"],  .ie10 input[type="datetime"],  .ie10 input[type="datetime-local"],  .ie10 input[type="date"],  .ie10 input[type="month"],  .ie10 input[type="time"],  .ie10 input[type="week"],  .ie10 input[type="number"],  .ie10 input[type="email"],  .ie10 input[type="url"],  .ie10 input[type="search"],  .ie10 input[type="tel"],  .ie10 input[type="color"],  .ie10 .uneditable-input {
	border-radius: 0;
}
/* Elements Widget */

.widget {
}
.widget .widget-title {
	text-transform: uppercase;
	font-size: 14px;
	color: #bbbbbb;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 17px;
}
.footer .widget .widget-title {
	text-transform: none;
	font-size: 14px;
	color: #000000;
	margin: 0 0 15px 0;
	padding: 0;
	line-height: 17px;
	font-size: 18px;
}
input#email_newsletter, .form-search input {
	margin-bottom:0;
}

/* ----------- Vel's custom styles -------------- */

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

.home .main-wrapper .container {
  width: auto;
  max-width: none;
  padding: 0;
}
.home .main-wrapper .col-lg-12 {
  padding: 0;
}
.home .main-wrapper .row {
  margin-left: 0;
    margin-right: 0;
}


.home .wrapper {
  max-width: 1170px;
  margin: 0 auto;
  overflow: hidden;
}
.home .ls-slide p {
  margin: 0 auto !important;
}
.home .ls-slide .content {
  display: block;
  width: 50%;
  padding: 190px 15px 0;
  font-size: 2em;
  line-height: 1.33;
  font-weight: 300;
}
.home .ls-slide a[rel="wp-video-lightbox"] {
  display: block;
  width:377px;
  line-height: 48px;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #ffd466;
  color: #b7880b;
  font-size: .5em;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 1.5em;
}
.home .ls-inner {
  background-size: cover;
}
.home header {
    position: absolute;
    width: 100%;
    z-index: 999;
    top: 20px;
}
header .header-wrapper {
 background-color: rgba(23,49,64,.85);
}


.home .cta-box {
  float: left;
  width: 33.333%;
  text-align: center;
  height: 255px;
  padding: 50px 30px 0;
  color: #fff;
}
.home #my-courses {
  border-left: 1px solid #f8f7f4;
  border-right: 1px solid #f8f7f4;
  background: url(../images/my-courses-bg.jpg) 0 0 no-repeat;
}
.home #courses-number {
  background: url(../images/courses-number-bg.jpg) 0 0 no-repeat;
}
.home #why-saylor {
  background: url(../images/why-saylor-bg.jpg) 0 0 no-repeat;
}
.home .cta-box h3, #courses-intro h3 {
  text-transform: uppercase;
  font-size: 1.67em;
  letter-spacing: 3px;
}
.home .cta-box h3 {
  letter-spacing: 1.4px;
}


.home .cta-box h3 span {
  display: block;
}


.home .cta-box .lato-l {
  font-weight: 300;
  font-size: 1.22em;
}
.home .cta-box a {
  text-transform: uppercase;
  font-weight: bold;
  color: #ffd466;
}
.home .cta-box a:after {
  font-family: 'web_symbolsregular';
  margin-left: .4em;
  content: '\005D';
  vertical-align: top;
}
#my-courses p {
  margin-bottom: .5em;
}


#courses-intro {
  margin: 50px auto 0;
  max-width: 775px;
  text-align: center;
  line-height: 1.3;
}
#recent-posts {
  margin: 2em 0;
  line-height: 1.5;
}


#recent-posts .post {
  overflow: hidden;
  margin: 0;
  padding: 2.11em 0;
}
#recent-posts .post:nth-child(2n+1) {
  background-color: #e2e1de;
}

#recent-posts img.align-left {
  position: absolute;
  left: 0;
  top: 5px;
}
#recent-posts .fi {
  padding-left: 170px;
  position: relative;
  min-height: 150px;
}
#recent-posts h3 {
  font-weight: 900;
}
#recent-posts .date {
  padding: 10px 0;
}


#recent-posts h3 a {
  color: #173140;
}
#recent-posts .moretag {
  font-weight: bold;
}
body {
 background: #f8f7f4 url(../images/page-bg.jpg) 0 0 repeat-x;
}
body.page .page-title, body.single .page-title {
 margin: 20px 0 40px;
 text-align: center;
 text-transform: uppercase;
 font-size: 2.0em;
 line-height: normal;
 letter-spacing: 7px;
}
.bcn-wrap {
  background-color: #898989;
  padding: 1em 0;
  text-transform: uppercase;

  color: #fff;
}
.st-breadcrumb {
font-size: 0.78em;
}


.st-breadcrumb a, .st-breadcrumb .div {
  color: #70f083;
  text-decoration: none;
}
.st-breadcrumb a:hover {
  color: #70f083;
  text-decoration: underline;
}
.sidebar-left {
  padding: 0;
}
.wrap-sidebar, .main-wrapper .wrap-primary {
    background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 0;
    padding: 0;
}
.main-wrapper .main-content {
  font-size: 1.0em;
  line-height: 1.5;
}
.home .main-wrapper .main-content {
  font-size: 1em;
  line-height: normal;
}

.main-wrapper .main-content ul {

  line-height: 1.5;
}

.main-wrapper .main-content p{
  font-size: 0.85em;
}

.page .main-wrapper .main-content p {
  margin-bottom: 1em;
}
.page .main-wrapper .main-content h2 {
 font-size: 1.25em;
 text-transform: uppercase;
 letter-spacing: 3px;
 margin-bottom: .8em;
}
.page .main-wrapper .main-content h3 {
  font-size: 1em;
  font-weight: 900;
  margin-bottom: 1em;
}
.main-content .meta {
  font-size: 0.58em;
  text-transform: uppercase;
}
.meta .date, .entry-meta span.txt {
  color: #898989;
  font-weight: normal;
}
.meta .author {
  font-weight: bold;
}
.single .entry-title {
  font-size: 1.50em;
  font-weight: normal;
  line-height: 1.2;
}
.single .entry-title a {
  color: #3a4e5a;
}
.entry-meta {
  border: none;
  padding: 0;
  color: #3a4e5a;
  margin-bottom: 1.5em;
  font-size: 0.58em;
  text-transform: uppercase;
  font-weight: bold;
}
.sidebar-left .widget, .sidebar-left .widget:first-child {
  font-size: 1.11em;
  padding-left: 15px;
}
.sidebar-left .widget li {
  padding:0 0 0 15px;
  margin-bottom: 1em;
  position: relative;
}
.sidebar-left .widget li:before {
  width: 8px;
  height: 8px;
  position: absolute;
  left: 0;
  top: 6px;
  -webkit-border-radius: 50%;
-moz-border-radius: 50%;
border-radius: 50%;
background-color: #3a4e5a;
content: '';
}
.sidebar-left .widget .current_page_item a, .sidebar-left .widget a:hover {
  color: #3a4e5a;

  text-decoration: none;
}
 .sidebar-left .widget .current_page_item a{
cursor: default;
 }


.main-content ul, .main-content ol {
  margin-bottom: 1.5em;
}
.main-content li {
  line-height: 1.3;
  margin-bottom: 1em;
}
.main-content li:last-child {
  margin-bottom: 0;
}


.main-content ol {
    counter-reset:li;
}
.main-content ol > li, .main-content ul li {
  position:relative;
	margin: .2em 0;
  padding-left: 30px;
	padding-top: 5px;
}

.main-content ol > li:before {
content:counter(li);
    counter-increment:li;
    position:absolute;
    top:-2px;
    left:0;
    width:30px;
    color:#898989;
    font-weight:bold;
}
.main-content ul li:before {
  width:14px;
  height: 14px;
  position: absolute;
  left: 4px;
  top: 10px;
  display: block;
  content: '';
}
.main-content ul > li:before {
  background-color: #898989;
}
.main-content ul > li > ul li:before {
  border: 1px solid #898989;
  background-color: transparent;
}
.main-content ul ul {
  padding-top: 1em;
}
.main-content blockquote {
  border: none;
  margin:  2em 0;
  padding: .5em 3em;
  font-family: 'Arvo', serif;
  text-align: center;
  color: #3a4e5a;
  background: url(../images/open-q.svg) 0 0 no-repeat, url(../images/close-q.svg) 100% 100% no-repeat;
}
.main-content blockquote p {
font-size: 1.67em;
}
.main-content blockquote p:last-child {
  margin-bottom: 0 !important;
}
.main-content img {
  border: 1px solid #c2c2c2;
}
.wp-caption p.wp-caption-text {
  font-size: .75em;
  text-align: center;
  padding-top: .8em;
  line-height: 1.1;
}


.header-wrapper {
  padding: 20px 0;
}

.main-nav-outer-wrapper {
  float: left;
  width: auto;
  background: transparent !important;
  vertical-align: middle;
  margin:18px 0 0 40px;
}
#megaMenu #megaST li.menu-item-depth-0 {
  line-height: 44px;
  padding-left: 7px;
}
#megaMenu #megaST li.item-parent a.link-depth-0 .st-icon-arrow {
  padding: 0;
  width: auto;
}


#megaMenu #megaST li a.link-depth-0 .st-icon-arrow:before {
  color: #469dcd;
  padding: 0 7px 0 5px;
  font-family: 'web_symbolsregular';
  content: '\007B';
  display: inline-block;
  vertical-align: middle;
  font-size: 1em;
}


#megaMenu #megaST li.menu-item-depth-0 a.link-depth-0:link, #megaMenu li.menu-item-depth-0 a.link-depth-0:visited {
  padding:0 7px;
}
#megaMenu #megaST li.menu-item-depth-0 a.link-depth-0:link, #megaMenu li.menu-item-depth-0 a.link-depth-0:visited {
  line-height: 44px;
}

.page-id-92030 .sidebar h5 {
  font-size: .8em;
  margin: 1em 0;
}
.page-id-92030 .main-content h6 {
  font-size: 1.2em;
  text-transform: uppercase;
  margin-bottom: .8em;
}
.page-id-92030 .main-content h5 {
  font-size: 1.05em;
  margin-bottom: .8em;
}
.page-id-92030 .main-content h3 {
  font-size: 1em;
  margin-bottom: .8em;
}
.page-id-92030 .main-content li {
  margin: .2em 0;
}


.page-id-92030 .main-content li a {
  color: #3a4e5a;
  text-decoration: none;
}
.page-id-92030 .main-content li a:hover {
  text-decoration: underline;
}


.page-id-92030 .main-content li img {
  border: none;
}

label, #respond .form-line .input-group-addon {
  display: inline-block;
  vertical-align: top;
  width: 30%;
  max-width: 180px;
  text-align: right;
  font-size: .75em;
  margin-bottom: 1em;
  min-height: 37px;
  font-weight: bold;
  line-height: 1.5;
}
input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input {
	border: 1px solid #b7b7b7;
	box-shadow: none;
	-webkit-shadow:none;
	-moz-shadow:none;
	-webkit-transition: border linear .2s;
	-moz-transition: border linear .2s;
	-o-transition: border linear .2s;
	transition: border linear .2s;
    -webkit-border-radius: 4px !important;
-moz-border-radius: 4px !important;
border-radius: 4px !important;
width: 50%;
max-width: 300px;
height: 37px;
padding: 0 10px;
vertical-align: middle;
margin: 0 0 1em 1em;
}
a.btn-default, .btn-default, #respond #submit, #comments input#submit {
  background-color: #8ed334;
  padding: 0 3.06em;
  height: 2.67em;
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px;
  color:#537f1a;
  font-size: .75em;
  text-transform: uppercase;
  font-weight:bold;
}
a.btn-default:hover, .btn-default:hover, #megaMenu #megaST li.menu-item-depth-0 .nav-dd a.btn-default:hover,
#respond #submit:hover, #comments input#submit:hover {
	background-color:#469dcd;
	color: #ffffff;
}
.form-allowed-tags {
  font-size: .7em;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
  border: none;
  -webkit-border-radius: 0; -moz-border-radius: 0; border-radius: 0;
  background-color: transparent;
}
.input-group .form-control {
  margin-bottom: 1em;
}
.input-group-addon {
  padding: 0;
  line-height: normal;
}
.comment-form-comment label {
  width: auto;
  margin-bottom: .3em;
}

/* custom global residual from previous template */
#aos_listing li {
	float: left;
	margin: 0 25px 25px 0;
}




/* Custom Header Styles */

header .header-wrapper {
    background-color: rgba(0, 55, 69, .85);
}

/*-- Custom Primary Navigation Styles --*/

.main-nav-outer-wrapper {
    margin: 18px 0 0 35px;
}

#megaMenu #megaST li a.link-depth-0 .st-icon-arrow:before {
    font-size: 1.35em;
}

#megaMenu #megaST li.menu-item-depth-0.item-parent a.link-depth-0 {
    background-image: none !important;
}

#megaMenu #megaST li.menu-item-depth-0 a.link-depth-0 {
    font-weight: 300;
    text-transform: inherit;
}

#megaMenu #megaST li.menu-item-depth-0 a.link-depth-0:link, #megaMenu li.menu-item-depth-0 a.link-depth-0:visited {
    font-size: 24px;
}

/* -- Custom Mobile Primary Navigation Styles -- */

#megaMenu #megaMenuToggle {
    color: #99ff33;
}

#megaMenu #menuMobile li a.link-depth-0 {
    font-size: 15px;
    font-weight: 400;
}

#menu-top {
    color: #ffffff;
    font-size: 14px;
    text-align: right;
    margin-right: 0px;
}

#menu-top ul li {
    display: block;
}

#menu-top ul li a {
    color: #ffffff;
}

ul#nav-menu li#menu-item-92021 a {
  color: #70f083;
  padding-bottom: 10px;
  font-weight: 800;
}

ul#nav-menu li#menu-item-92021 a:before {
    content: "w";
    font-family: 'web_symbolsregular';
    margin-right: 0.3em;
    text-transform: none;
    vertical-align: inherit;
}

.home .cta-box {
    padding-top: 25px;
}


.home .cta-box a {
    color: #70f083;
}

.page .main-wrapper .main-content h3 {
    font-size: 1.65em;
    margin-bottom: 0;
    font-weight: 700;
}

.home .cta-box h3, #courses-intro h3 {
    font-size: 3.3em;
  font-weight: 700;
  line-height: normal;
}

/* Custom Homepage Slide Styles */

#home-slide-btn {
    background-color: #1d9f4a;
  text-transform: uppercase;
  font-weight: 700;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  	text-align: center;
  width: 377px;
  font-size: 1.65em;
  height: 65px;
  line-height: 65px;
}

#home-slide-btn a {
    color: #ffffff;
}


#home-slide-video-btn {
    background-color: #1d9f4a;
  text-transform: uppercase;
  font-weight: 700;
    color: #ffffff;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
  	text-align: center;
  width: 377px;
  font-size: 24px;
  line-height: 25px;
  padding-top: 20px;
}

.home .ls-slide a[rel="wp-video-lightbox"] {
    background-color: #1d9f4a;
    color: #005320;
  font-size: 18px;
    display: inline;
    font-weight: inherit;
    line-height: 45px;
    text-align: inherit;
    text-transform: inherit;
}

.home .ls-slide a[rel="wp-video-lightbox"]:after {
    content: "]";
    font-family: 'web_symbolsregular';
    margin-left: 0.4em;
    vertical-align: top;
}


.home #my-courses {
    background: url("/site/wp-content/uploads/2014/08/my-courses-bg.jpg") 0 0 no-repeat;
}

.home #courses-number {
    background: url("/site/wp-content/uploads/2014/08/courses-number-bg.jpg") 0 0 no-repeat;
}

.home #why-saylor {
    background: url("/site/wp-content/uploads/2014/08/why-saylor-bg.jpg") 0 0 no-repeat;
}


/*-- Custom Footer Styles --*/
footer {
    /* background: url("/site/wp-content/uploads/2014/08/footer-bg-photo.jpg") no-repeat scroll center top; */
    border-top: 0px;
    color: #fff;
    background-color: #003744;
}

footer a {
    color: #70f083;
}

.footer-widget {
  font-size: 0.8em;
}

.footer-widget #text-10 {
  margin-left: 40px;
}

.footer-widget ul.footer-nav {
    font-size: 1.25em;
    font-weight: 600;
}

.footer-widget ul li {
    line-height: 30px;
}

.footer-share {
  text-align: center;
  margin-top: 30px;

}

.footer-share .fb {
  background: url("/site/wp-content/uploads/2014/08/footer-icon-fb.png") no-repeat;
}

.footer-share .twitter {
  background: url("/site/wp-content/uploads/2014/08/footer-icon-twitter.png") no-repeat;
}

.footer-share .gplus {
  background: url("/site/wp-content/uploads/2014/08/footer-icon-gplus.png") no-repeat;
}
.footer-share .linkedin {
  background: url("/site/wp-content/uploads/2014/08/footer-icon-linkedin.png") no-repeat;
}
.footer-share .reddit{
  background: url("/site/wp-content/uploads/2014/08/footer-icon-redit.png") no-repeat;
}
.footer-share .contact {
  background: url("/site/wp-content/uploads/2014/08/footer-icon-contact.png") no-repeat;
}
.footer-share .share-this {
  background: url("/site/wp-content/uploads/2014/08/footer-icon-share-this.png") no-repeat;
}
.footer-share .fb, .footer-share .twitter, .footer-share .gplus, .footer-share .linkedin, .footer-share .reddit, .footer-share .contact, .footer-share .share-this {
    display: inline-block;
    height: 32px;
    text-indent: -9999px;
    width: 32px;
	margin: 15px 8px;
}


#toTop {
    background-color: #1d9f4a;
    border: none;
  text-transform: uppercase;
  font-weight: 800;
    color: #005320;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.page-id-54294 .main-wrapper .main-content {
    font-size: 1em;
    line-height: 1.3;
}
.page-id-54294 .widget-title, .page-id-92030 .widget h3 {
  font-size: 1em;
  margin-bottom: 1em;
  letter-spacing: 2px;
  color: #898989;
  text-transform: uppercase;
}
.course-wrap {
   margin-bottom: 1.5em;
   padding: 20px;
   overflow: hidden;
   position: relative;
   -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #e2e1de;
}
.page-id-54294 .course-wrap h3 {
  color: #469dcd;
  font-weight: 900 !important;
  font-size: 1.33em !important;
  margin:0 0 .7em !important;
  line-height: 1;
}
.course-wrap .date {
  font-weight: 900;
  line-height: 1;
  font-size: 0.78em;
  padding-left: 20px;
  background: url(../images/calendar-alt-stroke.svg) 0 0 no-repeat;
  margin-bottom: 1em;
}
.course-wrap p {
  line-height: 1.1;
  margin-bottom: 1.2em;
}
.course-wrap .stat {
  float: left;
  font-weight: 900;
  padding-top: 10px;
}
.course-wrap .stat span {
  display: inline-block;
}
.course-wrap .lessons {
  padding-left: 17px;
  background: url(../images/uniF301.svg) 0 50% no-repeat;
}
.course-wrap .level {
  padding-left: 18px;
  background: url(../images/layers.svg) no-repeat 0 50%;
  margin: 0 20px 0 15px;
}
.course-wrap .online {
  color: #537f1a;
  padding-left: 19px;
  background: url(../images/online.svg) 0 50% no-repeat;
}


.course-wrap .btn-green {
  float: right;
  width: 208px; line-height: 46px; -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #1d9f4a;
-webkit-box-shadow: -2px 2px 3px #cbcac4; -moz-box-shadow: -2px 2px 3px #cbcac4; box-shadow: -2px 2px 3px #cbcac4;
color: #005320;
font-weight: bold;
text-transform: uppercase;
text-align: center;
}
.course-wrap .id {
  position: absolute;
  top:55px;
  right: 20px;
  font-weight: 900;
  font-size: .78em;
  padding-left: 17px;
  background: url(../images/pin.svg) 0 0 no-repeat;
}
.page-id-92030 .main-wrapper .main-content h3 {
    font-size: 1em;
    margin-bottom: 1em;
    font-weight: 900;
}
body.page-id-92030 {
  background: url(../images/career-related-courses-bg.jpg) 50% 0 no-repeat, url(../images/page-bg.jpg) 0 0 repeat-x;
}
body.page-id-92030 .page-title {
  color: #fff;
  letter-spacing: 1px;
  margin: 0;
  min-height: 300px;
  padding-top: 8%;
}
.page-id-92030 .layout-title {
  margin-bottom: 0;
}
.page-id-92030 .main-wrapper {
 padding-top: 20px;
 background-color: #f8f7f4;
}
.page .main-wrapper .main-content .post-92030 h2 {
  font-size: 1.5em; font-weight: 800; text-transform: none; letter-spacing: normal;
  margin-top: 0;
}
.main-wrapper-inner {
  padding-top: 50px;
}

.single-courses .main-wrapper .main-content {
    font-size: 1em;
    line-height: 1.3;
}

.single-courses .entry-content {
  -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; background-color: #e2e1de;
  padding: 20px;
}


.single-courses .toggle-content.closed {
  display: none;
}

.single-courses .border {
  color:#469dcd;
  font-weight: 900;
  font-size:1.33em;
  margin: 0 0 5px;
  padding:5px 65px 15px 0;
  border-bottom: 1px solid #c8c8c6;
  position: relative;
  cursor: pointer;
}
.single-courses .border a.showlink,
.single-courses .border a.closelink {
  font-weight: normal;
  font-size: 0.75em;
  text-transform: uppercase;
  position: absolute;
  top: 5px;
  right: 0;
	margin-top: 0;
}


.single-courses .toggle-content {
  background-color: transparent;
}



.single-courses .unit-nav {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
    border-radius: 5px;
	list-style-type: none;
	list-style:none;
	overflow: hidden;
	margin: 25px 0 20px;
	background-color: #e2e1de;

}

.single-courses .unit-nav li{
	float: left;
	margin: 0;
	padding: 0;
}

.single-courses ul.unit-nav > li:before {
  background-color: transparent;
}

.single-courses .unit-nav li a {
	display: block;
	padding: 15px 11px;
	font-weight: bold;
	border-right: 2px solid #fff;
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 900;
}
.single-courses .unit-nav li a:active, .single-courses .unit-nav li a:focus {
  color: #469dcd;
}


.single-courses .unit-nav li a.activeunit {
  background-color: #3a4e5a;
}


.single-courses .unit-content .showlink {
	font-size: 14px;
	text-transform: uppercase;
	float: right;
	margin-top: 10px;
	cursor: pointer;
}
.single-courses .unit-content .closelink {
	font-size: 14px;
	display: none;
	text-transform: uppercase;
	float: right;
	margin-top: 10px;
	cursor: pointer;	
}

#learningoutcomesdiv, #purposeofcoursediv, #courseinfodiv, #coursereqsdiv, .showltimeadivisoryspan, .showlearningoutcomespan, .unit, .unit_nav, #nasacourseintrodiv, .asba_course_row {
	display: none;
}

.showlearningoutcomelink, .showtimeadivisorylink {
	font-size: 11px;
	cursor: pointer;
}

.hidelearningoutcomelink, .hidetimeadivisorylink {
	font-size: 11px;
	display: none;
	cursor: pointer;
}

.showlink {
	font-size: 14px;
	text-transform: uppercase;
	float: right;
	margin-top: 10px;
	cursor: pointer;
}

.closelink {
	font-size: 14px;
	display: none;
	text-transform: uppercase;
	float: right;
	margin-top: 10px;
}

ul.course_outline, ul.course_outline li {
list-style-type: none;
}

.unit-content ul.resources > li:before {
background-color: transparent;
}


li.unitLevel_0 {
margin: 20px 0 0 0;
}

ul.resources li span.pointer {
display: block;
width: 1px;
height: 0;
line-height: 0;
font-size: 0px;
float: left;
position: absolute;
top: 12px;
left: 2px;
background-color: transparent;
width: 0;
border-style: solid;
border-width: 6px 0 6px 11px;
border-color: transparent transparent transparent #898989;
}

ul.resources li.active span.pointer {
border-width: 12px 5.5px 0 5.5px;
border-color: #898989 transparent transparent transparent;
left: 0px;
top: 14px;
}

.showlearningoutcomediv, .showltimeadivisorydiv {
margin: 0 0 15px 0;
}

ul.resources {
padding-left: 0;
margin-left: 0px;
margin-top: -5px;
}

ul.resources li.active {
	border: 1px solid #f6f4f4;
	background: #f6f4f4;
	margin-bottom: 8px;
}
ul.resources li {
	list-style: none outside;
	position: relative;
	border: 1px dotted #fff;
	background: transparent;
	padding: 5px 10px 5px 20px;
	margin-bottom: 0;
	-webkit-transition: all 0.3s linear;
}


.unit-content ul.unit_nav > li:before {
background-color: transparent;
}

li.unitNavLevel_0 {
	/* margin: 0; */
	padding: 0;
	list-style: none outside;
}

li.unitNavLevel_1 {
	margin: 0 0 0 20px;
	padding: 0;
	list-style: none outside;
}

li.unitNavLevel_2 {
	margin: 0 0 0 40px;
	padding: 0;
	list-style: none outside;
}

li.unitLevel_0 {
margin: 20px 0 0 0;
}

li.unitLevel_1 {
margin: 10px 0 0 20px;
}

ul.resources {
padding-left: 0;
margin-left: 0px;
margin-top: -5px;
}

li.unitLevel_2 {
margin: 0 0 0 40px;
}

li.unitLevel_3 {
margin: 0 0 0 60px;
}
#course-detail-buttons {
	display: block;
	width: 588px
}
#peer-reviewed-btn {
	background-color: #69bdeb;
	border-radius: 5px;
	color: #26719b;
	font-size: 0.9em;
	font-weight: 800;
	padding: 15px;
	text-align: left;
	width: 336px;
	margin-bottom: 20px;
	margin-right: 10px;
	float:left;
	}

#peer-reviewed-btn a {
	color: #26719b;
	}

#earn-credit-btn {
	background-color: #1d9f4a;
	border-radius: 5px;
	color: #537f1a;
	font-size: 0.9em;
	font-weight: 800;
	padding: 15px;
	text-align: left;
	width: 232px;
	margin-bottom: 10px;
	float:left;
}

#earn-credit-btn a {
	color: #005320;
	}

.clear-all {clear:both;}

h2.single-class {
	margin-top:0; 
	margin-bottom:15px;
	font-size: 30px
}

.single-courses .main-content img {
    border: none;
}
.single-courses .main-content .entry-content ul li:before {
content: "";
    display: block;
    height: 14px;
    left: 4px;
    position: absolute;
    top: 4px;
    width: 14px;
    background: url(../images/checkmark.svg) 0 0 no-repeat;
}


/* sidebar-single-course */

.sidebar-left .widget .course-details-sidebar, .sidebar-left .widget .course-details-sidebar:first-child {
	font-size: 0.9em;
	color: #3a4e5a;
}

.sidebar-left .widget li {
    margin-bottom: 0.7em;
}
#grey-left-sidebar-btn {
    background-color: #e2e1de;
    border-radius: 5px;
    color: #469dcd;
    font-size: 1em;
    font-weight: 800;
	padding: 15px;
    text-align: left;
    width: 100%;
	margin-bottom: 20px;
	}
	
.sidebar-title-first {
	font-size: 1.150em;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 15px;
	line-height: 25px;
	}
	
.sidebar-title {
	font-size: 1.150em;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 15px;
	}
	
#sidebar-browsing-txt {
	font-size: 0.75em;
        margin-top: 25px; 
	}

#sidebar-browsing-txt p {
	margin-bottom: 0.5em;
	}
	
.sidebar #course-details-sidebar .innerbox ul {
	list-style: disc !important;
	margin-left: 20px;	
	margin-bottom: 35px;
}

.sidebar #course-details-sidebar .resource ul {
	list-style: disc !important;
	margin-left: 20px;	
	margin-bottom: 35px;
}
	
	
#course-details-sidebar iframe {
	width: 100%;
	height: 73px;
	margin-bottom: 0;
	background-color: #f8f7f4;
}


	
	
	






/*============================================================================================*/

/* 3. MEDIA QUERIES */

/*============================================================================================*/
@media (min-width: 1440px) {
body.page-id-92030 {
  background-size: 100% auto;
}
}
@media (min-width: 768px) and (max-width: 1200px) {
input#email_newsletter, .form-search input {
	margin-bottom:5px;
}
.main-nav-outer-wrapper {
  margin-left: 25px;
}
#megaMenu #megaST li.menu-item-depth-0 {
  padding-left: 0;
}


#megaMenu #megaST li.menu-item-depth-0 a.link-depth-0:link, #megaMenu li.menu-item-depth-0 a.link-depth-0:visited {
  font-size: 1em;
}
.post .wrapper {
  margin: 0 1em;
}
.header-wrapper .container {
  max-width: none;
}
@media (min-width: 767px) and (max-width: 1023px) {
.main-nav-outer-wrapper {
	text-align:center;
	float:none;
	margin:0;
}
.header-right {
  position: absolute;
  top: -5px;
  right: 15px;
}
#layerslider_1 .ls-l {
  top: 200px !important;
}

}

}
 @media (min-width: 768px) and (max-width: 979px) {
.box-style-2 img {
	float:none;
	margin: auto;
	margin-bottom:20px;
	display:block;
}
.box-style-2.green a {
	background: #669933;
}
.box-style-2.orange a {
	background: #fab90c;
}
.box-style-2.red a {
	background: #ff6666;
}
.box-style-2.green a:hover, .box-style-2.orange a:hover, .box-style-2.red a:hover {
	background:#2d343e;
}
input.dateinput {
	width:70%;
}
.post-right {
	float:left;
}
.feat {
	padding-left:0;
}
.feat i {
	position:relative;
	padding-bottom:15px;
	top:0;
	left:0;
	display:block;
}
.strip-courses .button_medium.button-align-2 {
	float:none;
	margin-top:15px;
}
.home .cta-box {
  font-size: .9em;
}
}



/* From tablet portrait to mobile */

@media (max-width: 767px) {
  body {
    font-size: 16px !important;
  }


#logo img {
	visibility:hidden;
	display:none;
}
.st-service.main-box {
	margin-top:0px;
}
.post-right {
	float:left;
}
#logo {
	text-align:center;
	background: url(assets/images/logo-mobile.png) center top no-repeat;
	height:45px;
	margin-bottom:10px;
}

header {
	/*margin-left:-20px;
	margin-right:-20px;*/
}
.main-nav-outer-wrapper {
	text-align:center;
	float:none;
	margin:0;
}
.header-right {
  float: none !importan;

}
#menu-top ul li a {
  display: block;
  text-align: center;
}


/*nav, footer, #features {
	margin-left:-20px;
	margin-right:-20px;
	padding-left:20px;
	padding-right:20px;
}*/
.twitter, .fb {
	margin-bottom:25px;
}
.button-align {
	text-align:left;
	padding-top:0;
}
.strip-staff .pic-teacher {
	width:60%;
	height:auto;
}
.strip-courses .button_medium.button-align-2 {
	float:none;
	margin-top:15px;
}
.main-nav-outer-wrapper {
  margin: 0 auto !important;
}
.home .cta-box {
  float: none;
  width: auto;
  max-width: 390px;
  margin: 1% auto;
}
#layerslider_1 .padded {
  padding-bottom: 80px !important;
}
#layerslider_1 .ls-l {
  top: 320px !important;
  left: 20px !important;
}
.post .wrapper {
  margin: 0 1em;
}
.footer-widget #text-10 {
  margin: 0;
}
#courses-intro h3 {
  font-size: 2.3em;
}
#recent-posts .fi {
  padding-left: 0;
}
#recent-posts img.align-left {
  position: relative;
  float: left;
  margin: 0 1em .5em 0;
}


}



/* Mobile portrait */

@media (max-width: 480px) {
#logo {
	text-align:center;
	background: url(assets/images/logo-mobile.png) center top no-repeat;
	height:45px;
	margin-bottom:10px;
}
.title-course ul {
	position:relative;
	color:#fff;
	right: 0;
	left:0;
	top:0;
	padding:0;
	margin:0;
	padding-bottom:15px;
}
.title-course ul li {
	padding:0;
}
.strip-courses .button_medium.button-align-2 {
	float:none;
	margin-top:15px;
}
}