/*-- -------------------------- -->
<---           Fonts            -->
<--- -------------------------- -*/

@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Teko";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Teko-Regular.ttf") format("truetype");
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Teko";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/Teko-Light.ttf") format("truetype"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Teko";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Teko-Medium.ttf") format("truetype"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Teko";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/Teko-SemiBold.ttf") format("truetype"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}
@font-face {
  font-display: swap; /* Check https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/font-display for other options. */
  font-family: "Teko";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/Teko-Bold.ttf") format("truetype"); /* Chrome 36+, Opera 23+, Firefox 39+, Safari 12+, iOS 10+ */
}

body,
html {
  /* reset margin and padding so there's no gap between the nav and the screen edges */
  margin: 0;
  padding: 0;
  font-size: 24px;
  scroll-behavior: smooth;
}

:root {
  /* remove this whole :root and put in your global css file that's shared on all pages, then just remove this section from all other Stitches you add later, only need this once in your global stylesheet */
  --primary: #fc0b08;
  /* --secondary: #8fb339; */
  --secondary: #a6a6a6;
  --tertiary: #8fabb4;
  --herobg: #03045e;
  --card1: #d6f1ff;
  --card2: #ebf8ff;
  --topperTextColor: #0077b6;
  --topperTextColorLight: #9cfcfc;
  --headerColor: #1a1a1a;
  --headerColorWhite: #ffffff;
  --bodyTextColor: #4e4b66;
  --bodyTextColorWhite: #fafbfc;
  --listColor: #302525;
  --backgroundLight: #fff;
  --backgroundDark: #151515;
  --backgroundYellow: #fef8ec;
  /* --backgroundDarkBlue: #010228; */
  --iconBackground: #f4f4f4;
  /* From old template */
  /* --primary: #01072b;
  --secondary: #548cf4;
  --blue: #1337b7; */
  /* 13px - 16px */
  --topperFontSize: clamp(0.875rem, 1.4vw, 1rem);
  /* 31px - 49px */
  --headerFontSize: clamp(1.75rem, 3.9vw, 2.25rem);
  --bodyFontSize: 1rem;
  /* 60px - 100px top and bottom */
  --sectionPadding: clamp(3.75em, 7.82vw, 6.25em) 1rem;
}

h1,
h2,
h3,
h4,
h5,
h6,
label,
button,
a,
li {
  font-family: "Teko", "Arial", sans-serif;
}

p,
textarea,
input,
span {
  font-family: "Teko", "Arial", sans-serif;
  line-height: 1.6rem;
  letter-spacing: 1.5px;
}

.card-header,
.desc {
  letter-spacing: 2px;
}

.list-header {
  font-size: 1.25rem;
  line-height: 1.2em;
  font-weight: 500;
  margin: 0 0 0.5rem 0;
  color: var(--headerColor);
  letter-spacing: 2px;
}

.list-text {
  font-size: 1rem;
  line-height: 1.5em;
  margin: 0;
  text-align: left;
  color: var(--bodyTextColor);
  letter-spacing: 1px;
}

.cs-text {
  color: var(--bodyTextColor);
}

.title {
  max-width: 20ch;
  font-size: var(--headerFontSize);
  font-weight: 700;
  color: var(--headerColor);
  margin: 0 0 0.25rem 0;
  text-transform: uppercase;
}

.separator {
  width: 72px;
  height: 15px;
  position: relative;
  margin-bottom: 2rem;
}

.text {
  width: 100%;
  line-height: 1.5rem;
  margin-bottom: 1rem;
  letter-spacing: 1px;
  color: var(--bodyTextColor);
}

.cs-topper {
  font-family: "Teko", "Arial", sans-serif;
  color: var(--primary);
  font-size: var(--topperFontSize);
  line-height: 1.2em;
  text-align: inherit;
  letter-spacing: 0.1em;
  font-weight: 900;
  margin-bottom: 1rem;
  display: block;
  text-transform: uppercase;
}

.header {
  font-size: var(--headerFontSize);
  font-weight: 900;
  line-height: 1.2em;
  text-align: inherit;
  max-width: 43.75rem;
  margin: 0;
  color: var(--headerColor);
  position: relative;
}

/* @import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap'); */

