/*English css */

@import url('https://fonts.googleapis.com/css2?family=Merriweather+Sans:wght@300;600;800&family=Noto+Serif:wght@400;700&family=Roboto+Slab:wght@300;400;600;800&display=swap');
body {
    font-family: 'Merriweather Sans', sans-serif;
}
h2 a {
    color: #000;
}
#header button.navbar-toggle {
        padding: 7px 10px;
}
#header_navigation #language-menu.rfa_mobile {
    display: none;
}
#language-menu ul {
    float: unset;
    margin-top: unset;
}
.header_top .container .menubtn {
    display: flex;
    background-color: white;
    margin: 5px 0;
    cursor: pointer;
}
.rfa_english_only.hamburger_name {
    margin: 6px 0 8px 8px;
    font-weight: 600;
    color: dimgray;
}
.rfa_desktop.search_container input[type="text"] {
    font-weight: 600;
}
.icon-bar + .icon-bar {
    margin-top: 4px;
}
.icon-bar {
    width: 24px;
    margin-top: 0;
}
#storytop li {
    margin: 0 0 0 -2px;
    width: 52px;
}
#sectioncontent {
    border-top: none;
    padding-top: 0px;
    margin-top: 0px;
}
#sectioncontent .sectionteaser {
    border-bottom : 0.5px solid lightgray;
    padding-top : 1em;
}
.mosaic-tile-content h1 {
    color: black;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: -5px;
}
.mosaic-tile-content .existing_story p {
    font-family: 'PT Serif',serif;
    font-size: 15px;
}
.lead_image_caption {
    font-family: 'Merriweather Sans', sans-serif;
    font-size:14px;
    line-height: 17px;
}
#storytext figcaption {
    font-family: 'Merriweather Sans', sans-serif;
    font-weight:600;
    line-height: 17px;
}

div.navcol:nth-child(2) > ul.nav-items  {
    display:flex;
    flex-direction:column;
    height: 145px;
    flex-wrap: wrap;
    min-width: 220px
}

@media only screen and (max-width: 800px) {
    #header_navigation #language-menu.rfa_mobile {
        display: block;
    }
}