a{
    color: #29abe2;
    text-decoration: none;
}

a:hover{
    color: #042d48;
    text-decoration: underline;
}


.issueArticle .meta .authors a{
    color: #666666;
}

.issueArticle .meta .authors a:hover{
    color: #042d48;
}
.head h2 {
    line-height: 48px
}
.mainMenu .menu {
    background: #224c84 none repeat
}
#navbarWrapper.floating {
    background: #224c84 none repeat scroll 0 0
}
nav.navbar {
    background: #153e74 none repeat scroll 0 0
}
.sidebar .menu{
    background: #ccc;
    border-bottom: 1px solid #ccc;
}

.sidebar .menu li a {
    font-family: "PT Sans",serif;
    background: #fff none repeat scroll 0 0;
    color: #4d4d4d;
}
.sidebar .menu li a:hover {
    background: #224c84 none repeat scroll 0 0;
    color: #fff;
}
.logo img{
    width: auto;
}
@media(min-width: 1251px){
    .container{
        max-width: 1250px;
    }
    .head .hero{
        height: auto;
    }
    .head h2{
        font-size: 45px;
    }
}

@media (max-width: 959px){
    #mobile-menu ul{
        border-bottom: 2px solid #ccc;
    }

    .mainMenu .menu{
        background: #ccc;
    }

}
@media (max-width: 500px){
    .head h2{
        font-size: 13px;
    }
}


@media (max-width: 1400px) and (min-width: 960px){
    .head .logoed h2{
        font-size: 20px;
    }
}

@media (max-width: 959px){
    .head h2{
        font-size: 20px;
        line-height: 22px;
    }
}
