a.pure-button:hover {
  text-decoration: none;
  color: #fff;
}

@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/opensans-bold-webfont.eot');
  src: url('/static/fonts/opensans-bold-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/opensans-bold-webfont.woff2') format('woff2'), url('/static/fonts/opensans-bold-webfont.woff') format('woff'), url('/static/fonts/opensans-bold-webfont.ttf') format('truetype'), url('/static/fonts/opensans-bold-webfont.svg#open_sansbold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/opensans-italic-webfont.eot');
  src: url('/static/fonts/opensans-italic-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/opensans-italic-webfont.woff2') format('woff2'), url('/static/fonts/opensans-italic-webfont.woff') format('woff'), url('/static/fonts/opensans-italic-webfont.ttf') format('truetype'), url('/static/fonts/opensans-italic-webfont.svg#open_sansitalic') format('svg');
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/opensans-light-webfont.eot');
  src: url('/static/fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/opensans-light-webfont.woff2') format('woff2'), url('/static/fonts/opensans-light-webfont.woff') format('woff'), url('/static/fonts/opensans-light-webfont.ttf') format('truetype'), url('/static/fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: 'Open Sans';
  src: url('/static/fonts/opensans-regular-webfont.eot');
  src: url('/static/fonts/opensans-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/opensans-regular-webfont.woff2') format('woff2'), url('/static/fonts/opensans-regular-webfont.woff') format('woff'), url('/static/fonts/opensans-regular-webfont.ttf') format('truetype'), url('/static/fonts/opensans-regular-webfont.svg#open_sansregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'PT Sans Narrow';
  src: url('/static/fonts/pt_sans-narrow-web-regular-webfont.eot');
  src: url('/static/fonts/pt_sans-narrow-web-regular-webfont.eot?#iefix') format('embedded-opentype'), url('/static/fonts/pt_sans-narrow-web-regular-webfont.woff2') format('woff2'), url('/static/fonts/pt_sans-narrow-web-regular-webfont.woff') format('woff'), url('/static/fonts/pt_sans-narrow-web-regular-webfont.ttf') format('truetype'), url('/static/fonts/pt_sans-narrow-web-regular-webfont.svg#pt_sans_narrowregular') format('svg');
  font-weight: normal;
  font-style: normal;
}

.header-bar {
  background-color: #2c6280;
  margin: 0;
  font-size: 12px;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  overflow: hidden;
}
.header-bar > ul {
  margin: 0;
  padding: 0;
  position: relative;
}
.header-bar li {
  list-style-type: none;
  position: relative;
  padding: 0;
  display: inline-block;
  vertical-align: middle;
}
.header-bar .header-bar-nav {
  float: left;
}
.header-bar .header-bar-nav a {
  color: #fff;
  font-size: 11pt;
  display: block;
  line-height: 20px;
  padding: 5px 20px;
  border-bottom: 3px solid #2c6280;
  transition: 0.2s border-bottom;
}
.header-bar .header-bar-nav a:hover {
  background-color: inherit;
  border-bottom: 3px solid #fffd9a;
  text-decoration: none;
}
.header-bar .header-bar-nav .selected a {
  border-bottom: 3px solid #fffd9a;
  background-color: inherit;
}
.header-bar .header-bar-brand {
  float: left;
}
.header-bar .header-bar-lang {
  float: right;
  margin-right: 8px;
}
.header-bar .header-bar-lang li {
  margin-left: 4px;
  height: 32px;
}
.header-bar .header-bar-lang a {
  opacity: 0.66;
  transition: .2s opacity;
}
.header-bar .header-bar-lang a:hover {
  opacity: 1;
}
.header-bar-left {
  color: white;
  line-height: 33px;
}
.header-bar-left:hover {
  color: white;
}

body {
  overflow-y: scroll;
}
.align-right {
  text-align: right;
}
h1.page-title {
  margin: 0 0 1em 0;
  color: #516868;
  font-family: "PT Sans Narrow";
  border-bottom: 1px solid #678585;
  display: inline-block;
}
h1.form-title {
  margin-left: 25%;
  margin-right: 25%;
  margin-bottom: 1em;
}

.noUi-connect {
  background-color: #81d183;
}
