p{
	font-size: large;
}
ul{
	font-size: large;
}
ol{
	font-size: large;
}
.global-navbar {
	/* 	box-shadow: 0px 10px 30px rgba(1, 1, 1, 0.4); */
	background: -moz-linear-gradient(top, #41AEA2 0%, #2a8a8f 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #36b0b6),
		color-stop(100%, #2a8a8f));
	background: -webkit-linear-gradient(top, #41AEA2 0%, #2a8a8f 100%);
	background: -o-linear-gradient(top, #41AEA2 0%, #2a8a8f 100%);
	background: -ms-linear-gradient(top, #41AEA2 0%, #2a8a8f 100%);
	background: linear-gradient(top, #41AEA2 0%, #2a8a8f 100%);
	border: 0px;
	border-radius: 0px;
}

.dropdown-menu>li>a:hover {
	color: #379F9A;
}

.navbar-nav>li>a {
	color: white !important;
	font-size: 16px;
	border-radius: 6px;
}

.navbar-nav>li>a:hover, .navbar-default .navbar-nav>.open>a {
	background-color: #257A7C !important;
}

/* Horizontal menu*/
.h-menu {
	float: left;
	padding: 0px;
	margin: 0px;
}

.h-menu>li {
	list-style: none;
	float: left;
}

.h-menu>li>a {
	color: white;
	padding: 15px 15px 15px 15px;
}

.course-box {
	cursor: pointer;
	border: 1px #2d2d2d solid;
	border-color: rgba(1, 1, 1, 0.1);
	border-radius: 5px;
	box-shadow: 2px 2px 1px rgba(1, 1, 1, 0.1);
	background-color: white;
	height: 400px;
	width: 48%;
	float: left;
	margin-right: 1%;
	margin-left: 1%;
	margin-bottom: 20px;
	text-align: center;
	padding: 1% 1% 1% 1%;
	position: relative;
}

.course-box h2 {
	text-align: center;
}

.course-box:hover {
	background-color: #efefef
}

.vertical-content-nav-bar {
	padding-left: 0px;
	padding-right: 0px;
	border: 1px #2d2d2d solid;
	border-color: rgba(1, 1, 1, 0.1);
	height: 100%;
}

.vertical-content-nav-bar-scrollable-list {
	overflow: auto;
	height: 70%;
}

.vertical-content-nav-bar-scrollable-list::-webkit-scrollbar {
	width: 12px;
}

.vertical-content-nav-bar-scrollable-list::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.vertical-content-nav-bar-scrollable-list::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.vertical-content-nav-bar-title {
	width: 100%;
	padding-left: 20px;
	height: 15%;
	border-bottom: 2px #000000 solid;
}

.vertical-content-nav-bar-course-title-text {
	cursor: pointer;
	color: gray;
}

.vertical-content-nav-bar-course-title-text:hover {
	color: #978FBA;
	text-decoration: none;
}

.vertical-side-bar-item-center-wrapper {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
}

.vertical-side-bar-item-text {
	padding-left: 40px;
}

.vertical-side-bar-item:hover {
	background-color: rgba(149, 206, 100, .9);
	color: #FFFFFF;
}

.vertical-side-bar-middle-box .selected {
	background-color: rgba(149, 206, 100, .9);
}

.vertical-side-bar-middle-box .selected:hover {
	color: #FFFFFF;
}

.vertical-side-bar-item {
	width: 100%;
	transition: background-color 0.1s linear, color 0.1s linear;
	cursor: pointer;
	border-bottom: 1px #2d2d2d solid;
	border-color: rgba(1, 1, 1, 0.1);
	min-height: 60px;
	display: table;
	padding: 4px 0px;	
}

.vertical-content-nav-bar-item {
	max-width: 600px;
	position: relative;
	background-color: white;
	height: 80px;
	margin: 15px auto 15px auto;
	transition: background-color 0.1s linear;
	border-bottom: 1px #2d2d2d solid;
	border-color: rgba(1, 1, 1, 0.1);
	min-height: 55px;
	padding-top: 20px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.content-item-box-wrapper {
	width: 100%;
	display: table;
	min-height: 60px;
}

.content-item-box {
	display: table-cell;
	vertical-align: middle;
	width: 100%;
	height: 100%;
	position: relative;
	background-color: white;
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #2d2d2d solid;
	border-color: rgba(1, 1, 1, 0.1);
}

.content-item-box a span {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
}

.content-item-box img {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.content-item-box p {
	display: inline-block;
	width: 70%;
	padding-left: 44px;
	vertical-align: middle;
}

.vertical-content-nav-bar-title-text {
	font-weight: 900;
	font-size: 20px;
	letter-spacing: 3px;
}

.vertical-content-nav-bar-item-text {
	font-size: 25px;
	vertical-align: middle;
	color: #757575;
}

.vertical-side-bar-item-icon {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
}

.vertical-side-bar-item-icon-text {
	display: inline-block;
	vertical-align: middle;
	width: 70%;
	padding-left: 10px;
}

.vertical-content-nav-bar-next-section-box {
	width: 100%;
	transition: background-color 0.1s linear;
	cursor: pointer;
	border-top: 1px #2d2d2d solid;
	border-color: rgba(1, 1, 1, 0.1);
	position: relative;
	height: 15%;
}

.vertical-content-nav-bar-next-section-box-label {
	width: 100%;
	position: relative;
	padding-left: 20px;
	height: 15%;
	border-top: 2px #000000 solid;
}

.vertical-content-nav-bar-next-section-box-label-text {
	font-weight: 900;
	font-size: 16px;
	margin-top: 20px;
	line-height: 60px;
	letter-spacing: 2px;
	color: #444444;
}

.vertical-content-nav-bar-next-section-box-icon {
	position: absolute;
	top: 20px;
	left: 15px;
}

.vertical-content-nav-bar-next-section-box-text {
	margin-left: 80px;
	line-height: 80px;
	color: #929292;
}

.no-padding-wrapper {
	margin-left: -80px;
	margin-right: -80px;
}

#contentarea {
	overflow: auto;
	margin-left: 260px;
	background-color: #F1F1F1;
	height: 100%;
	min-height: 110vh;
}

.vertical-side-bar-container {
	position: relative;
	padding-left: 0;
	padding-right: 0;
	padding-top: 100px;
	padding-bottom: 100px;
	width: 260px;
	height: 100vh;
	float: left;
	transition-property: margin-left;
	transition-duration: .5s;
	z-index: 100;
}

.vertical-side-bar-top-box {
	background-color: #F9F9F9;
	border-right: 1px #2d2d2d solid;
	border-bottom: 1px #2d2d2d solid;
	border-color: rgba(1, 1, 1, 0.1);
	width: 100%;
	height: 100px;
	position: absolute;
	top: 0;
	padding: 10px 20px 10px 20px;
	border-color: rgba(1, 1, 1, 0.1);
}

.vertical-side-bar-top-box-title {
	font-size: 20px;
}

.carousel-step {
	width: 100%;
}

.carousel-step-info {
	width: 100%;
	position: absolute;
	background-color: rgba(0, 0, 0, 0.78);
	color: white;
	top: 0px;
	height: auto;
	top: 0px;
	padding-left: 20px;
}

.carousel-step-video {
	width: 100%;
}

#carousel-wrapper {
	width: 100%;
}

.search-box-wrapper {
	float: right;
	width: 200px;
	font-size: 15px;
}

.search-box-wrapper form {
	position: relative;
}

.search-box-wrapper form span {
	position: absolute;
	left: 10px;
	top: 11px;
}

.search-form {
	padding-left: 44px;
	height: 44px;
	font-size: 18px;
}

.vertical-side-bar-middle-box {
	border-right: 1px #2d2d2d solid;
	border-color: rgba(1, 1, 1, 0.1);
	background-color: #FEFEFE;
	width: 100%;
	height: 100%;
	overflow-y: auto;
}

.vertical-side-bar-middle-box::-webkit-scrollbar {
	width: 12px;
}

.vertical-side-bar-middle-box::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
	border-radius: 10px;
}

.vertical-side-bar-middle-box::-webkit-scrollbar-thumb {
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.vertical-side-bar-bottom-box {
	border-right: 1px #2d2d2d solid;
	border-top: 1px #2d2d2d solid;
	border-color: rgba(1, 1, 1, 0.1);
	background-color: #F9F9F9;
	width: 100%;
	height: 100px;
	padding: 5px 20px 10px 20px;
}

.vertical-side-bar-bottom-box-next {
	margin-bottom: 10px;
}

.vertical-side-bar-bottom-box-next-module-icon {
	display: inline-block;
	vertical-align: middle;
}

.vertical-side-bar-bottom-box-next-module-text {
	margin-bottom: 0px;
	color: #555;
	font-weight: 700;
}

.vertical-side-bar-bottom-box-next-module-title {
	display: inline-block;
	vertical-align: middle;
	max-width: 90%;
}

.vertical-side-bar-top-bottom-next {
	color: #31B4E7;
	cursor: pointer;
	margin-top: 15px;
}

.fixed-sidebar-top {
	position: fixed !important;
	top: 0px !important;
}

.sidebar-bottom {
	position: absolute !important;
}

.container-sidepadder {
	padding-left: 6%;
	padding-right: 6%;
}

.tutorials-jumbotron-settings {
	height: 400px;
	margin-bottom: 0px;
	background-color: #2E91BC;
	background-position: 50% 20%;
	background-size: 100%;
	position: relative;
	color: white;
	text-align: center;
	padding-top: 20px;
}

.tutorials-jumbotron-settings img {
	border-radius: 100%;
	border: 10px solid white;
}

.tutorials-jumbotron-settings h2 {
	font-size: 30px;
	margin-top: 0px;
}

.tutorials-jumbotron-settings p {
	margin: 0 0 26px;
	font-size: 16px;
	line-height: 140%;
}

.tutorials-below-jumbotron-text {
	background-color: #6CB7C7;
	text-align: center;
	font-size: 25px;
	line-height: 300%;
	color: #333333;
}

.course-box-container {
	margin-top: 20px;
	margin-left: -1%;
	margin-right: -1%;
	margin-left: -1%;
}

.modules-right-side {
	float: left;
	width: 100%;
	padding-left: 25%;
}

.modules-left-box {
	width: 75%;
	display: block;
	margin: 10px auto;
}

.module-navbox {
	position: relative;
	border-radius: 3px;
	font-size: 16px;
	max-width: 338px;
}

.module-navbox p {
	padding: 15px;
}

.module-navbox a {
	position: absolute;
	height: 100%;
	width: 100%;
}

.vertical-content-nav-bar-item .vertical-side-bar-item-icon {
	padding: 0px 20px 0px 20px;
}

.back-to-courses-link {
	position: relative;
	width: 75%;
	margin: 25px auto 10px auto;
	display: block;
	color: #31B4E7;
	height: 30px;
}

.module-content-browser-box-wrapper {
	margin-top: 40px;
}

.course-modules-wrapper {
	padding-left: 100px;
}

.course-modules-wrapper * {
	margin-left: 0px;
}

.course-modules-wrapper .standard-section * {
	margin-left: 0px;
}

.nextStepButton:hover {
	background-color: gray;
}

.prevStepButton:hover {
	background-color: gray;
}

.nextStepButton {
	position: absolute;
	top: 40%;
	right: -40px;
	z-index: 1;
	border-radius: 100%;
	background-color: #C7E0D7;
	height: 35px;
	width: 35px;
	color: white;
	text-align: center;
	padding-top: 8px;
}

.navLink {
	color: #31B4E7;
	position: relative;
	width: 90px;
	position: relative;
	top: 11px;
}

.vertical-side-bar-top-box-back {
	color: #31B4E7;
	position: relative;
	height: 30px;
	width: 90px;
}

.vertical-side-bar-top-box-back a {
	position: absolute;
	height: 100%;
	width: 100%;
}

.app-get-qr-code {
	width: 200px;
	height: 200px;
	background-color: green;
	display: inline-block;
	float: right;
}

.app-get-app-inner-container {
	text-align: center;
	width: 100%;
	margin-top: -28px;
}

.inner-app-description-container {
	max-width: 80%;
}

.app-get-apk-btn {
	width: 200px;
	height: 200px;
	background-color: yellow;
	display: inline-block;
	float: left;
}

.app-title {
	background-color: #2A71A9;
	line-height: 80px;
	padding-left: 20px;
	font-size: 22px;
	color: white;
	-webkit-font-smoothing: antialiased;
}

.app-description-container {
	width: 100%;
	height: 300px;
	font-size: 18px;
	background-color: green;
}

.app-btns-container {
	width: 100%;
	height: auto;
	padding: 1.0% 0.5% 1.0% 0.5%;
}

.app-base-stuff-wrapper {
	max-width: 900px;
	margin-left: auto;
	margin-right: auto;
}

.app-download-src-container {
	width: 100%;
	background-color: green;
	min-height: 280px;
	font-size: 18px;
	background-color: rgba(57, 177, 164, .9);
	max-width: 2000px;
	margin-left: auto;
	margin-right: auto;
}

.app-download-src-title {
	font-size: 36px;
	font-weight: 500;
	line-height: 1.1;
	margin-bottom: 15px;
}

.app-download-src-btn {
	width: 200px;
	height: 200px;
	background-color: yellow;
	float: left;
	margin-right: 90px;
	border-radius: 1000%;
	text-align: center;
	font-size: 104px;
	color: black;
	padding-top: 32px;
	padding-left: 8px;
}

.app-base-padding {
	background-color: yellow;
}

.app-download-src-text {
	
}

.or-text {
	position: relative;
	top: 100px;
}

.app-download-btn {
	width: 164px;
	margin: 10px;
}

.relative {
	position: relative;
}

.app-download-btns-container {
	text-align: center;
	width: 100%;
}

.app-get-app-container {
	padding: 0px 80px 25px 80px;
	text-align: center;
	position: relative;
}

.center {
	text-align: center;
}

.prevStepButton {
	position: absolute;
	top: 40%;
	left: -40px;
	z-index: 1;
	border-radius: 100%;
	background-color: #C7E0D7;
	height: 35px;
	width: 35px;
	color: white;
	text-align: center;
	padding-top: 8px;
}

.carousel-step-container-wrapper {
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.carousel-step-container {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

.selected-tab {
	background-color: #ECAB1A;
	color: white;
}

.video-section {
	margin-top: 0px;
	margin-bottom: 80px;
}

.video-section p {
	max-width: 800px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 20px;
	text-align: center;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 25px;
	margin-top: 25px;
}

.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* A responsive general container for placing content inside of.
 *
 * -Will always center itself in the parent.
 * -Will maintain a fixed width of 1180px until screen is to small, then width becomes 97% of parent.
 *
 *  (Use course-page-container if you need one on an app page)
 */
.gen-container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 95%;
	height: auto;
	overflow: visible;
	max-width: 1600px;
	padding: 0px 15px 0 15px;
}

/* A magic responsive general container for placing content inside of on  app page.
 *
 * -Will always center itself in the parent.
 * -Will maintain a width of 900px until screen is to small, then width becomes 97% of parent.
 *
 *  NOTE: This class is designed for course pages only because of the width settings which take
 *  into account the sidebar.
 *
 *  	  it won't make sense on non course pages! For non course pages use gen-container
 */
.course-page-container {
	position: relative;
	margin: 0 auto 0 auto;
	width: 950px;
	height: auto;
	overflow: hidden;
	clear: both;
	padding: 10px 20px;
}

.padded-ud-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.standard-video-description {
	max-width: 560px;
	margin-left: auto;
	margin-right: auto;
}

/* Provides top padding */
.padding-bottom-40 {
	padding-bottom: 40px;
}

.center-children {
	text-align: center;
}

.center-element {
	margin-left: auto;
	margin-right: auto;
}

@media ( min-width : 0px) and (max-width: 1160px) {
	.course-page-container {
		width: 97%;
	}
}

.landing-slideshow-container {
	width: auto;
	height: auto;
	float: left;
	margin-top: 40px;
	width: 515px;
}

.landing-welcome {
	height: 200px;
	margin-top: 40px;
	padding-left: 75px;
	width: 640px;
	float: left;
}

.module-icon {
	display: block;
	max-width: 100%;
	margin: 25px auto 15px auto;
	height: auto;
}

.landing-big-button {
	display: inline-block;
	background-color: #FF8400;
	color: white;
	padding: 13px 32px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 18px;
	width: 92%;
	font-weight: 500;
	text-align: center;
	line-height: 24px;
	border-radius: 7px;
	cursor: pointer;
	margin: 25px 0px 25px 0px;
	-webkit-transition: .1s background-color ease-in-out;
}

.landing-big-button:hover {
	background-color: #449EB3;
	text-decoration: none;
	color: white;
}

.tileBoxes img {
	margin: 0px auto 22px auto;
	border: 1px solid rgba(0, 0, 0, 0.37);
	width: 100%;
	height: auto;
}

.tileBoxes a {
	font-size: 20px;
}

/* A responsive single tile
 *
 * NOTE: Must have 3 tiles in total!
 */
.tile-3 {
	height: 250px;
	width: 32%;
	float: left;
	margin-left: 1%;
	margin-right: 1%;
	margin-top: 30px;
	margin-bottom: 30px;
}

.tile-3:first-child {
	margin-left: 0%;
	margin-right: 1%;
}

.tile-3:last-child {
	margin-left: 1%;
	margin-right: 0%;
}

.tile-3 a {
	font-size: 20px;
	-webkit-transition: color .1s linear;
	-moz-transition: color .1s linear;
	-ms-transition: color .1s linear;
	-o-transition: color .1s linear;
	transition: color .1s linear;
	line-height: 28px;
	display: block;
}

.tile-3 a img {
	margin-bottom: 8px;
}

@media ( min-width : 0px) and (max-width: 1170px) {
	.tile-3 {
		width: 100%;
		margin: 30px 0px 0px 0px;
	}
}

/* Provides a nice looking full width background around a container. */
.full-width-background-gray-gradient-container {
	width: 100%;
	background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0.04) 91%, rgba(0, 0, 0, 0.04)
		100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0, 0
		, 0, 0)), color-stop(57%, rgba(0, 0, 0, 0)),
		color-stop(91%, rgba(0, 0, 0, 0.04)),
		color-stop(100%, rgba(0, 0, 0, 0.04))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0.04) 91%, rgba(0, 0, 0, 0.04)
		100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0.04) 91%, rgba(0, 0, 0, 0.04)
		100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0.04) 91%, rgba(0, 0, 0, 0.04)
		100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%,
		rgba(0, 0, 0, 0) 57%, rgba(0, 0, 0, 0.04) 91%, rgba(0, 0, 0, 0.04)
		100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000',
		endColorstr='#0a000000', GradientType=0); /* IE6-9 */
	border-bottom: 1px #2d2d2d solid;
	border-color: rgba(1, 1, 1, 0.1);
}

