header {
  background-image: url(/header/backdrop.jpg);
  background-size: cover;
  background-position: center;
  white-space: nowrap;
}
header a {
  color: #ffffff;
}
header a:hover {
  color: #faf2d7;
}

header > div.line.over {
  box-sizing: border-box;
  padding: 0px 0px;
  position: relative;
}
header > div.line.over > div.transparency {
  background-color: #333333;
  opacity: 0.9;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
header > div.line.over > div.inside {
  max-width: 1200px;
  margin: 0px auto;
  padding: 15px 15px;
  position: relative;
  box-sizing: border-box;
  height: 50px;
  white-space: nowrap;
  overflow-x: hidden;
  overflow-y: hidden;
}

header > div.line.over a.logo {
  display: inline-block;
  border: 0px;
  height: 18px;
  margin-right: 20px;
}
header > div.line.over a.logo.rte img {
  display: inline-block;
  height: 100%;
}
header > div.line.over a.logo.dcu img {
  display: inline-block;
  height: 100%;
  position: relative;
  top: 1px;
}
header > div.line.over a.logo:hover img {
  filter: brightness(90%);
}
@media (max-width: 800px) {
  header > div.line.over a.logo {
    height: 15px;
  }
}

header > div.line.over span.fellows {
  float: right;
  font-size: 0.9em;
}
header > div.line.over span.fellows a {
  border: 0px;
  color: #ffffff;
  margin-left: 1em;
}
header > div.line.over span.fellows a:hover {
  color: #ffeeb2;
}
@media (max-width: 800px) {
  header > div.line.over span.fellows {
    display: none;
  }
}

header > div.line.under {
  box-sizing: border-box;
  padding: 0px 0px;
  border-bottom: 1px solid #5c2483;
  position: relative;
}
header > div.line.under > div.transparency {
  background-color: #715486;
  opacity: 0.75;
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
}
header > div.line.under > div.inside {
  max-width: 1200px;
  margin: 0px auto;
  padding: 25px 20px;
  position: relative;
  box-sizing: border-box;
  height: 90px;
}

header > div.line.under a.logo {
  border: 0px;
  display: block;
  width: 60px;
  height: 60px;
  background-image: url(/logo.png);
  background-size: 60px 60px;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
  top: 15px;
}
@media (max-width: 800px) {
  header > div.line.under a.logo {
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    left: 10px;
    top: 20px;
  }
  }
header > div.line.under a.logo:hover {
  filter: brightness(110%);
}

header > div.line.under .title {
  font-size: 1.75em;
  font-weight: bold;
  margin: 0px;
  margin-left: 65px;
  color: #ffffff;
  position: relative;
  top: 8px;
}
header > div.line.under .title a {
  border: 0px;
}
@media (max-width: 800px) {
  header > div.line.under .title {
    font-size: 1.2em;
    margin-left: 50px;
    top: -5px;
  }
}

header > div.line.under span.uilang {
  position: absolute;
  top: 35px;
  right: 20px;
  z-index: 1;
}
header > div.line.under span.uilang span.divider {
  border-left: 1px solid #dddddd;
  margin: 0px 0.75em 0px 1.25em;
}
header > div.line.under span.uilang a {
  border: 0px;
  margin-left: 0.5em;
  padding: 0px 4px 4px 4px;
}
header > div.line.under span.uilang a.current {
  font-weight: bold;
  border-bottom: 2px solid #ffffff;
}
@media (max-width: 800px) {
  header > div.line.under span.uilang {
    position: relative;
    top: 0px;
    right: auto;
    margin-left: 48px;
    font-size: 0.85em;
  }
  header > div.line.under span.uilang a {
    border: 0px;
    margin-left: 0em;
    margin-right: 0em;
    padding: 0px 4px 2px 4px;
  }
  header > div.line.under span.uilang span.divider {
    border-left: 1px solid #dddddd;
    margin-left: 0.75em;
    margin-right: 1em;
  }
  }