.subBox {
    background: #fff;
}

.leftBox {
    padding-bottom: 20px;
    margin-bottom: 40px;
    position: relative;
}

.entrance-header {
    position: relative;
    display: block;
    width: 100%;
    height:auto;
    text-transform: none;
    padding-bottom: 30px;
}

.entrance-header img {
    max-width: 100%;
}

.entrance-header .btnWhite {
    font-size: 16px;
    border: 3px solid #fff;
}

#back-to-latest {
    float: right;
}

.entrance-header .slider-item-date {
    left: auto;
    right: 0px;
    top: -45px;
    bottom: auto;
    color: #000;
    font-size: 17px;
    font-weight: 400;
}

.entrance-header .slider-item-date:after {
    background: #000;  
    width: 19px;
    height: 3px;
}

.share-buttons {
    min-height: 78px;
    padding: 18px 18px 18px 0;
}

.share-buttons a.share-btn {
    line-height: 40px;
}

.share-buttons img {
    width:auto;
}

.newsQuickLinksBox {
    position: relative;
    z-index: 2;
    font-family: Verdana, sans-serif;
    background: #f2f2f2;
}

.newsQuickLinksBox h1 {
    text-transform: uppercase;
    font-size: 20px;
    color: #000c1b;
    padding:20px 0;
    font-weight: 700;
}

.newsQuickLinksBox .link-item {
    width: 260px;   
    padding-bottom: 40px;
    margin-right: 20px;
    margin-bottom: 40px;
    border-bottom: 1px solid #d4d4d4;
}

.newsQuickLinksBox .link-item h3 {
    font-size: 17px;
    font-weight: 700;
    color: #6e6e6e;
    padding-bottom: 20px;
    padding-right: 20px;
    text-align: left;
}

.newsQuickLinksBox .link-item .slider-item-date {
    position:relative;
    display: inline-block;
    float:left;
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
    color: #000;
    font-size: 15px;
    font-weight: 400;
}

.newsQuickLinksBox .link-item .slider-item-date:after {
    background: #000;  
    width: 16px;
    height: 2px;
}

.newsQuickLinksBox .link-item i {
    float: right;
    color: #ffc600;
    padding-top: 7px;
    padding-right: 20px;
}