/* Generated by less 3.11.1 */
@font-face {
  font-display: swap;
  /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  src: url('/themes/custom/esh/fonts/poppins-v20-latin-300.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-regular - 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: 'Poppins';
  font-style: normal;
  font-weight: 400;
  src: url('/themes/custom/esh/fonts/poppins-v20-latin-regular.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-italic - 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: 'Poppins';
  font-style: italic;
  font-weight: 400;
  src: url('/themes/custom/esh/fonts/poppins-v20-latin-italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700 - 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: 'Poppins';
  font-style: normal;
  font-weight: 700;
  src: url('/themes/custom/esh/fonts/poppins-v20-latin-700.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
/* poppins-700italic - 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: 'Poppins';
  font-style: italic;
  font-weight: 700;
  src: url('/themes/custom/esh/fonts/poppins-v20-latin-700italic.woff2') format('woff2');
  /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
.path-user .region-content .profile {
  max-width: 1330px;
  margin: auto;
  position: relative;
}
@media screen and (max-width: 820px) {
  .path-user .region-content .profile {
    padding: 0 15px;
  }
}
.toolbar-horizontal #header {
  padding-top: 120px;
}
.toolbar-horizontal .header-fixed {
  top: 80px !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 #0069b4;
  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: #0069b4;
  color: #ffffff !important;
}
.block-local-tasks-block > ul li a:hover {
  text-decoration: none;
  background: #6b7379;
  color: #ffffff;
}
.user-login-form,
.user-register-form,
.user-pass {
  background: #d0dee5;
  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: #d0dee5;
}
.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-login-form .form-actions .button-wrapper button,
.user-register-form .form-actions .button-wrapper button,
.user-pass .form-actions .button-wrapper button {
  display: inline-flex;
  border: none;
  background: #0069b4;
  align-items: center;
  min-height: 60px;
  padding: 0 40px;
  color: #ffffff !important;
  font-size: 1.2rem;
  font-weight: 400;
  font-family: inherit;
  position: relative;
  text-decoration: none;
  line-height: 0.9;
  border-radius: 10px;
  z-index: 2;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
.user-login-form .form-actions .button-wrapper button:hover,
.user-register-form .form-actions .button-wrapper button:hover,
.user-pass .form-actions .button-wrapper button:hover {
  text-decoration: none !important;
}
.user-login-form .form-actions .button-wrapper button:after,
.user-register-form .form-actions .button-wrapper button:after,
.user-pass .form-actions .button-wrapper button:after {
  font-family: 'ESH';
  font-weight: normal;
  content: '\0a0\f10e';
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  transition-delay: 0;
}
.user-login-form .form-actions .button-wrapper button:hover:after,
.user-register-form .form-actions .button-wrapper button:hover:after,
.user-pass .form-actions .button-wrapper button:hover:after {
  transform: translateX(10px);
}
.user-pass > p {
  font-size: 0.8rem;
  margin: 0 2px 5px 2px;
}
