/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-246 {
        padding: 0 1em;
        position: relative;
        z-index: 1;
    }
    #sbs-246  .highlight-box { 
      display: flex;
      gap: 20px;
      flex-wrap: wrap;
      margin-bottom: 40px;
    }
    #sbs-246  .button-box { 
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      gap: 24px;
    }
    #sbs-246.hour-section  .cs-button-solid{ 
      width: calc(50% - 12px);
      padding-left: 12px;
      padding-right: 12px;
    }
    #sbs-246.hour-section  .cs-button-transparent{ 
      width: calc(50% - 12px);
      padding-left: 12px;
      padding-right: 12px;
    }
    #sbs-246  .hours { 
      font-size: 200px;
      font-family: 'Barlow', 'Roboto', Arial, sans-serif;;
      text-align: center;
      color: var(--primary);
      line-height: 1em;
    }
    #sbs-246  .grey { 
      color: #292929;
    }
    #sbs-246  .white { 
      color: #E0E0E0;
    }
    #sbs-246  .highlight-box.mt { 
      margin-top: 40px;
      margin-bottom: 0;
    }
    #sbs-246  .highlight {
    position: relative;
    display: flex;
    align-items: center;
    gap: 8px;
      overflow: hidden;
    padding: 3px 12px;
    background: #191919;
    border: 1px solid rgba(57, 211, 83, 0.2);

    clip-path: polygon(
        0 0,
        calc(100% - 8px) 0,
        100% 8px,
        100% 100%,
        8px 100%,
        0 calc(100% - 8px)
    );
    }
    #sbs-246  .highlight p{
      color: #E0E0E0;
    }
    #sbs-246  .highlight::before {
      position: absolute;
      width: 1px;
      height: 14px;
      transform: rotate(-45deg);
      content: '';
      background-color: #292929;
      left: 4px;
      bottom: -6px;
    }
    #sbs-246  .highlight::after {
      position: absolute;
      width: 1px;
      height: 14px;
      transform: rotate(-45deg);
      content: '';
      background-color: #292929;
      right: 4px;
      top: -5px;
    }
    #sbs-246 .cs-container {
        width: 100%;
        /* changes to 1280px on tablet */
        max-width: 34.375rem;
        padding: var(--sectionPadding);
        padding-left: 0;
        padding-right: 0;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 108px */
        gap: clamp(3rem, 8vw, 6.75rem);
        position: relative;
    }
    #sbs-246 .cs-lines {
        display: none;
    }
    #sbs-246 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        /* changes at tablet */
        max-width: 27.125rem;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }

    #sbs-246 .cs-title {
        max-width: none;
        color: var(--bodyTextColorWhite);
    }
    #sbs-246 .cs-text {
        margin-bottom: 30px;
    }
    #sbs-246 .cs-picture {
        width: 100%;
        max-width: 27.125rem;
        margin: 0;
        position: relative;
        display: block;
        /* width divided by height */
        aspect-ratio: 1;
        /* prevents border from adding to height and width */
        box-sizing: border-box;
    }
    #sbs-246 .cs-picture.hour-box {
      height: 200px;
      aspect-ratio: auto;
    }
    #sbs-246 .cs-picture img {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        object-fit: cover;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #sbs-246 .cs-container {
        max-width: 80rem;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }
    
    #sbs-246 .cs-container.reverse {
      flex-direction: row-reverse;
    }
    #sbs-246 .cs-picture {
        /* 344px - 434px */
        width: 40%;
        max-width: 511px;
        max-width: none;
        flex: none;
        aspect-ratio: 1.18;
    }
    #sbs-246 .cs-content {
      max-width: 665px;
        width: 60%;
        margin: 0;
    }
    #sbs-246.hour-section .cs-picture { 
      width: max-content;
    }
    #sbs-246.hour-section .cs-container { 
      justify-content: center;
    }
}
@media only screen and (min-width: 870px) {
    #sbs-246  .hours { 
      font-size: 250px;
      font-family: 'Barlow', 'Roboto', Arial, sans-serif;;
      text-align: right;
      color: var(--primary);
    }
    #sbs-246 .cs-picture.hour-box {
      height: 250px;
    }
}


                                

