.course-item {
	box-shadow: 0px 0px 24px 1px rgb(0, 0, 0, .16);
	height: 393px; 
	width: 100%;
	background: white;
}

.owl-item .course-item {
	width: 270px;
}

.course-item.course-item-small {
	height: auto;
}
.course-item.course-item-small .course-item-body {
	background-color: white;
	padding: 16px;
	text-align: center;
}
.course-item.course-item-small .course-item-footer {
    background: white;
	padding: 16px;
}
.course-item.course-item-small .course-item-footer .btn {
	width: 100%;
}
.course-item.course-item-small .course-item-small-dates {  
	background-color: white;
	border-bottom: 4px solid #3BCE60;
	box-shadow: 0px -3px 9px -4px rgba(0, 0, 0, .16);
	overflow-x: auto;
}
.course-item.course-item-small .course-item-small-dates-info {  
	background: #3BCE60;
	color: white;
	font-weight: bold;
	margin-bottom: 0px;
	padding: 10px;
	text-align: center;
}
.course-item.course-item-small .course-item-small-dates > ul {
  display: flex;
  list-style-type: none;
  margin: auto;
  padding: 0;
  width: fit-content;
}
.course-item.course-item-small .course-item-small-dates > ul > li {
	cursor: pointer;
  float: left;
  height: 96px;
  padding-top: 20px;
  text-align: center;
  transition: .5s all;
  width: 64px;
}
.course-item.course-item-small .course-item-small-dates > ul > li.active {
  background-color: #3BCE60;
  transition: .5s all;
}
.course-item.course-item-small .course-item-small-dates > ul > li.active > p {
  color: white !important;
}
.course-item .course-item-image {
	background-size: cover;
	height: 72px;
	width: 100%;
	position: relative;
}
.course-item .course-item-image > img {
	width: 100% !important;
}

.course-item .course-item-image > .course-item-new {
    background: #32C356;
    color: white;
    font-size: 11px;
    font-weight: 500;
    padding: 5px 10px;
    position: absolute;
    top: 15px;
    right: 15px;
    text-transform: uppercase;
}

