.card {
	position: relative;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	min-width: 0;
	word-wrap: break-word;
	background-color: #fff;
	background-clip: border-box
}

.article-listing-expanded,
.card {
	padding: 0
}

.article-listing-expanded img,
.card img {
	max-width: 100%;
	height: auto
}

.card-tags {
	width: 100%
}

.card-tags .default-tags {
	position: relative;
	align-self: flex-start;
	display: inline-flex;
	max-width: 100%;
	z-index: 5
}

.card-tags_mi-article .hidden-tags-wrapper,
.card-tags_with-hidden-list .hidden-tags-wrapper {
	position: absolute;
	right: 0;
	top: 0
}

.card-tags_mi-article .hidden-tags,
.card-tags_with-hidden-list .hidden-tags {
	position: absolute;
	bottom: 100%;
	right: 0;
	display: none
}

.card-tags_mi-article .hidden-tags.show,
.card-tags_with-hidden-list .hidden-tags.show {
	display: flex;
	flex-direction: column;
	align-items: flex-end
}

.card-tags_mi-article .pill.active,
.card-tags_with-hidden-list .pill.active {
	background-color: #12225c;
	color: #fff
}

.article-listing {
	padding: 20px 0
}

.article-listing .article-title {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px
}

.article-listing .article-title a {
	font-size: 16px;
	line-height: 22px;
	color: #0954b5
}

.article-listing .article-date {
	font-size: 13px;
	line-height: 20px;
	color: #000
}

.article-listing div[data-video]:not(.video-length) {
	position: relative;
	float: left;
	width: 44px;
	height: 44px;
	margin-right: 20px;
	background-color: #efefef
}

.article-listing div[data-video]:not(.video-length)::after {
	border-style: solid;
	height: 0;
	width: 0;
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #0954b5;
	border-width: 11px 0 11px 20px;
	content: '';
	position: absolute;
	top: calc(50% - 10px);
	left: calc(50% - 8px)
}

.article-listing-expanded {
	display: flex;
	align-items: stretch
}

@media (max-width:767px) {
	.article-listing-expanded {
		flex-direction: column;
		align-items: stretch
	}
}

.article-listing-expanded>div {
	flex: 1;
	max-width: 50%;
	padding-right: 25px
}

@media (max-width:767px) {
	.article-listing-expanded>div {
		max-width: 100%;
		padding-right: 0
	}
}

.article-listing-expanded>a {
	flex: 1;
	max-width: 50%
}

@media (max-width:767px) {
	.article-listing-expanded>a {
		max-width: 100%;
		order: -1;
		margin-bottom: 20px
	}
}

.article-listing-expanded .article-author>* {
	display: inline
}

.article-listing .article-image {
	position: relative
}

.article-listing .article-image .video-icon {
	position: absolute;
	bottom: 0;
	left: 0;
	border-radius: 0 0 0 4px
}

.article-listing-vertical {
	display: flex
}

.article-listing-vertical .article-title {
	margin-bottom: 20px
}

.article-listing-vertical .article-image {
	width: 105px;
	flex-shrink: 0;
	overflow: hidden;
	margin-right: 20px
}

.article-listing-vertical .article-image>div {
	position: relative;
	height: 75px
}

.article-listing-vertical .article-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 0;
	max-width: 100%;
	height: auto
}

@media (max-width:768px) {
	.article-listing-vertical {
		border-bottom: 0 none
	}
}

.article-listing .article-content {
	position: relative;
	z-index: 1
}

.card.card-article {
	height: auto;
	color: #000
}

.card.card-article img {
	transition: transform .3s ease-out
}

.card.card-article:hover img {
	transform: scale(1.1)
}

.card.card-article .article-graphics {
	position: relative;
	height: 130px;
	overflow: hidden
}

.card.card-article .article-content {
	display: flex;
	flex-direction: column;
	padding: 20px
}

.card.card-article .article-title {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 20px
}

.card.card-article .article-date {
	font-size: 14px;
	line-height: 20px
}

.card.card-article.extended {
	width: 100%;
	margin-right: 24px;
	overflow: hidden
}

.card.card-article.extended .article-graphics {
	height: 215px
}

.card.card-article.extended .article-title {
	margin-bottom: 30px
}

.card.card-article.extended .article-title a {
	font-size: 24px;
	line-height: 30px;
	font-weight: 700
}

.card.card-article.extended .article-author {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 5px
}

.card.card-article.extended .article-author-prefix {
	float: left;
	margin-right: 5px;
	white-space: nowrap
}

.card.card-article.extended .article-date {
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 24px;
	margin-top: 0
}