.full-width-background-gray-1-container {
	width: 100%;
	background-color: #F1F1F1;
}

.full-width-background-blue-1-container {
	width: 100%;
	background-color: #46A8BF;
}

.course-page-banner-green {
	width: 100%;
	background-color: #A4CA39;
	overflow: hidden;
	height: 100px;
	text-align: center;
	margin-bottom: 32px;
}

.course-page-banner-purple {
	width: 100%;
	background-color: #5B56A6;
	overflow: hidden;
	height: 100px;
	text-align: center;
	margin-bottom: 32px;
}

.banner-green {
	width: 100%;
	background-color: #A4CA39;
	overflow: auto;
}

.banner-purple {
	width: 100%;
	background-color: #5B56A6;
	overflow: auto;
}

.banner-green h1, .banner-green h2, .banner-green h3, .banner-green h4,
	.banner-purple h1, .banner-purple h2, .banner-purple h3, .banner-purple h4
	{
	color: white;
}

.course-page-banner-green h1, .course-page-banner-green h2,
	.course-page-banner-green h3, .course-page-banner-green h4,
	.course-page-banner-purple h1, .course-page-banner-purple h2,
	.course-page-banner-purple h3, .course-page-banner-purple h4 {
	color: white;
}

.course-page-banner-green p, .course-page-banner-purple p {
	font-size: 19px;
}

