/**
*********************
* 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--account {
  position: absolute;
  z-index: 20;
  top: 1rem;
  right: 0;
  left: 0;
  width: 80%;
  height: 1rem;
  margin: 0 auto;
}

@media only screen and (min-width: 48rem) {
  .menu--account {
    top: 0;
    right: 0.6rem;
    left: auto;
    width: auto;
    margin-top: -1rem;
  }
}

@media only screen and (min-width: 52rem) {
  .menu--account {
    margin-top: -8rem;
  }
}

@media only screen and (min-width: 62rem) {
  .menu--account {
    right: 0;
    margin-top: 0;
  }
}

.menu--account .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 48rem) {
  .menu--account .menu {
    font-family: "Droid Sans", sans-serif;
  }
}

.menu--account .menu__item {
  margin-right: 1rem;
  padding-right: 1rem;
  border-right: 0.0625rem solid #fff;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media only screen and (min-width: 48rem) {
  .menu--account .menu__item {
    border-right: unset;
  }
}

.menu--account .menu > li:last-child {
  margin-right: 0;
  padding-right: 0;
  border-right: 0;
}

.menu--account .menu__item span,
.menu--account .menu__item a {
  text-transform: uppercase;
  color: #fff;
}

.menu--account .menu__item span:hover,
.menu--account .menu__item a:hover {
  text-decoration: underline;
  color: #fff;
}

.menu--account .menu__item .is-active {
  color: #fff;
}

@media only screen and (min-width: 48rem) {
  .menu--account .menu__item span,
  .menu--account .menu__item a {
    color: #1c2f46;
  }
  .menu--account .menu__item span:hover,
  .menu--account .menu__item a:hover {
    color: #2075bc;
  }
  .menu--account .menu__item .is-active {
    color: #1c2f46;
  }
}

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