.header-trans {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

.header-desktop {
  background: white url(../images/flow.jpg) no-repeat 40% 100%;
  background: url(../images/flow.jpg) no-repeat 40% 100%, -moz-linear-gradient(left, white 0%, white 45%, #148100 55%, #148100 100%);
  background: url(../images/flow.jpg) no-repeat 40% 100%, -webkit-linear-gradient(left, white 0%, white 45%, #148100 55%, #148100 100%);
  background: url(../images/flow.jpg) no-repeat 40% 100%, linear-gradient(to right, #ffffff 0%, #ffffff 45%, #148100 55%, #148100 100%);
  background-size: auto 100px;
  height: 94px;
  position: fixed;
  top: 0;
  border-bottom: 4px solid #4C5B68;
  width: 100%;
  z-index: 10; }

@media (min-width: 1200px) {
  .header-desktop {
    background-position: 50% 100%; } }
.scrolled .header-desktop {
  height: 64px; }

.header-desktop .logo {
  float: left; }

.header-desktop .logo a {
  display: inline-block;
  width: 240px;
  height: 90px;
  overflow: hidden;
  background: url(../images/EE_logo.png) no-repeat 50% 0;
  background-size: contain; }

.scrolled .header-desktop .logo a {
  height: 60px; }

.header-wrapper {
  padding: 0 20px;
  position: relative;
  height: 90px; }

.scrolled .header-desktop .header-wrapper {
  height: 60px; }

.inner {
  margin: 0 auto;
  max-width: 1400px; }

.menu-wrapper {
  position: absolute;
  top: 90px;
  width: 100%;
  height: 15px; }

.scrolled .menu-wrapper {
  top: 60px; }

.menu-wrapper.fixed {
  position: fixed; }

.menu-container {
  max-width: 1400px;
  margin: 0 auto;
  position: relative; }

.menu {
  background: #34b233;
  background: rgba(52, 178, 51, 0.9);
  width: 240px;
  position: absolute;
  top: 20px;
  left: 20px; }

.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0; }

.menu > ul {
  -webkit-transition: background-color 0.35s ease-out;
  -moz-transition: background-color 0.35s ease-out;
  -o-transition: background-color 0.35s ease-out;
  -ms-transition: background-color 0.35s ease-out;
  transition: background-color 0.35s ease-out;
  max-height: 700px;
  overflow: hidden; }

.menu ul li a {
  color: #FFF;
  font-size: 14px;
  line-height: 1.1em;
  padding: 10px 15px;
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease-out;
  -moz-transition: background-color 0.25s ease-out;
  -o-transition: background-color 0.25s ease-out;
  -ms-transition: background-color 0.25s ease-out;
  transition: background-color 0.25s ease-out; }

.menu ul li a:hover {
  background-color: #24a323; }

.menu ul li a.active {
  background-color: #1b981a; }

.menu ul li.submenu {
  border-bottom: 1px solid #1b981a; }

.menu ul li.separated {
  border-top: 1px solid #1b981a; }

li.submenu ul a {
  padding: 11px 5px 11px 30px;
  text-transform: none; }

li.submenu .more-link-text, .menu ul.burger span {
  display: inline-block;
  vertical-align: middle; }

.menu ul.burger {
  max-height: 0px;
  white-space: nowrap; }

.menu ul.burger .icon {
  width: 17px;
  height: 17px; }

.menu ul.burger .burger-title {
  max-width: 190px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis; }

.menu-container .menu-footer {
  border-top: 1px solid #1b981a; }

.menu-container .menu-footer .button {
  width: 100%; }

.menu-wrapper.fixed .menu-container.scrolled nav.menu ul.menu-main,
.menu-wrapper.fixed .menu-container.scrolled .menu-footer {
  max-height: 0;
  overflow: hidden; }

.menu-wrapper.fixed .menu-container.scrolled .burger {
  max-height: 40px;
  transition-delay: 0.35s; }

.content {
  -webkit-transition: padding-top 0.25s ease-out;
  -moz-transition: padding-top 0.25s ease-out;
  -o-transition: padding-top 0.25s ease-out;
  -ms-transition: padding-top 0.25s ease-out;
  transition: padding-top 0.25s ease-out; }

.scrolled .content {
  padding-top: 64px; }

.header-items {
  position: absolute;
  right: 20px;
  bottom: 0;
  background: #34b233; }

.header-item {
  display: block;
  float: right;
  position: relative;
  border-right: 1px solid #1b981a; }

.header-item > a {
  color: #fff;
  display: block;
  padding: 12px 16px;
  height: 46px;
  text-decoration: none; }

.header-item-text {
  display: inline-block;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.lang-select a {
  display: block;
  height: 45px;
  padding: 12px 16px 0 16px;
  color: #FFF;
  text-decoration: none; }

.header-item > a, .lang-select a {
  -webkit-transition: all 0.25s ease-out;
  -moz-transition: all 0.25s ease-out;
  -o-transition: all 0.25s ease-out;
  -ms-transition: all 0.25s ease-out;
  transition: all 0.25s ease-out; }

.header-item > a:hover, .lang-select a:hover {
  background-color: #24a323; }

.header-item-lang {
  width: 88px; }

.header-item-profile, .header-item-login {
  border-right: none; }

.header-item .icon {
  width: 22px;
  height: 22px; }

.header-item .si-menu-arrow-down, .header-item .si-menu-arrow-right, .menu-container .si-menu-arrow-down {
  width: 12px;
  height: 12px; }

.lang-select {
  position: absolute;
  background: #34b233;
  width: 81px;
  display: none; }

.lang-select a {
  display: block;
  color: #FFF;
  text-decoration: none; }

.langselect-shown .lang-select {
  display: block; }

.notif-count {
  position: absolute;
  min-width: 28px;
  height: 28px;
  border: 2px solid #FFF;
  border-radius: 1em;
  color: #FFF;
  background: #FF3F13;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  padding-top: 2px;
  top: -12px;
  right: -12px;
  font-family: Arial, Helvetica, sans-serif; }

.profile-select {
  position: absolute;
  background: #FFF;
  width: 100%;
  display: none;
  border: 4px solid #24a323;
  padding: 15px; }

.profileselect-shown .profile-current {
  background-color: #24a323; }

.profileselect-shown .profile-select {
  display: block; }

.profile-select a.button {
  width: 100%;
  background: #34B233; }

.profile-links {
  margin: 20px 0 0;
  list-style-type: none;
  padding: 0; }

.profile-links li {
  border-top: 1px solid #8BD38B;
  padding: 8px 0 8px 15px;
  position: relative; }

.profile-links li:first-child {
  border: none; }

.profile-links li a {
  color: #384555;
  text-transform: uppercase;
  text-decoration: none;
  display: block; }

.profile-links .notif-count {
  right: 0;
  top: 7px;
  min-width: 24px;
  height: 24px;
  padding-top: 4px;
  font-size: 12px;
  font-weight: bold;
  border: none; }

.profile-current .name {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 200px;
  min-width: 150px; }

.search-dropdown {
  position: absolute;
  background: #FFF;
  width: 100%;
  display: none;
  border: 4px solid #24a323;
  padding: 15px;
  top: 46px; }

.search-shown .search-dropdown {
  display: block; }

.search-shown .header-item-search {
  background: #24a323; }

.search-dropdown .form-element {
  padding-right: 40px;
  position: relative; }

.search-dropdown .form-element a {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  background: #4c5b68; }

.search-dropdown .icon {
  width: 24px;
  height: 24px;
  margin: 8px 0 0 8px; }

.menu-secondary-wrapper {
  max-width: 1400px;
  padding-top: 20px;
  padding-right: 20px;
  -webkit-transition: max-width 0.35s ease-out, height 0s linear 0.35s;
  -moz-transition: max-width 0.35s ease-out, height 0s linear 0.35s;
  -o-transition: max-width 0.35s ease-out, height 0s linear 0.35s;
  -ms-transition: max-width 0.35s ease-out, height 0s linear 0.35s;
  transition: max-width 0.35s ease-out, height 0s linear 0.35s; }

.menu-wrapper.fixed .menu-container.scrolled .menu-secondary-wrapper {
  max-width: 0;
  height: 0;
  /* otherwise invisble menu will no let clicks through at the top of page */ }

.menu-secondary {
  margin-left: 280px; }

.menu-secondary, .menu-secondary-wrapped {
  background: #4c5b68;
  background: rgba(76, 91, 104, 0.95); }

.menu-secondary ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  height: 40px; }

.menu-secondary li {
  display: inline-block;
  padding: 0; }

.menu-secondary > ul > li > a, .menu-secondary-wrapped a {
  color: #FFF;
  display: block;
  font-size: 14px;
  line-height: 1.2em;
  padding: 12px 16px;
  text-transform: uppercase;
  text-decoration: none; }

.menu-secondary > ul > li > a {
  height: 40px;
  white-space: nowrap; }

.menu-secondary a {
  visibility: hidden; }

.menu-secondary.fitted a {
  visibility: visible; }

.menu-secondary .si-menu-arrow-down {
  vertical-align: baseline; }

.menu-secondary li.wrapped {
  display: none; }

.menu-secondary-wrapped {
  position: absolute; }

.menu-secondary li a {
  -webkit-transition: all 0.35s ease-out;
  -moz-transition: all 0.35s ease-out;
  -o-transition: all 0.35s ease-out;
  -ms-transition: all 0.35s ease-out;
  transition: all 0.35s ease-out; }

.menu-secondary li a:hover {
  background: #3d4b5a; }

.menu-secondary .active,
.menu-secondary-more.active .menu-secondary-wrapped,
.menu-secondary-more.active .menu-secondary-more-link {
  background: #374454; }

.menu-secondary-wrapped a.active {
  color: #34b233; }

