#custom_pbs_video{
	display: flex;
}
.swiper-horizontal>.swiper-scrollbar{
	/*background: none !important;*/
	height: 16px !important;
}
.swiper-scrollbar-drag{
	background: #98d556 !important;
}
#custom_pbs_video.pbs-player #video_d_and_ra ul.related-activities li{
	display: inline-block;
    vertical-align: middle;
    margin: 0 2px 8px;
    padding: 10px 20px 10px 10px;
}
#custom_pbs_video.pbs-player #video_d_and_ra .video-ra{
	width: 100%;
	padding: 0 5px;
}
.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after{
	display: none;
}
/*.slick-dots {
	display: flex;
	position: absolute;
	left: 50%;
	bottom: 30px;
	transform: translateX(-50%);
}
 
.slick-dots li button {
	font-size: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #fff;
	background: transparent;
	border-radius: 50%;
	margin: 0 5px;
}
 
.slick-dots li.slick-active button {
	width: 20px;
	height: 20px;
	background: var(--hover);
	border-color: var(--hover);
}*/
.simplebar-scrollbar::before {
 	background-color: #98d556;
  	opacity: 1 !important;
	width: 12px;
	border-radius: 3px;
}
.vl-btn i,
.vl-btn svg{
	color: #98d556;
    font-size: 35px;
    line-height: 80px;
    text-align: center;
    display: block;
    height: 100%;
	 transition: transform .2s; 
}
.vl-btn svg{
	position: absolute;
	height: 45px;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

a.vl-btn{
	display: inline-block;
    position: absolute;
    padding: 0px;
    background: #fff;
    z-index: 999;
    width: 50px;
    height: 80px;
    text-align: center;
	top: calc( 50% - 10px );
	  transition: transform .2s; 
		box-shadow: -12px 4px 37px 21px rgba(0,0,0,0.23);
-webkit-box-shadow: -12px 4px 37px 21px rgba(0,0,0,0.23);
-moz-box-shadow: -12px 4px 37px 21px rgba(0,0,0,0.23);
}


a.vl-btn.vl-left{
    left: 15px;
    transform: translate(-50%, 0);
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    padding: 0px;
}
a.vl-btn.vl-right{
    right: -35px;
    transform: translate(-50%, 0);
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.simplebar-track.simplebar-vertical {
    top: 0;
    width: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	
}
#custom_pbs_video.pbs-player .slick-slide {
  margin: 0 5px;
}
/*#custom_pbs_video.cpv-videos .col:nth-child(1){
	width: 15%;
}
#custom_pbs_video.cpv-videos .col:nth-child(2){
	width: 85%;
}*/
#custom_pbs_video.cpv-videos .col:nth-child(1){
	width: 100%;
}
#custom_pbs_video.pbs-player .col:nth-child(1){
	width: 100%;
}
#custom_pbs_video .col-bg-padding{
	width: 100%;
	background: #fff;
    padding: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border: white 10px solid;
	box-shadow: -12px 4px 37px 21px rgba(0,0,0,0.23);
-webkit-box-shadow: -12px 4px 37px 21px rgba(0,0,0,0.23);
-moz-box-shadow: -12px 4px 37px 21px rgba(0,0,0,0.23);
		border-radius: 6px 6px 0px 0px;
}
#custom_pbs_video .col-bg-padding.d-block{
	display: block;

}
#video_d_and_ra{
	margin-top: 0px;
    padding: 5px;
   	background: transparent;
   	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	position: relative;
	background: white;
	margin-bottom: 5px;
}
#video_d_and_ra p{
	color: #000;
}
#video_d_and_ra .d-at-et-social{
	margin-top: 20px;
}