.card.card-article.extended .article-content {
	justify-content: space-between
}

@media (max-width:767px) {
	.card.card-article.extended {
		flex-shrink: 0;
		scroll-snap-align: center
	}
}

.article-skeleton,
.mi-article-skeleton {
	box-shadow: 0 0 16px 0 rgba(0, 0, 0, .1);
	border-radius: 4px;
	background: #fff;
	position: relative;
	display: flex;
	flex-direction: column;
	overflow: hidden
}

.article-skeleton::before,
.mi-article-skeleton::before {
	content: "";
	position: absolute;
	inset: 0;
	border-radius: inherit;
	border-width: 1px;
	border-style: solid;
	border-color: transparent;
	-webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
	-webkit-mask-composite: xor;
	mask-composite: exclude;
	pointer-events: none;
	background-clip: border-box;
	background-origin: border-box;
	background-image: linear-gradient(118deg, rgba(18, 34, 92, .1) 0, rgba(18, 34, 92, .15) 100%);
	z-index: 1
}

.article-skeleton .skeleton-item,
.mi-article-skeleton .skeleton-item {
	position: relative;
	overflow: hidden;
	background-color: #e7e9eb
}

@keyframes shimmer {
	100% {
		transform: translateX(100%)
	}
}

.article-skeleton .skeleton-item::after,
.mi-article-skeleton .skeleton-item::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateX(-100%);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0));
	animation: shimmer 2s infinite;
	content: ""
}

.article-skeleton-promo,
.mi-article-skeleton-promo {
	min-height: 235px;
	display: flex;
	flex-direction: column
}

@media (max-width:992px) {

	.article-skeleton-promo,
	.mi-article-skeleton-promo {
		min-height: 265px
	}
}

@media (max-width:768px) {

	.article-skeleton-promo,
	.mi-article-skeleton-promo {
		min-height: 185px
	}
}

.article-skeleton-promo>div,
.mi-article-skeleton-promo>div {
	flex: 1;
	height: auto;
	-o-object-fit: cover;
	object-fit: cover
}

.article-skeleton__image,
.mi-article-skeleton__image {
	height: 192px
}

.article-skeleton__content-wrapper,
.mi-article-skeleton__content-wrapper {
	padding: 16px 24px;
	display: flex;
	flex-direction: column;
	gap: 16px;
	flex: 1;
	justify-content: space-between;
	min-height: 256px
}

.article-skeleton__bottom-wrapper,
.article-skeleton__text-wrapper,
.mi-article-skeleton__bottom-wrapper,
.mi-article-skeleton__text-wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.article-skeleton__description-wrapper,
.article-skeleton__title-wrapper,
.mi-article-skeleton__description-wrapper,
.mi-article-skeleton__title-wrapper {
	display: flex;
	flex-direction: column;
	gap: 4px
}

.article-skeleton__title,
.mi-article-skeleton__title {
	height: 27px
}

.article-skeleton__title:last-child,
.mi-article-skeleton__title:last-child {
	width: 65%
}

.article-skeleton__description,
.mi-article-skeleton__description {
	height: 19px
}

.article-skeleton__description:last-child,
.mi-article-skeleton__description:last-child {
	width: 40%
}

.article-skeleton__author,
.mi-article-skeleton__author {
	display: flex;
	gap: 8px
}

.article-skeleton__author-content-wrapper,
.mi-article-skeleton__author-content-wrapper {
	display: flex;
	flex-direction: column;
	gap: 8px;
	flex: 1
}

.article-skeleton__article-by,
.article-skeleton__date,
.mi-article-skeleton__article-by,
.mi-article-skeleton__date {
	height: 16px
}

.article-skeleton__article-by,
.mi-article-skeleton__article-by {
	width: 50%
}

.article-skeleton__date,
.mi-article-skeleton__date {
	width: 30%
}

.article-skeleton__tags,
.mi-article-skeleton__tags {
	display: flex;
	gap: 8px
}

.article-skeleton__tag,
.mi-article-skeleton__tag {
	flex: 1;
	height: 28px;
	border-radius: 2px
}

.card-news {
	border: none
}

@media (max-width:768px) {
	.card-news {
		max-height: none
	}
}

.card-news:hover .card-image img {
	min-width: 110%;
	min-height: 110%
}

.card-news .card-image {
	height: 215px;
	overflow: hidden;
	position: relative;
	background-image: none !important;
	position: relative;
	overflow: hidden;
	background-color: #e7e9eb
}

@keyframes shimmer {
	100% {
		transform: translateX(100%)
	}
}

