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

.head h2 {
    display: none
}

@media (max-width: 1400px) and (min-width: 960px){
    .logo img {
         height: 84px;
    }
}

@media (max-width: 1400px) and (min-width: 960px) {
.head .hero {
    height: 325px;
}
.head h2 {
    font-size: 52px;
    font-weight: normal;
    margin: 45px 0;
}
.head .logoed h2 {
     margin: 10px 0;
}
.logo img {
    max-width: unset;
    width: 100%;
   height: 100%;
}
.headSearch {
    display: inline-block;
    width: auto;
    margin-bottom:5px;
}
.headSearch input[type="text"] {
    background: rgba(204, 204, 204, 0.8) none repeat scroll 0 0;
    border: 0 none;
    float: left;
    height: 40px;
    outline: medium none;
    padding: 10px;
    width: 700px;
}
.headSearch input[type="submit"] {
    border: 0 none;
    height: 40px;
    width: 40px;
}
.hero .clear {
    display: none;
}
.head a.search {
    color: #fff;
    display: inline-block;
    font-family: "PT Sans",sans-serif;
    font-size: 16px;
    margin-top: 5px;
}
}

@media (max-width: 959px){
    .logo img {
        height: 69px;
    }
}
@media (max-width: 500px){
    .logo img {
        height: 69px;
    }
}

.mainMenu .menu {
    background: rgba(204, 204, 204, 0.8) none repeat
}

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

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

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


.head a.search, .mainMenu .menu li a, nav.navbar {
  color: #000;
}

.mainMenu .menu li {
  border-right: 1px solid #000;
}