.banner-headline {
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: hidden;
	width: 100%;
	margin-bottom: 22px;
}

.banner-headline h1, .banner-headline h2, .banner-headline h3,
	.banner-headline h4, .banner-headline p {
	margin: 0;
	padding: 0;
	border: 0;
	text-align: center;
}

.top-banner {
	background-color: white;
	position: relative;
	height: 85px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.33);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.app-header {
	padding: 0px 18px;
}

.app-header-right {
	width: 45%;
	height: auto;
	float: left;
	font-size: 18px;
	margin-top: 40px;
	margin-bottom: 20px;
}

.app-phone {
	background-image: url('/assets/img/Generic-Android.png');
	height: 300px;
	width: 174px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}

.app-screenshot {
	margin-top: 31px;
	height: 219px;
	width: 134px;
}

.app-btn-section {
	margin: 0 auto 0 auto;
	margin-top: 20px;
}

/* A responsive button for getting content on the app page,
 * The styling assumes, their are 4 buttons!
 */
.app-btn {
  background-color: #6AB344;
  border-bottom: 1px #528935 solid;
  width: 100%;
  transition: background-color 0.05s;
  padding: 18px 10px;
  color: white;
  font-size: 19px;
  margin-bottom: 10px;
  cursor: pointer;
  border-radius: 2px;
  position: relative;
}

.app-btn i {
  font-size: 47px;
  vertical-align: middle;
  padding-right: 16px;
}

.app-btn:hover {
	background-color: #4BA61C;
}

.app-btn a {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
}

.app-big-video {
	max-width: 950px;
	margin: auto;
	margin-bottom: 16px;
}

.app-btn p, .app-btn h4 {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
}

/*
 * the img will automaticly fill the width of the parent
 * and its height will be autocalculated to maintain the resolution.
 *
 * NOTE: No need to set the height and width attributes of the img
 */
.responsive-fullwidth-img {
	display: block;
	max-width: 100%;
	height: auto;
}

/**
 * A nice border, most likely use is for images.
 */
.simple-border {
	border: 1px solid #ddd;
	border-radius: 4px;
}

body {
	-webkit-font-smoothing: antialiased;
	position: relative;
}

/*
 * Put chunks of related info in here
 *
 * A standard section is padded above and below with 30px.
 * It also feels the width of the parent
 *
 * The parent should most likely be a course-page-container or
 * gen-container
 */
.standard-section {
	padding-top: 25px;
	overflow: hidden;
	width: 100%;
}

/* standard-section class is mainly used to provide formatting to text. */
.standard-section hr {
	max-width: 600px;
	border-top: 2px solid #BBBBBB;
}

