.admin {
	font-family: sans-serif;
	color: #8c8c8c;
	line-height: 2.25rem;
}
.admin.with-navbar {
	padding-top: 100px;
}
.admin .navbar-inverse {
	border-top: 6px solid #0095c8;
	color: #fff;
	background: #000;
	margin-bottom: 0;
}
.admin .admin-nav {
	padding-left: 0;
	padding-right: 0;
	background: #444;
}
.admin .admin-nav .spark-settings-tabs li a {
	background-color: #444;
	color: #ccc;
	border-bottom: 1px solid #666;
}
.admin .admin-nav .spark-settings-tabs li.active a {
	background-color: #666;
	color: #ccc;
	border-bottom: 1px solid #888;
	border-top: 1px solid #888;
	border-left: 6px solid #0095c8;
}
.admin .admin-nav .spark-settings-stacked-tabs a i {
	color: #ccc;
}
.admin .admin-main {
	min-height: 100vh;
	margin-top: 2rem;
	margin-bottom: 6rem;
}
.admin .admin-right {
	margin-top: 6.3rem;
}
.admin .logo {
	height: 50px;
}
.admin h1,
.admin h2,
.admin h3 {
	font-size: 2.5rem;
	margin-top: 0;
	text-transform: capitalize;
}
.admin h2,
.admin h3 {
	margin-bottom: 1rem;
}
.admin .small,
.admin small {
	font-size: 75%;
}
.admin ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.admin.files .media-entry {
	height: 300px;
	border: 1px solid #6c757d;
	text-align: center;
}
.admin.files .media-entry .link,
.admin.files .media-entry .title {
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.admin.files .media-entry .full-width {
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%;
	height: 300px;
}
.admin.files .media-entry .placeholder-icon {
	margin-top: 60px;
	color: #6c757d;
}
.admin.files .media-entry .btn-default {
	border: 0;
}
.admin .control-label {
	font-weight: 600;
	margin-top: 1rem;
}
.admin .form-control,
.admin .StripeElement {
	display: block;
	width: 100%;
	padding: 4px 8px;
	font-size: 18px;
	line-height: 2.5rem;
	border-radius: 0;
}
.admin .added-fields {
	padding-left: 0;
}
.admin .btn-default,
.admin .btn-default:hover {
	color: #ccc;
	font-family: sans-serif;
	border: 1px solid;
	border-color: #ccc;
	padding: 7px 12px;
	background-color: transparent;
}
.admin .btn-delete {
	padding: 0;
	margin-top: -4px;
}
.admin .btn-delete:hover {
	color: #fff;
}
.admin .tags-container {
	margin-left: 1.5rem;
	padding-top: 4rem;
}
.admin .btn-tag {
	margin-right: 1rem;
	margin-bottom: 1rem;
}
.admin .mce-edit-area {
	padding: 1rem;
}
.auth {
	background: linear-gradient(-45deg, #d7f4f7, #007da7);
	background-repeat: no-repeat;
	background-position: 50%;
	background-size: cover;
}
.auth .logo {
	height: 50px;
}
.auth [id="main"] .alert-wide {
	display: none;
}
.auth .form-group {
	margin-bottom: 0.4rem;
}
.auth .flex-container {
	height: 100vh;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.auth .auth-link,
.auth .auth-link a {
	color: #6c757d;
	opacity: 0.8;
}
.auth .form-container {
	background-color: #05191a;
	border-radius: 3px;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	padding: 1.6rem;
	padding-bottom: 0;
	padding-top: 3rem;
}
.auth .form-container .card,
.auth .form-container .card-body {
	background-color: transparent;
}
.auth .form-container h1 {
	margin-top: 0;
	color: #fff;
	font-size: 2rem;
	text-transform: uppercase;
}
.auth .form-container-auth-login {
	padding-bottom: 3rem;
}
.auth form {
	background-color: transparent;
	color: #fff;
}
.auth form p {
	color: #fff;
}
.auth form a {
	color: #fff;
	text-decoration: underline;
}
.auth form a:hover {
	color: #fff;
}
.auth form a.plain,
.auth form a:hover {
	text-decoration: none;
}
.auth form ::-webkit-input-placeholder {
	color: #ddd;
}
.auth form :-moz-placeholder,
.auth form ::-moz-placeholder {
	color: #ddd;
}
.auth form :-ms-input-placeholder {
	color: #ddd;
}
.auth form .form-control,
.auth form .StripeElement {
	height: 34px;
	font-size: 16px;
	border: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: none;
	transition: none;
	padding: 10px;
	background-color: #fff;
}
.auth form .form-padding {
	padding: 1rem 6rem;
}
.auth form .form-padding-checkbox {
	padding: 1rem 5rem 2rem;
	color: #fff;
	margin-left: 10px;
}
.auth form label {
	color: #fff;
}
.auth form .underline {
	background-color: #fff;
	border-bottom: 1px solid #d8dbdd;
}
.auth form .checkbox label,
.auth form .radio label {
	color: #fff;
	font-size: inherit;
}
.auth form .checkbox label a,
.auth form .radio label a {
	color: #fff;
}
.auth form .btn-auth-submit {
	font-size: 2rem;
	text-transform: none;
	padding: 2rem;
	border-radius: 0;
	font-weight: 300;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}
.auth form select[name="track"] {
	font-size: 12px;
	line-height: 9px;
	padding: 6px;
	height: 31px;
}
.auth .register-text {
	margin-right: 8rem;
	font-size: 1.3rem;
	font-weight: 400;
	line-height: 2.3rem;
}
.auth .register-text,
.auth .register-text h2 {
	color: #fff;
	text-shadow: 0 0 16px #969696;
}
.auth select.form-control:not([size]):not([multiple]),
.auth select.StripeElement:not([size]):not([multiple]) {
	height: calc(1.85rem + 2px);
}
.btn-register-form {
	width: 100%;
}
.register-link {
	border: 1px solid #fff;
	padding: 0 12px;
	border-radius: 3px;
	line-height: 36px;
}
.spark-settings-tabs .nav-link {
	color: #444;
}
.catalog .catalog-nav {
	background-color: #6c757d;
	position: fixed;
	top: 62px;
	width: 100%;
	z-index: 1000;
}
.catalog .catalog-nav a {
	color: #fff;
	font-weight: 700;
	padding: 0.85rem;
	display: block;
}
.catalog .catalog-nav .nav-link {
	border-radius: 0;
	border-top: 0;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 100%;
}
.catalog .catalog-nav .nav-link:hover {
	border: none;
}
.catalog .catalog-nav .nav-item:hover {
	background-color: #868e96;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.catalog .catalog-nav .nav-item.active {
	background-color: #fff;
}
.catalog .catalog-nav .nav-item.active .nav-link {
	color: #777;
}
@media screen and (max-width: 991px) {
	.catalog .catalog-nav {
		top: 9.9%;
	}
}
@media screen and (max-width: 767px) {
	.catalog .catalog-nav {
		position: static;
		padding-top: 3.9rem;
	}
}
.catalog a {
	text-decoration: none;
}
.catalog h2.section-title,
.catalog h3.section-title,
.catalog h4.section-title {
	color: #6c757d;
	font-size: 2.2rem;
	padding-bottom: 1rem;
	margin-top: 4rem;
	margin-bottom: 2.5rem;
	border-bottom: 1px solid #6c757d;
}
.catalog .filter-nav {
	margin-top: -6.3rem;
}
.catalog .filter-list {
	margin-bottom: 0;
}
.catalog .completed {
	color: green;
}
.catalog .activeex,
.catalog .saved {
	color: #0095c8;
}
.catalog .fa-check-circle:hover {
	color: green;
}
.catalog .fa-bookmark:hover {
	color: #0095c8;
}
.catalog .fa-linkedin:hover {
	color: #0077b5;
}
.catalog .fa-facebook-square:hover {
	color: #3b5998;
}
.catalog .fa-twitter-square:hover {
	color: #0084ff;
}
.catalog .catalog-featured-block {
	margin-top: 2rem;
	margin-bottom: 4rem;
	height: 350px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.catalog .catalog-featured-block .featured-content {
	position: absolute;
	top: 100px;
	z-index: 100;
	margin-right: 1.5rem;
}
.catalog .catalog-featured-block .featured-content .featured-new {
	margin-bottom: 2rem;
	height: 4rem;
}
.catalog .catalog-featured-block .featured-content .featured-new .featured-new-content {
	color: #fff;
	padding: 1rem;
	font-size: 2rem;
	background-color: #0095c8;
}
.catalog .catalog-featured-block .featured-content .featured-title {
	color: #fff;
	text-transform: uppercase;
	font-size: 2.25rem;
}
.catalog .catalog-featured-block .featured-content .featured-intro {
	color: #fff;
	font-size: 1.75rem;
}
.catalog .catalog-featured-block .catalog-featured-image {
	width: 100%;
	height: 400px;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.catalog .catalog-featured-block .catalog-featured-image img {
	position: absolute;
	top: 50%;
	min-height: 100%;
	display: block;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	min-width: 100%;
	-webkit-filter: contrast(95%) brightness(80%) sepia(10%) grayscale(10%) hue-rotate(1turn);
	filter: contrast(95%) brightness(80%) sepia(10%) grayscale(10%) hue-rotate(1turn);
}
.catalog .catalog-featured-block .catalog-featured-image img:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
	mix-blend-mode: overlay;
	opacity: 0.54;
}
.catalog .card {
	height: 325px;
	color: #fff;
	margin-bottom: 2rem;
}
.catalog .card .card-bg {
	height: 325px;
	color: #fff;
	-webkit-box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
	box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.1), 0 0 0 1px rgba(0, 0, 0, 0.02);
}
.catalog .card .card-bg a {
	color: #fff;
}
.catalog .card .card-bg .image-bg {
	height: 180px;
}
.catalog .card .card-bg .tags {
	height: 40px;
	opacity: 1;
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
	padding: 1.5rem;
}
.catalog .card .card-bg .tags .card-free,
.catalog .card .card-bg .tags .card-new {
	z-index: 100;
	display: inline-block;
}
.catalog .card .card-bg .tags .card-free .card-free-content,
.catalog .card .card-bg .tags .card-free .card-new-content,
.catalog .card .card-bg .tags .card-new .card-free-content,
.catalog .card .card-bg .tags .card-new .card-new-content {
	color: #fff;
	padding: 0.25rem 0.5rem;
	font-size: 1rem;
	font-weight: 400;
	letter-spacing: 3px;
	background-color: #0095c8;
	text-transform: uppercase;
	margin-right: 0.5rem;
	border-radius: 3px;
}
.catalog .card .card-bg .title {
	padding: 1.5rem;
	height: 100px;
	background-color: #777;
}
.catalog .card .card-bg .title h3 {
	font-size: 1.3rem;
	font-weight: 300;
	letter-spacing: 0.1rem;
	margin-top: 0;
	color: #fff;
	margin-bottom: 1rem;
	text-transform: capitalize;
}
.catalog .card .card-bg .actions {
	padding: 0.5rem 1.5rem 0.5rem 1rem;
	height: 50px;
	text-align: right;
	background-color: #777;
}
.catalog .trial-banner {
	height: 300px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #0095c8;
	padding: 4rem 0;
	color: #fff;
}
.catalog .trial-banner h2 {
	color: #fff;
	margin-bottom: 2rem;
}
@media (min-width: 768px) {
	.catalog .catalog-featured-block .featured-content .featured-title {
		font-size: 3rem;
	}
	.catalog .catalog-featured-block .featured-content .featured-intro {
		font-size: 2rem;
	}
}
@media screen and (min-width: 576px) {
	.nav-justified {
		border-bottom: none;
		margin-bottom: 0;
	}
	.nav-justified li {
		border-left: 1px solid #fff;
	}
	.nav-justified li a {
		border-bottom: none;
	}
	.nav-justified li:last-child {
		border-right: 1px solid #fff;
	}
	.nav-justified li.active a {
		border: none;
	}
}
.course .main-content h1,
.lesson .main-content h1,
.collection .main-content h1 {
	font-size: 2.2rem;
	text-transform: none;
}
.course h2,
.lesson h2,
.collection h2 {
	font-size: 28px;
	color: #6c757d;
}
.course .main-content h3,
.lesson .main-content h3,
.collection .main-content h3 {
	font-size: 1.4rem;
	margin-top: 0;
	margin-bottom: 0.5rem;
	text-transform: none;
	color: #6c757d;
}
.course .meta,
.lesson .meta,
.collection .meta {
	margin-bottom: 1rem;
	font-size: 1.2rem;
	font-style: italic;
}
.course .meta a:hover,
.lesson .meta a:hover,
.collection .meta a:hover {
	text-decoration: underline;
}
.course .video,
.lesson .video,
.collection .video {
	height: 100%;
}
.course .photo-placeholder,
.lesson .photo-placeholder,
.collection .photo-placeholder {
	height: auto;
	max-height: 550px;
	overflow: hidden;
	position: relative;
}
.course .placeholder-overlay,
.lesson .placeholder-overlay,
.collection .placeholder-overlay {
	width: 100%;
	height: 100%;
	position: relative;
	-webkit-filter: contrast(95%) brightness(80%) sepia(10%) grayscale(10%) hue-rotate(1turn);
	filter: contrast(95%) brightness(80%) sepia(10%) grayscale(10%) hue-rotate(1turn);
}
.course .photo-placeholder:before,
.lesson .photo-placeholder:before,
.collection .photo-placeholder:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
	mix-blend-mode: overlay;
	opacity: 0.54;
	background: rgba(0, 0, 0, 0.31);
}
.course .placeholder-message,
.lesson .placeholder-message,
.collection .placeholder-message {
	position: absolute;
	top: 42%;
	color: #fff;
	text-align: center;
	font-size: 1.75rem;
	font-weight: 500;
	z-index: 999;
	width: 100%;
	display: block;
}
.course .placeholder-message a,
.lesson .placeholder-message a,
.collection .placeholder-message a {
	background-color: #fff;
	padding: 1.5rem;
	border-radius: 3px;
}
.course .list-group .list-group-item,
.lesson .list-group .list-group-item,
.collection .list-group .list-group-item {
	padding: 15px 15px 20px;
}
.course .list-group .list-group-item .badge,
.lesson .list-group .list-group-item .badge,
.collection .list-group .list-group-item .badge {
	display: inline-block;
	min-width: 10px;
	padding: 3px 7px;
	font-size: 1rem;
	color: #fff;
	vertical-align: middle;
	background-color: #777;
	border-radius: 10px;
}
.course .list-group .list-group-item.active h3,
.course .list-group .list-group-item.active p,
.course .list-group .list-group-item.active p:hover,
.course .list-group .list-group-item.active span,
.lesson .list-group .list-group-item.active h3,
.lesson .list-group .list-group-item.active p,
.lesson .list-group .list-group-item.active p:hover,
.lesson .list-group .list-group-item.active span,
.collection .list-group .list-group-item.active h3,
.collection .list-group .list-group-item.active p,
.collection .list-group .list-group-item.active p:hover,
.collection .list-group .list-group-item.active span {
	color: #fff;
}
.course .list-group .list-group-item.active .badge,
.lesson .list-group .list-group-item.active .badge,
.collection .list-group .list-group-item.active .badge {
	background-color: #fff;
	color: #0095c8;
}
.course .list-group .list-group-item p,
.lesson .list-group .list-group-item p,
.collection .list-group .list-group-item p {
	font-size: 1.2rem;
	color: #555;
}
.course .list-group .list-group-item p:hover,
.lesson .list-group .list-group-item p:hover,
.collection .list-group .list-group-item p:hover {
	color: #555;
}
.course .list-group .list-group-item.disabled,
.course .list-group .list-group-item.disabled:focus,
.course .list-group .list-group-item.disabled:hover,
.lesson .list-group .list-group-item.disabled,
.lesson .list-group .list-group-item.disabled:focus,
.lesson .list-group .list-group-item.disabled:hover,
.collection .list-group .list-group-item.disabled,
.collection .list-group .list-group-item.disabled:focus,
.collection .list-group .list-group-item.disabled:hover {
	background-color: #eee;
	color: #777;
	cursor: not-allowed;
}
.course .lesson-list,
.lesson .lesson-list,
.collection .lesson-list {
	display: grid;
	grid-template-columns: 70px 1fr 100px;
	min-height: 100px;
}
.course .lesson-list .likeable-off.on,
.lesson .lesson-list .likeable-off.on,
.collection .lesson-list .likeable-off.on {
	color: #6c757d;
}
.course .course-meta,
.lesson .course-meta,
.collection .course-meta {
	text-align: right;
	color: #6c757d;
	margin-top: 0.5rem;
}
.course .main-content,
.lesson .main-content,
.collection .main-content {
	font-size: 1.25rem;
}
.course .sidebar blockquote,
.lesson .sidebar blockquote,
.collection .sidebar blockquote {
	font-size: 1.5rem;
}
.course .module-complete,
.lesson .module-complete,
.collection .module-complete {
	color: green;
}
.course .module-incomplete,
.lesson .module-incomplete,
.collection .module-incomplete {
	color: #ced4da;
}
.likeable-off.on,
.likeable-on.on {
	display: block;
}
.likeable-off.off,
.likeable-on.off {
	display: none;
}
@media screen and (max-width: 991px) {
	.lesson .photo-placeholder {
		height: auto;
	}
}
.landing .hero {
	height: 570px;
}
.landing form .form-group {
	margin-bottom: 2rem;
	width: 100%;
}
.landing form .form-control,
.landing form .StripeElement {
	width: 100%;
}
.landing form label {
	font-weight: 400;
}
.landing form .btn {
	margin-top: 1rem;
}
.landing .hero-full {
	height: 100vh;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-ms-flex-line-pack: center;
	align-content: center;
}
.landing .hero-full .logo-container {
	background-color: #222;
	height: 80px;
	-ms-flex-item-align: center;
	-webkit-box-flex: 0;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-ms-flex-pack: center;
	-ms-flex-direction: column;
	flex-direction: column;
}
.landing .hero-full .content-container,
.landing .hero-full .logo-container {
	text-align: center;
	width: 100%;
	align-self: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	justify-content: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
}
.landing .hero-full .content-container {
	background-color: pink;
	-ms-flex-item-align: center;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	padding: 2rem;
	-ms-flex-pack: center;
	-ms-flex-direction: column;
	flex-direction: column;
}
.landing .hero-full .content-container h1,
.landing .hero-full .content-container p {
	color: #fff;
}
.landing .hero-full .content-container p {
	font-weight: 600;
	font-size: 1rem;
}
.landing .hero-full .content-container .video-container {
	width: 500px;
}
.landing .hero-full .content-container .btn-group-lg > .btn,
.landing .hero-full .content-container .btn-lg {
	font-size: 1.25rem;
}
.landing .case-study-container-sm {
	padding: 1.5rem;
	padding-bottom: 7rem;
	padding-top: 3rem;
}
.landing .case-study-container-sm .circle-thumb {
	height: 150px;
	width: 150px;
	overflow: hidden;
	margin-bottom: 2rem;
	border-radius: 50%;
}
.landing .case-study-container-sm .case-heading {
	text-transform: uppercase;
	font-weight: 700;
}
.landing .case-study-container-sm .case-link {
	text-transform: uppercase;
	color: #0095c8;
	font-weight: 500;
}
.landing .case-study-container-sm a,
.landing .case-study-container-sm a:active,
.landing .case-study-container-sm a:hover {
	color: #0095c8;
	outline: none;
	font-size: 1.1rem;
}
.landing .case-study-container-sm p {
	font-size: 1.1rem;
}
@media (min-width: 992px) {
	.landing .hero-full .content-container p {
		font-size: 1.25rem;
	}
}
.page h1,
.page h2 {
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 0.7rem;
}
.page h1,
.page h2,
.page h3,
.page h4,
.page h5,
.page h6 {
	margin-top: 25px;
}
.page .hero {
	height: 550px;
	background: linear-gradient(-45deg, #d7f4f7, #007da7);
	background-size: cover;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	background-position: 50%;
	background-repeat: no-repeat;
}
.page .hero .sub-heading,
.page .hero h1,
.page .hero h2 {
	color: #fff;
}
.page .hero .btn-default {
	color: #fff;
	background-color: transparent;
	border-color: #fff;
}
.page .hero:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
	mix-blend-mode: overlay;
	opacity: 0.54;
}
.page .no-hero {
	height: 325px;
}
.page .hero-content {
	z-index: 100;
}
.page .hero-callout {
	background-color: #222;
	color: #fff;
	margin-right: 0;
	padding: 2.5rem;
}
.page .hero-callout h4 {
	color: #fff;
	margin-top: 0;
	padding-top: 0;
}
.page .dark-band {
	background-color: #3a4657;
	padding-top: 6rem;
	padding-bottom: 6rem;
	color: #ced4da;
}
.page .dark-band h2,
.page .dark-band h3 {
	color: #fff;
}
.page .dark-band h3 {
	font-size: 90%;
}
.page .dark-band p {
	color: #ced4da;
}
.page .dark-band-video {
	background-color: #1b1b1b;
}
.page blockquote {
	padding: 12.5px 25px;
	margin: 25px 0;
	border-left: 2px solid #0095c8;
}
.page blockquote .block-heading {
	font-size: 0.9rem;
	font-weight: 700;
	text-transform: uppercase;
	color: #adb5bd;
	font-family: Helvetica Neue, Arial, sans-serif;
}
.page blockquote .block-data {
	font-size: 1.7rem;
	color: #fff;
	font-weight: 500;
	font-family: Georgia, Times New Roman, Times, serif;
}
.page .testimony-container {
	height: 300px;
	background-color: #495057;
	margin-bottom: 30px;
	color: #fff;
	font-size: 1.15rem;
	font-weight: 500;
	text-align: center;
	padding: 4rem;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-line-pack: end;
	align-content: flex-end;
}
.page .testimony-container .testimony-attribution {
	color: #0095c8;
	font-size: 1.15rem;
	font-weight: 400;
}
.page .case-study-container {
	padding: 1.5rem;
	padding-bottom: 0;
	padding-top: 3rem;
}
.page .case-study-container .circle-thumb {
	height: 150px;
	width: 150px;
	overflow: hidden;
	margin-bottom: 2rem;
	border-radius: 50%;
}
.page .case-study-container .case-heading {
	text-transform: uppercase;
	font-weight: 700;
}
.page .case-study-container .case-link {
	text-transform: uppercase;
	color: #0095c8;
	font-weight: 500;
}
.page .case-study-container a,
.page .case-study-container a:active,
.page .case-study-container a:hover {
	color: #0095c8;
	outline: none;
	font-size: 1.1rem;
}
.page .case-study-container p {
	font-size: 1.1rem;
}
.page .service-item {
	color: #fff;
	height: 20.5rem;
	background-color: #222;
	margin-bottom: 3rem;
}
.page .service-item .service-item-thumb {
	height: 10rem;
	overflow: hidden;
	position: relative;
	-webkit-filter: contrast(95%) brightness(80%) sepia(10%) grayscale(10%) hue-rotate(1turn);
	filter: contrast(95%) brightness(80%) sepia(10%) grayscale(10%) hue-rotate(1turn);
}
.page .service-item .service-item-thumb:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
	mix-blend-mode: overlay;
	opacity: 0.54;
}
.page .service-item .service-item-content {
	height: 20rem;
	padding: 1.5rem;
}
.page .service-item .service-item-content h3 {
	font-size: 1.2rem;
	margin-top: 0;
	color: #fff;
	text-transform: uppercase;
}
.page .service-item .service-item-content .service-item-excerpt {
	color: #777;
	height: 6rem;
	overflow: hidden;
	font-weight: 400;
	font-size: 1.1rem;
}
.page .service-item .related-content {
	height: 8.7rem;
}
.page .service-item .btn-learn-more {
	font-size: 1.2rem;
	padding: 1rem;
	border-radius: 0;
	text-transform: uppercase;
}
.page .service-item-other .service-item-content {
	height: 23.5rem;
}
.page .service-item-other .related-content {
	height: 20.7rem;
}
.page .service-item-not-sure {
	height: 15.5rem;
}
.page .service-item-not-sure .related-content {
	height: 14.7rem;
}
.page a {
	text-decoration: none;
}
.page h2.section-title,
.page h3.section-title,
.page h4.section-title {
	color: #777;
	font-size: 1.25rem;
	padding-bottom: 0.5rem;
	margin-top: 2rem;
	margin-bottom: 1.5rem;
	border-bottom: 1px solid #777;
	text-transform: none;
}
.page h2.primary,
.page h3.primary,
.page h4.primary {
	color: #0095c8;
	font-size: 1.25rem;
}
.page img[src$=".jpg"] {
	-webkit-filter: contrast(95%) brightness(80%) sepia(10%) grayscale(10%) hue-rotate(1turn);
	filter: contrast(95%) brightness(80%) sepia(10%) grayscale(10%) hue-rotate(1turn);
}
.page img[src$=".jpg"]:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
	mix-blend-mode: overlay;
	opacity: 0.54;
}
.page .trainer-thumbnail {
	width: 150px;
	height: 150px;
	overflow: hidden;
	float: right;
	margin: 0 0 1rem 1rem;
}
.page img.thumbnail-logo {
	background-color: #fff;
	width: 300px;
}
.page .box-dark {
	background-color: #777;
	border-right: 1px solid #6c757d;
}
.page .box-dark .fa {
	color: #0095c8;
	font-size: 3rem;
}
.page .four-box-container {
	height: 500px;
	background-color: #777;
	color: #6c757d;
	font-weight: 300;
}
.page .four-box-container .four-box-background {
	height: 250px;
}
.page .four-box-container .four-box-centered-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 250px;
	padding: 3.5rem;
}
.page .four-box-container .four-box-centered-content .stat {
	font-size: 3.25rem;
	font-weight: 500;
	color: #fff;
}
.page .full-width-quote-container {
	background-color: #0095c8;
	color: #fff;
	padding: 8rem;
}
.page .full-width-quote-container .quote-heading {
	color: #62d7ff;
	font-weight: 500;
}
.page .full-width-quote-container p {
	margin-bottom: 2rem;
	font-size: 2.5rem;
	line-height: 3.5rem;
}
.page .full-width-quote-container a {
	color: #fff;
}
.page .opt-in-container {
	height: 360px;
	background-color: #777;
	background-size: cover;
	text-align: center;
	padding: 75px 20px 69px;
	background-position: 50%;
	background-repeat: no-repeat;
	-webkit-filter: contrast(95%) brightness(80%) sepia(10%) grayscale(10%) hue-rotate(1turn);
	filter: contrast(95%) brightness(80%) sepia(10%) grayscale(10%) hue-rotate(1turn);
}
.page .opt-in-container:before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	top: 0;
	left: 0;
	position: absolute;
	pointer-events: none;
	mix-blend-mode: overlay;
	opacity: 0.54;
}
.page .opt-in-content {
	margin-top: -280px;
	color: #fff;
}
.page .opt-in-content h3 {
	color: #fff;
}
@media (min-width: 992px) {
	.page .thumbnail-right {
		float: right;
		margin-left: 2rem;
	}
	.page .testimony-container {
		font-size: 1.35rem;
	}
	.page .service-item-other {
		height: 21.4rem;
	}
	.page .service-item-other .service-item-content {
		height: 23.5rem;
	}
	.page .service-item-not-sure {
		height: 21rem;
	}
	.page .service-item-not-sure .related-content {
		height: 17.5rem;
	}
	.page .hero-callout {
		margin-right: 5rem;
		margin-left: 5rem;
		margin-top: -11rem;
	}
	.page .case-study-container {
		padding-bottom: 7rem;
	}
}
[v-cloak] {
	display: none;
}
body {
	direction: ltr;
}
.profile-photo-preview {
	display: inline-block;
	background-position: 50%;
	background-size: cover;
	vertical-align: middle;
	height: 60px;
	width: 60px;
	border-radius: 50%;
}
pre {
	padding: 10.5px;
	margin: 0 0 11px;
	font-size: 13px;
	line-height: 1.6;
	word-break: break-all;
	word-wrap: break-word;
	color: #333;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
	border-radius: 4px;
}
.invalid-feedback,
pre {
	display: block;
}
.plan-feature-list {
	list-style: none;
}
.plan-feature-list li {
	line-height: 25px;
	margin-bottom: 20px;
}
.plan-feature-list li:last-child {
	margin-bottom: 0;
}
.spark-profile-photo-xs {
	border-radius: 50%;
	height: 20px;
	width: 20px;
}
.spark-profile-photo {
	height: 35px;
	width: 35px;
	border-radius: 50%;
}
.spark-profile-photo-xl {
	height: 125px;
	width: 125px;
	border-radius: 50%;
}
.spark-settings-area {
	margin-top: 100px;
}
.team-member {
	padding: 1rem 1.25rem;
	height: 3.8125rem;
	border: 1px solid transparent;
	border-top: 1px solid #ced4da;
	border-bottom: 1px solid #ced4da;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin-top: -1px;
}
.team-member:hover {
	background-color: #fff;
	border-radius: 6px;
	border: transparent;
	border: 1px solid #ced4da;
	-webkit-box-shadow: 0 1px 2px #ced4da;
	box-shadow: 0 1px 2px #ced4da;
}
.team-member-title {
	font-size: 1rem;
	color: #000;
}
.team-member-subtitle {
	font-size: 0.875rem;
	color: #495057;
}
.btn {
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.85rem;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-radius: 0.1rem;
}
.btn-group-sm > .btn,
.btn-sm {
	font-weight: 500;
	font-size: 0.8125rem;
}
.btn-link {
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-reset {
	background: none;
	padding: 0;
	margin: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	cursor: pointer;
}
.btn-default {
	background-color: #fff;
	border-color: #dee2e6;
	color: #777;
	font-size: 1rem;
}
.btn-default:hover {
	border-color: #ced4da;
}
.btn-outline-dark {
	border-color: #dee2e6;
	color: #495057;
	font-weight: 300;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.card {
	margin-bottom: 2rem;
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}
.card .card-header {
	padding: 1rem 1.25rem;
}
.card .card-footer {
	border-top: 1px solid #555;
	background-color: transparent;
}
.card-header:first-child {
	border-radius: 0.25rem;
}
.card-title {
	font-size: 1.25rem;
	font-weight: 300;
}
.card-flush {
	padding: 0.875rem 1.25rem;
}
.card-full {
	width: 80%;
}
.intro {
	text-align: center;
}
.intro-img {
	margin-bottom: 1.5rem;
}
.intro-headline {
	font-size: 1.25rem;
	font-weight: 300;
}
.intro-btn {
	margin-top: 1.5rem;
}
.card.card-pricing {
	background-color: #1b1b1b;
	color: #fff;
	border: 0;
	height: 39rem;
}
.card.card-pricing .card-body {
	padding: 3rem;
	min-height: 37rem;
}
.card.card-pricing .card-body .pre-heading {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 1.1rem;
}
.card.card-pricing .card-body h2 {
	text-transform: uppercase;
	color: #0095c8;
	margin: 0.2rem 0 0.6rem;
}
.card.card-pricing .card-body .sub-heading {
	font-size: 1rem;
}
.card.card-pricing .card-body hr {
	border-top: 1px solid #555;
}
.card.card-pricing .card-body ul {
	position: relative;
	padding-left: 32px;
	list-style-type: none;
	margin-top: 1.3rem;
	margin-bottom: 2rem;
}
.card.card-pricing .card-body li:before {
	color: #555;
}
.card.card-pricing .card-body li.active:before,
.card.card-pricing .card-body li:before {
	font-family: FontAwesome;
	content: "\F00C";
	position: absolute;
	left: 0;
	padding: 2px;
	font-size: 1.1rem;
}
.card.card-pricing .card-body li.active:before {
	color: #0095c8;
}
.card.card-pricing .card-body li {
	color: #555;
}
.card.card-pricing .card-body li.active {
	color: #fff;
}
.card.card-pricing .card-footer {
	padding: 0;
	border: 0;
}
.card.card-pricing .card-footer .btn {
	padding: 20px;
}
[id="teams"] .card.card-pricing {
	height: 30rem;
}
@media (min-width: 768px) {
	.dropdown-toggle:after {
		margin-left: 0.625rem;
	}
}
.dropdown-toggle-image {
	height: 35px;
	width: 35px;
	border-radius: 100%;
	margin-right: 0;
}
@media (min-width: 768px) {
	.dropdown-toggle-image {
		margin-right: 0.625rem;
	}
}
.spark-dropdown-label {
	font-size: 0.9375rem;
	font-weight: 600;
	color: #000;
}
.notification-pill {
	cursor: pointer;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-radius: 99px;
	width: 4.4375rem;
	height: 2.125rem;
	background-color: #f8f9fa;
	color: #222;
	font-weight: 600;
	font-size: 0.9375rem;
}
.footer {
	margin: 2rem 0 1rem;
	opacity: 0.5;
	font-weight: 300;
}
.footer,
.footer a {
	color: #6c757d;
}
.footer .crow {
	text-align: right;
	opacity: 0.4;
}
.form-control,
.StripeElement {
	-webkit-box-shadow: 0 1px 2px #e9ecef;
	box-shadow: 0 1px 2px #e9ecef;
}
.form-control::-webkit-input-placeholder,
.StripeElement::-webkit-input-placeholder {
	color: #dee2e6;
}
.form-control::-ms-input-placeholder,
.StripeElement::-ms-input-placeholder {
	color: #dee2e6;
}
.form-control::placeholder,
.StripeElement::placeholder {
	color: #dee2e6;
}
.col-form-label {
	font-weight: 500;
}
.form-check-label {
	font-size: 0.9375rem;
	color: #777;
}
.form-check-input {
	margin-top: 0.35rem;
}
.control-label.required:after {
	content: "*";
	color: red;
	font-size: 23px;
	position: absolute;
	margin-left: 1px;
}
.StripeElement {
	padding: 9px 12px;
}
.StripeElement--focus {
	border-color: #49d0ff;
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 149, 200, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 149, 200, 0.25);
}
.StripeElement--invalid {
	border-color: #dc3545;
}
.form-inline .form-group .form-control,
.form-inline .form-group .StripeElement {
	width: inherit;
}
.form-inline.form-download .form-group {
	margin-bottom: 1rem;
}
.form-inline input::-webkit-input-placeholder {
	color: #adb5bd;
}
.form-inline input::-moz-placeholder {
	color: #adb5bd;
}
.form-inline input:-ms-input-placeholder {
	color: #adb5bd;
}
.form-inline input:-moz-placeholder {
	color: #adb5bd;
}
.icon-20 {
	width: 20px;
	height: 20px;
}
.fill-gray {
	fill: #adb5bd;
}
.radio-select {
	display: inline-block;
	background-image: url(/fonts/radio-select-default.svg?480bc0aebb3da809dc5b8d6f7ec60576);
	height: 28px;
	width: 28px;
	cursor: pointer;
}
.radio-select-selected {
	background-image: url(/fonts/radio-select-is-selected.svg?ac228fff7b6af5be6d1620e5352ee43c);
}
.no-gutter > [class*="col-"] {
	padding-right: 0;
	padding-left: 0;
}
.no-row-margin {
	margin-left: 0;
	margin-right: 0;
}
.flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.inline {
	display: inline-block;
}
.nopadding {
	padding: 0;
}
.nomargin {
	margin: 0;
}
.padding-sm {
	margin: 0.625rem 0 !important;
}
.padding {
	margin: 2rem 0 !important;
}
.margin {
	margin: 2rem;
}
.margin-sm {
	margin: 1rem;
}
.margin-lg {
	margin: 4rem;
}
.margintop {
	margin-top: 2rem;
}
.marginleft {
	margin-left: 2rem;
}
.marginright {
	margin-right: 2rem;
}
.marginright-sm {
	margin-right: 1rem;
}
.margintop-xs {
	margin-top: 0.5rem;
}
.marginleft-xs {
	margin-left: 0.5rem;
}
.margintop-sm {
	margin-top: 1rem;
}
.marginleft-sm {
	margin-left: 1rem;
}
.margintop-lg {
	margin-top: 2rem;
}
.marginbottom {
	margin-bottom: 1.3rem;
}
.marginbottom-xs {
	margin-bottom: 0.5rem;
}
.marginbottom-sm {
	margin-bottom: 1rem;
}
.marginbottom-lg {
	margin-bottom: 2rem;
}
.bordertop {
	border-top: 1px solid #6c757d;
}
.borderbottom {
	border-bottom: 1px solid #6c757d;
}
.likeable {
	display: inline-block;
}
[class*="likeable-type-"] {
	color: #fff;
}
[class*="likeable-type-"].likeable-action-liked[data-likeable-action-url*="complete"] span,
[class*="likeable-type-"].likeable-action-liked[data-likeable-action-url*="like"] span {
	color: #0095c8;
}
.sidebar [class*="likeable-type-"],
.video-row-buttons [class*="likeable-type-"] {
	color: #333;
}
.video-row {
	margin-top: 103px;
}
.disabled-liked {
	color: #28a745;
}
body.catalog .likeable,
body.lesson .likeable,
body.page .likeable {
	float: none;
}
body.course [id="collection-complete-indicator"] .likeable-off svg {
	cursor: default;
	color: gray;
}
body.course [id="collection-complete-indicator"] .likeable-off svg:hover {
	color: inherit;
	color: gray;
}
.collection-indicator svg {
	cursor: default;
}
@media (min-width: 768px) {
	.metrics {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
}
.metric {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-top: 1.25rem;
	padding-bottom: 1.25rem;
	border-bottom: 1px solid #dee2e6;
}
.metric:last-child {
	border-bottom: none;
	padding-bottom: 0;
}
@media (min-width: 768px) {
	.metric {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		padding-top: 0;
		padding-bottom: 0;
		border-bottom: none;
	}
}
.metric-title {
	font-size: 0.9375rem;
	color: #adb5bd;
}
.metric-stat {
	font-weight: 100;
	font-size: 1.875rem;
	color: #000;
}
.metric-unit {
	font-weight: 600;
	font-size: 1rem;
}
.metric-stat-sm {
	font-size: 0.9375rem;
	color: #000;
}
.metric-icon {
	width: 1.25rem;
	height: 1.25rem;
}
a.plain {
	color: #222;
	text-decoration: none;
}
.dashed {
	border-bottom: 1px dashed #999;
}
.thumbs-up-icon-svg {
	display: inline-block;
	width: 20px;
	height: 20px;
	opacity: 0.5;
}
.alert.alert-flash {
	position: fixed;
	width: 100%;
	bottom: 0;
	margin: 0;
}
.modal-content h4 {
	margin-top: 0;
}
.modal-title {
	margin-top: 0px !important;
}
.modal-header {
	background-color: rgba(0, 0, 0, 0.03);
}
.modal-header > button {
	padding-top: 13px;
}
.nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
.nav-link {
	display: block;
	padding: 0.5rem 1rem;
}
.nav-link:focus,
.nav-link:hover {
	text-decoration: none;
}
.nav-link.disabled {
	color: #6c757d;
}
.navbar-dark .navbar-nav .nav-link {
	color: #fff;
}
.bg-dark {
	background-color: #222 !important;
}
.nav-tabs {
	border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-item {
	margin-bottom: -1px;
}
.nav-tabs .nav-link {
	border: 1px solid transparent;
	border-top-left-radius: 0.25rem;
	border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
	border-color: #e9ecef #e9ecef #dee2e6;
}
.nav-tabs .nav-link.disabled {
	color: #6c757d;
	background-color: transparent;
	border-color: transparent;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active {
	color: #495057;
	background-color: #f7f7f7;
	border-color: #dee2e6 #dee2e6 #f7f7f7;
}
.nav-tabs .dropdown-menu {
	margin-top: -1px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.nav-pills .nav-link {
	border-radius: 0.25rem;
}
.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
	color: #fff;
	background-color: #0095c8;
}
.nav-fill .nav-item {
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	text-align: center;
}
.nav-justified .nav-item {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	text-align: center;
}
.tab-content > .tab-pane {
	display: none;
}
.tab-content > .active {
	display: block;
}
@media (min-width: 768px) {
	.navbar-expand-md .navbar-nav .nav-link {
		padding-right: 1rem;
		padding-left: 1rem;
	}
}
.navbar.navbar-spark [id="navbarSupportedContent"].navbar-collapse {
	-webkit-box-flex: 0;
	-ms-flex-positive: 0;
	flex-grow: 0;
}
.navbar-spark {
	background-color: #fff;
	-webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.04);
}
.navbar-spark i {
	opacity: 0.6;
}
.nav-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 5px 0;
	font-size: 1rem;
	font-weight: 600;
	color: #fff;
}
.nav-link svg {
	fill: currentColor;
	margin-right: 15px;
	color: #adb5bd;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.nav-link:hover {
	font-weight: 600;
	color: #0095c8;
}
.nav-link:hover svg {
	fill: #0095c8;
}
.nav-link.active {
	font-weight: 600;
	color: #0095c8;
}
.nav-link.active svg {
	fill: #0095c8;
}
.spark-settings-tabs .nav-link {
	padding-bottom: 10px;
}
.navbar-light .navbar-nav .nav-link {
	color: #fff;
}
.nav-heading {
	background-color: transparent;
	text-transform: uppercase;
	font-size: 14px;
	color: #adb5bd;
	letter-spacing: 1px;
	padding: 0;
	margin-bottom: 10px;
}
.spark-nav-profile-photo {
	height: 35px;
	width: 35px;
	border-radius: 50%;
}


.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2000;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
  color: black;
}
.modal-backdrop {
	z-index: 0;
}
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10rem auto !important;
  pointer-events: none;
}
.modal-title{
	color: black !important;
}
#modal-notifications .modal-header {
	background: #fff;
	border-bottom: 0;
	margin-bottom: 0;
	height: 70px;
	width: 350px;
	position: fixed;
	z-index: 100;
}
#modal-notifications .modal-header .btn-group {
	padding-top: 4px;
	width: 100%;
}
#modal-notifications .modal-dialog {
	height: 100vh;
	min-height: 100vh;
}
#modal-notifications .modal-content {
	background: #f8f9fa;
	border: none;
	overflow-y: scroll;
	height: 100vh;
	min-height: 100vh;
}
#modal-notifications .modal-body {
	padding: 0;
	height: 100vh;
	min-height: 100vh;
}
#modal-notifications .modal-footer {
	background: #fff;
	border-top: 1px dashed rgba(0, 0, 0, 0.1);
	width: 350px;
}
#modal-notifications .notification-container:first-child {
	padding-top: 70px;
}
#modal-notifications .notification-container:last-child {
	padding-bottom: 88px;
}
#modal-notifications .notification:not(:first-child) {
	padding-top: 25px;
}
#modal-notifications .notification:not(:last-child) {
	margin-bottom: 23px;
}
#modal-notifications .notification {
	position: relative;
	padding: 20px 15px 0;
	border-top: 1px dashed #dee2e6;
}
#modal-notifications figure {
	display: none;
}
#modal-notifications .notification-content {
	padding-left: 20px;
}
#modal-notifications .notification-content .meta {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-line-pack: end;
	align-content: flex-end;
}
#modal-notifications .notification-content .title {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	font-weight: 700;
	line-height: 1.2;
	margin: 2px 0 10px;
}
#modal-notifications .notification-content .date {
	color: #ced4da;
}
#modal-notifications .notification-content .notification-body {
	margin-bottom: 15px;
}
#modal-notifications .spark-profile-photo {
	height: 52px;
	width: 52px;
}
#modal-notifications .fa-stack {
	font-size: 26px;
}
#modal-notifications .fa-stack-2x {
	width: 2.6rem;
}
#modal-notifications h4 {
	margin-bottom: 15px;
	margin-top: 3px;
}
.modal.docked .modal-dialog {
	position: fixed;
	top: 0;
	margin: 0;
	height: 100vh;
	width: 350px;
}
.modal.docked.docked-left .modal-dialog {
	left: 0;
}
.modal.docked.docked-right .modal-dialog {
	right: 0;
}
.modal.docked .modal-content {
	border-radius: 0;
	height: 100vh;
}
.modal.docked .modal-footer {
	position: fixed;
	bottom: 0;
	right: 0;
}
.table thead th {
	background-color: #e6ecf0;
	font-size: 15px;
	font-weight: 600;
}
.table-valign-middle td {
	vertical-align: middle;
}
.td-fit,
.th-fit {
	width: 1%;
	white-space: nowrap;
}
.table-plan-price {
	font-weight: 600;
	color: #777;
}
.table-plan-text {
	color: #6c757d;
}
.card .table td,
.card .table th {
	padding: 0.75rem 1.25rem;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-bottom: 0.5rem;
	font-family: inherit;
	font-weight: 500;
	line-height: 1.2;
	color: inherit;
}
.h1,
h1 {
	font-size: 2rem;
}
.h2,
.h3,
h2,
h3 {
	font-size: 1.75rem;
}
.h3,
h3 {
	text-transform: uppercase;
}
.h4,
h4 {
	font-size: 1.5rem;
}
.h5,
.h6,
h5,
h6 {
	font-size: 1rem;
}
.lead {
	font-size: 1.65rem;
	margin-bottom: 2.5rem;
}
.display-1,
.lead {
	font-weight: 300;
	line-height: 1.2;
}
.display-1 {
	font-size: 6rem;
}
.display-2 {
	font-size: 5.5rem;
}
.display-2,
.display-3 {
	font-weight: 300;
	line-height: 1.2;
}
.display-3 {
	font-size: 4.5rem;
}
.display-4 {
	font-size: 3.5rem;
	font-weight: 300;
	line-height: 1.2;
}
p {
	margin-bottom: 0.5rem;
}
hr {
	margin-top: 1rem;
	margin-bottom: 1rem;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.small,
small {
	font-size: 80%;
	font-weight: 300;
}
.mark,
mark {
	padding: 0.2em;
	background-color: #fcf8e3;
}
.list-inline,
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
.list-inline-item {
	display: inline-block;
}
.list-inline-item:not(:last-child) {
	margin-right: 0.5rem;
}
.initialism {
	font-size: 90%;
	text-transform: uppercase;
}
.blockquote {
	margin-bottom: 1rem;
	font-size: 1.5rem;
}
.blockquote-footer {
	display: block;
	font-size: 80%;
	color: #6c757d;
}
.blockquote-footer:before {
	content: "\2014   \A0";
}
blockquote.quote-lg {
	padding: 12.5px 25px;
	font-family: Georgia, Times New Roman, Times, serif;
	color: #333;
	font-size: 2rem;
	line-height: 2.5rem;
	margin: 0;
	padding-top: 0;
	border-left: none;
}
blockquote.quote-lg p {
	margin: 0;
	padding: 0;
}
blockquote .small,
blockquote footer,
blockquote small {
	display: block;
	font-size: 80%;
	line-height: 1.42857143;
	color: #777;
}
blockquote .attrib {
	font-size: 1.1rem;
	font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
}
blockquote .small:before,
blockquote footer:before,
blockquote small:before {
	content: "\2014   \A0";
}
.ft-15 {
	font-size: 0.9375rem;
}
@media (min-width: 992px) {
	.h1,
	h1 {
		font-size: 2.5rem;
	}
	.h2,
	h2 {
		font-size: 2rem;
	}
	blockquote.quote-lg {
		font-size: 2.5rem;
		line-height: 3.74rem;
	}
}
.spark-uploader {
	position: relative;
	border-radius: 0.25rem;
	cursor: pointer !important;
}
.spark-uploader:active {
	-webkit-box-shadow: 0 0 0 0.2rem rgba(0, 149, 200, 0.25);
	box-shadow: 0 0 0 0.2rem rgba(0, 149, 200, 0.25);
}
.spark-uploader-control {
	position: absolute;
	top: 0;
	bottom: 0;
	max-width: 100%;
	opacity: 0;
	z-index: 99;
}
.image-placeholder {
	background: #dee2e6;
	width: 3.75rem;
	height: 3.75rem;
	border-radius: 99px;
}
.valign-middle {
	vertical-align: middle !important;
}
.nowrap {
	white-space: nowrap !important;
}
.h-37 {
	height: 37px;
}
.h-90 {
	height: 90px;
}
.w-90 {
	width: 5.625rem;
}
@media (min-width: 768px) {
	.w-80\% {
		width: 80%;
	}
}
@media (min-width: 768px) {
	.w-84\% {
		width: 84%;
	}
}
.w-auto {
	width: auto;
}
.max-w-49\% {
	max-width: 49%;
}
.reveal .reveal-target {
	opacity: 0;
}
.reveal:hover .reveal-target {
	opacity: 1;
}
.pointer {
	cursor: pointer;
}
.no-pointer {
	cursor: default;
}
.flex-1 {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}
.no-shrink {
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

html {
	font-size: 16px;
	visibility: hidden;
}

button#dropdownMenuButton {
	background-color: transparent;
	border: none;
}

.page .no-hero{
	 padding-top: 75px; 
}

.navbar{
	padding: 4px;
}

.toggle-group{
	top: -2px;
}

h6.dropdown-header {
	margin-top: 0px;
}

.catalog-nav{
	 top: 52px !important;
}

.nav-pills>li.active>a, .nav-pills>li.active>a:focus, .nav-pills>li.active>a:hover {
	background-color: inherit;
}

.nav>li>a:focus, .nav>li>a:hover {
	background-color: inherit;
}

.nav-justified .nav-item {
	margin-left: 0px;
}

.help-block{
	color: red;
}

.image-editable {
	width: 25px;
	color: white;
	border-bottom: none;
	cursor: pointer;
}

.editable-cancel{
	width: 31px;
}

.editable-click, a.editable-click, a.editable-click:hover{
	border-bottom: dashed 1px #2dea70;
	z-index: 1000;
}

.editable-click.editable-disabled, a.editable-click.editable-disabled, a.editable-click.editable-disabled:hover {
	color: inherit;
}

.editable-container.editable-inline {
	position: absolute;
	z-index: 1;
	/* width: 100%; */
	left: 0px;
}

.editable-buttons {
	position: absolute;
}

span[data-type="text"] + span.editable-container.editable-inline {
	width: 100%;
}

.image-select, .url-select{
	display: none;
	border-bottom: none;
	color: #2dea70;
	cursor: pointer;
}

.dd-option-text, .dd-selected-text{
	display: none !important;
}

.dd-option-image, .dd-selected-image {
	max-width: 260px !important;
}

.toggle.btn {
	min-width: 30px;
	min-height: 23px;
}

.toggle-on{
	font-size: .5rem;
	padding-left: 1px !important;
}

.toggle-off{
	font-size: .5rem;
	padding-right: 0px !important;
	padding-left: 12px !important;
}

.control-group.form-group {
	width: 100%;
}

.control-group.form-group > div {
	width: 100%;
}

.editable-input {
	width: 100%;
}

.editable-click.editable-disabled, a.editable-click.editable-disabled, a.editable-click.editable-disabled:hover {
	cursor: inherit;
}

.wysiwyg-trigger {
	position: absolute;
	color: #2dea70;
	left: -5px;
	display: none;
}

.editable-pre-wrapped {
	white-space: inherit;
}

.page .hero-callout {
	position: relative;
}

.grid.lessons-grid{
	margin-left: -16px;
	margin-right: -16px;
}

span.glyphicon.form-control-feedback {
	top: 33px;
	right: 18px;
	color: #0062cc;
}

.margintop-sm {
	margin-top: .5rem;
}

select.form-control {
	padding: 0px 10px !important;
}

.modal-content{
	display: table;
}

.resources-list, .cousins-list{
	list-style-type: none;
	padding-inline-start: 0px;
}
