.hero-home {
  -webkit-font-smoothing: auto !important;
  background: url("/assets/images/1081/hero-background.jpg") top center no-repeat;
  height: 435px; }
  .hero-home .hero-wrapper {
    margin: 100px 0 0 110px;
    max-width: 100%;
    overflow: hidden;
    padding: 0;
    width: 700px; }
    @media screen and (max-width: 480px) {
      .hero-home .hero-wrapper {
        margin: 0;
        padding: 30px 20px; } }
  .hero-home .hero-title {
    color: #053a59;
    font-family: 'Open Sans', sans-serif;
    font-size: 19px;
    font-weight: bold;
    margin: 0;
    text-align: center;
    text-transform: uppercase; }
    .hero-home .hero-title span {
      border-right: 2px solid #053a59;
      padding: 0 15px; }
      .hero-home .hero-title span:first-child {
        padding-left: 0; }
      .hero-home .hero-title span:last-child {
        border: none;
        padding-right: 0; }
      @media screen and (max-width: 480px) {
        .hero-home .hero-title span {
          display: block;
          padding: 0;
          border: none; } }
  .hero-home .hero-sub {
    color: #053a59;
    font-family: 'Open Sans', sans-serif;
    font-size: 64px;
    font-weight: bold;
    line-height: 1em;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: none; }
  .hero-home .hero-form {
    background-color: rgba(5, 58, 89, 0.2);
    border-radius: 20px;
    padding: 10px; }
    .hero-home .hero-form h3 {
      color: #fff;
      font-family: 'Open Sans', sans-serif;
      font-size: 25px;
      font-weight: 600;
      text-align: center; }
    .hero-home .hero-form form {
      background-color: rgba(255, 255, 255, 0.4);
      margin: 0;
      position: relative; }
    .hero-home .hero-form input[type="text"] {
      background-color: rgba(255, 255, 255, 0.5);
      border: 2px solid #fff;
      border-radius: 10px;
      color: #053a59;
      float: left;
      font-family: 'Open Sans', sans-serif;
      font-size: 26px;
      font-weight: normal;
      height: 55px;
      padding: 0 20px;
      text-align: center;
      width: 160px;
      margin-right: 20px; }
      @media screen and (max-width: 480px) {
        .hero-home .hero-form input[type="text"] {
          display: block;
          width: 100%;
          margin: 0 0 10px 0; } }
    .hero-home .hero-form .fancy-select-placeholder {
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      transition: all 300ms;
      color: #053a59;
      line-height: 55px;
      padding: 0 20px;
      position: absolute;
      left: 0;
      top: 0;
      margin-right: 20px;
      overflow: hidden;
      opacity: 1;
      width: 100%;
      z-index: 5;
      text-transform: capitalize; }
      .hero-home .hero-form .fancy-select-placeholder .hamburger {
        -webkit-transition: all 300ms;
        -moz-transition: all 300ms;
        transition: all 300ms;
        display: block;
        position: absolute;
        width: 30px;
        height: 20px;
        top: 15px;
        right: 20px;
        opacity: 1; }
        .hero-home .hero-form .fancy-select-placeholder .hamburger span {
          display: block;
          width: 100%;
          height: 4px;
          background-color: #053a59;
          margin-bottom: 4px; }
          .hero-home .hero-form .fancy-select-placeholder .hamburger span:last-child {
            margin: none; }
      .hero-home .hero-form .fancy-select-placeholder:hover {
        cursor: pointer; }
      .hero-home .hero-form .fancy-select-placeholder.has-selection {
        color: #053a59; }
    .hero-home .hero-form .fancy-select-options {
      -webkit-transition: all 300ms;
      -moz-transition: all 300ms;
      transition: all 300ms;
      border: 2px solid #fff;
      background-color: transparent;
      border-radius: 10px;
      height: 55px;
      left: -2px;
      list-style-type: none;
      margin: 0;
      opacity: 0;
      padding: 0;
      padding: 20px;
      position: absolute;
      top: 0;
      width: 220px;
      z-index: 0; }
      @media screen and (max-width: 480px) {
        .hero-home .hero-form .fancy-select-options {
          width: 100%; } }
      .hero-home .hero-form .fancy-select-options li {
        -webkit-transition: all 100ms;
        -moz-transition: all 100ms;
        transition: all 100ms;
        color: #fff;
        padding-left: 32px;
        position: relative;
        font-size: 24px;
        opacity: 0.5;
        height: 33px;
        line-height: 33px; }
        .hero-home .hero-form .fancy-select-options li:hover {
          cursor: pointer;
          opacity: 1; }
      .hero-home .hero-form .fancy-select-options li:first-child {
        -webkit-transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        transition: all 300ms ease;
        left: 20px;
        background: url("/assets/images/1081/icon-house.png") left center no-repeat;
        margin-bottom: 5px; }
      .hero-home .hero-form .fancy-select-options li:last-child {
        -webkit-transition: all 450ms ease;
        -moz-transition: all 450ms ease;
        transition: all 450ms ease;
        background: url("/assets/images/1081/icon-business.png") left center no-repeat;
        left: 40px; }
    .hero-home .hero-form .fancy-select-container {
      background-color: rgba(255, 255, 255, 0.5);
      border-radius: 10px;
      border: 2px solid #fff;
      color: #053a59;
      float: left;
      font-family: 'Open Sans', sans-serif;
      font-size: 26px;
      font-weight: normal;
      height: 55px;
      position: relative;
      width: 220px;
      overflow: hidden; }
      @media screen and (max-width: 480px) {
        .hero-home .hero-form .fancy-select-container {
          width: 100%; } }
      .hero-home .hero-form .fancy-select-container.is-open {
        overflow: visible; }
        .hero-home .hero-form .fancy-select-container.is-open .fancy-select-placeholder {
          text-indent: -100%;
          opacity: 0;
          z-index: 0; }
          .hero-home .hero-form .fancy-select-container.is-open .fancy-select-placeholder .hamburger {
            right: 40px;
            opacity: 0; }
        .hero-home .hero-form .fancy-select-container.is-open .fancy-select-options {
          opacity: 1;
          background-color: #053a59;
          color: #fff;
          top: -35px;
          height: 120px;
          z-index: 5; }
          .hero-home .hero-form .fancy-select-container.is-open .fancy-select-options li {
            left: 0; }
    .hero-home .hero-form button {
      font-size: 22px;
      height: 55px;
      line-height: 55px;
      margin: 0 0 0 20px;
      padding: 0 20px; }
      @media screen and (max-width: 480px) {
        .hero-home .hero-form button {
          margin: 10px 0 0 0; } }
    .hero-home .hero-form .error {
      text-align: center;
      width: 600px; }

.price-drop-banner {
  font-family: 'Open Sans', sans-serif;
  font-size: 30px;
  letter-spacing: -0.05em;
  padding: 15px 0; }
  .price-drop-banner .left {
    background-image: none;
    color: #e1c8c8;
    height: auto;
    line-height: 1em;
    padding: 0; }
    .price-drop-banner .left strong {
      color: #fff;
      text-transform: uppercase; }
  .price-drop-banner .right {
    height: auto;
    line-height: 1em;
    padding: 0;
    text-transform: uppercase; }
    .price-drop-banner .right strong {
      color: #fff; }

/**
 * @author Greg Koscevic gkoscevic@redventures
 * @description: myaccount button mixin
 * @params:
 *
 *
 */
/**
 * mixin to center elements vertically
 * PARENT ELEMENT MUST BE POSITIONED RELATIVE
 *
 */
.need-help-wrapper {
  position: absolute;
  right: 0;
  z-index: 1000; }

.gn-menu-main {
  background: none;
  padding-top: 20px; }
  @media (min-width: 960px) {
    .gn-menu-main > li:first-child {
      margin-left: 5px; } }

.filter-panel {
  position: static;
  background: #073a59;
  overflow-y: inherit; }
  .filter-panel.open {
    width: 100%;
    padding: 20px; }
  .filter-panel .zip-form {
    float: none;
    width: 100%;
    margin: 0;
    height: 2.5em; }
  .filter-panel h2 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: normal; }
  .filter-panel .content-block {
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px; }
    .filter-panel .content-block.with-border {
      border-bottom: 1px solid #6a7f91; }
  .filter-panel .plan-count {
    font-weight: bold;
    font-size: 1.3em; }

.content-block span {
  display: block;
  font-size: 12px;
  letter-spacing: 1px;
  line-height: 1.8; }
  .content-block span.call-out {
    text-transform: uppercase; }
  .content-block span i {
    color: #2d9aa6;
    font-style: normal; }
.content-block select {
  float: left;
  width: 100%;
  outline: none;
  margin: 5px 0 0; }

.filter-panel-wrapper {
  padding: 0; }

.location-name {
  padding: 0; }

.location-citystate {
  color: #fff;
  font-size: 22px;
  margin-bottom: 5px; }

.change-loc {
  color: #6a7f91;
  text-decoration: none !important;
  font-size: 12px; }
  .change-loc:hover {
    color: #fff; }

.zip-search {
  width: 100%;
  height: auto; }
  .zip-search .searchfield {
    width: 70%;
    border: 0; }
  .zip-search .btn {
    width: 29%;
    border: 0; }
  .zip-search a.change-loc {
    float: none; }

#filter-select {
  padding: 0;
  margin: 0; }
  #filter-select .title {
    font-size: 14px;
    text-transform: uppercase;
    border-bottom: 1px solid #6a7f91;
    margin-bottom: 10px; }
  #filter-select .filter-options {
    color: rgba(255, 255, 255, 0.9);
    font-size: 14px;
    letter-spacing: 1px;
    width: 100%;
    margin: 10px 0 0; }