#pbs_tags {padding: 10px 15px 0px 15px;}
#pbs_tags_mobile{ display: none; }
#pbs_tags,
#pbs_tags_mobile{
	margin-bottom: 0px;
	
}
#pbs_tags ul,
#pbs_tags_mobile ul{
	padding: 0px;
    list-style: none;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 10px;
}
#button_wrapper ul#toggle_buttons{
	padding-right: 20px!important;
	margin-left: -5px!important;
	list-style: none!important;
	padding-bottom: 0px!important;
	text-align: center!important;
}
#button_wrapper ul#toggle_buttons li{ position: relative!important; }
#button_wrapper.pbs-player #child_tags{ 
	/*display: none;
	height: 0px;*/
}
#button_wrapper.pbs-player ul#toggle_buttons li{ display: inline-block; margin: 0 9px; }
#button_wrapper.pbs-player li a{ min-width: 200px!important; }
#button_wrapper ul#toggle_buttons li a{
	color: #222!important;
    border-radius: 3px!important;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #fff;
    display: inline-block;
   /* width: 300px;*/
    text-align: center;
    padding: 8px 0;
    margin-bottom: 20px;
	box-shadow: -5px -5px 3px -1px rgba(0,0,0,0.1);
	-webkit-box-shadow: -5px -5px 3px -1px rgba(0,0,0,0.1);
	-moz-box-shadow: -5px -5px 3px -1px rgba(0,0,0,0.1);
	z-index: 999;
    position: relative;
}
#button_wrapper ul#toggle_buttons li a:hover,
#button_wrapper.pbs-player ul#toggle_buttons li a.toggled{
	background: #98d556;
}
#child_tags .parent-term{text-align: center;}
#child_tags .parent-term img{
	max-width: 120px;
    margin-right: 20px;
}
#child_tags{
    background: #5592e0;
    border-radius: 10px;
    width: 97%;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}
#child_tags ul{
	list-style: none;
	padding: 0px;
	margin-top: 10px;
	text-align: center;
}
#child_tags ul li{
	display: inline-block;
    width: auto;
    text-align: center;
    margin-bottom: 0px;
    background: none;
    padding: 0px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 100px;
    padding: 10px 20px;
	
}
#child_tags ul li a{
	color: #000;
    font-size: 14px;
    display: inline-block;
    text-transform: capitalize;
    font-weight: 600;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
}
#child_tags ul li a:hover,
#child_tags ul li a.toggled{
	color: #fff;
}
#custom_pbs_video .rv-meta h4{
    padding-top: 8px;
    padding-bottom: 8px;
    font-size: 10px;
    color: #efefef;
	    font-family: 'Open Sans';
    text-transform: uppercase;
	text-align: center;
	background: #188420;
}
#custom_pbs_video .rv-meta h3{
    padding-bottom: 8px;
	font-size: 13px;
	color: #efefef;
	height: 70px;
	text-align: center;
	background: #188420;
	/*border-bottom: #4984d1 10px solid;*/
	padding-left: 10px;
	padding-right: 10px;
	line-height: 1.4em;
}
#custom_pbs_video .active .rv-meta h4,
#custom_pbs_video .active .rv-meta h3{
	background-color: #000;
}
#custom_pbs_video .rv-meta p{
	color: #fff;
	font-size: 13px;
}
#current_videos_list{
	padding: 20px 0px !important;
	background: white;
	margin-left: 10px;
	border-radius: 0px 0px 0px 0px;
	/*overflow-y: scroll;*/
}
#current_videos_list.pbs-player{
	list-style: none;
}
#current_videos_list{ padding-left: 10px; }
#current_videos_list li{
	padding-left: 0px;
	padding-right: 0px;
}
#current_videos_list .rv-image{ height: 80px;}
#current_videos_list .rv-image img{
	width: 100%;
	height: 100%;
	object-position: center;
	object-fit: cover;
}
/*#custom_pbs_video .slick-next{ right: 0; }
#custom_pbs_video .slick-prev{ right: 130px; }*/
/*#slick_buttons .slick-next,
#slick_buttons .slick-prev{
	cursor: pointer;
	z-index: 999;
	position: absolute;
    bottom: 0;
	color: #FFFFFF!important;
    border-color: RGBA(255,255,255,0);
    border-radius: 3px;
    font-weight: 700!important;
    text-transform: uppercase!important;
    background-color: #6592db;
    display: inline-block;
    width: 115px;
    text-align: center;
    padding: 8px 0;
    font-size: 15px;
}*/
#slick_buttons{
	padding-left: 10px;
	padding-bottom: 10px;
