/**
*********************
* 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 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 1rem;
}

.menu--footer .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-left: 0;
}

.menu--footer .menu li {
  height: 1.75rem;
  margin-left: 0;
  text-align: center !important;
}

.menu--footer .menu li a,
.menu--footer .menu li span {
  padding-right: 0;
  cursor: pointer;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  border-right: solid 0;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 0.815rem;
}

.menu--footer .menu li a:hover,
.menu--footer .menu li span:hover {
  text-decoration: underline;
}

@media screen and (min-width: 62rem) {
  .menu--footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 0;
  }
  .menu--footer .menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-left: 1rem;
  }
  .menu--footer .menu li {
    height: 0.813rem;
    border-right: 0.0625rem solid #fff;
  }
  .menu--footer .menu li a,
  .menu--footer .menu li span {
    padding: 0 0.3rem;
    font-size: 0.75rem;
    font-weight: 400;
  }
  .menu--footer .menu li a:hover,
  .menu--footer .menu li span:hover {
    text-decoration: none;
  }
  .menu--footer .menu li:last-child {
    border-right: solid 0;
  }
  .menu--footer .menu li:last-child a,
  .menu--footer .menu li:last-child span {
    border-right: solid 0;
  }
}

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