span.quote-title {
  font-size: 16px;
  margin-bottom: 20px; }

.pull-quote {
  position: relative;
  font-size: 12px;
  font-style: italic;
  line-height: 2;
  letter-spacing: 1px;
  padding: 0 0 0 20px;
  margin: 0 0 30px; }
  .pull-quote cite {
    display: block;
    margin-top: 20px; }
    .pull-quote cite span {
      font-size: 10px;
      font-style: normal; }
      .pull-quote cite span.quote-author {
        font-size: 14px; }
  .pull-quote:before {
    position: absolute;
    top: -10px;
    left: -10px;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1;
    content: '\201c'; }
  .pull-quote:after {
    position: absolute;
    bottom: 22px;
    right: -18px;
    font-size: 64px;
    font-style: normal;
    font-weight: 300;
    color: rgba(255, 255, 255, 0.3);
    line-height: 1;
    content: '\201d'; }

@media (min-width: 768px) {
  .grid-list-view .grid-term {
    font-size: .8em; } }
.ie8 .grid-list-view .grid-term, .ie7 .grid-list-view .grid-term {
  font-size: .8em; }
@media (min-width: 960px) {
  .grid-list-view .grid-term {
    font-size: 1.1em; } }
.ie8 .grid-list-view .grid-term, .ie7 .grid-list-view .grid-term {
  font-size: 1.1em; }