background: white;
	margin-left: 20px;
	border-radius: 0px 0px 3px 3px;
	display: none;
}
#slick_buttons a.slick-disabled,
#slick_buttons a.slick-hidden{
	opacity: 0.5;
	pointer-events: none;
}
#slick_buttons a{
	width: 45%;
    display: inline-block;
    text-align: center;
    border-radius: 4px;
    background: #3375DF;
    color: #fff;
    padding-top: 2px;
    padding-bottom: 2px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	
}
#slick_buttons a:hover{
	opacity: 0.9;
}
#slick_buttons a:nth-child(1){ margin-right: 2%; }
#slick_buttons a:nth-child(2){ margin-left: 2%; }
#video_code_wrapper iframe{
	height: 100%;
	min-height: 600px;
} 
#video_code_wrapper{
	width: 80%;
	position: relative;
	/*border: white 10px solid;
	border-radius: 3px;
	background: #fff;*/
	
	/*-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);*/
}
#custom_pbs_video .col-bg-padding.d-block #video_code_wrapper,
#custom_pbs_video .col-bg-padding.d-block #video_list_wrapper{
	width: 100%;
}
#custom_pbs_video .col-bg-padding.d-block #current_videos_list{
	margin-left: 0px;
	margin-top: 10px;
}
.col-bg-padding.d-block #current_videos_list .simplebar-content{
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	gap: 5px;
	/*background: #104921;*/
}
.col-bg-padding.d-block #current_videos_list .simplebar-content li{
	flex: 1 0 15%;
}
.col-bg-padding.d-block #current_videos_list .rv-image{
	height: 125px;
}
.col-bg-padding.d-block #video_list_wrapper #current_videos_list{ height: auto; }
#video_list_wrapper{ 
	width: 20%;
	position: relative;
}
.loading-icon{
	position: absolute;
    z-index: 999;
    height: 100%;
    background: #fff;
    top: 0;
    width: 100%;
    left: 0;
    display: none;
}
.loading-icon img{
	position: absolute;
    top: 50%;
    left: 50%;
	-webkit-transform:  translate(-50%, -50%);
	-ms-transform:  translate(-50%, -50%);
	transform:  translate(-50%, -50%);
    width: 70px;
}
#video_list_wrapper h3.no-result{
	font-size: 18px;
    color: #fff;
    text-align: center;
    margin-top: 5px;
}
#video_d_and_ra .video-d{
	width: 0%;
	padding-right: 30px;
	display: none;
}
#video_d_and_ra .video-ra{ 
	width: 25%; 
	text-align: center; 
	margin-left: auto!important; 
	margin-right: auto!important;
	margin-bottom: 25px;
}

#video_d_and_ra .video-ra h3{
	font-size: 18px;
	color: #000;
	padding-bottom: 20px;
}
#video_d_and_ra .video-ra ul{
	padding: 0px;
	list-style: none;
}
#video_d_and_ra .video-ra li{
	background-color: #3375DF;;
    border-radius: 5px;
    overflow: hidden;
    padding: 10px 20px 5px 10px;
    border: 0px #fff solid;
		-webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
-moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);

}
#custom_pbs_video.pbs-player #video_d_and_ra .video-ra li{
	background: #000;
}
#video_d_and_ra .video-ra span.et_pb_image_wrap{
	vertical-align: middle;
    display: inline-block;
	   color: #fff;
}
#video_d_and_ra .video-ra span.et_pb_image_wrap span{ font-size: 32px; }
#video_d_and_ra .video-ra a{
	vertical-align: middle;
    display: inline-block;
    margin-top: -5px;
    font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
    font-weight: 700;
    color: #fff;
    padding-left: 8px;
}
#stw a .close i,
#stw a .close svg{ font-size: 35px; }
#stw a .close{ display: none; }
#seasons_wrapper{
	display: none;
	position: absolute;
    background: #fff;
    color: #000;
    padding: 20px;
    width: 100%;
    top: 53px;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    box-shadow: -10px -10px 3px -1px rgb(0 0 0 / 20%);
    -webkit-box-shadow: -10px -10px 3px -1px rgb(0 0 0 / 20%);
    -moz-box-shadow: -10px -10px 3px -1px rgba(0,0,0,0.2);
}
#seasons_wrapper .season{
	background: #6592db;
    color: #fff;
    padding: 8px 15px;
    border-radius: 4px;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px;
    cursor: pointer;
}
#current_video_title{
	text-align: center;
    padding-bottom: 15px;
    padding-top: 10px;
	background: #fff;
}
#current_video_title h2{
	color: #000;
    font-size: 25px;
    padding: 0px;

}
#pbs_tags ul li img{
	-webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}

#pbs_tags ul li a:hover img, #pbs_tags_mobile ul li a:hover img.toggled{
	opacity: 1;
	border: 0px solid #5592e0;;
	padding: 0px; 
	border-radius: 5px;
	/*max-width: 85%;
	margin-left: 15px;
	margin-top: 10px;*/
	-webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}
#pbs_tags ul li img.toggled,
#pbs_tags_mobile ul li img.toggled
{
	opacity: 1;
	border: 0px solid #264f27;
	/*background:#5592e0;;*/
	background: #000;
	padding: 0px; 
	border-radius: 5px;
	/*max-width: 85%;
	margin-left: 15px;
	margin-top: 10px;*/
	-webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#pbs_tags_mobile ul li img.toggled{
	-webkit-transform: scale(1.03);
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}

.topbar__icon a{
    max-height: 75px;
    width: 25px;
	color: #98d556!important;
}

#pbs_tags.toggle-off,
#pbs_tags_mobile.toggle-off{
	pointer-events: none;
	cursor: default;
    overflow: hidden;
    opacity: 0;
    height: 0px;
    /*display: none;*/
}
/*
#pbs_tags,
#pbs_tags_mobile{
    transition: all .3s ease-out;
    opacity: 1;
    height: 135px;
}*/

/*#pbs_tags.all_videos{
	height: 150px;
}*/
#pbs_tags.all_videos.toggle-off{
	height: 0px;
}

/*RESPONSIVE*/

/*
@media (min-width: 1500px)and (max-width: 2700px) {

#current_videos_list .rv-image{ height: 150px;}
}

@media (min-width: 2281px)and (max-width: 2700px) {
	#video_code_wrapper iframe {
    	height: 900px;
	    min-height: 600px!important;
	    max-height: 900px!important;
	}
	#video_code_wrapper,
	#current_videos_list.pbs-player {
	    height: 1000px;
	}
	div.slick-list.draggable {height: 725px!important;}
	

}

@media (min-width: 2040px)and (max-width: 2280px) {
	#video_code_wrapper iframe {
    	height: 800px;
	    min-height: 600px!important;
	    max-height: 800px!important;
	}
	#video_code_wrapper,
	#current_videos_list.pbs-player {
	    height: 900px;
	}
	div.slick-list.draggable {height: 725px!important;}
}

@media (min-width: 1826px) and (max-width: 2039px){
	#video_code_wrapper iframe {
    	height: 725px;
	    min-height: 327px!important;
	    max-height: 725px!important;
	}
	#video_code_wrapper,
	#current_videos_list.pbs-player {
	    height: 800px;
	}
	div.slick-list.draggable {height: 625px!important;}
	
}
@media (min-width: 1675px) and (max-width: 1825px){
	#video_code_wrapper iframe {
    	height: 700px;
	    min-height: 327px!important;
	    max-height: 700px!important;
	}
	#video_code_wrapper,
	#current_videos_list.pbs-player {
	    height: 775px;
	}
	div.slick-list.draggable {height: 625px!important;}
	

}
@media (min-width: 1575px) and (max-width: 1674px){
	#video_code_wrapper iframe {
    	height: 650px;
	    min-height: 327px!important;
	    max-height: 625px!important;
	}
	#video_code_wrapper,
	#current_videos_list.pbs-player {
	    height: 700px;
	}
	div.slick-list.draggable {height: 625px!important;}
}

@media (min-width: 1401px) and (max-width: 1574px){
	#video_code_wrapper iframe {
    	height: 550px;
	    min-height: 327px!important;
	    max-height: 550px!important;
	}
	#video_code_wrapper,
	#current_videos_list.pbs-player {
    	height: 620px;
	}
	div.slick-list.draggable {height: 525px!important;}
}

@media (min-width: 1201px) and (max-width: 1400px){
	#video_code_wrapper iframe {
    	height: 475px;
	    min-height: 350px!important;
	    max-height: 475px!important;
	}
	#video_code_wrapper,
	#current_videos_list.pbs-player {
    	height: 550px;
	}
	div.slick-list.draggable {height: 475px!important;}
}*/

