/* Reset body to fill all spaces of the document */
body {
  padding: 0;
  margin: 0;
}

/*------------------------------------*\
    #BASE GRID
\*------------------------------------*/
.jq-wl-header * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.jq-wl-page-wrap {
  width: 55em;
  margin: 0 auto;
}

.jq-wl-header .jq-wl-grid {
  max-width: 75em;
  margin-left: auto;
  margin-right: auto;
  padding: 0 40px;
}
.jq-wl-header .jq-wl-grid:before, .jq-wl-grid:after {
  content: "";
  display: table;
}

.jq-wl-header .jq-wl-grid:after {
  clear: both;
}

/*------------------------------------*\
    #BUTTONS
\*------------------------------------*/

.jq-wl-header .jq-wl-header__btn {
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  font-family: inherit;
  cursor: pointer;
  border: 0;
  margin: 0;
  border-radius: 4px;
  background: #d5d6d7;
  font-size: 18px;
  line-height: 18px;
  height: 34px;
  padding: 8px 14px 8px 14px;
}

.jq-wl-header .jq-wl-header__btn:focus {
  outline: none;
  text-decoration: underline;
}

.jq-wl-header .jq-wl-header__btn__icon {
  display: inline-block;
  background: url(../images/btn-icon.png);
  position: relative;
  height: 12px;
  top: 1px;
  width: 8px;
}

/*------------------------------------*\
    #HEADER
\*------------------------------------*/

.jq-wl-header {
  background: #252b36;
  display: block;
  font-size: 100%;
  line-height: 1.375rem;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.jq-wl-header .jq-wl-header__link {
  text-decoration: none;
  cursor: pointer;
}

.jq-wl-header .jq-wl-header__link:active,
.jq-wl-header .jq-wl-header__link:hover {
  outline: 0;
}

.jq-wl-header .jq-wl-header__img {
  border: 0;
}

.jq-wl-header .jq-wl-header__btn {
  background: #1e222b;
  color: #ffffff;
}

.jq-wl-header .jq-wl-header__btn:hover {
  background: #ff5115;
}

.jq-wl-header .jq-wl-header__container {
  display: table;
  width: 100%;
}

.jq-wl-header .jq-wl-header__logo {
  vertical-align: middle;
  float: none;
  display: table-cell;
  padding-right: 10px;
  line-height: 14px;
}
.jq-wl-header .jq-wl-header__logo .jq-wl-header__link {
  float: left;
}

.jq-wl-header .jq-wl-header__logo .jq-wl-header__img {
  display: block;
  height: 40px;
  width: 145px;
}

.jq-wl-header .jq-wl-mainmenu {
  vertical-align: middle;
  display: table-cell;
}

.jq-wl-header .jq-wl-mainmenu__actions {
  height: 100%;
  white-space: nowrap;
  text-align: right;
  vertical-align: middle;
  position: relative;
  float: none;
  display: table-cell;
  width: 1%;
}

.jq-wl-header .jq-wl-mainmenu__toplevel {
  margin: 0 0 0 10px;
  overflow: hidden;
  text-align: right;
  height: 80px;
}

.jq-wl-header .jq-wl-mainmenu__toplevel__item {
  display: inline-block;
  margin-left: -4px;
  font-size: 18px;
  line-height: 80px;
}

.jq-wl-header .jq-wl-mainmenu__toplevel__item .jq-wl-header__link {
  color: #ffffff;
  display: inline-block;
  padding-left: 16px;
  padding-right: 16px;
}

.jq-wl-header .jq-wl-mainmenu__action {
  display: inline-block;
  position: relative;
  background: none;
  margin-left: -4px;
  border: 0;
  color: #ffffff;
  font-weight: 700;
  padding-top: 0;
  padding-bottom: 0;
  outline: none;
  font-size: 18px;
  padding-left: 16px;
  padding-right: 16px;
  line-height: 96px;
}

.jq-wl-header .jq-wl-mainmenu__action .jq-wl-header__btn__icon {
  margin-left: 5px;
}

.jq-wl-header .jq-wl-mainmenu__action[disabled] {
  opacity: 0.3;
}

.jq-wl-header .jq-wl-mainmenu__toplevel__item,
.jq-wl-header .jq-wl-mainmenu__action {
  position: relative;
}

.jq-wl-header .jq-wl-mainmenu__toplevel__item:after,
.jq-wl-header .jq-wl-mainmenu__action:after {
  background: #ff5115;
  top: 0;
  content: "";
  display: block;
  height: 8px;
  left: 0;
  opacity: 0;
  position: absolute;
  width: 100%;
}

.jq-wl-header .jq-wl-mainmenu__toplevel__item:after,
.jq-wl-header .jq-wl-mainmenu__action:after {
  display: none;
}

.jq-wl-header .jq-wl-mainmenu__toplevel__item.jq-wl-mainmenu__toplevel__item--current,
.jq-wl-header .jq-wl-mainmenu__toplevel__item:hover,
.jq-wl-header .jq-wl-mainmenu__action.jq-wl-mainmenu__toplevel__item--current,
.jq-wl-header .jq-wl-mainmenu__action:hover {
  background: transparent;
}

.jq-wl-header .jq-wl-mainmenu__toplevel__item.jq-wl-mainmenu__toplevel__item--current:after,
.jq-wl-header .jq-wl-mainmenu__toplevel__item:hover:after,
.jq-wl-header .jq-wl-mainmenu__action.jq-wl-mainmenu__toplevel__item--current:after,
.jq-wl-header .jq-wl-mainmenu__action:hover:after {
  opacity: 1;
}

.jq-wl-header .jq-wl-mainmenu__toplevel__item.jq-wl-mainmenu__toplevel__item--current:after,
.ie-8 .jq-wl-mainmenu__toplevel__item:hover:after,
.jq-wl-header .jq-wl-mainmenu__action.jq-wl-mainmenu__toplevel__item--current:after,
.ie-8 .jq-wl-mainmenu__action:hover:after {
  display: block;
}

.jq-wl-header .mainmenu__toplevel__item.is-open:after,
.jq-wl-header .mainmenu__action.is-open:after {
  display: none;
}