.cookie-iframe-holder{
    background: #e0e0e0;
    border: 1px solid #ccc;
    display:flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    max-height:600px;
    min-height:300px;
}
.vid-container.cookie-iframe-holder-parent {
    padding-bottom:0;
    height:auto;
}
.cookie-noconsent{
    padding:2em;
    text-align: center;
}
.cookie-noconsent .link{
    display:block;
}

#pageContent .cookie-button {
    display:inline-block;
    font-weight: bold;
    color: #fff;
    background-color: #172962;
    text-decoration: none;
    padding: 0 1em;
    line-height: 30px;
    border-radius: 1em;
    margin-top: 6px;
}
#pageContent .cookie-button:hover {
    background-color: #3e7bae;
}

.mejs-overlay-button {
    pointer-events: none;
}

#youTubeAgeVerify img{
max-width:100%;
}

#BuzzSproutContainer{
	margin-bottom: 1em;
}

#PreviousEpisodes{ 
	background:#f4f6fa;
	border-bottom:1px solid #c5d7e6;
	border-top:1px solid #c5d7e6;
	margin-bottom: 1.25em;
	padding: 10px 0;
}

.vid-container {
	position: relative;
	padding-bottom: 56.25%;
	margin-bottom: 1em;
	height: 0;
	overflow: hidden;
}

.vid-container iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}

.vid-list-container {
	width: 98%;
	overflow: hidden;

	margin-left:1%;

}

.vid-list{
	width: 1892px; 
	position: relative;
	top:0;
	left: 0;
}

.vid-item {
	display: block;
	width: 148px;

	float: left;
	margin: 0;
	padding: 10px;
	border:2px solid #f4f6fa;
}

.thumb img {
	width: 100%;
	position: relative;
	
}

.vid-item .desc {
	color: #333;
	font-size: 0.85em;
	font-weight: bold;
	margin:5px 5px 0 5px;
}

.vid-item:hover {
	background: #fff;
	cursor: pointer;
	border:2px solid #c5d7e6;
}

.vid-selected {
	border:2px solid #00b1eb!important;
}

.arrows {
	position:relative;
	width: 100%;

}

.arrow-left {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 15px;
	left: -25px;
	top: -120px;
	z-index: 99;
	cursor: pointer;
}

.arrow-right {
	color: #fff;
	position: absolute;
	background: #777;
	padding: 15px;
	right: -25px;
	top: -120px;
	z-index:100;
	cursor: pointer;
}

.arrows span {
	font-size: 1.3333333333333333em;
	line-height: .75em;
	vertical-align: -15%;
	display: inline-block;
}

.arrow-left:hover {
	background: #00b1eb;
}

.arrow-right:hover {
	background: #00b1eb;
}


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

	.vid-list-container {
		padding-bottom: 20px;
	}

	
	.arrows {
		position:relative;
		margin: 0 auto;
		width:96px;
	}
	.arrow-left {
		left: 0;
		top: -17px;
	}

	.arrow-right {
		right: 0;
		top: -17px;
	}
}




