/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #banner-1106-1112 {
    z-index: 1;
    position: relative;
    background-color: var(--background);
    /* clips the line from causing overflow issues for going off screen */
    overflow: hidden;
    padding: var(--sectionPadding);
    padding-top: 10.625rem;
    padding-bottom: 1.875rem;
  }
  #banner-1106-1112 .cs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: auto;
    max-width: 80rem;
    width: 100%;
    text-align: center;
    gap: 0.75rem;
  }
  #banner-1106-1112 .cs-int-title {
    position: relative;
    margin: 0;
    /* 39px - 61px */
    font-size: clamp(2.4375rem, 6.4vw, 3.8125rem);
    line-height: 1.2em;
    font-weight: 900;
    color: var(--bodyTextColorWhite);
    text-align: inherit;
  }
  #banner-1106-1112 .cs-breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner-1106-1112 .cs-link {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    font-size: 1rem;
    line-height: 1.2em;
    color: var(--bodyTextColorWhite);
  }
  #banner-1106-1112 .cs-link:last-of-type {
    /* remove the chevron on the last list item */
  }
  #banner-1106-1112 .cs-link:last-of-type::after {
    display: none;
  }
  #banner-1106-1112 .cs-link:after {
    position: relative;
    /* chevron */
    content: "";
    display: block;
    margin: 0 1rem;
    background: url("https://csimg.nyc3.cdn.digitaloceanspaces.com/Icons/white-chev.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: 0.75rem;
    width: 0.4375rem;
  }
  #banner-1106-1112 .cs-link.cs-active {
    color: var(--secondary);
  }
  #banner-1106-1112 .cs-background {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    height: 100%;
    width: 100%;
  }
  #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;
  }
  #banner-1106-1112 .cs-background:before {
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    /* background color overlay */
    content: "";
    opacity: 1;
    display: block;
    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 */
    height: 100%;
    width: 100%;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #banner-1106-1112 {
    padding-top: 13.625rem;
    padding-bottom: 5.875rem;
  }
}
/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-1095-1112 {
    background-color: var(--background);
    padding: var(--sectionPadding);
    padding-top: 3rem;
  }
  #sbs-1095-1112 .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    /* changes to 1280px at desktop */
    max-width: 34.375rem;
    width: 100%;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-1095-1112 .cs-content {
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
    max-width: 32.625rem;
    width: 90%;
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    text-wrap: pretty;
  }
  #sbs-1095-1112 .cs-h3 {
    padding-bottom: 1rem;
    font-size: 2rem;
  }
  #sbs-1095-1112 .cs-text {
    margin-bottom: 1rem;
  }
  #sbs-1095-1112 .cs-text:last-of-type {
    margin-bottom: 2rem;
    text-wrap: pretty;
  }
  #sbs-1095-1112 .cs-list {
    margin: 0 0 2rem 0;
    max-width: 39.375rem;
    /* clips the bullets to create the half circle */
    overflow: hidden;
    padding: 0;
    text-wrap: pretty;
  }
  #sbs-1095-1112 .cs-info {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 1px solid #e8e8e8;
    width: 100%;
    padding-top: 2rem;
    gap: 0.75rem;
  }
  #sbs-1095-1112 .cs-icon {
    display: block;
    background-color: var(--background);
    height: auto;
    width: 6.25rem;
    transition: transform 0.3s;
    border-radius: 25px;
  }
  #sbs-1095-1112 .cs-flex {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem;
  }
  #sbs-1095-1112 .cs-name {
    display: block;
    margin: 0;
    /* 20px - 25px */
    font-size: clamp(1.25rem, 4vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    color: var(--headerColor);
  }
  #sbs-1095-1112 .cs-desc {
    display: block;
    margin: 0;
    font-size: 1.25rem;
    line-height: 1.5em;
    color: var(--bodyTextColor);
  }
  #sbs-1095-1112 .cs-image-group {
    z-index: 1;
    position: relative;
    border-radius: 25px;
    height: 43em;
    width: 90%;
    /* scales the whole group based on the view width size and stop when that vales equals .789em, resets at desktop */
    font-size: min(2.09vw, .789em);
  }
  #sbs-1095-1112 .cs-picture {
    z-index: -1;
    position: absolute;
    bottom: 0;
    left: 3.5em;
    border-radius: 25px;
    height: 38em;
    width: 33.875em;
  }
  #sbs-1095-1112 .cs-picture img {
    position: absolute;
    border-radius: 25px;
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-1095-1112 .cs-container {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    max-width: 60rem;
    gap: clamp(3rem, 17vw, 11rem);
  }
  #sbs-1095-1112 .cs-image-group {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 16em;
  }
  #sbs-1095-1112 .cs-picture {
    z-index: -1;
    position: absolute;
    bottom: -8rem;
    left: 19.5em;
    border-radius: 25px;
    height: 26em;
    width: 28.875em;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs-1095-1112 {
    background-color: var(--dark);
  }
  body.dark-mode #sbs-1095-1112 .cs-title,
  body.dark-mode #sbs-1095-1112 .cs-text,
  body.dark-mode #sbs-1095-1112 .cs-li,
  body.dark-mode #sbs-1095-1112 .cs-desc,
  body.dark-mode #sbs-1095-1112 .cs-name {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-1095-1112 .cs-text,
  body.dark-mode #sbs-1095-1112 .cs-li,
  body.dark-mode #sbs-1095-1112 .cs-desc {
    opacity: 0.8;
  }
  body.dark-mode #sbs-1095-1112 .cs-stripes {
    opacity: 0.2;
  }
}
/*-- -------------------------- -->
<---   Side By Side Reverse     -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbsr-1100-1112 {
    background-color: var(--background);
    padding: var(--sectionPadding);
    padding-top: 1rem;
    padding-bottom: 0;
  }
  #sbsr-1100-1112 .cs-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: auto;
    /* changes to 1280px at desktop */
    max-width: 34.375rem;
    width: 100%;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbsr-1100-1112 .cs-content {
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
    max-width: 32.625rem;
    width: 100%;
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    text-wrap: pretty;
  }
  #sbsr-1100-1112 .cs-text {
    margin-bottom: 1rem;
  }
  #sbsr-1100-1112 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbsr-1100-1112 .cs-ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    padding: 0;
    gap: 1.5rem;
  }
  #sbsr-1100-1112 .cs-li {
    margin: 0;
    padding: 0;
    list-style: none;
  }
  #sbsr-1100-1112 .cs-h3 {
    margin: 0 0 0.75rem;
    /* 20px - 25px */
    font-size: 1.25rem, 3vw, 1.5625rem;
    line-height: 1.2em;
    font-weight: 700;
  }
  #sbsr-1100-1112 .cs-li-text {
    margin: 0;
    max-width: 39.375rem;
    width: 100%;
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    color: var(--bodyTextColor);
    text-align: inherit;
  }
  #sbsr-1100-1112 .cs-image-group {
    z-index: 1;
    position: relative;
    display: block;
    border-radius: 25px;
    height: 37.125em;
    width: 40.5em;
    /* 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, .8em);
  }
  #sbsr-1100-1112 .cs-picture {
    position: absolute;
  }
  #sbsr-1100-1112 .cs-picture img {
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 25px;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #sbsr-1100-1112 .cs-picture1 {
    z-index: 10;
    top: 0;
    right: 0;
    border-radius: 25px;
    height: 27.9375em;
    width: 20.1875em;
  }
  #sbsr-1100-1112 .cs-picture2 {
    bottom: 0;
    left: 0;
    border-radius: 25px;
    height: 27.5625em;
    width: 19.0625em;
  }
  #sbsr-1100-1112 .cs-stripes {
    z-index: -1;
    position: absolute;
    top: 5em;
    left: 2.5em;
    display: block;
    height: auto;
    width: 34.25em;
  }
  #sbsr-1100-1112 .cs-graphic {
    z-index: 10;
    position: absolute;
    bottom: 5em;
    left: 13.875em;
    height: auto;
    width: 11.5em;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbsr-1100-1112 .cs-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 50.5rem;
    width: 90%;
  }
  #sbsr-1100-1112 .cs-image-group {
    /* sends it to the right in the 2nd position */
    order: 2;
    font-size: min(1.2vw, 1em);
    flex: none;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbsr-1100-1112 {
    background-color: var(--dark);
  }
  body.dark-mode #sbsr-1100-1112 .cs-title,
  body.dark-mode #sbsr-1100-1112 .cs-text,
  body.dark-mode #sbsr-1100-1112 .cs-h3,
  body.dark-mode #sbsr-1100-1112 .cs-li-text {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbsr-1100-1112 .cs-text,
  body.dark-mode #sbsr-1100-1112 .cs-li-text {
    opacity: 0.8;
  }
  body.dark-mode #sbsr-1100-1112 .cs-stripes {
    opacity: 0.2;
  }
}
/*-- -------------------------- -->
<---          Contact           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #contact {
    z-index: 1;
    position: relative;
    margin: 0 auto;
    width: 90%;
    padding: var(--sectionPadding);
    padding-bottom: 25rem;
    scroll-snap-align: start;
    scroll-margin-top: 7rem;
    /* Match your header height */
  }
  #contact .cs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: auto;
    /* changes to 1280px at desktop */
    max-width: 37.5em;
    width: 100%;
    gap: 3.25rem;
  }
  #contact .cs-content {
    text-align: left;
  }
  #contact .cs-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
  }
  #contact .cs-label {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    color: var(--headerColor);
    gap: 0.25rem;
  }
  #contact .cs-input {
    border: none;
    border-radius: 0.5rem;
    background-color: #f7f7f7;
    height: 3.5rem;
    width: 100%;
    /* prevents padding from adding to height and width */
    box-sizing: border-box;
    padding: 0;
    padding-left: 1.5rem;
    font-size: 1rem;
    color: var(--headerColor);
  }
  #contact .cs-input::placeholder {
    opacity: 0.6;
    color: #7d799c;
  }
  #contact .cs-textarea {
    margin-bottom: 0.75rem;
    min-height: 7.5rem;
    padding-top: 1.5rem;
    font-family: inherit;
  }
  #contact .cs-button-solid {
    z-index: 1;
    position: relative;
    display: inline-block;
    border-radius: 1rem;
    margin: 0;
    background-color: var(--primaryLight);
    min-width: 9.375rem;
    /* prevents padding from adding to the width */
    box-sizing: border-box;
    padding: 0 1.5rem;
    text-decoration: none;
    font-size: 1rem;
    /* 46px - 56px */
    line-height: clamp(2.875rem, 5.5vw, 3.5rem);
    font-weight: 700;
    color: #fff;
    text-align: center;
  }
  #contact .cs-button-solid:before {
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    opacity: 1;
    border-radius: 1rem;
    background: var(--primary);
    height: 100%;
    width: 0%;
    transition: width 0.3s;
  }
  #contact .cs-button-solid:hover:before {
    border-radius: 1rem;
    width: 100%;
  }
  #contact .cs-submit {
    border: none;
    background-color: var(--primaryLight);
    width: 17.6875rem;
    text-transform: uppercase;
    color: var(--bodyTextColorWhite);
    transition: color 0.1s;
  }
  #contact .cs-submit:hover {
    color: var(--bodyTextColorWhite);
    cursor: pointer;
  }
  #contact .cs-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    border-radius: 1.5rem;
    background-color: var(--primaryLight);
    width: 100%;
    /* prevents padding from adding to height and width */
    box-sizing: border-box;
    /* 16px - 24px */
    padding: clamp(1rem, 3.5vw, 1.5rem);
    padding-bottom: 3rem;
    /* 24px - 32px */
    gap: clamp(1.5rem, 4vw, 2rem);
  }
  #contact .cs-topper {
    text-align: center;
  }
  #contact .cs-title {
    text-align: center;
  }
  #contact .cs-map {
    position: relative;
    display: block;
    border-radius: 1.5rem;
    /* 300px - 425px */
    height: clamp(18.75rem, 63.4vw, 26.5625rem);
    width: 100%;
    /* clips the corners of the img tag */
    overflow: hidden;
  }
  #contact .cs-map:before {
    z-index: 10;
    position: absolute;
    /* 148px - 220px */
    top: clamp(9.25rem, 30.7vw, 13.75rem);
    /* push to the center line of the div */
    content: "";
    opacity: 1;
    display: block;
    /* push X amount of pixels from it's current position off the center line */
    margin-left: 13.625rem;
    margin-bottom: 5rem;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    height: clamp(2rem, 4vw, 3rem);
    /* 32px - 48px */
    width: clamp(2rem, 4vw, 3rem);
  }
  #contact .cs-map img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
  #contact .cs-contact-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0 auto;
    padding: 0;
    gap: 1rem;
  }
  #contact .cs-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    list-style: none;
  }
  #contact .cs-header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0.75rem;
    font-size: 1.25rem;
    line-height: 1.2em;
    font-weight: 700;
    color: var(--bodyTextColorWhite);
    gap: 0.25rem;
  }
  #contact .cs-#result {
    margin-top: 1rem;
    display: none;
  }
  #contact .cs-result {
    margin-top: 1rem;
    display: none;
  }
  #contact .cs-link,
  #contact .cs-hours {
    text-decoration: none;
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.5em;
    color: var(--bodyTextColorWhite);
    transition: color 0.3s;
  }
  #contact .cs-link:hover {
    color: var(--secondaryLight);
  }
}
/* Tablet - 650px */
@media only screen and (min-width: 40.625rem) {
  #contact .cs-contact-group {
    flex-direction: row;
    justify-content: center;
    width: 100%;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #contact .cs-container {
    flex-direction: row;
    justify-content: center;
    max-width: 80rem;
    gap: 3.25rem;
    align-items: flex-start;
    /* Ensure proper vertical alignment */
    width: 90%;
  }
  #contact .cs-content {
    max-width: 40%;
    /* Limit the width of the form container */
    flex: 1;
    /* Allow it to grow within the available space */
  }
  #contact .cs-right {
    max-width: 50%;
    /* Limit the width of the map container */
    flex: 1;
    /* Allow it to grow within the available space */
    width: 100%;
    /* Ensure it takes full width within its container */
  }
  #contact .cs-title,
  #contact .cs-topper {
    margin-left: 0;
    text-align: left;
  }
  #contact .cs-title {
    max-width: 32.625rem;
  }
  #contact .cs-email,
  #contact .cs-phone {
    width: 48%;
    /* Split the form fields into two columns */
  }
  #contact .cs-button-solid {
    margin-left: 0;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #contact .cs-topper {
    color: var(--primary);
  }
  body.dark-mode #contact .cs-title {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #contact .cs-label {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #contact .cs-input {
    background-color: rgba(255, 255, 255, 0.1);
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #contact .cs-input::placeholder {
    opacity: 0.5;
    color: #fff;
  }
  body.dark-mode #contact .cs-right {
    background-color: var(--medium);
  }
}
