.NewSteeringControl {
        background: #fff none repeat scroll 0 0;
        margin: 20px 0;
}
.NewSteeringControl .Header {
        border-bottom: 1px solid #C3D0E080;
        height: 45px;
        display: table;
        width: 100%;
}
.NewSteeringControl .Header > a {
        text-transform: uppercase;
        white-space: nowrap;
      font-family: Merriweather;
        font-size: 16.81px;
        font-weight: 700;
        line-height: 21.13px;
        text-align: left;
        display: table-cell;
        vertical-align: middle;
        width: 100%;
        color: #031739;

}
.NewSteeringControl .Header > span {
        text-transform: uppercase;
        white-space: nowrap;
        font-size: 18px;
        font-family: 'Merriweather';
        color: #031739;
        font-weight: 700;
        display: inline-block;
        line-height: 45px;
}
.NewSteeringControl .Detail {
        padding: 0 10px 10px;
}
.NewSteeringControl .Detail .Title {
        cursor: pointer;
        font: bold 13px arial;
        margin-bottom: 6px;
}
.NewSteeringControl .Detail .Expand a {
        display: inline-block;
        font: italic 12px arial;
        padding: 5px 0 0;
}
.NewSteeringControl .Detail .Title:hover {
        color: #b82805;
}
.NewSteeringControl .download {
        color: #ae0002;
        float: right;
        font: bold 12px arial;
        text-decoration: underline;
}
.NewSteeringControl .DetailScroll {
        height: 457px;
        overflow: auto !important;
}
.NewSteeringControl .DetailScroll .ListItem .item {
        padding: 10px 0;
        /* border-bottom: 1px solid lightgray; */
}
.NewSteeringControl .DetailScroll .ListItem .item+.item{
        border-top: 1px dashed #ddd;
}
.NewSteeringControl .DetailScroll .Title {
        cursor: pointer;
        margin-bottom: 6px;
        font-weight: 400;
        text-transform: uppercase;
        display: none;
}
.NewSteeringControl .DetailScroll .Title:hover {
        color: #333;
        text-decoration: none;
}
.NewSteeringControl .DetailScroll .Expand a {
        display: inline-block;
        font: italic 12px arial;
        padding: 5px 0 0;
}
.NewSteeringControl .DetailScroll .Title:hover {
        font-style: none;
}
.NewSteeringControl .item ul li:nth-child(3) a {
        color: #0A2458;
        padding-top: 0;
        display: block;
        line-height: 1.4;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        font-family: Roboto;
        font-size: 15px;
        font-weight: 400;
        line-height: 21px;
        text-align: left;

}
.NewSteeringControl .item ul li:nth-child(3) a:hover {
        text-decoration: none;
}
.NewSteeringControl .item li:nth-child(2) ,
.NewSteeringControl .item li:nth-child(1) {
        display: none;
        font-style: italic;
}
.NewSteeringControl .Expand {
        display: none;
}
.NewSteeringControl .dwnload {
        display: none;
}
@media only screen and (max-width: 768px){
        .NewSteeringControl{
                max-width: 100vw;
                padding: 0 16px;
                margin: 20px 0;
        }
        .NewSteeringControl .DetailScroll .ListItem .item{
                padding-right: 8px;
        }
}