/*-- -------------------------- -->
<---          Services          -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #services-1202 {
    padding: var(--sectionPadding);
    background-color: #1a1a1a;
  }
  #services-1202 .cs-container {
    max-width: 80rem;
    width: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: 24px;
  }
  #services-1202 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  #services-1202 .cs-flex-group {
    display: flex;
    flex-direction: column;
  }
  #services-1202 .cs-button-solid {
    margin-top: 24px;
  }
  #services-1202 .cs-card-group {
    width: 100%;
    margin: 0;
    padding: 0;
    display: grid;
    justify-content: center;
    gap: 1rem;
  }
  #services-1202 .cs-item {
    /* .cs-h3 and .cs-item-text both use text-align: inherit, so change the below to affect the whole item */
    text-align: left;
    list-style: none;
    width: 100%;
    margin: 0;
    box-sizing: border-box;
    /* 20px - 48px */
    padding: 24px;
    padding-bottom: 40px;
    background-color: #0A0A0A;
    border: 1px solid #292929;
    display: flex;
    flex-direction: column;
    transition: border-color 0.3s;
  }
  #services-1202 .cs-item:hover {
    border-color: var(--primary);
  }
  #services-1202 .cs-item:hover .cs-h3 {
    color: var(--primary);
  }
  #services-1202 .cs-item:hover .cs-item-text {
    color: #fff;
  }
  #services-1202 .cs-item:hover .cs-icon {
    transform: rotateY(360deg) translateY(-0.25rem);
  }
  #services-1202 .cs-picture {
    margin-bottom: 24px;
    position: relative;
    /* prevents flexbox from squishing it */
    flex: none;
  }
  #services-1202 .cs-icon {
    width: 24px;
    height: auto;
    display: block;
    transition: transform 0.5s;
  }
  #services-1202 .cs-h3 {
    font-size: 16px;
    line-height: 1.5em;
    text-align: inherit;
    margin: 0;
    margin-bottom: 12px;
    color: var(--bodyTextColorWhite);
    font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
    transition: color 0.3s;
  }
  #services-1202 .cs-item-text {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    text-align: inherit;
    margin: 0;
    color: var(--bodyTextColorWhite);
    opacity: 0.8;
    transition: color 0.3s;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #services-1202 .cs-button-solid {
    margin-top: 0;
    margin-left: 24px;
  }
  #services-1202 .cs-content {
    text-align: left;
    flex-direction: row;
    justify-content: space-between;
    align-items: end;
  }
  #services-1202 .cs-card-group {
    grid-template-columns: repeat(2, 1fr);
  }
  #services-1202 .cs-item {
    margin: 0;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #services-1202 .cs-content,
  #services-1202 .cs-card-group {
    max-width: 80rem;
  }
  #services-1202 .cs-title {
    max-width: 46.875rem;
  }
  #services-1202 .cs-card-group {
    grid-template-columns: repeat(4, 1fr);
  }
  #services-1202 .cs-item {
    max-width: none;
  }
}
                                
                                
/*-- -------------------------- -->
<---            FAQ             -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0em) {
    #faq-254 {
        padding: var(--sectionPadding);
    }
    #faq-254 .cs-card-group{
      display: grid;
      grid-template-columns: 1fr;
      margin-bottom: 24px;
      margin-top: 24px;
      gap: 16px;
    }
    #faq-254 .cs-card-group .cs-item{
      display: flex;
      flex-direction: column;
      background-color: #191919;
      padding: 24px;
      padding-right: 20px;
      background: 1px solid #292929;
      gap: 20px;
    }
    #faq-254 .cs-card-group .cs-h3{
      position: relative;
      align-items: center;
      text-align: left;
      display: flex;
          font-family: 'Segoe UI', 'Roboto', Arial, sans-serif;
      font-size: 16px;
      margin-bottom: 0;
      font-weight: 700;
      gap: 10px;
    }
    #faq-254 .cs-card-group .cs-h3::before{
      width: 14px;
      height: 16px;
      content: url('/assets/images/map-pin.svg');
    }
    #faq-254 .cs-container {
        width: 100%;
        /* changes to 1280px at tablet */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: clamp(3rem, 6vw, 4rem);
    }
    #faq-254 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: center;
        width: 100%;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: center;
    }

    #faq-254 .cs-text.mb{
      margin-bottom: 60px;
    }
    #faq-254 .cs-faq-group {
        padding: 24px;
        margin: 0;
        background-color: #191919;
        margin-bottom: 3rem;
        padding-top: 0;
        padding-bottom: 0;
        border: 1px solid #292929;
    }
    #faq-254 .cs-faq-item {
        padding-right: 20px;
        list-style: none;
        border-bottom: 1px solid #292929;
        transition: border-bottom 0.3s;
    }
    #faq-254 .cs-faq-item.active {
        border-bottom: 1px solid var(--primary);
    }
    #faq-254 .cs-faq-item.active .cs-button:before {
        transform: rotate(180deg);
    }
    #faq-254 .cs-faq-item.active .cs-button:after {
        opacity: 0;
        transform: rotate(360deg);
    }
    #faq-254 .cs-faq-item.active .cs-item-p {
        height: auto;
        /* 12px - 16px */
        margin-bottom: clamp(0.75rem, 1.3vw, 1rem);
        opacity: 1;
    }
    #faq-254 .cs-button {
        /* 16px - 20px */
        font-size: 16px;
        line-height: 1.2em;
        text-align: left;
        font-weight: bold;
        /* 12px - 16px */
        padding: clamp(0.75rem, 1.3vw, 1rem) 0;
        background: transparent;
        border: none;
        color: var(--headerColor);
        display: block;
        width: 100%;
        position: relative;
    }
    #faq-254 .cs-faq-item:last-of-type {
      border: none;
    }
    #faq-254 .cs-button:hover {
        cursor: pointer;
    }
    #faq-254 .cs-button:before {
        /* plus sign */
        content: "";
        width: 0.75rem;
        height: 0.125rem;
        background: var(--headerColor);
        opacity: 1;
        position: absolute;
        display: block;
        top: 50%;
        right: -20px;
        transition: transform 0.3s;
    }
    #faq-254 .cs-button:after {
        /* plus sign */
        content: "";
        width: 0.75rem;
        height: 0.125rem;
        background: var(--headerColor);
        opacity: 1;
        position: absolute;
        display: block;
        top: 50%;
        right: -20px;
        transform: rotate(90deg);
        transform-origin: center;
        transition:
            opacity 0.5s,
            transform 0.3s;
    }
    #faq-254 .cs-item-p {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        width: 90%;
        height: 0;
        margin: 0;
        opacity: 0;
        color: var(--bodyTextColor);
        /* clips the text so it doesn't show up */
        overflow: hidden;
        transition:
            opacity 0.3s,
            margin-bottom 0.3s;
    }
    #faq-254 .cs-cta {
        text-align: center;
        /* 48px - 64px top & bottom */
        /* 40px - 56px left & right */
        padding: 0;
        border-radius: 0;
        /* prevents padding from adding to width and height */
        box-sizing: border-box;
        gap: 16px;
        display: flex;
        flex-direction: column;
    }
    #faq-254 .cs-cta-p {
        /* 16px - 20px */
        font-size: 16px;
        text-align: center;
        line-height: 1.5em;
        margin: 0;
    }
    #faq-254 .cta-item {
      display: flex;
      gap: 12px;
      margin-bottom: 14px;
      align-items: center;
    }
    #faq-254 .cta-item:last-of-type {
      margin-bottom: 0;
    }
    #faq-254 .cta-item::before {
      content: url('/assets/images/tick.svg');
      width: 16px;
      height: 16px;
    }
    #faq-254 .cta-1,
    #faq-254 .cta-2 {
      border: 1px solid var(--primary);
      padding: 42px 24px;
      background-color: #191919;
      text-align: left;
    }
    #faq-254 .cta-2 {
      border: 1px solid #292929;
      padding-right: 12px;
    }
    #faq-254 .cta-1 h3,
    #faq-254 .cta-2 h3 {
      margin-bottom: 16px;
      font-size: 29px;
      font-weight: 900;
    }
    #faq-254 .cta-1 .cs-cta-p {
      text-align: left;
      margin-bottom: 30px;
    }
    #faq-254 .cta-1 .footer {
      text-align: left;
      margin-top: 48px;
      margin-bottom: 0;
      position: relative;
    }
    #faq-254 .cta-1 .footer::before {
      position: absolute;
      content: '';
      width: 100%;
      height: 1px;
      background-color: #292929;
      left: 0;
      top: -24px;

    }
    #faq-254 .cs-button-solid {
      width: 100%;
      margin-bottom: 22px;
    }
    #faq-254 .cs-button-transparent {
      width: 100%;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48em) {
    #faq-254 .cs-container {
        max-width: 1200px;
    }
    #faq-254 .cs-card-group{
      grid-template-columns: 1fr 1fr;
    }
    #faq-254 .cs-flex-group {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        /* 16px - 48px */
        gap: clamp(1rem, 8vw, 110px);
    }
    #faq-254 .left {
      width: 100%;
      max-width: 740px;
    }
    #faq-254 .cs-faq-group {
        margin: 0;
    }
    #faq-254 .cs-cta {
        width: 38.5%;
        max-width: 350px;
        /* prevents flexbox from squishing it */
        flex: none;
    }
}
@media only screen and (min-width: 1020px) {
    #faq-254 .cs-card-group{
      grid-template-columns: 1fr 1fr 1fr;
    }
}
                                
