/* =Navigation
-------------------------------------------------------------- */
/* clip skip link for screen readers */
.skip-link {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
}
#access {
    font-family:"Helvetica Neue", Helvetica, Arial, sans-serif;
    overflow:visible;
    z-index:100;
}



@media only screen and (max-width: 600px) {
    header h1 {
        text-align: center;
    }
    .sf-menu .list-group-item {
        text-align: center;
    }
    .header-news {
        display: none;
    }
    .sidebar-news {
        display: block;
    }
}
@media only screen and (min-width: 600px) {
    /* set height so content isn't pushed down */
    #access{
        float: left;
        /*height: 60px;*/
        width: 100%;
    }
    /* set height so content isn't pushed down add z-index to keep drops above content */
    .sf-menu{
        /*height: 42px;*/
        z-index: 100;
    }
    .header-news {
        display: none;
    }
    .sidebar-news {
        display: block;
    }
}
@media only screen and (min-width: 600px) and (max-width: 1382px) {
    /* restyle so main links are horizontally aligned */
    .sf-menu .list-group-item {
        display: inline-block;
        margin-bottom: 0;
        margin-left:-4px;
        margin-right: 0;
    }
    .sf-menu .list-group-item:first-child {
        border-top-right-radius:0;
        border-bottom-left-radius:4px;
    }
    .sf-menu .list-group-item:last-child {
        border-top-right-radius:4px;
        border-bottom-left-radius:0;
    }

    header h1 {
        text-align: center;
    }
    #access{
        margin: auto;
    }
    /* set height so content isn't pushed down add z-index to keep drops above content */
    .sf-menu{
        text-align: center;
    }
}


@media only screen and (min-width: 1382px) {
    .header-news {
        display: block;
    }
    .sidebar-news {
        display: none;
    }

    /* move the header to the left side of the screen */
    header{
        float: left;
        margin: 0 2% 0 0;
        width: 20%;
    }
    header h1{
        font-size: 30px
    }
    .content{
        float: left;
        width: 78%;
    }
    #access, .sf-menu{
        height: auto;
    }
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
}

/* make the transition of panel collapses fast (like Abstract and BibTex) */
.collapsing {
    transition: height 0.1s;
}