.course-item.course-item-archived .course-item-image > img {
	-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
}
.course-item-type {
	background-image: url('/themes/afcfmt/images/icons/ico-master.png');
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 13px;
	height: 16px;
	margin: 10px 16px;
	padding-left: 18px;
}
.course-item-type.singleevent {
	background-image: url('/themes/afcfmt/images/icons/ico-single-event.png');
	background-position: -2px -1px;
}
.course-item-type.event {
	background-image: url('/themes/afcfmt/images/icons/ico-event.png');
	background-position: -2px -1px;
}
.course-item-type.singlepath {
	background-image: url('/themes/afcfmt/images/icons/ico-single-path.svg');
	background-position: 0 -1px;
}
.course-item-type.path {
	background-image: url('/themes/afcfmt/images/icons/ico-path.svg');
	background-position: 0 -1px;
}
.course-item-type.collection {
	background-image: url('/themes/afcfmt/images/icons/ico-collection.svg');
	background-position: 0 0px;
}
.course-item-type.documento {
	background-image: url('/themes/afcfmt/images/icons/ico-ebook.svg');
	background-position: 0 0px;
}
.course-item-type.ebook {
	background-image: url('/themes/afcfmt/images/icons/ico-ebook.svg');
	background-position: 0 0px;
}
.course-item-type.pill {
	background-image: url('/themes/afcfmt/images/icons/ico-pill.svg');
	background-position: 0 0px;
}
.course-item-type.scorm {
	background-image: url('/themes/afcfmt/images/icons/ico-pill.svg');
	background-position: 0 0px;
}
.course-item-type.podcast {
	background-image: url('/themes/afcfmt/images/icons/ico-podcast.svg');
	background-position: 0 0px;
}
.course-item-type.webinar {
	background-image: url('/themes/afcfmt/images/icons/ico-webinar.svg');
	background-position: 0 0px;
}
.course-item-type.video {
	background-image: url('/themes/afcfmt/images/icons/ico-video.svg');
	background-position: 0 0px;
}
.course-item .course-item-type .favorite-icon {
	float: right;
	margin-top: -4px;
}
.course-item .course-item-type .lp-icon {
	float: right;
	margin-right: 5px;
	margin-top: -4px;
}
.course-item .course-item-type .lp-icon > img {
	width: 16px;
}
.user-logged-in .course-item .course-item-type .favorite-icon,
.course-item .course-item-type .lp-icon {
	cursor: pointer;
}
.course-item .course-item-title-wrapper {
	height: 127px;
	overflow: hidden;
}
.course-item .course-item-title-wrapper.small {
	height: 100px;
	overflow: hidden;
}
.course-item .course-item-title {	
	display: -webkit-box;
	margin: 0 16px;
	overflow: hidden;
	line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.course-item.course-item-archived .course-item-title {	
	color: #7B7A7E !important;
}
.course-item .course-item-summary {
	display: -webkit-box;
	line-clamp: 3;
	margin: 0 16px;
	margin-top: 4px;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.course-item .course-item-info {
	height: 105px;
	margin-top: 10px;
}
.course-item .course-item-info .course-item-info-element {
  	display: -webkit-box;
	float: left;
	font-size: 12px;
  	line-clamp: 1;
	margin-bottom: 10px;
	min-height: 17px;
  	overflow: hidden;
	padding: 0 16px;
  	text-overflow: ellipsis;
	width: 50%;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
 .course-item .session-list-item .course-item-info .course-item-info-element {
	display: block;
}  
.course-item .course-item-info .course-item-info-element > img {
	margin-right: 5px;
	margin-top: -1px;
}
.course-item-upcoming {
	border-radius: 1px;
	font-size: 9px;
	font-weight: 500;
	line-height: 16px;
	height: 16px;
	margin-bottom: 8px;
	margin-left: 16px;
	width: calc(100% - 30px);
}
.course-item-upcoming > img {
	margin-left: 5px;
	margin-right: 4px;
	margin-top: -2px;
}
.course-item-upcoming.warning {
	background-color: rgba(240, 206, 52, .16);	
}
.course-item-upcoming.success {
	background-color: rgba(81, 186, 127, .16);	
	color: #51BA7F;
}
.course-item .course-item-action {
	padding: 0 16px;
}
.course-item .course-item-action > a {
	float: left;
	line-height: 33px;
	text-decoration: none;
	width: 50% !important;
}
.course-item .course-item-action > p:not(.text):not(.value) {
	color: #51BA7F;
	font-size: 11px;
	font-weight: 400;
	float: left;
	line-height: 35px;
	text-align: center;
	width: 50%;
}
.course-item .course-item-action > p.text {
	color: #F0CE34;
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 0px;
	text-transform: uppercase;
}
.course-item .course-item-action > p.value {
	color: #353B4A;
	font-size: 11px;
	font-weight: 300;
	margin-bottom: 0px;
	overflow: hidden;
	line-clamp: 1;
	text-overflow: ellipsis;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
}
.course-item-simple-wrapper.evidence {
	width: 100%;
}

.course-item-simple-wrapper {
	box-shadow: -1px 7px 9px 16px #49494929;
}
.course-item-simple {
	background: #6B26BA;
	height: 264px;
	padding: 24px;
}
.course-item-simple-title-wrapper {
	height: 130px;
}
.course-item-simple .course-item-simple-title {
	overflow: hidden;
	line-clamp: 2;
	text-overflow: ellipsis;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.course-item-simple .course-item-simple-summary {
	overflow: hidden;
	line-clamp: 3;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

	display: -webkit-box; 
}
.course-item-simple .course-item-simple-date {
	height: 18px;
}
.course-item-simple .course-item-simple-date > img {
	margin-right: 4px;
	margin-top: -4px;
}

.carousel__viewport {
	overflow: inherit !important;
}
.carousel__slide {
	justify-content: start !important;
}

@media screen and (max-width: 990px) {
	.course-item.course-item-small {
		margin-top: 10px !important;
	}
}
@media screen and (max-width: 767px) {
	.course-item.course-item-small {
		margin-top: -30px !important;
	}
	
	.course-item-simple {  
		padding-left: 2rem;
		padding-right: 2rem;
	}
	.lp-icon {
		display: inline-block;
    margin: 0px !important;
    margin-top: 1rem !important;
	}
	.lp-icon .m-t-m-2 { 	
		margin: 0 !important;
	}
	.lp-icon .m-l-2 {
		margin: 0 !important;
	}
	.lp-icon .m-r-05p {
		margin-right: 5px !important;
	}
	.path-masters .lp-icon.lh-33 {
		line-height: 19px !important;
	}
}

@media screen and (min-width: 768px) {
	.course-item-simple-wrapper.evidence {
		width: 50%;
	}

	.course-item-simple-wrapper { 
		box-shadow: none;
	}

}

@media screen and (min-width: 992px) {
	.course-item--Margin-negative {
		margin-top: -200px;
	}
}