.card-news .card-image::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateX(-100%);
	background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, .2) 20%, rgba(255, 255, 255, .5) 60%, rgba(255, 255, 255, 0));
	animation: shimmer 2s infinite;
	content: ""
}

.card-news .card-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 1;
	transition: min-height .5s ease-out, min-width .5s ease-out
}

.card-news .card-image .video-icon {
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0
}

.card-news .card-inner {
	height: 100%;
	padding: 20px;
	display: flex;
	flex-direction: column;
	position: relative;
	z-index: 1
}

@media (max-width:768px) {
	.card-news .card-inner {
		height: auto;
		padding: 20px 16px 16px
	}
}

.card-news .card-inner>div:first-child {
	margin-bottom: 30px;
	max-height: auto
}

.card-news .card-inner .card-news-author-avatar~div {
	line-height: 21px
}

.card-news .card-inner .card-news-author-avatar~div a {
	line-height: 21px
}

.card-news .card-news-title {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	overflow-wrap: anywhere;
	-webkit-hyphens: auto;
	hyphens: auto;
	word-wrap: break-word;
	word-break: break-word;
	word-break: normal;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	max-height: none;
	position: relative;
	visibility: visible;
	font-size: 24px;
	line-height: 30px;
	font-weight: 500;
	color: #12225c
}

@supports not (-webkit-line-clamp:3) {
	.card-news .card-news-title {
		display: block
	}
}

.grid-col-2.card-news .card-news-title {
	height: auto
}

@media (max-width:768px) {
	.card-news .card-news-title {
		margin-bottom: 30px
	}
}

.card-news p {
	font-size: 16px;
	line-height: 25px;
	color: #000
}

@media (max-width:768px) {
	.card-news p {
		display: none
	}
}

.card-news-tags {
	display: inline-flex;
	max-width: 100%
}

.card-news .card-news-author {
	font-size: 16px;
	line-height: 22px
}

.card-news .card-news-author:not(:only-child) {
	margin-bottom: 22px
}

@media (max-width:768px) {
	.card-news .card-news-author {
		margin-bottom: 16px
	}
}

.card-news .card-news-author>div:first-child {
	display: flex;
	align-items: center
}

@media (max-width:768px) {
	.card-news .card-news-author>div:first-child {
		display: block
	}
}

.card-news .card-news-author-avatar {
	width: 50px;
	height: 50px;
	border-radius: 25px;
	overflow: hidden;
	margin-right: 10px;
	display: none
}

.card-news .card-news-author-avatar img {
	width: 100%;
	height: auto
}

@media (max-width:768px) {
	.card-news .card-news-author-avatar {
		display: none
	}
}

.card-news .card-news-date {
	margin: 0;
	opacity: .7;
	font-size: 14px;
	line-height: 20px
}

@media (max-width:768px) {
	.card-news .card-news-date {
		margin: 0
	}
}

.card-news.card-news-special {
	position: relative
}

.card-news.card-news-special>a {
	pointer-events: none
}

.card-news.card-news-special .card-news-date {
	margin: 0
}

.card-news.card-news-special * {
	color: #fff
}

.card-news.card-news-special .card-image {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 100%;
	height: 100%
}

.card-news.card-news-special .card-inner {
	padding: 50px;
	position: relative;
	width: 100%;
	pointer-events: none
}

@media (max-width:768px) {
	.card-news.card-news-special .card-inner {
		min-height: auto;
		height: auto;
		padding: 20px;
		display: block
	}
}

.card-news.card-news-special .card-inner>div:first-child {
	margin-bottom: 23px
}

.card-news.card-news-special .card-inner a {
	pointer-events: auto
}

.card-news.card-news-special .card-inner .card-news-author {
	position: relative;
	max-width: -moz-max-content;
	max-width: max-content
}

.card-news.card-news-special .card-inner .card-news-author-avatar {
	display: block
}

@media (max-width:768px) {
	.card-news.card-news-special .card-inner .card-news-author-avatar {
		display: none
	}
}

.card-news.card-news-special .card-inner .card-news-author-info-wrapper {
	display: flex;
	flex-direction: column
}

.card-news.card-news-special .card-inner .card-news-title {
	max-width: 50%;
	position: relative;
	font-weight: 400;
	min-height: 60px
}

@media (max-width:768px) {
	.card-news.card-news-special .card-inner .card-news-title {
		margin-bottom: 14px;
		max-width: 100%
	}
}

.card-news.card-news-special .card-inner .card-news-tags,
.card-news.card-news-special .card-inner p {
	display: none
}

