/* 2019 Redesign */
.full-width-banner-container .landing-page.full-banner {
    background: #ffffff url("/assets/images/home/landing_bkgnd.png") repeat-x;
    padding-top: 66px;
}
.full-width-banner-container .gallery-block {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    padding: 3rem;
}
.full-width-banner-container .gallery-block a p {
    color: #505050 !important;
}
.gallery .headline, .gallery h4, .gallery p {
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    user-select: none;
}
.full-width-banner-container .landing-page.full-banner .gallery {
    margin: 0 auto;
    padding: 0 25px 356px;
    min-height: 960px;
    background-color: #F8F8F8;
    background-image: linear-gradient(#F8F8F8, #FFFFFF);
}
.full-width-banner-container .landing-page.full-banner .gallery .headline {
    padding-top: 46px;
    font-family: proxima-nova-alt, sans-serif;
    font-size: 3.7rem;
    line-height: 37px;
    color: #ED1B2F;
}
.full-width-banner-container .landing-page.full-banner .gallery-block {
    top: 125px;
    background-color: white;
    padding-top: 220px;
    width: 300px;
    height: 480px;
}
.full-width-banner-container .landing-page.full-banner .gallery .headline ~ .gallery-block {
    top: 42px;
}
.full-width-banner-container .landing-page.full-banner .gallery-block:not(:last-child) {
    margin-right: 10px;
}
.full-width-banner-container .landing-page.full-banner h4 {
    color: #ffffff;
    font-size: 45px;
    padding-top: 95px;
}

.full-width-banner-container .landing-page.full-banner .details {
    display: none;
}
.full-width-banner-container .landing-page.full-banner .gallery-block .details {
    display: block;
}
.full-width-banner-container .landing-page.full-banner .gallery-block p {
    font-weight: 600;
    font-size: 2.1rem;
    margin-bottom: 20px;
    color: rgba(51,51,51,.8) !important;
}
.full-width-banner-container .landing-page.full-banner .gallery-block h4 {
    color: #ED1B2F;
    padding-top: 32px;
    padding-bottom: 22px;
    font-size: 27px;
}
.full-width-banner-container .landing-page.full-banner a {
    color: rgba(51,51,51,.8) !important;
    font-weight: 500;
}
.full-width-banner-container .landing-page.full-banner a:hover {
    text-decoration: underline !important;
}

@media screen and ( max-width: 674px ) {


  .full-width-banner-container .landing-page.full-banner .gallery {
    padding: 0;
    min-height: 736px;
  }

    .full-width-banner-container .landing-page.full-banner#full-support-panel-1 .gallery {
      min-height: 900px;
    }

  .full-width-banner-container .file-source .landing-page.full-banner .gallery > .gallery-block {
    width: 100%;
    height: auto;
    padding: 0;
    margin-top: 16px;
  }
  .full-banner .gallery-block.shadow {
    box-shadow: none;
  }

  .full-width-banner-container .file-source .landing-page.full-banner .gallery > .gallery-block:first-of-type {
    margin-top: 0px;
  }
  .full-width-banner-container .landing-page.full-banner .gallery-block h4 {
      color: #FFF;
      text-shadow: 0px 3px 4px rgba(0,0,0,0.3), 0px 2px 2px rgba(0,0,0,0.2);
      text-transform:capitalize;
      font-weight: 600;
      font-size: 40px !important;
  }
  .full-width-banner-container .landing-page.full-banner .gallery-block .details {
    overflow: hidden;
    transition: 0.22s ease all;
    height: 0;
    max-height: 0;
    background: transparent;
    opacity: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
  }
  .full-width-banner-container .landing-page.full-banner .gallery-block p:not(.dropdown) {
    margin-bottom: 0;
    margin-top: 45px;
  }

  .full-width-banner-container .landing-page.full-banner:not(#full-support-panel-1) .gallery-block p:first-child::after {
    content: "|";
    display: inline-block;
    opacity: 0.7;
    margin-left: 6px;
    margin-right: 6px;
    transform: scaleY(1.4) translateY(-1px);
  }

  .full-width-banner-container .landing-page.full-banner .gallery-block a {
    text-decoration: underline;
    text-transform: uppercase;
  }


  .full-width-banner-container .landing-page.full-banner .expanded.gallery-block .details {
    height: 120px;
    max-height: 120px;
    background: linear-gradient(to bottom, rgba(255,255,255,0.8), white);
    opacity: 1.0;
    box-shadow: inset 0 4px 8px rgba(0, 0, 0, 0.2);
  }

  #full-support-panel-1 .details .reveal, #full-support-panel-1 .details p + span {
    margin-top: 36px;
  }


}