/*-- -------------------------- -->
<---          Reviews           -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #reviews-567 {
        padding: var(--sectionPadding);
    }
    #reviews-567 .cs-title { 
      margin-bottom: 0;
    }
    #reviews-567 .cs-container {
        width: 100%;
        /* changes to 1280px at tablet */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
        /* 48px - 64px */
        gap: 24px;
    }
    #reviews-567 .cs-content {
        /* set text align to left if content needs to be left aligned */
        text-align: left;
        width: 100%;
        max-width: none;
        display: flex;
        flex-direction: column;
        /* centers content horizontally, set to flex-start to left align */
        align-items: flex-start;
    }


    #reviews-567 .cs-card-group {
        width: 100%;
        padding: 0;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        /* 16px - 20px */
        gap: 16px
    }
    #reviews-567 .cs-item {
        list-style: none;
        width: 100%;
        max-width: 39.375rem;
        /* 32px - 60px top & bottom */
        /* 16px - 48px left & right */
        padding: 24px;
        background-color: #191919;
        background: 1px solid #292929;
        /* prevents padding from adding to height and width */
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        flex-direction: column;
        position: relative;
    }
    #reviews-567 .cs-stars {
        /* 169px - 189px */
        width: 132px;
        height: auto;
        /* 20px - 24px */
        margin-bottom: clamp(1.25rem, 3vw, 1.5rem);
        display: block;
    }
    #reviews-567 .cs-item-text {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        margin: 0;
        /* 40px - 64px */
        margin-bottom: 48px;
        position: relative;
        color: var(--bodyTextColor);
    }
    #reviews-567 .cs-item-text::before {
      width: 100%;
      height: 1px;
      background-color: #292929;
      content: '';
      bottom: -24px;
      left: 0;
      position: absolute;
    }
    #reviews-567 .cs-flex-group {
        /* in case one card has more text than the other, this pushes up against the review text so the name and title are always at the bottom. Only works if parent is a flexbox */
        margin-top: auto;
        display: flex;
        justify-content: flex-start;
        align-items: center;
        gap: 1.25rem;
    }

    #reviews-567 .cs-name {
        /* 16px - 20px */
        font-size: clamp(1rem, 2vw, 1.25rem);
        line-height: 1.5em;
        font-weight: 700;
        margin: 0 0 0.5rem 0;
        color: var(--headerColor);
        display: block;
    }
    #reviews-567 .cs-picture { 
      background-color: #292929;
      width: 44px;
      height: 44px;
      font-weight: 700;
      color: var(--primary);
      display: flex;
      align-items: center;
      justify-content: center;
    }
    #reviews-567 .review-link { 
      color: var(--primary);
      text-decoration: none;
      font-weight: 700;
    }
    #reviews-567 .cs-job {
        /* 13px - 16px */
        font-size: 14px;
        line-height: 1.2em;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 10%;
        margin: 0;
        color: var(--bodyTextColor);
        display: block;
    }
    #reviews-567 .right p {