.card-news.card-news-special:hover .card-inner {
	background: 0 0
}

.card-news .card-news-tags {
	position: relative
}

@media (max-width:768px) {
	.card-news .card-news-tags {
		top: 10px;
		margin-bottom: 10px
	}
}

.card-news.no-image .card-image {
	display: none
}

.card-news.grid-item {
	align-self: start
}

.grid-col-1.card-news p {
	display: none
}

.grid-col-1>.row,
.grid-col-2>.row,
.grid-col-3>.row {
	height: 100%;
	width: 100%;
	margin: auto
}

.grid-col-1.component.container,
.grid-col-2.component.container,
.grid-col-3.component.container {
	margin: 0;
	padding: 0
}

.component.card.full-background-card {
	position: relative;
	overflow: hidden;
	max-width: 280px
}

.component.card.full-background-card img {
	transition: transform .3s ease-out
}

.component.card.full-background-card:hover img {
	transform: scale(1.1);
	transform: translate(-50%, -50%) scale(1.1)
}

.component.card.full-background-card>.component-content {
	padding: 150px 40px 40px;
	height: 100%
}

.component.card.full-background-card>.component-content::after {
	background: #11377c;
	background: linear-gradient(225deg, #1e95cb 0, #11377c 100%);
	content: '';
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	opacity: .7;
	z-index: 1
}

.component.card.full-background-card img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 0;
	transition: all .3s ease-out
}

.component.card.full-background-card .card-body {
	position: relative;
	display: flex;
	flex-direction: column;
	height: 100%;
	z-index: 2;
	padding: 0
}

.component.card.full-background-card .card-body * {
	color: #fff
}

.component.card.full-background-card .field-cardtitle {
	font-size: 30px;
	line-height: 40px;
	margin-bottom: 10px;
	word-wrap: normal
}

@media (max-width:1439px) {
	.component.card.full-background-card .field-cardtitle {
		font-size: 28px;
		line-height: 36px
	}
}

@media (max-width:767px) {
	.component.card.full-background-card .field-cardtitle {
		font-size: 27px;
		line-height: 40px
	}
}

.component.card.full-background-card .field-carddescription {
	font-size: 16px;
	line-height: 22px;
	margin-bottom: 30px
}

.component.card.full-background-card .field-cardlinkcaption {
	align-self: flex-start;
	margin-top: auto
}

.video-card {
	color: #000
}

.video-card .video-card-graphics {
	overflow: hidden;
	position: relative
}

.video-card .video-card-views {
	font-size: 12px
}

.video-card .video-length {
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: center;
	padding: 10px;
	font-size: 12px;
	color: #0954b5;
	background-color: rgba(255, 255, 255, .8);
	z-index: 2
}

.video-card .video-length::before {
	border-style: solid;
	height: 0;
	width: 0;
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #0954b5;
	border-width: 10px 0 10px 20px;
	content: '';
	display: inline-block;
	margin: 0 20px 0 5px
}

.card {
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, .14);
	transition: box-shadow .3s;
	border-radius: 10px;
	border: 1px solid rgba(0, 0, 0, .125)
}

.card:hover {
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .24)
}

.article-listing {
	border-bottom: 1px solid #b0b8ba
}

.article-listing .article-date {
	opacity: .7
}

.article-listing-expanded>a img {
	border-radius: 5px
}

.article-listing-expanded .article-title {
	margin-bottom: 20px
}

.article-listing-expanded .article-title a {
	font-size: 20px;
	line-height: 26px;
	color: #12225c
}

.article-listing-expanded .article-author {
	margin-bottom: 5px
}

.article-listing-expanded .article-author>* {
	font-size: 16px;
	line-height: 22px;
	display: inline
}

.article-listing-expanded .article-tags {
	margin-top: 25px
}

.article-listing-expanded .article-tags .pill {
	margin: 0 10px 10px 0
}

.card.card-article {
	background-color: #fff
}

.card.card-article img {
	transition: transform .3s ease-out
}

.card.card-article:hover img {
	transform: scale(1.1);
	transform: translate(-50%, -50%) scale(1.1)
}

.card.card-article img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 0;
	transition: all .3s ease-out
}

.card.card-article .article-title {
	color: #0954b5
}

.card.card-article .article-date {
	opacity: .7
}

.card.card-article .article-content {
	height: calc(100% - 130px)
}

.card.card-article .article-date {
	margin-top: auto
}

.card.card-article.extended {
	max-width: 380px
}

.card.card-article.extended:last-child {
	margin-right: 0
}

