
/* showing on global home page sidebar */


#latestVideo a.video:before{
    content: none !important;

}
#latestVideo  {
    overflow: hidden;
    margin: 25px 0 20px 0;
}
#latestVideo img {
    margin: -10% 0;
    width: 100%;
}

/*End*/

.news-plugin{
    margin-bottom: 10px;
}

.newnews-plugin li h3{
	padding: 0;
	font-size: 16px!important;
	margin-bottom: 10px;
}

.news-plugin li h3 .separator{
    font-size: 16px!important;
}

.newnews-plugin li a.more {
    font-size: 14px!important;
    padding-left: 0!important;
    text-decoration: underline!important;
    color: #555555;
}

.news-plugin a.videos {
    position: relative;
    max-width: 590px;
    min-height: 0;
    display: block;
    float: none;
    clear: both;
}

.news-plugin a.videos:after {
    background: url(../images/play-hover.png) no-repeat 0 0;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    z-index: 1;
        background-size: 67px 50px;
    background-position: center; 
}

.newnews-plugin li a{
	font-size: 16px!important;
    text-decoration: none!important;
    color: #000!important;
    font-style: normal;
    font-family: "Source Sans Pro","Helvetica Neue",Helvetica,Arial,sans-serif;
}

.newnews-plugin li a:hover{
	color: #be0a24!important;
	text-decoration: underline!important;
}

.newnews-plugin li {
    list-style-type: none;
    margin-bottom: 15px;
    position: relative;
    padding-left: 15px;
}

.newnews-plugin li:before {
    content: "\203A";
    font-size: 1.813em;
    font-style: normal;
    font-weight: 600;
    position: absolute;
    top: 1px;
    left: -3px;
    bottom: auto;
    right: auto;
    z-index: 1;
    color: #be0a24;
    font-size: 2.211em;
    font-weight: 400;
    font-family: "Lato",Arial,Helvetica,sans-serif;
    top: -17px;
    left: 0;
}

div.singvid-wrapper {
    width: 100%;
    padding-bottom: 55%; /* 16:9 */
    position: relative;
    overflow: hidden;
    border: 1px solid #999;
}

div.singvid-wrapper  > div {
    position: absolute;
    top: -18%;
    bottom: 0;
    left: 0;
    right: 0;
}