.standard-section p, .standard-section ul li, .standard-section ol li {
	color: #444;
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.standard-section h1, .standard-section h2, .standard-section h3,
	.standard-section a {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.center-img-wrapper {
	text-align: center;
	padding: 10px 0px 25px 0px;
}

.center-img-wrapper img {
	margin: 0 auto 0 auto;
}

.course-page-container .standard-section .paragraph-wrapper {
	background-color: green;
	width: 600px;
}

.course-page-container .standard-section .image-wrapper {
	background-color: yellow;
	width: 320px;
	padding: 30px;
}

.nugget-section-left {
	width: 370px;
	float: left;
	padding-right: 40px;
}

.nugget-section-right {
	width: 580px;
	float: left;
}

/* Cooler than you think! */
.left-side {
	float: left;
}

.left-side img {
	margin-right: 40px;
}

.nudge-right-60 {
	margin-left: 60px;
}

.right-side {
	float: right;
}

.right-side img {
	margin-left: 40px;
}

.notouch-r {
	margin-right: 40px;
}

footer {
	background-color: gray;
	clear: both;
	overflow: auto;
	padding-top: 20px;
}

.footer-copyright {
	clear: both;
	text-align: center;
	padding-top: 20px;
}

footer a {
	color: white;
	font-size: 20px;
}

.footer-icon {
	width: 260px;
	margin-bottom: 10px;
}

.nested-list {
	padding: 0px;
}

.nested-list * {
	list-style: none;
	padding: 0px;
}

.list-parent {
	float: left;
	margin: 0px 72px 0px 0px;
}

.list-section-title {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 10px;
}

/* Hide custom search buttons */
.gsc-above-wrapper-area {
	display: none;
}

/* Format the search results to fit website style */
.gsc-webResult.gsc-result, .gsc-results .gsc-imageResult {
	border-color: #F6F6F6 !important;
	background-color: #F6F6F6 !important;
}

.course-page-header h1, .course-page-header h2, .course-page-header h3,
	.course-page-header h4 {
	max-width: 600px;
}

.course-page-header p {
	color: #444;
	max-width: 800px;
}

/* A place to put the title of an article.
 *
 */
.course-page-title-section {
	padding-top: 25px;
	padding-bottom: 25px;
	overflow: hidden;
	width: 100%;
}

.course-page-title-section h2, .course-page-title-section h3 {
	line-height: 1.2;
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: bold;
	color: white;
	text-align: center;
}

.col-25 {
	width: 25%;
	float: left;
	padding-bottom: 15px;
}

.col-30 {
	width: 30%;
	float: left;
	padding-bottom: 15px;
}

.col-50 {
	width: 50%;
	float: left;
	padding-bottom: 15px;
}

.col-75 {
	width: 75%;
	float: left;
	padding-bottom: 15px;
}

/* Bigger than ipad portrait*/
@media ( min-width : 768px) {
	.slidebar-toggle {
		display: none;
	}
}

/* bootstrap sm */
@media ( max-width : 767px) {
	.section {
		padding: 20px 0px !important;
	}

	#contentarea {
		margin-left: 0px;
		min-height: 0px;
	}
	.vertical-side-bar-middle-box {
		height: auto !important;
	}
	.vertical-side-bar-container {
		width: 90%;
		float: none;
		margin: 28px auto;
		padding-bottom: 0px !important;
		height: auto;
		position: relative !important;
		border: 2px solid rgba(1, 1, 1, 0.1);
	}
	.vertical-side-bar-item:hover {
		background-color: #F3F3F3 !important;
		color: #555 !important;
	}
	.vertical-side-bar-top-box, .vertical-side-bar-middle-box,
		.vertical-side-bar-bottom-box {
		border: none !important;
	}
	.app-btn-section {
		width: 90%;
	}
}

/* tiny screens ----------- */
@media ( min-width : 624px) and (max-width: 1300px) {
	.course-box {
		cursor: pointer;
		border: 1px #2d2d2d solid;
		border-color: rgba(1, 1, 1, 0.1);
		border-radius: 5px;
		box-shadow: 2px 2px 1px rgba(1, 1, 1, 0.1);
		background-color: white;
		height: 200px;
		width: 48%;
		margin-bottom: 30px;
	}
}

/* really tiny screens ----------- */
@media ( min-width : 0px) and (max-width: 624px) {
	.course-box {
		cursor: pointer;
		border: 1px #2d2d2d solid;
		border-color: rgba(1, 1, 1, 0.1);
		border-radius: 5px;
		box-shadow: 2px 2px 1px rgba(1, 1, 1, 0.1);
		background-color: white;
		height: 200px;
		width: 98%;
		margin-bottom: 20px;
	}
	.tutorials-jumbotron-settings img {
		display: none;
	}
	.tutorials-below-jumbotron-text {
		display: none;
	}
	.tutorials-jumbotron-settings {
		height: auto;
	}
}

/*  iPads and smaller (portrait and landscape) ----------- */
@media ( min-width : 0px) and (max-width: 1024px) {
	.video-steps-box, .video-downloads-box {
		width: 100% !important;
	}
	.video-steps-box {
		border-bottom: 1px #C7C7C7 solid;
	}

	.teacherTileOuter {
		width: 100% !important;
	}
	.left-side {
		float: none;
		margin-bottom: 25px;
	}
	.left-side img {
		margin-left: auto;
		margin-right: auto;
	}
	.right-side {
		float: none;
		margin-bottom: 25px;
	}
	.right-side img {
		margin-left: auto;
		margin-right: auto;
	}
	.course-page-banner-green {
		height: auto;
	}
	.course-page-banner-purple {
		height: auto;
	}
	.no-padding-wrapper {
		margin-left: -40px;
		margin-right: -40px;
	}
	.col-50 {
		width: 100%;
	}
	.col-75 {
		width: 100%;
	}
	.col-25 {
		width: 100%;
	}
	.col-30 {
		width: 100%;
	}
	.course-modules-wrapper * {
		margin-left: auto;
	}
	.course-modules-wrapper .standard-section * {
		margin-left: auto;
	}
	.course-modules-wrapper {
		padding-left: 0px;
	}
	.small-screen-hide {
		display: none;
	}

	/* only turns on small screens */
	.small-screen-center-children {
		text-align: center;
	}
	.small-screen-center-element {
		margin-left: auto;
		margin-right: auto;
	}
	.search-box-wrapper {
		float: left;
		width: 100%;
	}
}

.googleMap {
	position: relative;
	height: 50vh;
}

.mapButtons {
	position: absolute;
	bottom: 5px;
	left: 91px;
}

#googleMap {
	height: 100%;
	width: 100%;
}

.teacherpics {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	width: 98vw;
}

.teacherpics h1 {
	clear: both;
	padding: 25px;
	font-size: 46px;
	color: black;
}

.teacherTile {
	overflow: hidden;
	border-radius: 2051px;
	height: 190px;
	width: 190px;
	margin: auto;
}

.teacherTileOuter {
	float: left;
	width: 25%;
	height: 321px;
}

.teacherTileInfo {
	position: absolute;
	background-color: rgba(0, 0, 0, 0.59);
	width: 100%;
	bottom: 0px;
	color: white;
	transition-property: all;
	transition-duration: .5s;
	transition-timing-function: cubic-bezier(0.5, 1, 0.5, 1);
	max-height: 25px;
}

.teacherTileInfo a {
	position: relative;
	width: auto;
	height: auto;
	color: #00C4FF !important;
}

.teacherTile img {
	width: 205px;
}

/* Type Formatting */
.headline {
	font-size: 50px;
	margin: 0px auto 40px auto;
	color: rgb(47, 44, 44);
}

.headline--white {
	font-size: 50px;
	margin: 0px auto 40px auto;
	color: #ffffff;
}

.subhead {
	font-size: 26px;
	max-width: 650px;
	margin: 0px auto 40px auto;
	color: #747474;
}

.subhead--white {
	font-size: 26px;
	max-width: 650px;
	margin: 0px auto 40px auto;
	color: #ffffff;
}

.bookchaptersbox {
	border-top: 3px solid rgb(229, 120, 8);
	margin-top: 22px;
}

.bookchaptersbox h2 {
	font-weight: 900;
}

.bookchaptersbox a {
	font-size: 17px;
	color: #2a6496;
}

.bookchaptersbox ul {
	max-width: 416px;
	margin-left: auto;
	margin-right: auto;
}

.advert-link {
	position: relative;
	display: inline-block;
	color: white;
	background-color: rgb(0, 125, 172);
	padding: 10px;
	border-radius: 14px;
	text-decoration: none;
	webkit-transition: all 0.4s linear;
	-moz-transition: all 0.4s linear;
	-ms-transition: all 0.4s linear;
	-o-transition: all 0.4s linear;
	transition: all 0.4s linear;
	font-size: 18px;
	max-width: 408px;
	text-align: center;
	margin-top: 14px;
	border: 3px solid rgba(0, 127, 176, 0.26);
}

