/*-- -------------------------- -->
<---    Tiered Citations Order   -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  #sbs-2295 {
    padding: var(--sectionPadding);
    background-color: #f7f7f7;
    overflow: hidden;
    position: relative;
    z-index: 1;
    /* Form Styles */
  }
  #sbs-2295 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  #sbs-2295 .cs-content {
    text-align: left;
    width: 100%;
    max-width: 50rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  #sbs-2295 .cs-topper {
    font-size: var(--topperFontSize);
    line-height: 1.2em;
    text-transform: uppercase;
    text-align: inherit;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: var(--primary);
    margin-bottom: 0.25rem;
    display: block;
  }
  #sbs-2295 .cs-title {
    font-size: var(--headerFontSize);
    font-weight: 900;
    line-height: 1.2em;
    text-align: inherit;
    max-width: 100%;
    margin: 0 0 1rem 0;
    color: var(--headerColor);
    position: relative;
  }
  #sbs-2295 .cs-text {
    font-size: var(--bodyFontSize);
    line-height: 1.5em;
    text-align: inherit;
    width: 100%;
    max-width: 100%;
    margin: 0 0 1rem 0;
    color: var(--bodyTextColor);
  }
  #sbs-2295 .cs-text:last-of-type {
    margin-bottom: 2rem;
  }
  #sbs-2295 .cs-h3 {
    /* 20px - 25px */
    font-size: clamp(1.25rem, 2vw, 1.5625rem);
    line-height: 1.2em;
    font-weight: 700;
    margin: 1.5rem 0 1rem 0;
    color: var(--headerColor);
  }
  #sbs-2295 .cs-ul {
    width: 100%;
    margin: 0 0 1.5rem 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #sbs-2295 .cs-li {
    font-size: var(--bodyFontSize);
    list-style: none;
    line-height: 1.5em;
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0 0 0 2rem;
    color: var(--bodyTextColor);
    position: relative;
  }
  #sbs-2295 .cs-li strong {
    font-weight: 700;
    color: var(--headerColor);
  }
  #sbs-2295 .cs-li:before {
    /* Bullet */
    content: "";
    width: 0.5rem;
    height: 0.5rem;
    background: var(--primary);
    opacity: 1;
    border-radius: 50%;
    position: absolute;
    display: block;
    top: 0.625rem;
    left: 0;
  }
  #sbs-2295 .cs-form {
    width: 100%;
    max-width: 100%;
    /* 24px - 48px top and bottom */
    /* 16px - 48px left and right */
    padding: clamp(1.5rem, 5.18vw, 3rem) clamp(1rem, 4vw, 3rem);
    background-color: #fff;
    border-radius: 1rem;
    box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-start;
    gap: 0.75rem;
  }
  #sbs-2295 .cs-label {
    /* 14px - 16px */
    font-size: clamp(0.875rem, 1.5vw, 1rem);
    width: 100%;
    color: var(--headerColor);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 0.25rem;
    font-weight: 700;
  }
  #sbs-2295 .cs-input {
    font-size: 1rem;
    width: 100%;
    height: 3.5rem;
    padding: 0 1.5rem;
    color: var(--headerColor);
    background-color: #f7f7f7;
    border-radius: 0.5rem;
    border: 1px solid transparent;
    box-sizing: border-box;
    transition: border-color 0.3s;
  }
  #sbs-2295 .cs-input::placeholder {
    color: #7d799c;
    opacity: 0.6;
  }
  #sbs-2295 .cs-input:hover, #sbs-2295 .cs-input:focus {
    border-color: var(--primary);
    outline: none;
  }
  #sbs-2295 .cs-textarea {
    min-height: 7.5rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-family: inherit;
    resize: vertical;
  }
  #sbs-2295 .cs-button-solid {
    font-size: 1rem;
    line-height: 3.5rem;
    text-decoration: none;
    font-weight: 700;
    text-align: center;
    margin: 1rem 0 0 0;
    color: #fff;
    min-width: 12.5rem;
    padding: 0 3rem;
    background-color: var(--primary);
    border-radius: 0.5rem;
    display: inline-block;
    position: relative;
    z-index: 1;
    box-sizing: border-box;
    border: none;
    transition: color 0.3s;
  }
  #sbs-2295 .cs-button-solid:before {
    content: "";
    position: absolute;
    height: 100%;
    width: 0%;
    background: var(--headerColor);
    opacity: 1;
    top: 0;
    left: 0;
    z-index: -1;
    border-radius: 0.5rem;
    transition: width 0.3s;
  }
  #sbs-2295 .cs-button-solid:hover {
    cursor: pointer;
    color: #fff;
  }
  #sbs-2295 .cs-button-solid:hover:before {
    width: 100%;
  }
  #sbs-2295 .cs-submit {
    width: 100%;
    margin-top: 0.5rem;
  }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
  #sbs-2295 .cs-container {
    max-width: 80rem;
  }
  #sbs-2295 .cs-label {
    width: 48%;
  }
  #sbs-2295 .cs-label.cs-message {
    width: 100%;
  }
  #sbs-2295 .cs-submit {
    width: auto;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  #sbs-2295 .cs-container {
    flex-direction: column;
    align-items: center;
  }
  #sbs-2295 .cs-content {
    max-width: 50rem;
  }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
  body.dark-mode #sbs-2295 {
    background-color: rgba(0, 0, 0, 0.2);
  }
  body.dark-mode #sbs-2295 .cs-topper {
    color: var(--primaryLight);
  }
  body.dark-mode #sbs-2295 .cs-title,
  body.dark-mode #sbs-2295 .cs-text,
  body.dark-mode #sbs-2295 .cs-h3,
  body.dark-mode #sbs-2295 .cs-li,
  body.dark-mode #sbs-2295 strong {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-2295 .cs-text,
  body.dark-mode #sbs-2295 .cs-li {
    opacity: 0.8;
  }
  body.dark-mode #sbs-2295 .cs-form {
    background-color: var(--medium);
  }
  body.dark-mode #sbs-2295 .cs-label {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #sbs-2295 .cs-input {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
  }
  body.dark-mode #sbs-2295 .cs-input::placeholder {
    color: #fff;
    opacity: 0.8;
  }
}

/*# sourceMappingURL=service.css.map */