@media only screen and (max-width: 63.9375rem) {
  /*-- -------------------------- -->
  <---     Mobile Navigation      -->
  <--- -------------------------- -*/
  /* Mobile - 1023px */
  body.cs-open {
    overflow: hidden;
  }
  #cs-navigation {
    width: 100%;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    padding: 0.75rem 1rem;
    background-color: var(--backgroundLight);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed;
    z-index: 10000;
  }
  #cs-navigation:before {
    content: "";
    width: 100%;
    height: 0vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1100;
    transition:
      height 0.5s,
      opacity 0.5s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  #cs-navigation.cs-active:before {
    height: 150vh;
    opacity: 1;
  }
  #cs-navigation.cs-active .cs-ul-wrapper {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 0.15s;
  }
  #cs-navigation.cs-active .cs-li {
    opacity: 1;
    transform: translateY(0);
  }
  #cs-navigation .cs-container {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #cs-navigation .cs-logo {
    width: 40%;
    max-width: 6rem;
    height: 100%;
    margin: 0 auto 0 0;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  #cs-navigation .cs-logo img {
    width: 100%;
    height: 100%;
    /* ensures the image never overflows the container. It stays contained within it's width and height and expands to fill it then stops once it reaches an edge */
    object-fit: contain;
  }
  #cs-navigation .cs-toggle {
    /* 44px - 48px */
    width: clamp(2.75rem, 6vw, 3rem);
    height: clamp(2.75rem, 6vw, 3rem);
    margin: 0 0 0 auto;
    background-color: transparent;
    border: none;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cs-navigation .cs-active .cs-line1 {
    top: 50%;
    transform: translate(-50%, -50%) rotate(225deg);
  }
  #cs-navigation .cs-active .cs-line2 {
    top: 50%;
    transform: translate(-50%, -50%) translateY(0) rotate(-225deg);
    transform-origin: center;
  }
  #cs-navigation .cs-active .cs-line3 {
    opacity: 0;
    bottom: 100%;
  }
  #cs-navigation .cs-box {
    /* 24px - 28px */
    width: clamp(1.5rem, 2vw, 1.75rem);
    /* 14px - 16px */
    height: clamp(0.875rem, 1.5vw, 1rem);
    position: relative;
  }
  #cs-navigation .cs-line {
    width: 100%;
    height: 2px;
    background-color: var(--primary);
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #cs-navigation .cs-line1 {
    top: 0;
    transition:
      transform 0.5s,
      top 0.3s,
      left 0.3s;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
    transform-origin: center;
  }
  #cs-navigation .cs-line2 {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition:
      top 0.3s,
      left 0.3s,
      transform 0.5s;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  #cs-navigation .cs-line3 {
    bottom: 0;
    transition:
      bottom 0.3s,
      opacity 0.3s;
  }
  #cs-navigation .cs-ul-wrapper {
    width: 100%;
    height: auto;
    padding-bottom: 2.4em;
    background-color: #fff;
    box-shadow: inset rgba(0, 0, 0, 0.2) 0px 8px 24px;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    overflow: hidden;
    transform: scaleY(0);
    transition:
      transform 0.4s,
      opacity 0.3s;
    transform-origin: top;
  }
  #cs-navigation .cs-ul {
    width: 100%;
    height: auto;
    max-height: 65vh;
    margin: 0;
    padding: 3rem 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem;
    overflow: scroll;
  }
  #cs-navigation .cs-li {
    text-align: center;
    list-style: none;
    width: 100%;
    margin-right: 0;
    opacity: 0;
    /* transition from these values */
    transform: translateY(-4.375rem);
    transition:
      transform 0.6s,
      opacity 0.9s;
  }
  #cs-navigation .cs-li:nth-of-type(1) {
    transition-delay: 0.05s;
  }
  #cs-navigation .cs-li:nth-of-type(2) {
    transition-delay: 0.1s;
  }
  #cs-navigation .cs-li:nth-of-type(3) {
    transition-delay: 0.15s;
  }
  #cs-navigation .cs-li:nth-of-type(4) {
    transition-delay: 0.2s;
  }
  #cs-navigation .cs-li:nth-of-type(5) {
    transition-delay: 0.25s;
  }
  #cs-navigation .cs-li:nth-of-type(6) {
    transition-delay: 0.3s;
  }
  #cs-navigation .cs-li:nth-of-type(7) {
    transition-delay: 0.35s;
  }
  #cs-navigation .cs-li:nth-of-type(8) {
    transition-delay: 0.4s;
  }
  #cs-navigation .cs-li:nth-of-type(9) {
    transition-delay: 0.45s;
  }
  #cs-navigation .cs-li:nth-of-type(10) {
    transition-delay: 0.5s;
  }
  #cs-navigation .cs-li:nth-of-type(11) {
    transition-delay: 0.55s;
  }
  #cs-navigation .cs-li:nth-of-type(12) {
    transition-delay: 0.6s;
  }
  #cs-navigation .cs-li:nth-of-type(13) {
    transition-delay: 0.65s;
  }
  #cs-navigation .cs-li-link {
    /* 16px - 24px */
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    line-height: 1.2em;
    text-decoration: none;
    margin: 0;
    color: var(--headerColor);
    display: inline-block;
    position: relative;
  }
  #cs-navigation .cs-li-link:before {
    /* active state underline */
    content: "";
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: 1;
    display: none;
    position: absolute;
    bottom: -0.125rem;
    left: 0;
  }
  #cs-navigation .cs-li-link.cs-active:before {
    display: block;
  }
  #cs-navigation .cs-button-solid {
    display: none;
  }
}

@media only screen and (max-width: 47.9375rem) {
  #content .button-group .int-button {
    font-size: 0.7rem;
  }
}

