/* small only */
@media only screen and (max-width: 40em) {
    /*** header ***/
    #header-meta .logo img {
        display:block;
        margin:auto;
        padding: 1rem 0;
    }

    /*** nav ***/
    /* black menu sandwich */
    .top-bar .toggle-topbar.menu-icon a span::after {
        box-shadow: 0 0 0 1px black, 0 7px 0 1px black, 0 14px 0 1px black;
    }
    #nav-subjects .top-bar-section .dropdown h5 a {
        font-weight: 300;
        color: #999;
	    font-family: 'Merriweather Sans', sans-serif;
    }
    #nav-subjects .top-bar-section .dropdown .parent-link {
        font-size:1.125rem;
    }
    #nav-subjects .top-bar-section .dropdown li:not(.parent-link):not(.back) a{
        margin-left: 20px;
    }
    #menu-sujets .menu-item > a,
    #menu-sujets a.parent-link {
        border-bottom: 1px solid #ccc;
    }

/*** page style ***/
.description-panel {
    padding-bottom: .5rem;
    margin-bottom: 2rem;
}
/*
.description-panel:after {
    content: "";
    clear: both;
    height: 1px;
    bottom: 0;
    position: absolute;
    left: 10%;
    width: 80%;
    border-bottom: 1px solid #ccc;
}
*/
    /*** Widgets ***
.widget_newsletterwidget {
    margin: 1rem 0;
}
.widget_newsletterwidget .text {
    text-align: center;
}
.widget_newsletterwidget .newsletter-widget {
    margin: 1rem 0;
}

} /* / small-only */
