@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 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: "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: Nicejob;
  src: url('../fonts/nicejob.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: NJ Quicksand VF;
  src: url('../fonts/Quicksand-VariableFont_wght.ttf') format("truetype");
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Brands 400";
  src: url('../fonts/fa-brands-400.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa Solid 900";
  src: url('../fonts/fa-solid-900.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Fa 300";
  src: url('../fonts/fa-light-300.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --firebrick: #b82a2e;
  --sea-green: #4c884a;
  --dim-grey: #6b6b6b;
  --gainsboro: #e6e6e6;
}

body {
  color: #333;
  font-family: NJ Quicksand VF, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: NJ Quicksand VF, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

a {
  color: var(--firebrick);
  cursor: pointer;
  text-decoration: none;
}

li {
  font-weight: 500;
}

.b-header {
  z-index: 10;
  background-color: #000;
  width: 100vw;
  position: fixed;
  top: 0;
}

.image {
  width: 269.367px;
  height: 70px;
  position: relative;
}

.navbar {
  z-index: 8;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  height: 140px;
  display: flex;
  box-shadow: 0 0 15px #0000001a;
}

.container-1000 {
  justify-content: space-between;
  align-items: flex-start;
  width: 85%;
  min-width: 900px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.cta-buttons {
  align-items: center;
  display: flex;
}

.button {
  background-color: #fc9e4f;
  border-radius: 50px;
  font-weight: 700;
}

.button.callers {
  background-color: #fc9e4f;
  padding: 10px 20px;
  line-height: 18px;
}

.button.callers.margin-right {
  background-color: #675aa2;
  margin-right: 10px;
  font-weight: 600;
}

.button.callers.margin-right:hover {
  opacity: .7;
}

.button.callers.margin-right.white-outline {
  border: 1px solid var(--sea-green);
  color: var(--dim-grey);
  letter-spacing: 1px;
  background-color: #fff;
  border-radius: 100px;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 600;
}

.body {
  font-family: NJ Quicksand VF, sans-serif;
  font-size: 16px;
  line-height: 28px;
}

.nj-lead {
  background-color: var(--firebrick);
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.nj-lead:hover {
  opacity: .7;
}

.nav-wpr {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.nav-menu-wpr {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-link {
  color: #58595b;
  letter-spacing: .5px;
  text-transform: none;
  padding-left: 8px;
  padding-right: 8px;
  font-size: 15px;
  font-weight: 600;
}

.nav-link.w--current {
  color: var(--sea-green);
}

.nav-link.white-bg {
  color: var(--dim-grey);
}

.nav-link.home {
  display: none;
}

.eyebrow-heading {
  color: #c9c9c9;
  text-align: left;
  letter-spacing: .5px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
}

.eyebrow-heading.hero {
  color: var(--dim-grey);
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  text-shadow: none;
  text-align: center;
  letter-spacing: .5px;
  text-transform: none;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
}

.review-copy {
  color: #fff;
}

.review-copy.dark {
  color: #58595b;
  font-size: 20px;
  font-weight: 500;
}

.review-module {
  text-align: center;
  background-color: #fff;
  border-radius: 8px;
  width: 600px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: static;
  top: -50px;
  box-shadow: 0 0 15px #0000001a;
}

.review-module.white-outline {
  z-index: 0;
  background-color: #00000054;
  border: 2px solid #fff;
  display: none;
  position: relative;
  top: 15vh;
}

.review-stars {
  color: #3f733d;
  letter-spacing: 4px;
  margin-bottom: 15px;
  font-family: "Fa Solid 900", sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.reviewer-info {
  color: #9c9c9c;
  margin-top: 10px;
  font-size: 14px;
}

.reviewer-info.white {
  color: #fff;
}

.body-heading {
  color: #58595b;
  text-align: center;
  text-transform: none;
  max-width: none;
  margin-top: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 42px;
}

.body-heading.centered {
  color: #871522;
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
  font-weight: 500;
  line-height: 42px;
}

.body-heading.centered.white {
  color: #fff;
  text-transform: none;
  margin-bottom: 10px;
}

.body-heading.centered.white.no-margin-bottom {
  margin-bottom: 0;
}

.body-heading.white {
  color: #fff;
}

.body-heading.centered {
  color: #00b26b;
  text-align: center;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
  line-height: 42px;
}

.body-heading.centered-tablet {
  color: #58595b;
  text-align: center;
  text-transform: none;
  font-weight: 700;
  line-height: 40px;
}

.body-copy {
  float: none;
  color: #58595b;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.body-copy.centered {
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
}

.b-footer {
  background-color: #fff;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.b-footer.contact-us {
  z-index: 4;
  box-shadow: none;
  background-color: #f8f8f8;
  border-top: 8px #00477b;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
  position: relative;
}

.contact-footer-link {
  color: var(--firebrick);
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  font-weight: 700;
  text-decoration: none;
  transition: all .3s;
}

.contact-footer-link:hover {
  opacity: .7;
}

.footer-text {
  color: #fff;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 26px;
}

.footer-text.bold {
  color: #58595b;
  text-align: left;
  text-shadow: none;
  margin-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 26px;
}

.footer-text.centered {
  color: var(--dim-grey);
  text-align: left;
  font-size: 18px;
  font-weight: 400;
}

.footer-text.centered.last {
  margin-bottom: 15px;
}

.footer-heading-style {
  color: #58595b;
  text-align: left;
  text-transform: none;
  border-bottom: 1px #b99758;
  margin-top: 0;
  padding-bottom: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 30px;
}

.footer-locations {
  flex-direction: row;
  flex: 0 auto;
  align-self: flex-start;
  width: 60%;
  margin-left: 50px;
  margin-right: 15px;
  font-style: normal;
  display: block;
}

.footer-company-details {
  flex-flow: column;
  align-self: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-bottom: 10px;
  font-style: normal;
  line-height: 26px;
  display: block;
}

.footer-wpr {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.comp-details-wpr {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.nav-menu-inner-wrap {
  text-align: right;
  margin-right: 15px;
}

.brand, .brand.w--current {
  flex: 0 auto;
}

.b-title {
  background-color: var(--firebrick);
  color: #fff;
  margin-top: 140px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.call-to-action-wrap {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: -45px;
  display: flex;
}

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

.button-2.nj-review {
  color: var(--dim-grey);
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 20px;
  padding: 10px 30px;
  font-weight: 400;
  transition: all .2s;
  display: flex;
  box-shadow: 0 0 15px #0000001a;
}

.button-2.nj-review:hover {
  opacity: 1;
  transform: translate(0, -5px);
}

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

.row.showroom {
  background-color: #0000;
  border-bottom: 1px #e7e9ef;
  padding-top: 45px;
  padding-bottom: 45px;
}

.privacy-policy {
  font-weight: 400;
}

.privacy-policy strong {
  color: #414042;
}

.privacy-policy li, .privacy-policy p {
  color: #434446;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
}

.privacy-policy h3 {
  color: #2883b2;
  font-size: 30px;
}

.privacy-policy h2 {
  color: var(--sea-green);
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Quicksand;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

.utility-page-wrap {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  font-family: Montserrat, sans-serif;
  display: flex;
}

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

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

.submit-button {
  background-color: var(--firebrick);
  color: #fff;
  letter-spacing: .5px;
  text-transform: none;
  border-radius: 100px;
  font-family: Quicksand;
  font-size: 18px;
  font-weight: 400;
}

.body-3 {
  font-family: Source Sans Pro;
}

.text-field {
  font-family: Quicksand;
}

.heading {
  color: var(--sea-green);
  text-transform: none;
  font-family: Quicksand;
  font-weight: 600;
}

.bold-text-4 {
  color: #8cc63f;
}

.section {
  margin-top: -1px;
}

.heading-3 {
  color: var(--sea-green);
  text-transform: none;
  font-family: Quicksand;
  font-weight: 600;
}

.password-lock {
  color: #fff;
}

.div-block-3 {
  color: #211e1e;
  font-family: Quicksand;
  font-size: 18px;
  line-height: 27px;
}

.left-aligned-cta {
  margin-top: 20px;
}

.b-intro {
  background-color: #fff;
  position: relative;
}

.container-800 {
  min-width: 700px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.fa-icon {
  color: var(--firebrick);
  font-family: "Fa 300", sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 120px;
}

.b-about-us {
  background-color: #fff;
  background-image: linear-gradient(#fff, #0000 50%, #fff), url('../images/bokeh.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.about-us-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.about-image-wrap {
  border: 8px solid #fff;
  align-self: center;
  width: 80%;
  margin: 10px auto 20px;
  box-shadow: 1px 1px 12px #00000014;
}

.about-text-wrap {
  flex-direction: column;
  align-items: center;
  width: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 45px 40px;
  display: flex;
  position: relative;
}

.intro-outer-wrapper {
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  width: auto;
  margin-left: auto;
  margin-right: auto;
}

.heading-2 {
  color: var(--sea-green);
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: 600;
}

.heading-2.service {
  color: #58595b;
  text-transform: none;
  font-size: 32px;
  font-weight: 700;
}

.intro-wrapper {
  margin-bottom: 0;
  padding: 0 0 50px;
  position: relative;
}

.line-divider {
  background-color: #4c884a14;
  border-radius: 8px;
  width: 80%;
  max-width: 800px;
  height: 4px;
  margin-left: auto;
  margin-right: auto;
}

.intro-content {
  flex-direction: column;
  align-items: center;
  width: 800px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-toggle-2 {
  color: #58595b;
  text-transform: none;
  font-family: Quicksand;
  font-size: 15px;
  font-weight: 600;
}

.nav-dropdown {
  color: var(--sea-green);
}

.dropdown-link-style {
  color: var(--dim-grey);
  text-transform: uppercase;
  font-family: Orbitron;
  font-size: 16px;
  font-weight: 600;
}

.dropdown-list {
  background-color: #db7f7f;
}

.dropdown-list.w--open {
  background-color: #fff;
  box-shadow: 0 0 8px #0000001f;
}

.text-block {
  color: #58595b;
}

.location-list {
  margin-right: 20px;
}

.locations-wrap {
  align-items: flex-start;
  display: flex;
}

.reviewer-info-2 {
  margin-top: 10px;
  font-size: 14px;
}

.review-module-2 {
  color: #292929;
  text-align: center;
  border-radius: 8px;
  width: 800px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  position: static;
  top: -50px;
}

.reviewer-name {
  color: #58595b;
  font-size: 16px;
}

.read-more-reviews-link {
  color: var(--firebrick);
  text-align: center;
  text-transform: none;
  margin-top: 20px;
  font-weight: 700;
  display: block;
}

.in-copy-link {
  color: var(--firebrick);
  font-weight: 500;
  text-decoration: none;
}

.b-service {
  background-color: #fff;
  position: relative;
}

.liability-wpr {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.smaller-heading-style {
  color: #58595b;
  text-align: center;
  text-transform: none;
  font-size: 26px;
  font-weight: 600;
  line-height: 40px;
}

.liability-copy {
  color: #58595b;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 32px;
}

.service-copy-wrap {
  margin-right: 40px;
}

.anchor {
  position: absolute;
  top: -30px;
}

.service-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 70%;
  margin-top: 20px;
  padding-left: 4vh;
}

.service-inner-image {
  z-index: 0;
  border: 8px solid #fff;
  width: 100%;
  position: relative;
  left: 80px;
  box-shadow: 0 1px 8px #0000001f;
}

.service-main-wrap {
  align-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  overflow: hidden;
}

.bullet-point-list {
  color: #58595b;
}

.bullet-point {
  margin-bottom: 5px;
  font-weight: 500;
}

.review-wrap {
  padding-top: 40px;
  padding-bottom: 40px;
}

.b-process {
  background-image: linear-gradient(#fff, #ffffff54 48%, #fff), url('../images/bokeh.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.process-text {
  color: #58595b;
  text-align: left;
  flex: 0 auto;
  margin-top: 0;
  font-weight: 500;
}

.process-heading {
  color: var(--firebrick);
  text-align: left;
  text-transform: none;
  align-self: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  position: relative;
  top: auto;
}

.process-title {
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.process-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  margin-bottom: 20px;
  margin-left: 15px;
  margin-right: 15px;
  padding: 20px;
  display: flex;
}

.process-wrap {
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.hero-heading-2 {
  color: var(--sea-green);
  text-align: center;
  text-transform: none;
  margin-top: 0;
  font-size: 62px;
  font-weight: 600;
  line-height: 76px;
}

.hero-copy-wpr-2 {
  z-index: 2;
  color: #fff;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 35vh;
  left: 0;
}

.b-hero-block {
  z-index: 0;
  background-image: url('../images/residential-christmas-light-installation.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100vh;
  margin-top: -80px;
  position: sticky;
  inset: 0% 0% auto;
}

.hero-banner-text-2 {
  color: var(--dim-grey);
  text-align: center;
  width: 570px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 24px;
  font-weight: 500;
  line-height: 34px;
}

.hero-overlay {
  opacity: 1;
  background-image: url('../images/bokeh.png'), linear-gradient(#999, #fff), linear-gradient(#6b6b6bcc, #6b6b6bcc);
  background-position: 0 0, 0 0, 0 0;
  background-size: cover, auto, auto;
  display: block;
  position: absolute;
  inset: 0%;
}

.wave-content-wrapper {
  background-image: url('../images/stars.svg'), linear-gradient(#0000, #fff 6%, #fff);
  background-position: 50% 0, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 100%, auto;
  margin-top: -20%;
  padding-top: 68%;
  position: relative;
}

.heading-5 {
  color: var(--sea-green);
  text-align: left;
  font-size: 22px;
  line-height: 34px;
}

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

.checklist-wrap {
  align-items: flex-start;
  display: flex;
}

.checklist-wrap.lat {
  margin-bottom: 15px;
}

.fa-check {
  color: var(--firebrick);
  margin-right: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 26px;
  line-height: 34px;
}

.b-portfolio {
  background-image: linear-gradient(#fff, #0000 50%, #fff), url('../images/bokeh.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.portfolio-wrap {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.lightbox-link {
  border: 8px solid #fff;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 1px 8px #0000001f;
}

.portfolio-outer-wrap {
  padding-top: 60px;
  padding-bottom: 60px;
}

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

.intro-image {
  border: 8px solid #fff;
  margin-bottom: 20px;
  box-shadow: 0 1px 8px #0000001f;
}

.icon {
  padding: 10px;
}

.checklist-text {
  color: #58595b;
}

.quote-btn {
  background-color: var(--firebrick);
  border: 1px solid #0000;
  border-radius: 100px;
  padding: 10px 12px;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.quote-btn.external {
  border-color: var(--sea-green);
  color: #414141;
  background-color: #fff;
  transition: all .2s;
}

.quote-btn.external:hover {
  color: #fff;
  background-color: #275a25;
}

.sm-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.faq-heading {
  color: #393939;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}

.expand-content {
  overflow: hidden;
}

.fa-icon-2 {
  color: #f090b1;
  font-family: "Fa solid 900", sans-serif;
  font-size: 50px;
  line-height: 50px;
}

.fa-icon-2.small {
  color: var(--sea-green);
  margin-right: 15px;
  font-size: 24px;
  line-height: 24px;
  display: inline-block;
}

.expand-trigger {
  cursor: pointer;
  align-items: center;
  display: flex;
}

.collapsible-content-wpr {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 15px;
  padding: 20px 30px;
  position: relative;
  box-shadow: 0 0 15px #0000001a;
}

.collapsible-content-wpr.margin-top {
  width: 100%;
  margin-top: 15px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.small-print-wrap {
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 24px;
  display: flex;
}

.nicejob-logo-color {
  width: 40px;
  margin-bottom: 3px;
  margin-left: -8px;
  text-decoration: none;
  display: inline-block;
}

.copyright {
  color: #fff;
  letter-spacing: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 5px;
  font-weight: 300;
  line-height: 1.4px;
}

.copyright.light {
  color: #000;
  font-weight: 300;
  line-height: 1.4px;
}

.b-small-print {
  background-color: #fff;
}

.current-year {
  color: #505050;
  letter-spacing: 2px;
  align-self: center;
  margin-right: 5px;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  display: inline;
}

.privacy-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  padding: 20px 10px;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4px;
  text-decoration: none;
  transition: color .2s;
}

.privacy-link:hover {
  color: #bdbdbd;
}

.privacy-link.light {
  color: #000;
}

.privacy-link.light:hover {
  color: #636363;
}

.divider-privacy {
  color: #fff;
  background-color: #fff;
  width: 1px;
  height: 12px;
}

.divider-privacy.hide-in-mobile {
  margin-left: 0;
  padding-left: 0;
}

.divider-privacy.hide-in-mobile.light {
  margin-left: 0;
}

.divider-privacy.light {
  background-color: #1b1b1b;
}

.container-1200 {
  width: 100%;
  max-width: 1248px;
  padding-left: 10px;
  padding-right: 10px;
}

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

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

.inline {
  display: inline-block;
}

.center-aligned-cta {
  justify-content: center;
  margin-top: 20px;
  display: flex;
}

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

.fa.s.line {
  font-family: "Fa 300", 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-top: 32px;
  padding-bottom: 32px;
  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(--firebrick);
  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-2 {
  max-width: 100px;
  max-height: 70px;
  margin-bottom: 0;
  margin-left: 5px;
  margin-right: 5px;
  overflow: hidden;
}

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

@media screen and (max-width: 991px) {
  .container-1000 {
    min-width: 700px;
    max-width: 900px;
  }

  .nav-wpr, .nav-menu-wpr {
    position: relative;
  }

  .nav-link {
    text-align: left;
    padding-left: 20px;
    display: block;
  }

  .nav-link.white-bg {
    color: #fc9e4f;
  }

  .nav-link.white-bg:hover {
    color: var(--dim-grey);
    display: block;
  }

  .nav-link.home {
    display: block;
  }

  .review-module.white-outline {
    display: none;
    top: 10vh;
  }

  .body-heading {
    font-size: 30px;
    line-height: 42px;
  }

  .body-heading.centered {
    line-height: 50px;
  }

  .body-heading.centered-tablet {
    text-align: center;
    font-size: 36px;
  }

  .b-footer {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .b-footer.contact-us {
    padding-left: 45px;
    padding-right: 45px;
  }

  .footer-text {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .footer-text.bold {
    margin-bottom: 0;
    line-height: 24px;
  }

  .footer-text.centered {
    margin-bottom: 0;
  }

  .footer-heading-style {
    text-align: left;
    font-size: 20px;
  }

  .footer-locations {
    align-self: auto;
    width: 60%;
    margin-bottom: 15px;
    margin-left: 50px;
  }

  .footer-company-details {
    width: 40%;
  }

  .contact-details {
    text-align: left;
  }

  .nav-icon {
    color: var(--sea-green);
    background-color: #fff;
    border-radius: 100px;
    padding: 5px;
    box-shadow: 0 0 8px #0000001f;
  }

  .nav-menu {
    background-color: #fff;
    border-radius: 10px;
    width: 300px;
    top: 48px;
    left: 67%;
    right: 20px;
  }

  .menu-button-2, .menu-button-2.w--open {
    background-color: #0000;
  }

  .nav-menu-inner-wrap {
    background-color: #fff;
    border-radius: 10px;
    width: 100%;
    left: 20%;
    right: 7%;
  }

  .b-title {
    margin-top: 135px;
  }

  .button-2.nj-review {
    width: 75%;
    font-size: 18px;
  }

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

  .row.showroom {
    padding-left: 45px;
    padding-right: 45px;
  }

  .b-about-us {
    padding-top: 30px;
  }

  .about-us-wrap {
    flex-direction: column;
    justify-content: center;
    padding: 45px 20px;
    display: block;
  }

  .about-image-wrap {
    width: 50%;
  }

  .about-text-wrap {
    width: 100%;
    margin-right: auto;
    padding: 0;
    top: auto;
  }

  .intro-outer-wrapper {
    width: 100%;
  }

  .intro-wrapper {
    flex-direction: column-reverse;
    align-items: center;
  }

  .intro-content {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .dropdown-toggle-2 {
    padding-left: 20px;
  }

  .nav-dropdown {
    inset: 0% 57% 0% auto;
  }

  .dropdown-list.w--open {
    box-shadow: none;
  }

  .review-module-2 {
    width: auto;
    max-width: 700px;
  }

  .liability-wpr {
    padding-left: 20px;
    padding-right: 20px;
  }

  .liability-copy {
    font-size: 20px;
    line-height: 24px;
  }

  .service-wrap {
    width: 90%;
    margin-top: 30px;
    padding-left: 0;
  }

  .service-inner-image {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
    left: auto;
  }

  .service-main-wrap {
    flex-direction: column-reverse;
    padding-left: 20px;
    padding-right: 20px;
  }

  .process-text {
    margin-top: 0;
  }

  .process-heading {
    font-size: 22px;
    line-height: 30px;
  }

  .process-title {
    margin-bottom: 0;
  }

  .process-block {
    width: 45%;
  }

  .hero-copy-wpr-2 {
    width: 650px;
  }

  .b-hero-block {
    margin-bottom: 10vh;
  }

  .small-print-wrap {
    text-align: center;
    justify-content: center;
    display: flex;
  }

  .nicejob-logo-color {
    margin-bottom: 9px;
  }

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

@media screen and (max-width: 767px) {
  .image {
    width: 192.406px;
    height: 50px;
  }

  .container-1000 {
    width: 90%;
    min-width: auto;
    max-width: none;
  }

  .button.callers.margin-right {
    font-weight: 700;
  }

  .button.callers.margin-right.white-outline {
    text-align: center;
    padding-left: 8px;
    padding-right: 8px;
    font-size: 15px;
  }

  .body {
    font-size: 16px;
    line-height: 26px;
  }

  .nj-lead {
    font-weight: 700;
  }

  .eyebrow-heading.hero {
    text-align: center;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
  }

  .review-copy.dark {
    font-size: 17px;
  }

  .review-module {
    width: 100%;
  }

  .review-module.white-outline {
    width: 90%;
    position: absolute;
    inset: 60px 0% auto;
  }

  .body-heading {
    text-align: center;
    font-size: 32px;
    line-height: 42px;
  }

  .body-heading.centered.white {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 38px;
  }

  .body-heading.centered-tablet {
    font-size: 30px;
  }

  .body-copy {
    z-index: 1;
    text-align: center;
  }

  .body-copy.centered {
    font-size: 17px;
  }

  .b-footer.contact-us {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-text {
    text-align: left;
    flex: 1;
    font-size: 15px;
  }

  .footer-text.bold {
    text-align: left;
    font-size: 16px;
  }

  .footer-text.centered {
    margin-bottom: 0;
    font-size: 17px;
  }

  .footer-heading-style {
    text-align: left;
    border-style: none;
    padding-bottom: 0;
  }

  .footer-locations {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    width: 45%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer-company-details {
    text-align: center;
    align-self: flex-start;
    align-items: stretch;
    width: 45%;
    margin-bottom: 20px;
  }

  .contact-details {
    text-align: center;
    margin-bottom: 5px;
  }

  .footer-wpr {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .comp-details-wpr {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-menu {
    width: auto;
    top: auto;
    right: 7%;
  }

  .menu-button-2 {
    padding-right: 0;
  }

  .brand {
    flex: 0 auto;
    padding-left: 0;
  }

  .b-title {
    margin-top: 136px;
  }

  .button-2.nj-review {
    width: 90%;
    height: 60px;
    font-size: 17px;
  }

  .privacy-policy strong {
    font-size: 18px;
  }

  .privacy-policy li {
    font-size: 18px;
    line-height: 26px;
  }

  .privacy-policy p {
    text-align: left;
    font-size: 18px;
    line-height: 26px;
  }

  .container-800 {
    min-width: 80%;
  }

  .b-about-us {
    padding-top: 0;
  }

  .about-image-wrap {
    width: 80%;
  }

  .about-text-wrap {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
  }

  .intro-outer-wrapper {
    width: 100%;
  }

  .heading-2 {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 2rem;
  }

  .heading-2.service {
    text-align: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .line-divider {
    max-width: 500px;
  }

  .intro-content {
    align-items: center;
    width: 100%;
    margin-right: 0;
  }

  .nav-dropdown {
    right: 60%;
  }

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

  .location-list {
    width: 100%;
  }

  .locations-wrap {
    flex-wrap: wrap;
  }

  .review-module-2 {
    width: 100%;
  }

  .liability-wpr {
    padding: 40px 20px;
  }

  .smaller-heading-style {
    line-height: 36px;
  }

  .service-copy-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 30px;
    margin-right: 0;
    display: flex;
  }

  .anchor {
    top: 216px;
  }

  .service-wrap {
    flex-direction: column-reverse;
    align-items: center;
  }

  .service-inner-image {
    display: block;
    left: auto;
  }

  .service-main-wrap {
    flex-direction: column-reverse;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .process-heading {
    margin-bottom: auto;
    font-size: 22px;
    line-height: 32px;
  }

  .process-block {
    flex-flow: column wrap;
    align-self: stretch;
    width: 44%;
  }

  .hero-heading-2 {
    font-size: 50px;
    line-height: 60px;
  }

  .hero-copy-wpr-2 {
    width: 90%;
  }

  .hero-banner-text-2 {
    width: auto;
  }

  .small-print-wrap {
    flex-wrap: wrap;
  }

  .nicejob-logo-color {
    margin-bottom: 7px;
  }
}

@media screen and (max-width: 479px) {
  .image {
    margin-left: auto;
    margin-right: auto;
    display: block;
    bottom: auto;
  }

  .container-1000 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .container-1000.less-pad {
    padding-left: 3%;
    padding-right: 3%;
  }

  .cta-buttons {
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .button.callers.margin-right {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
  }

  .button.callers.margin-right.white-outline {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .nj-lead {
    text-align: center;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 14px;
    font-weight: 600;
  }

  .nav-wpr {
    flex-direction: row;
  }

  .nav-menu-wpr {
    flex-direction: column;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .eyebrow-heading {
    white-space: normal;
    line-height: 20px;
  }

  .eyebrow-heading.hero {
    text-align: center;
    text-align: center;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 20px;
  }

  .review-module.white-outline {
    top: 20vh;
  }

  .body-heading {
    font-size: 26px;
    line-height: 36px;
  }

  .body-heading.centered.white {
    line-height: 40px;
  }

  .body-heading.centered {
    margin-left: 6%;
    margin-right: 6%;
    font-size: 32px;
    line-height: 40px;
  }

  .body-heading.centered-tablet {
    font-size: 28px;
  }

  .body-copy {
    text-align: center;
    overflow: scroll;
  }

  .b-footer {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .b-footer.contact-us {
    z-index: 5;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-text {
    text-align: left;
    margin-bottom: 5px;
    font-size: 16px;
  }

  .footer-text.bold {
    text-align: center;
    margin-bottom: 5px;
  }

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

  .footer-heading-style {
    text-align: center;
    padding-bottom: 0;
  }

  .footer-locations {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    width: auto;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .footer-company-details {
    align-items: center;
    width: 100%;
    margin-bottom: 0;
  }

  .footer-wpr {
    justify-content: center;
  }

  .comp-details-wpr {
    flex-direction: column;
    align-items: center;
  }

  .nav-menu {
    top: -10px;
    left: auto;
    right: 20px;
  }

  .menu-button-2 {
    padding-left: 0;
  }

  .nav-menu-inner-wrap {
    right: 25px;
  }

  .brand {
    display: block;
    bottom: 11px;
  }

  .brand.w--current {
    width: 80%;
    bottom: 11px;
  }

  .b-title {
    margin-top: 142px;
  }

  .call-to-action-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-2.nj-review {
    text-align: center;
    flex-direction: column;
    align-items: center;
    width: 100%;
    height: auto;
    line-height: 24px;
  }

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

  .row.showroom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .left-aligned-cta {
    display: flex;
  }

  .b-intro {
    padding-left: 0;
    padding-right: 0;
  }

  .fa-icon {
    margin-right: 0;
  }

  .about-us-wrap {
    padding-left: 20px;
    padding-right: 20px;
  }

  .about-image-wrap {
    width: 100%;
  }

  .about-text-wrap {
    width: 94%;
  }

  .intro-outer-wrapper {
    width: 100%;
    margin-top: 0;
    top: -45px;
  }

  .heading-2 {
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 28px;
    line-height: 36px;
  }

  .heading-2.service {
    font-size: 24px;
    line-height: 34px;
  }

  .intro-wrapper {
    padding-top: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-toggle-2 {
    padding-left: 20px;
  }

  .nav-dropdown {
    margin-right: 20px;
    inset: 0% 40% 0% auto;
  }

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

  .location-list {
    width: 100%;
  }

  .locations-wrap {
    flex-direction: column;
    align-items: center;
  }

  .b-service {
    padding-bottom: 0;
  }

  .liability-wpr {
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
  }

  .smaller-heading-style {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
  }

  .liability-copy {
    text-align: center;
    font-size: 16px;
    line-height: 22px;
  }

  .service-copy-wrap {
    width: 100%;
    margin-top: 20px;
  }

  .anchor {
    top: 80px;
  }

  .service-wrap {
    width: 100%;
  }

  .service-main-wrap {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .process-heading {
    align-self: flex-start;
    font-size: 20px;
    line-height: 32px;
  }

  .process-block {
    width: 100%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .process-wrap {
    margin-top: 10px;
  }

  .hero-heading-2 {
    font-size: 34px;
    line-height: 40px;
  }

  .b-hero-block {
    z-index: 0;
  }

  .hero-banner-text-2 {
    font-size: 18px;
    line-height: 27px;
  }

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

  .portfolio-wrap {
    flex-wrap: wrap;
  }

  .lightbox-link {
    width: 42%;
    margin-bottom: 10px;
  }

  .faq-heading {
    font-size: 18px;
    line-height: 24px;
  }

  .fa-icon-2.small {
    font-size: 18px;
    line-height: 18px;
  }

  .collapsible-content-wpr, .collapsible-content-wpr.margin-top {
    padding-left: 20px;
    padding-right: 20px;
  }

  .small-print-wrap {
    flex-wrap: wrap;
    margin-top: 0;
    padding-left: 1px;
    padding-right: 1px;
  }

  .nicejob-logo-color {
    width: 20px;
    margin-bottom: 5px;
    margin-left: -13px;
  }

  .privacy-link {
    padding-left: 8px;
    padding-right: 8px;
  }

  .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 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: '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: 'Nicejob';
  src: url('../fonts/nicejob.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'NJ Quicksand VF';
  src: url('../fonts/Quicksand-VariableFont_wght.ttf') format('truetype');
  font-weight: 300 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Brands 400';
  src: url('../fonts/fa-brands-400.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa Solid 900';
  src: url('../fonts/fa-solid-900.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fa 300';
  src: url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}