@keyframes reanimate-underline-1px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 1px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 1px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 1px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 1px;
  }
}
@keyframes reanimate-underline-2px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 2px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 2px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 2px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 2px;
  }
}
@keyframes reanimate-underline-3px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 3px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 3px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 3px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 3px;
  }
}
@keyframes reanimate-underline-4px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 4px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 4px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 4px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 4px;
  }
}
@keyframes reanimate-underline-5px {
  0% {
    background-position: 100% 100%;
    background-size: 100% 5px;
  }
  49% {
    background-position: 100% 100%;
    background-size: 0% 5px;
  }
  50% {
    background-position: 0% 100%;
    background-size: 0% 5px;
  }
  100% {
    background-position: 0% 100%;
    background-size: 100% 5px;
  }
}
/** Usage

    ```scss
      .lds { 
        @include ldsRingAnimation($foreground-color: #fff, $width: 2px, $size: 25px);
      }
    ```

    ```html
      <div class="lds">
        <div></div>
        <div></div>
        <div></div>
      </div>
    ```
 */
@media (hover: hover) {
  .account__unauthenticated-actions a {
    text-decoration: none;
    background-image: linear-gradient(#001965, #001965);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
  }
  .account__unauthenticated-actions a:hover, .account__unauthenticated-actions a:focus {
    background-size: 100% 1px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .account__unauthenticated-actions a {
    text-decoration: none;
    background-image: linear-gradient(#001965, #001965);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
  }
  .account__unauthenticated-actions a:hover, .account__unauthenticated-actions a:focus {
    background-size: 100% 1px;
  }
}

.account__actions {
  white-space: nowrap;
  height: 100%;
  display: none;
  justify-content: flex-end;
}
@media screen and (min-width: 500px) {
  .account__actions {
    display: flex;
  }
}
.account__actions input[type=checkbox] {
  display: none;
}
.account__actions .icon {
  height: 26px;
  background-size: contain;
  margin: 6px;
}
@media screen and (min-width: 500px) {
  .account__actions .icon {
    margin: 15px 9px;
  }
}
.account__actions .icon--account {
  background: url(clientlibs/resources/account.a3d64357.svg) no-repeat;
  width: 26px;
  background-position: center;
}
.account__actions .account__authenticated-actions,
.account__actions .account__unauthenticated-actions {
  display: none;
}
.account__actions.authenticated .account__authenticated-actions {
  display: block;
}
.account__actions.authenticated .account__unauthenticated-actions {
  display: none;
}
.account__actions.unauthenticated .account__authenticated-actions {
  display: none;
}
.account__actions.unauthenticated .account__unauthenticated-actions {
  display: block;
}
.account__actions .account__authenticated-actions label {
  cursor: pointer;
}
.account__actions .account__unauthenticated-actions {
  font-size: 12px;
  line-height: 26px;
  color: #939aa7;
  padding-right: 7px;
}
.account__actions .account__unauthenticated-actions a {
  font-size: 12px;
  line-height: 44px;
  margin: 0 4px;
  padding: 1px 0;
  color: #001965;
  text-decoration: none;
}

.account__menu-open > a {
  display: block;
}

.account__authenticated-actions {
  position: relative;
  transition: all 0.25s;
}
@media (hover: hover) {
  .account__authenticated-actions:hover {
    background: #eff0f2;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .account__authenticated-actions:hover {
    background: #eff0f2;
  }
}

.account__menu--toggle:checked ~ .account__menu {
  min-height: 204px;
  padding: 40px 25px 30px 25px;
  box-shadow: 0px 6px 20px 0px rgba(0,0,0,0.12157);
}
.account__menu--toggle:checked ~ .account__menu > * {
  opacity: 1;
}

.account__menu {
  position: absolute;
  background: white;
  z-index: 1200;
  right: 0;
  height: 0;
  min-height: 0px;
  padding: 0px 25px 0px 25px;
  box-shadow: 0px 0px 0px 0px rgba(0,0,0,0);
  text-align: left;
  transition: all 0.5s;
  overflow: hidden;
}
.account__menu > * {
  transition: opacity 0.25s;
  opacity: 0;
}

.account__menu-header {
  margin-bottom: 25px;
}

.account__authenticated-actions .account__menu-items div a {
  text-decoration: none;
  display: inline-block;
  padding: 1px 0;
  margin: 9px 0;
}
@media (hover: hover) {
  .account__authenticated-actions .account__menu-items div a {
    text-decoration: none;
    background-image: linear-gradient(#005ad2, #005ad2);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
  }
  .account__authenticated-actions .account__menu-items div a:hover, .account__authenticated-actions .account__menu-items div a:focus {
    background-size: 100% 1px;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .account__authenticated-actions .account__menu-items div a {
    text-decoration: none;
    background-image: linear-gradient(#005ad2, #005ad2);
    background-position: 0% 100%;
    background-repeat: no-repeat;
    background-size: 0% 1px;
    transition: background-size 0.3s;
  }
  .account__authenticated-actions .account__menu-items div a:hover, .account__authenticated-actions .account__menu-items div a:focus {
    background-size: 100% 1px;
  }
}