.advert-link p {
	width: 75%;
	float: left;
	margin: 0px;
	font-size: 15px;
}

.advert-link span {
	position: relative;
	width: 25%;
	left: 0;
	float: left;
	font-size: 38px;
	webkit-transition: all .15s linear;
	-moz-transition: all 0.15s linear;
	-ms-transition: all 0.15s linear;
	-o-transition: all 0.15s linear;
	transition: all 0.15s linear;
}

.advert-link a {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.advert-link:hover {
	color: white;
	text-decoration: none;
	background-color: rgb(0, 104, 142);
}

.advert-link:hover span {
	position: relative;
	left: 10px;
}

.tiled-list {
	list-style: none;
	width: 80%;
	margin: auto;
}

.tiled-list li {
	background-color: white;
	min-height: 82px;
	width: 100%;
	margin: 0 auto 0;
	border: 1px solid rgba(0, 0, 0, 0.16);
	display: inline-block;
}

.tiled-list li a:hover {
	background-color: #EEEEEE;
}

.tiled-list li a {
	width: 100%;
	height: 100%;
	color: rgba(0, 0, 0, 0.69);
	font-size: 22px;
	display: inline-block;
	padding: 30px;
	text-decoration: none;
	webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	-ms-transition: all 0.1s linear;
	-o-transition: all 0.1s linear;
	transition: all 0.1s linear;
	float: left;
}

.reg-button {
	width: 100%;
	margin-bottom: 20px;
	padding: 12px;
}

.userinfo .row {
	border-bottom: 1px solid rgba(0, 0, 0, 0.18);
	padding-top: 8px;
	padding-bottom: 8px;
}

.userinfo>.selected {
	max-height: 200px !important;
}

.selected input {
	display: block;
}

.userinfo .selected div[class|="col"]:nth-child(2) span {
	display: none;
}

.lightcolor {
	color: #777;
}

.darkcolor {
	color: black;
}

.uploadPhotoBoxWrapper {
	width: 100%;
	max-width: 250px;
	margin: auto;
	position: relative;
	cursor: pointer;
}

.photoHover {
	opacity: 1 !important;
}

.uploadPhotoBox {
	color: white;
	position: absolute;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.44);
	bottom: 0;
	transition: opacity 0.2s ease;
	opacity: 0.5;
}

.profileImage {
	width: 100%;
	max-width: 250px;
	border: 1px solid black;
}

.rssFeedBox {
	margin-bottom: 20px;
}

.rssFeedBox .alignleft {
	float: left;
	margin: 5px 10px 0 0;
}

.rssFeedBox .wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px auto 10px auto;
	max-width: 95.5%;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.rssFeedBox .wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}

.rss-headline-wrapper {
	width: 100%;
	position: absolute;
	background-color: rgb(69, 150, 27);
	color: white;
	padding: 20px 40px;
	font-size: 28px;
	bottom: 0px;
}

.fullWHLink {
	position: absolute;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
}

.footer-fix {
	min-height: 100vh;
	margin-bottom: 50px;
}

.footerFix {
	min-height: 100vh;
	margin-bottom: 50px;
}

.app-big-video .owl-buttons div {
	background-color: rgba(91, 188, 5, 0.93) !important;
	font-size: 19px !important;
}

.slidebar-toggle {
	position: relative;
	padding: 5px 8px;
	margin-top: 7px;
	margin-right: 15px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
	border-color: #ddd;
	float: left;
	color: white;
}

.sidebar-show {
	margin: 0px !important;
}

.banner-logo {
	float: left;
	margin-right: 19px;
	padding-top: 12px;
	padding-left: 15px;
}

.unstyled-list {
	list-style: none;
	padding-left: 0px;
}

.book-content-list li {
	padding-top: 14px;
}

.book-content-list li a {
	font-size: 16px;
}

.page-btm-spacer {
	margin-bottom: 25px;
}

.carousel-step-end-overlay {
	width: 100%;
	height: 100%;
	background-color: rgb(48, 139, 157);
	padding: 0px 20px;
	color: white;
	display: none;
	position: absolute;
	top: 0px;
}

.owl-custom-nav-btn:hover {
	background-color: rgb(144, 180, 41);
}

.owl-custom-nav-btn {
	background-color: rgba(164, 202, 57, 1);
	border-radius: 22px;
	color: white;
	font-size: 18px;
	padding: 6px 9px;
	margin: 0px 20px;
	display: inline-block;
	cursor: pointer;
	transition: 0.05s;
}

.app-big-video .owl-pagination {
	padding: 10px 0px !important;
	background-color: white;
}



.carousel-step-end-overlay button {
	background-color: #A4C639;
	font-size: 21px;
	width: 300px;
	display: block;
	margin: 100px auto;
	border-radius: 16px;
	transition: 0.05s;
	padding: 10px 0px;
}

.carousel-step-end-overlay button:hover {
	background-color: rgb(144, 180, 41);
	color: white;
}

.modules-nav-menu {
	margin-top: 60px;
}

/* class for dark blue toolbar */
.dark-blue-title {
	width: 100%;
	background-color: #455A64;
	color: white;
	padding-bottom: 10px;
}

.dark-blue-title p {
	font-size: 14px;
}

.dark-blue-title a {
	color: white;
}



.dark-blue-title a:hover {
	color: #369D99;
}
.card-title{
	background-color: #455A64;
	color: white;
}

.view-book-form-btn {
  padding: 10px;
  border-radius: 7px;
  border: 1px solid;
  float: left;
}

.view-book-form-btn:hover {
	color: #91E764 !important;
}

/* General purpose container for content */
.card {
	background-color: white;
	color: #333;
	border: 1px solid #e2e2e2;
	padding: 10px 20px;
	margin: 10px 0px;
}

.card--teacher {
	background-color: white;
	color: #333;
	border: 1px solid #e2e2e2;
	text-align: center;
	height: 500px;
	padding-top: 60px;
	width: 333px;
	margin: 10px auto;
}

.card--teacher img {
	margin: auto;
	border-radius: 100px;
}

.landing-teachers-section {
	height: 500px;
	background-image: url("/assets/img/propoganda/brian_teaching2.jpg");
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position-y: 50%;
	box-shadow: 0px 0px 23px black;
	position: relative;
}

.landing-teachers-section .overlay {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.3);
	text-align: center;
}

.teachers-graphic-box {
	height: 500px;
	width: 100%;
	border: 1px solid rgba(0, 0, 0, 0.29);
}

.landing-courses-section {
	background-color: #6AB344;
	color: white;
	text-align: center;
	padding: 40px 0px;
}

/* Card used to link to items in a course */
.course-card {
	text-align: center;
	color: rgba(41, 37, 63, 0.77);
	padding: 64px 0px;
	height: 244px;
	border-radius: 6px;
	max-width: 370px;
	margin: 0px auto 35px;
	background-size: 100% 100%;
	transition: all 0.3s;
	position: relative;
}

.course-card:hover {
	margin-top: -20px;
}

.course-card:hover .course-card-description {
	opacity: 1;
}

.course-card>* {
	position: relative;
	left: 13px;
}

.course-card a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.course-card .glyphicon, .course-card i {
	font-size: 80px;
	border-radius: 100px;
	margin-bottom: -10px;
}

.course-card-description {
	position: relative;
	top: 65px;
	color: white;
	font-size: 20px;
	opacity: 0;
	transition: opacity 0.3s;
}

.landing-video-text {
	text-align: center;
}

/* A big call to action button, basicly only used on landing page. */
.landing-big-btn {
	display: block;
	background-color: #E58D1F;
	color: white;
	padding: 13px 32px;
	border: 1px solid rgba(0, 0, 0, 0.2);
	font-size: 18px;
	width: 256px;
	font-weight: 500;
	text-align: center;
	line-height: 24px;
	border-radius: 7px;
	cursor: pointer;
	margin: auto;
	-webkit-transition: .1s background-color ease-in-out;
}

