.roles-wrapper {
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
    font-size: 15px;
    width: 80%;
}

.roles-wrapper p {
    margin-bottom: 10px;
    line-height: 24px;
}

.roles-wrapper .titles-h2 {
    font-weight: bold;
    display: inline-block;
    font-family: 'apercu_pro', sans-serif;
    vertical-align: middle;
    font-size: 20px;
    line-height: 29px;
    margin: 0;
}

.roles-wrapper__rating.roles-wrapper__rating--red {
    background: #da4c4c;
}

.roles-wrapper__rating.roles-wrapper__rating--orange {
    background: #dfa918;
}

.roles-wrapper__rating.roles-wrapper__rating--green {
    background: #00a551;
}

.roles-wrapper img {
    margin-top: 10px;
    margin-bottom: 10px;
}

.roles-wrapper__rating {
    background: #c2c2c2;
    font-family: 'apercu_pro', sans-serif;
    font-size: 22px;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 10px;
    margin-right: 10px;
    border-radius: 3px;
    width: 71px;
    text-align: center;
    padding: 6px 0 7px;
    color: #fff;
}

.roles-wrapper .bth__ttl-h2 {
    margin: 20px 0;
}

.roles-wrapper p.bold ,
.roles-wrapper h3 {
    font-family: 'apercu_pro', sans-serif;
    text-transform: uppercase;
}
.roles-wrapper h4 {
    font-family: 'apercu_pro', sans-serif;
    font-weight: normal;
    margin-bottom: 10px;
}

.roles-wrapper h3 {
    margin-bottom: 10px;
}
.role-nav {
    margin-bottom: 30px;
    border-bottom: 5px solid #dedede;
}

.role-nav > li {
    margin-bottom: 15px;
}

.role-nav > li > h3 a {
    font-weight: bold;
    text-transform: uppercase;
    font-family: 'apercu_pro', sans-serif;
    font-size: 19px;
}

.role-nav a {
    font-weight: normal;
    font-family: 'apercu_pro', sans-serif;
    color: #475669;
}

.role-nav a:hover {
    color: #318cc6;
}

.role-nav .h3 {

    font-family: 'apercu_pro', sans-serif;
}

.role-nav i:hover{
    color: #e27200;
}
.role-nav i {
    margin-left: 5px;
    font-size: 15px;
    color: #ff8e41;
    cursor: pointer;
}

.role-nav i.active {
    transform: rotate(180deg);
}

.role-nav li a {
    margin-bottom: 10px;
    display: inline-block;    font-size: 14px;
}

.role-nav > li > ul > li > ul {
    display: none;

}
.role-nav > li > ul > li > ul li a {
    font-size: 13px;
}
.role-nav > li > ul > li > ul li:last-of-type a {
    margin-bottom: 0;
}
.role-nav > li > ul > li > ul {
    border-left: 1px solid #ccc;
    padding-left: 10px;
    margin: 3px 0 10px 0;
}
@media screen and (max-width: 1023px) {
    .roles-wrapper {
        width: 100%;
    }
}

@media screen and (max-width: 768px) {
    .roles-wrapper img {
        width: 100%;
    }.roles-wrapper p{
         font-size: 13px;
         line-height: 22px;
     }
}
