#mk-page-introduce {display:none !important;}

.hero {
	background-color: #1c1c1c;
	padding: 30px 0;
	}
.video-row {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	}
.videoWrapper {
	position: relative; 
	padding-bottom: 56.25%; /* 16:9 */ 
	height: 0;
	}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}
div.description-hero {
	padding: 30px 0;
	}
.description-container {
	max-width: 820px;
	margin-left: auto;
	margin-right: auto;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	}
.description-words {
	width: 300px;
	color: white;
	flex-grow:1;
	}
.description-extras {
	flex-grow:0;
	}
.message-alert {
	padding: 3px 10px;
	margin-bottom: 5px;
	display: inline-block;
	background-color: rgba(255, 255, 255, 0.2);
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 12px;
	border-radius: 5px;
	}
.description-words h1 {
	letter-spacing: 1px;
	font-weight: 700;
	font-size: 22px;
	text-transform: uppercase;
	margin-bottom:0px;
	}
.description-words h3 a {
	letter-spacing: 1px;
	font-weight: 600;
	font-size: 18px;
	margin-top:5px;
	margin-bottom:0px;
	color:white;
	}
.description-words h3 a:hover {
	color:#a4e8fc;
	}
.description-words h3 {
	letter-spacing: 1px;
	font-weight: 500;
	font-size: 14px;
	margin-top:5px;
	margin-bottom:0px;
	}
.description-extras a {
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px 28px;
	font-size: 14px;
	line-height: 100%;
	margin-top:12px;
	margin-left:10px;
	display: inline-block;
	}
.description-extras a:hover {
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px 28px;
	font-size: 14px;
	line-height: 100%;
	}
.description-extras a.white-button {
	font-weight: bold;
	color: #333333;
	background-color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px 28px;
	font-size: 14px;
	line-height: 100%;
	}
.description-extras a.white-button:hover {
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	letter-spacing: 1px;
	padding: 20px 28px;
	font-size: 14px;
	line-height: 100%;
	}