color: #e0e0e0;
font-size: 20px;
font-weight: 700;

    }
    #reviews-567 .right span {
      color: #bfbfbf;
      font-size: 14px;

    }
    #reviews-567 .right {
      display: flex;
      gap: 10px;
      align-items: center;
      justify-content: center;
    }
    #reviews-567 .right .cs-stars {
      margin-bottom: 0;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #reviews-567 .cs-content { 
      flex-direction: row;
      justify-content: space-between;
      align-items: flex-end;
    }
    #reviews-567 .cs-container {
        max-width: 80rem;
    }
    #reviews-567 .cs-card-group {
        flex-direction: row;
        justify-content: space-between;
        align-items: stretch;
        flex-wrap: wrap;
    }
    #reviews-567 .cs-item {
        width: calc(50% - 8px);
    }
    #reviews-567 .cs-item:nth-of-type(1) {
        width: 100%;
        max-width: none;
    }


}
/* Desktop - 1200px */
@media only screen and (min-width: 75rem) {
    #reviews-567 .cs-card-group {
    }
    #reviews-567 .cs-item {
        width: 100%;
        flex: 3;
        align-items: flex-start;
    }
    #reviews-567 .cs-item:last-of-type {
        align-items: flex-start;
    }
    #reviews-567 .cs-item:last-of-type .cs-item-text {
        text-align: left;
    }
    #reviews-567 .cs-item:first-of-type .cs-picture {

      background-color: var(--primary);
      color: #191919;
     }
    
    #reviews-567 .cs-item:first-of-type {
        width: 100%;
        max-width: none;
        flex-basis: auto;
    }
}

                                