.clear {
  clear: both;
}
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
#header {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: 'Open Sans', Arial, sans-serif;
  border-bottom: thin solid white;
}
.header-notification {
    display:none;
}
.header-top {
  margin: 0;
  padding: 0;
  display: block;
  background: #0e1b34;
  font-weight: 400;
  font-size: 11px;
  color: white;
  max-height: 35px;
  border-bottom: thin solid #1b94ff;
}
.header-top .header-top-wrapper {
  width: 960px;
  margin: 0 auto;
}
.header-top .header-top-wrapper a {
  color: #bbccec;
  font-size: 11px;
}
.contact-info {
  display: inline-block;
  padding: .8em;
}
.contact-info a {
  color: #0054A6;
}
.header-right {
  float: right;
  text-align: right;
  padding: .8em;
}
.header-right .user-links {
  display: inline-block;
}
.header-right .user-links:hover {
  text-decoration: underline;
}
.header-right .user-links a {
  color: #bbccec;
  padding: .25em .5em;
}
.header-right .user-links a.edit-user {
  padding-left: 0;
  border-right: thin solid #41506B;
}
.header-right .account-login {
  display: inline-block;
  margin-right: .75em;
}
.header-right .account-login form {
  margin: 0;
}
.login-wrapper {
  position: relative;
  display: inline;
  float: right;
  padding-top: .5em;
}
.login-wrapper .login,
.login-wrapper .login-help {
  display: inline-block;
}
.login-wrapper .login-password,
.login-wrapper .login-username {
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 10px;
  font-weight: 300;
}
.login-wrapper .login-password input,
.login-wrapper .login-username input {
  vertical-align: middle;
}
.login-wrapper .login-username input {
  width: 155px;
  height: 20px;
}
.login-wrapper .login-password input {
  width: 110px;
  height: 20px;
}
.login-wrapper .login-button {
  border-radius: 1px;
  padding: 0px 0.25em;
  line-height: 18px;
  text-shadow: none;
  background-image: none;
  background-color: #FFFFFF;
}
.login-wrapper .login-button:hover .glyphicon {
  color: #F05822;
}
.login-wrapper .login-button .glyphicon {
  font-size: 10px;
  color: #1B94FF;
  line-height: 0;
  padding: .85em .35em 1em  ;
  display: inline-block;
  opacity: 1;
}
.login-wrapper form > span > input {
  height: 1.6em;
}
.login-wrapper form > span:first-child > input {
  margin-right: .5em;
}
.login-wrapper input {
  color: #0054A6;
  padding: 0;
}
.login-wrapper span.submit {
  margin-top: 0px;
  vertical-align: top;
}
.login-wrapper .submit input {
  background-color: #1b94ff;
  border: medium none;
  border-radius: 1px;
  box-shadow: none;
  color: white;
  cursor: pointer;
  font-size: 10px;
  font-weight: 600;
  margin: 0 0.5em;
  padding: 0.15em 1em;
  text-transform: uppercase;
}
.login-wrapper .submit input:hover {
  background-color: #4eacff;
}
.login-wrapper .forgot {
  margin-left: .5em;
}
.login-wrapper .forgot a {
  color: #bbccec;
  font-weight: 600;
  font-size: 10px;
}
.languages-wrapper {
  position: relative;
  display: inline-block;
  padding-left: 1em;
}
.languages-wrapper:hover .language-list {
  display: block;
}
.language-active {
  margin: 0 2em 0 0;
}
.language-active span {
  margin-right: 4.5em;
  cursor: pointer;
  border-left: thin solid #cccccc;
  padding: 0.8em 0.8em 0.8em 1.25em;
  display: block;
}
.language-list {
  background: #666;
  display: none;
  position: absolute;
}
.language-list a.language {
  display: block;
  padding: .75em 2em;
  text-decoration: none;
  border-bottom: thin solid #CCCCCC;
  border-left: thin solid #cccccc;
  border-right: thin solid #cccccc;
  color: white;
}
.language-list a.language:hover {
  background: #808080;
}
.header-notification {
  width: 100%;
  background-color: #FCBD6F;
}
.header-notification span {
  color: #000000;
  font-family: 'Open Sans', Arial, sans-serif;
  font-size: 13px;
  display: block;
  max-width: 960px;
  margin: 0 auto;
  padding: .5em 1em;
  font-weight: 400;
  text-align: center;
  line-height: 1.25em;
}
.header-notification span a {
  color: #000000;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
}
.header-bottom {
  display: block;
  background: none #19305C;
  padding-top: 1em;
}
.header-bottom-wrapper {
  width: 960px;
  margin: 0 auto;
}
.header-bottom-wrapper ul {
  list-style: none inside;
  display: block;
  margin: 0;
  padding: 0;
  text-align: right;
}
.header-bottom-wrapper li {
  display: inline-block;
  padding-bottom: 0;
}
.header-bottom-wrapper li.active a {
  background-color: #FFFFFF;
  color: #19305C;
}
.header-bottom-wrapper li a {
  color: white;
  font-family: 'Open Sans', Arial, sans-serif;
  weight: 400;
  text-decoration: none;
  font-size: 13px;
  text-transform: uppercase;
  padding: .5em;
  letter-spacing: .05em;
  display: block;
  -webkit-transition: all .25s linear;
          transition: all .25s linear;
}
.header-bottom-wrapper li a:hover {
  background-color: #244584;
}
.header-bottom-wrapper .account-home a {
  background-color: #142648;
  border-radius: 1px;
  padding: 0.5em 1em;
}
.header-bottom-wrapper .account-home a:hover {
  background-color: #244584;
}
.active-login-errors {
  background: none repeat scroll 0 0 #fabe28;
  border-radius: 2px;
  color: black;
  display: block;
  font-size: 12px;
  font-weight: 700;
  padding: 0.5em 1em;
  position: absolute;
  right: 30px;
  text-align: center;
  top: 32px;
  width: 345px;
}
#loginform.has-errors input {
  border-color: #fabe28;
  border-style: solid;
  border-width: 2px;
  width: 130px;
}
#logo {
  display: inline-block;
  padding: .5em;
}
#logo .tagline {
  font-family: 'Open Sans', Arial, sans-serif;
  color: white;
  font-size: 13px;
  font-weight: 400;
  display: block;
  margin-top: .15em;
  font-style: italic;
  letter-spacing: .1em;
}
#language-chooser {
  position: relative;
  display: inline-block;
  color: black;
}
