/* Local fixes: stars header, homepage layout, Projects dropdown */

#nav-wrap {
  overflow: visible !important;
}

/* Projects flyout dropdown */
.wsite-menu-item-wrap {
  position: relative;
}

.wsite-menu-wrap {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 320px;
  z-index: 1000;
  padding-top: 4px;
}

.wsite-menu-item-wrap:hover > .wsite-menu-wrap,
.wsite-menu-item-wrap:focus-within > .wsite-menu-wrap {
  display: block !important;
}

.wsite-menu-wrap .wsite-menu {
  background: #fff;
  border: 1px solid #ddd;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
  list-style: none;
  margin: 0;
  padding: 0;
}

.wsite-menu-wrap .wsite-menu-subitem {
  display: block;
  padding: 10px 14px;
  color: #373737 !important;
  font: 600 13px "Open Sans", sans-serif;
  text-transform: none;
  white-space: normal;
  float: none;
  margin: 0;
  border-bottom: none !important;
}

.wsite-menu-wrap .wsite-menu-subitem:hover {
  color: #6d8c5f !important;
  background: #f5f5f5;
}

.wsite-menu-wrap .wsite-menu-title {
  display: block;
}

/* Stars / dark header background */
.top-background.wsite-background.wsite-custom-background {
  background-color: #000 !important;
  background-image: url("../uploads/3/7/3/2/37325123/background-images/360066427.png") !important;
  background-repeat: no-repeat !important;
  background-size: auto 88% !important;
  background-position: 72% 62% !important;
  height: 260px !important;
}

.header-align-outer {
  height: 245px !important;
  padding-bottom: 10px !important;
}

/* Homepage: white content area below black star header */
body.wsite-page-index {
  background: #fff;
}

body.wsite-page-index #main-wrap {
  background: #fff !important;
}

body.wsite-page-index #total-wrapper {
  background: #fff;
}
