body {
	display: block;
}

div.featuredCourses {
	padding: 0 !important;
	width: 100%;
	margin: 10px 0 20px 0;
	background-color: transparent !important;
	min-height: 260px;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media screen and (max-width: 1024px) {
	div.featuredCourses {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 780px) {
	div.featuredCourses {
		grid-template-columns: repeat(1, 1fr);
	}
}

h3.fcTitle {
	margin: 40px auto;
	position: relative;
	font-size: 2em;
	text-align: center;
}

@media screen and (max-width: 1024px) {
	h3.fcTitle {
		width: 100%;
		float: none;
		margin: 0 0 10px 0;
		left: 0;
		text-align: center;
	}
}

div.contrastStrip.scUnlimitedBanner {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

div.scUnlimitedBannerText {
	flex: 1;
}

div.scUnlimitedBanner img.scUnlimitedLogo {
	width: 100%;
	max-width: 280px;
	height: auto;
}

@media screen and (max-width: 768px) {
	div.contrastStrip.scUnlimitedBanner {
		flex-flow: column wrap;
	}
}

div.courseBoxNew {
	width: 100%;
	position: relative;
	border-radius: 10px;
	padding: 20px 20px 180px 20px;
	overflow: hidden;
}

div.courseBoxNew div.courseImage {
	width: calc(100% + 40px) !important;
	border-radius: 10px 10px 0 0;
	overflow: hidden;
	margin: -20px 0 20px -20px !important;
	height: auto;
	max-height: 240px;
}

div.courseBoxNew  div.courseImage img {
	display: block;
	height: auto;
	max-width: 100%;
	width: 100%;
	border-radius: 10px 10px 0 0;
}

div.courseBoxNew:hover {
	background: linear-gradient(90deg, #606, #00c5da);
}

div.courseBoxNew:hover p:not(.ratingDetails),
div.courseBoxNew:hover span,
div.courseBoxNew:hover h3 {
	color: #fff !important;
}

div.courseBoxNew:hover img {
	filter: brightness(75%);
}

div.courseBoxNew > svg {
	position: absolute;
	top: 10px;
	right: 10px;
	height: 50px;
	width: 50px;
	padding: 5px;
	background-color: rgba(255, 255, 255, 0.7);
	border-radius: 10px;
	backdrop-filter: blur(10px);
}

div.courseBoxNew:hover > svg {
	background: linear-gradient(-30deg, #606, #00c5da);
}

div.courseBoxNew:hover > svg * {
	fill: #fff !important;
}

div.courseBoxNew p.courseTitle {
	font-weight: 700;
	margin-bottom: 5px;
	font-size: 1.3em;
	text-align: left;
	max-width: 100%;
}

div.courseBoxNew p.learnMore {
	font-size: 1.2em;
	text-align: left;
	max-width: 100%;
	color: #606;
}

div.courseBoxNew p.learnMore a {
	color: #606;
}

div.courseBoxNew p.courseSummary {
	padding: 0;
	margin: 0 0 10px 0;
}

div.courseBoxNew p.courseTitle > svg {
	height: 18px;
	width: 18px;
	float: left;
	margin-right: 5px;
	margin-top: 2px;
}

div.courseBoxNew div.courseRatingDisplay {
	margin: 0 auto 10px auto;
}

div.multiBuyBox {
	padding: 10px;
	border-radius: 20px;
	width: 100%;
	background-color: #abdbe1;
	background: linear-gradient(-45deg, #606, #00c5da);
	margin-bottom: 20px;
}

div.multiBuyBox p.discountAmount {
	margin-bottom: 5px;
}

div.multiBuyBox p.discountTip {
	margin-top: 10px;
}

div.multiBuyBox h3 {
	font-size: 2em;
	text-align: center;
	margin-bottom: 10px;
}

div.multiBuyBox ul {
	max-width: 100%;
	text-align: left;
	margin-bottom: 10px;
}

div.multiBuyBox ul li {
	font-weight: 300;
	list-style: initial;
	font-size: 1.2em;
}

div.multiBuyBox * {
	color: #fff;
}

div.multiBuyBox p {
	font-size: 1.2em;
	max-width: 100%;
	margin-bottom: 0;
	line-height: 1.2em;
	text-align: center;
}

h2.courseListTitle {
	clear: both;
	font-size: 2em;
	margin: 40px auto;
}

div.offerBanner {
	width: 100%;
	display: block;
	position: relative;
	margin: 0 auto 0px auto;
	max-width: 1366px;
	max-height: 250px;
	background-size: cover;
}

div.offerBanner img {
	width: 100%;
	max-width: 1366px;
	height: auto;
	margin-bottom: 20px;
}

p.noAC {
	padding: 0;
	margin: 10px 0 0 0;
	font-size: 1em;
	text-align: left;
	line-height: 1.2em;
}

label.search {
	text-align: center;
	display: block;
	width: 100%;
}

input.courseSearch {
	width: 100%;
	display: block;
	position: relative;
	margin: 10px auto 10px auto;
	max-width: 750px;
	border-radius: 50px;
	text-align: center;
	font-size: 1.2em;
	padding: 5px;
	height: 35px;
	border: 1px solid #606;
}

p.clearSearch {
	text-align: center;
	display: block;
	width: 100%;
	margin-bottom: 40px;
}

p.clearSearch a.clearSearch {
	font-size: 1em;
}

span.searchHighlight {
	padding: 2px;
	border-radius: 5px;
	color: #660066 !important;
}

div.courseBoxNew:hover span.searchHighlight {
	color: #660066 !important;
}

div.searchResults {
	display: none;
	padding: 0 20px;
}

img.purchaseLogo {
	width: 100%;
	height: auto;
	max-width: 250px;
	display: block;
	position: relative;
	margin: 20px auto 10px auto;
}

a.actionLink {
	padding: 10px;
	border-radius: 5px;
	background-color: #00c5da;
	color: #fff;
	font-size: 1.3em;
	width: 100%;
	display: block;
}

div.courseWrap,
div.bundleWrap {
	margin: 40px 0;
}

h3.areaTitle {
	border-radius: 5px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 70px 70px;
	height: 80px;
	line-height: 80px;
	padding-left: 90px;
	padding-right: 20px;
	font-size: 1.5em;
	margin-bottom: 10px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

h3.catTitle {
	border-radius: 5px;
	height: 80px;
	line-height: 80px;
	padding-left: 90px;
	padding-right: 20px;
	font-size: 1.5em;
	margin-bottom: 10px;
	position: relative;
}
 
a.jumpToLink {
	text-decoration: none;
}

div.jumpToBoxes {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 10px;
	padding: 10px;
	border-radius: 20px;
	margin-bottom: 30px;
}

div.jumpToBoxes a.jumpToLink {
	height: 60px;
	flex-grow: 1;
}

div.jumpToBox {
	padding: 10px;
	height: 100%;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: middle;
}

div.jumpToBox:hover {
	cursor: pointer;
	filter: brightness(80%);
}

div.jumpToBox svg {
	height: 40px;
	float: left;
	margin-right: 10px;
}

a.catAnchor {
	position: relative;
	top: -110px;
}

p.backToTop {
	text-align: center;
	padding: 10px;
	width: 100%;
	grid-column: 1 / -1;
}

h3.catTitle svg {
	height: 70px;
	width: 70px;
	position: absolute;
	top: 5px;
	left: 5px;
}

h3.areaTitle.rtl {
	padding-left: 20px;
	padding-right: 90px;
	background-position: calc(100% - 10px) center;
}

h3.areaTitle:hover {
	cursor: pointer;
	filter: brightness(80%);
}

p.free {
	background-color: red;
	color: #fff;
	font-size: 1em;
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 4px;
	border-radius: 15px;
}

div.cat {
	padding: 0 0 10px 0;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	margin: 0 auto 20px auto;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
}

@media screen and (max-width: 1024px) {
	div.cat {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media screen and (max-width: 780px) {
	div.cat {
		grid-template-columns: repeat(1, 1fr);
	}
}

div.courseBox {
	padding: 0 10px 10px 10px;
	background-color: #fff;
	width: calc(50% - 10px);
	height: auto;
	float: left;
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
	border-radius: 5px;
	border: 3px solid #e5e5e5;
	border-top: 0px;
	position: relative;
}

div.courseBox img.courseImage {
	float: left;
	max-width: 230px;
	margin: 10px;
	margin-left: 0;
}

div.subCategories {
	border-radius: 5px;
	padding: 10px;
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	gap: 10px;
	margin-bottom: 20px;
	grid-column: 1 / -1;
}

div.subCategories div.subCat {
	border-radius: 5px;
	background-color: #f5f5f5;
	padding: 5px;
	float: left;
	text-align: center;
	font-weight: 500;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 50px;
}

div.subCategories div.subCat.selected {
	background-color: #606;
	color: #fff;
}

div.subCategories div.subCat:hover {
	cursor: pointer;
	background-color: #5a5a5a;
	background: linear-gradient(45deg, #606, #00c5da);
	color: #f0f0f0;
	border-color: #fff;
}

h4.subCategoriesTitle {
	width: 100%;
	max-width: 750px;
	position: relative;
	display: block;
	margin: 30px auto 20px auto !important;
	text-align: center;
	grid-column: 1 / -1;
}

h5.courseTitle {
	font-size: 1.1em;
	border-bottom: 1px solid #e5e5e5;
	width: calc(100% + 20px);
	position: relative;
	left: -10px;
	height: 50px;
	line-height: 50px;
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: 40px 40px;
	padding-left: 60px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

h5.courseTitle svg {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 5px;
	left: 3px;
}

p.courseSummary {
	font-size: 1em;
	line-height: 1.4em;
	text-align: left;
	padding: 10px 5px 5px 5px;
	max-width: none;
	margin: 0;
	font-weight: 400;
}

p.courseSummary.rtl {
	direction: rtl;
	text-align: right;
}

p.coursePrice,
p.discount {
	font-weight: 400;
	text-align: left;
	padding: 0 0 5px 0;
	margin: 20px auto;
	font-size: 1.1em;
	clear: both;
}

p.coursePrice {
	padding-bottom: 0;
}

p.discount,
div.moreInfoWindow p.discount {
	font-weight: 700;
	padding: 5px;
	border-radius: 5px;
	background-color: #00c5da;
	width: 100%;
	max-width: none;
	text-align: center;
	color: #606;
}

div.courseButtons {
	position: absolute;
	left: 20px;
	bottom: 20px;
	right: 20px;
	width: calc(100% - 40px);
	height: 140px;
}

a.moreInfo {
	display: block;
	margin-bottom: 10px;
	text-decoration: none;
}

div.rtl button {
	float: right;
	margin-right: 10px;
}

div.rtl button.addToBasketMoreInfo {
	margin-right: 0;
}

div.courseButtons button {
	margin-bottom: 10px;
	width: 100%;
	display: block;
	height: 40px;
}

div.courseButtons button.addToBasket {
	background: linear-gradient(-30deg, #606, #00c5da);
	border: 0;
	color: #fff !important;
	font-weight: 700;
}

div.courseButtons button.addToBasket:hover {
	background: linear-gradient(-30deg, #909, #00dddd);
	border: 0 !important;
}

div.courseButtons button:hover {
	background: linear-gradient(-30deg, #606, #00c5da);
}

div.courseButtons button:last-of-type {
	margin-bottom: 0;
}

div.courseStrip {
	margin-bottom: 5px;
	border-radius: 5px;
	padding: 10px;
	transition: transform 0.2s linear;
	-webkit-transition: transform 0.2s linear;
	-moz-transition: transform 0.2s linear;
	-o-transition: transform 0.2s linear;
}

div.courseStrip:last-of-type {
	margin-bottom: 0;
}

div.courseStrip:hover {
	transform: scale(1.03);
	cursor: pointer;
}

div.bundle h2.bundleTitle img.bundleIcon,
div.courseStrip h5.bundledCourseTitle img.courseIcon {
	height: 25px;
	width: 25px;
	border: 0;
	margin: 0 10px 0 0;
	float: left;
}

h5.bundledCourseTitle {
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1em;
	line-height: 25px;
}

div.bundle div.bundleCourses {
	padding: 0 10px 10px 10px;
}

button.addToBasket.bundle,
button.accessCodePurchase.bundle {
	margin: 0 10px 20px 10px;
	padding: 10px 35px;
}

div.courseBox.rtl {
	float: left;
}

div.courseBox.rtl h5.courseTitle {
	padding: 0 10px 0 60px;
	right: -10px;
	left: auto;
}

div.courseBox.rtl button {
	float: none;
	margin-right: 0;
}

div.courseBox.rtl p.cacheEndorsed,
div.courseBox.rtl p.coursePrice {
	text-align: initial;
}

@media screen and (max-width: 740px) {

	div.courseBox {
		width: 100%;
		margin-right: 0;
		height: auto;
		padding-bottom: 50px;
	}

	div.courseWrap {
		padding: 5px;
	}

	div.bundle {
		width: 100%;
		margin-right: 0;
	}

	div.bundleInfo,
	div.bundleCourses {
		width: 100%;
		float: none;
	}

}

@media screen and (max-width: 570px) {
	h3.areaTitle {
		font-size: 1.1em;
	}
}
























