:root {
  --olive-drab: #76ad4b;
  --black: #333;
  --sky-blue: #28bad4;
  --lime-green: #6ec13d;
  --medium-sea-green: #35aa48;
  --steel-blue: #286ba6;
  --alice-blue: #eef7ff;
  --steel-blue-2: #286ba633;
  --lime-green-2: #6fce37;
  --dark-orange: #f48c40;
  --midnight-blue: #003463;
  --sky-blue-2: #28bad4;
  --pale-turquoise: #a5f6fa;
}

.header-wrapper {
  z-index: 2000;
  height: 89px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.header-top-image {
  width: 100%;
  height: 50px;
  position: absolute;
  bottom: -105px;
  left: 0;
  right: 0;
}

.navbar {
  background-color: #fff;
  padding-top: 19px;
  padding-bottom: 0;
}

.logo {
  width: 126px;
}

.nav-link {
  color: #6b6b6b;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f3f3f3;
  border-radius: 3px;
  margin-left: 4px;
  padding: 5px 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1em;
  line-height: 1.4em;
  transition: background-color .2s, color .2s;
}

.nav-link:hover {
  color: #000;
  background-color: #e0e0e0;
}

.nav-link.w--current {
  color: #fff;
  background-color: #f48c40;
}

.hero-section {
  color: #fff;
  background-color: #76ad4b;
  border-bottom: 40px solid #fff;
  height: auto;
  padding-top: 0;
  position: relative;
}

.hero-section.home-hero {
  background-image: linear-gradient(135deg, #ffffffb8, #ffffff3b), url('../images/temp_47073553.jpg');
  background-position: 0 0, 50% 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  overflow: hidden;
}

.hero-section.subpage {
  background-image: linear-gradient(135deg, #286ba6c4, #286ba6d9), linear-gradient(#0003, #0003), url('../images/powerlinesbg_reduced.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
  padding-top: 220px;
  padding-bottom: 154px;
}

.hero-section.subpage.services {
  background-image: linear-gradient(135deg, #286ba6c4, #286ba6d9), linear-gradient(#0003, #0003), url('../images/temp_43562994.jpg');
  background-position: 0 0, 0 0, 0 0;
  background-size: auto, auto, cover;
}

.hero-section.subpage.contact {
  background-image: linear-gradient(135deg, #286ba6c4, #286ba6d9), linear-gradient(#0003, #0003), url('../images/contactusimage.jpg');
  background-position: 0 0, 0 0, 50%;
  background-size: auto, auto, cover;
}

.hero-slide-containter {
  z-index: 20000;
  padding-bottom: 144px;
  position: relative;
}

.hero-slide-containter.centered {
  text-align: center;
  padding-bottom: 0;
}

.hero-slide-containter.centered.subpages {
  margin-top: -16px;
}

.hero-slide-title {
  z-index: 30;
  width: 70%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 45px;
  position: relative;
}

.hero-slide-title.intro-title {
  color: #76ad4b;
  margin-bottom: 10px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.hero-slide-title.intro-title.dark-intro-title {
  color: #28bad4;
  font-size: 22px;
}

.hero-slide-title.intro-title.centered {
  color: #a7cc8b;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-slide-title.dark {
  color: #28bad4;
  text-shadow: 1px 1px 6px #00000008;
  font-size: 51px;
  font-weight: 300;
  line-height: 52px;
}

.hero-slide-title.subpage-title {
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.hero-slide-title.subpage-title.contact-us {
  color: #fff;
  margin-top: 4px;
  font-size: 30px;
}

.text--book-title {
  z-index: 2000;
  color: #333;
  margin-top: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.3em;
  line-height: 1.4em;
  position: relative;
}

.hero-image-container {
  position: relative;
}

.header-bottom {
  z-index: 10;
  width: 100%;
  height: 70px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.section {
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

.section.home-intro {
  color: #fff;
  background-color: #28bad4;
  padding-top: 45px;
  padding-bottom: 30px;
  overflow: visible;
}

.section.bottom-footer {
  padding-top: 45px;
  padding-bottom: 5px;
}

.section.intro {
  padding-top: 0;
  overflow: visible;
}

.section.intro.additional-padding {
  padding-top: 92px;
}

.section.tint {
  background-color: #edf2f3b3;
  overflow: visible;
}

.container {
  position: relative;
}

.link {
  color: #f48c40;
  text-decoration: none;
  transition: all .2s;
}

.link:hover {
  color: #28bad4;
}

.link.green {
  color: #6ec13d;
}

.link.hero {
  text-shadow: 1px 1px 6px #eef7ff;
  font-weight: 700;
}

.link.hero:hover {
  color: #28bad4;
}

.large-cta-title {
  text-transform: uppercase;
  width: 60%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 41px;
}

.profile-cta-image {
  z-index: 20;
  border: 4px solid #fff;
  height: 305px;
  position: absolute;
  top: -175px;
  right: 88px;
}

.button {
  color: #28bad4;
  background-color: #28bad4;
  border-radius: 4px;
  margin-top: 10px;
  padding: 14px 25px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
  transition: background-color .2s, background-position .2s;
}

.button:hover {
  color: #fff;
  background-color: #22adc5;
}

.button.large-cta-button {
  z-index: 30;
  color: #eef7ff;
  background-color: #f48c40;
  background-image: url('../images/arrowright.png');
  background-position: 79%;
  background-repeat: no-repeat;
  background-size: 11px;
  border-radius: 3px;
  width: 240px;
  padding-top: 12px;
  padding-bottom: 13px;
  padding-right: 45px;
  font-weight: 400;
  display: block;
  position: absolute;
  bottom: -6px;
  right: 190px;
  box-shadow: 1px 1px 3px #0003, inset 0 -3px #0000001a;
}

.button.large-cta-button:hover {
  background-position: 87%;
  box-shadow: 8px 8px 23px #0003, inset 0 -3px #0000001a;
}

.button.white {
  color: #286ba6;
  background-color: #fff;
  border: 1px solid #286ba6;
  margin-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  font-size: 1.3em;
}

.button.white:hover {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.footer-text-block-left {
  float: left;
}

.footer-social-block-right {
  float: right;
}

.footer-image {
  background-image: linear-gradient(#28bad4de, #28bad4de), url('../images/footer.jpg');
  background-position: 0 0, 50% 75%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  height: 260px;
  position: relative;
}

.footer-link {
  color: #b1b1b1;
  margin-right: 12px;
  font-family: Source Sans Pro, sans-serif;
  font-size: .9em;
  line-height: 1.4em;
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover {
  color: #333;
  text-decoration: underline;
}

.footer-paragraph {
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: .8em;
  line-height: 1.4em;
}

.footer-social-button {
  text-align: center;
  background-color: #5a679b;
  border-radius: 4px;
  width: 60px;
  height: 60px;
  margin-left: 5px;
  padding-top: 16px;
  box-shadow: inset 0 -3px #0003;
}

.footer-social-button:hover {
  background-color: #6b7dc2;
}

.footer-social-button.twitter {
  background-color: #28bad4;
}

.footer-social-button.twitter:hover {
  background-color: #36cee9;
}

.footer-social-button.linkedin {
  background-color: #0077b5;
}

.footer-social-button.linkedin:hover {
  background-color: #27b5ff;
}

.footer-social-icon {
  height: 20px;
}

.div-block--home-icon-and-text {
  width: 80%;
  display: flex;
}

.div-block--home-icon {
  background-color: #f48c40;
  border-radius: 4px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-right: 20px;
  display: flex;
}

.image--home-icons {
  height: 30px;
}

.image--home-icons.large {
  height: 36px;
}

.small-tips-title {
  margin-top: 4px;
  margin-bottom: 16px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.4em;
  font-weight: 600;
  line-height: 1.4em;
}

.paragraph {
  margin-top: 3px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.1em;
  line-height: 1.4em;
}

.paragraph.welcome {
  width: 62%;
  margin-bottom: 34px;
  font-size: 1.1em;
  font-weight: 400;
}

.paragraph.contact {
  margin-bottom: 0;
}

.footer-top-image {
  width: 100%;
  height: 55px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.slide-1 {
  background-image: linear-gradient(135deg, #fff 30%, #286ba633), url('../images/glass1.jpg');
  background-position: 0 0, -22% 155px;
  background-size: auto, cover;
  padding-top: 236px;
  padding-bottom: 150px;
}

.slider {
  height: auto;
  margin-bottom: -44px;
}

.slide-2 {
  background-image: linear-gradient(135deg, #fff 30%, #286ba633), url('../images/Glass_Guru_8_Hudson.jpg');
  background-position: 0 0, 50% 171px;
  background-size: auto, cover;
  padding-top: 236px;
  padding-bottom: 150px;
}

.arrow {
  display: none;
}

.geen-bold {
  color: #35aa48;
}

.heading-1 {
  margin-top: 0;
  font-family: Source Sans Pro, sans-serif;
}

.small-content-wrapper {
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-title-wrapper {
  margin-bottom: 30px;
}

.section-title {
  color: #686868;
  text-align: center;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 1.7em;
  font-weight: 600;
  line-height: 1.2em;
}

.image--bulb {
  border: 8px solid #fff;
  border-radius: 150px;
  width: 160px;
  height: 160px;
  margin: -121px auto 30px;
  display: block;
  position: relative;
  box-shadow: 1px 1px 13px #0000001a;
}

.image--bulb.thermo-radiator-valve {
  z-index: 20;
  float: left;
  margin-bottom: 0;
}

.image--bulb.steam-traps {
  float: right;
  margin-bottom: 0;
}

.image--bulb.boiler-tune-ups {
  float: left;
  margin-bottom: 0;
}

.image--bulb.boiler-controls {
  float: right;
  margin-bottom: 0;
}

.image--bulb.master-venting {
  float: left;
  margin-bottom: 0;
}

.column--right {
  justify-content: flex-end;
  display: flex;
}

.section--contact {
  background-color: #286ba6;
  margin-bottom: 80px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.div-block--contact-button {
  justify-content: flex-end;
  display: flex;
}

.map {
  border-radius: 6px;
  box-shadow: 1px 1px 13px silver;
}

.div-block--80 {
  width: 80%;
}

.div-block--contact-icon-and-text {
  align-items: flex-start;
  margin-bottom: 15px;
  display: flex;
}

.div-block--icon {
  width: 20px;
  margin-right: 16px;
}

.image--contact-icon {
  height: 25px;
  margin-top: 3px;
}

.slide-nav {
  display: none;
}

html.w-mod-js [data-ix="fade-in-on-load"] {
  opacity: 0;
  transform: translate(-10px);
}

html.w-mod-js [data-ix="fade-in-on-load-2"] {
  opacity: 0;
  transform: translate(10px);
}

html.w-mod-js [data-ix="fade-in-on-load-3"] {
  opacity: 0;
  transform: translate(0, 11px);
}

@media screen and (max-width: 991px) {
  .header-top-image {
    bottom: -90px;
  }

  .navbar {
    padding-top: 15px;
  }

  .nav-link {
    background-color: #fff;
  }

  .nav-link.w--current {
    color: #f48c40;
    background-color: #fff;
  }

  .hero-slide-containter.centered.subpages {
    z-index: 500;
  }

  .hero-slide-title.intro-title.dark-intro-title {
    font-size: 18px;
  }

  .hero-slide-title.dark {
    font-size: 38px;
    line-height: 31px;
  }

  .hero-slide-title.subpage-title {
    font-size: 38px;
  }

  .hero-slide-title.subpage-title.contact-us {
    font-size: 26px;
  }

  .section.home-intro {
    padding-top: 34px;
    padding-bottom: 23px;
  }

  .large-cta-title {
    width: 70%;
    font-size: 30px;
  }

  .profile-cta-image {
    height: 245px;
    top: -98px;
    right: 64px;
  }

  .button.large-cta-button {
    bottom: -7px;
    right: 79px;
  }

  .button.white {
    font-size: 1.2em;
  }

  .menu.w--open {
    background-color: #f48c40;
  }

  .nav-menu {
    background-color: #fff;
    padding-bottom: 20px;
  }

  .slide-1 {
    background-position: 0 0, 0 121px;
    padding-top: 204px;
    padding-bottom: 100px;
  }

  .slide-2 {
    background-position: 0 0, 50% 80px;
    padding-top: 204px;
    padding-bottom: 100px;
  }

  .arrow {
    display: none;
  }

  .column--centered {
    justify-content: center;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 15px;
  }

  .hero-section.home-hero {
    padding-top: 190px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slide-containter {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-slide-title.intro-title.dark-intro-title {
    margin-bottom: 2px;
  }

  .hero-slide-title.dark {
    font-size: 26px;
  }

  .hero-slide-title.subpage-title {
    font-size: 26px;
    line-height: 31px;
  }

  .hero-slide-title.subpage-title.contact-us {
    text-align: center;
    font-size: 36px;
  }

  .text--book-title {
    font-size: 1.1em;
  }

  .section {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container {
    padding-left: 10px;
    padding-right: 10px;
  }

  .large-cta-title {
    width: 50%;
    font-size: 26px;
    line-height: 30px;
  }

  .profile-cta-image {
    height: 258px;
    top: -99px;
    right: 20px;
  }

  .button.large-cta-button {
    bottom: -7px;
    right: 57px;
  }

  .div-block--home-icon-and-text {
    width: 100%;
    margin-bottom: 20px;
    margin-left: -10px;
  }

  .paragraph.welcome {
    width: 55%;
    font-size: 1em;
  }

  .slide-1 {
    padding-bottom: 40px;
  }

  .slide-2 {
    background-position: 0 0, 93% 100px;
    padding-bottom: 40px;
  }

  .heading-1 {
    font-size: 30px;
  }

  .small-content-wrapper {
    width: 95%;
  }

  .column--right {
    justify-content: flex-start;
  }

  .div-block--contact-button {
    justify-content: center;
    padding-top: 20px;
  }

  .div-block--80.bottom-padding {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 479px) {
  .header-top-image {
    bottom: -99px;
  }

  .hero-section.home-hero {
    padding-top: 190px;
  }

  .hero-slide-title.dark {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

  .hero-slide-title.subpage-title {
    font-size: 24px;
    line-height: 31px;
  }

  .hero-slide-title.subpage-title.contact-us {
    font-size: 29px;
  }

  .profile-call-to-action {
    margin-top: 9px;
  }

  .large-cta-title {
    width: 100%;
    font-size: 24px;
    line-height: 28px;
  }

  .profile-cta-image {
    border-width: 4px;
    height: 141px;
    top: -136px;
    right: -5px;
  }

  .button.large-cta-button {
    position: static;
    bottom: -52px;
    right: 78px;
  }

  .button.white {
    font-size: 1em;
  }

  .footer-social-block-right {
    float: left;
  }

  .footer-social-button {
    width: 40px;
    height: 40px;
    margin-left: 0;
    margin-right: 5px;
    padding-top: 8px;
  }

  .div-block--home-icon-and-text {
    margin-left: -10px;
  }

  .paragraph.welcome {
    width: 100%;
  }

  .slide-1 {
    background-position: 0 0, -200px 108px;
  }

  .slide-2 {
    background-position: 0 0, 94% 98px;
  }

  .heading-1 {
    font-size: 26px;
  }
}