@media only screen and (min-width: 0rem) {
  #navigation .li-link svg {
    fill: var(--primary);
  }

  /*-- -------------------------- -->
  <---          Buttons           -->
  <--- -------------------------- -*/
  .cs-button-solid {
    font-size: 1.25rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    letter-spacing: 1.5px;
    text-decoration: none;
    font-weight: 500;
    text-align: center;
    margin: 0;
    color: #fff;
    border: none;
    min-width: 9.375rem;
    padding: 0 1.5rem;
    background-color: var(--primary);
    border-radius: 0.5rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    transition: background-color 0.3s;
    text-transform: uppercase;
  }

  .cs-button-solid:hover {
    background-color: #ca0502;
  }

  .cs-button-transparent {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 9.375rem;
    padding: 0 1.5rem;
    background-color: transparent;
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    transition: color 0.3s;
    text-transform: uppercase;
  }

  .cs-button-transparent:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: #fff;
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }

  .cs-button-transparent:after {
    /* border */
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: transparent;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    border: 2px solid #fff;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
    pointer-events: none;
  }

  .cs-button-transparent:hover {
    color: var(--primary);
  }

  .cs-button-transparent:hover:before {
    width: 100%;
  }

  .separator path {
    fill: var(--primary);
  }

  #content .button-group .int-button {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 0.25rem;
    line-height: clamp(2.875rem, 8vw, 3.5rem);
    text-decoration: none;
    text-transform: uppercase;
    font-weight: 700;
    color: #000;
    padding: 0.2rem 0.5rem;
    background-color: #fff;
    position: relative;
    z-index: 1;
    transition: background-color 0.5s;
    height: 3rem;
  }

  #content .button-group .int-button svg {
    width: 1.25rem;
    height: auto;
  }

  #content .button-group .button-active {
    background-color: var(--primary);
    color: #fff;
  }
  #content .button-group .button-active svg path {
    stroke: #fff;
  }
  #content .button-group .int-button:hover {
    background-color: var(--primary);
    color: #fff;
  }
  #content .button-group .int-button:hover svg path {
    stroke: #fff;
  }

  #button-box-837 {
    width: 100%;
    max-width: 39.375rem;
    margin-bottom: 2rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    gap: 1.5rem;
  }
  #button-box-837 .cs-link {
    text-decoration: none;
    padding-right: 1.875rem;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 1rem;
    position: relative;
  }
  #button-box-837 .cs-link:hover:before {
    width: 100%;
    height: 3.5em;
    /* border-radius: 1.875rem; */
  }
  #button-box-837 .cs-link:hover .cs-wrapper {
    transform: scale(1.2);
  }
  #button-box-837 .cs-link:hover .cs-icon {
    transform: translateX(0.4375rem);
  }
  #button-box-837 .cs-link:before {
    /* light green circle that animates on hover */
    content: "";
    width: 3rem;
    height: 3rem;
    background: var(--backgroundYellow);
    /* border-radius: 1.5rem; */
    opacity: 1;
    position: absolute;
    display: block;
    top: 50%;
    left: 0;
    z-index: 0;
    transform: translateY(-50%);
    transition:
      width 0.3s,
      height 0.3s,
      border-radius 0.3s;
  }
  /* #button-box-837 .cs-link:nth-of-type(3):before {
    height: 5rem;
  } */
  #button-box-837 .cs-link:nth-of-type(3):hover:before {
    height: 5.5rem;
  }
  #button-box-837 .cs-wrapper {
    width: 3rem;
    height: 3rem;
    display: flex;
    justify-content: center;
    align-items: center;
    /* prevents flexbox from squishing it */
    flex: none;
    transition: transform 0.3s;
  }
  #button-box-837 .cs-icon {
    width: 1.5rem;
    height: auto;
    display: block;
    transition: transform 0.3s;
    fill: var(--primary);
    z-index: 1;
  }
  #button-box-837 .cs-icon path {
    fill: var(--primary);
  }
  #button-box-837 .cs-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
    z-index: 1;
  }
  #button-box-837 .cs-header {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
    display: block;
  }
  #button-box-837 .cs-link-content {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 400;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
  }

  /*-- -------------------------- -->
  <---   Interior Service Page    -->
  <--- -------------------------- -*/

  /*-- -------------------------- -->
  <---          Banner            -->
  <--- -------------------------- -*/
  #banner-1106-1112 {
    padding: var(--sectionPadding);
    padding-top: 15.625rem;
    padding-bottom: 7.5rem;
    /* clips the line from causing overflow issues for going off screen */
    overflow: hidden;
    position: relative;
    z-index: 1;
  }
  #banner-1106-1112 .cs-container {
    text-align: center;
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 0.75rem;
  }
  #banner-1106-1112 .cs-int-title {
    /* 39px - 61px */
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    margin: 0;
    color: var(--bodyTextColorWhite);
    position: relative;
  }
  #banner-1106-1112 .cs-breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner-1106-1112 .cs-link {
    font-size: 1rem;
    line-height: 1.2em;
    text-decoration: none;
    color: var(--bodyTextColorWhite);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner-1106-1112 .cs-link:last-of-type::after {
    display: none;
  }
  #banner-1106-1112 .cs-link:after {
    /* chevron */
    content: "";
    width: 0.4375rem;
    height: 0.75rem;
    margin: 0 1rem;
    background: url("https://csimg.nyc3.cdn.digitaloceanspaces.com/Icons/white-chev.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    display: block;
  }
  #banner-1106-1112 .cs-link.cs-active {
    color: var(--secondary);
  }
  #banner-1106-1112 .cs-background {
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
  }
  #banner-1106-1112 .cs-background:before {
    /* background color overlay */
    content: "";
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    background: -moz-linear-gradient(
      left,
      rgba(26, 26, 26, 0.94) 0%,
      rgba(26, 26, 26, 0) 100%
    );
    /* FF3.6-15 */
    background: -webkit-linear-gradient(
      left,
      rgba(26, 26, 26, 0.94) 0%,
      rgba(26, 26, 26, 0) 100%
    );
    /* Chrome10-25,Safari5.1-6 */
    opacity: 1;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #banner-1106-1112 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* Makes img tag act as a background image */
    object-fit: cover;
  }

  /*-- -------------------------- -->
  <---       Side By Side         -->
  <--- -------------------------- -*/
  #sbs-1095-1112 {
    padding: var(--sectionPadding);
    position: relative;
  }
  #sbs-1095-1112 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-1095-1112 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #sbs-1095-1112 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-1095-1112 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-1095-1112 .cs-list {
    max-width: 39.375rem;
    margin: 0 0 2rem 0;
    padding: 0;
    /* clips the bullets to create the half circle */
    overflow: hidden;
  }
  #sbs-1095-1112 .cs-li {
    list-style: none;
    margin: 0 0 0.5rem 0;
    color: var(--bodyTextColor);
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    row-gap: 0.75rem;
    column-gap: 0.75rem;
    position: relative;
    display: flex;
    align-items: center;
  }
  #sbs-1095-1112 .cs-li svg {
    width: 16px;
    height: auto;
  }
  #sbs-1095-1112 .cs-li svg path {
    fill: var(--secondary);
  }
  #sbs-1095-1112 .cs-info {
    width: 100%;
    padding-top: 2rem;
    border-top: 1px solid #e8e8e8;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
    position: relative;
  }
  #sbs-1095-1112 .cs-icon {
    width: 3.25rem;
    height: auto;
    display: block;
    transition: transform 0.3s;
  }
  #sbs-1095-1112 .cs-flex {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #sbs-1095-1112 .cs-name {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 4vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    margin: 0;
    color: var(--headerColor);
    display: block;
  }
  #sbs-1095-1112 .cs-desc {
    font-size: 0.875rem;
    line-height: 1.5em;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
  }
  #sbs-1095-1112 .cs-image-group {
    font-size: min(2.09vw, 0.789em);
    width: 100%;
    height: 30rem;
    display: block;
    position: relative;
    z-index: 1;
  }
  #sbs-1095-1112 .cs-picture {
    z-index: -1;
  }
  #sbs-1095-1112 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
  }
  #sbs-1095-1112 .cs-stripes {
    width: 32.625em;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -2;
  }
  #sbs-1095-1112 .cs-graphic {
    width: 11.5em;
    height: auto;
    display: block;
    position: absolute;
    bottom: 5em;
    right: 0;
  }
  #sbs-1095-1112 .int-graphic {
    display: none;
  }

  /*-- -------------------------- -->
  <---   Side By Side Reverse     -->
  <--- -------------------------- -*/
  #sbsr-1100-1112 {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
  }
  #sbsr-1100-1112 .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbsr-1100-1112 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    max-width: 32.625rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }
  #sbsr-1100-1112 .cs-text {
    margin-bottom: 1rem;
  }
  #sbsr-1100-1112 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbsr-1100-1112 .cs-ul {
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 1.5rem;
  }
  #sbsr-1100-1112 .cs-li {
    list-style: none;
    padding: 0;
    margin: 0;
  }
  #sbsr-1100-1112 .cs-h3 {
    /* 20px - 25px */
    font-size: 1.25rem, 3vw, 1.5625rem;
    line-height: 1.2em;
    font-weight: 700;
    margin: 0 0 0.75rem;
  }
  #sbsr-1100-1112 .cs-li-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 39.375rem;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #sbsr-1100-1112 .cs-image-group {
    /* scales the whole group based on the view width size and stop when that vales equals .8em, resets at desktop */
    font-size: min(2.235vw, 0.8em);
    width: 40.5em;
    height: 37.125em;
    display: block;
    position: relative;
    z-index: 1;
  }
  #sbsr-1100-1112 .cs-picture {
    position: absolute;
  }
  #sbsr-1100-1112 .cs-picture img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #sbsr-1100-1112 .cs-picture1 {
    width: 20.1875em;
    height: 27.9375em;
    top: 0;
    right: 0;
    z-index: 10;
  }
  #sbsr-1100-1112 .cs-picture2 {
    width: 19.0625em;
    height: 27.5625em;
    bottom: 0;
    left: 0;
  }
  #sbsr-1100-1112 .cs-stripes {
    width: 34.25em;
    height: auto;
    display: block;
    position: absolute;
    top: 5em;
    left: 2.5em;
    z-index: -1;
  }
  #sbsr-1100-1112 .cs-graphic {
    width: 11.5em;
    height: auto;
    position: absolute;
    bottom: 5em;
    left: 13.875em;
    z-index: 10;
  }

  /*-- -------------------------- -->
  <---          Contact           -->
  <--- -------------------------- -*/
  #contact-307 {
    padding: var(--sectionPadding);
    position: relative;
    z-index: 1;
  }
  #contact-307 .cs-container {
    width: 100%;
    /* changes to 1280px at tablet */
    max-width: 34.375em;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    gap: 2.5rem;
  }
  #contact-307 .cs-content {
    text-align: left;
  }
  #contact-307 .cs-topper {
    color: var(--secondary);
  }
  #contact-307 .cs-title {
    color: var(--bodyTextColorWhite);
    font-size: clamp(1.5rem, 6vw, 2.5rem);
    margin-bottom: 1rem;
  }
  #contact-307 .cs-text {
    color: var(--bodyTextColorWhite);
    /* 48px - 64px */
    margin-bottom: clamp(3rem, 6vw, 4rem);
  }
  #contact-307 .cs-ul {
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    flex-direction: column;
    gap: 1rem;
  }
  #contact-307 .cs-li {
    list-style: none;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
  }
  #contact-307 .cs-icon {
    width: 1.5rem;
    height: auto;
    margin-right: 0.75rem;
    display: block;
  }
  #contact-307 .cs-link {
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
    transition: color 0.3s;
  }
  #contact-307 .cs-link:hover {
    color: var(--secondary);
  }
  #contact-307 .cs-form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem;
  }
  #contact-307 .cs-label {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    width: 100%;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.25rem;
  }
  #contact-307 .cs-input {
    font-size: 1rem;
    width: 100%;
    height: 3.5rem;
    padding: 0;
    padding-left: 1.5rem;
    color: #fff;
    background: rgba(255, 255, 255, 0.12);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px);
    border: none;
    /* prevents padding from adding to height and width */
    box-sizing: border-box;
  }
  #contact-307 .cs-input::placeholder {
    color: #f7f7f7;
    opacity: 0.5;
  }
  #contact-307 .cs-textarea {
    min-height: 7.5rem;
    padding-top: 1.5rem;
    margin-bottom: 0.75rem;
    font-family: inherit;
  }
  #contact-307 .cs-button-solid {
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 0;
    color: #fff;
    min-width: 9.375rem;
    padding: 0 1.5rem;
    background-color: var(--primary);
    display: inline-block;
    position: relative;
    z-index: 1;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
  }
  /* #contact-307 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: var(--tertiary);
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #contact-307 .cs-button-solid:hover:before {
    width: 100%;
  } */
  #contact-307 .cs-submit {
    text-transform: uppercase;
    width: 100%;
    background-color: var(--primary);
    border: none;
    color: #fff;
    transition: background-color 0.3s;
  }
  #contact-307 .cs-submit:hover {
    background-color: #ca0502;
    cursor: pointer;
    /* color: #fff; */
  }
  #contact-307 .cs-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
  }
  #contact-307 .cs-background:before {
    /* top right box */
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.8;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #contact-307 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  /*-- -------------------------- -->
  <---          Footer            -->
  <--- -------------------------- -*/

  #cs-footer-266 {
    padding: var(--sectionPadding);
    padding-bottom: 1rem;
  }
  #cs-footer-266 .cs-container {
    width: 100%;
    /* reset on tablet */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    /* 68px - 100px */
    column-gap: clamp(4.25rem, calc(10%), 6.25rem);
  }
  #cs-footer-266 .cs-logo-group {
    /* takes up all the space, lets the other ul's wrap below it */
    width: 100%;
    position: relative;
  }
  #cs-footer-266 .cs-logo {
    /* 210px - 240px */
    width: clamp(13.125rem, 8vw, 15rem);
    height: auto;
    display: block;
    /* 28px - 44px */
    margin-bottom: clamp(1.75rem, 4.17vw, 2.75rem);
  }
  #cs-footer-266 .cs-logo-img {
    width: 100%;
    height: auto;
  }
  #cs-footer-266 .cs-logo-img.dark {
    display: none;
  }
  #cs-footer-266 .cs-text {
    /* 14px - 16px */
    font-size: clamp(0.85rem, 3vw, 1rem);
    line-height: 1.5em;
    margin: 0;
    margin-bottom: 2rem;
    /* changes to 305px at desktop */
    max-width: 33.75rem;
    color: var(--bodyTextColor);
  }
  #cs-footer-266 .cs-nav {
    padding: 0;
    margin: 0;
  }
  #cs-footer-266 .cs-nav-li {
    list-style: none;
    line-height: 1.5em;
    margin-bottom: 0.5rem;
  }
  #cs-footer-266 .cs-nav-li:last-of-type {
    margin-bottom: 0;
  }
  #cs-footer-266 .cs-header {
    font-size: clamp(0.85rem, 3vw, 1rem);
    line-height: 1.5em;
    font-weight: 700;
    margin-bottom: 0.875rem;
    color: var(--bodyTextColor);
    position: relative;
    display: block;
  }
  #cs-footer-266 .cs-nav-link,
  #cs-footer-266 .ff span,
  #cs-footer-266 .fh span {
    font-size: clamp(0.85rem, 3vw, 1rem);
    text-decoration: none;
    line-height: 1.5em;
    color: var(--bodyTextColor);
    position: relative;
  }
  #cs-footer-266 .cs-nav-link:before {
    /* underline */
    content: "";
    width: 0%;
    height: 0.125rem;
    background: var(--primary);
    opacity: 1;
    position: absolute;
    display: block;
    bottom: -0.125rem;
    left: 0;
    transition: width 0.3s;
  }
  #cs-footer-266 .cs-nav-link:hover:before {
    width: 100%;
  }
  #cs-footer-266 .cs-contact {
    margin: 0;
    padding: 0;
    width: auto;
    display: flex;
    flex-direction: column;
    align-self: stretch;
  }
  #cs-footer-266 .cs-contact .contacts {
    margin-bottom: 0.875rem;
  }
  #cs-footer-266 .cs-contact-li {
    list-style: none;
  }
  #cs-footer-266 .cs-contact-link {
    font-size: clamp(0.85rem, 3vw, 1rem);
    text-decoration: none;
    line-height: 1.5em;
    text-align: left;
    color: var(--bodyTextColor);
    display: inline-block;
  }
  #cs-footer-266 .cs-contact-link:hover {
    text-decoration: underline;
  }
  #cs-footer-266 .cs-address {
    font-size: 1rem;
    margin-bottom: 1.25rem;
  }
  #cs-footer-266 .cs-social-group {
    /* pushes away from the other flex items */
    margin-top: auto;
    margin-left: auto;
  }
  #cs-footer-266 .cs-social {
    display: inline-flex;
    justify-content: flex-start;
    gap: 0.75rem;
  }
  #cs-footer-266 .cs-social-link {
    width: 1.5rem;
    height: 1.5rem;
    background-color: #adadad;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
    transition:
      transform 0.3s,
      background-color 0.3s;
  }
  #cs-footer-266 .cs-social-link path {
    fill: #fff;
  }
  #cs-footer-266 .cs-social-link:hover {
    background-color: var(--primary);
    transform: translateY(-0.1875rem);
  }
  #cs-footer-266 .cs-social-img {
    height: 0.8125rem;
    width: auto;
    display: block;
  }
  #cs-footer-266 .cs-bottom {
    max-width: 80rem;
    margin: auto;
    margin-top: 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid #484848;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cs-footer-266 .cs-copyright,
  #cs-footer-266 .cs-copyright-link {
    font-size: clamp(0.85rem, 3vw, 1rem);
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #cs-footer-266 .cs-copyright-link {
    text-decoration: none;
    transition: color 0.3s;
  }
  #cs-footer-266 .cs-copyright-link:hover {
    color: var(--secondary);
  }

  /*-- -------------------------- -->
  <---       Interior Page        -->
  <--- -------------------------- -*/

  /*-- -------------------------- -->
  <---          Banner            -->
  <--- -------------------------- -*/
  #banner-310 {
    padding: 8rem 0 5rem 0;
    position: relative;
    z-index: 1;
  }
  #banner-310 .container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #banner-310 .int-title {
    /* 39px - 49px */
    font-size: clamp(2.4375rem, 4.5vw, 3.0625rem);
    font-weight: 900;
    line-height: 1.2em;
    text-align: center;
    max-width: 43.75rem;
    margin: 0 auto 0.75rem;
    color: var(--bodyTextColorWhite);
    position: relative;
  }
  #banner-310 .breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner-310 .link {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.2em;
    text-decoration: none;
    color: var(--bodyTextColorWhite);
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner-310 .link:last-of-type::after {
    display: none;
  }
  #banner-310 .link:after {
    /* chevron - added as pseudo to make adding and removing them easier */
    content: "";
    width: 0.4375rem;
    height: 0.75rem;
    margin-left: 0.75rem;
    margin-right: 0.75rem;
    background: url("https://csimg.nyc3.digitaloceanspaces.com/Banners/chevron-right.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }
  #banner-310 .link.active {
    color: var(--secondary);
    font-weight: 600;
  }
  #banner-310 .background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
  }
  /* #banner-310 .background:before {
    content: "";
    width: 100%;
    height: 100%;
    background: linear-gradient(
      135deg,
      rgb(2 3 54 / 80%) 60%,
      rgb(2 3 54 / 60%) 100%
    );
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
  } */
  #banner-310 .background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }

  /*-- -------------------------- -->
  <---          Content           -->
  <--- -------------------------- -*/

  #content {
    /* remove the font family so the Stitch inherits the fonts from your global stylesheet */
    font-family: "Roboto", "Arial", sans-serif;
    padding: var(--sectionPadding);
    background-color: #fff;
    /* clips the wave background from causing overflow issues when it goes off screen */
    overflow: hidden;
    position: relative;
    z-index: 1;
  }

  #content .container {
    width: 100%;
    max-width: 38rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(2rem, 3vw, 4rem);
    position: relative;
  }

  #content .content {
    /* set text align to left if content needs to be left aligned */
    text-align: left;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: flex-start;
  }

  #content .content img {
    width: 100%;
    height: auto;
    margin: 1rem 0;
    display: block;
  }

  #content .title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
  }

  #content h4 {
    font-size: 1.25rem;
  }

  #content .button-solid {
    margin-bottom: 2rem;
  }

  #content .color {
    color: var(--secondary);
  }

  #content .text {
    font-size: 1rem;
  }

  #content p {
    margin: 0 0 1rem 0;
  }

  #content p a {
    font-size: inherit;
    line-height: inherit;
    text-decoration: underline;
    color: var(--primary);
  }

  #content .ul .icon {
    width: 1.25rem;
    height: auto;
    padding-top: 0.1rem;
  }
  #content .ul .icon path,
  #content .ul .icon polyline {
    stroke: var(--primary) !important;
  }

  #content .ul-arrows .icon {
    width: 1.75rem;
  }
  #content .ul-arrows .list-content-group {
    padding-top: 0.35rem;
  }

  #content.thermostats .ul-arrows {
    padding-bottom: 1rem;
  }

  #content .li .list-content-group {
    display: flex;
    flex-direction: column;
    width: 100%;
  }
  #content .li .list-content-group .list-header {
    font-size: 1rem;
    line-height: 1em;
    letter-spacing: 0px;
  }

  #content ol,
  #content ul {
    padding-left: 2rem;
    padding-top: 1rem;
    margin: 0;
    color: var(--bodyTextColor);
    display: flex;
    flex-direction: column;
  }

  #content .ul-contact {
    gap: 1rem;
  }

  #content .li {
    list-style: none;
    color: inherit;
    position: relative;
    letter-spacing: 1px;
    font-size: 0.88rem;
    display: flex;
    align-items: flex-start;
    gap: 1rem;
  }
  #content .content-group {
    display: flex;
    flex-direction: column;
    gap: 4rem;
    max-width: 46.125rem;
  }

  #content .picture {
    width: 100%;
    height: 20rem;
    /* border-radius: 17.8125em; */
    /* border: 0.75em solid #ffffff; */
    background-color: #f7f7f7;
    /* prevents border from affecting height and width */
    box-sizing: border-box;
    /* clips img tag corners */
    overflow: hidden;
    display: block;
    position: relative;
    top: 0;
    left: 0;
  }

  #content .picture img {
    width: 100%;
    height: 100%;
    /* makes it act like a background image */
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
  }
  #content .background {
    display: none;
  }
  #content .sidebar-group {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    width: 90%;
    gap: clamp(3rem, 6vw, 4rem);
  }
  #content .button-group {
    display: flex;
    flex-direction: column;
    row-gap: 0.5rem;
    padding: 0.5rem;
    background-color: var(--backgroundLight);
  }

  #content .int-button img {
    position: absolute;
    height: 1.5rem;
    width: auto;
    right: 12px;
    top: 15px;
  }
  #content .sidebar-group .cta {
    width: 100%;
    max-width: 18rem;
    margin: 0;
    padding: 3rem 1rem;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: clamp(3rem, 6vw, 4rem);
    position: relative;
    background-color: var(--primary);
    order: 3;
  }
  #content .sidebar-group .cta .content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    max-width: 39.375rem;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #content .sidebar-group .cta .title,
  #content .sidebar-group .cta .text {
    color: var(--bodyTextColorWhite);
  }
  #content .sidebar-group .cta .highlight {
    color: var(--secondary);
    font-family: inherit;
  }
  #content .sidebar-group .cta .text {
    margin: 0 0 2rem 0;
    opacity: 0.8;
    max-width: 23rem;
  }

  #content .sidebar-group .cta .button-solid {
    margin-bottom: 0;
    background-color: var(--secondary);
    font-weight: 700;
    line-height: 3rem;
    min-width: 11rem;
  }
  #content .sidebar-group .cta .button-solid:before {
    background: var(--primary);
  }

  #content .contact-group {
    order: 2;
  }
  #content .contact-group .title {
    font-size: 1.13rem;
    font-weight: 500;
    margin-bottom: 1.5rem;
  }
  #content .contact-group .ul {
    padding-left: 0;
  }
  #content .contact-group .li {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    padding-left: 0;
    line-height: 1.5rem;
  }
  #content .contact-group .li-link {
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
    text-decoration: none;
    margin: 0;
    position: relative;
    color: inherit;
  }
  #content .contact-group .icon {
    padding-top: 0.2rem;
  }
}