@media (min-width: 1101px) and (max-width: 1200px){
#video_code_wrapper iframe {
     	height: 550px;
	    min-height: 500px!important;
	    max-height: 525px!important;
	}
	#video_code_wrapper,
	#current_videos_list.pbs-player {
	    height: 600px;
		}
	div.slick-list.draggable {height: 275px!important;}
		#video_d_and_ra .video-ra {
	    width: 100%;
	    text-align: center;
	    margin-left: 10%!important;
	    margin-right: 25%!important;
	}
}
@media (min-width: 1001px) and (max-width: 1100px){
#video_code_wrapper iframe {
     	height: 500px;
	    min-height: 450px!important;
	    max-height: 475px!important;
	}
	#video_code_wrapper,
	#current_videos_list.pbs-player {
	    height: 550px;
		}
	div.slick-list.draggable {height: 275px!important;}
		#video_d_and_ra .video-ra {
	    width: 100%;
	    text-align: center;
	    margin-left: 10%!important;
	    margin-right: 25%!important;
	}
}

@media (min-width: 901px) and (max-width: 1000px){
#video_code_wrapper iframe {
     	height: 450px;
	    min-height: 400px!important;
	    max-height: 425px!important;
	}
	#video_code_wrapper,
	#current_videos_list.pbs-player {
	    height: 500px;
		}
	div.slick-list.draggable {height: 275px!important;}
		#video_d_and_ra .video-ra {
	    width: 100%;
	    text-align: center;
	    margin-left: 10%!important;
	    margin-right: 25%!important;
	}
}

@media (min-width: 769px) and (max-width: 900px){
	#video_code_wrapper iframe {
     	height: 375px;
	    min-height: 250px!important;
	    max-height: 375px!important;
	}
	#video_code_wrapper,
	#current_videos_list.pbs-player {
	    height: 450px;
		}
	div.slick-list.draggable {height: 275px!important;}
		#video_d_and_ra .video-ra {
	    width: 100%;
	    text-align: center;
	    margin-left: 10%!important;
	    margin-right: 25%!important;
	}
}
	@media (min-width: 501px) and (max-width: 768px){
	#video_code_wrapper iframe {
     	height: 375px;
	    min-height: 275px!important;
	    max-height: 325px!important;
	}
		#custom_pbs_video .rv-meta h3{
    padding-bottom: 8px;
	font-size: 14px;
	color: #000;
	height:100px!important;
	text-align: center;
	background: #efefef;
	border-bottom: #fff 10px solid;
		}
}
	@media (min-width: 300px) and (max-width: 500px){
	#video_code_wrapper iframe {
     	height: 250px!important;
	    min-height: 250px!important;
	    max-height: 250px!important;
	}

}




/* MOBILE */

