.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: 15px;
        margin-bottom: 10px;
        width: 100%;
        /* border-top: 3px solid #2A58A0; */
        border-top-right-radius: 4px;
        border-top-left-radius: 4px;
        height: 40px;
        background-color: var(--color-primary);
}
.NewSteeringControl .Header > a {
        font-size: 15px;
        text-transform: uppercase;
        font-weight: 700;
        padding-left: 10px;
        color: #ffffff;
        display: inline-block;
        font-family: "Open Sans";
        line-height: 40px;
}
.NewSteeringControl .Header > span {
        font-size: 13px;
        text-transform: uppercase;
        font-weight: 600;
        background: linear-gradient(to bottom, var(--bg-blue) 0%, var(--bg-blue-weight) 100%);
        padding: 5px 10px;
        color: #fff;
        display: inline-block;
}
.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: 420px;
    overflow: auto !important;
    padding-right: 10px;
}
.NewSteeringControl .DetailScroll .ListItem {
        height: auto !important;
}
.NewSteeringControl .DetailScroll .ListItem .item {
        display: inline-block;
        margin: 0;
        padding-bottom: 10px;
}
.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: 40px;
      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; */
        }
}
}