/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
@font-face {
  font-family: "Droid Sans";
  src: url("../../../fonts/Droid-Sans/DroidSans.ttf");
  font-weight: normal;
}

@font-face {
  font-family: "Droid Sans";
  src: url("../../../fonts/Droid-Sans/DroidSans-Bold.ttf");
  font-weight: 700;
}

/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Breakpoint mixin
********************
**/
/**
*********************
* Colors
********************
**/
.menu--footer-logo-menu {
  width: 100%;
  margin-top: 1rem;
}

@media screen and (min-width: 62rem) {
  .menu--footer-logo-menu {
    float: left;
    margin: 0;
  }
}

.menu--footer-logo-menu > .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
}

@media screen and (min-width: 62rem) {
  .menu--footer-logo-menu > .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.menu--footer-logo-menu > .menu > li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 0;
}

.menu--footer-logo-menu > .menu > li a {
  position: absolute;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
}

@media screen and (min-width: 62rem) {
  .menu--footer-logo-menu > .menu > li {
    margin-right: 1.75rem;
  }
}

/*# sourceMappingURL=footer-logo-menu.css.map */
