.NewSteeringControl {
        /* border-bottom: 1px solid #ccc; */
        margin-bottom: 10px;
        /* border: 1px solid #ccc; */
        border-top: 0;
        min-height: 300px;
        /* margin-bottom: 10px; */
        overflow: hidden;
        height: 100%;
        margin: 20px 0;
        max-height: 480px;
}
.NewSteeringControl .Header {
        position: relative;
        font-size: 14px;
        /* margin-bottom: 10px; */
        width: 100%;
        border-top: 3px solid #2A58A0;
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        height: 30px;
}
.NewSteeringControl .Header > a {
        font-size: 14px;
        text-transform: uppercase;
        font-weight: 600;
        padding: 10px 0px;
        color: #031739;
        display: inline-block;
        font-family: Roboto;
        line-height: 20px;
}
.NewSteeringControl .Header > span {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        background: #2a58a0;
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
        width: 100%;
}
.NewSteeringControl .Detail {
        border: 1px solid #e0e0e0;
        height: 285px !important;
        padding: 10px;
}
.NewSteeringControl .Detail .Title {
        cursor: pointer;
        font: bold 13px Tahoma;
        margin-bottom: 6px;
}
.NewSteeringControl .Detail .Expand a {
        display: inline-block;
        font: italic 12px Tahoma;
        padding: 5px 0 0;
}
.NewSteeringControl .Detail .Title:hover {
        color: #ce1110;
}
.NewSteeringControl .download {
        color: #bf0404;
        display: inline-block;
        float: right;
        font: bold 12px Tahoma;
        margin-bottom: 5px;
        text-decoration: underline;
}
.NewSteeringControl .DetailScroll {
        border: 1px solid #F2F2F2;
        /* border-radius: 4px; */
        padding: 0 10px 0 8px;
        /* min-height: 430px; */
        background: #fff;
        height: 440px !important;
        overflow: auto !important;
        padding-right: 10px;
}
.NewSteeringControl .DetailScroll .ListItem {
        height: auto !important;
}
.NewSteeringControl .DetailScroll .ListItem .item {
        display: inline-block;
        margin: 0;
        padding-bottom: 10px;
        width: 100%;
}
.NewSteeringControl .DetailScroll .ListItem .item+.item{
        padding-top: 10px;
        border-top: 1px dashed #ddd;
}
.NewSteeringControl .DetailScroll .ListItem .item a{
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 400;
        line-height: 20px;
        text-align: left;
        color: #031739;
}
.NewSteeringControl .DetailScroll .ListItem .item a:hover{
        color: #0471b6;
}
.NewSteeringControl .DetailScroll .Title {
        color: #031739;
        cursor: pointer;
        font-family: "Roboto";
        font-size: 15px;
        font-weight: 500;
        line-height: 22px;
        text-align: left;
        padding-left:15px;
        background: url("images/vbicon.png") no-repeat center left;
}
.NewSteeringControl .DetailScroll .Expand a, .DateIssued {
        color: #62748D;
        display: inline-block;
        font-family: "Roboto";
        font-size: 14px;
        font-weight: 400;
        line-height: 22px;
        text-align: left;
        padding: 5px 0;
}
.NewSteeringControl .DetailScroll .Title:hover {
        color: #b82805;
}
.NewSteeringControl .DetailScroll ul {
        list-style: outside none none;
        margin: 0;
        padding: 0;
}
.NewSteeringControl .Expand {
        display: none;
}
.NewSteeringControl  .dwnload {
        display: none;
}
@media only screen and (max-width: 1023px){
        .NewSteeringControl .DetailScroll {
                min-height: 300px;
        }
        div.NewSteeringControl 
        {
                padding: 0;
                margin: 0 10px;
                margin-bottom: 10px;
        }
}
@media only screen and (max-width: 768px){
        .NewSteeringControl .DetailScroll{
                scrollbar-width: none;
        }
        .NewSteeringControl .DetailScroll:-webkit-scrollbar {
                display: none;
        }
        .NewSteeringControl .Header > a {
                //styleName: Heading 3 Merri;
                font-family: Merriweather;
                font-size: 18px;
                font-weight: 700;
                line-height: 26px;
                text-align: left;
                text-transform: none;
        }
        .NewSteeringControl .DetailScroll .Title{
                font-family: Roboto;
                font-size: 15px;
                font-weight: 500;
                line-height: 22px;
                text-align: left;
                color: #2A58A0;
        }
        .NewSteeringControl .DetailScroll .ListItem .item a{
                font-family: Roboto;
                font-size: 15px;
                font-weight: 400;
                line-height: 22px;
                text-align: left;
        }
        div.NewSteeringControl 
        {
                padding: var(--padding-res);
                margin: 0;
                margin-bottom: 20px;
                /* margin: 0; */
        }
}
