/*-- -------------------------- -->
<---          Banner            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #banner-1106-1112 {
    z-index: 1;
    position: relative;
    /* clips the line from causing overflow issues for going off screen */
    overflow: hidden;
    padding: var(--sectionPadding);
    padding-top: 10.625rem;
    padding-bottom: 1.5rem;
  }
  #banner-1106-1112 .cs-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: auto;
    max-width: 80rem;
    width: 80%;
    text-align: center;
    gap: 0.75rem;
    padding-bottom: 2rem;
  }
  #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%;
  }
}
/*-- -------------------------- -->
<---          Pricing           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #pricing-994 {
    padding: var(--sectionPadding);
    padding-bottom: 25rem;
    padding-top: 0;
  }
  #pricing-994 .cs-container {
    width: 90%;
    /* 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);
  }
  #pricing-994 .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;
  }
  #pricing-994 .cs-title {
    margin: 0 0 2rem 0;
  }
  #pricing-994 .cs-menu {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    column-gap: 1.25rem;
    /* 28px - 40px */
    row-gap: clamp(1.75rem, 3vw, 2.5rem);
  }
  #pricing-994 .cs-menu-group {
    width: 100%;
    max-width: 39.375rem;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /* 28px - 40px */
    gap: clamp(1.75rem, 3vw, 2.5rem);
  }
  #pricing-994 .cs-menu-item {
    list-style: none;
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
  }
  #pricing-994 .cs-h3 {
    width: 100%;
    margin: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 1.5rem;
    position: relative;
  }
  #pricing-994 .cs-header {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2vw, 1.5625rem);
    line-height: 1.2em;
    text-align: inherit;
    font-weight: 700;
    max-width: 25rem;
    padding: 0 1rem;
    background-color: #F7D32A;
    color: var(--headerColor);
    border-radius: 25px;
    text-wrap: pretty;
  }
  #pricing-994 .cs-price {
    font-size: 1rem;
    line-height: 1.5em;
    font-weight: 400;
    color: var(--headerColor);
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  #pricing-994 .cs-peak {
    display: block;
  }
  #pricing-994 .cs-divider {
    display: none;
    /* Hide the slash */
  }
  #pricing-994 .cs-off-peak {
    display: block;
  }
  #pricing-994 .cs-menu-text {
    font-size: 1rem;
    line-height: 1.5em;
    text-align: inherit;
    margin: 0;
    color: var(--bodyTextColor);
  }
  #pricing-994 .cs-picture {
    width: 100%;
    min-height: 23.75rem;
    display: block;
    /* sends it to the top */
    order: -1;
    position: relative;
  }
  #pricing-994 .cs-picture img {
    width: 100%;
    height: 65%;
    object-fit: cover;
    position: absolute;
    border-radius: 25px;
    top: 25%;
    left: 0;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #pricing-994 .cs-container {
    max-width: 50rem;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 3rem;
  }
  #pricing-994 .cs-menu-group {
    width: 100%;
  }
  #pricing-994 .cs-picture {
    max-width: 32.5625rem;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #pricing-994 .cs-container {
    max-width: 74rem;
  }
  #pricing-994 .cs-menu-group {
    max-width: 25rem;
  }
  #pricing-994 .cs-picture {
    max-width: 32.5625rem;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #pricing-994 .cs-title,
  body.dark-mode #pricing-994 .cs-header,
  body.dark-mode #pricing-994 .cs-menu-text,
  body.dark-mode #pricing-994 .cs-price {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #pricing-994 .cs-header,
  body.dark-mode #pricing-994 .cs-price {
    background-color: var(--medium);
  }
  body.dark-mode #pricing-994 .cs-menu-text {
    opacity: 0.8;
  }
}