@media (max-width: 768px){
	/* PBS PLAYER */
.et_pb_column_1 {
    padding-top: 0px!important;
    padding-right: 0px!important;
    padding-bottom: 0px!important;
    padding-left: 0px!important;
}
	#custom_pbs_video .col-bg-padding{
	width: 100%;
	background: rgba(0,0,0,0.0);
    padding: 0px;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	border: white 0px solid;
	box-shadow: -12px 4px 37px 21px rgba(0,0,0,0.0);
-webkit-box-shadow: -12px 4px 37px 21px rgba(0,0,0,0.0);
-moz-box-shadow: -12px 4px 37px 21px rgba(0,0,0,0.0);
}
	.video-ra {display:none;}
	.overflow-hidden-mobile{ overflow: hidden !important; }
	#button_wrapper.pbs-player ul#toggle_buttons{
		padding-left: 0px;
		padding-right: 15px;
		margin-left: 15px;
		
	}
	#button_wrapper.pbs-player ul#toggle_buttons li{
		margin: 0px;
		width: calc( 50% - 16px );
	}

	#button_wrapper.pbs-player ul#toggle_buttons li:nth-child(1){ margin-right: 8px; }
	#button_wrapper.pbs-player ul#toggle_buttons li:nth-child(2){ margin-left: 8px; }
	#button_wrapper.pbs-player ul#toggle_buttons a{
		padding: 12px;
	    min-width: 90px;
	    font-size: 16px;
	    margin-bottom: 15px;
	    box-shadow: none;
		width: 100%!important;
	}
	#pbs_tags{ display: none; }
	#pbs_tags_mobile{ 
		display: block;
		height: auto;
		padding-bottom: 15px;
	    margin-bottom: 15px;
	    margin-top: 15px;
	}
	#custom_pbs_video.pbs-player #pbs_tags_mobile{
		padding-bottom: 10px;
    	margin-bottom: 0px;
    	margin-top: 5px;
	}
	#custom_pbs_video.pbs-player .simplebar-track.simplebar-vertical{ display: none; }
	#custom_pbs_video.pbs-player .col-bg-padding{
		display: block;
	}
	
	#custom_pbs_video.pbs-player #video_code_wrapper{
		    width: 93%;    margin: auto;
		border: 10px white solid;
    background: white;
    /* padding-right: 20px; */
margin-bottom:15px;
		
	}
	#video_code_wrapper, #current_videos_list.pbs-player{
		height: auto;
	}
	#current_video_title h2{ font-size: 15px; }
	#custom_pbs_video.pbs-player #video_list_wrapper{
		width: 100%;
		margin-top: 5px;
	}
	#custom_pbs_video.pbs-player #current_videos_list{
		margin-left: 0px;
	}
	#current_videos_list.pbs-player .simplebar-content{
		display: -webkit-box;
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		min-height: auto;
		gap:  10px;
		margin-left: -10px;
	}
	#custom_pbs_video.pbs-player{ overflow: hidden; }
	#current_videos_list.pbs-player li{
		flex: 1 0 33.3333333333%;
	}
	#pbs_tags_mobile ul li{
		flex: 1 0 25%;
	}
	#video_d_and_ra .video-ra{
		margin-left: 10%!important;
		margin-right: 10%!important;
	}
	/*#pbs_tags_mobile ul li img.toggled{ margin-left: 15px; }*/
	#custom_pbs_video .rv-meta h3{
    padding-bottom: 8px;
	font-size: 14px;
	color: #fff;
	height:80px;
	text-align: center;
	background: #188420;
	border-bottom: #fff 10px solid;
		padding-left: 5px;
		padding-right: 5px;
	
}
	
	#pbs_tags ul li a:hover img, #pbs_tags_mobile ul li a:hover img.toggled{
	opacity: 1;
	border: 0px solid #5592e0;;
	padding: 0px; 
	border-radius: 5px;
	/*max-width: 85%;
	margin-left: 15px;
	margin-top: 10px;*/
	-webkit-transform: scale(1.0);
    -ms-transform: scale(1.0);
    transform: scale(1.0);
}
}