.watch-more-hero {
	background-color: #fafafa;
	padding: 50px 0;
}
.watch-more-container{
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.watch-more-header{
	margin-bottom:30px;
	text-align:center;
	font-weight: 600;
	text-transform: uppercase;
	color:#333333;
	letter-spacing: 2px;
	font-size: 36px;
}

.watch-more-flex-cell{
	padding: 5px;
	width: 370px;
	margin: 10px;
	flex-shrink: 1;
}
div.watch-more-flex-cell a img{
	width: 100%;;
	flex-shrink: 1;
	border-radius: 3px;
}
div.watch-more-flex-cell a h4{
	letter-spacing: 0px;
	text-transform: uppercase;
	font-weight: 700;
	font-size: 14px;
	margin-top:5px;
	margin-bottom:0px;
	color: #333333;
}

.watch-series-hero {
	background-color: white;
	padding: 50px 0;
}

.watch-series-hero h2 {
	margin-bottom: 10px
}
.single-video-playlist-description {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 20px;
}

.single-video-playlist-description p {
	max-width: 1200px;
}
h3.spacing-reset{
	letter-spacing: 0 !important;
}

@media only screen and (max-width : 820px) {
	div.hero {
		padding: 0;
		}
/*	div.description-hero {
		background: linear-gradient(to left, rgba(0, 178, 226, 0.8), rgba(21, 75, 225, 0.8) );
		}
*/	div.description-hero {
		padding: 30px 0;
	}
	.description-container {
		max-width: none;
		margin-left: auto;
		margin-right: auto;
		padding:0 30px;
		}
	.description-extras {
		display:none;
		}
	.description-words h1 {
		letter-spacing: 0;
		font-size: 18px;
	}
	.description-words h3 a {
		letter-spacing: 0px;
		font-size: 16px;
	}
	.description-words h3 {
		letter-spacing: 0px;
		font-size: 14px;
	}

}

@media only screen and (max-width : 1200px) {
	.watch-more-flex-cell{
		padding: 5px;
		width: 300px;
		margin: 10px;
		flex-shrink: 1;
	}
}

@media only screen and (max-width : 990px) {
	.watch-more-flex-cell{
		padding: 5px;
		width: 250px;
		margin: 10px;
		flex-shrink: 1;
	}
}
@media only screen and (max-width : 600px) {
	.watch-more-flex-cell{
		padding: 5px;
		width: auto;
		margin: 10px;
		flex-shrink: 1;
	}
	.watch-more-header{
		font-size: 20px;
	}
}

.messageplayer h1 {color:#fff; width:100%; margin: 10px auto; font-size: 24px;}

.messagelisting {margin-bottom: 30px;}
.messagelisting div.box {list-style: none; float: left; position: relative; width: 25%; padding-bottom: 25%;}
.messagelisting div.box .boxInner {display: block; position: absolute; left: 10px; right: 10px; top: 10px; bottom: 10px; overflow: hidden;}
.messagelisting div.box .boxInner img {width: 100%;}
.messagelisting div h4 {font-size: 14px; text-transform: uppercase; font-weight: bold; margin: 0px; }
.infowrapper {margin-bottom: 20px; margin-left: 5%; margin-right: 5%;}
.infowrapper p {color:#fff; font-size: 16px;}

@media only screen and (max-width : 480px) {
	.message-slider{visibility: hidden;}
	.two_columns_75_25>.column1>.column_inner.column_pad_fix {padding:0;}
	h3.infowrapper {text-transform:none;}
	div.section_inner.clearfix.message_selector {width: 100%;}
	.messageplayer .infowrapper h1 {font-size: 20px;}
	.messagelisting div.box {width: 100%; padding-bottom: 80%;}
	div.message_extras {padding: 10px;}
	div.message_extras>a {font-size: 14px; margin:auto; display: block; text-align: center}
	.messageplayer .infowrapper.about {background: #fff;}
	.messageplayer .infowrapper.about p, .messageplayer .infowrapper.about h3 {color:#333;padding: 10px}
}
@media only screen and (max-width : 600px) and (min-width : 481px) {
	.message-slider{visibility: hidden;}
	.two_columns_75_25>.column1>.column_inner.column_pad_fix {padding:0;}
	.two_columns_75_25>.column1 {width:100%;}
	.two_columns_75_25>.column2 {width:100%;}
	div.section_inner.clearfix.message_selector {width: 100%;}
	.messageplayer .infowrapper h1 {font-size: 20px;}
	.messagelisting div.box { width: 50%; padding-bottom: 50%;}
	.messageplayer .infowrapper.about {background: #fff;}
	.messageplayer .infowrapper.about p, .messageplayer .infowrapper.about h3 {color:#333;padding: 10px}
}
@media only screen and (max-width : 768px) and (min-width : 601px) {
	.message-slider{visibility: hidden;}
	.two_columns_75_25>.column1>.column_inner.column_pad_fix {padding:0;}
	.two_columns_75_25>.column1 {width:100%;}
	.two_columns_75_25>.column2 {width:100%;}
	div.section_inner.clearfix.message_selector {width: 100%;}
	.messageplayer .infowrapper h1 {font-size: 20px;}
	.messagelisting div.box { width: 50%; padding-bottom: 50%;}
}
@media only screen and (max-width : 1100px) and (min-width : 769px) {
	.message-slider{visibility: hidden;}
	.two_columns_75_25>.column1>.column_inner.column_pad_fix {padding:0;}
	.two_columns_75_25>.column1 {width:100%;}
	.two_columns_75_25>.column2 {width:100%;}
	div.section_inner.clearfix.message_selector {width: 100%;}
	.messageplayer .infowrapper h1 {font-size: 20px;}
	.messagelisting div.box { width: 33.3%; padding-bottom: 33.3%;}

}

@media only screen and (min-width : 1100px) {
	div#message_video_wrap {
		padding-top: 100px;
		}
	.messageplayer .infowrapper h1 {
		font-size: 20px;
		}

	ul.messagelisting.clearfix {
		margin-left: 0px;
		}

	.messagelisting div.box {
		list-style: none;
		float: left;
		position: relative;
		width: 33.33%;
		padding-bottom: 24%;
		margin-left: 0px;
		}

	.messagelisting div.box .boxInner {
		display: block;
		position: absolute;
		left: 10px;
		right: 10px;
		top: 10px;
		padding-bottom: 5px;
		overflow: hidden;
		background-color: #ffffff;
		border-radius: 5px;
		box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
		}


	.grid_section .section_inner {
		width: 1100px;
		margin: 0 auto;
		position: relative;
		z-index: 20;

	}
}

.vl-playlist-navigation {
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
	-ms-box-orient: horizontal;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -moz-flex;
	display: -webkit-flex;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 30px;
}

.vl-playlist-navigation button,
.vl-playlist-navigation a {
	font: unset;
	border-style:none;
	line-height: 22px;	
	color: black;
	background-color: lightgray;
	float: left;
	padding: 8px 16px;
	text-decoration: none;
	transition: background-color .3s;
	border-radius: 5px;
	margin: 0 4px;
}

.vl-playlist-navigation button.active,
.vl-playlist-navigation a.active {
	background-color: unset;
	color: gray;
	pointer-events: none;
}

.vl-playlist-navigation button:hover:not(.active),
.vl-playlist-navigation a:hover:not(.active) {
	background-color: #ddd;
	color: var(--ml-color1);
	cursor: pointer;
}

.videoLibrary a {
	cursor: pointer;
}

/*
This is removed from here and being set in plugin settings now as default for legacy compatibility.
.videoLibrary-top-spacer {
	padding-top: 100px;
} */