:root {
  --text: #3e4651;
  --primary-2: #283a5b;
  --dark: #0f1108;
  --primary: #de7a22;
  --tertiary: #f4cc70;
  --action: #20948b;
  --hover-action: #5b0100;
  --secondary: #6ab187;
  --action-2: #83ba56;
  --primary-bg: #3980e5;
  --light: #ebf2fa;
  --brand-blue: #0078d7;
  --action-green: #00cc6a;
  --white-2: #fafafa;
  --white: white;
  --black: black;
  --section-border: #e7e9ef;
  --text-darker: #262c35;
}

body {
  color: #3e4651;
  font-family: Source Sans Pro, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1em;
}

h1 {
  text-align: right;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.05em;
}

h2 {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 60px;
  font-weight: 300;
  line-height: 1.05em;
}

h3 {
  width: 100%;
  margin-top: 0;
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 40px;
  font-weight: 300;
  line-height: 1em;
}

h5 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 30px;
  font-weight: 300;
  line-height: 1em;
}

h6 {
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 18px;
  font-weight: 400;
  line-height: 1em;
}

p {
  color: var(--text);
  align-self: flex-start;
  width: 100%;
  font-family: Cabin, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

a {
  color: var(--primary-2);
  font-family: Cabin, sans-serif;
  font-weight: 400;
  line-height: 1.2em;
  text-decoration: underline;
}

a:hover {
  color: #1976d2;
}

ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 40px;
}

li {
  text-align: left;
  margin-top: 8px;
  font-family: Cabin, sans-serif;
  font-size: 18px;
  line-height: 1.2em;
}

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

strong {
  font-weight: bold;
}

.logo {
  color: var(--dark);
  height: 115px;
}

.icon {
  flex: none;
  margin-left: 2px;
  font-family: Fontastic Fat, sans-serif;
  font-size: 50px;
  line-height: 1em;
  display: block;
}

.icon.muted {
  color: #737b85;
}

.icon.menu {
  color: var(--dark);
  margin-right: 4px;
  font-family: Fontastic Basic, sans-serif;
  font-size: 18px;
}

.icon.menu.muted {
  color: #26222399;
  top: 2px;
}

.icon.review-icon {
  opacity: .6;
  color: var(--primary);
  margin-left: 0;
  font-family: Fontastic Basic, sans-serif;
  font-size: 38px;
  line-height: 1.2em;
}

.icon.review-rating {
  color: #f5c537;
  letter-spacing: 1px;
  padding-bottom: 13px;
  font-family: Fontastic Basic, sans-serif;
  font-size: 17px;
  display: inline;
  position: relative;
  top: 3px;
}

.icon.bullet {
  color: var(--primary);
  margin-right: 6px;
  font-family: Fontastic Basic, sans-serif;
  font-size: 26px;
  line-height: 1em;
}

.icon.bullet.dots-bullet {
  align-self: center;
  margin-left: 0;
  font-size: 24px;
}

.icon.link {
  margin-left: 4px;
  padding-bottom: 8px;
  font-family: Fontastic Basic, sans-serif;
  font-size: 120%;
  display: inline;
  inset: -5px 0 0;
}

.icon.modal-icon {
  cursor: default;
  margin-top: 15px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 42px;
  font-weight: 400;
  line-height: 1em;
}

.icon.phone {
  margin-right: 2px;
  padding-top: 3px;
  font-family: Fontastic basic, sans-serif;
  font-size: 15px;
  display: inline-block;
}

.icon.icon-dots {
  font-size: 40px;
}

.nav-item {
  flex: none;
  font-size: 18px;
  font-weight: 300;
}

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

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

.nav-dropdown {
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
  display: flex;
}

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

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

.nav-dropdown-item-text {
  color: #3e4651;
  margin: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 300;
}

.nav-dropdown-item-text:hover {
  opacity: 1;
}

.review {
  text-align: center;
  flex: none;
  align-self: flex-start;
  width: 100%;
}

.review-text {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 25px;
  line-height: 1.3em;
}

.review-author {
  color: var(--tertiary);
  flex: none;
  padding-bottom: 6px;
  font-family: Nothing You Could Do, sans-serif;
  font-size: 24px;
  line-height: 1em;
  display: inline;
}

.review-footer {
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: 10px;
  line-height: 37px;
  display: block;
}

.map {
  border-radius: 4px;
  min-width: 200px;
  max-height: 310px;
}

.regular-text {
  color: #3e4651;
  width: 100%;
  padding-left: 5px;
  padding-right: 5px;
  font-weight: 300;
}

.lead {
  font-size: 24px;
  line-height: 1.1em;
}

.bg-transparency {
  background-color: #0000;
}

