
.accordion{
    font-weight: normal !important;
}
.footer__col {
    width: 100%;
}
.footer__colTitle{
    border-bottom: 1px solid #207cb4;
    padding-bottom: 5px;
}
.footer__colList > .footer__colListItem {
    font-size: 17px;
    margin-bottom: 6px;  
    font-weight: normal;
}
.radio_footer_codes{
  width: 100%;
    float: left;
    font-size: 17px;
}
.radio_footer_codes_a{
      width: 50%;
    float: left;
    margin-bottom: 6px;
    color: #c3c3c3;
}
.header__inner {
    top:0;
    position: fixed;
    background: rgba(0, 0, 0, 0.7294117647058823);
    -webkit-background: rgba(0, 0, 0, 0.7294117647058823);
    -moz-background: rgba(0, 0, 0, 0.7294117647058823);
    -o-background: rgba(0, 0, 0, 0.7294117647058823);
}
.footer__colListItemAnchor, .radio_footer_codes_a{
  font-weight: normal;
}
.footer__colListItemAnchor:hover, .radio_footer_codes_a:hover{
  color: #f68300;
}
.home_search_results{
    position: relative;
    width:100%;
    top:10px;
}
.home_search_results_a{
    width:100%;
    padding: 6px 12px;
    position: absolute;
    z-index:11111;
    background: #000;
    color: #fff;
}
.find__stepBoxInner {
    padding:0 30px;
    background-color: #202328;
    max-height: 510px;
    overflow-y: auto;
}

@media (max-width: 992px) and (min-width: 0px){
    .header__inner {
        width:100% !important
    }
    .logo__lock, .logo__online{
        display: none;
    }
    .logo__radiocode{
        left: 0 !important;
    }
}
@media (max-width: 768px) and (min-width: 0px){
    .main{
        margin-top: 80px;
    }
    .radio_footer_codes_a{
        width: 100%;
    }
    .radio_footer_codes_hide{
        display: none;
    }
    .find__stepBoxTitle {
        margin-bottom: 30px !important;
        padding-left: 15px !important;
    }
}

