@font-face {
  font-family: "Fa 400";
  src: url('../fonts/fa-regular-400.woff2') format("woff2"), url('../fonts/fa-regular-400.eot') format("embedded-opentype"), url('../fonts/fa-regular-400.woff') format("woff"), url('../fonts/fa-regular-400.ttf') format("truetype"), url('../fonts/fa-regular-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa brands 400";
  src: url('../fonts/fa-brands-400.woff2') format("woff2"), url('../fonts/fa-brands-400.eot') format("embedded-opentype"), url('../fonts/fa-brands-400.woff') format("woff"), url('../fonts/fa-brands-400.ttf') format("truetype"), url('../fonts/fa-brands-400.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: "Fa solid 900";
  src: url('../fonts/fa-solid-900.woff2') format("woff2"), url('../fonts/fa-solid-900.eot') format("embedded-opentype"), url('../fonts/fa-solid-900.woff') format("woff"), url('../fonts/fa-solid-900.ttf') format("truetype"), url('../fonts/fa-solid-900.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Fontawesome webfont;
  src: url('../fonts/fontawesome-webfont.eot') format("embedded-opentype"), url('../fonts/fontawesome-webfont.woff') format("woff"), url('../fonts/fontawesome-webfont.ttf') format("truetype"), url('../fonts/fontawesome-webfont.svg') format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: Nicejob;
  src: url('../fonts/nicejob.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

:root {
  --primary-bg: #a75400;
  --copy: #3e4651;
  --action-4: #00c0ff;
  --action-2: black;
  --primary: #07889b;
  --base-quiet: #f3f5fb;
  --base: #e7e9ef;
  --base-loud: #c5ccd4;
  --gray: #737b85;
  --slate-quiet: #505a67;
  --slate: #3e4651;
  --slate-loud: #323942;
  --secondary: #66b9bf;
  --tertiary: #eeaa7b;
  --action: #e37222;
  --light: #f7f7f7;
  --dark: #323942;
  --text-light: #9098a2;
  --50: #32394280;
  --primary-2: #13c0d7;
  --secondary-2: #a1d6e2;
  --tertiary-2: #bcbabe;
  --red: #ff6463;
  --royal-blue: #1e72d1;
  --cornflower-blue: #61abff;
  --action-3: #ff7b00;
}

h1 {
  color: #333;
  text-align: left;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Arvo, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #3e4651;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

h3 {
  color: #333;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Arvo, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Arvo, sans-serif;
  font-size: 26px;
  font-weight: 300;
  line-height: 26px;
}

h5 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
}

h6 {
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 300;
  line-height: 17px;
}

p {
  color: #3e4651;
  margin-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.2em;
}

a {
  color: var(--primary-bg);
  padding-left: 16px;
  padding-right: 16px;
  font-family: Merriweather, serif;
  font-weight: 400;
  text-decoration: none;
}

a:hover {
  opacity: .7;
}

a.w--current {
  color: #ff6463;
}

li {
  color: #3e4651;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 1.2em;
}

img {
  max-width: 100%;
  display: inline-block;
}

.page-title {
  color: var(--copy);
  text-align: right;
  margin-top: 35px;
  margin-bottom: 0;
  font-family: Archivo Narrow, sans-serif;
  font-size: 28px;
  font-weight: 600;
}

.icon {
  color: var(--copy);
  font-family: Fontawesome webfont, sans-serif;
  font-weight: 400;
}

.icon.primary {
  color: #07889b;
}

.icon.stars {
  color: #eebc20;
  font-size: 20px;
}

.icon.muted {
  color: #323942;
  font-size: 17px;
}

.icon.icon-write-review {
  margin-left: 3px;
}

.icon.service-link-dark {
  color: #fff;
  position: relative;
  top: 2px;
  left: 5px;
}

.nav-item {
  padding: 9px;
  font-family: Merriweather, serif;
  font-size: 14px;
  font-weight: 400;
}

.nav-item:hover {
  opacity: 1;
  color: #3e4651;
  background-color: #f3f5fb;
  border-radius: 4px;
  padding-left: 9px;
  padding-right: 9px;
}

.nav-item.w--current {
  color: #3e4651;
}

.nav-item.margin {
  margin-right: 3px;
  font-family: Merriweather, serif;
  font-size: 14px;
}

.nav-item.dropdown {
  font-size: 14px;
}

.nav-dropdown {
  padding: 9px;
  font-weight: 400;
}

.nav-dropdown:hover {
  background-color: #f3f5fb;
  border-radius: 4px;
}

.cta-buttons {
  display: inline-block;
}

.cta-phone {
  color: #323942;
  background-color: #f3f5fb;
  border: 1px solid #0000004d;
  border-radius: 4px;
  margin-right: 9px;
  padding: 8px 9px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  transition: background-color .2s;
}

.cta-phone:hover {
  background-color: #fff;
}

.cta-web {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #000;
  border: 1px solid #000;
  width: 150px;
  padding: 8px 9px;
  font-family: Raleway;
  font-size: 15px;
  font-weight: 300;
  transition: opacity .2s;
  display: inline-block;
}

.cta-web:hover {
  opacity: .9;
  color: #fff;
}

.cta-web.cta-header-mobile {
  border-color: #000;
}

.cta-web.nj-lead {
  color: #fff;
  border-radius: 4px;
  font-family: Open Sans, sans-serif;
}

.cta-web.nj-lead.vdark {
  float: right;
  clear: both;
  color: #fff;
  background-color: #28588e;
  border-style: none;
  border-color: #ffffff4d;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 9px;
  padding-bottom: 9px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  display: block;
}

.cta-web.nj-lead.vdark.cta-package {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 18px;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
}

.cta-web.nj-lead.v2 {
  color: #fff;
  border-style: none;
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nav-dropdown-list {
  background-color: #fff;
  border: 1px solid #c5ccd4;
  border-radius: 4px;
}

.nav-dropdown-item-text {
  color: #13c0d7;
  margin: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
}

.nav-dropdown-item-text:hover {
  opacity: 1;
  background-color: #f3f5fb;
  border-radius: 3px;
}

.hero {
  height: 480px;
  position: relative;
}

.hero.home-page {
  background-image: linear-gradient(#f57c00a8, #000000a8), url('../images/long-beach-ms-appliance-repair-services.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 500px;
  margin-bottom: 0;
  padding-bottom: 2.5%;
  display: flex;
}

.hero.hero-mask-home {
  background-image: linear-gradient(#00b4a599, #00b4a599), url('../images/A-home-in-Sparta-NJ-with-immaculately-clean-windows.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero.roof-cleaning {
  background-image: url('../images/roof-cleaning-in-birmingham-hero.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
  margin-bottom: 85px;
}

.hero-text-box {
  text-align: center;
  background-color: #32394280;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 16px;
  padding-left: 20px;
  padding-right: 20px;
  display: inline-block;
  position: relative;
  top: 100px;
  overflow: hidden;
}

.box-review-1 {
  text-align: center;
}

.quote {
  opacity: .32;
  color: #737b85;
  text-align: center;
  font-family: Fontawesome;
  font-size: 36px;
  font-weight: 700;
  line-height: 42px;
}

.quote.light {
  color: #fff;
}

.lead-big {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 32px;
}

.lead-big.light {
  color: #f3f5fb;
}

.author {
  color: #13c0d7;
  font-family: Nothing You Could Do;
  font-size: 26px;
}

.author.light {
  color: #eeaa7b;
}

.review-citation {
  margin-bottom: 10px;
  line-height: 37px;
}

.review-citation.light {
  color: #f3f5fb;
}

.img-bullets-1.rounded {
  border-radius: 4px;
}

.img-bullets-1.circle {
  box-shadow: none;
  border: 1px solid #c5ccd4;
  border-radius: 1000px;
}

.img-bullets-1.round {
  border: 1px solid #c5ccd4;
  border-radius: 400px;
}

.section {
  border-bottom: 1px solid #e7e9ef;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.bg-base-light {
  background-color: #f3f5fb;
  border-bottom-width: 1px;
}

.section.nj-page {
  background-color: var(--primary-bg);
  border-top: 1px solid #e7e9ef;
  border-bottom-style: none;
  padding-top: 60px;
}

.section.nj-page.large-bottom-padding {
  padding-bottom: 185px;
}

.section.padding-small {
  padding-top: 20px;
  padding-bottom: 20px;
}

.section.z {
  background-color: var(--primary-bg);
  border-bottom: 1px solid #e7e9ef;
  padding-top: 45px;
  padding-bottom: 20px;
}

.section.extra-padding-bottom {
  padding-bottom: 180px;
}

.map {
  border-radius: 4px;
  max-height: 200px;
  margin-top: 20px;
  margin-right: 20px;
  padding-right: 20px;
}

.feature-icon {
  max-height: 150px;
  margin-bottom: 10px;
  font-family: Fontawesome;
  font-size: 42px;
  line-height: 44px;
}

.feature-icon.primary {
  color: #74ba59;
}

.feature-icon.quiet.light {
  color: #e7e9ef;
}

.feature-icon.circle {
  border-radius: 2000px;
}

.box-projects-1 {
  text-align: center;
  border-radius: 2px;
  padding: 0 10px 20px;
}

.box-projects-1.bg-base-quiet {
  background-color: #f3f5fb;
}

.box-projects-1.bg-primary {
  background-color: #3e94e0;
}

.box-projects-1.bg-success {
  background-color: #74ba59;
}

.text.white {
  color: #fff;
}

.text.quiet {
  color: #505a67;
}

.text.quiet.light {
  color: #e7e9ef;
}

.text.align-center {
  text-align: center;
}

.text.loud {
  color: #323942;
  font-weight: 700;
}

.text.services-grid-title {
  color: #323942;
  margin-top: 8px;
  margin-bottom: 8px;
  padding-left: 8px;
  font-size: 18px;
  font-weight: 300;
}

.text.hero-title-emphasis {
  color: #f7b733;
  font-style: italic;
}

.text.caps {
  text-transform: uppercase;
}

.text.primary {
  color: #07889b;
}

.text.light {
  color: #737b85;
}

.text.service-grid-heading {
  margin-bottom: 30px;
}

.table-projects-1 {
  margin-bottom: 20px;
}

.lead {
  color: #3c4450;
  margin-bottom: 0;
  font-family: Merriweather, serif;
  font-size: 18px;
  line-height: 26px;
}

.lead.c.tl.margin {
  color: #9098a2;
  margin-bottom: 20px;
}

.header {
  background-color: #fff;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: fixed;
  box-shadow: 1px 1px 3px #0000003b;
}

.nav-block {
  background-color: #fff;
  padding-top: 5px;
  padding-bottom: 10px;
}

.brand {
  transition: opacity .2s;
}

.brand:hover {
  opacity: .8;
}

.brand.w--current {
  width: 350px;
}

.table-review-accolades-1 {
  margin-left: 0;
  margin-right: 0;
}

.table-review-accolades-1.headline-inline {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.table-review-accolades-1.headline-inline.headline-width {
  width: 600px;
}

.table-cell.headline-image {
  width: 150px;
}

.table-cell.headline-text {
  margin-left: 20px;
}

.service-grid {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: block;
}

.service-grid.margin {
  margin-bottom: 0;
}

.service-grid-item {
  cursor: pointer;
  border: 1px solid #fff;
  border-radius: 2px;
  margin-left: auto;
  margin-right: auto;
  transition: transform .2s, box-shadow .2s;
  display: block;
}

.service-grid-item:hover {
  box-shadow: none;
  opacity: 1;
  border-color: #afb5bd;
  transition: transform .2s, box-shadow .2s;
  transform: translate(0, -2px);
}

.address {
  color: #3e4651;
  font-size: 16px;
  font-style: normal;
  line-height: 26px;
}

.img-service-grid {
  width: 100%;
}

.nav-cta-buttons-block {
  float: right;
  display: inline-block;
}

.center {
  text-align: center;
}

.center.margin-bottom-regular {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 300;
  line-height: 34px;
}

.center.padded-top {
  padding-top: 45px;
}

.margin-none {
  text-align: center;
  margin: 0 0 40px;
  font-family: Rubik, sans-serif;
  font-size: 48px;
  font-weight: 300;
  line-height: 34px;
}

.margin-none.white {
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.footer {
  background-color: #f3f5fb;
  border-top: 1px solid #e7e9ef;
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer-brand {
  max-width: 400px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: block;
}

.footer-social-icons {
  margin-left: 10px;
  margin-right: 10px;
  display: inline-block;
}

.footer-social {
  margin-bottom: 20px;
  display: none;
}

.hatch-logo {
  margin-left: 5px;
  display: inline-block;
  position: relative;
  top: -3px;
}

.footer-copyright {
  font-family: Merriweather, serif;
  font-size: 14px;
  display: inline-block;
}

.review-slider {
  background-color: #f3f5fb;
  height: 250px;
}

.slider-icon {
  color: #c5ccd4;
}

.review-slider-content {
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.plain-link {
  color: #3e4651;
  font-family: Merriweather, serif;
}

._404 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.button {
  background-color: #1e72d1;
  border: 1px #12549e;
  border-radius: 4px;
}

.button.white {
  color: #3e4651;
  background-color: #0000;
}

.button.white.nj-review {
  border: 2px solid var(--action-4);
  color: var(--action-2);
  background-color: #fff;
  border-radius: 2px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Merriweather, serif;
  font-size: 22px;
  box-shadow: 1px 1px 8px #0000003b;
}

.button.right {
  float: right;
  color: #323942;
  background-color: #f3f5fb;
  border-color: #1e72d1;
  font-family: Poppins, sans-serif;
}

.split-banner-content-footer {
  text-align: center;
  background-color: #f3f5fb;
  background-image: none;
  border-top: 1px solid #e7e9ef;
  border-bottom: 1px solid #e7e9ef;
  width: 100%;
  position: absolute;
  bottom: 0;
}

.split-banner-write-review {
  padding-top: 4px;
  padding-bottom: 6px;
  display: inline-block;
}

.split-banner-social-links {
  display: inline-block;
}

.split-banner-social-links.facebook {
  margin-left: 12px;
  position: relative;
  top: 5px;
}

.split-banner-social-links.twitter {
  margin-left: 6px;
  position: relative;
  top: 12px;
}

.h-lead {
  color: #d33026;
}

.img-projects-1 {
  max-height: 400px;
}

.img-projects-1.framed {
  border: 1px solid #e7e9ef;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 3px;
}

.container-800 {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-960 {
  max-width: 960px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.address-line {
  font-family: Poppins, sans-serif;
  line-height: 24px;
}

.hero-text-title {
  color: #fff;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.hero-overlay-section {
  margin-top: -100px;
  display: block;
}

.hero-overlay-section.bg-base-light {
  background-color: #f3f5fb;
}

.hero-overlay-container {
  z-index: 10;
  background-color: #fff;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 30px;
  display: block;
  position: relative;
}

.move.padding-bottom-small {
  padding-bottom: 20px;
}

.logo-footer {
  width: 225px;
}

.logo-header {
  width: 225px;
  height: 150px;
  padding-top: 0;
}

.links.white {
  color: #fff;
}

.bg.padding-md {
  padding-top: 40px;
  padding-bottom: 40px;
}

.bg.l.padding-md {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.p {
  background-color: #13c0d7;
}

.l {
  background-color: #f7f7f7;
}

.d {
  background-color: #323942;
}

.tp {
  color: #13c0d7;
}

.tw {
  color: #fff;
}

.tw.c.social-margin {
  margin-top: 10px;
  font-family: Rubik, sans-serif;
  font-size: 19px;
}

.tl {
  color: #9098a2;
}

.e {
  color: #13c0d7;
  font-weight: 600;
}

.g {
  font-size: 28px;
  line-height: 30px;
}

.c {
  text-align: center;
}

.c.margin {
  margin-bottom: 30px;
}

.text-box {
  text-align: left;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-box._1 {
  text-align: center;
  background-color: #323942cc;
  border-radius: 4px;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px 10px;
  display: inline-block;
}

.text-box._1.position-1 {
  background-color: #0000;
  border-radius: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  max-width: 1050px;
  padding: 20px 45px;
  display: flex;
  position: relative;
  bottom: 0;
}

.text-box.right {
  text-align: right;
}

.pad-reg {
  padding-top: 50px;
  padding-bottom: 50px;
}

.pad-max {
  background-image: url('../images/subtle_grunge.png');
  background-position: 0 0;
  background-size: 200px;
  padding-top: 80px;
  padding-bottom: 80px;
}

.pad-max.p {
  background-color: #ff7b00;
}

.pad-max.grey {
  background-color: #f4f4f4;
}

.pad-max.grey.centered {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.pad-max.extra-bottom-padding {
  padding-bottom: 180px;
}

.btm {
  border-bottom: 1px solid #c5ccd4;
}

.award-1 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.project-2 {
  display: inline-block;
}

.project-2.bg-img-1 {
  background-image: url('../images/House-windows-being-cleaned-with-water-fed-pole.jpg');
  background-position: 0 0;
  background-size: cover;
}

.project-2.bg-img-2 {
  background-image: url('../images/House-in-Castle-Rock-with-super-clean-windows.jpg');
  background-position: 0 0;
  background-size: cover;
}

.project-2.bg-img-3 {
  background-image: url('../images/Window-being-cleaned-with-water-fed-pole.jpg');
  background-position: 0 0;
  background-size: cover;
}

.project-2.bg-img-4 {
  background-image: url('../images/Home-in-Castle-Rock-CO-getting-windows-cleaned.jpg');
  background-position: 0 0;
  background-size: cover;
}

.img-project-2 {
  opacity: 0;
  transition: opacity .3s linear;
}

.img-project-2:hover {
  opacity: 1;
  transform: none;
}

.b-review {
  padding-top: 90px;
  padding-bottom: 90px;
}

.b-review.feature-2b {
  filter: saturate(200%);
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.b-review.feature-2b._2 {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/reviews-for-electric-medics.jpg');
  padding-top: 60px;
  padding-bottom: 60px;
}

.b-review.feature-2b._3 {
  background-image: linear-gradient(#000000a8, #000000a8), url('../images/electrician-reviews-in-mission-viejo.jpg');
}

.b-review.light-blue {
  background-color: #e1f5fe;
}

.b-review.light-green {
  background-color: #fff;
}

.overlay {
  z-index: 1;
  background-color: #323942cc;
  height: 480px;
  position: relative;
}

.img-owner-2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.owner {
  background-image: linear-gradient(#00000080, #00000080), url('../images/Eric-Ehlers-of-Super-Clean-Windows.jpg');
  background-position: 0 0, 100%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
}

.owner-box-2 {
  margin-top: 7%;
  margin-right: 12%;
}

.img-social-2 {
  max-width: 40px;
  height: 40px;
  max-height: 40px;
}

.social-2 {
  background-color: #3e4651;
  padding: 8px 35px;
}

.service-title-1-dark {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 8px;
}

.service-grid-heading {
  margin-bottom: 30px;
}

.b {
  font-weight: 600;
}

.stars {
  color: #eebc20;
  text-align: center;
  font-family: Fontawesome;
  font-size: 40px;
  line-height: 52px;
}

.table-accolade-1 {
  margin-bottom: 20px;
}

.border-left {
  border-left: 1px solid #c5ccd4;
  margin-left: 10px;
  padding-left: 10px;
}

.img-benefits-1 {
  opacity: 0;
  width: 120px;
  margin-bottom: 20px;
  transition: opacity .3s;
}

.img-benefits-1:hover {
  opacity: 1;
}

.box-benefits-1 {
  text-align: center;
  background-color: #fff;
  padding: 10px;
}

.img-benefit-1 {
  width: 120px;
  margin-bottom: 20px;
}

.box-benefit-1 {
  text-align: center;
}

.button-1 {
  color: #323942;
  background-color: #0000;
  border: 1px solid #323942;
  border-radius: 2px;
}

.framed {
  border: 1px solid #e7e9ef;
  border-radius: 3px;
  margin-bottom: 10px;
  padding: 3px;
}

.hide {
  display: none;
}

.btn-social-2 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-benefits {
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.copy-benefits {
  font-family: Poppins, sans-serif;
  font-size: 22px;
}

.header-hero {
  color: #fff;
  margin-bottom: 0;
  font-family: Archivo Narrow, sans-serif;
  font-size: 54px;
  font-weight: 700;
  line-height: 1.3em;
  text-decoration: underline;
}

.l-review-2 {
  color: var(--copy);
  text-align: center;
  margin-top: 20px;
  font-family: Merriweather, serif;
  font-size: 22px;
  text-decoration: underline;
  display: block;
}

.a-review-2 {
  text-align: center;
}

.review-copy {
  color: var(--copy);
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 26px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2em;
}

.h-cta-2 {
  color: var(--copy);
  margin-top: 8px;
  font-family: Poppins, sans-serif;
  font-size: 36px;
  font-weight: 700;
}

.header-contact {
  font-family: Poppins, sans-serif;
}

.box-cta {
  float: right;
}

.modal-mask {
  z-index: 10000;
  opacity: 0;
  background-color: #323942d6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: absolute;
}

.body {
  font-family: Lato, sans-serif;
  font-size: 18px;
  line-height: 1.8em;
}

.b-service {
  flex-flow: row;
  justify-content: space-around;
  display: flex;
}

.b-service.blue, .b-service.blue.reverse {
  background-color: var(--primary-bg);
}

.b-service.grey {
  background-color: #f4f4f4;
}

.b-service.grey.hide {
  display: none;
}

.b-service.reverse {
  flex-direction: row-reverse;
}

.copy-block {
  color: #ff7b00;
  flex: 1;
  align-items: center;
  max-width: 50%;
  padding: 90px 135px;
  display: flex;
}

.copy-block.white {
  padding: 90px 135px;
}

.photo-guarantee {
  background-image: url('../images/reliable-electrician-services-mission-viejo.png');
  background-position: 50% 27%;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
  justify-content: center;
  align-items: center;
  max-width: 50%;
  min-height: 500px;
  padding: 60px;
  display: flex;
}

.photo-guarantee._1 {
  background-image: url('../images/appliance-repair-services.jpg');
}

.photo-guarantee._2 {
  background-image: url('../images/air-conditoning-services.jpg');
}

.photo-guarantee._3 {
  background-image: url('../images/guaranteed-electrician-services.png');
}

.h5 {
  color: #333;
  text-align: left;
  margin-top: 1px;
  font-family: Poppins, sans-serif;
  font-weight: 700;
  line-height: 1.3em;
}

.h5.light {
  color: #fff;
  text-align: left;
  font-family: Poppins, sans-serif;
}

.h5.right {
  text-align: right;
  font-size: 28px;
}

.text-block {
  z-index: 0;
  color: #333;
  margin-bottom: 11px;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.text-block.light {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 22px;
}

.flex_item-50 {
  flex: 1;
  max-width: 50%;
}

.flex_item-50.centered {
  justify-content: center;
  align-items: center;
  padding: 50px auto;
  display: flex;
}

.flex_item-50.padding-100 {
  padding: 100px;
}

.flex_item-50.centered {
  justify-content: center;
  align-items: center;
  margin-left: -95px;
  padding: 0 auto;
  display: flex;
}

.flex_item-50.centered.padding-100 {
  margin-left: auto;
  padding-right: 100px;
}

.bullet__item {
  float: none;
  clear: both;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  line-height: 1.6em;
  display: flex;
}

.centered {
  text-align: center;
  font-family: Poppins, sans-serif;
}

.centered.red {
  color: var(--primary-bg);
  text-transform: uppercase;
  font-family: Archivo Narrow, sans-serif;
  font-size: 36px;
  font-weight: 800;
  line-height: 1.2em;
}

.review-name {
  color: var(--copy);
  text-transform: none;
  font-family: Merriweather, serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
}

.flex-services-grid {
  flex-wrap: wrap;
  place-content: space-around center;
  align-items: stretch;
  max-width: 960px;
  margin-top: 50px;
  display: flex;
}

.flex-grid-item-container {
  background-color: #fff;
  flex-direction: column;
  max-width: 360px;
  margin: 20px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.package-title {
  color: #fff;
  background-color: #323942;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
  position: relative;
}

.grid-image {
  min-width: 100%;
  min-height: 100%;
}

.div-block-3 {
  background-color: #1e72d1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  bottom: -20px;
}

.grid-heading {
  color: #163854;
  font-family: Poppins, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2em;
}

.grid-text-container {
  text-align: center;
  min-height: 200px;
  padding: 20px 40px 40px;
  line-height: 1.4em;
  position: relative;
}

.grid-square {
  max-width: 500px;
}

.grid-square-image {
  margin: 20px;
}

.bold-text-3 {
  color: #000;
  font-family: Poppins, sans-serif;
}

.link-block {
  margin-left: 6px;
}

.image-4 {
  padding-top: 6px;
  padding-bottom: 6px;
}

.column {
  align-items: center;
  display: flex;
}

.nj-review {
  color: #f3f5fb;
}

.nj-lead {
  color: #fff;
  text-transform: uppercase;
  background-color: #28588e;
  border-radius: 4px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.nj-lead.inline {
  color: #28588e;
  background-color: #0000;
  font-size: 28px;
  font-weight: 600;
}

.dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #e7e9ef;
  border-radius: 5px;
}

.dropdown-link {
  font-size: 14px;
  transition: background-color .2s, color .2s;
}

.dropdown-link:hover {
  color: #fff;
  background-color: #62b258;
}

.image-5 {
  border: 5px solid #ff7b00;
  border-radius: 100%;
  padding: 10px;
}

.html-embed {
  color: #5cc3f9;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-bottom: 10px;
  display: flex;
}

.bullet-text {
  color: #323942;
  text-align: left;
  margin-left: 10px;
  font-family: Poppins, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4em;
}

.white {
  color: #fff;
}

.div-block-10 {
  justify-content: center;
  margin-bottom: 30px;
  display: flex;
}

.star {
  max-height: 30px;
  margin-left: 4px;
  margin-right: 4px;
}

.grid_image_container {
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.text-block-8 {
  max-height: 15%;
}

.highlite {
  color: #61abff;
}

.slider {
  width: 100%;
  height: 100%;
}

.copy-service {
  font-family: Poppins, sans-serif;
  font-size: 22px;
}

.big-icon {
  color: #ff7b00;
  font-family: Nicejob, sans-serif;
  font-size: 128px;
}

.paragraph {
  max-width: 1050px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.copy-large {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 32px;
  display: block;
}

.spacer {
  height: 60px;
}

.row {
  display: block;
}

.column-2 {
  display: none;
}

.big-spacer {
  height: 165px;
}

.emphasis {
  color: #4fade9;
}

.screamer-parent {
  justify-content: center;
  align-items: center;
  display: flex;
}

.screamer-combo {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.screamer-logo {
  flex: none;
  height: 225px;
  margin-top: 20px;
  margin-left: 10px;
  margin-right: 10px;
}

.list-item {
  font-family: Poppins, sans-serif;
}

.link {
  color: #28588e;
}

.about-image {
  border-radius: 5px;
  width: 750px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.page-title-2 {
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 24px;
}

.page-title-2.sub {
  color: #333;
  text-align: right;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.ctas {
  float: right;
  display: inline-block;
}

.button-web-header {
  float: right;
  margin-bottom: 8px;
  margin-left: 5px;
  display: inline-block;
}

.button-2 {
  color: #3e4651;
  text-align: center;
  border-radius: 4px;
  padding: 7px 8px;
  font-size: 18px;
  font-weight: 300;
}

.button-2.nj-lead {
  color: #fff;
  background-color: #62b258;
  width: 141px;
  padding-bottom: 8px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  box-shadow: 1px 1px 8px #0000003b;
}

.button-2.nj-lead.green-cta {
  background-color: var(--action-4);
  color: var(--action-2);
  text-transform: none;
  border-radius: 2px;
  padding-bottom: 7px;
  font-family: Merriweather, serif;
  font-size: 14px;
}

.button-2.phone {
  color: #3e4651;
  background-color: #f3f5fb;
  border: 1px solid #62b258;
  width: 141px;
  padding-top: 6px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 15px;
  font-weight: 400;
  box-shadow: 1px 1px 8px #0000003b;
}

.button-2.phone.green-border {
  border-color: var(--action-4);
  color: var(--action-2);
  border-radius: 2px;
  font-family: Merriweather, serif;
  font-size: 13px;
}

.button-2.phone {
  color: #3e4651;
  background-color: #f3f5fb;
  border: 1px solid #03a9f4;
  width: 141px;
  padding-top: 6px;
  padding-bottom: 6px;
  font-size: 16px;
  font-weight: 400;
}

.button-2.nj-lead {
  color: #fff;
  background-color: #03a9f4;
  width: 141px;
  font-size: 15px;
  font-weight: 400;
}

.button-phone-header {
  float: right;
  display: inline-block;
}

.icon-menu {
  color: #607d8b;
  font-family: Fontawesome webfont, sans-serif;
}

.icon-menu.muted {
  color: var(--action-2);
}

.slim-copy {
  background-color: #fff;
  border-radius: 4px;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  padding: 45px;
  display: block;
  box-shadow: 1px 1px 8px #0000003b;
}

.subheader {
  margin-bottom: 10px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 44px;
  font-weight: 600;
  line-height: 1.2em;
}

.subheader.center, .subheader.white {
  font-family: Archivo Narrow, sans-serif;
  font-weight: 700;
}

.large-copy {
  color: #3e4651;
  text-align: center;
  font-family: Merriweather, serif;
  font-size: 20px;
  line-height: 1.2em;
}

.bullets {
  margin-bottom: 20px;
}

.bullet-copy {
  color: #fff;
  font-family: Merriweather, serif;
}

.b-cta {
  padding-top: 90px;
  padding-bottom: 90px;
}

.footer-link {
  color: var(--action-2);
  font-family: Merriweather, serif;
  font-size: 18px;
}

.nicejob-heading {
  color: #fff;
  text-align: center;
  font-family: Archivo Narrow, sans-serif;
  font-size: 72px;
  font-weight: 700;
}

.button-phone-stacked {
  margin-bottom: 8px;
  display: inline-block;
}

.button-web {
  display: inline-block;
}

.address-2 {
  margin-bottom: 10px;
  font-style: normal;
  line-height: 26px;
}

.container-fat {
  width: 95%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.white-link {
  color: #fff;
  font-family: Merriweather, serif;
  text-decoration: underline;
}

.contact-us-block {
  background-color: var(--primary-bg);
  padding-top: 90px;
  padding-bottom: 45px;
}

.address-line-2 {
  color: var(--copy);
  margin-top: 0;
  font-size: 18px;
  line-height: 22px;
}

.map-2 {
  border-radius: 2px;
  width: 40%;
  max-height: 250px;
  margin-left: 15px;
  margin-right: 15px;
}

.cities-list {
  flex-direction: column;
  flex: 1;
  padding-left: 0;
}

.contact-combo {
  flex: 1;
  display: flex;
}

.contact-info {
  flex-direction: column;
  flex: none;
  margin-left: 15px;
  margin-right: 15px;
  display: flex;
}

.contact-us-parent {
  background-color: #fff;
  border-radius: 3px;
  justify-content: flex-start;
  margin-top: -180px;
  padding: 45px;
  display: flex;
  box-shadow: 1px 1px 8px #0000003b;
}

.contact-us-heading {
  color: var(--copy);
  margin-bottom: 10px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1em;
}

.cities-rows {
  margin-left: -10px;
  margin-right: -10px;
}

.locations {
  flex: 1;
  margin-left: 15px;
  margin-right: 15px;
}

.lead-copy {
  color: #fff;
  font-family: Merriweather, serif;
  font-size: 24px;
  line-height: 32px;
}

.full-width {
  justify-content: center;
  width: 100%;
  display: flex;
}

.text-box-2 {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.subheader-2 {
  font-size: 36px;
}

.flex {
  background-color: var(--primary-bg);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 90px;
  padding-bottom: 90px;
  display: flex;
}

.grid-square-2 {
  max-width: 500px;
}

.grid-square-image-2 {
  border-radius: 25px;
  width: 200px;
  margin: 20px;
  box-shadow: 0 2px 8px #00000045;
}

.link-2 {
  color: var(--action-4);
}

.is-light-blue {
  color: #4fade9;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
}

.benefit {
  background-color: #fff;
  padding: 33px 25px;
}

.benefit.benefit-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  display: flex;
}

.container-md-2 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.section-2 {
  border-bottom: 1px solid #e7e9ef;
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-2.review {
  background-image: linear-gradient(225deg, #0072ff, #00c6ff);
  border-top: 5px #fff;
  border-bottom-style: none;
  border-bottom-width: 5px;
}

.text-hover-2 {
  color: #fec92e;
  cursor: pointer;
}

.text-hover-2:hover {
  font-weight: 600;
}

.text-hover-2.link-v2 {
  color: #fec92e;
}

.text-hover-2.link-v2.is-white {
  color: #fff;
}

.text-hover-2.link-v2.is-white.is-underlined {
  text-decoration: underline;
}

.review-item {
  text-align: center;
  align-self: flex-start;
  width: 1080px;
  padding: 20px 20px 0;
}

.b-benefits {
  flex-wrap: wrap;
  justify-content: space-between;
  width: 100%;
  margin-top: 30px;
  display: flex;
}

.reviews-parent {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.benefit-icon {
  color: var(--primary-bg);
  margin-bottom: 45px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 128px;
  line-height: 100px;
}

.center-2 {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.screamer-block {
  color: #fff;
  text-align: center;
  background-color: #fff;
  padding-top: 90px;
  padding-bottom: 180px;
}

.container {
  width: 90%;
  max-width: 950px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.screamer-combo-2 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.screamer-logo-2 {
  flex: none;
  height: 225px;
  margin-bottom: 10px;
  margin-left: 10px;
  margin-right: 10px;
}

.screamer-content {
  text-align: left;
  flex-direction: column;
  margin-left: 20px;
  margin-right: 20px;
  display: flex;
}

.screamer-heading {
  color: var(--copy);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Archivo Narrow, sans-serif;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.2em;
  display: inline-block;
}

.address-line-3 {
  color: var(--copy);
  margin-top: 0;
  font-size: 18px;
  line-height: 22px;
}

.text-link {
  color: var(--action-4);
}

.benefit-header {
  text-transform: none;
  font-family: Archivo Narrow, sans-serif;
  font-size: 28px;
  line-height: 1.2em;
}

.b-projects {
  border-top: 10px solid var(--primary-bg);
  border-bottom: 10px solid var(--primary-bg);
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: block;
}

.project-container {
  justify-content: center;
  width: 90%;
  display: flex;
}

.project-image {
  border: 1px solid var(--primary-bg);
  border-radius: 2px;
  width: 25%;
  margin-left: 20px;
  margin-right: 20px;
  padding: 10px;
}

.projects-wrap {
  text-align: left;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.header-wrap {
  width: 60%;
  margin-bottom: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.badge {
  text-align: center;
  width: 225px;
  margin-top: 45px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-social-2 {
  margin-bottom: 20px;
}

.social-link {
  color: var(--action-2);
  margin-right: 10px;
  font-family: Nicejob, sans-serif;
  font-size: 34px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.heading {
  font-family: Archivo Narrow, sans-serif;
  font-size: 60px;
  line-height: 57px;
}

.flex-embed {
  margin-top: 20px;
  display: flex;
}

.map-wrap {
  border-radius: 4px;
  width: auto;
  height: auto;
  margin-top: 0;
}

.fa.s {
  min-width: 35px;
  font-size: 1.5rem;
}

.fa.s.line {
  font-family: "Fa solid 900", sans-serif;
}

.black-link {
  color: #292929;
  justify-content: center;
  align-items: center;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all .2s;
  display: flex;
}

.black-link:hover {
  color: #535353;
}

.black-link.s-p-x-6 {
  padding-left: 6px;
  padding-right: 6px;
}

.small-divider {
  background-color: #292929;
  width: 1px;
  height: 12px;
  margin-left: 5px;
  margin-right: 5px;
}

.horizontal-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.copyright-wrap {
  letter-spacing: .5px;
  align-items: center;
  width: 100%;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 25px;
  font-size: .8rem;
  display: flex;
  position: relative;
}

.nicejob {
  width: 100px;
  height: 45px;
  margin-right: auto;
  padding-top: 6px;
  padding-bottom: 6px;
  transition: all .2s;
  display: flex;
}

.nicejob:hover {
  filter: brightness(70%);
}

.arrow-up {
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 5px;
  transition: all .2s;
}

.arrow-up:hover {
  background-color: #001f45;
}

.text-block-3 {
  color: #292929;
}

.current-year {
  max-width: 100px;
  max-height: 70px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
}

.image-6 {
  margin-top: 20px;
}

html.w-mod-js [data-ix="on-load-pop"] {
  opacity: 0;
  transform: scale(.9);
}

html.w-mod-js [data-ix="on-load-banner"] {
  opacity: 0;
}

html.w-mod-js [data-ix="pop"] {
  opacity: 0;
  transform: scale(.9);
}

html.w-mod-js [data-ix="fade-from-top"] {
  opacity: 0;
  transform: translate(0, -20px);
}

html.w-mod-js [data-ix="fade-from-small"], html.w-mod-js [data-ix="on-load-banner-content"] {
  opacity: 0;
  transform: scale(.9);
}

@media screen and (min-width: 1440px) {
  .copyright-wrap {
    max-width: 1440px;
  }
}

@media screen and (max-width: 991px) {
  a {
    display: inline;
  }

  .logo.logo-header {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .page-title {
    clear: left;
    text-align: center;
    padding-top: 10px;
    font-size: 20px;
    line-height: 28px;
  }

  .cta-web {
    font-size: 16px;
  }

  .hero.home-page {
    background-position: 0;
    height: 500px;
  }

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

  .header {
    padding-top: 10px;
    padding-bottom: 10px;
    position: static;
  }

  .nav-menu-block {
    z-index: 9000;
    background-color: #fff;
    border-bottom: 1px solid #e7e9ef;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 10px;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
  }

  .nav-menu-mobile {
    padding-top: 10px;
    position: absolute;
  }

  .nav-block {
    text-align: center;
    width: 100%;
    padding-top: 40px;
    display: block;
  }

  .nav-menu-mobile-dropdown {
    background-color: #fff;
    position: fixed;
    top: 49px;
    left: 0;
  }

  .brand {
    float: none;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .brand.w--current {
    margin-top: 45px;
  }

  .address {
    text-align: center;
    margin-top: 20px;
  }

  .nav-cta-buttons-block {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .footer-copyright {
    width: 100%;
    display: inline;
  }

  .plain-link {
    display: inline;
  }

  .logo-footer {
    margin-bottom: 0;
  }

  .tw.c.social-margin {
    margin-left: -15px;
  }

  .text-box._1.position-1 {
    width: 95%;
  }

  .b-review.feature-2b {
    background-image: linear-gradient(#000000a8, #000000a8), url('../images/kinnett-plumbing-review-1.jpg');
    background-position: 0 0, 100%;
  }

  .overlay {
    height: 450px;
  }

  .img-owner-2 {
    display: none;
    position: relative;
    inset: 512px 0 0;
  }

  .owner {
    background-position: 100%;
  }

  .owner-box-2 {
    text-align: center;
    margin-right: 0%;
    padding-left: 25px;
    padding-right: 25px;
  }

  .img-social-2 {
    margin-top: 10px;
    margin-left: -20px;
  }

  .cities {
    text-align: center;
    margin-top: 20px;
  }

  .header-hero {
    font-size: 2rem;
    line-height: 1.2em;
  }

  .h-cta-2 {
    text-align: center;
  }

  .box-cta {
    float: none;
    text-align: center;
    display: block;
  }

  .copy-block {
    padding: 45px 20px;
  }

  .photo-guarantee {
    min-height: auto;
  }

  .flex_item-50.centered.padding-100 {
    padding: 15px 30px;
  }

  .flex_item-50.padding-100 {
    padding: 70px 20px;
  }

  .flex-grid-item-container {
    max-width: 340px;
  }

  .grid-square-image {
    max-width: 120px;
    margin: 6px;
  }

  .big-spacer {
    display: none;
  }

  .screamer-parent, .screamer-combo {
    flex-direction: column;
  }

  .screamer-logo {
    float: none;
  }

  .page-title-2.sub {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .slim-copy {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .map-2 {
    align-self: center;
    width: 100%;
  }

  .contact-combo {
    margin-top: 20px;
    display: flex;
  }

  .contact-us-parent {
    flex-direction: column;
    align-items: center;
  }

  .flex {
    align-items: flex-start;
    margin-top: 28px;
  }

  .grid-square-2 {
    flex-direction: column;
    max-width: 100%;
    display: flex;
  }

  .is-light-blue {
    color: #4fade9;
    text-align: center;
    font-size: 24px;
  }

  .benefit.benefit-wrapper {
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .review-item {
    align-self: stretch;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .b-benefits {
    justify-content: space-around;
    margin-top: 10px;
  }

  .reviews-parent {
    flex-direction: column;
    font-weight: 400;
  }

  .screamer-logo-2 {
    float: none;
  }

  .screamer-content {
    display: flex;
  }

  .screamer-heading {
    display: block;
  }

  .text-link {
    display: inline;
  }

  .project-container {
    width: 95%;
  }

  .heading {
    font-size: 40px;
  }

  .map-wrap {
    background-image: none;
    justify-content: center;
    align-items: center;
    width: auto;
    height: auto;
    display: flex;
  }

  .copyright-wrap {
    padding: 24px;
  }
}

@media screen and (max-width: 767px) {
  .logo.logo-header, .page-title {
    text-align: center;
  }

  .hero.home-page {
    background-position: 0;
  }

  .box-review-1 {
    margin-top: 20px;
    margin-bottom: 20px;
  }

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

  .box-projects-1 {
    margin-bottom: 10px;
  }

  .brand.w--current {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .table-review-accolades-1 {
    display: block;
  }

  .table-review-accolades-1.headline-inline.headline-width {
    width: 100%;
  }

  .table-cell {
    display: block;
  }

  .service-grid-item {
    max-width: 300px;
    margin-bottom: 20px;
  }

  .button.right {
    float: none;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .hero-text-title {
    font-size: 48px;
    line-height: 48px;
  }

  .logo-footer {
    margin-bottom: 20px;
  }

  .logo-header {
    max-width: 225px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .tw.c.social-margin {
    display: none;
  }

  .pad-max.extra-bottom-padding {
    padding-bottom: 180px;
  }

  .img-award-1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .b-review.feature-2b {
    background-image: linear-gradient(#000000a6, #000000a6), url('../images/kinnett-plumbing-review-1.jpg');
    background-position: 0 0, -1337px 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .overlay {
    height: 520px;
  }

  .img-feature-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .img-social-2 {
    width: 30%;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .box-review-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .btn-social-2 {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .header-hero {
    font-size: 26px;
  }

  .review-copy {
    font-size: 1.66rem;
    line-height: 2rem;
  }

  .b-service, .b-service.blue.reverse {
    flex-direction: column;
  }

  .b-service.grey, .b-service.reverse {
    flex-direction: column-reverse;
  }

  .copy-block, .photo-guarantee {
    max-width: 100%;
  }

  .photo-guarantee._1, .photo-guarantee._2 {
    padding-top: 135px;
    padding-bottom: 135px;
    display: block;
  }

  .photo-guarantee._3 {
    display: none;
  }

  .h5.right {
    text-align: center;
  }

  .flex_item-50.centered {
    max-width: 100%;
  }

  .flex_item-50.centered.padding-100 {
    margin-top: 39px;
    margin-bottom: 39px;
  }

  .flex_item-50.padding-100 {
    max-width: 100%;
  }

  .flex_item-50.centered {
    max-width: 100%;
    margin-left: 0;
  }

  .flex_item-50.centered.padding-100 {
    margin-left: auto;
    margin-right: auto;
    padding-right: 0;
    display: block;
  }

  .grid-square-image {
    max-width: 160px;
  }

  .image-4 {
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .spacer {
    display: none;
  }

  .screamer-parent, .screamer-combo {
    flex-direction: column;
  }

  .nicejob-heading {
    font-size: 2rem;
  }

  .contact-combo {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .contact-info {
    margin-bottom: 20px;
  }

  .text-box-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .flex {
    flex-direction: column;
    align-items: center;
    margin-top: -4px;
    margin-bottom: 0;
  }

  .grid-square-2 {
    flex-direction: row;
    justify-content: center;
  }

  .grid-square-image-2 {
    width: 100px;
    height: 100px;
  }

  .is-light-blue {
    color: #4fade9;
    text-align: center;
    font-size: 2rem;
  }

  .benefit.benefit-wrapper {
    width: 100%;
  }

  .review-item {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .b-benefits {
    flex-direction: column;
    margin-top: 0;
  }

  .reviews-parent {
    flex-direction: column;
  }

  .screamer-content {
    text-align: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .project-container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .project-image {
    width: 66%;
    margin-bottom: 20px;
  }

  .heading {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 36px;
    line-height: 52px;
  }

  .map-wrap {
    background-image: none;
    margin-left: auto;
    margin-right: auto;
  }
}

@media screen and (max-width: 479px) {
  .page-title {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cta-phone {
    margin-bottom: 8px;
    margin-right: 10px;
    font-size: 14px;
  }

  .cta-phone.cta-header-mobile {
    margin-right: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .cta-web.cta-header-mobile {
    padding-left: 5px;
    padding-right: 5px;
  }

  .hero.home-page {
    background-position: 6%;
  }

  .section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .brand {
    width: 200px;
  }

  .brand.w--current {
    width: 75%;
    margin-top: 45px;
    padding-left: 0;
  }

  .button.right {
    margin-bottom: 60px;
  }

  .logo-header {
    width: 200px;
    max-width: 100%;
    display: block;
  }

  .tp {
    display: block;
  }

  .tw {
    font-size: 15px;
    line-height: 17px;
  }

  .text-box._1.position-1 {
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    line-height: 1.1em;
  }

  .pad-max {
    padding-top: 80px;
  }

  .pad-max.extra-bottom-padding {
    padding-bottom: 180px;
  }

  .b-review.feature-2b {
    background-image: linear-gradient(#000000ad, #000000ad), url('../images/kinnett-plumbing-review-1.jpg');
    background-position: 0 0, -1180px 0;
  }

  .overlay {
    height: 740px;
  }

  .owner {
    background-position: 100%;
  }

  .header-hero {
    margin-bottom: 0;
    font-size: 1.5rem;
    line-height: 1.2em;
  }

  .review-copy {
    font-size: 1.33rem;
    line-height: 1.53rem;
  }

  .h-cta-2 {
    line-height: 36px;
  }

  .b-service.reverse {
    flex-direction: column-reverse;
  }

  .copy-block {
    padding: 30px 20px;
  }

  .photo-guarantee._1, .photo-guarantee._2 {
    display: block;
  }

  .photo-guarantee._3 {
    display: none;
  }

  .h5, .h5.light {
    text-align: center;
  }

  .h5.right {
    font-size: 26px;
  }

  .text-block {
    text-align: center;
  }

  .flex_item-50.centered {
    padding-bottom: 0;
  }

  .flex_item-50.centered.padding-100 {
    margin-bottom: 10px;
    padding: 30px 20px 0;
  }

  .flex_item-50.padding-100 {
    padding: 30px 10px;
  }

  .flex_item-50.centered {
    margin-top: -47px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .flex_item-50.centered.padding-100 {
    margin-top: 9px;
    padding: 30px 10px;
  }

  .centered {
    text-align: center;
    padding-top: 40px;
  }

  .centered.red {
    padding-top: 0;
    font-size: 1.5rem;
  }

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

  .grid-square-image {
    max-width: 120px;
  }

  .nj-lead {
    font-size: 14px;
  }

  .copy-large {
    max-width: 100%;
  }

  .spacer {
    display: none;
  }

  .column-4 {
    padding-top: 80px;
  }

  .column-5 {
    padding-top: 0;
  }

  .button-2.nj-lead.green-cta {
    width: 125px;
    padding-bottom: 7px;
    font-size: 12px;
  }

  .button-2.phone.green-border {
    width: 125px;
    font-size: 12px;
  }

  .slim-copy {
    padding: 20px 15px;
  }

  .subheader.center {
    font-size: 1.5rem;
  }

  .subheader.white, .subheader.centered {
    font-size: 2rem;
  }

  .large-copy {
    font-size: 18px;
    font-weight: 400;
  }

  .nicejob-heading {
    line-height: 1.2em;
  }

  .button-phone-stacked {
    margin-bottom: 5px;
    margin-right: 0;
  }

  .contact-combo {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .contact-info {
    margin-bottom: 10px;
  }

  .lead-copy {
    font-size: 20px;
  }

  .flex {
    align-items: center;
    margin-bottom: -11px;
  }

  .grid-square-2 {
    flex-direction: column;
    margin-top: 19px;
  }

  .grid-square-image-2 {
    width: 200px;
    height: 200px;
  }

  .is-light-blue {
    color: #4fade9;
  }

  .benefit.benefit-wrapper {
    width: 100%;
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .review-item {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .b-benefits {
    flex-direction: column;
    padding-top: 45px;
  }

  .container {
    width: 95%;
  }

  .screamer-combo-2 {
    flex-direction: column;
  }

  .screamer-heading {
    font-size: 2rem;
  }

  .heading {
    font-size: 28px;
    line-height: 40px;
  }

  .small-divider {
    width: .5px;
    height: 10px;
  }

  .copyright-wrap {
    letter-spacing: 1px;
    flex-direction: column;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nicejob {
    margin-bottom: 8px;
    margin-left: auto;
  }

  .arrow-up {
    position: absolute;
    inset: auto 0% 20px auto;
  }
}


@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), url('../fonts/fa-regular-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa solid 900';
  src: url('../fonts/fa-solid-900.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontawesome webfont';
  src: url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff') format('woff'), url('../fonts/fontawesome-webfont.ttf') format('truetype'), url('../fonts/fontawesome-webfont.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Nicejob';
  src: url('../fonts/nicejob.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}