.nav-menu-block {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-menu-mobile-dropdown {
  align-items: center;
  margin-right: 6px;
  font-size: 16px;
  display: flex;
}

.brand {
  justify-content: center;
  align-items: center;
  width: 30%;
  margin-top: 7px;
  margin-bottom: 7px;
  padding-left: 0;
  transition: opacity .2s;
  display: flex;
}

.brand:hover {
  opacity: .8;
}

.brand.w--current {
  padding-left: 0;
}

.service {
  text-align: center;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #c5ccd4;
  border-radius: 2px;
  flex-direction: column;
  align-items: center;
  width: 100%;
  transition: transform .2s, box-shadow .2s;
  display: flex;
}

.service:hover {
  transition: transform .2s, box-shadow .2s;
}

.service.box-hover {
  flex-wrap: wrap;
}

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

.center {
  text-align: center;
  justify-content: center;
  align-self: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}

.footer-content {
  border-top: 1px solid #c5ccd4;
  flex-direction: column;
  align-items: center;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: flex;
}

.nicejob-logo {
  width: 22px;
  margin-bottom: 8px;
  margin-left: 2px;
  display: inline-block;
}

.inline-text {
  align-self: center;
  margin-left: 3px;
  margin-right: 3px;
  display: inline-block;
}

._404-message {
  text-align: center;
  margin-top: 100px;
  margin-bottom: 200px;
}

.button {
  color: #3e4651;
  background-color: #0000;
  border-radius: 4px;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding: 12px 7px;
  font-size: 16px;
  font-weight: 300;
  display: flex;
}

.button.h-lead.curved {
  border-radius: 0 20px 20px 0;
  margin-left: -5px;
}

.button.n-review {
  color: #3e4651;
  background-color: #0000;
  border: 1px solid #323942;
  width: auto;
  margin-top: 20px;
}

.button.solid {
  border: 1px solid var(--action);
  background-color: var(--action);
  color: #fff;
}

.button.solid.cta.h-lead.curved {
  border-radius: 0 20px 20px 0;
  margin-left: -5px;
}

.button.nav-item {
  color: #3e4651;
  flex: none;
  width: auto;
}

.button.outline {
  border: 1px solid var(--hover-action);
  background-color: #fff;
  font-weight: 400;
}

.button.outline.cta {
  padding-top: 11px;
  padding-bottom: 11px;
}

.button.outline.cta.curved {
  border-radius: 20px 0 0 20px;
}

.button.outline.n-review {
  max-width: 300px;
}

.button.outline.modal-button {
  margin-top: 10px;
  margin-bottom: 10px;
}

.button.nav-item {
  padding-left: 10px;
  padding-right: 10px;
  font-family: Sintony, sans-serif;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.fancy-list {
  flex-direction: column;
  flex: none;
  margin-top: 10px;
  display: flex;
}

.address-line {
  margin-top: 0;
  font-size: 18px;
  line-height: 1.2em;
}

.header {
  z-index: 9000;
  background-color: #fff;
  border-bottom: 1px solid #e7e9ef;
  padding-top: 5px;
  padding-bottom: 5px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  box-shadow: 1px 1px 3px #0000003b;
}

.screamer-logo {
  float: left;
  flex: none;
  height: 100px;
  margin-right: 20px;
  display: inline-block;
}

.photo-wrapper {
  border: 1px solid #e7e9ef;
  border-radius: 4px;
  align-self: flex-start;
  width: 100%;
}

.photo-text {
  color: var(--secondary);
  width: auto;
  margin: 15px 10px;
  font-weight: 400;
  line-height: 1.2em;
}

.feature-link {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.locations {
  align-self: flex-start;
}

.feature-icon-bg {
  background-color: var(--primary);
  color: #fff;
  border-radius: 1000px;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 140px;
  height: 140px;
  margin-bottom: 20px;
  display: flex;
}

.feature-icon-bg.button-hover {
  border: 1px solid var(--primary);
  background-color: var(--primary);
}

.page-headline {
  background-color: var(--primary-2);
  color: #fff;
  text-align: center;
  margin-top: 0;
  padding-top: 45px;
  padding-bottom: 45px;
}

.screamer {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section {
  background-color: #fff;
  border-bottom: 1px solid #e7e9ef;
  flex-wrap: wrap;
  justify-content: center;
  width: 100%;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

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

.section._404 {
  margin-top: 120px;
}

.section.cta-sticky-bottom {
  z-index: 9000;
  color: #fff;
  background-color: #000;
  border-bottom-style: none;
  width: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.feature {
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 100%;
  display: flex;
}

.horizontal-line {
  border-top: 3px solid var(--tertiary);
  width: 60px;
  margin-bottom: 10px;
  display: block;
}

.copy {
  text-align: left;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.container {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  min-height: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.nav-block {
  flex-direction: row;
  justify-content: space-between;
}

.container.features-container-engine {
  flex-wrap: nowrap;
}

.container.screamer-container {
  justify-content: center;
  align-items: center;
  max-width: 1080px;
}

.container.container-dots {
  max-width: 1080px;
}

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

.container.house-container {
  justify-content: space-between;
}

.footer-lead {
  margin-left: 2px;
  margin-right: 2px;
  font-size: 20px;
  display: inline-block;
}

.link-mute {
  color: var(--text);
  align-self: center;
  margin-left: 1px;
  margin-right: 1px;
  font-weight: 300;
}

.service-link {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.privacy {
  margin-top: 10px;
  margin-bottom: 30px;
}

.photo {
  width: 100%;
  height: auto;
}

.list-item {
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.review-city {
  flex: none;
  margin-left: 7px;
  margin-right: 7px;
  line-height: 1em;
  display: inline;
}

.nicework-heading {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
}

.cta {
  flex: 0 auto;
  align-self: center;
  width: 150px;
}

.footer-brand {
  align-self: center;
  margin-bottom: 20px;
}

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

.button-text {
  color: var(--text);
  flex: none;
  font-family: Cabin, sans-serif;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  display: inline;
}

.button-text.dropdown {
  line-height: 24px;
}

.button-text.caps {
  text-transform: uppercase;
  font-size: 1.1vw;
}

.footer-engine {
  font-size: 16px;
  display: flex;
}

.interstatial-modal {
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  flex-direction: column;
  flex: 1;
  align-items: center;
  min-width: 300px;
  max-width: 600px;
  padding: 20px;
  display: flex;
}

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

.modal-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 320px;
  display: flex;
}

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

.service-text {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-left: 3px;
  padding-right: 3px;
  display: flex;
}

.link-v2 {
  color: #1e40c5;
  font-weight: 400;
}

.bold {
  font-weight: 400;
}

.service-arrow {
  font-family: Fontastic Basic, sans-serif;
  font-size: 22px;
  position: relative;
  top: 5px;
}

.social-link {
  color: var(--text);
  margin-left: 4px;
  margin-right: 4px;
  font-family: Fontastic social, sans-serif;
  font-size: 55px;
}

.box-hover {
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 0 10px #00000080;
}

.box-hover:hover {
  box-shadow: 0 0 25px #00000080;
}

.text-hover {
  color: var(--action-2);
  text-shadow: none;
  cursor: pointer;
  font-size: 18px;
  line-height: 20px;
}

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

.text-hover.link-v2 {
  color: var(--tertiary);
}

.service-button {
  margin-bottom: 12px;
}

.curved-cta {
  border: 1px solid var(--primary);
  background-color: var(--primary);
  color: #fff;
  border-radius: 100px;
  margin-top: -40px;
  margin-bottom: -40px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-block;
  position: relative;
}

.curved-cta.n-review.button-hover {
  background-color: var(--primary-2);
  border-style: none;
  border-color: #eba66d;
  border-radius: 2px;
  font-family: Sintony, sans-serif;
}

.curved-cta-text {
  text-align: center;
  margin: 15px auto;
  padding: 10px 5px;
  font-family: Cabin, sans-serif;
  font-size: 30px;
  line-height: 1px;
  display: block;
}

.curved-cta-parent {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.number-icon {
  color: var(--primary);
  justify-content: center;
  align-self: center;
  align-items: center;
  height: 120px;
  margin-right: 30px;
  font-family: Fontastic basic, sans-serif;
  font-size: 120px;
  display: flex;
}

.button-hover {
  cursor: pointer;
  transition: transform .2s, box-shadow .2s;
  box-shadow: 0 0 10px #00000080;
}

.button-hover:hover {
  border: 1px solid var(--hover-action);
  background-color: var(--hover-action);
  color: #fff;
  font-weight: 400;
  box-shadow: 0 0 25px #00000080;
}

.no-padding {
  margin: 0;
}

.hero-menu {
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 20px;
  display: flex;
}

.hero-menu-button {
  border: 2px solid #fff;
  justify-content: center;
  align-items: center;
  width: 205px;
  padding: 10px 20px;
  display: flex;
}

.hero-menu-button.box-hover {
  flex: none;
}

.hero-menu-button.middle-button {
  margin-left: 10px;
  margin-right: 10px;
}

.box {
  flex: none;
  min-width: 10%;
  max-width: 100%;
  padding: 20px;
}

.column.cities {
  margin-right: 20px;
}

.list-of-cities {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.header-navigation {
  flex-direction: column;
  flex: none;
  align-items: flex-end;
  padding-top: 15px;
  padding-bottom: 15px;
  display: flex;
}

.slash-code {
  min-width: 50px;
  height: 50px;
  display: block;
  position: relative;
}

.pointer-line-up-right {
  border-top: 3px solid var(--tertiary);
  border-left: 3px solid var(--tertiary);
  align-self: flex-end;
  width: 65%;
  height: 50px;
  margin-bottom: 15px;
}

.pointer-line-up-left {
  border-top: 3px solid var(--tertiary);
  border-right: 3px solid var(--tertiary);
  width: 65%;
  height: 50px;
  margin-bottom: 15px;
}

.pointer-line-down-right {
  border-bottom: 3px solid var(--tertiary);
  border-left: 3px solid var(--tertiary);
  align-self: flex-end;
  width: 65%;
  height: 50px;
  margin-top: 15px;
}

.pointer-line-down-left {
  border-right: 3px solid var(--tertiary);
  border-bottom: 3px solid var(--tertiary);
  width: 65%;
  height: 50px;
  margin-top: 15px;
}

.nicejob-code {
  align-self: stretch;
  width: 100%;
}

.white {
  color: #fff;
}

.review-us-section {
  margin-bottom: -10px;
}

.cta-bottom {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

._404-page-heading {
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 60px;
}

.copyright-embed {
  align-self: center;
  font-family: Cabin, sans-serif;
  font-size: 12px;
  line-height: 24px;
  display: inline;
}

.link-block {
  align-self: center;
}

.brand-engine {
  margin-top: 10px;
  margin-bottom: 10px;
}

.navigation-menu-engine-1 {
  align-items: center;
  display: flex;
}

.navigation-link-engine {
  justify-content: center;
  align-items: center;
  font-weight: 500;
  line-height: 20px;
  transition: all .4s;
  display: flex;
}

.navigation-link-engine:hover {
  color: var(--primary);
}

.dropdown-toggle-engine {
  padding: 0;
}

.dropdown-arrow-engine {
  align-self: center;
  margin-top: 4px;
  margin-bottom: 0;
  font-size: 12px;
  display: block;
}

.dropdown-link-engine {
  color: var(--dark);
  background-color: #fff;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 40px;
  font-family: Playfair Display, sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: all .4s;
}

.dropdown-link-engine:hover {
  color: var(--primary);
}

.features-container-engine {
  width: 100%;
  display: flex;
}

.heading {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading.supplier-heading {
  margin-bottom: 20px;
}

.heading.review-container {
  background-color: #fff;
  border-radius: 45px;
  padding: 45px;
  box-shadow: 0 0 30px #00000080;
}

.heading.review-container.below-hero {
  box-shadow: 0 2px 6px #0000001a;
}

.cities-container-engine-1 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.social-icons-engine-1 {
  padding-top: 10px;
  display: inline-block;
}

.social-icon-engine-1 {
  margin-left: 2px;
  margin-right: 2px;
  font-family: Fontastic social, sans-serif;
  font-size: 30px;
  line-height: 20px;
}

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

.dropdown-menu-engine-1 {
  align-items: center;
  padding-right: 40px;
  display: flex;
}

.dropdown-list-engine-1.w--open {
  background-color: #fff;
  align-self: flex-start;
  margin-top: 80px;
  padding-bottom: 5px;
  box-shadow: 1px 1px 3px #000, 7px 7px 20px #0000001a;
}

.button-dots {
  border: 1px solid var(--tertiary);
  background-color: var(--tertiary);
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-radius: 100px;
  width: 100%;
  padding: 11px 4px;
  font-family: Open Sans, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-dots:hover, .button-dots.button-dots-v2, .button-dots.button-dots-v2:hover {
  border-color: var(--action);
  background-color: var(--action);
}

.button-dots.button-dots-v2.nj-lead.button-hover {
  background-color: #ffae00;
  border-style: none;
  border-color: #d6522c;
  border-radius: 2px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Sintony, sans-serif;
  font-weight: 400;
  transition: all .2s ease-in-out;
}

.button-dots.button-dots-v2.nj-lead.button-hover:hover {
  transform: translate(0, -5px);
}

.button-dots.button-dots-v2.nj-lead.button-hover.white-text {
  background-color: var(--primary-2);
  color: #fff;
  border-radius: 4px;
  font-family: Cabin, sans-serif;
}

.button-dots.button-hover {
  color: var(--text);
  background-color: #fff;
  border-style: solid;
  border-color: #00cc6a;
  border-radius: 4px;
  font-family: Cabin, sans-serif;
  font-weight: 400;
  transition-timing-function: ease-in-out;
}

.button-dots.button-hover:hover {
  transform: translate(0, -5px);
}

.cta-flexible-dots {
  flex-wrap: wrap;
  align-self: center;
  align-items: center;
  margin-left: -4px;
  margin-right: -4px;
  display: flex;
}

.cta-flexible-dots.center-tablet {
  align-self: flex-start;
}

.cta-flexible-dots.footer-cta {
  justify-content: center;
}

.cta-dots {
  width: 150px;
  margin: 4px;
  display: flex;
}

.section-dots {
  padding-top: 100px;
  padding-bottom: 100px;
}

.section-dots.nice-job-section {
  padding-top: 50px;
  padding-bottom: 60px;
}

.body-dots {
  font-family: Poppins, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.content-copy-dots {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dots-wrapper {
  display: flex;
}

.dot {
  background-color: #90caf9;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin-right: 10px;
}

.dot.right-dot {
  margin-right: 0;
}

.feature-wrapper-dots-1 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 30px;
  display: flex;
}

.feature-wrapper-dots-1.accolades {
  justify-content: flex-start;
}

.feature-icon-bg-dots {
  border: 1px solid var(--primary);
  background-image: linear-gradient(135deg, var(--primary), black 98%, var(--tertiary));
  color: #fff;
  border-radius: 1000px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 28px;
  display: flex;
}

.feature-text-dots-1 {
  flex-direction: column;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.feature-heading-dots {
  color: #3e4651;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Avenirltstd, sans-serif;
  font-size: 26px;
  font-weight: 600;
}

.paragraph-dots {
  margin-top: 10px;
  font-family: Avenirltstd, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-dots.address-text-dots {
  text-align: center;
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 20px;
}

.paragraph-dots.reviews-link-dots {
  margin-top: 25px;
}

.review-header {
  color: var(--text);
  letter-spacing: 1px;
  text-transform: none;
  text-shadow: none;
  margin-bottom: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 46px;
}

.gallery-hover-icon {
  opacity: 0;
  color: #000;
  text-align: center;
  margin: auto;
  position: absolute;
  inset: 0;
  transform: scale(1.5);
}

.service-image {
  border-radius: 25px;
  width: 66%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.content-image-box {
  align-self: stretch;
  width: 60%;
  padding: 40px;
}

.content-copy-box {
  justify-content: center;
  align-items: center;
  width: 40%;
  padding: 30px 40px;
  display: flex;
}

.paragraph-large-dots {
  font-family: Poppins, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.paragraph-large-dots.top-margin-dots {
  margin-top: 20px;
}

.paragraph-large-dots.list-item-dots {
  margin-bottom: 0;
}

.screamer-heading-dots {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Avenirltstd, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.screamer-caption-dots {
  color: #3e4651;
  font-family: Avenirltstd, sans-serif;
  font-size: 22px;
  line-height: 30px;
}

.button-engine {
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  border-radius: 4px;
  width: 100%;
  padding: 15px 15px 13px;
  font-family: Poppins, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 20px;
  transition: all .2s;
}

.button-engine:hover {
  border-color: var(--action);
  background-color: var(--action);
}

.button-engine.button-engine-v2 {
  border-color: var(--tertiary);
  background-color: var(--tertiary);
}

.services-container-dots {
  flex-wrap: wrap;
  width: 100%;
  display: flex;
}

.image-dots {
  border-radius: 8px;
  transition: transform .45s;
}

.image-dots:hover {
  transform: scale(1.05);
}

.feature-text-dots {
  background-color: #fff;
  padding: 33px 25px;
}

.feature-text-dots.services-dots {
  margin-top: 20px;
  padding: 0;
  font-size: 14px;
}

.feature-text-dots.services-dots.services-text {
  background-color: #0000;
  width: 50%;
  margin-top: 0;
  padding-left: 0;
  padding-right: 45px;
}

.feature-text-dots.services-dots.services-text.right-copy {
  padding-left: 45px;
  padding-right: 0;
}

.feature-wrapper-dots {
  flex-direction: column;
  width: 25%;
  margin-bottom: 30px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  text-decoration: none;
  display: flex;
}

.image-mask {
  z-index: 1;
  border-radius: 8px;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-mask.box-hover {
  max-height: 62vw;
}

.image-mask.box-hover.services-dots {
  max-height: 120px;
}

.b-screamer {
  background-color: var(--primary-bg);
  background-image: linear-gradient(to right, var(--primary-bg), #43cea2);
  color: #fff;
  justify-content: center;
  padding-top: 45px;
  padding-bottom: 45px;
  display: flex;
}

.review-copy {
  color: var(--text);
  text-shadow: none;
  border-radius: 8px;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Cabin, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 400;
  line-height: 1.2em;
}

.contact-us-box-dots {
  flex-direction: column;
  align-items: center;
  width: 30%;
  padding: 40px 10px;
  display: flex;
}

.contact-us-box-dots.address {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.footer-logo-dots {
  height: 100px;
}

.footer-logo-box-dots {
  margin-bottom: 20px;
  display: inline-block;
}

.map-box-dots {
  border-left: 1px #0003;
  border-right: 1px #0003;
  width: 40%;
  padding: 40px 50px;
}

.footer-heading {
  text-transform: uppercase;
  font-family: Droid Sans, sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.2em;
}

.footer-heading.margin-top {
  color: #fff;
  margin-top: 20px;
}

.address-container-dots {
  text-align: center;
}

.link-block-2 {
  align-self: center;
}

.cities-column-dots {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
}

.screamer-text-dots {
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.screamer-image-dots {
  height: 130px;
  margin-right: 20px;
}

.screamer-image-dots.house-image {
  height: auto;
  margin-right: 0;
}

.social-dots {
  opacity: 1;
  margin-bottom: 10px;
}

.social-link-dots {
  color: var(--text);
  margin-left: 4px;
  margin-right: 4px;
  font-family: Fontastic social, sans-serif;
  font-size: 55px;
  line-height: 55px;
}

.social-link-dots.text-hover {
  color: #000;
  font-family: Nicejob, sans-serif;
  font-size: 32px;
  text-decoration: none;
}

.custom-service-wrapper {
  align-items: center;
  padding-top: 0;
  display: flex;
}

.custom-service-wrapper.reverse {
  flex-direction: row-reverse;
  padding-top: 0;
}

.custom-service-wrapper.reverse.aligned-top {
  align-items: flex-start;
}

.custom-service-wrapper.is-reversed {
  flex-direction: row-reverse;
}

.custom-service-wrapper.aligned-top {
  align-items: flex-start;
}

.custom-service-wrapper.top-align {
  align-items: flex-start;
  margin-top: 15px;
}

.custom-service-wrapper.new {
  align-items: flex-start;
}

.financing-link {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 33.3333%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.accolade-image {
  width: 160px;
  margin-bottom: 20px;
}

.accolade-image.uamcc-logo {
  width: 150px;
  padding-top: 5px;
}

.accolade-image.pwra-logo {
  width: 165px;
  margin-bottom: 30px;
  padding-top: 10px;
}

.supplier-and-partner-logos {
  justify-content: center;
  align-items: center;
  width: 16.6667%;
  display: flex;
}

.supplier-logo {
  width: 120px;
}

.supplier-logo.eaten-logo {
  width: 70px;
}

.supplier-logo.buckley-logo {
  width: 75px;
}

.houzz-badge {
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 25%;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.financing-small-print {
  color: var(--text);
  max-width: 300px;
  margin-top: 20px;
  font-size: 10px;
}

.van-image {
  max-height: 450px;
}

.video-text {
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
  font-family: Cabin, sans-serif;
  font-size: 22px;
  line-height: 26px;
}

.video-bg {
  background-color: #1976d2;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  inset: 0;
}

.video-icon {
  color: #fff;
  font-family: Font awesome tux, sans-serif;
  font-size: 80px;
  line-height: 80px;
}

.video-lightbox-link {
  width: 33.3333%;
  position: relative;
}

.video-lightbox-link.full-screen {
  width: 33%;
}

.cities-group {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.page-title {
  margin-top: 10px;
  font-family: Droid Sans, sans-serif;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
}

.video-backdrop-color {
  background-image: url('../images/Video-Review-Background.jpg');
  background-position: 50%;
  background-size: cover;
  height: 25vw;
}

.big-spacer {
  height: 140px;
}

.e-dropdown {
  justify-content: center;
  align-items: center;
  padding: 12px 10px;
  display: flex;
}

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

.e-menu-text {
  color: #3e4651;
  flex: none;
  font-family: Poppins, sans-serif;
  font-weight: 400;
  line-height: 24px;
  display: inline;
}

.e-menu-text.is-dropdown {
  font-family: Cabin, sans-serif;
  line-height: 24px;
}

.nav-dropdown-text-item {
  color: #3e4651;
  margin: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-family: Cabin, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.nav-dropdown-text-item:hover {
  opacity: 1;
}

.nav-dropdown-text-item.w--current {
  color: #6ab34e;
}

.video-container {
  width: 40%;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.service-header {
  color: var(--primary-2);
  text-transform: none;
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Droid Sans, sans-serif;
  font-size: 44px;
  font-weight: 700;
  text-decoration: none;
}

.service-header.btm-margin {
  margin-bottom: 25px;
}

.service-header.additional {
  text-align: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  font-size: 34px;
}

.slim-copy {
  width: 980px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.large-copy {
  color: #3e4651;
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
}

.b-footer {
  background-color: var(--primary-2);
  border: 1px #000;
  border-top: 3px solid #0078d7;
  padding-top: 45px;
  padding-bottom: 45px;
}

.b-copyright {
  background-color: #fff;
}

.footer-text {
  text-align: center;
  margin-bottom: 5px;
  font-family: Cabin, sans-serif;
  font-size: 20px;
}

.footer-text.city {
  color: #fff;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 1.2em;
}

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

.ctas {
  display: flex;
}

.b-intro {
  padding-top: 0;
  padding-bottom: 45px;
}

.b-intro.new {
  padding-bottom: 90px;
}

.intro-headline {
  text-align: center;
  font-family: Droid Sans, sans-serif;
  font-size: 44px;
  font-weight: 700;
}

.intro-headline.is-smaller {
  font-size: 36px;
}

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

.b-hero {
  background-image: url('../images/a-kleener-image-van.jpg');
  background-position: 50% 66%;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-end;
  height: 700px;
  padding-bottom: 2.5%;
  display: flex;
}

.b-hero.brecksville-lp {
  background-image: url('../images/a-kleener-image-van.jpg');
  background-size: cover;
}

.b-hero.parma-heights-lp {
  background-image: url('../images/a-kleener-image-van.jpg');
}

.b-hero.hudson-lp {
  background-image: url('../images/a-kleener-image-team_1.jpg');
  background-size: cover;
}

.b-hero.medina-lp {
  background-image: url('../images/a-kleener-image-team_1.jpg');
}

.b-hero.north-royalton-lp {
  background-image: url('../images/a-kleener-image-team.jpg');
}

.b-hero.home {
  background-image: url('../images/a-kleener-image-van.jpg');
}

.headline {
  margin-top: 0;
  padding-left: 0;
  padding-right: 0;
  font-family: Avenirltstd, sans-serif;
  font-size: 64px;
}

.headline.white-mobile {
  color: #fff;
  font-family: Droid Sans, sans-serif;
  font-size: 54px;
  font-weight: 700;
}

.full-width {
  width: 100%;
}

.full-width.center {
  display: flex;
}

.hero-overlay-dots-2 {
  width: 40%;
  padding-right: 40px;
}

.hero-overlay-dots-2.on-video {
  background-color: var(--primary-bg);
  background-image: linear-gradient(to right, var(--primary-bg), #43cea2);
  text-align: center;
  border-radius: 12px 12px 0 0;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding: 45px 45px 20px;
}

.hero-overlay-dots-2.on-video.on-mobile {
  color: #fff;
  background-color: #212121d9;
  background-image: none;
  border-radius: 20px;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 20px;
  display: block;
}

.subheadline {
  color: #fff;
  font-family: Cabin, sans-serif;
  font-size: 26px;
}

.link-2 {
  color: #fff;
  font-size: 20px;
}

.link-2:hover {
  color: var(--light);
}

._50-width {
  width: 50%;
}

.standout-wrapper.image-mid {
  text-align: left;
  justify-content: center;
  display: flex;
}

.standout-copy {
  background-color: var(--primary-2);
  color: #fff;
  border-radius: 12px;
  padding: 45px;
  box-shadow: 1px 1px 8px #00000078;
}

.standout-header {
  color: #fff;
  font-family: Droid Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 32px;
}

.b-review {
  background-color: var(--brand-blue);
  padding-top: 90px;
  padding-bottom: 90px;
}

.b-review.below-hero {
  background-color: #0000;
}

.review-link {
  font-size: 20px;
}

.review-link:hover {
  color: #0e7945;
}

.about-us-wrap {
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 45px;
  margin-bottom: 0;
  padding: 45px;
  display: flex;
  box-shadow: 1px 1px 8px #0000003b;
}

.about-header {
  font-family: Avenirltstd roman, sans-serif;
  font-size: 28px;
}

.about-header.center {
  font-family: Droid Sans, sans-serif;
  font-weight: 700;
}

.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-2 {
  font-family: Droid Sans, sans-serif;
  font-size: 44px;
}

.submit-button {
  background-color: var(--action-green);
  border-radius: 4px;
  font-family: Cabin, sans-serif;
}

.nav-dropdown-2 {
  padding: 9px;
  font-family: Open Sans, sans-serif;
  font-size: 18px;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

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

.text-block-2 {
  color: #3e4651;
  font-family: Avenirltstd, sans-serif;
  font-size: 14px;
  font-weight: 400;
}

.icon-menu {
  color: #00cc6a;
  font-family: "Fa solid 900", sans-serif;
}

.nav-dropdown-item-text-2 {
  color: #160e0c;
  margin: 2px;
  padding-top: 8px;
  padding-bottom: 8px;
  font-weight: 300;
}

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

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

.link-block-text-2 {
  text-align: center;
  font-size: 18px;
  line-height: 1.2em;
}

.services-grid-2 {
  flex-wrap: wrap;
  justify-content: center;
  width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.services-grid-2._2-row {
  justify-content: center;
}

.mini-service-image {
  border-radius: 2px;
  width: 250px;
  height: 150px;
  margin-bottom: 20px;
}

.b-services-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 45px;
  display: flex;
}

.container-2 {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 90%;
  max-width: 1200px;
  min-height: 10px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-2.container-dots {
  max-width: 1080px;
}

.service-link-block-3 {
  color: #3e4651;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  width: 26%;
  height: 250px;
  margin-bottom: 20px;
  margin-left: 20px;
  margin-right: 20px;
  padding: 20px 10px;
  font-size: 16px;
  transition: all .2s ease-in-out;
  display: flex;
  position: relative;
  box-shadow: 0 7px 19px -7px #00000054;
}

.service-link-block-3:hover {
  background-color: var(--primary-2);
  color: #fff;
  transform: translate(0, -5px);
}

.image-showcase-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 45px;
  display: flex;
}

.service-video-wrap {
  width: 500px;
  height: 250px;
  margin-left: 10px;
  margin-right: 10px;
}

.service-img {
  width: auto;
  height: 250px;
  display: block;
}

.service-img.side-margin {
  margin-left: 10px;
  margin-right: 10px;
}

.service-img.top-img {
  margin-bottom: 45px;
}

.service-img.no-set-height {
  width: 100%;
  height: auto;
}

.service-img.no-set-height._2 {
  margin-top: 30px;
}

.intro-video-wrap {
  width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.usp-section {
  background-color: #f5f5f580;
  padding-top: 20px;
  padding-bottom: 20px;
}

.usp-section.hidden-on-tablet {
  background-color: #fff;
  padding-top: 45px;
  padding-bottom: 0;
}

.usp-section.hidden-on-tablet.new {
  background-color: var(--white-2);
  margin-bottom: 90px;
  padding-bottom: 45px;
}

.usp-copy {
  text-align: center;
  flex: 1;
  margin-top: auto;
  font-size: 18px;
}

.usp-icon {
  color: var(--brand-blue);
  margin-bottom: 10px;
  font-family: "Fa solid 900", sans-serif;
  font-size: 64px;
}

.usp-heading {
  color: #3e4651;
  text-align: center;
  margin-top: 0;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 20px;
  font-family: Droid Sans, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2em;
}

.usp-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: grid;
}

.usp-box {
  border-right: 1px #60bdee;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.usp-box.last {
  border-right-style: none;
}

.hours {
  color: #fff;
  text-align: center;
}

.white-copy {
  color: #fff;
  margin-bottom: 20px;
  font-size: 16px;
}

.reviewers-name {
  color: var(--text);
  text-align: left;
  font-family: Cabin, sans-serif;
  font-size: 20px;
  display: flex;
}

.reviewers-name.left-margin {
  margin-left: 5px;
}

.review-icon-2 {
  font-family: Nicejob, sans-serif;
  display: inline-block;
}

.review-icon-2.yelp {
  color: #c1362e;
  margin-right: 5px;
}

.review-icon-2.facebook {
  color: #29487d;
  margin-right: 5px;
}

.review-icon-2.google {
  color: var(--dark);
  margin-right: 5px;
}

.location {
  margin-left: 5px;
}

.inline-header {
  font-family: Cabin, sans-serif;
  font-size: 24px;
  font-weight: 600;
}

.fa-usp {
  color: var(--brand-blue);
  margin-bottom: 15px;
  font-family: "Fa 300", sans-serif;
  font-size: 70px;
  font-weight: 300;
  line-height: 1.2em;
}

.process {
  width: 100%;
  margin-top: 60px;
}

.heading-4 {
  font-family: Cabin, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.process-inner-wpr {
  flex-wrap: wrap;
  justify-content: space-around;
  display: flex;
}

.process-title {
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.process-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  box-shadow: none;
  background-color: #fff;
  border-radius: 4px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 25%;
  margin-left: 15px;
  margin-right: 15px;
  padding: 10px;
  display: flex;
}

.process-number-2 {
  color: #0000000a;
  font-family: Cabin, sans-serif;
  font-size: 180px;
  font-weight: 700;
  line-height: 180px;
  position: relative;
  inset: 0% 0% auto;
}

.process-text {
  color: var(--white);
  text-align: left;
  margin-top: -90px;
  font-family: Cabin, sans-serif;
  font-size: 18px;
  line-height: 1.4em;
  position: relative;
  top: auto;
}

.b-additional-services {
  background-color: var(--white-2);
}

.additional-services-wpr {
  align-items: stretch;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 60px;
  display: flex;
}

.additional-service-block {
  background-color: #fff;
  align-self: stretch;
  width: 33%;
  margin-left: 10px;
  margin-right: 10px;
  box-shadow: 0 1px 8px #00000014;
}

.additional-service-content {
  background-color: #fff;
  flex-direction: column;
  padding: 15px;
  display: flex;
}

.heading-3 {
  margin-bottom: 20px;
  font-family: Cabin, sans-serif;
  font-size: 26px;
  font-weight: 400;
}

.name-wrap {
  display: flex;
}

.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: #1b1b1b;
  font-family: Cabin, sans-serif;
}

.copyright-embed-2 {
  color: #505050;
  letter-spacing: 2px;
  align-self: center;
  margin-right: 5px;
  font-family: Cabin, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.4;
  display: inline;
}

.small-print-2 {
  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;
}

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

.nav-divider.hide-mobile {
  margin-left: -5px;
  padding-left: 0;
}

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

.light-footer {
  background-color: #fff;
}

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

.small-print-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: none;
  margin-left: 5px;
  margin-right: 5px;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 300;
  line-height: 1.4px;
  text-decoration: none;
  transition: color .2s;
}

.small-print-link:hover {
  color: #bbb;
}

.small-print-link.light {
  color: #1b1b1b;
  font-family: Cabin, sans-serif;
}

.reverse, .reverse:hover {
  color: #fff;
}

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

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

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"], html.w-mod-js [data-ix="pop-2"], html.w-mod-js [data-ix="pop-3"], html.w-mod-js [data-ix="pop-4"] {
  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="move-up-500ms"], html.w-mod-js [data-ix="move-up-1000ms"], html.w-mod-js [data-ix="more-up-1500ms"], html.w-mod-js [data-ix="move-up-2000ms"], html.w-mod-js [data-ix="move-up-2500ms"], html.w-mod-js [data-ix="move-up-3000ms"], html.w-mod-js [data-ix="move-up-3500ms"], html.w-mod-js [data-ix="move-up-4000ms"], html.w-mod-js [data-ix="move-up-4500ms"], html.w-mod-js [data-ix="move-up-5000ms"], html.w-mod-js [data-ix="move-up-5500ms"] {
  opacity: 0;
  transform: translate(0, 50px);
}

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

html.w-mod-js [data-ix="move-up-200ms"], html.w-mod-js [data-ix="move-up-400ms"], html.w-mod-js [data-ix="move-up-600ms"], html.w-mod-js [data-ix="move-up-800ms"] {
  opacity: 0;
  transform: translate(0, 50px);
}

html.w-mod-js [data-ix="move-right"], html.w-mod-js [data-ix="move-right-200ms"], html.w-mod-js [data-ix="move-right-400ms"], html.w-mod-js [data-ix="move-right-600ms"], html.w-mod-js [data-ix="move-right-800ms"] {
  opacity: 0;
  transform: translate(-50px);
}

html.w-mod-js [data-ix="move-left"], html.w-mod-js [data-ix="move-left-200ms"], html.w-mod-js [data-ix="move-left-400ms"], html.w-mod-js [data-ix="move-left-600ms"], html.w-mod-js [data-ix="move-left-800ms"], html.w-mod-js [data-ix="move-left-1000ms"] {
  opacity: 0;
  transform: translate(50px);
}

@media screen and (max-width: 991px) {
  h1 {
    clear: left;
    text-align: center;
    margin-bottom: 5px;
  }

  h2 {
    font-size: 50px;
  }

  h3 {
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    display: block;
  }

  .icon.menu {
    margin-right: 5px;
    display: inline-block;
  }

  .nav-item {
    margin-left: 14px;
  }

  .nav-dropdown {
    display: block;
  }

  .nav-dropdown-item-text {
    background-color: #fff;
  }

  .review {
    align-self: stretch;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .review-text {
    font-weight: 300;
  }

  .map {
    align-self: center;
  }

  .lead {
    font-size: 23px;
  }

  .bg-transparency {
    padding-top: 10px;
  }

  .nav-menu-block {
    background-color: #fff;
    border-bottom: 1px solid #e7e9ef;
    width: 100%;
    padding-top: 10px;
    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: 50px;
    display: block;
  }

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

  .brand {
    width: 300px;
  }

  .brand.w--current {
    justify-content: center;
    display: flex;
  }

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

  .inline-text {
    width: 100%;
    display: inline;
  }

  .button.nav-item {
    text-align: left;
    justify-content: flex-start;
    margin-left: 3px;
  }

  .fancy-list {
    flex-direction: column;
  }

  .header {
    padding-bottom: 0;
    position: static;
  }

  .screamer-logo {
    float: none;
    margin-bottom: 15px;
    margin-right: 0;
  }

  .photo-text {
    font-weight: 400;
  }

  .locations {
    flex-direction: column;
    display: flex;
  }

  .page-headline {
    margin-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .screamer {
    text-align: center;
    flex-direction: column;
  }

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

  .section._404 {
    margin-top: 200px;
  }

  .copy {
    display: flex;
  }

  .copy.content {
    margin-left: 10px;
    margin-right: 10px;
  }

  .container {
    place-content: stretch space-between;
  }

  .container.nav-block {
    flex-direction: column;
    align-items: center;
    padding-top: 70px;
    display: flex;
  }

  .container.features-container-engine {
    flex-wrap: wrap;
  }

  .container.house-container {
    justify-content: space-around;
  }

  .list-item {
    margin-top: 0;
  }

  .nicework-heading {
    font-size: 54px;
  }

  .button-text.dropdown {
    position: relative;
    bottom: 3px;
  }

  .button-text.caps {
    font-size: 2vw;
  }

  .footer-engine {
    flex-direction: column;
    align-items: flex-start;
  }

  .curved-cta-parent {
    margin-bottom: 20px;
  }

  .hero-menu {
    flex-direction: column;
  }

  .hero-menu-button.middle-button {
    margin: 10px 0;
  }

  .slash-code {
    display: none;
  }

  .cta-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .cta-bottom-text {
    font-size: 32px;
  }

  ._404-page-heading {
    font-size: 50px;
  }

  .brand-engine {
    align-items: center;
  }

  .navigation-menu-engine-1 {
    background-color: var(--dark);
  }

  .navigation-link-engine.no-dropdown-engine.white {
    justify-content: flex-start;
  }

  .dropdown-arrow-engine {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-right: 20px;
  }

  .dropdown-link-engine {
    background-color: #fff;
  }

  .features-container-engine {
    flex-wrap: wrap;
  }

  .social-icons-engine-1 {
    float: left;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
  }

  .dropdown-menu-engine-1 {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .cta-flexible-dots {
    align-self: flex-start;
  }

  .cta-flexible-dots.center-tablet {
    justify-content: flex-end;
    align-self: center;
  }

  .cta-flexible-dots.center-tablet.header-cta.copy-cta {
    justify-content: flex-start;
  }

  .cta-flexible-dots.footer-cta {
    align-self: center;
  }

  .section-dots {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feature-wrapper-dots-1, .feature-wrapper-dots-1.accolades {
    width: 33.3333%;
  }

  .gallery-hover-icon {
    opacity: .8;
    display: none;
  }

  .service-image {
    width: 66%;
  }

  .content-image-box {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 20px;
    display: flex;
  }

  .content-copy-box {
    order: -1;
    width: 100%;
  }

  .screamer-heading-dots, .screamer-caption-dots {
    text-align: center;
  }

  .feature-text-dots.services-dots {
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .feature-text-dots.services-dots.services-text {
    order: -1;
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .feature-text-dots.services-dots.services-text.right-copy {
    padding-left: 0;
  }

  .feature-wrapper-dots {
    width: 100%;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-mask {
    width: 100%;
    margin: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .image-mask.box-hover {
    max-height: 550px;
    margin: 0 0 20px;
  }

  .image-mask.box-hover.services-dots {
    margin-left: 0;
    margin-right: 0;
  }

  .contact-us-box-dots {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .contact-us-box-dots.address {
    align-items: center;
    width: 100%;
  }

  .footer-logo-dots {
    align-self: flex-start;
  }

  .map-box-dots {
    border-left-style: none;
    border-right-style: none;
    flex-direction: column;
    order: -1;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .address-container-dots {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .cities-column-dots {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 30px;
    margin-right: 30px;
    padding-right: 0;
    display: flex;
  }

  .screamer-text-dots {
    align-items: center;
    width: 100%;
  }

  .screamer-image-dots {
    margin-bottom: 10px;
  }

  .social-dots {
    margin-bottom: 0;
  }

  .custom-service-wrapper {
    flex-wrap: wrap;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 40px;
  }

  .custom-service-wrapper.top-align {
    margin-top: 0;
  }

  .custom-service-wrapper.top-align.new, .custom-service-wrapper.new {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
  }

  .financing-link {
    width: 30%;
  }

  .houzz-badge {
    width: 50%;
    margin-bottom: 40px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .van-image {
    max-height: 300px;
  }

  .video-lightbox-link.full-screen {
    width: 100%;
  }

  .big-spacer {
    display: none;
  }

  .e-dropdown {
    display: block;
  }

  .e-menu-text.is-dropdown {
    position: relative;
    bottom: 3px;
  }

  .nav-dropdown-text-item {
    background-color: #fff;
  }

  .video-container {
    width: 60%;
  }

  .slim-copy {
    width: 100%;
  }

  .b-service {
    padding-top: 45px;
  }

  .b-hero {
    background-image: url('../images/a-kleener-image-carpet-cleaning-team.jpg');
    background-position: 50%;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
    height: 500px;
    padding-top: 2.5%;
    padding-bottom: 0%;
    display: flex;
  }

  .headline.white-mobile {
    color: #fff;
    font-size: 2rem;
  }

  .hero-overlay-dots-2 {
    width: 80%;
  }

  .hero-overlay-dots-2.on-video.on-mobile {
    width: 100%;
  }

  .subheadline {
    font-size: 22px;
  }

  ._50-width {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 45px;
    display: block;
  }

  .nav-dropdown-2 {
    margin-left: -6px;
  }

  .services-grid-2 {
    flex-wrap: wrap;
    justify-content: center;
    width: 90%;
  }

  .mini-service-image {
    width: 125px;
    height: auto;
  }

  .container-2 {
    flex-direction: row;
    place-content: stretch space-between;
  }

  .service-link-block-3 {
    width: 27%;
    height: 200px;
    margin-bottom: 20px;
    font-size: 17px;
  }

  .image-showcase-wrap {
    flex-direction: column;
  }

  .service-video-wrap.margin-bottom, .service-img.side-margin.margin-bottom {
    margin-bottom: 10px;
  }

  .service-img.hide-tablet, .service-img.no-set-height._2 {
    display: none;
  }

  .intro-video-wrap {
    width: 500px;
  }

  .usp-section.hidden-on-tablet {
    display: none;
  }

  .usp-heading {
    text-align: center;
    margin-top: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .usp-container {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .usp-box {
    flex-direction: column;
    justify-content: center;
    margin-top: 0;
  }

  .usp-box.last {
    margin-top: 0;
  }

  .reviewers-name {
    flex-direction: row;
  }

  .process-block {
    width: 35%;
  }

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

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

@media screen and (max-width: 767px) {
  h1 {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 24px;
  }

  h2 {
    font-size: 40px;
  }

  h4 {
    font-size: 36px;
  }

  .logo {
    height: 100px;
    overflow: visible;
  }

  .icon.review-icon {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown {
    margin-left: -3px;
  }

  .review {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .lead {
    font-size: 21px;
  }

  .brand {
    margin-bottom: 10px;
  }

  .service {
    margin-top: 15px;
    margin-bottom: 10px;
  }

  .address {
    text-align: center;
  }

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

  .button.nav-item {
    margin-left: 0;
  }

  .fancy-list {
    flex-direction: column;
  }

  .locations {
    align-items: center;
    width: 100%;
  }

  .screamer {
    flex-direction: column;
  }

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

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

  .copy.content {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    justify-content: space-between;
    width: 95%;
  }

  .container.screamer-container {
    flex-direction: column;
  }

  .container.container-dots {
    justify-content: center;
  }

  .container.house-container {
    justify-content: space-around;
  }

  .container.supplier-container {
    justify-content: center;
  }

  .nicework-heading {
    font-size: 36px;
  }

  .button-text.caps {
    font-size: 18px;
  }

  .interstatial-modal {
    margin-left: 25px;
    margin-right: 25px;
  }

  .curved-cta-text {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 24px;
  }

  .number-icon {
    justify-content: center;
    align-self: flex-start;
    height: 100px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-right: 0;
    font-size: 100px;
  }

  .header-navigation {
    padding-bottom: 5px;
  }

  .nicejob-code {
    min-width: auto;
  }

  .cta-bottom-text {
    font-size: 24px;
    line-height: 28px;
  }

  ._404-page-heading {
    font-size: 40px;
  }

  .heading {
    width: 90%;
  }

  .cta-flexible-dots {
    align-self: flex-start;
  }

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

  .feature-wrapper-dots-1, .feature-wrapper-dots-1.accolades {
    width: 100%;
  }

  .feature-heading-dots {
    font-size: 24px;
  }

  .review-header {
    font-size: 32px;
    line-height: 40px;
  }

  .review-header.center {
    align-self: center;
  }

  .gallery-hover-icon {
    width: 40px;
  }

  .content-image-box {
    padding: 15px;
  }

  .paragraph-large-dots {
    line-height: 26px;
  }

  .paragraph-large-dots.top-margin-dots {
    font-size: 20px;
  }

  .screamer-heading-dots {
    font-size: 32px;
  }

  .services-container-dots {
    flex-wrap: wrap;
  }

  .image-dots {
    margin-top: -80px;
  }

  .feature-wrapper-dots {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .image-mask.box-hover {
    max-height: auto;
    height: auto;
  }

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

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

  .screamer-text-dots {
    align-items: center;
  }

  .screamer-image-dots {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .supplier-and-partner-logos {
    width: 25%;
    padding: 17px;
  }

  .houzz-badge {
    padding-left: 30px;
    padding-right: 30px;
  }

  .van-image {
    max-height: 200px;
  }

  .video-bg {
    height: 200px;
  }

  .video-lightbox-link.full-screen {
    width: 100%;
    height: 200px;
  }

  .video-backdrop-color {
    height: 200px;
  }

  .e-dropdown {
    margin-left: -3px;
  }

  .video-container {
    width: 70%;
  }

  .b-intro {
    padding-top: 0;
    padding-bottom: 45px;
  }

  .b-service {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .b-hero {
    background-image: url('../images/a-kleener-image-carpet-cleaning-team.jpg');
    background-position: 50% 66%;
    background-size: cover;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    height: 375px;
    padding-bottom: 0%;
    display: flex;
  }

  .headline {
    font-size: 2rem;
  }

  .headline.white-mobile {
    color: #fff;
    font-size: 1.5rem;
  }

  .hero-overlay-dots-2 {
    width: 70%;
    margin-left: 10px;
    margin-right: 10px;
  }

  .hero-overlay-dots-2.on-video.on-mobile {
    background-color: #212121cc;
    background-image: none;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .subheadline {
    font-size: 1rem;
  }

  ._50-width {
    width: 955%;
  }

  .nav-dropdown-2 {
    margin-left: 14px;
  }

  .mini-service-image {
    width: 100px;
  }

  .container-2 {
    justify-content: space-between;
    width: 95%;
  }

  .container-2.container-dots {
    justify-content: center;
  }

  .service-link-block-3 {
    width: 40%;
    height: 175px;
  }

  .usp-heading {
    margin-bottom: 20px;
  }

  .usp-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    margin-top: 0;
  }

  .usp-box {
    border-style: none none solid;
    border-bottom-width: 1px;
    border-bottom-color: #58ac00;
    padding-left: 20px;
    padding-right: 20px;
  }

  .usp-box.last {
    border-bottom-style: none;
  }

  .reviewers-name {
    line-height: 22px;
  }

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

  .additional-services-wpr {
    flex-wrap: wrap;
  }

  .additional-service-block {
    width: 46%;
  }

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

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 22px;
  }

  h3 {
    margin-top: 10px;
  }

  h4 {
    font-size: 33px;
  }

  p {
    font-size: 17px;
  }

  li {
    font-size: 18px;
  }

  .logo {
    height: 80px;
  }

  .icon.menu.muted {
    font-size: 16px;
  }

  .icon.review-rating {
    margin-left: 0;
    display: inline-block;
    top: -20px;
  }

  .icon.phone {
    font-size: 16px;
  }

  .nav-dropdown {
    margin-left: -6px;
    font-size: 16px;
  }

  .review {
    padding-left: 5px;
    padding-right: 5px;
  }

  .review-author {
    display: inline-block;
    position: relative;
  }

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

  .lead {
    font-size: 20px;
  }

  .nav-menu-mobile {
    padding-left: 10px;
  }

  .brand {
    width: auto;
  }

  .brand.w--current {
    width: 90%;
  }

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

  .button {
    width: 130px;
    padding-left: 4px;
    padding-right: 4px;
    font-size: 16px;
  }

  .fancy-list {
    flex-wrap: wrap;
  }

  .page-headline {
    padding-left: 3px;
    padding-right: 3px;
  }

  .section.cta-sticky-bottom {
    padding-top: 10px;
  }

  .copy.content {
    margin-left: 0;
    margin-right: 0;
  }

  .container.footer-container-dots {
    padding-top: 30px;
  }

  .container.financing-container-2 {
    justify-content: center;
  }

  .privacy {
    padding-left: 5px;
    padding-right: 5px;
  }

  .review-city {
    margin-left: 0;
    margin-right: 0;
    display: inline-block;
    position: relative;
    top: -10px;
  }

  .nicework-heading {
    font-size: 2rem;
    line-height: 1.2em;
  }

  .cta {
    width: 130px;
  }

  .footer-engine {
    flex-direction: column;
    font-size: 13px;
  }

  .interstatial-modal {
    margin-left: 30px;
    margin-right: 30px;
  }

  .modal-button {
    width: 100%;
  }

  .hero-menu {
    margin-top: 20px;
    margin-left: 0;
  }

  .column {
    text-align: center;
  }

  .column.cities {
    margin-right: 0;
  }

  .list-of-cities {
    flex-direction: column;
  }

  .header-navigation {
    padding-top: 5px;
  }

  .cta-bottom-text {
    font-size: 18px;
    line-height: 24px;
  }

  ._404-page-heading {
    font-size: 36px;
  }

  .heading.review-container {
    padding: 20px;
  }

  .button-dots {
    padding: 8px 5px;
    font-size: 13px;
  }

  .button-dots.button-dots-v2.nj-lead.button-hover.white-text {
    width: 120px;
  }

  .button-dots.button-hover {
    width: 122px;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cta-flexible-dots {
    justify-content: flex-start;
  }

  .cta-flexible-dots.center-tablet {
    justify-content: center;
  }

  .cta-flexible-dots.center-tablet.header-cta {
    justify-content: flex-end;
  }

  .cta-flexible-dots.center-tablet.header-cta.copy-cta {
    justify-content: flex-start;
  }

  .cta-flexible-dots.center-tablet.header-cta.align-mid-mobile {
    justify-content: center;
  }

  .cta-dots {
    width: 130px;
    margin-right: 0;
  }

  .content-copy-dots.center-portrait {
    text-align: center;
    align-items: center;
  }

  .feature-text-dots-1 {
    margin-top: 20px;
    margin-left: 0;
  }

  .paragraph-dots.address-text-dots {
    margin-top: 2px;
    margin-bottom: 2px;
    line-height: 20px;
  }

  .review-header {
    font-size: 1.3rem;
    line-height: 1.2em;
  }

  .service-image {
    width: 95%;
  }

  .content-image-box {
    padding: 5px;
  }

  .content-copy-box {
    padding: 10px 10px 40px;
  }

  .paragraph-large-dots {
    font-size: 18px;
  }

  .paragraph-large-dots.top-margin-dots {
    line-height: 28px;
  }

  .image-dots {
    margin-top: 0;
  }

  .feature-text-dots.services-dots.services-text {
    padding-right: 0;
  }

  .feature-text-dots.services-dots.services-text.right-copy {
    padding-left: 0;
  }

  .feature-wrapper-dots {
    margin: 10px;
  }

  .image-mask {
    margin-left: 10px;
    margin-right: 10px;
  }

  .image-mask.box-hover {
    max-height: 350px;
  }

  .review-copy {
    font-size: 18px;
    line-height: 1.3em;
  }

  .contact-us-box-dots {
    padding: 50px 0 0;
  }

  .contact-us-box-dots.address {
    margin-bottom: 0;
  }

  .map-box-dots {
    border-left-style: none;
    border-right-style: none;
    padding: 5px;
  }

  .footer-heading.white {
    margin-top: -45px;
  }

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

  .screamer-text-dots {
    align-items: center;
  }

  .screamer-image-dots {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .custom-service-wrapper {
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .custom-service-wrapper.top-align {
    padding-left: 0;
    padding-right: 0;
  }

  .financing-link {
    width: 90%;
    margin-bottom: 30px;
  }

  .supplier-and-partner-logos {
    width: 50%;
  }

  .houzz-badge {
    padding-left: 10px;
    padding-right: 10px;
  }

  .van-image {
    max-height: 120px;
  }

  .video-text {
    margin-bottom: 10px;
  }

  .e-dropdown {
    margin-left: -6px;
    font-size: 16px;
  }

  .video-container {
    width: 90%;
  }

  .service-header {
    font-size: 2rem;
  }

  .service-header.btm-margin {
    margin-bottom: 0;
  }

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

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

  .intro-headline, .intro-headline.is-smaller {
    font-size: 2rem;
  }

  .b-service {
    padding-left: 10px;
    padding-right: 10px;
  }

  .b-hero {
    background-image: url('../images/a-kleener-image-carpet-cleaning-team.jpg');
    background-position: 50%;
    background-size: cover;
    justify-content: flex-end;
    height: 300px;
    padding-bottom: 0%;
  }

  .headline.white-mobile {
    margin-bottom: 0;
    font-size: 1.5rem;
  }

  .hero-overlay-dots-2 {
    width: 100%;
    margin-left: 5px;
    margin-right: 5px;
  }

  .hero-overlay-dots-2.on-video.on-mobile {
    background-color: #212121cc;
    width: 100%;
    margin-top: 0;
    padding: 20px 10px 10px;
    position: absolute;
  }

  .subheadline {
    margin-top: 10px;
    font-size: 16px;
  }

  .standout-copy {
    padding: 20px;
  }

  .standout-header {
    font-size: 1.33rem;
    line-height: 1.2em;
  }

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

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

  .about-header.center {
    font-size: 1.5rem;
  }

  .link-block-text-2 {
    font-size: 24px;
  }

  .services-grid-2 {
    flex-direction: column;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
  }

  .mini-service-image {
    width: 200px;
    margin-bottom: 0;
  }

  .b-services-2 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .service-link-block-3 {
    width: 225px;
    height: 225px;
    margin-bottom: 20px;
    padding-top: 3px;
    padding-bottom: 3px;
  }

  .service-video-wrap.margin-bottom {
    width: 250px;
    height: auto;
  }

  .service-img {
    height: 200px;
  }

  .intro-video-wrap {
    width: 250px;
  }

  .usp-container {
    margin-top: 0;
  }

  .reviewers-name {
    text-align: center;
    flex-direction: column;
  }

  .process-title {
    margin-bottom: -80px;
  }

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

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

  .additional-service-block {
    width: 100%;
    margin-bottom: 30px;
  }

  .small-print-2 {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .nicejob-logo-colour {
    width: 20px;
    margin-bottom: 5px;
  }

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

#w-node-_08910f11-1ed4-77c5-f723-7ce1547d7a4f-19ea1a8b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_08910f11-1ed4-77c5-f723-7ce1547d7a56-19ea1a8b {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_08910f11-1ed4-77c5-f723-7ce1547d7a5d-19ea1a8b {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_08910f11-1ed4-77c5-f723-7ce1547d7a4f-e45a8628 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_08910f11-1ed4-77c5-f723-7ce1547d7a56-e45a8628 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_08910f11-1ed4-77c5-f723-7ce1547d7a5d-e45a8628 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
}

#w-node-_08910f11-1ed4-77c5-f723-7ce1547d7a4f-65fa3d5d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_08910f11-1ed4-77c5-f723-7ce1547d7a56-65fa3d5d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_08910f11-1ed4-77c5-f723-7ce1547d7a5d-65fa3d5d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
}

#w-node-_08910f11-1ed4-77c5-f723-7ce1547d7a4f-e2b9e759 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_08910f11-1ed4-77c5-f723-7ce1547d7a56-e2b9e759 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_08910f11-1ed4-77c5-f723-7ce1547d7a5d-e2b9e759 {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
}

#w-node-_08910f11-1ed4-77c5-f723-7ce1547d7a56-d57b85ae {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_08910f11-1ed4-77c5-f723-7ce1547d7a4f-d57b85ae {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_08910f11-1ed4-77c5-f723-7ce1547d7a5d-d57b85ae {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
}

#w-node-_08910f11-1ed4-77c5-f723-7ce1547d7a4f-c6542a9d {
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
}

#w-node-_08910f11-1ed4-77c5-f723-7ce1547d7a56-c6542a9d {
  grid-area: 1 / 1 / 2 / 2;
  align-self: start;
}

#w-node-_08910f11-1ed4-77c5-f723-7ce1547d7a5d-c6542a9d {
  grid-area: 1 / 3 / 2 / 4;
  align-self: stretch;
}


@font-face {
  font-family: 'Fa brands 400';
  src: url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.woff2') format('woff2'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.eot') format('embedded-opentype'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.woff') format('woff'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.ttf') format('truetype'), url('../fonts/fa-brands-400.svg') format('svg'), url('../fonts/fa-brands-400_1.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa 400';
  src: url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.woff2') format('woff2'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.eot') format('embedded-opentype'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.woff') format('woff'), url('../fonts/fa-regular-400.ttf') format('truetype'), 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.woff2') format('woff2'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.eot') format('embedded-opentype'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.woff') format('woff'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.ttf') format('truetype'), url('../fonts/fa-solid-900.svg') format('svg'), url('../fonts/fa-solid-900_1.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fa duotone 900';
  src: url('../fonts/fa-duotone-900.woff2') format('woff2'), url('../fonts/fa-duotone-900.eot') format('embedded-opentype'), url('../fonts/fa-duotone-900.woff') format('woff'), url('../fonts/fa-duotone-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.woff2') format('woff2'), url('../fonts/fa-light-300.eot') format('embedded-opentype'), url('../fonts/fa-light-300.woff') format('woff'), url('../fonts/fa-light-300.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Fontastic Fat';
  src: url('../fonts/fat.eot') format('embedded-opentype'), url('../fonts/fat.woff') format('woff'), url('../fonts/fat.ttf') format('truetype'), url('../fonts/fat.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontastic social';
  src: url('../fonts/fontastic-social.eot') format('embedded-opentype'), url('../fonts/fontastic-social.woff') format('woff'), url('../fonts/fontastic-social.ttf') format('truetype'), url('../fonts/fontastic-social.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Fontastic basic';
  src: url('../fonts/fontastic-basic.eot') format('embedded-opentype'), url('../fonts/fontastic-basic.woff') format('woff'), url('../fonts/fontastic-basic.ttf') format('truetype'), url('../fonts/fontastic-basic.svg') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Font awesome tux';
  src: url('../fonts/font-awesome-tux.eot') format('embedded-opentype'), url('../fonts/font-awesome-tux.woff') format('woff'), url('../fonts/font-awesome-tux.ttf') format('truetype'), url('../fonts/font-awesome-tux.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;
}
@font-face {
  font-family: 'Avenirltstd';
  src: url('../fonts/AvenirLTStd-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'Avenirltstd roman';
  src: url('../fonts/AvenirLTStd-Roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}