header {
  position: relative;
  z-index: 2;
  margin-bottom: -50px;
}
header.diff-header{
  z-index: 0;
  margin-bottom: 0;
}
#logo {
  width: 131px;
  float: left;
}
#logo a, #logo a:hover, header a {
  border: none !important;
  background-color: transparent;
}
#center-header {
  float: left;
  margin: 35px -25px 0 0;
}
#search-bar .form-inline .form-item-search {/*
  flex: 1; */
}
#search-bar .form-inline .form-item-search .control-label {
  /* display: none; */
}
#search-bar input#edit-search::-webkit-input-placeholder {
color: #004445; text-align: center; font-weight: 900;}
#search-bar input#edit-search:-ms-input-placeholder {
color: #004445; text-align: center; font-weight: 900;}
#search-bar input#edit-search::-moz-placeholder {
color: #004445; opacity: 1; text-align: center; font-weight: 900;}
#search-bar input#edit-search::placeholder {
color: #004445; text-align: center; font-weight: 900;}
#search-bar input#edit-search:placeholder-shown {
color: #004445; text-align: center; font-weight: 900;}


#search-bar .form-inline .form-item-search #edit-search {
  position: relative;
  left: -24px;
  width: 972px;
  max-width: none;
  border: 2px solid #004445;
  height: 57px;
  font-size: 30px;
}
button#edit-submit-acquia-search {
  font-size: 0;
  background: transparent;
  border: none;
  position: relative;
  left: -75px;
  margin-right: -75px;
  display: inline-block;
}
button#edit-submit-acquia-search span {
  font-size: 25px;
  color: #004445;
}
#edit-reset {
  display: none;
}
#search-bar .form-inline .form-item-search .form-control{
  border-radius: 0;
  width: inherit;
}
.big-nav {
  z-index: 10;
}
/* fix /documents page form over expanded menu */
.input-group .form-control {
  z-index: 1;
}
.nav > li > a:hover, .nav > li > a:focus {
  background-color: #18252a;
}
.nav > li > a {
  padding: 0px 8px;
  text-transform: uppercase;
  color: #004445;
}
.nav > li > a:hover {
  border: 0 !important
}
#top-links-language {
  display: flex;
  height: 22px;
}
#top-links-language .menu.nav.top-links {
  display: flex;
}
#top-links-language .menu--top-links.nav li {
  display: inline-block;
  font-size: 15px;
}
#top-links-language #block-languageswitcher .links {
  margin: 0 0 0 70px;
  padding: 0;
}
#top-links-language #block-languageswitcher .links li {
  display: inline-block;
  list-style: none;
  margin-top: 0px;
  padding: 0px 20px;
}
#top-links-language #block-languageswitcher .links li a {
  font-size: 12px;
  text-transform: uppercase;
  color: #004445;
  text-decoration: none;
}
#top-links-language #block-languageswitcher .links li.ar a {
  font-size: 16px;
}
#main-menu {
  width: 57px;
  float: left;
  margin-top: 57px;
}

.city-alert {
  display: none;
  position: relative;
  z-index: 1;
}
.city-alert.active {
  display: block;
  padding: 10px 10px 10px 131px;
  position: relative;
}
.city-alert.active article {
  display: flex;
}
.city-alert.active p {
  padding-left: .5em;
}
.city-alert.active .close-alert-btn {
  position: absolute;
  top: .25em;
  right: 1em;
  color: #fff;
  font-size: 1.5em;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.city-alert.low {
  background-color: #008e40;
  color: #fff;
}
.city-alert.medium {
  background-color: #fbad00;
  color: #000;
}
.city-alert.high {
  background-color: #d72929;
  color: #fff;
}

/* Removes Search label for languages */
#views-exposed-form-acquia-search-page .form--inline .form-item > label.control-label {
  display: none;
}
#views-exposed-form-acquia-search-page .input-group-addon{
  display: none;
}

