/* PAGE-SPECIFIC STYLES FOR THE ABOUT PAGE */
/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #banner-310 {
    /* 144px - 252px */
    padding-top: clamp(10rem, 20vw, 12.75rem);
    /* 80px - 140px */
    padding-bottom: clamp(2rem, 5vw, 2.75rem);
    position: relative;
    z-index: 1;
    background: url("/assets/images/banner-m.jpg");
    background-size: cover;
    background-position: center calc(50% + 50px);
    background-repeat: no-repeat;
  }
  #banner-310 .landing-dark {
    position: absolute;
    height: 100%;
    width: 100%;
    background: #000;
    opacity: 0.65;
    top: 0;
    bottom: 0;
    z-index: -1;
  }
  #banner-310 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  #banner-310 .cs-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-bottom: 1rem;
    color: white;
    position: relative;
  }
  #banner-310 .cs-breadcrumbs {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner-310 .cs-link {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    line-height: 1.2em;
    text-decoration: none;
    color: white;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #banner-310 .cs-link:last-of-type {
    /* remove the chevron on the last list item */
  }
  #banner-310 .cs-link:last-of-type::after {
    display: none;
  }
  #banner-310 .cs-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 .cs-link.cs-active {
    color: var(--primaryLight);
  }
  #banner-310 .cs-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
  }
  #banner-310 .cs-background:before {
    /* black overlay box */
    content: "";
    width: 100%;
    height: 100%;
    background: #000;
    opacity: 0.72;
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    z-index: 1;
  }
  #banner-310 .cs-background img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #banner-310 {
    background-image: url("/assets/images/banner.jpg");
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #banner-310 {
    background-attachment: fixed;
    background-position: center calc(50% - 200px);
  }
  #banner-310 .cs-container {
    align-items: flex-start;
    padding-left: 5rem;
  }
}
/*-- -------------------------- -->
<---       Areas We Serve       -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #areas-we-serve {
    padding: var(--sectionPadding);
    overflow: hidden;
    /* Reset button positioning and styling */
  }
  #areas-we-serve .cs-container {
    width: 100%;
    /* changes to 1280px at desktop */
    max-width: 36.5rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  #areas-we-serve .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;
    position: relative;
    z-index: 10;
  }
  #areas-we-serve .cs-text {
    margin-bottom: 1rem;
  }
  #areas-we-serve .cs-image-group {
    width: 100%;
    height: 20rem;
    display: block;
    z-index: 1;
    position: relative;
    border-radius: 0.25rem;
    padding: clamp(0.25rem, 0.25vw, 0.5rem);
    background-color: var(--primary);
  }
  #areas-we-serve .leaflet-control-reset {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1000;
  }
  #areas-we-serve .leaflet-control-custom {
    font-weight: 600;
    background-color: white;
    border: 2px solid rgba(48, 48, 48, 0.17);
    padding: 6px 12px;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
    text-align: center;
  }
  #areas-we-serve .leaflet-control-custom:hover {
    background-color: #f4f4f4;
  }
  #areas-we-serve .leaflet-control-custom:focus {
    outline: none;
    border-color: #0056b3;
    box-shadow: 0 0 3px rgba(0, 86, 179, 0.5);
  }
  #areas-we-serve .leaflet-control-custom:active {
    background-color: #e6e6e6;
  }
  #areas-we-serve .cs-picture {
    /* big background image */
    width: 100%;
    display: flex;
    justify-content: center;
    top: 0;
    bottom: 0;
    left: 0;
  }
  #areas-we-serve .cs-picture img {
    width: 80%;
    height: auto;
    object-fit: contain;
    position: relative;
    border-radius: 0.25rem;
  }
  #areas-we-serve .cs-heading {
    font-size: 1.25rem;
    font-weight: 700;
    line-height: 1.2em;
    margin: 0 0 0.5rem;
    color: var(--headerColor);
  }
  #areas-we-serve .cs-ul {
    width: 100%;
    margin-top: 1rem;
    margin-bottom: 2rem;
    padding: 0;
    column-count: 2;
    max-width: 400px;
    /* 16px - 24px */
  }
  #areas-we-serve .cs-ul li {
    /* 16px - 20px */
    margin-bottom: 1rem;
    font-size: clamp(1rem, 2vw, 1.25rem);
    font-weight: 700;
    list-style: none;
  }
  #areas-we-serve .cs-icon {
    filter: invert(80%) sepia(23%) saturate(257%) hue-rotate(161deg) brightness(87%) contrast(91%);
  }
  #areas-we-serve .cs-map {
    width: 100%;
  }
  #areas-we-serve .cs-desc {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: center;
    color: var(--bodyTextColor);
  }
  #areas-we-serve .cs-desc:first-of-type {
    margin-top: 2rem;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #areas-we-serve .cs-box {
    flex-direction: row;
    align-items: center;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #areas-we-serve .cs-container {
    max-width: 80rem;
    flex-direction: row;
    gap: 5rem;
    align-items: flex-start;
  }
  #areas-we-serve .cs-content {
    width: 60%;
    align-items: flex-start;
    text-align: left;
  }
  #areas-we-serve .cs-content p {
    text-align: left;
  }
  #areas-we-serve .cs-location-list {
    align-self: flex-start;
  }
  #areas-we-serve .cs-image-group {
    min-height: 30rem;
    order: initial;
  }
  #areas-we-serve .cs-map {
    width: 60%;
  }
}

/*# sourceMappingURL=areas-we-serve.css.map */
