.header h1 {
  margin: 10px 0px 0px 0px;
  font-family: 'Muli', 'Arial';
  font-size: 28px;
  font-weight: normal;
  text-transform: uppercase;
}
@media (max-width: 991px) {
  .header h1 {
    font-size: 26px;
  }
}
@media (max-width: 768px) {
  .header h1 {
    font-size: 24px;
  }
}
@media (max-width: 480px) {
  .header h1 {
    font-size: 20px;
  }
}
.header h1 a {
  color: #013e7e;
}
.header h1 a:hover {
  text-decoration: none;
  color: #d38c22;
}
.header .logo {
  margin-left: -10px;
}
@media (max-width: 768px) {
  .header .logo {
    margin-left: 0px;
  }
}
.header .logo-img {
  background-image: url('../images/logo.png');
  background-position: left top;
  background-size: contain;
  display: inline-block;
  vertical-align: middle;
  width: 50px;
  height: 50px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .header .logo-img {
    /* Retina-specific stuff here */
    background-image: url('../images/logo@2x.png');
  }
}
@media (max-width: 768px) {
  .header .logo-img {
    width: 60px;
    height: 60px;
  }
}
@media (max-width: 480px) {
  .header .logo-img {
    width: 40px;
    height: 40px;
  }
}
.top-menu {
  border-bottom: 1px solid #100E0E;
  padding-bottom: 20px;
  padding-top: 10px;
}
.top-menu a {
  font-family: 'Muli', 'Arial';
  font-weight: normal;
  font-style: normal;
  font-size: 18px;
  text-shadow: none;
  font-decoration: none;
  color: #2b2e2d;
  display: inline-block;
  padding: 5px;
  margin-right: 45px;
}
.top-menu a:first-child {
  margin-left: -20px;
}
@media (max-width: 991px) {
  .top-menu a {
    margin-right: 30px;
  }
}
.top-menu a.active {
  color: #d38c22;
}
@media (max-width: 768px) {
  .top-menu a {
    display: block;
  }
  .top-menu a:before {
    content: "▶ ";
    color: #d38c22;
  }
}
.language-links {
  position: absolute;
  right: 0px;
  z-index: 44;
}
.language-links span {
  color: #d38c22;
}
.language-links span a {
  color: #013e7e;
}
.language-links span:after {
  content: "|";
  color: #CBC9C5;
  display: inline-block;
  padding: 10px;
}
.language-links span:last-child:after {
  content: "";
}
/* Large devices (large desktops, 1200px and down) */
/* Medium devices (desktops, 992px and down) */
/* Small devices (tablets, 768px and down) */
/* Micro-Small devices (iphones, 480px and down) */