@media only screen and (min-width: 48rem) {
  /*-- -------------------------- -->
  <---     Mobile Navigation      -->
  <--- -------------------------- -*/

  #navigation .cs-button-solid {
    display: block;
  }

  /*-- -------------------------- -->
  <---   Interior Service Page    -->
  <--- -------------------------- -*/

  /*-- -------------------------- -->
  <---         Content            -->
  <--- -------------------------- -*/

  #content .container {
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 80rem;
  }

  #content .picture {
    display: block;
    width: 100%;
    height: 22.5rem;
  }

  #content .background {
    width: 20%;
    height: 100%;
    background-color: #f7f7f7;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
  }

  #content .background img {
    width: 100%;
    height: 100%;
    opacity: 0.2;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #content .sidebar-group {
    flex-direction: row;
    justify-content: center;
    width: 90%;
    max-width: 46.125rem;
  }
  #content .button-group {
    width: 50%;
  }

  #content .button-group .int-button {
    line-height: 3rem;
    font-size: 0.88rem;
  }

  #content .sidebar-group .cta {
    width: 100%;
    max-width: none;
  }

  #content .content {
    max-width: none;
  }
  #content .contact-group {
    padding-top: 1rem;
    width: 16rem;
  }

  /*-- -------------------------- -->
  <---          Contact           -->
  <--- -------------------------- -*/
  #contact-307 .cs-container {
    max-width: 80rem;
    flex-direction: row;
    justify-content: center;
    align-items: start;
    gap: 4.75rem;
  }
  #contact-307 .cs-content {
    width: 50%;
    max-width: 29.0625rem;
    flex: none;
  }
  #contact-307 .cs-form {
    max-width: 32.625rem;
  }
  #contact-307 .cs-submit {
    max-width: 14rem;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  /*-- -------------------------- -->
  <---          Footer            -->
  <--- -------------------------- -*/

  #cs-footer-266 .cs-container {
    max-width: 80rem;
    row-gap: 0;
  }
  #cs-footer-266 .cs-logo-group {
    width: auto;
    /* pushes everything to the right of it as far as possible in a flexbox */
    margin-right: auto;
  }
  #cs-footer-266 .cs-text {
    width: 80%;
    max-width: 20rem;
    margin: 0;
  }
  #cs-footer-266 .cs-nav,
  #cs-footer-266 .cs-contact {
    /* 8px - 12px */
    margin-top: clamp(0.5rem, 1.2vw, 0.75rem);
  }
}

