@font-face {
	font-family: Roboto Light;
	src: url(../fonts/Roboto/Roboto-Light.ttf);
}
*, *:before, *:after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.cf:before, .cf:after {
	content: " ";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
 *zoom: 1;
}
p {
	margin: 14px 0;
}
body {
	margin: 0;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header_subscription {
	padding-left: 0px;
	padding-top: 0px;
	width: 380px;
	padding-bottom: 0px;
	border-bottom-width: 34px;
	border-left-width: 23px;
	height: 26px;
}
#main {
	width: 100%;
	min-width: 1000px;
	margin-top: 0px;
	overflow: hidden;
	background: #d9f5ff; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q5ZjVmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #d9f5ff 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #d9f5ff), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #d9f5ff 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #d9f5ff 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #d9f5ff 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #d9f5ff 0%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d9f5ff', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
}
.section {
	text-align: center;
	position: relative;
}
.content {
	margin: 0 auto;
	width: 100%;
	max-width: 980px;
}
.column {
	float: left;
	padding-left: 0px;
	padding-right: 0px;
}
.column.full {
	width: 100%;
}
.column.two-thirds {
	width: 66.7%;
}
.column.half {
	width: 50%;
}
.column.third {
	width: 33.3%;
}
.column.fourth {
	width: 25%;
}
.column.fith {
	width: 20%;
}
.column.flow-opposite {
	float: right;
}
#global-header {
	height: 46px;
	width: 100%;
	display: block;
}
#global-header .content {
	margin: 0 auto;
	width: 100%;
	max-width: 980px;
}
#global-header .content .ou-logo {
	display: inline-block;
	float: left;
}
#global-header .content .points_skills {
	float: right;
	height: 46px;
}
#global-header .content .points_skills ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#global-header .content .points_skills ul li {
	float: left;
	display: inline-block;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 8px;
	border: 1px solid #C60;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
	font-size: 14px;
	font-weight: bold;
	color: #C60;
	background-color: #FFF;
	opacity: 0.75;
}
.section.subscription-title {
}
.section.subscription-title .content {
	margin-top: 10px;
	margin-bottom: 30px;
}
.section.subscription-title .content h1 {
	font-size: 20px;
	text-align: left;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: block;
}
.section.subscription-title .content .version {
	display: block;
	text-align: left;
	margin-top: 5px;
	color: #09F;
	padding: 5px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	font-size: 14px;
	font-weight: normal;
}
#global-navigation {
	width: 100%;
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#global-navigation .content {
	width: 100%;
	max-width: 980px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 10px;
}
#global-navigation .content.cf .home-search {
	float: left;
}
#global-navigation .content.cf .home-search .fa {
	color: #333;
	text-decoration: none;
	font-size: 18px;
	float: left;
	margin-top: 5px;
	margin-right: 20px;
}
#global-navigation .content.cf .home-search .fa:hover {
	color: #06C;
}
#global-navigation .content.cf .home-search .search {
	float: left;
	width: 200px;
	text-align: left;
	margin-top: 0px;
	-webkit-border-radius: 3px;
	margin-right: 0px;
	display: block;
	height: 16px;
}
#global-navigation .content.cf .home-search .search .search-box {
	border-radius: 4px;
	border: 1px solid #CCC;
	padding: 4px;
	width: 170px;
	color: #666;
	background-color: #F7F7F7;
	outline: none;
	font-size: 14px;
	height: 26px;
}
#global-navigation .content.cf .home-search .search .button {
	width: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -6px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	padding: 3px;
	position: absolute;
	background-position: center;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	cursor: pointer;
	outline: none;
	height: 26px;
}
#global-navigation .content.cf .nav-links {
	float: right;
	margin-top: 5px;
}
#global-navigation .content.cf .nav-links ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#global-navigation .content.cf .nav-links ul li {
	float: left;
	font-size: 12px;
	color: #333;
	text-decoration: none;
	margin-left: 24px;
}
#global-navigation .content.cf .nav-links ul li a .fa {
	font-size: 18px;
	margin-right: 4px;
	vertical-align: middle;
}
#global-navigation .content.cf .nav-links ul li a {
	color: #333;
	text-decoration: none;
}
#global-navigation .content.cf .nav-links ul li a:hover {
	color: #06C;
	text-decoration: none;
}
.section.navbar .content .main-navigation {
	float: left;
	text-align: left;
	margin: 0px;
	padding: 0px;
}
.section.navbar .content .main-navigation ul {
	list-style-type: none;
	list-style-image: none;
	float: left;
	list-style-position: inside;
	text-align: left;
	padding: 0px;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.section.navbar .content .main-navigation ul li {
	float: left;
	margin-right: 20px;
	font-size: 18px;
}
.section.title {
	color: #333333;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
	display: block;
}
.section.title .content {
	margin: 0 auto;
	width: 100%;
	max-width: 980px;
}
.section.title .content .cloud-title {
	font-family: "Roboto Light", "Helvetica Neue", Arial, sans-serif;
	font-size: 20px;
	float: left;
	font-weight: bold;
	color: #333;
	text-transform: capitalize;
	padding: 0px;
	margin: 0px;
	display: block;
}
.navbar {
	text-align: center;
	margin-top: 10px;
}
.navbar a {
	color: #0088cc;
	text-decoration:  none;
	font-weight: bold;
}
.section.navbar {
	color: #333333;
	height: 46px;
	font-size: 14px;
}
.section.navbar .content {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.section.navbar .content a {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	display: block;
	color: #000;
	text-decoration: none;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.section.navbar .content a:hover {
	color: #0088cc;
}
.section.navbar .content .channels {
	float: left;
	display: block;
	text-align: right;
	width: 100px;
}
.section.navbar .content .channels a {
	width: 100px;
	background-image: url(../images/channel-icon.png);
	background-repeat: no-repeat;
}
.section.navbar .content .map {
	float: left;
	display: block;
	text-align: right;
	margin-left: 30px;
	width: 50px;
	margin-right: 30px;
}
.section.navbar .content .map a {
	width: 50px;
	background-image: url(../images/map-icon.png);
	background-repeat: no-repeat;
}
.section.navbar .content .search {
	width: 100%;
	text-align: left;
	margin-top: 10px;
	-webkit-border-radius: 3px;
	margin-right: 0px;
	display: block;
}
.section.navbar .content .search .search-box {
	border-radius: 4px;
	border: 1px solid #CCC;
	padding: 4px;
	width: 320px;
	color: #666;
	background-color: #F7F7F7;
	outline: none;
}
#main .section.navbar .content .search .button {
	width: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -6px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	padding: 4px;
	position: absolute;
	background-position: center;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	cursor: pointer;
	outline: none;
}
.section.navbar .content .sign-in {
	float: right;
	display: inline-block;
	text-align: right;/* width: 74px; */
}
.section.navbar .content .sign-in i {
	float: left;
	margin-right: 1px;
	background-image: url(../images/sign-in-out-icon.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 46px;
}
.section.navbar .content .sign-in a {
	display: inline-block;
}
.section.navbar .content .sign-out {
	float: right;
	display: block;
	text-align: right;
}
.section.navbar .content .sign-out a {
	background-repeat: no-repeat;
}
.section.navbar .content .my-contentmap {
	background-image: url(../images/map-icon.png);
	background-repeat: no-repeat;
	float: right;
	display: block;
	text-align: right;
	width: 127px;
	margin-right: 30px;
}
.section.navbar .content .my-training {
	float: right;
	display: block;
	text-align: right;
	width: 114px;
	margin-right: 30px;
}
.section.navbar .content .my-training a {
	width: 114px;
	background-image: url(../images/my-training-icon.png);
	background-repeat: no-repeat;
}
.section.navbar.scroll {
	color: #333333;
	height: 46px;
	font-size: 14px;
	position: fixed;
	top: -110px;
	z-index: 1000;
	background-color: #FFFFFF;
	opacity: 0.95;
	-webkit-box-shadow: 0 2px 6px 0 #D6D6D6;
	box-shadow: 0 2px 6px 0 #D6D6D6;
	width: 100%;
}
.section.navbar.scroll .content {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}
.section.navbar.scroll .content a {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
	display: block;
	color: #000;
	text-decoration: none;
}
.section.navbar.scroll .content a:hover {
	color: #0088cc;
}
.section.navbar.scroll .content .channels {
	float: left;
	display: block;
	text-align: right;
	width: 100px;
}
.section.navbar.scroll .content .channels a {
	width: 100px;
	background-image: url(../images/channel-icon.png);
	background-repeat: no-repeat;
}
.section.navbar.scroll .content .map {
	float: left;
	display: block;
	text-align: right;
	margin-left: 30px;
	width: 50px;
	margin-right: 30px;
}
.section.navbar.scroll .content .map a {
	width: 50px;
	background-image: url(../images/map-icon.png);
	background-repeat: no-repeat;
}
.section.navbar.scroll .content .search {
	float: left;
	width: 350px;
	text-align: left;
	margin-top: 10px;
	-webkit-border-radius: 3px;
	margin-right: 0px;
}
.section.navbar.scroll .content .search .search-box {
	border-radius: 4px;
	border: 1px solid #CCC;
	padding: 4px;
	width: 320px;
	color: #666;
	background-color: #F7F7F7;
	outline: none;
}
#main .section.navbar.scroll .content .search #button {
	width: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: -6px;
	height: 27px;
	background-image: url(../images/search.png);
	background-repeat: no-repeat;
	background-color: #F7F7F7;
	padding: 4px;
	position: absolute;
	background-position: center;
	-webkit-border-radius: 0 4px 4px 0;
	border-radius: 0 4px 4px 0;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	cursor: pointer;
	outline: none;
}
.section.navbar.scroll .content .sign-in {
	float: right;
	display: inline-block;
	text-align: right;
}
.section.navbar.scroll .content .sign-in i {
	float: left;
	margin-right: 5px;
	background-image: url(../images/sign-in-out-icon.png);
	background-repeat: no-repeat;
	display: inline-block;
	width: 20px;
	height: 46px;
}
.section.navbar.scroll .content .sign-in a {
	display: inline-block;
}
.section.navbar.scroll .content .my-training {
	float: right;
	display: block;
	text-align: right;
	width: 114px;
	margin-right: 30px;
}
.section.navbar.scroll .content .my-training a {
	width: 114px;
	background-image: url(../images/my-training-icon.png);
	background-repeat: no-repeat;
}
.section.hero {
	text-align: left;
}
.section.hero.channel_banner_back {
	background-color: #019eb5;
	margin-top: 15px;
	color: #FFFFFF;
}
.section.hero.series_banner_back {
	background-color: #333333;
	margin-top: 15px;
	color: #FFFFFF;
}
.section.hero .content {
	padding-top: 30px;
	padding-bottom: 0px;
}
.section.hero .content h1 {
	font-family: "Roboto Light", "Helvetica Neue", "Arial", "sans-serif";
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0px;
	/* line-height: 0.875em; */
	margin-top: 0px;
	padding-bottom: 18px;
}
.section.hero .content h1 span {
	text-transform: uppercase;
	font-size: 14px;
	color: #666;
	font-weight: bold;
}
.section.hero .content .intro-text {
	font-size: 16px;
	line-height: 1.2;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.section.hero .content .row .column.half.right {
	text-align: right;
}
.section.hero .content .hero-image-container {
	height: 260px;
	width: 488px;
	position: relative;/* background-image: url(../images/sales-cloud-header.png);*/
	background-repeat: no-repeat; 
}
.section.hero .content .hero-image-container .header-play {
	height: auto;
	width: 440px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFF;
	outline: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.section.hero .content .hero-image-container .header-play a {
	color: #FFF;
	text-shadow: 0 2px 2px #616161;
	text-decoration: none;
	outline: none;
}
.section.hero .content .hero-image-container .header-play a img {
	outline: none;
}
.section.hero .content .hero-image-container .header-play a:hover {
	text-decoration: underline;
}
.section.features {
	color: #FFFFFF;
}
.section.stream-content {
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.section.stream-content .content .header {
	margin-bottom: 10px;
}
.section.stream-content .content .header h1 {
	font-family: "Roboto Light", "Helvetica Neue", "Arial", "sans-serif";
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0px;
	line-height: 0.875em;
	margin-top: 0px;
	text-align: left;
	display: block;
	float: left;
}
.section.stream-content .content .header .section-title.skills {
	font-family: "Roboto Light", "Helvetica Neue", "Arial", "sans-serif";
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 0.875em;
	margin-top: 0px;
	text-align: left;
	display: block;
	float: left;
}
.section.stream-content .content .header .section-title.skills .fa {
	font-weight: normal;
	margin-right: 10px;
	color: #666;
}
.section.stream-content.cf .content.cf .header.cf p {
	display: block;
	padding: 0px;
	font-size: 16px;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: left;
}


.section.stream-content .content section .content .section-title {
	font-family: "Roboto Light", "Helvetica Neue", "Arial", "sans-serif";
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 30px;
	line-height: 0.875em;
	margin-top: 35px;
	text-align: left;
	display: block;
}
.section.stream-content .content section .content .section-title .fa {
	font-weight: normal;
	margin-right: 10px;
	color: #666;
}
.section.stream-content .content .header .section-title {
	font-family: "Roboto Light", "Helvetica Neue", Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	text-align: left;
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
.section.stream-content .content .header .view-all {
	display: block;
	float: right;
	padding-top: 4px;
}
.section.stream-content .content .header .view-all a {
	color: #0088cc;
	text-decoration: none;
	font-size: 14px;
}
.section.stream-content .content .header .view {
	display: block;
	float: right;
	padding-top: 4px;
}
.section.stream-content .content .header .view a {
	text-decoration: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
.section.stream-content.cf .content.cf .header.cf .view a img {
	margin-left: 16px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	outline: none;
}
.section.stream-content .content .header .view-all a:hover {
	text-decoration: underline;
}
.section.stream-content .grid {
	list-style-type: none;
	position: relative;
	margin: 0px;
	padding: 0px;
	width: 980px;
	text-align: left;
}
.section.stream-content .grid .recent {
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #666;
}
.section.stream-content .grid .course-box {
	display: inline-block;
	margin: 20px 38px 10px 0;
	vertical-align: top;
	height: auto;
	-moz-transition: height 350ms ease-in;
	-webkit-transition: height 350ms ease-in;
	-o-transition: height 350ms ease-in;
	transition: height 350ms ease-in;
}
.section.stream-content .grid .course-box.last {
	margin-right: 0px;
}
.section.stream-content .grid .course-box a {
	background-color: #FCFCFC;
	border: 1px solid #DDDDDD;
	-webkit-box-shadow: 0px 2px 4px 0px #b8b8b8;
	box-shadow: 0px 2px 4px 0px #b8b8b8;
	height: 280px;
	width: 216px;
	display: block;
	position: relative;
	color: #666;
	text-decoration: none;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.section.stream-content .grid .course-box.series a {
	border: 1px solid #CCCCCC;
	-webkit-box-shadow: 0px 2px 4px 0px #999999;
	box-shadow: 0px 2px 4px 0px #999999;
	background-color: rgba(1,158,181,1);
}
.section.stream-content .grid .course-box a img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	position: absolute;
	left: 2px;
	top: 2px;
}
.section.stream-content .grid .course-box a .title {
	font-size: 14px;
	font-weight: bold;
	color: #333;
	position: absolute;
	top: 130px;
	left: 8px;
	width: 200px;
	height: 84px;
	text-align: center;
}
.section.stream-content .grid .course-box a .duration, .section.stream-content .grid .course-box a .format {
	position: absolute;
	top: 220px;
	left: 8px;
	font-size: 12px;
	width: 200px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.section.stream-content .grid .course-box a .points {
	position: absolute;
	top: 236px; /* Just for Jay */
	left: 8px;
	font-size: 12px;
	width: 200px;
	font-weight: bold;
	color: #666;
	text-align: center;
}
.section.stream-content .grid .course-box a .add-queue {
	position: absolute;
	bottom: 0px;
	right: 0px;
	background-color: #999;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
}
.section.stream-content .grid .course-box.series a .add-queue {
	background-color: #ABB1B2;
	color: #222;
}
.section.stream-content .grid .course-box a .remove {
	position: absolute;
	bottom: 0px;
	right: 0px;
	padding-top: 2px;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	color: #08c;
	font-size: 12px;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: none;
}
.section.stream-content .grid .course-box.series a .remove {
	background: none;
	color: #FFF;
}
.section.stream-content .grid.listView .course-box.series a .remove {
	color: #333;
}
.section.stream-content .course-box.channel a .channel-background .channel-image {
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.section.stream-content .course-box.channel a .channel-background-overlay {
	background-color: #000;
	height: 280px;
	width: 216px;
	position: absolute;
	left: 0px;
	top: 0px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjgyJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijk5JSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 82%, rgba(0,0,0,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(82%, rgba(0,0,0,1)), color-stop(99%, rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 82%, rgba(0,0,0,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 82%, rgba(0,0,0,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 82%, rgba(0,0,0,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 82%, rgba(0,0,0,1) 99%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000', GradientType=0 ); /* IE6-8 */
}
.section.stream-content .course-box.channel a .title {
	font-size: 18px;
	color: #FFF;
	width: 200px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	text-align: center;
	height: auto;
	font-weight: bold;
}
.section.stream-content .course-box.channel a .marker {
	height: 24px;
	width: 34px;
	display: block;
	position: absolute;
	bottom: 18px;
	text-align: center;
	left: 90px;
	background-image: url(../images/channel-mark.png);
	background-repeat: no-repeat;
}
.section.stream-content .course-box.series a .channel-background .channel-image {
	padding: 0px;
	position: absolute;
	left: 0px;
	top: 0px;
}
.section.stream-content .course-box.series a .channel-background-overlay {
	background-color: #000;
	height: 280px;
	width: 216px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgb(1,158,181); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxOWViNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019eb5', endColorstr='#000000', GradientType=0 ); /* IE6-8 */
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* W3C */
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.section.stream-content .course-box.series a .channel-background-overlay-transparent {
	background-color: #000;
	height: 280px;
	width: 216px;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgb(0,0,0); /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAxOWViNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* W3C */
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019eb5', endColorstr='#000000', GradientType=0 ); /* IE6-8 */
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.section.stream-content .course-box.series a .title {
	font-size: 18px;
	color: #FFF;
	width: 200px;
	position: relative;
	top: 50%;
	transform: translateY(-70%);
	text-align: center;
	height: auto;
	font-weight: bold;
}
.section.stream-content .course-box.series a .title .topics {
	font-size: 12px;
	font-weight: normal;
	padding-top: 24px;
	display: block;
}

.section.stream-content .course-box.channel a .title .topics {
	font-size: 12px;
	font-weight: normal;
	padding-top: 24px;
	display: block;
}

.section.stream-content .course-box.series a .marker {
	height: 24px;
	width: 34px;
	display: block;
	position: absolute;
	bottom: 18px;
	text-align: center;
	left: 90px;
	background-image: url(../images/channel-mark.png);
	background-repeat: no-repeat;
}
.section.stream-content .content-intro {
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
	margin-top: 16px;
}
li.course-box .circle {
	margin-left: 45%;
	margin-bottom: 8px;
	display: inline-block;
	color: #666;
	border-radius: 50%;
	padding: 5px 0 0;
	border: 1px solid #666;
	font-size: 14px;
	text-align: center;
	font-weight: normal;
	height: 30px;
	width: 30px;
}
.certification {
}
.certification .content {
	text-align: center;

}

.certification .content h2 {
	font-size: 26px;
	font-weight: bold;
	color: #666;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	display: block;
}
.certification .content p {
	padding: 0px;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.certification .content .certification-row {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 25px;
	padding-left: 0px;
	display: block;
	text-align: center;
}
.role-header {
	margin-bottom: 0px;
}
.role-header .content h2 {
	float: none;
	text-align: center;
	display: block;
	font-size: 30px;
	margin-bottom: 5px;
}

.role-header .content p {
	display: block;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.skill-collection-header {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.skill-collection-header h4 {
	font-weight: normal;
}

.skill-collection-header .section-title.skills {
	font-family: "Roboto Light", "Helvetica Neue", Arial, sans-serif;
	font-size: 24px;
	font-weight: normal;
	line-height: 0.875em;
	text-align: left;
	display: block;
	margin: 0px;
	padding: 0px;
}
.skill-collection-header .section-title.skills span {
	color: #FFF;
	border-radius: 50%;
	width: 28px;
	height: 28px;
	background-color: #666;
	display: inline-block;
	font-weight: bold;
	font-size: 15px;
	vertical-align: text-top;
	margin-left: 5px;
	text-align: center;
	margin-top: 3px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.skill-collection-header .total-skill-points {
	float: right;
	font-size: 18px;
	font-weight: bold;
	padding: 0px;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
}

.total-skill-points {
	display: inline-block;
	float: right;
	font-weight: bold;
	font-size: 18px;
}






/** base card long styles **/
.ols-card-long {
	font-family: "Roboto Light", "Helvetica Neue", "Arial", "sans-serif";
	display: table;
	background-color: #FFFFFF;
	border: 1px solid #CCC;
	min-height: 100px;
	min-width: 710px;
	border-radius: 2px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
	margin-bottom: 10px;
	width: 100%;
}
.ols-card-long:hover {
	border: 1px solid #09C;
	cursor: pointer;
}
.ols-card-long a {
	display: block;
	text-decoration: none;
}
.ols-card-long .col {
	display: table-cell;
	margin: 0px;
	padding: 0px;	/** width: 25%; **/
	position: relative;
}
.ols-card-long .col.left {
	width: 25%;
	vertical-align: middle;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	text-align: center;
}
.ols-card-long .col.left p {
	margin: 0px;
	padding: 10px;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.2;
	color: #000;
}
.ols-card-long .col.main {
	width: 75%;
	padding-bottom: 40px;
	text-align: left;
}
.ols-card-long .col.main p {
	display: block;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	font-size: 16px;
	font-weight: normal;
	line-height: 1.2;
	color: #000;
}
.ols-card-long .col.main .map-to-course {
	font-weight: bold;
}
.ols-card-long .col.main .status-area {
	display: block;
	left: 0px;
	bottom: 10px;
	position: absolute;
	width: 100%;
	padding: 0px;
	margin: 0px;
	color: #333;
}
.ols-card-long .col.right {
	width: 100px;
	vertical-align: middle;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
	text-align: center;
	color: #000;
}
.ols-card-long .col.right p {
	margin: 0px;
	padding: 0px;
	display: inline-block;
}
.ols-card-long .col.right .percent {
	height: 10px;
	background-color: #DBDBDB;
	position: relative;
	width: 100px;
	padding: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.ols-card-long .col.right .percent .percent-complete {
	background-color: #06B901;
	width: 50px;
	position: absolute;
	height: 6px;
	left: 0px;
	top: 2px;
}
.skill-check .content h2 {
}
.skill-collection {
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 50px;
	margin-left: 0px;
}




/**
#ols-card-long .col:nth-child(even) {
	background: #ccc;
}
#ols-card-long .col:nth-child(odd) {
	background: #eee;
}
**/
/** end base card long styles **/
.ols-card-long.skills {
	margin-bottom: 5px;
}


.ols-card-long.skills .col.left {
	color: #FFF;
	background-color: #027ac9;
	width: 40%;
	min-width: 392px;
}
.ols-card-long.skills .col.left.completed {
	background-color: #06B901;
}
.ols-card-long.skills .col.left p {
	color: #FFF;
	font-size: 20px;
	padding: 40px;
	font-weight: bold;
}
.ols-card-long.skills .col.main {
	vertical-align: middle;
	margin: 0px;
	width: 45%;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.ols-card-long.skills .col.main p {
	text-align: left;
	margin: 0px;
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.ols-card-long.skills .col.main .map-course {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}



.ols-card-long.skills .col.right {
	width: 15%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 15px;
}
.ols-card-long.skills .col.right p {
	display: block;
}
.ols-card-long.lab-document {
	margin-bottom: 6px;
	min-height: 70px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.ols-card-long.lab-document .col.left {
	color: #333;
	background-color: #FFF;
	width: 8%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.ols-card-long.lab-document .col.left.completed {
	background-color: #06B901;
}
.ols-card-long.lab-document .col.left .fa {
	font-size: 30px;
	font-weight: bold;
}

.ols-card-long.lab-document .col.left p {
	color: #FFF;
	font-size: 20px;
	padding: 40px;
	font-weight: bold;
}
.ols-card-long.lab-document .col.main {
	vertical-align: middle;
	margin: 0px;
	width: 78%;
	text-align: center;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.ols-card-long.lab-document .col.main p {
	text-align: left;
	margin: 0px;
	display: block;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
}
.ols-card-long.lab-document .col.main .map-course {
	font-size: 12px;
	font-weight: normal;
	margin-top: 5px;
}



.ols-card-long.lab-document .col.right {
	width: 200px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	text-align: center;
}
.ols-card-long.lab-document .col.right p {
	display: block;
}
.ols-card-long.course {
}
.ols-card-long.course .col.left {
	color: #FFF;
	background-color: #FFF;
	vertical-align: top;
	border-right-style: none;
	width: 67px;
}
.ols-card-long.course .col.left .course-status {
	display: inline-block;
	height: 68px;
	width: 67px;
}
.ols-card-long.course .col.left p {
	color: #FFF;
	font-size: 20px;
}
.ols-card-long.course .col.main {
	padding-bottom: 60px;
	width: 100%;
}
.ols-card-long.course .col.main .course-topic-title {
	font-size: 18px;
	font-weight: bold;
	color: #09F;
	padding-top: 20px;
}
.ols-card-long.course .col.main p {
	padding-left: 0px;
}
.ols-card-long.course .col.main .status-area {
	height: 38px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	padding-top: 10px;
	padding-bottom: 5px;
	bottom: 17px;
}
.ols-card-long.course .col.main .status-area .left {
	color: #C60;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ols-card-long.course .col.main .status-area .left ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #333;
	display: table-cell;
	vertical-align: middle;
	height: 38px;
}
.ols-card-long.course .col.main .status-area .left ul li {
	display: table-cell;
	font-weight: bold;
	color: #F00;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 16px;
}
.ols-card-long.course .col.main .status-area .left ul li .fa {
	display: inline-block;
	margin-right: 5px;
}
.ols-card-long.course .col.main .status-area .left ul .type {
	color: #666;
}
.ols-card-long.course .col.main .status-area .right {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ols-card-long.course .col.main .status-area .right ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
	height: 38px;
}
.ols-card-long.course .col.main .status-area .right ul li {
	display: table-cell;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 16px;
}
.ols-card-long.course .col.main .status-area .right ul li .skill-badge {
	vertical-align: middle;
	display: inline-block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.ols-card-long.course .col.right {
}
.ols-card-long.course .col.right p {
	font-weight: bold;
	font-size: 14px;
}
.ols-card-long.course .col.right .points {
	color: #C60;
}
.skill-check .content h2 {
	font-family: "Roboto Light", "Helvetica Neue", Arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #000;
	text-transform: capitalize;
	padding: 0px;
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}

.ols-card-long.course-skill {
}

.ols-card-long.course-skill .col.left {
	color: #FFF;
	background-color: #FFF;
	vertical-align: middle;
	border-right-style: none;
	width: 135px;
}
.ols-card-long.course-skill .col.left .badge {
	display: inline-block;
	width: 135px;
	margin-top: 2px;
}
.ols-card-long.course-skill .col.left .course-status {
	display: inline-block;
	height: 68px;
	width: 67px;
}
.ols-card-long.course-skill .col.left p {
	color: #FFF;
	font-size: 20px;
}
.ols-card-long.course-skill .col.main {
	padding-bottom: 60px;
	width: 100%;
}
.ols-card-long.course-skill .col.main .course-topic-title {
	font-size: 18px;
	font-weight: bold;
	color: #09F;
	padding-top: 15px;
}
.ols-card-long.course-skill .col.main p {
	padding-left: 0px;
}
.ols-card-long.course-skill .col.main .status-area {
	height: 38px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #E4E4E4;
	margin-top: 10px;
	margin-bottom: 10px;
	bottom: 10px;
	padding-top: 10px;
}
.ols-card-long.course-skill .col.main .status-area .left {
	color: #C60;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ols-card-long.course-skill .col.main .status-area .left ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	color: #333;
	display: table-cell;
	vertical-align: middle;
	height: 38px;
}
.ols-card-long.course-skill .col.main .status-area .left ul li {
	display: table-cell;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 16px;
}
.ols-card-long.course-skill .col.main .status-area .left ul li .fa {
	display: inline-block;
	margin-right: 5px;
}
.ols-card-long.course-skill .col.main .status-area .left ul .type {
	color: #666;
}
.ols-card-long.course-skill .col.main .status-area .right {
	padding: 0px;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.ols-card-long.course-skill .col.main .status-area .right ul {
	list-style-position: inside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	display: table-cell;
	vertical-align: middle;
	height: 38px;
}
.ols-card-long.course-skill .col.main .status-area .right ul li {
	display: table-cell;
	font-weight: bold;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	font-size: 16px;
}
.ols-card-long.course-skill .col.main .status-area .right ul li .skill-badge {
	vertical-align: middle;
	display: inline-block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
.ols-card-long.course-skill .col.right {
}
.ols-card-long.course-skill .col.right p {
	font-weight: bold;
	font-size: 14px;
}
.ols-card-long.course-skill .col.right p div {
	font-weight: normal;
	font-size: 12px;
}
.ols-card-long.course-skill .col.right .points {
	color: #C60;
}




.card-long {
	height: auto;
	overflow: hidden;
	background-color: #FFF;
	border: 1px solid #CCC;
	border-radius: 2px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	position: relative;
	display: block;
}
.card-long .right {
	width: 100px;
	float: right;
	background-color: #CCC;
}
.card-long .left {
	float: none;
	/* the next props are meant to keep this block independent from the other floated one */
	width: auto;
	overflow: hidden;
	text-align: left;
}
.card-long .center {
	float: none;
	/* the next props are meant to keep this block independent from the other floated one */
	width: auto;
	overflow: hidden;
	text-align: left;
}
.card-long .leftcolumn {
	width: 100px;
	float: left;
	height: 100%;
}
.card-long.generic {
	height: 140px;
	position: relative;
}
.card-long.generic .left {
	position: relative;
	height: 140px;
}
.card-long.generic .left .title-description {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-weight: bold;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 20px;
}
.card-long.generic .left .title-description p {
	font-weight: normal;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.card-long.generic .right {
	height: 140px;
	background-color: #FFFFFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.card-long.generic .right .points {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #C60;
}
.card-long.live-events {
	height: 140px;
}
.card-long.live-events.live {
	margin-bottom: 30px;
}
.card-long.live-events .leftcolumn {
	width: 160px;
}
.card-long.live-events .leftcolumn .date-time {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	padding: 20px;
	font-size: 24px;
	font-weight: bold;
	color: #09C;
}
.card-long.live-events .leftcolumn .date-time .time {
	display: block;
	font-size: 12px;
	font-weight: normal;
	color: #333;
}
.card-long.live-events .left .title {
	font-weight: bold;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.card-long.live-events .left .title p {
	font-weight: normal;
	margin: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-size: 14px;
	height: 55px;
	display: block;
	overflow: hidden;
	width: 100%;
}
.card-long.live-events .left .title .event-details {
	display: inline-block;
	margin-top: 5px;
	position: absolute;
	bottom: 14px;
}
.card-long.live-events .left .title .event-details .presenter_duration {
	display: inline-block;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.card-long.live-events .left .title .event-details .presenter_duration li {
	float: left;
	font-size: 12px;
	font-weight: normal;
	margin-right: 20px;
}
.card-long.live-events .left .title .event-details .presenter_duration .attend-button a {
	color: #FFF;
	background-color: #09C;
	text-decoration: none;
	border-radius: 2px;
	padding-top: 5px;
	padding-right: 14px;
	padding-bottom: 5px;
	padding-left: 14px;
	font-weight: bold;
	font-size: 14px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
.card-long.live-events .right {
	height: 140px;
	background-color: #FFF;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.card-long.live-events .right .status {
	display: block;
	height: 65px;
}
.card-long.live-events .right .status .status-text {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 14px;
}
.card-long.live-events .right .status .status-text .fa {
	font-size: 18px;
	color: #0C0;
	display: block;
	font-weight: bold;
}
.card-long.live-events .right .points .status-points {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	font-size: 16px;
	font-weight: bold;
	color: #C60;
}
.card-long.live-events .right .percent {
	display: block;
	height: 10px;
	background-color: #CCC;
	position: relative;
}
.card-long.live-events .right .percent .percent-complete {
	background-color: #0F6;
	height: 6px;
	text-align: left;
	position: relative;
	top: 2px;
	margin: 0px;
	padding: 0px;
}
.card-long.live-events .right .points {
	display: block;
	height: 65px;
}
.live-event-details {
	position: relative;
}
.live-event-details .live-content {
	padding: 10px;
}
.live-event-details .live-content .event-title {
	font-size: 22px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #09C;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
.live-event-details .live-content p {
	font-size: 14px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}
.live-event-details .live-content .call-in-header {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	color: #666;
}
.live-event-details .live-content .dial-in-conference-code {
	padding-left: 10px;
	font-size: 14px;
}
.live-event-details .live-content .dial-in-number-passcode {
	padding-left: 10px;
	font-size: 14px;
}
.live-event-details .live-content .dial-in-number {
	margin-top: 10px;
	margin-bottom: 0px;
	padding-left: 10px;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-bottom: 10px;
}
.live-event-details .live-content .webinar-header {
	font-size: 16px;
	font-weight: bold;
	display: block;
	margin-top: 10px;
	color: #666;
	padding: 0px;
	margin-bottom: 10px;
}
.live-event-details .live-content .webinar-link a {
	font-weight: bold;
	color: #FFF;
	background-color: #09C;
	padding-top: 8px;
	padding-right: 12px;
	padding-bottom: 8px;
	padding-left: 12px;
	text-decoration: none;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
	border-radius: 2px;
	font-size: 16px;
	display: inline-block;
	margin: 0px;
}
.course-topics .content .card-long.skill-check a .left .skill-check-badge {
	position: absolute;
	left: 10px;
	margin: 0px;
	padding: 0px;
	top: 10px;
}

.course-header {
}
.course-header .content {
}
.course-header .content h2 {
	padding: 0px;
	display: block;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


.course-header .content .row .column.two-thirds ul {
	list-style-type: none;
	display: block;
	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.course-header .content .row .column.two-thirds ul li {
	display: inline;
	/* float: left; */
	font-size: 14px;
	margin-right: 15px;
	color: #666;
}
.course-header .content .row .column.two-thirds .audience {
	display: block;
	margin-top: 5px;
	margin-bottom: 0px;
	width: 100%;
}

.course-header .content .row .column.two-thirds .last-updated {
	display: block;
	width: 100%;
	margin-top: 5px;
}
.course-header .content .row .column.two-thirds .last-updated a {
	color: #09C;
	text-decoration: none;
	font-weight: bold;
	margin-left: 5px;
}
.course-header .content .row .column.two-thirds .mapped-course {
	margin-top: 5px;
}

.course-header .content .row.cf .column.two-thirds .cf .course-description {
	font-size: 14px;
	display: block;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.mytraining-button {
	display: block;
	margin-top: 20px;
	float: left;
}
.mytraining-button a {
	color: #FFF;
	text-decoration: none;
	background-color: #09C;
	padding-top: 6px;
	padding-right: 24px;
	padding-bottom: 6px;
	padding-left: 24px;
	font-size: 14px;
	font-weight: bold;
	border-radius: 2px;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}

.course-header .content .row .column.third .course-total-points {
	font-size: 14px;
	font-weight: bold;
	margin-top: 54px;
	text-align: center;
	margin-right: 0px;
}
.course-header .content .in-app-training {
	display: block;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	font-size: 12px;
}
.course-header .content .in-app-training .fa {
	margin-right: 10px;
}
.course-header .content .in-app-training a {
	font-weight: bold;
	color: #09C;
	text-decoration: none;
}
.course-topics {
}
.course-topics .content {
}
.course-topics .content h2 {
	font-family: "Roboto Light", "Helvetica Neue", Arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #000;
	text-transform: capitalize;
	padding: 0px;
	display: block;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
.course-topics .content .ols-card-long.course .version-badges {
	list-style-position: inside;
	list-style-type: none;
	display: block;
	padding: 0px;
	text-decoration: none;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.course-topics .content .ols-card-long.course .version-badges li {
	display: inline-block;
	border: 1px solid #999;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none;
	margin-right: 5px;
	color: #666;
	font-size: 14px;
}


.course-topics .content .skill-check-header {
	font-family: "Roboto Light", "Helvetica Neue", Arial, sans-serif;
	font-size: 26px;
	font-weight: normal;
	color: #000;
	text-transform: capitalize;
	padding: 0px;
	display: block;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}

.change-log {
}
.change-log .content {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 40px;
	padding-top: 10px;
}
.change-log .content h2 {
	font-size: 18px;
	font-weight: normal;
}
.change-log .content p {
	font-size: 14px;
}


















.section.channel-navigation {
	margin-top: 12px;
	margin-bottom: 12px;
}
.section.channel-navigation .navbar {
	display: table;
	margin-right: auto;
	margin-left: auto;
}
.section.channel-navigation .navbar-header {
	font-size: 14px;
	text-transform: uppercase;
	color: #666;
}
.section.channel-navigation .navbar #channels {
	list-style-type: none;
	max-width: 980px;
	padding: 0px;
	margin-top: 0px;
}
.section.channel-navigation .navbar #channels li {
	display: block;
	padding-bottom: 10px;
	white-space: nowrap;
	float: left;
	margin-bottom: 6px;
}
.section.channel-navigation .navbar #channels li a {
	text-decoration: none;
	color: #0088cc;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-size: 12px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #0088cc;
}
.section.channel-navigation .navbar #channels li a:hover, .section.channel-navigation .navbar #channels li a.active {
	color: #FFF;
	background-color: #0088cc;
}
.section.channel-navigation, .section.channel-navigation-breadcrumb {
}
.section.channel-navigation-breadcrumb {
	margin-top: 20px;
	margin-bottom: 0px;
	text-align: left;
}
.section.channel-navigation-breadcrumb .content.cf {
	text-align: left;
}
.section.channel-navigation-breadcrumb .navbar {
	display: table;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	float: left;
	width: 100%;
}
.section.channel-navigation-breadcrumb .navbar-header {
	font-size: 14px;
	text-transform: uppercase;
	color: #666;
	text-align: left;
}
.section.channel-navigation-breadcrumb .navbar #breadcrumbs {
	list-style-type: none;
	max-width: 980px;
	padding: 0px;
	margin-top: 0px;
	text-align: left;
}
.section.channel-navigation-breadcrumb .navbar #breadcrumbs li {
	display: block;
	padding-bottom: 10px;
	white-space: nowrap;
	float: left;
	margin-bottom: 6px;
	text-align: left;
	font-size: 14px;
	color: #666;
}
.section.channel-navigation-breadcrumb .navbar #breadcrumbs li a {
	text-decoration: none;
	color: #0088cc;
	margin-right: 4px;
	margin-left: 4px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	font-size: 14px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: left;
}
.section.channel-navigation-breadcrumb .navbar #breadcrumbs li a:hover {
	color: #0088cc;
	text-decoration: underline;
}
.section.channel-hero {
	text-align: left;
	background-color: #019eb5;
}
.section.channel-hero .content {
	padding-top: 30px;
	padding-bottom: 20px;
	color: #FFF;
}
.section.channel-hero .content h1 {
	font-family: "Roboto Light", "Helvetica Neue", "Arial", "sans-serif";
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0px;
	/* line-height: 0.875em; */
	margin-top: 0px;
	padding-bottom: 18px;
}
.section.channel-hero .content h1 span {
	text-transform: uppercase;
	font-size: 14px;
	color: #CCC;
	font-weight: bold;
}
.section.channel-hero .content #headerPara1 p {
	font-size: 16px;
	line-height: 1.2;
	margin: 0px;
	padding: 0 10px 20px 0;
}
.section.channel-hero .content .row .column.half.right {
	text-align: right;
}
.section.channel-hero .content .hero-image-container {
	height: 190px;
	width: 488px;
	position: relative;
}
.section.channel-hero .content .hero-image-container .header-image {
	position: absolute;
	top: 0px;
}
.section.channel-hero .content .hero-image-container .header-play {
	height: auto;
	width: 440px;
	position: relative;
	top: 50%;
	transform: translateY(-55%);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFF;
	outline: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.section.channel-hero .content .hero-image-container .header-play a {
	color: #FFF;
	text-shadow: 0 2px 2px #616161;
	text-decoration: none;
	outline: none;
}
.section.channel-hero .content .hero-image-container .header-play a img {
	outline: none;
}
.section.channel-hero .content .hero-image-container .header-play a:hover {
	text-decoration: underline;
}
.section.series-hero {
	text-align: left;
	background-color: #333333;
}
.section.series-hero .content {
	padding-top: 30px;
	padding-bottom: 20px;
	color: #FFF;
}
.section.series-hero .content h1 {
	font-family: "Roboto Light", "Helvetica Neue", "Arial", "sans-serif";
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 0px;
	/* line-height: 0.875em; */
	margin-top: 0px;
	padding-bottom: 18px;
}
.section.series-hero .content h1 span {
	text-transform: uppercase;
	font-size: 14px;
	color: #CCC;
	font-weight: bold;
}
.section.series-hero .content .intro-text {
	font-size: 16px;
	line-height: 1.2;
	margin: 0px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 0px;
}
.section.series-hero .content .intro-text.link {
	margin-top: 25px;
}
.section.series-hero .content .intro-text.link a {
	color: #2FBBFF;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	border: 1px solid #2FBBFF;
	background-color: #333;
	display: inline-block;
	text-align: center;
	min-width: 230px;
}
.section.series-hero .content .intro-text.link a:hover {
	color: #77D2FF;
	text-decoration: none;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 4px;
	padding-left: 6px;
	border: 1px solid #2FBBFF;
	background-color: rgba(255, 255, 255, 0.4);
}
.section.series-hero .content .row .column.half.right {
	text-align: right;
}
.section.series-hero .content .hero-image-container {
	height: 190px;
	width: 488px;
	position: relative;
}
.section.series-hero .content .hero-image-container .header-play {
	height: auto;
	width: 440px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	color: #FFF;
	outline: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.section.series-hero .content .hero-image-container .header-image {
	position: absolute;
	top: 0px;
}
.section.series-hero .content .hero-image-container .header-play a {
	color: #FFF;
	text-shadow: 0 2px 2px #616161;
	text-decoration: none;
	outline: none;
}
.section.series-hero .content .hero-image-container .header-play a img {
	outline: none;
}
.section.series-hero .content .hero-image-container .header-play a:hover {
	text-decoration: underline;
}
.section.footer {
	padding-top: 30px;
	padding-bottom: 30px;
	font-size: 12px;
}
.section.footer .content a {
	color: #0088cc;
	text-decoration: none;
}
.section.footer .content a:hover {
	text-decoration: underline;
}
.section.stream-content .content .header .view .button.icon {
	background-image: url(../images/cloud-icon-view-off.png);
	height: 19px;
	width: 19px;
	margin-right: 20px;
	display: inline-block;
}
.section.stream-content .content .header .view .button.icon.selected {
	background-image: url(../images/cloud-icon-view-on.png);
}
.section.stream-content .content .header .view .button.list {
	background-image: url(../images/cloud-list-view-off.png);
	height: 19px;
	width: 19px;
	display: inline-block;
}
.section.stream-content .content .header .view .button.list.selected {
	background-image: url(../images/cloud-list-view-on.png);
}



/* PRTRIPAT ~~ show hide styles ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ */
.hideme {
	display: none !important;
}

#loadingBack {
	background-color: #FFFFFF;
	background-image: url("../images/loading2.gif");
	background-position: center center;
	background-repeat: no-repeat;
	height: 100%;
	left: 0;
	list-style-position: outside;
	opacity: 0.6;
	position: fixed;
	top: 50%;
  transform: translateY(-50%);
	width: 100%;
	z-index: 20002;
}
		
.og-grid li.og-expanded > a::after, .section.stream-content .grid.lgHolder.streamBoxContainer li.og-expanded > a::after {
	bottom: -12px;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-bottom-color: #019eb5;
	border-width: 15px;
	left: 50%;
	margin: -20px 0 0 -15px;
}
.og-grid.listView li.og-expanded > a::after {
	left: 5%;
}
.og-expander {
	position: absolute;
	background: #019eb5;
	background: -moz-linear-gradient(top, #019eb5 0%, #003f47 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #019eb5), color-stop(100%, #003f47));
	background: -webkit-linear-gradient(top, #019eb5 0%, #003f47 100%);
	background: -o-linear-gradient(top, #019eb5 0%, #003f47 100%);
	background: -ms-linear-gradient(top, #019eb5 0%, #003f47 100%);
	background: linear-gradient(to bottom, #019eb5 0%, #003f47 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#019eb5', endColorstr='#003f47', GradientType=0 );
	top: auto;
	left: 0;
	width: 100%;
	margin-top: 10px;
	text-align: left;
	height: 0;
	overflow: hidden;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	-moz-transition: height 350ms ease-in;
	-webkit-transition: height 350ms ease-in;
	-o-transition: height 350ms ease-in;
	transition: height 350ms ease-in;
}
.og-close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: 20px;
	right: 20px;
	cursor: pointer;
}
.og-close::before, .og-close::after {
	content: '';
	position: absolute;
	width: 100%;
	top: 50%;
	height: 1px;
	background: #fcfcfc;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.og-close::after {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.og-close:hover::before, .og-close:hover::after {
	background: #222222;
}
.og-fullimg, .og-details {
	vertical-align: top;
	display: table-cell;
}
.og-fullimg {
	width: 212px;
	height: 119px;
}
.og-expander-inner {
	padding: 30px;
	height: 100%;
	display: table;
	margin: auto;
	width: 100%;
}
.og-fleft {
	width: 212px;
	text-align: center;
}
.og-fleft b {
	text-align: left;
	display: block;
	color: white;
	font-size: 13px;
}
.section.stream-content .grid .course-box .og-expander .og-fleft a {
	text-decoration: none;
	color: #ffffff;
	padding: 4px 6px;
	font-size: 12px;
	font-weight: bold;
	background-color: rgba(255, 255, 255, 0.4);
	border: 1px solid #ffffff;
	height: auto;
	width: 112px;
	display: inline-block;
	text-decoration: none;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-align: center;
	margin-top: 20px;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.section.stream-content .grid .course-box .og-expander .og-fleft a.firstbutton {
	margin-top: 35px;
}
.section.stream-content .grid .course-box .og-expander .og-fleft a:hover {
	background-color: #0088cc;
}
.section.stream-content .grid .course-box a span.thisImg {
	display: block;
	width: 212px;
	height: 116px;
	margin: 1px 1px 0;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.section.stream-content .grid .course-box.og-expanded a, .section.stream-content .grid .course-box a:hover {
	background-color: #e8f2f2;
}
.section.stream-content .grid .course-box.og-expanded a span.thisImg, .section.stream-content .grid .course-box a:hover span.thisImg {
	filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'saturate\' values=\'0.5\'/></filter></svg>#grayscale"); /* Firefox 10+ */
	filter: gray alpha(opacity=50); /* IE6-9 */
	-webkit-filter: grayscale(50%); /* Chrome 19+ & Safari 6+ */
}
/* List View Styles */
.listView {
	margin-top: 30px !important;
	height: 280px;
	width: 216px;
}
.section.stream-content .grid.listView .course-box {
	display: block;
	margin: 10px 0;
	/*padding: 20px 0; */
	border-bottom: 1px solid #999;
	float: left;
	width: 100%;
	height: 60px;
}
.section.stream-content .grid.listView li.course-box .circle {
	border: none;
	margin: 0;
	padding: 0;
	display: inline;
	position: absolute;
	left: -7px;
	z-index: 1000;
}
.section.stream-content .grid.listView li.course-box .circle::after {
	content: ". ";
}
.section.stream-content .grid.listView .course-box.series a .channel-background-overlay {
	display: none;
}
.section.stream-content .grid.listView .course-box.series a .title {
	color: #333;
	width: 100%;
	text-align: left;
	float: left;
	transform: none;
	font-size: 14px;
}

.section.stream-content .grid.listView .course-box.channel a .title {
	color: #333;
	width: 100%;
	text-align: left;
	float: left;
	transform: none;
	font-size: 14px;
}


.section.stream-content .grid.listView .course-box.series a .marker {
	display: none;
}
.section.stream-content .grid.listView .course-box.series a .title br {
	display: none;
}

.section.stream-content .grid.listView .course-box.channel a .marker {
	display: none;
}
.section.stream-content .grid.listView .course-box.channel a .title br {
	display: none;
}

.section.stream-content .grid.listView .course-box.series a .title .topics {
	display: block;
	padding: 0;
	margin-top: 6px;
	font-weight: bold;
	color: #666666;
}

.section.stream-content .grid.listView .course-box.channel a .title .topics {
	display: block;
	padding: 0;
	margin-top: 6px;
	font-weight: bold;
	color: #666666;
}
.section.stream-content .grid.listView .course-box a {
	width: auto;
	display: inline-block;
	background-color: transparent;
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	float: left;
	width: 100%;
	height: 56px;
	-moz-transition: all .2s ease-in;
	-webkit-transition: all .2s ease-in;
	-o-transition: all .2s ease-in;
	transition: all .2s ease-in;
}
.section.stream-content .grid.listView .course-box a:hover {
	background-color: #e8f2f2;
}
.section.stream-content .grid.listView .course-box.series a {
	border: none;
	box-shadow: none;
	-webkit-box-shadow: none;
}
.section.stream-content .grid.listView .course-box.series a .title {
	color: #0088cc;
}
.section.stream-content .grid.listView .course-box.channel a .title {
	color: #333;
}
.section.stream-content .grid.listView .course-box a span.thisImg {
	display: none;
}
.section.stream-content .grid.listView .course-box a .title {
	height: auto;
	top: 0;
	width: auto;
	position: relative;
	color: #0088cc;
	left: 20px;
	text-align: left;
}
.section.stream-content .grid.listView .course-box a .duration {
	top: auto;
	width: auto;
	position: relative;
	margin-top: 6px;
	padding-left: 12px;
	text-align: left;
}
.section.stream-content .grid.listView .course-box a .points {
	top: auto;
	width: auto;
	position: relative;
	margin-top: 6px;
	padding-left: 12px;
	text-align: left;
}
.section.stream-content .grid.listView .og-expander {
	margin-top: 66px;
}
.section.stream-content .grid.listView .course-box a .add-queue {
	top: 15px;
	bottom: auto;
	color: #333;
}
.section.stream-content .grid.listView .course-box a .add-queue.remove {
	color: #333;
}
.section.stream-content .grid.listView .course-box a div.format {
	margin-top: 6px;
	padding-left: 12px;
	position: relative;
	text-align: left;
	top: auto;
	width: auto;
}
.section.stream-content .grid.listView .course-box.LPBoxContainer a div.channel-background, .section.stream-content .grid.listView .course-box.LPBoxContainer a div.channel-background-overlay, .section.stream-content .grid.listView .course-box.LPBoxContainer a i.fa, .section.stream-content .grid.listView .course-box.LPBoxContainer a div.marker {
	display: none;
}
.section.stream-content .grid.listView .course-box.LPBoxContainer a div.title {
	color: #333;
	font-size: 14px;
}
.section.stream-content .grid.listView .course-box.LPBoxContainer a div.progress-title {
	bottom: auto;
	top: 0;
	float: right;
}
.section.stream-content .course-box.channel.LPBoxContainer a .marker {
	display: none;
}
.sweet-alert h2 {
	font-size: 20px !important;
}
.sweet-alert button {
	padding: 6px 28px !important;
	font-size: 15px;
}
.sweet-alert fieldset {
	display: none;
}
.fancybox-skin {
	background-color: #272727 !important;
}
.fancybox-title {
	color: #cecece;
	padding: 0 0 10px;
	font-weight: bold;
}
#terms-header {
	display: block;
}
#terms-header .content.cf .ou-logo {
	display: block;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
}
#terms-header .content.cf h2 {
	display: block;
	font-family: "Roboto Light", "Helvetica Neue", Arial, sans-serif;
	font-size: 26px;
	font-weight: bold;
	text-align: center;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 6px;
	padding-left: 0px;
}
#terms-header .content.cf p {
	text-align: center;
	display: block;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	padding-bottom: 10px;
	line-height: 1.3em;
}

.terms {
	background-color: #FFF;
	background-image: none;
	margin-top: 5px;
	margin-bottom: 0px;
}
.terms .content.cf h3 {
	font-size: 16px;
	font-weight: bold;
	padding: 0px;
	color: #666;
	line-height: 1.3em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.terms .content.cf p {
	font-size: 14px;
	font-weight: normal;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 1.3em;
}
.terms .content.cf ul {
	font-size: 14px;
	line-height: 1.3em;
	margin-left: 18px;
	padding-left: 0em;
	list-style-position: outside;
	text-indent: 0em;
}
.terms .content.cf ul li {
	line-height: 1.3em;
	padding: 0px;
	margin-top: 2px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}

/* ************************************************************************************ */

.tree {
	min-height: 20px;
	padding: 19px;
	margin-bottom: 20px;
	background-color: #fbfbfb;
	border: 1px solid #999;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
	background: #ffffff;
	background: -moz-linear-gradient(-45deg, #ffffff 0%, #d9f5ff 100%);
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, #ffffff), color-stop(100%, #d9f5ff));
	background: -webkit-linear-gradient(-45deg, #ffffff 0%, #d9f5ff 100%);
	background: -o-linear-gradient(-45deg, #ffffff 0%, #d9f5ff 100%);
	background: -ms-linear-gradient(-45deg, #ffffff 0%, #d9f5ff 100%);
	background: linear-gradient(135deg, #ffffff 0%, #d9f5ff 100%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d9f5ff', GradientType=1 );
}
.tree li {
	list-style-type: none;
	margin: 0;
	padding: 10px 5px 0 5px;
	position: relative;
	text-align: left;
	font-size: 13px;
	display: block;
	overflow: visible !important;
}
.tree li a {
	text-decoration: none;
	color: #0088cc;
	font-size: 13px;
	font-weight: bold;
}
.tree li a:hover {
	text-decoration: underline;
}
.tree li::before, .tree li::after {
	content: '';
	left: -31px;
	position: absolute;
	right: auto;
}
.tree li::before {
	border-left: 1px solid #999;
	bottom: 50px;
	height: 100%;
	top: 0;
	width: 1px;
}
.tree li::after {
	border-top: 1px solid #999;
	height: 20px;
	top: 19px;
	width: 36px;
}
.tree li span {
	border: 1px solid #777;
	color: #777;
	display: inline-block;
	padding: 0;
	height: 18px;
	width: 18px;
	text-align: center;
	text-decoration: none;
	line-height: 15px;
	cursor: pointer;
	margin-right: 6px;
	font-size: 14px;
}
.tree li.parent_li>span {
	cursor: pointer;
}
.tree>ul>li::before, .tree>ul>li::after {
	border: 0;
}
.tree li:last-child::before {
	height: 100%;
}
.tree li.parent_li>span:hover, .tree li.parent_li>span:hover+ul li span {
	background: #eee;
	border: 1px solid #94a0b4;
	color: #000;
}
.tree .showhide {
	float: right;
}
.tree .showhide a {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	color: #0088cc;
	font-weight: bold;
	padding: 0 8px;
}
.tree .showhide a:hover {
	text-decoration: underline;
}
/* ************************************************************************************ */

.og-grid {
	list-style: none;
	padding: 20px 0;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}
.og-grid li {
	display: inline-block;
	margin: 10px 5px 0 5px;
	vertical-align: top;
	height: 250px;
}
.og-grid li > a, .og-grid li > a img {
	border: none;
	outline: none;
	display: block;
	position: relative;
}
.og-details {
	padding: 0 40px 0 20px;
	width: 100%;
}
.og-fullimg {
	text-align: center;
}
.og-fullimg img {
	display: inline-block;
	max-height: 100%;
	max-width: 100%;
	-moz-border-radius: 1px;
	-webkit-border-radius: 1px;
	border-radius: 1px;
}
.og-details h3 {
	font-weight: 300;
	font-size: 22px;
	color: #fafafa;
	padding: 0;
	margin: 0 0 30px 0;
	text-shadow: 0 2px 2px #616161;
}
.og-details dt {
	font-size: 13px;
	line-height: 22px;
	color: #ffffff;
	text-shadow: 0 1px 1px #777777;
}
.og-details dt span {
	margin-left: 3px;
}
.og-details .og-desc {
	margin-top: 20px;
	font-weight: 400;
	font-size: 14px;
	color: #eeeeee;
	text-shadow: 0 1px 1px #777777;
}
.og-details .og-desc ul {
	padding: 0;
	margin: 14px 0;
}
.og-details .og-desc ul li {
	display: list-item;
	height: auto;
	margin: 0;
	padding-bottom: 5px;
	list-style: inside none disc;
}
.og-details a {
	font-weight: 700;
	font-size: 16px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding: 10px 20px;
	border: 3px solid #333;
	display: inline-block;
	margin: 30px 0 0;
	outline: none;
}
.og-details a::before {
	content: '\2192';
	display: inline-block;
	margin-right: 10px;
}
.og-details a:hover {
	border-color: #999;
	color: #999;
}
.og-loading {
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: #ddd;
	box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ccc;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
	-webkit-animation: loader 0.5s infinite ease-in-out both;
	-moz-animation: loader 0.5s infinite ease-in-out both;
	animation: loader 0.5s infinite ease-in-out both;
}
 @-webkit-keyframes loader {
 0% {
background: #ddd;
}
 33% {
background: #ccc;
box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
}
 66% {
background: #ccc;
box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
}
}
 @-moz-keyframes loader {
 0% {
background: #ddd;
}
 33% {
background: #ccc;
box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
}
 66% {
background: #ccc;
box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
}
}
 @keyframes loader {
 0% {
background: #ddd;
}
 33% {
background: #ccc;
box-shadow: 0 0 1px #ccc, 15px 30px 1px #ccc, -15px 30px 1px #ddd;
}
 66% {
background: #ccc;
box-shadow: 0 0 1px #ccc, 15px 30px 1px #ddd, -15px 30px 1px #ccc;
}
}
 @media screen and (max-width: 830px) {
.og-expander h3 {
	font-size: 32px;
}
.og-expander p {
	font-size: 13px;
}
.og-expander a {
	font-size: 12px;
}
}
 @media screen and (max-width: 650px) {
.og-fullimg {
	display: none;
}
.og-details {
	float: none;
	width: 100%;
}
}
/* Progress bar */
.meter {
	padding: 0 1px;
}
.meter > span {
	display: block;
	height: 7px;
	background-color: rgb(43,194,83);
	-webkit-transition: all 0.7s ease-in;
    transition: all 0.7s ease-in;
	/* background-image: -webkit-gradient(
	  linear,
	  left bottom,
	  left top,
	  color-stop(0, rgb(43,194,83)),
	  color-stop(1, rgb(84,240,84))
	 );
	background-image: -moz-linear-gradient(
	  center bottom,
	  rgb(43,194,83) 37%,
	  rgb(84,240,84) 69%
	 );
	-webkit-box-shadow:
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	-moz-box-shadow:
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4);
	box-shadow:
	  inset 0 2px 9px  rgba(255,255,255,0.3),
	  inset 0 -2px 6px rgba(0,0,0,0.4); */
	position: relative;
	overflow: hidden;
}
.meter > span:after, .animate > span > span {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,  color-stop(.25, rgba(255, 255, 255, .2)),  color-stop(.25, transparent), color-stop(.5, transparent),  color-stop(.5, rgba(255, 255, 255, .2)),  color-stop(.75, rgba(255, 255, 255, .2)),  color-stop(.75, transparent), to(transparent)  );
	background-image: -moz-linear-gradient(  -45deg,  rgba(255, 255, 255, .2) 25%,  transparent 25%,  transparent 50%,  rgba(255, 255, 255, .2) 50%,  rgba(255, 255, 255, .2) 75%,  transparent 75%,  transparent  );
	z-index: 1;
	-webkit-background-size: 50px 50px;
	-moz-background-size: 50px 50px;
	background-size: 50px 50px;
	/*-webkit-animation: move 2s linear infinite;
	-moz-animation: move 2s linear infinite;*/
	-webkit-border-top-right-radius: 8px;
	-webkit-border-bottom-right-radius: 8px;
	-moz-border-radius-topright: 8px;
	-moz-border-radius-bottomright: 8px;
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
	-webkit-border-top-left-radius: 20px;
	-webkit-border-bottom-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	-moz-border-radius-bottomleft: 20px;
	border-top-left-radius: 20px;
	border-bottom-left-radius: 20px;
	overflow: hidden;
}
.animate > span:after {
	display: none;
}
 @-webkit-keyframes move {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 50px 50px;
}
}
 @-moz-keyframes move {
 0% {
 background-position: 0 0;
}
 100% {
 background-position: 50px 50px;
}
}
.orange > span {
	background-color: #f1a165;
	background-image: -moz-linear-gradient(top, #f1a165, #f36d0a);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f1a165), color-stop(1, #f36d0a));
	background-image: -webkit-linear-gradient(#f1a165, #f36d0a);
}
.red > span {
	background-color: #f0a3a3;
	background-image: -moz-linear-gradient(top, #f0a3a3, #f42323);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #f0a3a3), color-stop(1, #f42323));
	background-image: -webkit-linear-gradient(#f0a3a3, #f42323);
}
.nostripes > span > span, .nostripes > span:after {
	-webkit-animation: none;
	-moz-animation: none;
	background-image: none;
}
.meter, .meter > span {
	display: hidden;
}
.og-fleft b {
	display: none !important;
}
/* *************************************************************************************************** */

/* Learning Paths */
ul.tab-header {
	margin: 0 0 10px;
	padding: 0;
	display: inline-block;
}
ul.tab-header li {
	border: 1px solid #0188CC;
	background-color: #FFFFFF;
	list-style-type: none;
	display: inline;
	padding: 3px 25px;
	float: left;
}
ul.tab-header li#tabsli1 {
	border-radius: 4px 0 0 4px;
	background-clip: padding-box;
}
ul.tab-header li#tabsli2 {
	border-radius: 0 4px 4px 0;
	background-clip: padding-box;
}
ul.tab-header li a {
	text-decoration: none;
	color: #444;
	font-size: 16px;
	margin: 0;
	padding: 0;
}
ul.tab-header li.tab-active {
	background-color: #0188CC;
}
ul.tab-header li.tab-active a {
	color: #FFF;
}
.section.stream-content #LPBoxContainer .course-box.channel a .title, .section.stream-content .course-box.channel.LPBoxContainer a .title {
	top: 35%;
}
.section.stream-content #LPBoxContainer .course-box.channel a i.fa, .section.stream-content .course-box.channel.LPBoxContainer a i.fa {
	display: block;
	text-align: center;
	position: relative;
	top: 125px;
	font-size: 25px;
	color: #aaa;
}
.section.stream-content #LPBoxContainer .course-box.channel a i.fa.fa-check-circle, .section.stream-content .course-box.channel.LPBoxContainer a i.fa.fa-check-circle {
	color: #80FE00;
}
.section.stream-content #LPBoxContainer .course-box.channel a i.fa.fa-adjust, .section.stream-content .course-box.channel.LPBoxContainer a i.fa.fa-adjust {
	color: #FE7D08;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.section.stream-content #LPBoxContainer .course-box.channel a .progress-title, .section.stream-content .course-box.channel.LPBoxContainer a .progress-title {
	display: block;
	text-align: center;
	position: relative;
	top: 130px;
	font-size: 12px;
	font-weight: bold;
	color: #aaa;
}
.section.stream-content #LPBoxContainer .course-box.channel a .progress-title.ptc, .section.stream-content .course-box.channel.LPBoxContainer a .progress-title.ptc {
	color: #80FE00;
}
.section.stream-content #LPBoxContainer .course-box.channel a .progress-title.ptp, .section.stream-content .course-box.channel.LPBoxContainer a .progress-title.ptp {
	color: #FE7D08;
}
ul.cloudLP {
	text-align: left;
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	border-left: 1px solid #888;
	margin-left: 20px;
}
ul.cloudLP a {
	color: #0088cc;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
}
ul.cloudLP a:hover {
	text-decoration: underline;
}
ul.cloudLP li {
	display: block;
	margin-bottom: 25px;
}
ul.cloudLP li span.lpnum {
	display: inline-block;
	color: #FFF;
	background-color: #888;
	width: 36px;
	height: 36px;
	text-align: center;
	border-radius: 18px;
	background-clip: padding-box;
	line-height: 36px;
	margin-left: -59px;
	font-weight: bold;
	font-size: 14px;
}
.lpbullet {
	font-size: 21px !important;
	color: #aaa;
	margin: auto 15px auto 20px;
	vertical-align: -3px;
}
.tree2 .lpbullet {
	margin: auto 10px;
}
.fa-check-circle {
	color: #499302;
}
.fa-adjust {
	color: #FF7B01;
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.tree2 {
	display: inline-table;
	width: 90%;
}
.tree2 ul.parent {
	padding: 0;
}
.tree2 li {
	list-style-type: none;
	margin: 0 auto !important;
	padding: 0;
	position: relative;
	text-align: left;
	font-size: 13px;
	display: block;
	overflow: visible !important;
}
.tree2 li ul {
	padding-top: 10px;
}
.tree2 li ul li {
	min-height: 40px;
}
.tree2 li a {
	text-decoration: none;
	color: #0088cc;
	font-size: 13px;
	font-weight: bold;
}
.tree2 li a:hover {
	text-decoration: underline;
}
.tree2 li::before, .tree2 li::after {
	content: '';
	left: -31px;
	position: absolute;
	right: auto;
}
.tree2 li::before {
	border-left: 1px solid #999;
	bottom: 50px;
	height: 100%;
	top: 0;
	width: 1px;
}
.tree2 li::after {
	border-top: 1px solid #999;
	height: 20px;
	top: 10px;
	width: 30px;
}
.tree2 li span {
	border: 1px solid #0088cc;
	border-radius: 2px;
	color: #0088cc;
	display: inline-block;
	padding: 0;
	height: 18px;
	width: 18px;
	text-align: center;
	text-decoration: none;
	line-height: 15px;
	cursor: pointer;
	margin-right: 6px;
	font-size: 14px;
}
.tree2 li.parent_li>span {
	cursor: pointer;
}
.tree2>ul>li::before, .tree2>ul>li::after {
	border: 0;
}
.tree2 li:last-child::before {
	height: 30px;
}
.tree2 li.parent_li>span:hover, .tree2 li.parent_li>span:hover+ul li span {
	background: #83BEDB;
	border: 1px solid #0076B2;
	color: #fff;
}
.tree2 li.parent_li > b {
	color: #0088cc;
	cursor: pointer;
}
.tree2 .showhide {
	float: right;
}
.tree2 .showhide a {
	display: inline-block;
	font-size: 12px;
	text-decoration: none;
	color: #0088cc;
	font-weight: bold;
	padding: 0 8px;
}
.tree2 .showhide a:hover {
	text-decoration: underline;
}
.position {
	float: right;
	margin: 0;
}
#circle {
	float: right;
	margin-top: 0px;
}
#circle .prog-circle {
	background-color: #5b5b5b;
}
#circle .prog-circle .percenttext {
	color: #fd7f00;
	font-size: 20px;
	font-weight: bold;
}
.prog-circle .fill, .prog-circle .bar {
	box-sizing: content-box;
	border-color: #fd7f00;
}
.prog-circle .after {
	background-color: #333;
}
#finalStepSec {
	text-align: left;
	border-top: 1px solid #ccc;
	margin-top: 10px;
	padding-top: 20px
}
#finalStepSec h1 {
	font-size: 16px;
}
#finalStepSec h2 {
	font-size: 15px;
	color: #888888;
}
#finalStepSec li {
	list-style-type: none;
	margin-top: 20px;
}
#finalStepSec li i {
	font-size: 22px;
	color: #0088cc;
}
#finalStepSec li a {
	color: #0088cc;
	margin-left: 20px;
	text-decoration: none;
	vertical-align: 3px;
}
#finalStepSec li a:hover {
	text-decoration: underline;
}
/*.block div{margin-bottom: 10px;}*/
.cProgress {
	border: 2px solid #777;
	display: inline-block;
	width: 18px;
	height: 18px;
	border-radius: 18px;
	background-clip: padding-box;
	margin-right: 5px;
	background-color: #eee;
	vertical-align: -5px;
}
.cProgress.complete {
	background-color: #11A900;
}
.cProgress.inprogress {
	background-color: #F8A00B;
}
.ctype {
	width: 100px;
	height: 18px;
	border-radius: 5px;
	font-size: 12px;
	display: block;
}
/*email style sheeet*/
	/* Styles for email boxes*/
#right-container #email-report {
	border-bottom: 1px solid #c7c7c7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	padding-bottom: 10px;
	text-align: center;
}
#emailReportBox {
	background-color: #000;
	background-position: center center;
	background-repeat: no-repeat;
	display: none;
	height: 100%;
	left: 0;
	list-style-position: outside;
	opacity: 0.8;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 20003;
}
#emailReportBoxInner {
	background-clip: padding-box;
	background-color: #ffffff;
	border: 14px solid rgba(153, 153, 153, 0.5);
	border-radius: 5px;
	box-shadow: 5px 5px 8px 0 #000;
	color: #333333;
	display: none;
	font-size: 16px;
	font-weight: bold;
	height: 350px;
	left: 0;
	margin-left: 30%;
	margin-top: 10%;
	opacity: 1;
	padding: 75px 30px 40px;
	position: absolute;
	top: 0;
	width: 40%;
	z-index: 20005;
}
#emailReportBoxInner p {
	font-size: 12px;
	font-weight: bold;
}
#emailReportBoxInner #reportEmailId {
	color: #222222;
	font-size: 12px;
	margin-bottom: 0;
	padding: 3px 2px;
	width: 350px;
}
#emailReportBoxInner .contentnavigatorbuy {
	clear: both;
	float: none;
	margin: 30px 0 10px;
}
#emailReportBoxInner .contentnavigatorbuy2 {
	clear: both;
	float: none;
	font-weight: normal;
	margin: 30px 0 10px;
}
#emailReportBoxInner #closeEmailReport {
	cursor: pointer;
	position: absolute;
	right: 5px;
	top: 5px;
}
#emailReportBoxInner #emailReportLoader {
	display: none;
}
.contentnavigatorbuy {
	color: #FFF;
  text-decoration: none;
  background-color: #09C;
	width: 140px;
	cursor: pointer;
  padding-top: 6px;
  padding-right: 24px;
  padding-bottom: 6px;
  padding-left: 24px;
  font-size: 14px;
  font-weight: bold;
  border-radius: 2px;
  box-shadow: 0 1px 3px 0 rgba(0,0,0,.2), 0 1px 1px 0 rgba(0,0,0,.14), 0 2px 1px -1px rgba(0,0,0,.12);
}
	/*end of email Style sheet*/

/* New Progress *********************************************************************************************/
.cprogress {
	cursor: default;
	display: inline-block;
	font-size: 30px;
	height: 1em;
	position: relative;
	text-align: -webkit-match-parent;
	width: 1em;
	top: 123px;
	margin-left: 1px;
}
.cprogress:before {
	background: #ccc;
	border-radius: .5em;
	content: '';
	display: block;
	height: 1em;
	moz-border-radius: .5em;
	opacity: 1;
	position: absolute;
	webkit-border-radius: .5em;
	width: 1em;
	z-index: 0;
}
.cprogress.progressComplete:before, .cprogress.progressStarted:before {
	background: #ddd;
}
.cprogress:after {
	border-radius: .5em;
	content: '';
	display: block;
	height: .8em;
	left: .1em;
	moz-border-radius: .5em;
	position: absolute;
	top: .1em;
	webkit-border-radius: .5em;
	width: .8em;
	z-index: 1;
}
.cprogress>#slice.gt50 {
	clip: rect(auto,auto,auto,auto);
}
.cprogress>#slice {
	clip: rect(0px,1em,1em,0.5em);
	height: 30px;
	position: absolute;
	width: 30px;
}
.cprogress>#slice>.pie {
	border: .1em solid #F8A00B;
	border-radius: .5em;
	clip: rect(0em,0.5em,1em,0em);
	height: 30px;
	position: absolute;
	width: 30px;
}
.cprogress.progressComplete>#slice>.pie {
	border: .1em solid #11A900;
}
.cprogress>#slice>.pie.fill {
	moz-transform: rotate(180deg)!important;
	o-transform: rotate(180deg)!important;
	transform: rotate(180deg)!important;
	webkit-transform: rotate(180deg)!important;
}
.percent {
	background: transparent;
	font-size: 11px;
	font-weight: bold;
	height: 30px;
	left: 0;
	line-height: 30px;
	padding: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 30px;
}
/**************************************************************************************/
.spinner {
    
    top: 50%!important;
    
}

/* Trial Container Styles */
.trial-container {
	display: table;
	width: 360px;
	float: right;
	margin: 3px 0px 0px 30px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	-webkit-box-shadow: 0 2px 6px 0 #B4B4B4;
	box-shadow: 0 2px 6px 0 #B4B4B4;
}
.col {
	display: table-cell;
	padding: 6px;
}
.trial-container .col p {
	margin: 0px;
	padding: 0px;
}
.trial-container {
}
.trial-container .col.left {
	background-color: #5BB85D;
	color: #FFFFFF;
	text-align: center;
}
.trial-container .col.right {
	background-color: #FFFFFF;
	color: #3A3A3A;
	text-align: center;
}
.trial-container .col.right p a {
	text-decoration: none;
	color: #009BFF;
}
/* Trial Container Styles End */
	
/* Guest Container Styles */
.guest-container {
	display: table;
	width: 600px;
	float: right;
	margin: 4px 0px 0px 30px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 12px;
	-webkit-box-shadow: 0 2px 6px 0 #B4B4B4;
	box-shadow: 0 2px 6px 0 #B4B4B4;
}
.col {
	display: table-cell;
	padding: 4px;
}
.guest-container .col p {
	margin: 0px;
	padding: 0px;
}
.guest-container .col.left {
	width: 50%;
	background-color: #F35A00;
	color: #FFFFFF;
	text-align: center;
}
.guest-container .col.right {
	background-color: #FFFFFF;
	color: #3A3A3A;
	text-align: center;
}
.guest-container .col.right a {
	display: inline-block;
	margin: 0px 10px 0px 10px;
	text-decoration: none;
	color: #009BFF;
}
/* Trial Container Styles End */
