.flex{
    display: flex;
    flex-wrap: wrap;
}
.flex .half {
    max-width: 48%;
    margin: 1%;
}
h2.spl{
   margin: auto;
}
h2.spl:before,h2.spl:after{
  display:none;
}
.bmark {
    display: flex;
    list-style: none;
    padding: 0 !important;
}
.bmark li {
    max-width: 30%;
    list-style: none;
    margin: 20px 10px 10px 0;
    padding: 10px 20px !important;
    background-color: #f1f1f1;
    cursor: pointer;
    text-align: center;
}
.bmark li:hover{
    background-color: #2a79bb;
    color: #fff;
}
.bmark li:hover strong{
    color: #fff;
}
.bmark li strong {
    padding: 0;
    font-weight: 600;
    color: #2a79bb;
}
.bmark li p {
    margin: 0;
    font-size: 13px;
    line-height: 22px;
}
.bmark li img {
    max-width: 60px;
    margin: 10px auto;
    display: block;
}

#lhsTree > li > ul li a {
    border-top: 1px solid #eee;
    font-size: 12px;
    line-height: 1.2em;
    padding: 10px 10px 10px 0px;
    display: block;
    line-height: 15px;
    text-decoration: none;
    color: #777;
}
#lhsTree > li > span, #lhsTree >li >a {
    cursor: pointer;
    display: block;
    padding: 12px 0 12px 24px;
    color: #777;
    text-decoration: none;
}
#lhsTree>li>ul li {
    color: #444;
    border-top: 1px solid #eee;
    padding: 10px 0 10px 4px;
    font-size: 12px;
    line-height: 1.2em;
}

.nav-dwn a {
    background: #E9142B;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    padding: 4px 10px;
    display: inline-block;
    width: 148px;
    border-radius: 5px;
    text-decoration: none;
    text-align: center;
}
#relPrdDCGroup > ul {
    display: block!important;
}
#lhsTree > li {
    border-bottom: 1px solid #ececec;
    color: #777;
    font-size: 13px;
    line-height: 1.2em;
    position: relative;
}
.rhs-cont .credit {
    background-color: #f1f1f1;
    padding: 35px;
}
.rhs-cont .credit .flex {
    display: flex;
    align-items: center;
    justify-content: center;
}
.rhs-cont .credit .flex .clip {
    width: 40%;
}
.rhs-cont .credit .flex .caption {
    width: 56%;
    margin:2%;
}
.rhs-cont .credit .flex .caption p {
    font-size: 18px;
    margin: 0 0 15px;
	font-weight: 500;
}
.rhs-cont .credit .flex .caption a {
	font-weight: 500;
    color: #fff;
    background-color: #e9152b;
    display: inline-block;
    padding: 5px 15px;
    margin: 5px 15px 0 0;
    font-size: 16px;
    text-decoration: none !important;
    text-transform: uppercase;
}