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;
}

nav.navbar .language a.current {
    color: #29abe2;
}

#issueDescription img{
    max-width: 180px;
}

.fullback#image-back .image-wrapper{
    width: 60%;
    height: 80%;
    margin: 80px auto;
}

.mainMenu .menu {
    background: rgba(0, 166, 218, 0.8) none repeat
}

.mainMenu .mobile-view {
    background: #00a6da none repeat scroll 0 0
}

nav.navbar {
    background: #00a6da none repeat scroll 0 0
}

#navbarWrapper.floating {
    background: #00a6da none repeat scroll 0 0
}

.head h2 {
    font-size: 52px;
    color: #fdd25a;
    line-height: 50px;
    margin: 45px 0 35px 0;
}


@media (max-width: 1400px) and (min-width: 960px){
    .head h2{
        font-size: 43px;
        line-height: 40px;
        margin: 0px 0;
    }
    
}

@media (max-width: 500px){
    .head h2{
        font-size: 31px;
        line-height: 27px;
        margin: 0px 0;
    }

}

@media (max-width: 959px){
    .head h2{
        font-size: 31px;
        line-height: 27px;
        margin: 0px 0;
    }
}

#announcements {display:none}

li#sidebar_policy, li#sidebar_ethics {display:none}

nav.navbar .language a.current {
    color: #0051a1;
}

.mainMenu .menu li a:hover {
    color: #0051a1;
}