/* ---------- Custom CSS ---------- */
/* this CSS file is used for custom styles and platform over-rides */
html body {
	font-family: Open Sans, sans-serif;
	color: #333;
}
b, strong {
	font-weight: 700 !important;
}

.site-wrap h1,
.site-wrap h2,
.site-wrap h3, 
.site-wrap h4,
.site-wrap h5,
.site-wrap h6 {
	font-family: Rubik, sans-serif;
	color: #072728;
}
.site-wrap h1 {
	color: #072728;
}
.site-wrap h1 {
	font-size: 2.25em;
}
.site-wrap h2 {
	font-family: Rubik, sans-serif;
	font-size: 2em;
	color: #072728;
}
.site-wrap p {
	color: #333;
}

.page-template-template-login {
	background: #f5f5f5 !important;
}

.site-wrap a {
	color: #ec332e;
}
.site-wrap a:hover {
	color: #891d1e;
}

.site-wrap a.dark-link {
	color: #072728;
}
.site-wrap a.dark-link:hover {
	color: #ec332e;
}

/* custom colors */
.color-aqua {color: #6dc5c6 !important;}
.color-gold {color: #b87800 !important;}
/*.color-red {color: #ec332e !important;}*/
.color-red {color: #891d1e !important;}
.color-red-dark {color: #891d1e !important;}
.color-turquoise {color: #215458 !important;}
.color-yellow {color: #f1b602 !important;}

.color-active {color: #25cc89 !important;}

.bg-aqua {background: #6dc5c6 !important;}
.bg-gold {background: #b87800 !important;}
.bg-red {background: #ec332e !important;}
.bg-red-dark {background: #891d1e !important;}
.bg-turquoise {background: #215458 !important;}
.bg-yellow {background: #f1b602 !important;}

.site-wrap .color-completed {color: #6dc5c6 !important;}

.embed-full {
	display: block;
	width: 100%;
	margin: 0 0 50px;
}
.embed-full img {
	width: 100%;
}

.title-sidebar {
	font-family: Open Sans, sans-serif;
	font-weight: 500;
}

/* ----- Components ----- */
/* cards */
.site-wrap .card.card-wide .card-content {
	padding: 0 30px;
}
.site-wrap .card .card-image .image-number {
	position: absolute;
	top: 20px;
	left: 20px;
	width: 46px;
    height: 46px;
    padding: 15px 0;
    font-size: 1em;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    background: #fff;
    color: #1a1b21;
    border-radius: 100px;
    z-index: 100;
}
.site-wrap .card .card-image > a {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: calc( 0.66 * 100% );
    overflow: hidden;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
}
.site-wrap .card .card-image > a:after {
    display: block;
    content: "";
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.35) 0,transparent 75%);
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.35)),color-stop(75%,transparent));
    background-image: linear-gradient(0deg,rgba(0,0,0,.35),transparent 75%);
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    position: absolute;
    bottom: 0;
    opacity: 1;
    -webkit-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.site-wrap .card .card-image img {
    position: absolute;
    display: block;
    top: calc(50% + 1px);
    left: calc(50% + 1px);
    width: calc(100% + 1px);
    height: auto;
    max-width: none;
    max-height: none;
    -webkit-transform: scale(1.01) translate(-50%,-50%);
    -ms-transform: scale(1.01) translate(-50%,-50%);
    transform: scale(1.01) translate(-50%,-50%);
}
.site-wrap .card .card-title {
	font-size: 17px;
	font-weight: 400;
}
.site-wrap .card .card-title a:hover {
	color: #ec332e;
}
.site-wrap .card.card-completed p,
.site-wrap .card.card-completed .card-image,
.site-wrap .card.card-completed .card-title {
	opacity: 0.5;
}

/* checkout */
.site-wrap .checkout.checkout-columns {
	box-shadow: none;
	border:  1px solid #ddd;
}
.site-wrap .checkout-column.column-product {
  background: #f5f5f5;
  border-right: 1px solid #ddd;
}
.site-wrap .checkout-column.column-product .product-title {
  color: #1a1b21;
}
.site-wrap .checkout-column.column-product p {
  color: #666;
}
.site-wrap .checkout-column.column-product .table,
.site-wrap .checkout-column.column-product .table th {
  color: #1a1b21;
}
.site-wrap .checkout-column.column-product .table th,
.site-wrap .checkout-column.column-product .table td {
  border-color: #eee;
}
.site-wrap .checkout-column.column-product .instructions.color-white {
  color: #666 !important;
}
.site-wrap .checkout-column.column-product .btn-trans {
  color: #1a1b21;
  border: 2px solid #ccc;
}
.site-wrap .checkout-column.column-product .btn-trans:hover {
  background: #1a1b21;
  color: #fff;
  border-color: #1a1b21;
}

/* items */
.site-wrap .item.item-with-image {
	padding-right: 0;
}
.site-wrap .item .item-title a:hover {
	color: #ec332e;
}
.item p.small {
	font-size: .85em;
}
.item.item-course.course-no-action,
.item.item-module.module-no-action {
	padding-right: 0;
}
.item.item-module .item-number.number-red {
	background: #ec332e;
	color: #fff;
	border-color: #ec332e;
}

/* lists */
.site-wrap .list-items li a {
	min-height: 80px;
	font-family: 'Open Sans', sans-serif;
	color: #072728;
	font-weight: normal;
}
.site-wrap .list-items li a:hover .item-title {
	color: #ec332e;
}
.site-wrap .list-items li a .item-label {
	display: none;
	font-weight: 500;
	color: #bbb;
}
.site-wrap .list-items li a .item-meta {
	font-size: .85em;
	font-weight: 500;
	color: #bbb;
}
.site-wrap .list-items li a .item-title {
	font-weight: 500;
}
.site-wrap .list-items li.active a .item-number {
	background: #891D1F;
	border-color: #891D1F;
}
.site-wrap .list-items li a:hover .item-number {
	background: #ec332e;
	border-color: #ec332e;
}
.site-wrap .list-items li.active a .item-title {
	color: #891D1F;
}
.site-wrap .list-items li.completed a .item-number,
.site-wrap .list-items li.completed a .item-title {
	opacity: 0.5;
}
.list-items.items-section li {
	border-color: #eee;
}
.list-items.items-section li a {
	padding-left: 70px;
}
.list-items.items-section li a .item-number {
	left: 4px;
	height: 42px;
	padding: 9px 0;
	font-size: .85em;
}
.site-wrap .list-nav {
	font-family: Rubik, sans-serif;
}
.site-wrap .list-nav li a .nav-title {
	font-size: 1em;
	font-weight: 400;
}
.site-wrap .list-nav li a .nav-desc {
	color: #333;
}

/* meta */
.site-wrap .meta .meta-label {
	font-size: 14px;
	font-weight: 500;
	color: #bbb;
}

/* posts */
.post-content {
	padding-right: 30px;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
	margin: 0; /* zero out post content margins via request from CLG */
}

/* ----- Search ----- */
.search-results .app-header h1 > i.color-trans-white-50 {
	color: rgba(0, 0, 0, 0.5) !important;
}

/* ----- Tables ----- */
.table.table-small {
	font-size: .85em;
}

/* ----- Bootstrap UI ----- */
/* alerts */
.alert.alert-success {
    border-left: 4px solid #33c682 !important;
}

/* buttons */
.btn.btn-add {
	background: #4dcdc9;
	color: #fff !important;
	border: 2px solid #4dcdc9;
}
.btn.btn-add:hover {
	background: #215458;
	border-color: #215458;
}
.site-wrap .btn.btn-default.mdc-complete-true {
	background: #2dbb98;
	color: #fff;
	border-color: #2dbb98;
}

/* breadcrumbs */
.site-wrap .breadcrumb {
	font-size: .85em;
	padding: 0;
	background: none;
}

/* labels */
.label.label-default {
	background: #ddd;
	color: #333;
}
.label.label-active,
.label.label-green,
.label.label-success {
	background: #25cc89; /* green */
	color: #fff;
}
.label.label-primary {
	background: #1a1b21;
	color: #fff !important;
}
.label.label-canceled,
.label.label-danger {
	background: #c00; /* red */
	color: #fff;
}

/* modals */
.modal .modal-footer input[type="submit"] {
	display: inline-block;
	width: auto;
}
.modal .modal-footer input[type="submit"].btn-sm {
	padding: 8px 20px;
	font-size: .9em;
}
.modal .search .search-submit {
	top: 8px;
    right: 8px;
	display: inline-block;
	width: auto;
	padding: 10px 20px;
    background: #1a1b21;
	color: #fff;
    font-size: .85em;
}
.modal .search .search-submit:hover {
	background: #484950;
	color: #fff;
}

/* navs */
.site-wrap .nav-pills .nav-link.active,
.site-wrap .nav-pills .show > .nav-link a {
	background: #1a1b21;
}
.site-wrap .nav.nav-pills {
	font-size: .9em;
}

/* wells */
.site-wrap .well,
.site-wrap .well.bg-white {
	border: none;
	box-shadow: 3px 5px 20px 0 rgb(0 0 0 / 8%);
}
.site-wrap .well.well-bare {
	padding: 30px 0;
	box-shadow: none;
}

/* ----- BuddyPress styling ----- */
.buddypress #buddypress .members-list.bp-list li,
.buddypress #buddypress .members-group-list.bp-list li {
	min-height: 70px;
}

/* -------------------------------------------------------- */
/* Branding OVER-RIDES
/* -------------------------------------------------------- */
body .site-wrap {
	width: 1024px;
	box-shadow: none !important;
}
.site-wrap .wrap-app {
	display: block;
	background: #fff;
}

/* header */
.site-wrap .site-header .header-search {
	float: right;
	margin: 8px 15px 0 20px;
}
.site-wrap .site-header .header-search .search {
	width: 220px;
}
.site-wrap .site-header .header-nav ul {
	font-family: Rubik, sans-serif;
	font-size: .9em;
	font-weight: 600;
}

.site-wrap .site-header.header-member {
	background: #fff;
}
.site-wrap .site-header.header-member .header-search .search {
    background: #eee;
}
.site-wrap .site-header.header-member .header-search .search .search-input {
    color: #333;
}
.site-wrap .site-header.header-member .header-search .search .search-input::placeholder {
    color: #aaa;
}
.site-wrap .site-header.header-member .header-search .search .search-submit {
  color: #999;
}
.site-wrap .site-header.header-member .header-search .search .search-submit:hover {
  color: #222;
}
.site-wrap .site-header.header-member .header-nav ul > li > a {
	color: #222;
}
.site-wrap .site-header.header-member .header-nav ul > li.show > a {
	color: #fff;
}
.site-wrap .site-header.header-member .header-nav ul > li ul.dropdown-menu li a {
	color: #fff;
}
.site-wrap .site-header.header-member .header-nav ul > li ul.dropdown-menu li a:hover {
	background: #ec332e;
}
.site-wrap .site-header .header-brand {
    top: -16px;
    width: 200px;
}


.site-wrap .auth-container {
	box-shadow: 3px 5px 20px 0 rgb(0 0 0 / 8%);
}
.site-wrap .auth-brand {
  	background: #fff;
  	border-bottom: 1px solid #ddd;
}

/* app header */
.site-wrap .app-header {
	padding: 50px 30px 30px;
}

/* member menu */
.site-wrap .app-nav {
	display: none; /* hide this in favor of full width layout */
}
.site-wrap .app-nav .nav-menu ul {
	font-family: Rubik, sans-serif;
}
.site-wrap .app-nav .nav-menu ul li a {
	padding: 20px 0 15px 65px;
}
.site-wrap .app-nav .nav-menu ul li a .menu-icon {
	top: 18px;
}
.site-wrap .app-nav .nav-menu ul li a .menu-title {
	font-weight: 400;
}
.site-wrap .app-nav .nav-menu ul li a .menu-desc {
	display: none; /* hide menu item descriptions via CLG request */
}

.site-wrap .app-body {
	display: block;
}

.app-programs .menu-programs a {
	background: rgba(255, 255, 255, .1);
    color: #fff !important;
}

/* program / course / module */
/* remove breadcrumbs from specific views */
/*
.single-program .app-header,
.single-course .app-header,
.single-module .app-header {
	display: none;
}
*/
/* hide module favoriting */
.single-module .course-actions .mdfav-favorite-button {
	display: none;
}
.single-module .course-actions .mdc-complete-button {
	background: #ec332e;
	border-color: #ec332e;
	color: #fff;
}
.single-module .course-actions .mdc-complete-button:hover {
	background: #1a1b21;
}
.site-wrap .course-progress .progress-bar {

}

/* AddEvent customizations */
.ae-emd-cal .wrap .foot-t1 .logo {
	display: none;
}

/* -------------------------------------------------------- */
/* Responsive
/* -------------------------------------------------------- */
@media (max-width: 1024px) {

	body .site-wrap {
		width: 100%;
	}
	.site-wrap .site-header .header-brand {
		top: -7px;
		width: 150px;
	}
	.site-wrap .site-header .header-search {
		float: none;
		margin: 0;
	}
	.site-wrap .site-header .header-search .search {
		width: 100%;
	}
	.mobile-nav-open .site-wrap .site-header.header-member .header-nav ul > li {
		border-color: rgba(255, 255, 255, 0.1);
	}
	.mobile-nav-open .site-wrap .site-header.header-member .header-nav ul > li > a {
		color: #fff;
	}

	.post-content {
		padding-right: 0;
	}

}

@media (max-width: 768px) {

	.site-wrap .card.card-wide .card-content {
		padding: 20px;
	}
	.site-wrap .checkout-column.column-product {
	    border-right: none;
	    border-bottom: 1px solid #ddd;
	}

}
