.tabs-nav {
	margin: 0 -15px;
	padding-left: 0;
}

.tabs-nav li {
	list-style: none;
	padding: 0 15px;
	width: 25%;
}

@media only screen and (max-width: 768px) {
	.tabs-nav li {width: 100%;}
}

.tabs-nav li button {
	display: inline-block;
	background-color: transparent;
	border: 2px solid #8f664e;
	border-radius: 3px;
	padding: 20px 0;
	width: 100%;
	font-size: 14px;
	font-weight: 600;
	line-height: 1;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

.tabs-nav li button:hover,
.tabs-nav li button.active {
	background-color: #8f664e;
	
}

.tab {
	display: none;
}

.tab.active {
	display: block;
}

.video-courses .trfx-videos-wrap,
.video-courses .trfx-mrvideo-wrapper {
	margin-left: -15px;
	margin-right: -15px;
	justify-content: flex-start;
}

.video-courses .trfx-video,
.video-courses .trfx-mrvideo-item {
	width: 25%;
	padding-left: 15px;
	padding-right: 15px;
}

@media only screen and (max-width: 768px) {
	.video-courses .trfx-video,
	.video-courses .trfx-mrvideo-item {
		width: 50%;
	}
}

@media only screen and (max-width: 600px) {
	.video-courses .trfx-video,
	.video-courses .trfx-mrvideo-item {
		width: 100%;
	}
}

.video-courses.video-courses--2 .trfx-video {
	width: 50%;
}

.video-courses .trfx-video .trfx-video-thumbnail,
.video-courses .trfx-mrvideo-item .trfx-mrvideo-thumbnail {
	border-radius: 3px;
	overflow: hidden;
}

.video-courses .trfx-video.trfx-video-locked .trfx-video-thumbnail,
.video-courses .trfx-mrvideo-item.trfx-mrvideo-locked .trfx-mrvideo-thumbnail {
	border: 2px solid #8f664e;
}

.video-courses .trfx-video.trfx-video-locked .trfx-video-thumbnail::before,
.video-courses .trfx-mrvideo-item.trfx-mrvideo-locked .trfx-mrvideo-thumbnail::before {
	background-color: #000;
	border-radius: 0;
	opacity: .6;
}

.video-courses .trfx-video.trfx-video-locked:hover .trfx-video-thumbnail:before,
.video-courses .trfx-mrvideo-item.trfx-mrvideo-locked:hover .trfx-mrvideo-thumbnail::before  {
	opacity: .4;
}

.video-courses .trfx-video-thumbnail .trfx-video-thumbnail-img,
.video-courses .trfx-mrvideo-thumbnail .trfx-mrvideo-img {
	border-radius: 0;
}

.video-courses .trfx-icon-locked svg,
.video-courses .trfx-video:hover .trfx-icon-locked svg,
.video-courses .trfx-mrvideo-icon-locked svg,
.video-courses .trfx-mrvideo-item:hover .trfx-mrvideo-icon-locked svg{
	width: 75px;
	height: 75px;
	fill: #8f664e;
}

.video-courses .trfx-video .trfx-video-name,
.video-courses .trfx-mrvideo-item .trfx-mrvideo-title {
	padding: 0;
	color: #fff;
	font-size: 14px;
	font-family: 'Montserrat', sans-serif;
}

.video-courses .trfx-footer,
.video-courses .trfx-mrvideo-footer {
	display: none;
}

.ebook-grid img {
	width: 53px;
}

.ebook-grid p {
	text-transform: uppercase;
	margin-bottom: 0;
}

.ebook-row {
	margin-bottom: 20px;
}

.ebook-row .btn {
	min-width: 455px;
}

.education-grid {
	margin-top: 30px;
}

.education-grid-item {
	display: block;
	color: #fff;
	text-decoration: none;
}

.education-grid-item:hover {
	color: #fff;
	text-decoration: underline;
}

.education-grid-item:not(:last-child) {
	margin-bottom: 40px;
}

.education-grid img {
	width: 98px;
	height: 88px;
}

.education-grid-right {
	padding-left: 35px;
}

.education-grid-title {
	display: block;
	font-size: 16px;
	font-weight: 600;
	line-height: 1;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.education-grid-item p {
	margin-bottom: 0;
}

.education-page .video-courses .trfx-category-title {
	padding-top: 0;
}

.video-courses .trfx-mrvideo-published {
	color: #A0A0A0;
}