.compensate-for-scrollbar{
	margin-right: 0 !important;
}


.education-video-block{
	margin-bottom: 45px;
}
.education-video-list-row{
	padding: 15px 0;
}
.education-video-list-row-inner{
	display: flex;
	margin: 0 -10px;
}
.education-video-list-row:nth-child(2n){
	background: #f8f8f8;
}
.education-video-list-item-outer{
	width: 25%;
	padding: 0 10px;
}
.education-video-list-item-img{
	width: 100%;
}
.education-video-list-item-img a{
	display: block;
	position: relative;
}
.education-video-list-item-img a:before{
	position: absolute;
	z-index: 2;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	content: '';
	background: rgba(0,0,0,0.1);
}
.education-video-list-item-img a img{
	width: 100%;
}
.education-video-list-item-img a .education-youtube-ico{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 60px;
	height: 42px;
	background: url('img/video-logo.png') no-repeat center;
}
.education-video-list-item{
	border: 1px solid #e6e6e6;
	height: 100%;
	padding-bottom: 10px;
}

.education-video-date-and-prez{
	display: flex;
	justify-content: space-between;
}
.education-video-date{
	background: #cc2939;
	height: 30px;
	width: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	font-size: 12px;
	padding-right: 10px;
	clip-path: polygon(0 0, 100% 0, calc(100% - 10px) 100%, 0 100%);
}
.education-video-title{
	margin-top: 12px;
	font-size: 17px;
	line-height: 20px;
	font-weight: bold;
	padding: 0 10px;
}
.education-video-prez{
	display: block;
	color: #cc2939;
	font-size: 15px;
	display: flex;
	align-items: center;
	margin-right: 10px;
	padding-right: 26px;
	background: url('img/prez_arrow.png') no-repeat center right;
}
.education-video-show-more{
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.education-video-show-more-btn{
	display: inline-block;
    border: 1px solid #CC2939;
    position: relative;
    width: max-content;
}
.education-video-show-more-btn>div,
.education-video-show-more-btn>a {
    display: inline-block;
    width: 100%;
    letter-spacing: 0.5em;
    text-transform: uppercase;
    position: relative;
    transition: color 0.25s;
    z-index: 2;
    padding: 20px 35px;
    font-size: 14px;
    cursor: pointer;
}
.education-video-show-more-btn::after {
    content: ' ';
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background: #CC2939;
    transition: width 0.25s ease;
}
.education-video-show-more-btn:hover>div,
.education-video-show-more-btn:hover>a {
    color: #fff;
}
.education-video-show-more-btn:hover::after {
    width: 100%;
}

.education-video-top-inner{
	border-bottom: 4px solid #cc2939;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

.education-video-top-left{
	display: flex;
}

.education-video-data-sort{
	border: 1px solid #e6e6e6;
	height: 38px;
	display: flex;
	align-items: center;
	padding: 0 15px 0 10px;
	cursor: pointer;
}
.education-video-data-sort>div{
	padding-right: 50px;
	font-size: 14px;
	position: relative;
}
.education-video-data-sort>div:after{
	background: url('img/data_sort.png') no-repeat center right;
	height: 100%;
	width: 20px;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
}
.education-video-data-sort[data-sort="asc"]>div:after{
	transform: rotateZ(180deg);
}
.education-video-data-filter{
	border: 1px solid #e6e6e6;
	position: relative;
	padding: 0 15px 0 10px;
	height: 38px;
	display: flex;
	align-items: center;
	min-width: 210px;
	margin-left: 10px;
}
.education-video-data-filter-list{
	display: none;
	position: absolute;
	width: 100%;
    left: 0;
    top: 100%;
    z-index: 3;
    background: #fff;
    border: 1px solid #e6e6e6;
}
.selected-item{
	font-size: 14px;
	position: relative;
	padding-right: 43px;
	cursor: pointer;
	width: 100%;
}
.selected-item:after{
	background: url('img/filter_arrow.png') no-repeat center right;
	height: 100%;
	width: 12px;
	content: '';
	position: absolute;
	top: 0;
	right: 0;
}
.education-video-data-filter-item{
	font-size: 14px;
	padding: 5px 5px 5px 10px;
	cursor: pointer;
	transition: all .3s;
}
.education-video-data-filter-item:hover{
	color: #fff;
	background: #cc2939;
}

.education-video-top-right{
	/*background: #cc2939;*/
	/*padding: 0 10px 0 10px;*/
	margin-bottom: 10px;
}

.education-video-show-form{
	position: relative;
	border: 1px solid #CC2939;
	background: #CC2939;
}
.education-video-show-form:after{
	content: ' ';
    position: absolute;
    height: 100%;
    width: 0;
    top: 0;
    left: 0;
    background: #fff;
    transition: width 0.25s ease;
}
.education-video-show-form>a{
	display: block;
	height: 40px;
	color: #fff;
	font-size: 15px;
	line-height: 40px;
	padding: 0 25px;
	text-transform: uppercase;
	letter-spacing: 0.2em;
	transition: .5s;
	z-index: 2;
	position: relative;
}
.education-video-show-form:hover:after{
	width: 100%;
}
.education-video-show-form:hover>a{
	color: #CC2939;
}
.pagination-block{
	margin-top: 25px;
	margin-bottom: 25px;
}

@media(max-width: 1400px){
	.education-video-prez{
		font-size: 12px;
	}
	.education-video-date{
		width: 80px;
	}
	.education-video-title{
		font-size: 15px;
	}
}
@media (max-width: 1200px){
	.education-video-list-row-inner{
		flex-wrap: wrap;
	}
	.education-video-list-item-outer{
		width: 50%;
		margin-bottom: 8px;
		margin-top: 8px;
	}
	.education-video-list-row{
		padding: 0;
	}
}
@media (max-width: 768px){
	.education-video-top-left{
		flex-direction: column;
		margin-right: 20px;
	}
	.education-video-data-filter{
		margin-top: 10px;
		margin-left: 0;
	}
	.education-video-top-inner{
		padding-bottom: 10px;
	}
	.education-video-list-item-outer{
		width: 100%;
	}
	.education-video-show-form>a{
		height: 35px;
		line-height: 35px;
		font-size: 12px;
	}

	.education-video-show-more-btn>div, 
	.education-video-show-more-btn>a{
		padding: 15px 25px;
    	font-size: 12px;
	}
}
@media (max-width: 580px){
	.education-video-top-inner{
		flex-direction: column;
	}
	.education-video-top-right{
		width: 210px;
		margin-bottom: 0;
		margin-top: 10px;
	}
	.education-video-top-left{
		margin-right: 0;
	}
}