.center-img {
	display: block;
	margin: auto;
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #329796;
}
/* centered columns styles */
.row-centered {
	text-align: center;
}

.col-centered {
	display: inline-block;
	float: none;
	/* reset the text-align */
	text-align: left;
	/* inline-block space fix */
	margin-right: -4px;
}

/* Another big call to action button for the landing page */
.big-btn--orange {
	background-color: rgb(252, 183, 27);
	color: white;
	padding: 20px 43px;
	font-size: 20px;
	border-radius: 6px;
	min-width: 224px;
	display: inline-block;
	transition: background-color 0.4s;
}

.big-btn--orange:hover {
	color: white;
	background-color: rgb(237, 145, 22);
}

.big-btn--gray {
	color: #333;
	background-color: #D7D5D5;
	padding: 20px 43px;
	font-size: 20px;
	border-radius: 6px;
	min-width: 224px;
	display: inline-block;
	transition: all 0.4s;
}

.big-btn--gray:hover {
	color: white;
	background-color: #B1B1B1;
}

.big-btn--green {
	color: white;
	background-color: #3F9910;
	padding: 20px 43px;
	font-size: 20px;
	border-radius: 6px;
	min-width: 224px;
	display: inline-block;
	transition: background-color 0.4s;
}

.big-btn--green:hover {
	color: white;
	background-color: #327D0A;
}

/* big button for the navbar */
.navbar-big-btn {
	width: 100px;
	height: 85px;
	text-align: center;
	padding-top: 32px;
	font-size: 18px;
	float: left;
	cursor: pointer;
	border-right: 1px solid rgba(0, 0, 0, 0.14);
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #555;
	transition: all 0.2s;
}

.navbar-big-btn:hover {
	color: rgb(164, 202, 57);
}

/* Styling for search box in navbar */
.nav-bar-search {
	width: 334px;
	position: relative;
	margin-top: 20px;
	display: inline-block;
}

.nav-bar-search .glyphicon {
	position: absolute;
	top: 13px;
	left: 14px;
	font-size: 19px;
}

.signup-btn {
	float: right;
	border: 1px solid rgb(106, 179, 68);
	padding: 10px;
	border-radius: 8px;
	font-size: 18px;
	background-color: rgb(106, 179, 68);
	color: white;
	margin-top: 16px;
	margin-right: 17px;
}

a {
	text-decoration: none !important;
}

/* Offsets page to make room for header */
.body-wrapper {
	padding-top: 85px; /* Must match height of header */
}

.header {
	background-color: white;
	overflow: visible;
	height: 85px;
	width: 100%;
	position: absolute;
	z-index: 5000;
	top: 0px; /* MUST MATCH THE HEIGHT OF THE HEADER * -1 */
	border-bottom: 3px solid rgba(0, 0, 0, 0.14);
}

.header-container {
	position: relative;
	margin: 0 auto 0 auto;
	height: auto;
	overflow: visible;
	max-width: 1600px;
}

.header-item {
	display: inline-block;
	height: 84px;
	width: 100px;
	text-align: center;
	padding-top: 32px;
	font-size: 18px;
	cursor: pointer;
	color: #555;
	transition: color 0.2s;
}

.profile-menu {
	float: left;
}

.profile-menu .header-item {
	width: auto;
	margin-left: 20px;
}

.profile-menu .header-item>span {
	margin-left: 8px;
}

.profile-menu>.slideout-menu {
	width: 155px;
}

.profile-menu.selected-item>.slideout-menu {
	height: 91px;
}

.login-btn {
	background-color: #449EB3;
	color: white;
	margin-top: 22px;
	height: auto;
	padding-top: 0px;
	padding: 8px;
	border-radius: 5px;
	display: inline-block;
	text-align: center;
	width: 70px;
	font-size: 18px;
	cursor: pointer;
	transition: background-color 0.2s;
	float: left;
	margin-left: 30px;
}

.login-btn:hover {
	color: white;
	background-color: #29B1D1;
}

.header-item:hover {
	color: #A4CA39;
}

/* Prevent users from highlighting items in the menu  */
.mega-menu {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition: max-height 0.5s;
}

.mega-menu.visible {
	max-height: 500px;
	overflow: hidden;
}

/* Gets rid of all default list styles */
.header ul {
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0;
}

.header-menu-right-side {
	float: right;
	padding-right: 15px;
}

.header-menu-right-side>ul>li {
	float: left;
}

.mega-menu>ul>li {
	/* Float root items left and give them fixed width */
	float: left;
	width: 100px;
}

.slideout-menu {
	background-color: white;
	height: 0px;
	transition: height 0.3s;
	overflow: hidden;
	position: relative;
	border: 1px solid rgba(0, 0, 0, 0.14);
	border-top: none;
	z-index: 4000;
	border-radius: 0 0 5px 5px;
}

.slideout-menu>ul {
	width: 100%;
}

.two-part-menu {
	width: 735px;
	/* fixed width needed for 2 part menu */
}

.two-part-menu>ul>li>.menu-item {
	cursor: default;
}

a.menu-item {
	cursor: pointer !important;
	display: block
}

.slideout-menu>ul>.selected-item>.menu-item, .profile-menu>.slideout-menu>ul>li>.menu-item:hover
	{
	background-color: #6AB344;
	color: white;
}

.sub-item-menu {
	display: none;
	position: absolute;
	top: 0px;
	height: 100%;
	border-left: 1px solid rgba(0, 0, 0, 0.14);
	width: 385px;
	left: 350px;
	z-index: 10;
	background-color: white;
	/* width + left must equal two-part-menu width */
}

.menu-item {
	padding: 10px 27px;
	font-size: 18px;
	color: #555;
	position: relative;
}

.menu-item a {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	display: none;
}

.slideout-menu.two-part-menu>ul>li>.menu-item>i {
	position: absolute;
	left: 322px;
	padding-top: 5px;
}

.mega-menu ul li.selected-item>.slideout-menu {
	height: 328px;
	z-index: 5000;
}

/* Display side menu when drop down menu item is hovered or selected */
.mega-menu li:hover>.sub-item-menu, .mega-menu .selected-item>.sub-item-menu
	{
	display: block;
}

.mega-menu-collapse-toggle {
	display: none;
}

.mega-menu-search-toggle {
	display: none;
}

.drop-down-search {
	transition: height 0.3s;
	height: 0px;
	display: block;
	top: 80px;
	background-color: white;
	width: 100%;
	position: absolute;
	z-index: 50000;
	padding: 0 15px;
	overflow: hidden;
}

.drop-down-search.visible {
	height: 55px;
	border-bottom: 2px solid rgba(0, 0, 0, 0.14);
}

.drop-down-search form {
	position: relative;
	margin-top: 3px;
}

.drop-down-search span {
	position: absolute;
	top: 14px;
	left: 16px;
	font-size: 17px;
}

.selected-item>.header-item {
	color: #A4CA39 !important;
}

@media ( min-width : 0px) and (max-width: 1200px) {
	.nav-bar-search {
		width: 255px;
	}
}

@media ( min-width : 0px) and (max-width: 1325px) {
	.nav-bar-search.isAdmin {
		width: 120px !important;
	}
}

@media ( min-width : 0px) and (max-width: 850px) {
	.header-item {
		width: 60px;
	}
}

.mega-menu-profile-menu {
	display: none;
}

/* Smaller than ipad portrait width */
@media ( min-width : 0px) and (max-width: 767px) {
	.banner-logo {
		width: 300px;
		padding-top: 18px;
	}
	.what-it-is-section .col-xs-4 {
		width: 100%;
	}
	.landing-courses-section .col-xs-4 {
		width: 100%;
	}
}

.or {
	padding: 20px;
	font-size: 20px
}

