@import url('https://fonts.googleapis.com/css?family=Roboto:400,100,300,500,700,900');

/* NEWS FEED */
.clip_news_vticker_wrapper .header {
    border-top: 3px solid #000000;  
    z-index: 1;
    position: relative;

    box-shadow: 0 1px 5px rgba(190,190,190,0.46);
    -webkit-box-shadow: 0 1px 5px rgba(190,190,190,0.46);
    -moz-box-shadow: 0 1px 5px rgba(190,190,190,0.46);
}

.clip_news_vticker_wrapper .vticker-header {
    font-size: 24px;
    color: black;
    font-family: 'PT SANS Narrow', 'Sans-serif', 'Arial';
    font-weight: 600;
    text-align: center;
    padding: 5px 0;
    background-color: white;
    border-bottom: 1px solid #dedede;
}

.clip_news_vticker_wrapper .header img {
    display: block;
    width: 100%;
}
.clip_news_vticker_wrapper .article-source {
    color: #868686;
}
.clip_news_vticker_wrapper .article-source span
{
    font-size:11px;
    color: #c1272d;
    font-weight:normal;
}
.clip_news_vticker_wrapper 
{
    margin: 0 auto;
    width: 300px;
    height: 59px;
    overflow: hidden;
    position: relative;
}
.clip_news_vticker_wrapper .footer {
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
}
.clip_news_vticker_wrapper .footer div {
    margin: auto;
    max-width: 300px;
    width: 100%;
    height: 4px;
    background-color: transparent;
}
.clip_news_vticker_wrapper .newsfeed-wrapper
{
    overflow:hidden;
    background-color:#fff;
    padding: 0;
}
.clip_news_vticker_wrapper .newsfeed
{
  border-top:1px solid #d9d9d9;
  overflow: hidden;
  padding: 5px 10px;
}
.clip_news_vticker_wrapper .newsfeed-wrapper a:first-child .newsfeed {
    border: none;
}
.clip_news_vticker_wrapper .newsfeed:hover {
  background-color:#ECEFF5;
}
.clip_news_vticker_wrapper .newsfeed-image-wrap {
    float: left;
    height: 75px;
    margin-top: 8px;
    margin-bottom: 8px;
    width: 35%;
    overflow: hidden;
    position: relative;
}
.clip_news_vticker_wrapper .newsfeed-image {
    position: absolute;
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    -webkit-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    min-width: 100%;
    object-fit: cover;
    object-position: top center;
}
.clip_news_vticker_wrapper .newsfeed-content {
    font-size: 11px;
    padding: 0 0 0 8px;
    /* margin: 0 0 0 50px; */
    line-height: 1.2;
    text-align: left;
    color: Black;
    float: left;
    width: 65%;
    display: flex;
    flex-direction: column !important;
    align-items: flex-end;
    height: 75px;
    margin-top: 9px;
    justify-content: space-between;
}


.clip_news_vticker_wrapper .newsfeed-content h2 {
    font-size: 1.6rem;
    line-height: 1.10 !important;
    max-height: 59px;
    overflow: hidden;
}

.clip_news_vticker_wrapper .newsfeed-content p {
    margin: 0;
}

.clip_news_vticker_wrapper .newsfeed-content img {
    float: left;
    margin-right: 2px;
}

.clip_news_vticker_wrapper a {
    float: left;
    width: 100%;
}