@media (min-width: 768px) {
  .gn-menu-main {
    font-size: 10px; } }
.ie8 .gn-menu-main, .ie7 .gn-menu-main {
  font-size: 10px; }
@media (min-width: 960px) {
  .gn-menu-main {
    font-size: 13px; } }
.ie8 .gn-menu-main, .ie7 .gn-menu-main {
  font-size: 13px; }

@media (min-width: 768px) {
  .business-energy select {
    width: 100%; } }
.ie8 .business-energy select, .ie7 .business-energy select {
  width: 100%; }
@media (min-width: 960px) {
  .business-energy select {
    width: 100%; } }
.ie8 .business-energy select, .ie7 .business-energy select {
  width: 100%; }

@media (min-width: 768px) {
  #businessLeadForm .contact-form-wrapper label {
    font-size: .7em;
    padding-left: 0; } }
.ie8 #businessLeadForm .contact-form-wrapper label, .ie7 #businessLeadForm .contact-form-wrapper label {
  font-size: .7em;
  padding-left: 0; }
@media (min-width: 960px) {
  #businessLeadForm .contact-form-wrapper label {
    font-size: 1.0em;
    padding-left: 18px; } }
.ie8 #businessLeadForm .contact-form-wrapper label, .ie7 #businessLeadForm .contact-form-wrapper label {
  font-size: 1.0em;
  padding-left: 18px; }

#businessLeadForm fieldset input[type="submit"] {
  padding: 4px 0 3px; }

@media (min-width: 768px) {
  ul.biz-lead-value-points {
    font-size: 12px; } }
.ie8 ul.biz-lead-value-points, .ie7 ul.biz-lead-value-points {
  font-size: 12px; }
@media (min-width: 960px) {
  ul.biz-lead-value-points {
    font-size: 16px; } }
.ie8 ul.biz-lead-value-points, .ie7 ul.biz-lead-value-points {
  font-size: 16px; }

@media (min-width: 768px) {
  .business-lead-phone {
    font-size: 1em; } }
.ie8 .business-lead-phone, .ie7 .business-lead-phone {
  font-size: 1em; }
@media (min-width: 960px) {
  .business-lead-phone {
    font-size: 1.5em; } }
.ie8 .business-lead-phone, .ie7 .business-lead-phone {
  font-size: 1.5em; }

@media screen and (max-width: 480px) {
  html, body {
    max-width: 100%; } }
input[type="text"]::-webkit-input-placeholder {
  /* WebKit browsers */
  color: rgba(5, 58, 89, 0.5); }
input[type="text"]:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: rgba(5, 58, 89, 0.5); }
input[type="text"]::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: rgba(5, 58, 89, 0.5); }
input[type="text"]:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: rgba(5, 58, 89, 0.5); }
