/*@import "partials/base";
@import "partials/utility";*/
footer {
  color: #ffffff;
  background: #000000;
}
footer .myGuideFooter {
  background: #ffffff;
}
footer .myGuideFooter p {
  color: black;
}
footer .myGuideFooter.dark {
  background: black;
}
footer .myGuideFooter.dark p {
  color: white;
}
footer h2, footer h3, footer h4, footer h5, footer h6 {
  color: #ffffff;
}
footer a {
  color: #c69545;
}
footer ul.socialIcons {
  color: #ffffff;
}
footer .socialBlock {
  /*        margin: 2rem 0 0 0;*/
  padding: 2rem 0 0 0;
  background: #000000;
}
footer .brand {
  color: black;
}
footer .brand img {
  max-height: 83px;
  width: auto;
  height: 30px;
  margin-bottom: 10px;
}
footer .brand p {
  font-size: 12px;
}
footer .logo {
  height: 90px;
  width: auto;
}