.card.card-article.extended .article-title a {
	color: #12225c
}

.card.card-article.extended .article-title a:hover {
	color: #0954b5
}

.card.card-article.extended .article-author .field-authorname {
	color: #0954b5
}

.card.card-article.extended .article-author .field-authorname:hover {
	color: #12225c
}

.card.card-article.extended .article-tags .hidden-tags .pill {
	background-color: #12225c;
	color: #fff;
	margin: 2px
}

.card.card-article.extended .article-tags .hidden-tags .pill a {
	color: #fff
}

.card.card-article.extended .article-tags .pill {
	padding: 4px;
	margin: 2px;
	border: 1px solid #12225c
}

.card.card-article.extended .article-tags .pill a {
	font-size: 11px;
	color: #12225c
}

.card.card-article.extended .article-tags .pill:hover a {
	font-size: 11px;
	color: #fff
}

.search-results-container .article-listing.article-listing-expanded {
	width: 100%;
	align-items: stretch
}

.search-results-container .article-listing.article-listing-expanded a div {
	height: 100%
}

@media (max-width:767px) {
	.search-results-container .article-listing.article-listing-expanded a div {
		height: 200px
	}
}

.search-results-container .article-listing.article-listing-expanded .field-articleimage {
	border-radius: 5px;
	overflow: hidden;
	position: relative
}

.search-results-container .article-listing.article-listing-expanded .field-articleimage img {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: center;
	object-position: center
}

.card-news-tags .pill {
	padding: 4px;
	font-size: 11px;
	margin: 2px
}

.card-news-special::before {
	content: "";
	width: 66%;
	height: 100%;
	display: block;
	background: transparent linear-gradient(90deg, #12225c 0, rgba(18, 34, 92, .8) 39%, rgba(18, 34, 92, .36) 73%, rgba(18, 34, 92, 0) 100%);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	z-index: 1
}

.video-card .video-card-graphics {
	border-radius: 10px 10px 0 0;
	height: 196px
}

.video-card .video-card-graphics .image-overlay {
	background: #11377c;
	background: linear-gradient(225deg, #1e95cb 0, #11377c 100%);
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: .15;
	transition: opacity .3s;
	z-index: 1
}

.video-card .video-card-graphics img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	transition: all .3s ease-out;
	z-index: 0
}

.video-card:hover img {
	min-width: 110%;
	min-height: 110%
}

.video-card:hover .image-overlay {
	opacity: .3
}

.video-card .video-card-body {
	padding: 15px 25px
}

.video-card .video-card-title {
	font-size: 18px;
	line-height: 25px;
	font-weight: 500
}

.video-card .video-card-views {
	color: #515151;
	padding: 7px 0 5px
}

.video-card .video-length {
	color: #0954b5;
	background-color: rgba(255, 255, 255, .8)
}

.video-card .video-length::before {
	border-style: solid;
	height: 0;
	width: 0;
	border-color: rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) rgba(255, 255, 255, 0) #0954b5;
	border-width: 10px 0 10px 20px
}

.card-lesson {
	overflow: hidden;
	cursor: pointer;
	padding-bottom: 20px
}

.card-lesson img {
	transition: transform .3s ease-out
}

.card-lesson:hover img {
	transform: scale(1.1);
	transform: translate(-50%, -50%) scale(1.1)
}

.card-lesson-image {
	position: relative;
	height: 130px;
	overflow: hidden
}

.card-lesson-image img {
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	z-index: 0;
	transition: all .3s ease-out
}

.card-lesson-title {
	font-size: 24px;
	line-height: 30px;
	padding: 18px 20px 8px 20px;
	font-weight: 500;
	color: #000
}

.card-lesson-level-section {
	padding: 0 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center
}

.card-lesson-level-section div.field-title {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .1em;
	color: #12225c;
	text-transform: uppercase;
	font-weight: 600;
	letter-spacing: 1.2px
}

.card-lesson-level-section div.field-lessonreadingtime {
	font-size: 12px;
	line-height: 14px;
	letter-spacing: .02em;
	color: #707070
}

.card-lesson-level-section div.field-lessonreadingtime::before {
	content: "";
	display: inline-block;
	width: 4px;
	height: 4px;
	border-radius: 2px;
	margin: 2px 5px;
	background-color: #707070
}

.card-lesson-description,
.card-lesson-description div,
.card-lesson-description p,
.card-lesson-description span {
	font-size: 14px;
	line-height: 16px;
	letter-spacing: .015em;
	line-height: 20px;
	padding: 36px 20px 0 20px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	height: 136px;
	color: #000
}