/* ================================================================================ */
/* Select a Meter */
/* ================================================================================ */
#select-meter-panel-1 #gas-block {
    background: #ffffff url("/assets/images/home/gas.png") no-repeat top center;
    background-size: 300px 220px;
}
#select-meter-panel-1 #liquid-block {
    background: #ffffff url("/assets/images/home/liquid.png") top center no-repeat;
    background-size: 300px 220px;
}
#select-meter-panel-1 #steam-block {
    background: #ffffff url("/assets/images/home/steam.png") top center no-repeat;
    background-size: 300px 220px;
}
#select-meter-panel-1 #other-block {
    background: #ffffff url("/assets/images/home/other.png") top center no-repeat;
    background-size: 300px 220px;
}

@media screen and ( max-width: 674px ) {
  #new_body {
    min-width: 100%;
  }
  .full-banner .gallery.row:first-child {
    box-shadow: inset 0 1px 8px rgba(0,0,0,0.2);
  }
  .full-width-banner-container .container.masthead {
    margin-bottom: -20px;
  }

  #select-meter-panel-1 .gallery  #gas-block,
  #select-meter-panel-1 .gallery  #liquid-block,
  #select-meter-panel-1 .gallery  #steam-block,
  #select-meter-panel-1 .gallery  #other-block {
    background-size: cover;
    background-position: center;
  }
  .full-width-banner-container .landing-page.full-banner {
    background: transparent;
    padding-top: 0;
    border-top: 1px solid #CCC;

  }

  .full-width-banner-container .landing-page.full-banner .gallery .headline {
    margin-bottom: -20px;
    padding-top: 32px;
    font-size: calc( 20px + 2vw );
  }
  #body .container.full-width-banner-container .masthead {
    margin-top: 20px !important;
  }
  #body .full-width-banner-container .masthead nav.mobile {
    margin-bottom: 0 !important;
  }
}

/* ================================================================================ */
/* Full Support */
/* ================================================================================ */

span.live-help-text-link,
#full-support-panel-1 #consult-block .reveal {
    cursor : pointer;
    font-size:2.1rem;
    color: rgba(51,51,51,0.8);
}
#full-support-panel-1 #consult-block .dropdown {
    opacity: 0.0;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -ms-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
    transition: all 500ms ease-in-out;
}
#full-support-panel-1 #consult-block .reveal:hover .dropdown, #full-support-panel-1 #consult-block .reveal.expanded .dropdown {
    opacity: 0.8;
}

#full-support-panel-1 #consult-block {
    background: #ffffff url("/assets/images/home/landing-consult.png") top center no-repeat;
    background-size: 300px 220px;
}
#full-support-panel-1 #specify-block {
    background: #ffffff url("/assets/images/home/landing-specify.png") top center no-repeat;
    background-size: 300px 220px;
}
#full-support-panel-1 #deliver-block {
    background: #ffffff url("/assets/images/home/landing-deliver.png") top center no-repeat;
    background-size: 300px 220px;
}
#full-support-panel-1 #support-block {
    background: #ffffff url("/assets/images/home/landing-support.png") top center no-repeat;
    background-size: 300px 220px;
}
span.live-help-text-link:hover {
    cursor: pointer;
    text-decoration: underline;
}

