/* -------------------------------------------------- Colors */
/* -------------------------------------------------- Fonts */
/* -------------------------------------------------- Miscellaneous */
/* -------------------------------------------------- Mixins */
/*
<div class="progress-circle p{VALUE_OF_PROGRESS} {if VALUE_OF_PROGRESS > 50}over50{/if}">
	<span>{VALUE_OF_PROGRESS}%</span>
	<div class="left-half-clipper">
		<div class="first50-bar"></div>
		<div class="value-bar"></div>
	</div>
</div>
*/
/* ---------------------------------------------------------------------- */
/* -------------------------------------------------- Login Header */
.header {
  align-items: center;
  background: #fff;
  display: block;
  justify-content: space-between;
  margin-top: 2.5rem;
  padding: 0 0 2.5rem;
}
@media (min-width: 800px) {
  .header {
    display: flex;
    height: 6.5rem;
  }
}
.header__right {
  justify-content: center;
}
.header__logo {
  align-items: center;
  display: flex;
  flex-shrink: 0;
  height: 100%;
  margin-bottom: 2rem;
  margin-right: 2rem;
  max-width: 25rem;
  order: unset;
}
@media (min-width: 800px) {
  .header__logo {
    margin-bottom: 0;
  }
}
.header__logo a {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
}
.header__logo picture {
  height: 100%;
  width: 100%;
}
.header__logo picture img {
  display: block;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
}
.header nav {
  align-items: center;
  display: flex;
}
.header nav > .navigation__top {
  align-items: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header nav > .navigation__top li {
  flex-shrink: 0;
}
.header nav > .navigation__top li a {
  align-items: center;
  display: flex;
}
.header nav > .navigation__top li a img {
  height: 2.4rem;
  margin-right: 0.8rem;
  width: auto;
}
.header nav > .navigation__top li a img.h22 {
  height: 2.2rem;
}
.header nav > .navigation__top li a img.h28 {
  height: 2.5rem;
}
.header nav > .navigation__top li a span {
  color: #092a5e;
  font-family: Arial, Verdana, sans-serif;
  font-size: 1.4rem;
  font-weight: bold;
}
/*# sourceMappingURL=header.css.map */