@media ( min-width : 0px) and (max-width: 600px) {
	.or {
		display: block;
	}
}

@media ( min-width : 0px) and (max-width: 465px) {
	.banner-logo {
		width: 238px;
		padding-top: 25px;
		margin-right: 0px;
	}
}

@media ( min-width : 0px) and (max-width: 377px) {
	.banner-logo {
		width: 184px;
		padding-top: 31px;
		margin-right: 0px;
	}
}

/* Bootstrap md collapse  */
@media ( min-width : 0px) and (max-width: 992px) {
	.peekaboo-robot {
		display: none;
	}
	.course-card {
		background-color: white;
		border: 1px solid #e2e2e2;
		margin: 0px auto 30px;
		background-image: none !important;
		transition: none;
		height: 306px;
		padding: 44px 14px;
	}
	.course-card:hover {
		margin-top: initial;
	}
	.course-card * {
		left: 0px;
	}
	.course-card h3 {
		font-weight: 900;
	}
	.course-card-description {
		top: 8px;
		opacity: 1;
		color: #666;
	}
}

@media ( min-width : 2000px) {
	.peekaboo-robot {
		left: 10% !important;
	}
}

/* mega menu collapsed mode */
/*  iPads and smaller (portrait and landscape) ----------- */
@media ( min-width : 0px) and (max-width: 1120px) {
	.nav-bar-search {
		display: none;
	}
	.mega-menu-search-toggle {
		display: inline-block;
	}
	.profile-menu {
		display: none;
	}
	.mega-menu-profile-menu {
		display: block;
	}
	.menu-item a {
		display: inline-block;
	}
	.header-item:hover {
		color: #555;
	}
	.login-btn {
		display: none;
	}
	.mega-menu-collapse-toggle {
		display: inline-block;
	}
	.mega-menu {
		max-height: 0px;
		overflow: hidden;
	}
	.mega-menu>ul>li {
		float: none;
		width: 100%;
	}
	.mega-menu {
		position: absolute;
		top: 85px;
		background-color: white;
		width: 100%;
	}
	.mega-menu ul {
		width: 100%;
	}
	.mega-menu .header-item {
		width: 100%;
		text-align: left;
		padding-left: 15px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.14);
		height: 60px;
		padding-top: 18px;
	}
	.mega-menu .header-item>i {
		float: right;
		padding-right: 15px;
	}
	.mega-menu .sub-item-menu {
		display: none !important;
	}
	.mega-menu .slideout-menu {
		border: none;
		width: 100%;
		background-color: rgba(214, 214, 214, 0.49);
	}
	.mega-menu ul li.selected-item>.slideout-menu {
		height: 180px;
		/* Must be changed manually if number of items change or the height of the items change! */
	}
	.mega-menu ul li.selected-item.mega-menu-profile-menu>.slideout-menu {
		height: 120px;
	}
	.mega-menu .slideout-menu.two-part-menu>ul>li>.menu-item>i {
		display: none;
	}
	.mega-menu .menu-item {
		height: 60px;
		border-bottom: 1px solid rgba(0, 0, 0, 0.14);
		padding-top: 18px;
	}
	.mega-menu .slideout-menu>ul>.selected-item>.menu-item {
		color: #555;
		background-color: initial;
	}
	.nav-bar-search {
		display: none;
	}
}

.rssItem {
	width: 100%;
	overflow: hidden;
	margin-bottom: 25px;
	border-bottom: 3px solid rgb(183, 183, 183);
}

.rssItem p {
	font-size: 16px;
}

.what-it-is-tile-wrapper {
	max-width: 300px;
	margin: auto;
}

.what-it-is-tile-wrapper h4 {
	font-size: 23px;
}

.what-it-is-tile-wrapper p {
	font-size: 16px;
	max-width: 246px;
	margin: auto;
}

.what-it-is-tile {
	text-align: center;
	height: 150px;
	width: 100%;
	color: white;
	font-size: 80px;
	margin: 25px auto 20px;
	padding-top: 16px;
}

.what-it-is-section {
	text-align: center;
	padding-bottom: 100px;
	padding-top: 84px;
}

.peekaboo-robot {
	z-index: -1;
	width: 385px;
	position: absolute;
	left: -17px;
}

.about-nav-bar {
	background-color: rgb(163, 202, 56);
	text-align: center;
	margin-bottom: 40px;
	box-shadow: 0px 3px 21px;
}

.about-nav-bar a {
	color: white;
	font-size: 18px;
	line-height: 43px;
	width: 24%;
	display: inline-block;
	min-width: 65px;
	border-radius: 5px;
	transition: color 0.3s;
}

.about-nav-bar a:hover {
	color: rgb(22, 123, 22);
}

.about-nav-bar a.selected {
	background-color: rgb(146, 181, 48);
	border-left: 1px solid rgb(135, 167, 47);
	border-right: 1px solid rgb(135, 167, 47);
}

.about-header {
	height: 350px;
	position: relative;
	background-repeat: no-repeat;
}

.about-header.team {
	background-image: url("/assets/img/team/old-team.jpg");
	background-size: 100% auto;
	background-position-y: 30%;
}

.about-header.who-we-are {
  background-image: url("/assets/img/about/ai_supplies.jpg");
  color: white;
  font-size: 36px;
  background-size: 100% auto;
  background-position-y: 21%;
}

.about-header.news {
	background-color: rgb(231, 231, 231);
	padding-top: 67px;
}

.usf-plug {
	background-image:
		url("https://upload.wikimedia.org/wikipedia/commons/b/bc/Lone_Mountain_Campus,_University_of_San_Francisco.jpg");
	background-size: 100% auto;
	width: 100%;
}

.about-header.who-we-are h1 {
	margin: 0;
	font-size: 55px;
	text-align: center;
	padding-top: 123px;
}

.about-header.who-we-are .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.25);
}

.as-seen-in-section {
	text-align: center;
	padding-top: 16px;
	background-color: rgb(231, 231, 231);
	border-top: 1px solid rgb(179, 179, 179);
	margin-top: 20px;
}

.as-seen-in-section img {
	width: 140px;
	padding: 10px 20px;
}

.team-section {
	text-align: center;
	padding-bottom: 48px;
	padding-top: 84px;
	background-color: rgb(12, 140, 170);
}

.team-photo {
	position: relative;
	width: 250px;
	display: inline-block;
	margin: 15px;
	overflow: hidden;
	border: 4px solid white;
	border-radius: 100%;
}

.team-photo:hover>.team-photo-description {
	bottom: 0px;
}

.team-photo-description {
	position: absolute;
	bottom: -56px;
	color: white;
	text-align: center;
	width: 100%;
	background-color: rgba(0, 0, 0, 0.69);
	height: 56px;
	font-size: 17px;
	transition: bottom 0.3s;
}

.team-photo img {
	width: 100%;
}

.overlay {
	width: 100%;
	height: 100%;
}

.landing-video-section {
	overflow: hidden;
	position: relative;
	height: 600px;
}

.landing-video-section .overlay {
	background-color: rgba(0, 0, 0, 0.26);
	padding-top: 206px;
}

.breadcrumbs-bar {
	background-color: #65665F;
}

.breadcrumbs-bar .col-md-12>* {
	color: #C6F2E8;
	font-size: 17px;
	padding: 10px;
	display: inline-block;
	transition: color 0.3s;
	border-radius: 5px;
}

.breadcrumbs-bar .col-md-12>a:hover {
	color: #A4CA39;
}

footer a {
	display: block;
}

.team-members-container {
	text-align: center;
}

.team-members-container img {
	width: 150px;
	position: absolute;
	left: 0px;
	top: 0px;
}

.team-member-box {
	width: 100%;
	margin: 42px 0px;
	text-align: left;
	position: relative;
	padding-left: 172px;
	min-height: 150px;
}

.team-member-box h2 {
	margin-bottom: 0px;
}

.team-member-box h4 {
	margin-bottom: 14px;
	margin-top: 0px;
	font-size: 24px;
}

