/* components/account/src/scss/account.scss */
.c-account__logged-out {
  font-size: 1.375rem;
}
.c-account__logged-out a {
  color: #212121;
}
.trigger-hover:focus .c-account__logged-out a,
.trigger-hover:hover .c-account__logged-out a,
.c-account__logged-out a:hover,
.c-account__logged-out a:focus,
.c-account__logged-out a:active {
  color: #007E38;
}
.mobile-overlay-open .c-account__logged-out a {
  color: #FFFFFF;
}
.c-account__trigger {
  font-size: 1.375rem;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.trigger-hover:focus .c-account__trigger,
.trigger-hover:hover .c-account__trigger,
.c-account__trigger:hover,
.c-account__trigger:focus,
.c-account__trigger:active {
  color: #007E38;
}
.mobile-overlay-open .c-account__trigger {
  color: #FFFFFF;
}
@media (min-width: 1000px) {
  .c-account__trigger {
    font-size: 1.25rem;
  }
}
.c-account__dropdown {
  position: absolute;
  top: 100%;
  right: 5vw;
  width: 90vw;
  background: #FFFFFF;
  border-radius: 1rem;
  -webkit-box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 5px 5px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5625rem 1.25rem;
  -webkit-transform-origin: right top;
  transform-origin: right top;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.92, 0.13, 0, 0.09);
  transition: all 0.3s cubic-bezier(0.92, 0.13, 0, 0.09);
  z-index: 200;
}
.c-account__dropdown.show {
  visibility: visible;
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
@media (min-width: 1000px) {
  .c-account__dropdown {
    width: 18.75rem;
    right: -1.875rem;
    -webkit-transform: scale(0);
    transform: scale(0);
    top: calc(100% + 1.25rem);
  }
}
.c-account__username {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 0.9375rem;
  font-family:
    "museo-sans-rounded",
    "Helvetica",
    sans-serif;
}
.trigger-hover:focus .c-account__username,
.trigger-hover:hover .c-account__username,
.c-account__username:hover,
.c-account__username:focus,
.c-account__username:active {
  color: #F49F0B;
}
.trigger-hover:focus .c-account__username .c-account__username__avatar,
.trigger-hover:hover .c-account__username .c-account__username__avatar,
.c-account__username:hover .c-account__username__avatar,
.c-account__username:focus .c-account__username__avatar,
.c-account__username:active .c-account__username__avatar {
  background: #F49F0B;
}
.c-account__username__avatar {
  font-size: 1rem;
  font-weight: 700;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 100%;
  background: #007E38;
  color: #FFFFFF;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.c-account__username__text {
  font-size: 1.25rem;
  font-weight: 500;
}
.c-account__menu {
  padding: 1.5625rem 0.625rem 0.3125rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 0.9375rem;
}
.c-account__menu a {
  font-size: 1rem;
  font-weight: 700;
  font-family:
    "museo-sans-rounded",
    "Helvetica",
    sans-serif;
  color: #212121;
}
.trigger-hover:focus .c-account__menu a,
.trigger-hover:hover .c-account__menu a,
.c-account__menu a:hover,
.c-account__menu a:focus,
.c-account__menu a:active {
  color: #F49F0B;
}
/*# sourceMappingURL=account.css.map */
