
/* - ploneCustom.css - */
@import url('https://fonts.googleapis.com/css2?family=Neuton:wght@800&display=swap');
@media (max-width: 800px) {
  #main-header-wrap ul#nav-top-level {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #main-header-wrap ul#nav-top-level li:first-child {
    margin-right: 28px;
    -webkit-box-ordinal-group: -1;
        -ms-flex-order: -2;
            order: -2;
  }
  #nav-mobile-donate {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}

body.template-layout.portaltype-kcrw-site-articlefolder.subsection-best-of h1 {
    height: 0;
    color: transparent;
    margin: 0;
    padding: 0;
}
body.template-layout.portaltype-kcrw-site-articlefolder.subsection-best-of #form-widgets-IBasic-description {
    font-size: 150%;
}

body.template-layout.portaltype-kcrw-site-articlefolder.subsection-best-of h2,
body.section-best-of h1, body.section-best-of h1.title, , body.section-best-of h2.large-heading {
    font-family: 'Neuton', serif;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 52px;
}