.team-old-divider {
	border-bottom: 1px solid;
	text-align: center;
	padding: 40px;
}

p {
	font-size: 18px;
	line-height: 1.5;
}



.usf-about-section {
	background-image: url("/assets/img/about/usf-lonemountain.jpg");
	height: 100vh;
	width: 100%;
	background-size: 100% auto;
	background-position-y: 50%;
}


.btnNav {
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  background: #F0B71B;
  padding: 11px 40px 10px 40px;
  text-decoration: none;
  text-align:center;
  width:100%;
  margin-top:5px;
}
.btnNav:hover {
	background:#A4CA3A;	
  	text-decoration: none;
}

.below-video-box {
	background-color: white;
	border: 1px #C7C7C7 solid;		
}

.video-steps-box {
	width: 50%;
	float: left;
	padding: 12px;
}

.video-steps-box div {
	padding: 3px;
	cursor: pointer;
}


.video-steps-box div.selected {
  background-color: #8787d1;
  color: white;
}

p>font{
	font-size: 17px;
    font-weight: bold;
}

.video-downloads-box {
	width: 50%;
	float: left;
	padding: 12px;
	border-left: 1px #C7C7C7 solid;
}

.link-button {
	width: 30%;
	float: left;
	background-color: blue;
	color: white;
}

.section {
	padding: 84px 0 94px;
}


.course-page-section {
 	padding: 0px 0 20px 0px;
}

.course-page-section ol, ul {
	font-size: 24px;
}

.course-page-section li {
	margin: 20px 0px;
}

.section h1, .section h2 {
	margin-bottom: 30px;
}

 .course-page-section h1, .course-page-section h2  {
	margin-bottom: 15px;
}	

code {
  margin: 12px 0px;
  display: block;
  font-size: 18px;
}

pre {
  word-wrap: normal;
}


.youtube-embed-wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
}

.youtube-embed-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.jbridge-setup-section {
  background-color: #29B1D1;
  color: white;
}

.jbridge-setup-section .help-links a {
	color: white;
	display: block;
}

.jbridge-setup-section .help-links a:hover {
	color: #3053FF;
	display: block;
}

.jbridge-download-btn {
	color: #fff !important;
	font-size: 20px;
	padding: 21px;
	text-shadow: #384317 0px 1px 0px;
	box-shadow: 1px 4px 4px rgba(0,0,0,0.2);
	text-decoration: none !important;
	display: inline-block;
	margin: 69px 0px;
	background-color: #66CA13;
}

.jbridge-download-btn i {
	margin-right: 10px;
}

.jbridge-download-btn:hover {
	box-shadow: none;
}

.jbridge-download-btn:active {
 	box-shadow: 0px 0px 0px 0px, inset -0px 1px 7px #313D0A;
}

.jbridge-samples-section {
	background-color: rgb(79, 202, 57);
  color: white;
}

.jbridge-sample-app {
  background-color: white;
  width: 90%;
  height: 223px;
  color: #333;
  padding: 20px;
  box-shadow: 1px 4px 1px rgb(168, 168, 168);
  border-radius: 14px;
  position: relative;
  margin-bottom: 20px;
}



.jbridge-sample-app p {
  font-size: 20px;
  color: #515050;
  height: 87px;
}


.jbridge-sample-app .sample-app-title {
  font-size: 25px;
  color: rgb(253, 159, 59);
  font-weight: 900;
  height: 64px;
  display: block;
}

.jbridge-sample-app span {
  font-size: 20px;
  color: #6E6E6E;
  position: relative;
  top: 22px;
  left: 20px;
  transition: color 0.3s;
}

.jbridge-sample-app-link-wrapper {
	position: absolute;
  width: 100%;
  height: 69px;
  left: 0px;
  bottom: 0px;
  cursor: pointer;
}

.jbridge-sample-app span i {
  font-size: 20px;
  margin-left: 10px;		
}

.jbridge-sample-app-link-wrapper:hover span {
  color: rgb(32, 144, 170);
}

.jbridge-samples-section .owl-theme .owl-controls .owl-page span {
	background: white !important;
}

.jbridge-sample-app-link-wrapper a {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}


.link-icon-slide--right i {
	transition: margin-left 0.3s;
}

.link-icon-slide--right:hover i {
	margin-left: 10px;
}

.section-cta-link {
	font-size: 20px;
	transition: color 0.3s;
}

.mit-ai-logo {
  width: 100%;
  max-width: 350px;
  margin: 59px 0px;
}

.jbridge-vids-container {
    text-align: center;
    padding-top: 35px;
}




.jbridge-vid-story {
  width: 175px;
  height: 131px;
  margin: 10px;
  display: inline-block;
  background-size: 135% 100%;	
  background-position-y: 50%;
  position: relative;
}


.jbridge-vid-story-wrapper {
  transition: color 0.3s;
  display: inline-block;
  height: 153px;
  border-bottom: 6px solid;
  color: rgba(0, 128, 0, 0);
  margin-bottom: 18px;
  cursor: pointer;
}





.jbridge-vid-story-wrapper:hover {
  color: rgb(163, 234, 163);
}

.jbridge-vid-story-wrapper:hover .jbridge-vid-story-animation {
	opacity: 1;
}


.jbridge-vid-story-wrapper.selected {
  color: rgb(0, 202, 0);
}



.jbridge-vid-story-animation {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
    background-size: 135% 100%;	
    transition: opacity 0.3s;
}



.jbridge-vid-story.thomas {
	background-image: url("/assets/img/testimonialGIFS/thomas.png");
}

.jbridge-vid-story.thomas .jbridge-vid-story-animation {
	background-image: url("/assets/img/testimonialGIFS/thomas.gif");
}

.jbridge-vid-story.colleen {
	background-image: url("/assets/img/testimonialGIFS/colleen.png");
}

.jbridge-vid-story.colleen .jbridge-vid-story-animation {
	background-image: url("/assets/img/testimonialGIFS/colleen.gif");
}


.jbridge-vid-story.kacey {
	background-image: url("/assets/img/testimonialGIFS/kacey.png");
}

.jbridge-vid-story.kacey .jbridge-vid-story-animation {
	background-image: url("/assets/img/testimonialGIFS/kacey.gif");
}


.jbridge-vid-story.sarah {
	background-image: url("/assets/img/testimonialGIFS/sarah.png");
	background-position-x: -66px;
}

.jbridge-vid-story.sarah .jbridge-vid-story-animation {
	background-image: url("/assets/img/testimonialGIFS/sarah.gif");
	background-position-x: -66px;
}

.jbridge-vid-story.julian {
	background-image: url("/assets/img/testimonialGIFS/julian.png");
}

.jbridge-vid-story.julian .jbridge-vid-story-animation {
	background-image: url("/assets/img/testimonialGIFS/julian.gif");
}

.jbridge-vid-story.shai {
	background-image: url("/assets/img/testimonialGIFS/shai.png");
    background-position-x: -57px;
}

.jbridge-vid-story.shai .jbridge-vid-story-animation {
	background-image: url("/assets/img/testimonialGIFS/shai.gif");
    background-position-x: -57px;
}

.download-btn {
  padding: 20px;
  background-color: rgb(244, 182, 26);
  color: white !important;
  font-size: 16px;
  box-shadow: 1px 3px 1px rgb(168, 168, 168);
  border-radius: 6px;
  margin: 21px 0px;
  display: inline-block;
  font-weight: 900;
}


figure {
	margin-bottom: 40px;
}

figure img {
	display: block;
	margin: 10px auto;
	max-width: 100%;
}

figure.no-center img {
	margin: initial;
}

figure.no-center figcaption {
	text-align: left;
}


figure pre, figure code {
	margin-bottom: 0px;
} 

figcaption {
	text-align: center;
	margin: 10px auto;
	line-height: 1.5;
	font-style: italic;
	font-size: 15px;
}

.dev-comment {
	color: white; 
	background-color: blue;
	padding: 20px;
}