/*---Uyghur Service specific css---*/

.small_lead_top .sectiontitle,
.bigger_lead_top .sectiontitle,
.verybig_lead_top .sectiontitle {
    display: none;
}
#frontchannel .promoTitle {
    margin-bottom: 5px;
}
.plone-nav > li > a {
    padding: 10px;
}
#title_only h2.title {
    font-size: 24px;
}
#frontchannel {
    font-size: 14px;
    height: auto;
    border-bottom: 0.5px solid rgba(55,55,55,0.5);
    margin-top: -5px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    line-height: 1.3em;
    letter-spacing: unset;
}
#frontchannel .dropdown {
  position: relative;
  display: inline-block;
  width: 100%;
}
#frontchannel .audio_icon {
    background-image: url("++plone++rfa-resources/img/icon-listen.png");
    background-size: 30px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    float: left;
    height: 30px;
    width: 30px;
    margin-top: -4px;
    margin-right: 10px;
}
#frontchannel .dropdown-content {
    display: none;
    position: absolute;
    background-color: #f0f6f0;
    min-width: 160px;
    width: 100%;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    padding: 12px 16px;
    z-index: 1;
}
#frontchannel .dropdown:hover .dropdown-content {
    display: block;
}
#frontchannel .promoTitle {
    margin-bottom: 12px;
}
#frontchannelchannels ul {
    padding-inline-start: 18px;
    margin-top: 6px;
}
#frontchannelchannels ul li {
    margin-bottom: 6px;
}
#frontchannel #more {
    font-size: 12px;
}

#storypagemaincol p, .sectionteaser p {
    letter-spacing: unset
}
@media only screen and (max-width: 800px) {
    .skip_rfaencode {
        display: block;
    }
    .rfa_mobile #encodinglinks {
        top: 1.2em;
        right: 4em;
        font-size: 14px;
    }
}