@media (min-width: 576px) {
  .path-frontpage .active-hero .main-container {
    margin-top: 22vw;
  }
/* Department pages with hero image */
.active-hero .hero-inner {
  top: 0;
  position: fixed;
  margin-bottom: 0;
  left: 0;
  right: 0; /*
  -webkit-transform: translateZ(0); */
}
/* Addressing Chrome "position:fixed" bug - noticed on older Macs and MS Surface Book */
.active-hero .hero-inner:not(*:root) {
    position: absolute;
}
.active-hero .main-container {
  background: rgba(255, 255, 255, 1);
  position: relative;
  margin-bottom: 80px;
  margin-top: 22vw;
}
.path-frontpage .active-hero .main-container {
  position: relative;
  margin-bottom: 0;
  padding-bottom: 80px;
}
.active-hero .page-header {
  margin-bottom: 0px;
}
.active-hero #logo img {
  display: none;
}
.active-hero .logo {
  width: 131px;
  height: 151px;
  background: url(../../logo-white.png) no-repeat -3px 0px;
  display: block;
}
.active-hero .nav > li > a {
  color: #fff;
}
.active-hero .nav > li > a:hover {
  background: #18252a;
}
.active-hero #top-links-language #block-languageswitcher .links li a {
  color: #fff;
}
.active-hero #search-bar .form-inline .form-item-search #edit-search {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}
.active-hero button#edit-submit-acquia-search span {
  color: #fff;
}
.active-hero .hero-inner .overlay {
  height: 160px;
  width: 1920px;
  position: absolute;
  z-index: 1;
  top: 0;
  left: calc(50% - 960px);
  background: -moz-linear-gradient(top, rgba(0,0,0,.9) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(0,0,0,.9) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(0,0,0,.9) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6000000', endColorstr='#00000000',GradientType=0 ); /* IE6-9 */
}

.active-hero #search-bar input#edit-search::-webkit-input-placeholder {
color: #fff; text-align: center; font-weight: 900;}
.active-hero #search-bar input#edit-search:-ms-input-placeholder {
color: #fff; text-align: center; font-weight: 900;}
.active-hero #search-bar input#edit-search::-moz-placeholder {
color: #fff; opacity: 1; text-align: center; font-weight: 900;}
.active-hero #search-bar input#edit-search::placeholder {
color: #fff; text-align: center; font-weight: 900;}
.active-hero #search-bar input#edit-search:placeholder-shown {
color: #fff; text-align: center; font-weight: 900;}
}


@media (min-width: 992px) {
.path-frontpage .active-hero .main-container .region-content {
  margin-top: -270px;
}
.path-frontpage .active-hero .main-container {
  margin-top: 42vw;
}
}

@media (min-width: 1200px) {
/* Department pages with hero image */
.active-hero .main-container {
  margin-top: 440px;
  padding: 30px;
}
.path-frontpage .active-hero .main-container {
  margin-top: 45vw;
}
}
@media (min-width: 1900px) {
.path-frontpage .active-hero .main-container {
  margin-top: 890px;
  padding: 30px 0;
}
}

@media (max-width: 1200px) {
  .nav > li > a {
    padding: 0 5px;
  }
  #top-links-language #block-languageswitcher .links {
    margin: 0 0 0 20px;
  }
  #top-links-language #block-languageswitcher .links li {
    padding: 0 5px;
  }
  #center-header {
    width: 776px;
  }
  #search-bar .form-inline .form-item-search #edit-search {
    width: 771px;
  }
}

@media (max-width: 992px) {
  #top-links-language {
    display: block;
    height: 45px;
  }
  .nav > li > a {
    padding: 0 10px;
  }
  .nav {
    text-align: center;
  }
  #top-links-language #block-languageswitcher .links {
    margin: 0;
    text-align: center;
  }
  #top-links-language #block-languageswitcher .links li {
    padding: 0 10px;
  }
  #center-header {
    width: 555px;
    margin: 12px -25px 0 0;
  }
  #search-bar .form-inline .form-item-search #edit-search {
    width: 550px;
  }
}

@media (max-width: 768px) {
#top-links-language {
  display: block;
  height: 45px;
}
.nav > li > a {
  padding: 0 10px;
}
.nav {
  text-align: center;
}
#top-links-language #block-languageswitcher .links {
  margin: 0;
  text-align: center;
}
#top-links-language #block-languageswitcher .links li {
  padding: 0 10px;
}
#center-header {
  width: calc(100% - 178px);
  margin: 12px -25px 0 0;
}
#search-bar .form-inline .form-item-search #edit-search {
  width: calc(100% - 3px);
}
#search-bar .form-inline .form-group {
  display: inline-block;
}
#search-bar .form--inline {
  height: 57px;
}
button#edit-submit-acquia-search {
  display: none;
}
#block-toplinks {
  display: none;
}
}

@media (max-width: 576px) {
  #top-links-language {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
  }
  #search-bar {
    margin-top: 45px;
   }
  .city-alert.active {
     padding: 10px;
     margin: 70px 0 0 0;
   }
}

@media (max-width: 480px) {
  header {
    height: 270px;
  }
  #logo {
  float: none;
  margin: 0 auto;
  }
  #center-header {
    width: 100%;
    margin: 0;
  }
  #search-bar .form-inline .form-item-search #edit-search {
    left: 0;
    width: 100%;
    margin-bottom: 20px;
  }
  #main-menu {
  float: none;
  position: fixed;
  right: 8px;
  margin-top: 8px;
 }
  #top-links-language {
   top: 170px;
 }
 .city-alert.active article {
   display: inherit;
 }
 .city-alert.active p {
   padding-left: 0;
 }
 .hero-inner {
   margin-top: 20px;
 }
 .page-node-type-web-apps header {
   height: 0px;
 }
 .page-node-type-web-apps #logo {
 float: left;
 margin: 0;
 }
}