#full-support-panel-1 .gallery ~ h3 {
  width: 100%;
  margin-top: -260px;
  color: rgb(18, 52, 86);
  font-weight: 500;
  font-size: 2rem;
  text-align: center;
}
#full-support-panel-1 .gallery ~ h3 + a {
  width: 100%;
}

#full-support-panel-1 .gallery ~ a .cta {
  margin: 0 auto;
  margin-bottom: 110px;
  margin-top: 30px;
  background-color: rgb(47, 137, 252);
  background-image: linear-gradient(rgba(255, 255, 255, 0.17) 0%, rgba(0, 0, 0, 0.17) 100%);
  border-radius: 9px;
  box-shadow: rgb(79, 169, 252) 0px 2px 5px 0px inset, rgba(0, 0, 33, 0.2) 0px 2px 5px 0px;
  font-size: 20px;
  height: 48px;
  letter-spacing: 0.1px;
  line-height: 30px;
  text-shadow: rgba(0, 0, 23, 0.2) 0px 1px 1px;
  color: white;
  min-width: 260px;

  
}

#full-support-panel-1 .gallery ~ a:active, #full-support-panel-1 .gallery ~ a:hover {
  text-decoration: none !important;
}

#full-support-panel-1 .gallery ~ a:active .cta, #full-support-panel-1 .gallery ~ a:hover .cta {
  background-color: #39F;
  text-shadow: 0 2px 2px rgba(0,20,155,0.5);

}

@media screen and ( max-width: 674px ) {
  #full-support-panel-1 #consult-block,
  #full-support-panel-1 #specify-block,
  #full-support-panel-1 #deliver-block,
  #full-support-panel-1 #support-block {
  background-size: cover;
  background-position: center;
  }

  #full-support-panel-1 #consult-block .details,
  #full-support-panel-1 #specify-block .details,
  #full-support-panel-1 #deliver-block .details,
  #full-support-panel-1 #support-block .details {

    flex-direction: column;
    justify-content: flex-start;

  }
  #full-support-panel-1 #consult-block.expanded .details,
  #full-support-panel-1 #specify-block.expanded .details,
  #full-support-panel-1 #deliver-block.expanded .details,
  #full-support-panel-1 #support-block.expanded .details {
    height: 260px;
    max-height: 260px;
  }

}

@media screen and ( max-width: 767px ) and ( min-width: 680px ){
  .full-width-banner-container .landing-page.full-banner .gallery-block h4 {
    font-size: 27px !important;
    font-weight: 500;
  }
}


@media screen and ( min-width: 680px ) and ( max-width: 1023px ) {
  #new_body .full-banner .gallery.row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
  }
  .full-banner .gallery.row .headline {
    min-width: 100%;
  }
  #new_body .full-banner .gallery.row .gallery-block {
    padding-left: 0;
    padding-right: 0;
    background-size: contain !important;
    padding-top: calc(80px + 14vw);
    width: calc(50% - 40px);
    height: 480px;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 30px;
  }
  #new_body .full-banner .gallery.row .gallery-block p,
  #new_body .full-banner .gallery.row .gallery-block h4 {
    background-color: white;
    margin: 0;
  }
  #new_body .full-banner .gallery.row .gallery-block h4 {
    padding-bottom: calc(1em - .5vw);
    padding-top: calc(1.5em + .5vw);
  }
  #new_body .full-banner .gallery.row .gallery-block p  {
    padding: .5em;
  }

}



@media screen and ( min-width: 1024px ) and ( max-width: 1279px ) {


  .full-banner .gallery-row {
    text-align: center;
    padding-left: 4vw;

  }
  .full-width-banner-container .landing-page.full-banner .gallery-block {
    width: calc( 25% - 20px);
    height: 480px;
    padding-left: 1rem;
    padding-right: 1rem;
  }


}
