header > div:first-child {
  clear: both;
}

header > div:first-child:before, header > div:first-child:after {
  content: "";
  display: table;
}

header > div:first-child:after {
  clear: both;
}

header {
  font-family: "Roboto Regular";
}

header > div:first-child .toolbar-myaccount .block-custom-blocks .compact-menus h2,
header > div:first-child .toolbar-navigation .block-custom-blocks .compact-menus h2 {
  font-family: "Roboto Condensed";
}

header > div:first-child .toolbar-myaccount button::before,
header > div:first-child .toolbar-navigation button::before {
  font-family: "FontAwesome";
}

header {
  font-size: 16px;
  font-size: 1.6rem;
  color: #89898d;
  font-weight: normal;
  line-height: 24px;
}

header > div:first-child .region-header {
  margin-left: auto;
  margin-right: auto;
  max-width: 1400px;
  padding: 0;
  width: 100%;
}

@media only screen and (max-width: 1400px) {
  header > div:first-child .region-header {
    padding: 0 3%;
    width: 100%;
  }
}

header > div:first-child {
  background: #333333 url("../../images/toolbar-background.png") no-repeat center center;
}

header > div:first-child .region-header {
  position: relative;
}

header > div:first-child .undrr-logo {
  float: left;
}

header > div:first-child .undrr-logo img {
  max-width: 130px;
  height: auto;
  margin: 5px 0 8px;
}

header > div:first-child .toolbar-myaccount,
header > div:first-child .toolbar-navigation {
  float: right;
  margin-top: 4px;
  font-size: 14px;
  font-size: 1.4rem;
}

header > div:first-child .toolbar-myaccount button,
header > div:first-child .toolbar-navigation button {
  background: none;
  border: 0;
  text-indent: -999999px;
  font-size: 0px;
  font-size: 0rem;
  margin-top: 10px;
  height: 30px;
}

header > div:first-child .toolbar-myaccount button::before,
header > div:first-child .toolbar-navigation button::before {
  font-size: 22px;
  font-size: 2.2rem;
  content: "\f00a";
  display: block;
  text-indent: 0;
  color: #ffffff;
}

header > div:first-child .toolbar-myaccount .block-custom-blocks,
header > div:first-child .toolbar-navigation .block-custom-blocks {
  height: 30px;
}

header > div:first-child .toolbar-myaccount .block-custom-blocks .compact-menus,
header > div:first-child .toolbar-navigation .block-custom-blocks .compact-menus {
  background: #333333;
  position: absolute;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -khtml-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  top: 60px;
  right: 0;
  z-index: 1;
}

header > div:first-child .toolbar-myaccount .block-custom-blocks .compact-menus .compact-menu-wrappers,
header > div:first-child .toolbar-navigation .block-custom-blocks .compact-menus .compact-menu-wrappers {
  padding: 20px 0 20px 70px;
  max-width: 560px;
}

header > div:first-child .toolbar-myaccount .block-custom-blocks .compact-menus h2,
header > div:first-child .toolbar-navigation .block-custom-blocks .compact-menus h2 {
  color: #F2F2F2;
  margin: 0 0 14px;
  padding: 0;
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
  font-weight: bold;
}

header > div:first-child .toolbar-myaccount .block-custom-blocks .compact-menus ul,
header > div:first-child .toolbar-navigation .block-custom-blocks .compact-menus ul {
  margin: 0 0 20px;
}

header > div:first-child .toolbar-myaccount .block-custom-blocks .compact-menus ul li,
header > div:first-child .toolbar-navigation .block-custom-blocks .compact-menus ul li {
  display: block;
  float: none;
  width: 100%;
}

header > div:first-child .toolbar-myaccount .block-custom-blocks .compact-menus ul li a,
header > div:first-child .toolbar-navigation .block-custom-blocks .compact-menus ul li a {
  color: #F2F2F2;
  padding: 0 0 5px;
  margin: 0;
  display: inline-block;
}

header > div:first-child .toolbar-myaccount .block-custom-blocks .compact-menus ul li a:hover,
header > div:first-child .toolbar-navigation .block-custom-blocks .compact-menus ul li a:hover {
  background: none;
}

header > div:first-child .toolbar-myaccount button::before {
  content: "\f007";
}

header > div:first-child .toolbar-myaccount .block-custom-blocks .compact-menus .compact-menu-wrappers {
  padding-right: 70px;
}

header > div:first-child .toolbar-navigation button::before {
  content: "\f00a";
}

header > div:first-child .toolbar-navigation .toolbar-navigation-wrapper {
  width: 49%;
  display: inline-block;
  vertical-align: top;
}

@media only screen and (max-width: 767px) {
  header > div:first-child .toolbar-navigation .toolbar-navigation-wrapper {
    width: 100%;
  }
}
