/**
*********************
* 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
********************
**/
.block--footer-legal-text-block {
  width: 100%;
  padding: 0;
  text-align: center;
}

@media screen and (min-width: 48rem) {
  .block--footer-legal-text-block {
    padding: 0 4rem;
  }
}

@media screen and (min-width: 62rem) {
  .block--footer-legal-text-block {
    float: left;
    margin-right: 1rem;
    padding: 0;
    text-align: left;
  }
}

.block--footer-legal-text-block > p {
  color: #fff;
  font-size: 0.625rem;
  font-weight: 400;
  line-height: 0.815rem;
}

p:last-child {
  margin: 0 auto 1.5rem auto;
}

p:last-child a {
  text-decoration: none;
}

p:last-child a:hover {
  text-decoration: underline;
}

/*# sourceMappingURL=footer-legal-text.css.map */
