.bold {
  font-family: "HelveticaNeueLT Com 85 Hv", Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.normal {
  font-family: "HelveticaNeueLT Com 65 Md", Helvetica, Arial, sans-serif;
}
.light {
  font-family: "HelveticaNeueLT Com 45 Lt", Helvetica, Arial, sans-serif;
  font-weight: 300;
}
#layout-header {
  padding: 78px 0 0 0;
}
#layout-header a:hover {
  text-decoration: none;
}
#layout-header .shazam {
  position: absolute;
  z-index: -1000;
}
#layout-header .energize-logo {
  float: left;
}
#layout-header .rightside {
  display: inline-block;
  float: right;
  text-align: right;
}
#layout-header .rightside .pse-logo {
  margin-right: 20px;
}
#search-area {
  margin: 4px 0;
}
#search-area .search-form button[type="submit"] {
  background-color: #006A72;
  border: none;
  height: 29px;
  margin-top: 2px;
  color: white;
  font-size: 0.8em;
}
.widget-main-nav {
  background-color: #616365;
}
.widget-main-nav nav {
  height: 25px;
  clear: both;
  padding: 3px 5px;
}
.widget-main-nav ul {
  margin: 0;
  padding: 0;
  font-size: 14px;
  line-height: 1.5em;
}
.widget-main-nav ul li {
  font-family: "HelveticaNeueLT Com 85 Hv", Helvetica, Arial, sans-serif;
  font-weight: bold;
  position: relative;
  top: -3px;
  left: -5px;
  float: left;
  list-style: none;
  height: 25px;
  padding: 1px 15px 0 15px;
}
.widget-main-nav ul li:hover {
  background-color: #5bbbb7;
}
.widget-main-nav ul li.last {
  margin-right: 0;
}
.widget-main-nav ul li a {
  color: white;
  text-transform: uppercase;
}
.widget-main-nav ul .dropdown > ul {
  display: none;
  position: absolute;
  top: 25px;
  left: 0;
  z-index: 10000;
  background-color: #5bbbb7;
  border-top: 2px solid white;
}
.widget-main-nav ul .dropdown > ul li {
  float: none;
  position: static;
  padding: 0;
  margin: 0;
  height: auto;
}
.widget-main-nav ul .dropdown > ul li a {
  display: block;
  color: white;
  padding: 4px 10px;
  text-transform: none;
  line-height: 1.1em;
}
.widget-main-nav ul .dropdown > ul li:hover a {
  color: #156570;
}
.widget-main-nav ul .dropdown > ul li:last-child a {
  padding-bottom: 8px;
}
.widget-main-nav ul .dropdown:hover > ul {
  display: block;
}
@media (max-width: 1020px) {
  .energize-logo {
    width: 220px;
    margin-top: 13px;
  }
  #layout-header {
    padding: 20px 0 0 0;
  }
  .widget-main-nav {
    display: none;
    margin: 0 auto;
  }
  .widget-main-nav nav {
    height: auto;
  }
  .widget-main-nav ul li {
    float: none;
    position: static;
    height: auto;
  }
  .widget-main-nav ul li:hover {
    background-color: #616365;
  }
  .widget-main-nav ul .dropdown > ul {
    position: static;
    display: block;
    z-index: 1;
    border: none;
  }
  .widget-main-nav ul .dropdown > ul li {
    background-color: #616365;
  }
  .widget-main-nav ul .dropdown > ul li:hover a {
    color: white;
  }
  .widget-main-nav ul .dropdown:hover > ul {
    display: block;
  }
}
@media (max-width: 550px) {
  .pse-logo {
    float: left!important;
  }
}
