.footer {
  color: #000; /* @todo: variable */
  background: #ddd; /* @todo: variable */
}
.footer .menuLine {
  text-align: center;
  background: #eee;
}
.footer .menuLine > div {
  max-width: 1300px;
  margin: 0 auto;
  padding: 0 10px;
}
.footer .menuLine:after {
  content: "";
  clear: both;
  display: block;
}
.footer .menuLine .footerLogo {
  display: inline-block;
  clear: both;
  float: none;
  position: relative;
  top: 0;
  padding: 10px 10px 10px 10px;
}
.footer .menuLine .footerLogo .footerLogoLink {
  display: block;
  float: none;
}
.footer .menuLine .footerLogo .footerLogoLink img {
  max-width: 100%;
  max-height: 70px;
  float: left;
}
.footer .menuLine .footerLogo .footerLogoText {
  text-transform: uppercase;
  color: #000;
  font-size: 10px;
  font-weight: bold;
  padding: 5px 0 0 5px;
  letter-spacing: 1px;
  float: left;
  text-decoration: none;
}
.footer .menuLine .socialHub {
  list-style: none;
  margin: 0 0 0 10px;
  float: none;
  clear: both;
  display: block;
}
.footer .menuLine .iconPhone {
  text-decoration: none;
  color: #000;
  padding: 0;
  font-size: 14px;
  float: none;
  display: block;
  clear: both;
}
.footer .menuLine .iconPhone:before {
  padding-right: 10px;
  font-size: 20px;
  position: relative;
  margin-top: -2px;
  float: none;
  top: 3px;
}
.footer .menuLine .menu {
  display: block;
  width: 600px;
  margin: 0 auto;
  text-align: center;
  max-width: 100%;
  position: relative;
  /* Common only */
  padding: 10px 0;
}
.footer .menuLine .menu input[type=checkbox] {
  display: none;
}
.footer .menuLine .menu > li {
  font-size: 15px;
  position: relative;
  /* Common only */
  display: block;
  height: 20px;
  padding-top: 5px;
  /* Common only */
}
.footer .menuLine .menu > li > a:before, .footer .menuLine .menu > li > label:before {
  display: none;
}
.footer .menuLine .menu > li label, .footer .menuLine .menu > li a {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.footer .menuLine .menu > li:first-child label:before, .footer .menuLine .menu > li:first-child a:before {
  display: none;
}
.footer .menuLine .menu > li > ul {
  top: 0;
  bottom: auto;
  transform: translateY(-100%);
  left: 0px;
  position: absolute;
  right: 0px;
  width: auto;
  max-width: initial;
}
.footer .menuLine .menu > li > ul li {
  position: relative;
}
.footer .menuLine .menu > li > ul li ul {
  position: absolute;
  bottom: 100%;
  left: -5px;
  width: auto;
  right: -5px;
}
.footer .menuLine .menu > li:last-child label:after {
  display: none;
}
.footer .subLine {
  padding-top: 0;
  max-width: 1300px;
  margin: 0 auto;
  font-size: 14px;
}
.footer .subLine .copy {
  line-height: 18px;
  overflow: hidden;
  float: none;
  text-align: center;
  max-width: none;
  padding: 20px 0 10px 0;
}
.footer .subLine .message {
  text-align: center;
  margin: 0 auto;
  overflow: hidden;
  padding: 10px 5px 10px 5px;
}
.footer .subLine .vendor {
  text-align: center;
}
.footer .subLine .vendor img {
  max-width: 100%;
}
.footer .subLine .vendor a {
  display: block;
  text-align: center;
  color: #000;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: -0.7px;
  font-weight: bold;
}

/*# sourceMappingURL=common.css.map */
