﻿.newsSingleWidget {
    overflow: hidden;
}
.newsSingleWidget .widgetTitle {
    margin: 0;
}
.newsSingleWidget hr.dottedRule {
    margin: 0 0 5px 0;
}
.newsSingleWidget .articleList {
    margin: 0;
    padding: 0;
    list-style: none;
}
.newsSingleWidget .articleList li {
    display: none;
}
.newsSingleWidget .articleList li:first-child {
    display: block;
}
.newsSingleWidget .thumb {
    padding: 0 0 10px 0;
}
.newsSingleWidget .thumb img {
    width: 100%;
    height: auto;
}
.newsSingleWidget .article {
    padding: 0 0 10px 0;
}
.newsSingleWidget .article p {
    margin: 0 0 2px 0;
}
.newsSingleWidget .article .articleDate,
.newsSingleWidget .article .articleDesc {
    font-weight: normal;
    cursor: default;
}
.newsSingleWidget p {
    font-size: 12px;
    line-height: 17px;
}
.newsSingleWidget.hasBg p {
    font-size: 11px;
    line-height: 16px;
}
.newsSingleWidget .subHeadBlue a {
    color: #576879;
    font-weight: 700;
    text-decoration: none;
}
.newsSingleWidget .subHeadBlue a:hover {
    text-decoration: underline;
}
.newsSingleWidget .article .arrowMore:after {
    display: inline-block;
    margin: 0 0 0 5px;
    content:"";
    border-top: 4px solid transparent;
    border-bottom: 4px solid transparent;
    border-left: 7px solid #3f97b5;
}
.newsSingleWidget .newsArticleNav hr {
    background: #b1b1b1;
}
.newsSingleWidget .newsArticleNav {
    margin: 0 0 10px 0;
    overflow: hidden;
}
.newsSingleWidget .bulletControls {
    float: left;
    margin: 4px 0 10px 0;
}
 .newsSingleWidget .article .articleDesc a {
    font-weight: 700;
 }
.newsSingleWidget .whiteButton {
    float: right;
}

@media (max-width: 1023px) {
    .newsSingleWidget .sliderWrap {
        position: relative;
        max-width: 320px;
        margin: 0 auto;
    }
    .newsSingleWidget .mobile-back,
    .newsSingleWidget .mobile-next {
        position: absolute;
        display: block;
        top: 35%;
        height: 58px;
        width: 32px;
    }
    .newsSingleWidget .mobile-back {
        left: 0;
        background: url(../../webimages/BranchTeaser-leftArrow.png);
    }
    .newsSingleWidget .mobile-next {
        right: 0;
        background: url(../../webimages/BranchTeaser-rightArrow.png);
    }
    .newsSingleWidget .arrowControls,
    .newsSingleWidget .bulletControls {
        display: none;
    }
    .newsSingleWidget .article {
        padding: 0 10px;
    }
    .newsSingleWidget .newsArticleNav {
        margin: 5px 0 0;
    }
    .newsSingleWidget .newsArticleNav hr {
        display: none;
    }
    .newsSingleWidget .whiteButton {
        margin: 0 10px 0 0;
    }
}

@media (max-width: 749px) {
    .newsSingleWidget {
        margin: 0 -10px 20px;
    }
    .newsSingleWidget .widgetTitle {
        margin: 0 0 0 10px;
    }
    .newsSingleWidget.hasBg .widgetTitle {
        margin: 0;
    }
}