@media only screen and (min-width: 64rem) {
  #cs-navigation {
    width: 100%;
    /* prevents padding and border from affecting height and width */
    box-sizing: border-box;
    padding: 0 2rem;
    background-color: var(--backgroundLight);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed;
    z-index: 10000;
  }
  #cs-navigation .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
  }
  #cs-navigation .cs-toggle {
    display: none;
  }
  #cs-navigation .cs-logo {
    width: 18.4%;
    max-width: 21.875rem;
    height: 2.75rem;
    /* margin-right auto pushes everything away from it to the right */
    margin: 0 auto 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
  #cs-navigation .cs-logo img {
    width: 100%;
    height: 100%;
    /* ensures the image never overflows the container. It stays contained within it's width and height and expands to fill it then stops once it reaches an edge */
    object-fit: contain;
  }
  #cs-navigation .cs-ul {
    /* width: 100%; */
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    /* 20px - 36px */
    gap: clamp(1.25rem, 2.6vw, 2.25rem);
  }
  #cs-navigation .cs-li {
    list-style: none;
    padding: 1.5rem 0;
    /* prevent flexbox from squishing it */
    flex: none;
  }
  #cs-navigation .cs-li-link {
    /* 14px - 16px */
    font-size: clamp(1rem, 1.5vw, 1.25rem);
    line-height: 1.5em;
    text-decoration: none;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
    position: relative;
  }
  #cs-navigation .cs-li-link:hover:before {
    width: 100%;
  }
  #cs-navigation .cs-li-link.cs-active:before {
    width: 100%;
  }
  #cs-navigation .cs-li-link:before {
    /* active state underline */
    content: "";
    width: 0%;
    height: 2px;
    background: var(--primary);
    opacity: 1;
    display: block;
    position: absolute;
    bottom: 0rem;
    left: 0;
    transition: width 0.3s;
  }

  /*-- -------------------------- -->
  <---   Interior Service Page    -->
  <--- -------------------------- -*/
  #banner-310 {
    padding: clamp(5rem, 13vw, 8.75rem) 0;
  }
  #content .container {
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
  }
  #content .content-group {
    width: 70%;
    order: 2;
    max-width: none;
  }
  #content .sidebar-group {
    flex-direction: column;
    align-items: flex-start;
    width: 25%;
    max-width: 30rem;
    order: 1;
    gap: 2rem;
  }
  #content .sidebar-group .cta {
    order: 2;
  }
  #content .button-group {
    width: 93%;
  }
  #content .contact-group {
    width: 100%;
  }
  #content .button-group .int-button {
    font-size: clamp(0.72rem, 1vw, 0.88rem);
  }

  /*-- -------------------------- -->
  <---          Contact           -->
  <--- -------------------------- -*/
  #contact-307 .cs-email,
  #contact-307 .cs-phone {
    width: 48%;
  }
}

@media only screen and (min-width: 75rem) {
  /*-- -------------------------- -->
  <---     Desktop Navigation     -->
  <--- -------------------------- -*/
  #navigation .contact-link:nth-of-type(2) {
    display: flex;
  }
  #navigation .contact-group {
    gap: 1.5rem;
  }
  /*-- -------------------------- -->
  <---           Footer           -->
  <--- -------------------------- -*/

  #cs-footer-266 .cs-text {
    max-width: 31rem;
  }
}

@media only screen and (min-width: 100rem) {
  /*-- -------------------------- -->
  <---     Desktop Navigation     -->
  <--- -------------------------- -*/
  #navigation .nav-button {
    margin: 0;
  }
}
