/*-- -------------------------- -->
<---       Breadcrumbs         -->
<--- -------------------------- -*/

@media only screen and (min-width: 0px) {
  #breadcrumbs{
    padding: var(--sectionPadding);
    padding-top: 0.75rem;
    margin-top: 96px;
    padding-bottom: 0.75rem;
    border-top: 1px solid #292929;
    border-bottom: 1px solid #292929;
  }
  #breadcrumbs .cs-container{
    max-width: 1280px;
    display: flex;
    margin: auto;
    align-items: center;
    flex-wrap: wrap;
    gap: 0.5rem;
  }
  #breadcrumbs .arrow{
    width: 12px;
    height: 12px;
  }
  #breadcrumbs a{
    color: #bfbfbf;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s;
  }
  #breadcrumbs a:hover{
    color: var(--primary);
  }
  #breadcrumbs .current:hover{
    color: #e0e0e0;
  }
  #breadcrumbs .current{
    color: #e0e0e0;
  }
}
@media only screen and (min-width: 1024px) {
  #breadcrumbs{
    margin-top: 88px;
  }
}

/*-- -------------------------- -->
<---       Side By Side         -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #sbs-246 {
        padding: 0 1em;
        position: relative;
        z-index: 1;
    }

    #sbs-246 .info::before {
      position: absolute;
      top: -17px;
      height: 16px;
      background-color: #0a0a0a;
      content: '';
      left: -1px;
      width: calc(100% + 2px);
    }
    #sbs-246 .info {
      position: absolute;
      bottom: -100px;
      width: 100%;
      background-color: #191919;
      border: 1px solid #292929;
      padding: 12px;
    }
    #sbs-246 .list {
      display: grid;
      grid-template-columns: 1fr;
      align-items: center;
      justify-content: center;
      gap: 12px;
    }
    #sbs-246 .cta-item {
      display: flex;
      gap: 12px;
      font-size: 14px;
      align-items: center;
    }
    #sbs-246 .cta-item:last-of-type {
      margin-bottom: 0;
    }
    #sbs-246 .cta-item::before {
      content: url('/assets/images/tick.svg');
      width: 13px;
      height: 13px;
    }
    #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: 100%;
    }
    #sbs-246.hour-section  .cs-button-transparent{ 
      width: 100%;
    }
    #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.list .cs-picture {
      margin-bottom: 100px;
    }
    #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;
    }
      #sbs-246 .topper {
      font-weight: 600;
      margin-bottom: 0.25rem;
    }
}
/* 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.list .cs-container {
        align-items: flex-start;
    }
    #sbs-246 .info {
      top: 150px;
      height: fit-content;
    }
    #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.list .cs-picture {
      margin-bottom: 0;
    }
    #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;
    }
}
@media only screen and (min-width: 1300px) {
    #sbs-246  .list { 
      grid-template-columns: 1fr 1fr;
    }
    #sbs-246  .info { 
      bottom: 0;
      top: auto;
    }
}


/*-- -------------------------- -->
<---            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;
      background: 1px solid #292929;
      gap: 20px;
    }
    #faq-254 .cs-card-group .cs-h3{
      position: relative;
      align-items: center;
      text-align: left;
      display: flex;
      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;
    }
}

@media only screen and (min-width: 0px) {
  #info {
    padding: var(--sectionPadding);
    border-top: 1px solid #292929;
    border-bottom: 1px solid #292929;
  }
    #info  .button-box { 
      display: flex;
      width: 100%;
      flex-wrap: wrap;
      gap: 24px;
    }
    #info .cta-item {
      display: flex;
      gap: 12px;
      margin-bottom: 8px;
      align-items: center;
    }
    #info .cs-text {
      max-width: 900px;
    }
    #info .cta-item::before {
      content: url('/assets/images/tick.svg');
      width: 16px;
      height: 16px;
    }
    #info .cta-item.top {
      margin-top: 14px;
    }
    #info h2 {
      font-size: 25px;
    }
    #info .cta-item.bottom {
      margin-bottom: 14px;
    }
  #info .cs-container{
    max-width: 550px;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  #info .cs-picture{
    width: 100%;
    height: 320px;
    overflow: hidden;
    position: relative;
  }
  #info .cs-picture::before {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background-color: #0a0a0a;
    opacity: 0.2;
    z-index: 2;
    content: '';
  }
  #info .cs-picture img{
    object-fit: cover;
    min-width: 100%;
    min-height: 100%;
  }
  #info .content{
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
  #info .link {
    color: var(--primary);
  }
  #info h3 {
    margin-bottom: 0.25rem;
    color: var(--primary);
  }
  #info .right h3 {
    margin-top: 1rem;
  }
  #info .left,
  #info .right,
  #info .large{
    width: 100%;
    padding: 24px;
    border: 1px solid #292929;
    background-color: #0a0a0a;
  }
}
@media only screen and (min-width: 768px) {
  #info .cs-container{
    max-width: 1200px;
  }
  #info .cs-picture{
    margin-bottom: calc(60px - 24px);
  }
  #info .content{
    flex-direction: row;
    flex-wrap: wrap;
  }
  #info .left,
  #info .right{
    width: calc(50% - 12px);
    padding: 30px;
  }
  #info .large{
    padding: 60px;
  }
}