/* abhaya-libre-regular - latin */
@font-face {
  font-family: 'Hellix';
  font-style: normal;
  font-weight: 200;
  src: url('/themes/equinoxe/fonts/Hellix-Thin.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/equinoxe/fonts/Hellix-Thin.woff') format('woff') /* Modern Browsers */;
}
@font-face {
  font-family: 'Hellix';
  font-style: normal;
  font-weight: 400;
  src: url('/themes/equinoxe/fonts/Hellix-Regular.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/equinoxe/fonts/Hellix-Regular.woff') format('woff') /* Modern Browsers */;
}
@font-face {
  font-family: 'Hellix';
  font-style: normal;
  font-weight: 500;
  src: url('/themes/equinoxe/fonts/Hellix-Medium.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/equinoxe/fonts/Hellix-Medium.woff') format('woff') /* Modern Browsers */;
}
@font-face {
  font-family: 'Hellix';
  font-style: normal;
  font-weight: 600;
  src: url('/themes/equinoxe/fonts/Hellix-SemiBold.woff2') format('woff2'), /* Super Modern Browsers */ url('/themes/equinoxe/fonts/Hellix-SemiBold.woff') format('woff') /* Modern Browsers */;
}
/* didact-gothic-regular - cyrillic_latin */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Didact Gothic';
  font-style: normal;
  font-weight: 400;
  src: url('/themes/equinoxe/fonts/didact-gothic-v20-cyrillic_latin-regular.woff2') format('woff2'), /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */ url('/themes/equinoxe/fonts/didact-gothic-v20-cyrillic_latin-regular.ttf') format('truetype');
  /* Chrome 4+, Firefox 3.5+, IE 9+, Safari 3.1+, iOS 4.2+, Android Browser 2.2+ */
}
.link,
.back-link {
  display: inline-flex;
  font-weight: 600;
  font-size: 1.25rem;
  color: #1D1D1B;
  text-decoration: none;
  align-items: center;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
.link:after,
.back-link:after,
.link:before,
.back-link:before {
  color: #004eff;
  font-size: 0.62em;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
.link:hover,
.back-link:hover {
  text-decoration: none;
  color: #004eff !important;
}
.link:after {
  font-family: 'Vasantha';
  font-weight: normal;
  content: '\f102';
  margin: 0 0 0 12px;
}
.link:hover:after {
  transform: translateX(3px);
}
.back-link:before {
  font-family: 'Vasantha';
  font-weight: normal;
  content: '\f103';
  margin: 0 12px 0 0;
}
.back-link:hover:before {
  transform: translateX(-3px);
}
.path-user .region-content .profile {
  max-width: 1260px;
  margin: auto;
  position: relative;
}
.toolbar-horizontal .header-fixed {
  top: 60px !important;
}
.block-local-tasks-block {
  padding: 60px 0 0 0;
  display: flex;
  justify-content: center;
}
.block-local-tasks-block > ul {
  padding: 0;
  border-bottom: 2px solid #004eff;
  display: inline-flex;
  list-style-type: none;
  justify-content: center;
}
.block-local-tasks-block > ul li a {
  padding: 2px 10px;
  font-weight: 300;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
.block-local-tasks-block > ul li a.is-active {
  background: #004eff;
  color: #ffffff !important;
}
.block-local-tasks-block > ul li a:hover {
  text-decoration: none;
  background: #7d838c;
  color: #ffffff;
}
.user-login-form,
.user-register-form,
.user-pass {
  background: #f4f4f4;
  padding: 30px 30px 20px 30px;
  margin: 60px auto 0 auto;
  max-width: 600px;
}
.user-login-form .form-text,
.user-register-form .form-text,
.user-pass .form-text {
  width: 100%;
}
.user-login-form input[type=text],
.user-register-form input[type=text],
.user-pass input[type=text],
.user-login-form input[type=password],
.user-register-form input[type=password],
.user-pass input[type=password],
.user-login-form input[type=email],
.user-register-form input[type=email],
.user-pass input[type=email] {
  background: #ffffff;
  border-color: #f4f4f4;
}
.user-login-form .form-actions .button-wrapper,
.user-register-form .form-actions .button-wrapper,
.user-pass .form-actions .button-wrapper {
  margin: 15px 0 0 0;
}
.user-pass > p {
  font-size: 0.8rem;
  margin: 0 2px 5px 2px;
}
/*# sourceMappingURL=user.css.map */