body.menu-active {
  height: 100%;
  overflow-y: hidden;
}

.header-strip {
  padding: 0 100px;
  height: 80px;
  background-color: #0000001f;
  position: fixed;
  z-index: 505;
  width: 100%;
  display: flex;
  align-items: center;
}

header .region-navigation {
  max-width: 560px;
}

.search-menu form {
  overflow: hidden;
}

.header-strip.fixed {
  background-color: #ffffff;
  border-bottom: 1px solid rgba(219, 219, 219, 0.5);
  transition: all 0.25s ease-out;
}

.header-strip.fixed.active {
  border: none;
}

.header-strip.fixed.active .animated-menu span {
  background: #ffffff;
}

.header-strip .logo img {
  margin-left: -47px;
}

.header-strip.fixed .logo img {
  content: url("../../images/logo/EIDM_Logo_color.svg");
}

.header-strip.fixed .animated-menu span {
  background: #14426e;
}

.header-strip .logo {
  margin: auto;
}

.header-strip.active .logo {
  display: none;
}

.header-strip.active {
  background-color: #00000000;
}

header.navbar.container.active {
  display: block !important;
}

header.navbar.container {
  display: none !important;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin: 0;
  border-radius: 0;
  position: fixed;
  z-index: 12;
  top: 0;
  display: flex;
  padding-left: 130px;
  padding-left: 100px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#03417a+0,03417a+100&1+0,0.6+100 */
  background: -moz-linear-gradient(left, rgba(3, 65, 122, 1) 0%, rgba(3, 65, 122, 0.6) 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, rgba(3, 65, 122, 1) 0%, rgba(3, 65, 122, 0.6) 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, rgba(3, 65, 122, 1) 0%, rgba(3, 65, 122, 0.6) 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.header-menu {
  overflow: hidden;
}

.navbar {
  background: none;
  border: none;
}

.menu.menu--main.nav.navbar-nav {
  margin-top: 105px;
  margin-left: 130px;
  width: 100%;
}

.navbar-nav>li {
  float: none;
}

.user-logged-in .navbar-nav.menu--main>li.last {
  display: none;
}

.navbar-nav>li a {
  font-size: 32px;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 400;
  padding: 27px 25px;
}

.navbar-nav>li a:hover {
  background-color: #ffffff10 !important;
}

.path-frontpage .navbar-nav>li:nth-child(1) a,
.path-training-curriculam .navbar-nav>li:nth-child(3) a,
.path-library .navbar-nav>li:nth-child(4) a,
.path-communities .navbar-nav>li:nth-child(5) a,
.path-cop .navbar-nav>li:nth-child(5) a,
.page-node-type-publication .navbar-nav>li:nth-child(4) a,
.path-about .navbar-nav>li:nth-child(2) a {
  font-weight: 600;
  background: none !important;
  /* background-color: #ffffff10 !important; */
}

.search-menu .form-item input {
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  border-bottom: 2px solid #ffffff;
  color: #ffffff;
  margin-left: 155px;
  margin-top: 102px;
  padding: 0px 0;
  font-size: 24px;
  font-weight: 300;
}

.search-menu .form-item input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 36px;
}

.search-menu .form-item input::-moz-placeholder {
  /* Firefox 19+ */
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.search-menu .form-item input:-ms-input-placeholder {
  /* IE 10+ */
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

.search-menu .form-item input:-moz-placeholder {
  /* Firefox 18- */
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
}

/* .search-menu .form-item input::-webkit-input-placeholder {
  color: #ffffff;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
} */
.search-menu .form-inline {
  position: relative;
}

.search-menu .form-actions .button {
  position: absolute;
  bottom: 10px;
  right: -10px;
  font-size: 0;
  background: none;
  box-shadow: none;
  border-radius: 0;
  border: none;
  outline: none;
  background: url(../../images/homepage/search.png) no-repeat;
  width: 31px;
  height: 31px;
}

.navbar-header .search-block-form .button span {
  display: none;
}

.animated-menu {
  width: 27px;
  height: 25px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}

.animated-menu span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.animated-menu span:nth-child(1) {
  top: 0px;
}

.animated-menu span {
  background: #ffffff;
}

.animated-menu.open span:nth-child(1) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.animated-menu span:nth-child(2),
.animated-menu span:nth-child(3) {
  top: 10px;
}

.animated-menu.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.animated-menu.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.animated-menu span:nth-child(4) {
  top: 20px;
}

.animated-menu.open span:nth-child(4) {
  top: 11px;
  width: 0%;
  left: 50%;
}

.search-menu .control-label {
  display: none;
}

/*For Eidm Manager Profile*/

.manager-info-wrap {
  width: 300px;
  background: #ffffff;
  padding: 20px;
  position: fixed;
  top: 65px;
  right: 100px;
  box-shadow: 1px 1px 12px #a4a4a4;
  display: none;
}

.user-profile.active .manager-info-wrap {
  display: block;
}

.manager-details-wrap {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #dbdbdb;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.manager-inner-wrap {
  text-align: center;
}

.manager-inner-wrap img {
  margin: auto;
  /* border-radius: 50px; */
  border-radius: 50%;
  margin-bottom: 15px;
}

.user-profile .header-img {
  border-radius: 50px;
}

.user-profile .header-username {
  font-size: 13px;
  font-weight: 400;
  padding-right: 20px;
  position: relative;
}

.user-profile .header-username:after {
  content: url(../../images/icon-down-arrow.png);
  position: absolute;
  right: 0;
  top: 0;
}

.user-profile.active .header-username:after {
  content: url(../../images/icon-up-arrow.png);
}

.user-profile .header-img img {
  border-radius: 50px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
}

.user-profile .header-content {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.manager-username,
.manager-email {
  color: #333333;
  font-weight: 400;
}

.manager-username {
  font-size: 14px;
}

.manager-email {
  font-size: 12px;
}

.manager-firstname-title,
.manager-lastname-title,
.manager-organisation-title {
  color: #666666;
}

.manager-lastname-title,
.manager-organisation-title {
  margin-top: 6px;
}

.manager-img-edit-wrap {
  position: relative;
}

.manager-img-edit-wrap .manager-image-edit a {
  position: absolute;
  bottom: 0;
  left: calc(50% + 20px);
  font-size: 0;
  background: url(../../images/icon-edit.png) no-repeat;
  cursor: pointer;
  width: 25px;
  height: 25px;
}

.manager-img-edit-wrap .manager-image-edit a:hover {
  background: url(../../images/icon-edit-hover.png) no-repeat;
}

.manager-email-edit-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.manager-email-edit-wrap .manager-email-edit a {
  margin-left: 15px;
  font-size: 0;
  background: url(../../images/icon-edit.png) no-repeat;
  background-size: 20px;
  width: 21px;
  height: 21px;
  display: block;
  cursor: pointer;
}

.manager-email-edit-wrap .manager-email-edit a:hover {
  background: url(../../images/icon-edit-hover.png) no-repeat;
  background-size: 20px;
}

.header-strip.active .user-profile {
  display: none;
}

.region-profile {
  display: flex;
  align-items: center;
}

.menu--account {
  margin: 0;
}

.menu--account>li a {
  color: #14426e !important;
  font-size: 13px;
  text-transform: none;
}

/* new */
body.page-with-banner .header-strip:not(.fixed) .menu--account>li a,
body.page-with-banner .header-strip:not(.fixed) .user-profile .header-username {
  color: #fff !important;
}

body .user-profile .ast-user-account-menu .menu--account>li a:hover {
  color: var(--red) !important;
}

body.page-with-banner .header-strip:not(.fixed) .user-profile .header-username:after {
  content: url("../../images/icon-down-arrow-white.png");
}

body.page-with-banner .header-strip:not(.fixed) .user-profile.active .header-username:after {
  content: url("../../images/icon-up-arrow-white.png");
}

.banner-image-edit a {
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #ffffff;
}

.path-frontpage .edit-button-common {
  position: static;
}

/* new */

/*Logo position in header manager login*/
/* .role-manager .header-strip .logo img {
  margin-left: 0px;
} */

.role-manager .header-strip {
  justify-content: space-between;
}

/* .role-manager .header-strip .logo {
  margin: unset;
  position: absolute;
  top: calc(50% - 15px);
  left: calc(50% - 22px);
} */
.path-about .header-strip .logo img {
  max-width: unset;
}

/***************************************/

.search-menu .form-item input {
  width: 100%;
}

@media screen and (min-width: 992px) {

  .menu.menu--main.nav.navbar-nav,
  .search-menu .form-item input {
    margin-left: 0;
  }

  header .search-menu form {
    padding-left: 155px;
  }

  .menu.menu--main.nav.navbar-nav {
    padding-left: 130px;
  }

  .search-menu .form-actions .button {
    right: 0;
    margin-right: 0;
  }
}

@media screen and (min-width: 767px) {
  .role-manager .header-strip .logo img {
    margin-left: 0px;
  }

  .role-manager .header-strip .logo {
    margin: unset;
    position: absolute;
    top: calc(50% - 15px);
    left: calc(50% - 22px);
  }
}
