* {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-rendering: geometricprecision;
}
.SingleTab {
        margin: 0px 0px 15px 0px;
        width: 100%;
}
.SingleTab .text {
        display: inline-block;
        padding: 0px;
}
.SingleTab .text:before {
        position: relative;
        height: 31px;
        width: 46px;
        content: "";
        float: right;
        padding-right: 6px;
        background: url(images/col.png) no-repeat;
        top: 1px;
        margin-right: 8px;
        left: -1px;
        border-bottom: 1px solid #336cb4;
}
.SingleTab .Header .HeaderWrap .text > a {
        background: #336cb4;
        display: inline-block;
        height: 31px;
        padding: 0 15px;
        position: relative;
        bottom: -1px;
        color: #FFFFFF;
        font-size: 15px;
        font-weight: bold;
        line-height: 30px;
        text-transform: uppercase;
}
.SingleTab .Header .HeadWraper ul {
        display: inline-block;
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.SingleTab .Header .HeadWraper li {
        display: inline-block;
        float: left;
}
.SingleTab .Header .HeadWraper li span {
        display: block;
        height: 28px;
        line-height: 28px;
}
.SingleTab .Header .HeadWraper .Primary span {
        background: #cecece none repeat scroll 0 0;
        margin-right: 4px;
}
.SingleTab .Header .HeadWraper .Image {
        margin-right: 6px;
}
.SingleTab .Wrap {
        height: 285px;
        padding: 10px;
        background: white;
        box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.2);
}
.SingleTab .Wrap .first {
        display: inline-block;
        margin-bottom: 5px;
        height: 150px;
}
.SingleTab .Wrap .first .image {
        float: left;
        height: 120px;
        margin-right: 10px;
        width: 160px;
}
.SingleTab .Wrap .first .title {
        margin: 0;
        padding: 0;
}
.SingleTab .Wrap .first .title .new{
        padding-left: 8px;
        background: rgba(0, 0, 0, 0) url("images/new.gif") no-repeat scroll right center;
        color: transparent;
}
.SingleTab .Wrap .first p {
        margin: 0;
        padding-bottom: 6px;
        padding-top: 6px;
        text-align: justify;
        font-size: 14px;
}
.SingleTab .Wrap .first .title a {
        color: #044987;
        font-weight: bold;
        font-size: 14px;
}
.SingleTab .Wrap .first .title a{
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: -webkit-auto;
}
.SingleTab .Wrap .next .title{
        vertical-align: text-top;
        display: -webkit-inline-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-align: -webkit-auto;
}
.SingleTab .Wrap .first .title a:hover {
        color: #333;
}
.SingleTab .Wrap a:hover {
        color: #036fa5;
}
.SingleTab .Wrap .clear {
        clear: both;
}
.SingleTab .Wrap .next {
        color: #044987;
        list-style: outside none square;
        margin-top: 5px;
        padding-left: 20px;
}
.SingleTab .Wrap .next li {
        padding: 5px 0;
}
.SingleTab .Wrap .next li a {
        text-decoration: none;
}
.SingleTab .Wrap .next li a .new{
        padding-left: 7px;
        background: rgba(0, 0, 0, 0) url("images/new.gif") no-repeat scroll right center;
        color: transparent;
}
@media only screen and (max-width: 768px){
        .SingleTab .Header .HeaderWrap .text > a {
                max-width: calc(100% - 54px);
                text-align: left;
        }
        div.SingleTab {
                overflow: unset;
        }
        div.SingleTab .Wrap .next {
                padding-left: 20px;
        }
}
