/* @include transition(all,2s,linear); */
@media only screen and (min-width: 800px) {
  .header {
    top: 0; } }

.topbar {
  background-color: #333;
  display: flex;
  justify-content: space-between;
  height: 42px;
  line-height: 42px;
  padding: 0 25px;
  font-size: 11px; }
  .topbar a {
    color: #fff;
    text-transform: uppercase; }

.login-button.menu-item a {
  background-color: #004B90;
  color: #fff;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  font-family: 'GothamRounded-Medium';
  font-size: 14px;
  padding: 0 10px !important; }

.wrapper-content {
  top: 115px !important; }
