/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/*-- -------------------------- -->
<---      Dark Mode Toggle      -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0px) {
  body.dark-mode #dark-mode-toggle .cs-sun[b-v5q2wvspfe] {
    opacity: 1;
    transform: translate(-50%, -50%);
  }
  body.dark-mode #dark-mode-toggle .cs-moon[b-v5q2wvspfe] {
    opacity: 0;
    transform: translate(-50%, -150%);
    fill: #fff;
  }
  #dark-mode-toggle[b-v5q2wvspfe] {
    width: 3rem;
    height: 3rem;
    padding: 0;
    background: transparent;
    border: none;
    display: block;
    position: absolute;
    top: 0.625rem;
    right: 4.375rem;
    z-index: 1000;
    overflow: hidden;
  }
  #dark-mode-toggle img[b-v5q2wvspfe],
  #dark-mode-toggle svg[b-v5q2wvspfe] {
    width: 1.25rem;
    height: 1.25rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
  }
  #dark-mode-toggle .cs-moon[b-v5q2wvspfe] {
    z-index: 2;
    transition: transform 0.3s, opacity 0.3s;
  }
  #dark-mode-toggle .cs-sun[b-v5q2wvspfe] {
    opacity: 0;
    z-index: 1;
    transform: translate(-50%, 100%);
    transition: transform 0.3s, opacity 0.3s;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 1024px) {
  #dark-mode-toggle[b-v5q2wvspfe] {
    margin: 0;
    position: relative;
    top: auto;
    right: auto;
    transform: none;
  }
  #dark-mode-toggle:hover[b-v5q2wvspfe] {
    cursor: pointer;
  }
}
/*-- -------------------------- -->
<---     Mobile Navigation      -->
<--- -------------------------- -*/
/* Mobile - 1023.5px */
@media only screen and (max-width: 1023.5px) {
  body.cs-open[b-v5q2wvspfe] {
    overflow: hidden;
  }
  #cs-navigation[b-v5q2wvspfe] {
    width: 100%;
    box-sizing: border-box;
    padding: 0.75rem 1rem;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed;
    z-index: 10000;
  }
  #cs-navigation[b-v5q2wvspfe]:before {
    content: "";
    width: 100%;
    height: 0vh;
    background: rgba(0, 0, 0, 0.6);
    opacity: 0;
    display: block;
    position: absolute;
    top: 100%;
    right: 0;
    z-index: -1100;
    transition: height 0.5s, opacity 0.5s;
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }
  #cs-navigation.cs-active[b-v5q2wvspfe]:before {
    height: 150vh;
    opacity: 1;
  }
  #cs-navigation.cs-active .cs-ul-wrapper[b-v5q2wvspfe] {
    opacity: 1;
    transform: scaleY(1);
    transition-delay: 0.15s;
  }
  #cs-navigation.cs-active .cs-li[b-v5q2wvspfe] {
    opacity: 1;
    transform: translateY(0);
  }
  #cs-navigation .cs-container[b-v5q2wvspfe] {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center;
  }
  #cs-navigation .cs-logo[b-v5q2wvspfe] {
    width: 40%;
    max-width: 9.125rem;
    height: 100%;
    margin: 0 auto 0 0;
    box-sizing: border-box;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
  }
  #cs-navigation .cs-logo img[b-v5q2wvspfe] {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #cs-navigation .cs-toggle[b-v5q2wvspfe] {
    width: clamp(2.75rem, 6vw, 3rem);
    height: clamp(2.75rem, 6vw, 3rem);
    margin: 0 0 0 auto;
    background-color: transparent;
    border: none;
    border-radius: 0.25rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  #cs-navigation .cs-active .cs-line1[b-v5q2wvspfe] {
    top: 50%;
    transform: translate(-50%, -50%) rotate(225deg);
  }
  #cs-navigation .cs-active .cs-line2[b-v5q2wvspfe] {
    top: 50%;
    transform: translate(-50%, -50%) translateY(0) rotate(-225deg);
    transform-origin: center;
  }
  #cs-navigation .cs-active .cs-line3[b-v5q2wvspfe] {
    opacity: 0;
    bottom: 100%;
  }
  #cs-navigation .cs-box[b-v5q2wvspfe] {
    width: clamp(1.5rem, 2vw, 1.75rem);
    height: clamp(0.875rem, 1.5vw, 1rem);
    position: relative;
  }
  #cs-navigation .cs-line[b-v5q2wvspfe] {
    width: 100%;
    height: 2px;
    background-color: #1a1a1a;
    border-radius: 2px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
  #cs-navigation .cs-line1[b-v5q2wvspfe] {
    top: 0;
    transition: transform 0.5s, top 0.3s, left 0.3s;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
    transform-origin: center;
  }
  #cs-navigation .cs-line2[b-v5q2wvspfe] {
    top: 50%;
    transform: translateX(-50%) translateY(-50%);
    transition: top 0.3s, left 0.3s, transform 0.5s;
    animation-duration: 0.7s;
    animation-timing-function: ease;
    animation-direction: normal;
    animation-fill-mode: forwards;
  }
  #cs-navigation .cs-line3[b-v5q2wvspfe] {
    bottom: 0;
    transition: bottom 0.3s, opacity 0.3s;
  }
}
/* Dark Mode */
@media only screen and (max-width: 1023.5px) {
  body.dark-mode #cs-navigation[b-v5q2wvspfe] {
    background-color: var(--dark);
  }
  body.dark-mode #cs-navigation .cs-line[b-v5q2wvspfe] {
    background-color: #fff;
  }
  body.dark-mode #cs-navigation .cs-ul-wrapper[b-v5q2wvspfe] {
    background-color: var(--medium);
  }
  body.dark-mode #cs-navigation .cs-li-link[b-v5q2wvspfe] {
    color: var(--bodyTextColorWhite);
  }
}
/*-- -------------------------- -->
<---  Mobile Navigation Menu   -->
<--- -------------------------- -*/
/* Small Desktop - 1024px */
@media only screen and (max-width: 1023.5px) {
  #cs-navigation .cs-ul-wrapper[b-v5q2wvspfe] {
    width: 100%;
    height: auto;
    padding-bottom: 2.4em;
    background-color: #fff;
    box-shadow: inset rgba(0, 0, 0, 0.2) 0px 8px 24px;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: -1;
    overflow: hidden;
    transform: scaleY(0);
    transition: transform 0.4s, opacity 0.3s;
    transform-origin: top;
  }
  #cs-navigation .cs-ul[b-v5q2wvspfe] {
    width: 100%;
    height: auto;
    max-height: 65vh;
    margin: 0;
    padding: 3rem 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 1.25rem;
    overflow: scroll;
  }
  #cs-navigation .cs-li[b-v5q2wvspfe] {
    text-align: center;
    list-style: none;
    width: 100%;
    margin-right: 0;
    opacity: 0;
    transform: translateY(-4.375rem);
    transition: transform 0.6s, opacity 0.9s;
  }
  /* Animation delays... */
  #cs-navigation .cs-li:nth-of-type(1)[b-v5q2wvspfe] { transition-delay: 0.05s; }
  #cs-navigation .cs-li:nth-of-type(2)[b-v5q2wvspfe] { transition-delay: 0.1s; }
  #cs-navigation .cs-li:nth-of-type(3)[b-v5q2wvspfe] { transition-delay: 0.15s; }
  #cs-navigation .cs-li:nth-of-type(4)[b-v5q2wvspfe] { transition-delay: 0.2s; }
  #cs-navigation .cs-li:nth-of-type(5)[b-v5q2wvspfe] { transition-delay: 0.25s; }
  #cs-navigation .cs-li:nth-of-type(6)[b-v5q2wvspfe] { transition-delay: 0.3s; }
  #cs-navigation .cs-li:nth-of-type(7)[b-v5q2wvspfe] { transition-delay: 0.35s; }

  #cs-navigation .cs-li-link[b-v5q2wvspfe] {
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    line-height: 1.2em;
    text-decoration: none;
    margin: 0;
    color: var(--headerColor);
    display: inline-block;
    position: relative;
  }
  #cs-navigation .cs-li-link[b-v5q2wvspfe]:before {
    content: "";
    width: 100%;
    height: 1px;
    background: currentColor;
    opacity: 1;
    display: none;
    position: absolute;
    bottom: -0.125rem;
    left: 0;
  }
  #cs-navigation .cs-li-link.cs-active[b-v5q2wvspfe]:before {
    display: block;
  }

  /* Desktop Dashboard button hides on mobile */
  #cs-navigation .cs-nav-button[b-v5q2wvspfe] {
    display: none;
  }

  /* Force the login group to show on mobile and format it nicely */
  #cs-navigation .cs-login-group[b-v5q2wvspfe] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    margin-top: 1.5rem;
    color: var(--headerColor);
    font-size: clamp(1rem, 2.5vw, 1.5rem);
    font-weight: 700;
  }

  #cs-navigation .cs-login-link[b-v5q2wvspfe] {
    text-decoration: none;
    color: inherit;
  }

  /* Mobile Dashboard Styling */
  #cs-navigation .cs-mobile-dashboard[b-v5q2wvspfe] {
    color: var(--primary) !important;
    font-weight: 700;
    border: 2px solid var(--primary);
    padding: 0.5rem 1.5rem;
    border-radius: 0.5rem;
    margin-top: 0.5rem;
  }
  #cs-navigation .cs-mobile-dashboard[b-v5q2wvspfe]:before {
    display: none; 
  }
}

/*-- -------------------------- -->
<---     Navigation Dropdown    -->
<--- -------------------------- -*/
/* Mobile - 1023.5px */
@media only screen and (max-width: 1023.5px) {
  #cs-navigation .cs-dropdown[b-v5q2wvspfe] {
    text-align: center;
    width: 100%;
    color: var(--bodyTextColorWhite);
    display: block;
    position: relative;
  }
  #cs-navigation .cs-dropdown.cs-active .cs-drop-ul[b-v5q2wvspfe] {
    height: auto;
    margin: 0.75rem 0 0 0;
    padding: 0.75rem 0;
    opacity: 1;
    visibility: visible;
  }
  #cs-navigation .cs-dropdown.cs-active .cs-drop-link[b-v5q2wvspfe] {
    opacity: 1;
  }
  #cs-navigation .cs-dropdown .cs-li-link[b-v5q2wvspfe] {
    position: relative;
    transition: opacity 0.3s;
  }
  #cs-navigation .cs-dropdown-toggle[b-v5q2wvspfe] {
    /* Reset default button styles */
    background: none;
    border: none;
    text-align: inherit;
    cursor: pointer;
    /* Remove any default focus styles */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #cs-navigation .cs-drop-icon[b-v5q2wvspfe] {
    width: 0.9375rem;
    height: auto;
    position: absolute;
    top: 50%;
    right: -1.25rem;
    transform: translateY(-50%);
  }
  #cs-navigation .cs-drop-ul[b-v5q2wvspfe] {
    width: 100%;
    height: 0;
    margin: 0;
    padding: 0;
    background-color: var(--primary);
    opacity: 0;
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 0.75rem;
    overflow: hidden;
    transition: padding 0.3s, margin 0.3s, height 0.3s, opacity 0.3s, visibility 0.3s;
  }
  #cs-navigation .cs-drop-li[b-v5q2wvspfe] {
    list-style: none;
  }
  #cs-navigation .cs-li-link.cs-drop-link[b-v5q2wvspfe] {
    font-size: clamp(0.875rem, 2vw, 1.25rem);
    color: #fff;
  }
}
/* Desktop - 1024px */
@media only screen and (min-width: 1024px) {
  #cs-navigation .cs-dropdown[b-v5q2wvspfe] {
    position: relative;
  }
  #cs-navigation .cs-dropdown:hover[b-v5q2wvspfe],
  #cs-navigation .cs-dropdown.cs-active[b-v5q2wvspfe] {
    cursor: pointer;
  }
  #cs-navigation .cs-dropdown:hover .cs-drop-ul[b-v5q2wvspfe],
  #cs-navigation .cs-dropdown.cs-active .cs-drop-ul[b-v5q2wvspfe] {
    opacity: 1;
    visibility: visible;
    transform: scaleY(1);
  }
  #cs-navigation .cs-dropdown:hover .cs-drop-li[b-v5q2wvspfe],
  #cs-navigation .cs-dropdown.cs-active .cs-drop-li[b-v5q2wvspfe] {
    opacity: 1;
    transform: translateY(0);
  }
  #cs-navigation .cs-dropdown-toggle[b-v5q2wvspfe] {
    /* Reset default button styles */
    background: none;
    border: none;
    text-align: inherit;
    cursor: pointer;
    /* Match the sizing of the other nav links */
    font-size: clamp(0.875rem, 1vw, 1rem);
    line-height: 1.5em;
    padding: 0.25rem;
    color: var(--bodyTextColor);
    /* Remove any default focus styles */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  #cs-navigation .cs-drop-icon[b-v5q2wvspfe] {
    width: 0.9375rem;
    height: auto;
    display: inline-block;
  }
  #cs-navigation .cs-drop-ul[b-v5q2wvspfe] {
    min-width: 12.5rem;
    margin: 0;
    padding: 0;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 10px 16px;
    opacity: 0;
    border-bottom: 5px solid var(--primary);
    visibility: hidden;
    position: absolute;
    top: calc(100% - 2px);
    z-index: 100;
    overflow: hidden;
    transform: scaleY(0);
    transition: transform 0.3s, visibility 0.3s, opacity 0.3s;
    transform-origin: top;
  }
  #cs-navigation .cs-drop-li[b-v5q2wvspfe] {
    font-size: 1rem;
    text-decoration: none;
    list-style: none;
    width: 100%;
    height: auto;
    color: var(--bodyTextColor);
    opacity: 0;
    display: block;
    transform: translateY(-0.625rem);
    transition: opacity 0.6s, transform 0.6s;
  }
  #cs-navigation .cs-drop-li:nth-of-type(1)[b-v5q2wvspfe] { transition-delay: 0.05s; }
  #cs-navigation .cs-drop-li:nth-of-type(2)[b-v5q2wvspfe] { transition-delay: 0.1s; }
  #cs-navigation .cs-drop-li:nth-of-type(3)[b-v5q2wvspfe] { transition-delay: 0.15s; }
  #cs-navigation .cs-drop-li:nth-of-type(4)[b-v5q2wvspfe] { transition-delay: 0.2s; }
  #cs-navigation .cs-drop-li:nth-of-type(5)[b-v5q2wvspfe] { transition-delay: 0.25s; }
  #cs-navigation .cs-drop-li:nth-of-type(6)[b-v5q2wvspfe] { transition-delay: 0.3s; }
  #cs-navigation .cs-li-link.cs-drop-link[b-v5q2wvspfe] {
    font-size: 1rem;
    line-height: 1.5em;
    text-decoration: none;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
    padding: 0.75rem;
    color: var(--bodyTextColor);
    display: block;
    transition: color 0.3s, background-color 0.3s;
  }
  #cs-navigation .cs-li-link.cs-drop-link:hover[b-v5q2wvspfe] {
    background-color: #f7f7f7;
    outline: none;
  }
  #cs-navigation .cs-li-link.cs-drop-link[b-v5q2wvspfe]:before {
    display: none;
  }
  #cs-navigation .cs-li-link.cs-drop-link:focus-visible[b-v5q2wvspfe] {
    outline: 2px solid var(--primary);
    outline-offset: -2px;
  }
}
/* Dropdown Dark Mode */
@media only screen and (min-width: 0px) {
  body.dark-mode #cs-navigation .cs-drop-ul[b-v5q2wvspfe] {
    background-color: var(--dark);
  }
  body.dark-mode #cs-navigation .cs-li-link.cs-drop-link:hover[b-v5q2wvspfe] {
    background-color: var(--medium);
  }
  body.dark-mode #cs-navigation .cs-drop-icon[b-v5q2wvspfe] {
    /* turns it white */
    filter: grayscale(1) brightness(1000%);
  }
}

/*-- -------------------------- -->
<---     Desktop Navigation     -->
<--- -------------------------- -*/
/* Small Desktop - 1024px */
@media only screen and (min-width: 1024px) {
  #cs-navigation[b-v5q2wvspfe] {
    width: 100%;
    box-sizing: border-box;
    padding: 0 1rem;
    background-color: #fff;
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    position: fixed;
    z-index: 10000;
  }
  #cs-navigation .cs-container[b-v5q2wvspfe] {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 1.5rem;
  }
  #cs-navigation .cs-toggle[b-v5q2wvspfe] {
    display: none;
  }
  #cs-navigation .cs-logo[b-v5q2wvspfe] {
    width: 18.4%;
    max-width: 21.875rem;
    height: 4.0625rem;
    margin: 0 auto 0 0;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 100;
  }
  #cs-navigation .cs-logo img[b-v5q2wvspfe] {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  #cs-navigation .cs-ul[b-v5q2wvspfe] {
    width: 100%;
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: clamp(1.25rem, 2.6vw, 2.25rem);
  }
  #cs-navigation .cs-li[b-v5q2wvspfe] {
    list-style: none;
    padding: 2rem 0;
    flex: none;
  }
  
  /* Hides the mobile dashboard list item on desktop */
  #cs-navigation .cs-mobile-dashboard-li[b-v5q2wvspfe] {
      display: none;
  }

  #cs-navigation .cs-li-link[b-v5q2wvspfe] {
    font-size: clamp(0.875rem, 1vw, 1rem);
    line-height: 1.5em;
    text-decoration: none;
    margin: 0;
    color: var(--bodyTextColor);
    display: block;
    position: relative;
  }
  #cs-navigation .cs-li-link:hover[b-v5q2wvspfe]:before {
    width: 100%;
  }
  #cs-navigation .cs-li-link.cs-active[b-v5q2wvspfe]:before {
    width: 100%;
  }
  #cs-navigation .cs-li-link[b-v5q2wvspfe]:before {
    content: "";
    width: 0%;
    height: 2px;
    background: var(--primary);
    opacity: 1;
    display: block;
    position: absolute;
    bottom: 0rem;
    left: 0;
    transition: width 0.3s;
  }
  #cs-navigation .cs-button-solid[b-v5q2wvspfe] {
    font-size: 1rem;
    font-weight: 700;
    line-height: clamp(2.875em, 5.5vw, 3.5em);
    text-align: center;
    text-decoration: none;
    min-width: 9.375rem;
    margin: 0;
    box-sizing: border-box;
    padding: 0 1.5rem;
    color: #fff;
    background-color: var(--primary);
    border-radius: 0.25rem;
    display: inline-block;
    position: relative;
    z-index: 1;
  }
  #cs-navigation .cs-button-solid[b-v5q2wvspfe]:before {
    content: "";
    width: 0%;
    height: 100%;
    background: #000;
    opacity: 1;
    border-radius: 0.25rem;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    transition: width 0.3s;
  }
  #cs-navigation .cs-button-solid:hover[b-v5q2wvspfe]:before {
    width: 100%;
  }
  
  /* Desktop Login / Sign Up Group Styles */
  #cs-navigation .cs-login-group[b-v5q2wvspfe] {
    display: flex;
    align-items: center;
    gap: 0.5rem; 
    font-size: clamp(0.875rem, 1vw, 1rem); 
    font-weight: 700;
    color: var(--bodyTextColor);
  }
  #cs-navigation .cs-login-link[b-v5q2wvspfe] {
    text-decoration: none;
    transition: color 0.3s;
    color: inherit;
  }
  #cs-navigation .cs-login-link:hover[b-v5q2wvspfe] {
    color: var(--primary);
  }
  #cs-navigation .cs-separator[b-v5q2wvspfe] {
    opacity: 0.6; 
    font-weight: 400;
  }
}
/* Dark Mode */
@media only screen and (min-width: 1024px) {
  body.dark-mode #cs-navigation[b-v5q2wvspfe] {
    background-color: var(--dark);
  }
  body.dark-mode #cs-navigation .cs-li-link[b-v5q2wvspfe] {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #cs-navigation .cs-li-link[b-v5q2wvspfe]:before {
    background-color: var(--primaryLight);
  }
  body.dark-mode #cs-navigation .cs-login-group[b-v5q2wvspfe] {
    color: var(--bodyTextColorWhite);
  }
  body.dark-mode #cs-navigation .cs-login-link:hover[b-v5q2wvspfe] {
    color: var(--primaryLight);
  }
  body.dark-mode #cs-navigation .cs-dropdown-toggle[b-v5q2wvspfe] {
    color: var(--bodyTextColorWhite);
  }
}
/*-- -------------------------- -->
<---          Footer            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #footer-1391[b-v5q2wvspfe] {
        padding: var(--sectionPadding);
        position: relative;
        z-index: 1;
    }
    #footer-1391 .cs-container[b-v5q2wvspfe] {
        width: 100%;
        max-width: 80rem;
        margin: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    #footer-1391 .cs-top[b-v5q2wvspfe] {
        width: 100%;
        margin-bottom: 2.5rem;
        /* 24px - 64px */
        padding-bottom: clamp(1.5rem, 5vw, 4rem);
        border-bottom: 1px solid #e8e8e8;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        /* 24px - 40px */
        gap: clamp(1.25rem, 4vw, 2.5rem);
    }
    #footer-1391 .cs-ul[b-v5q2wvspfe] {
        margin: 0;
        padding: 0;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        row-gap: 0.5rem;
        /* 24px - 36px */
        column-gap: clamp(1.5rem, 4vw, 2.25rem);
    }
    #footer-1391 .cs-li[b-v5q2wvspfe] {
        list-style: none;
    }
    #footer-1391 .cs-link[b-v5q2wvspfe] {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.5vw, 1rem);
        line-height: 1.5em;
        text-decoration: none;
        margin: 0;
        color: var(--bodyTextColor);
        display: block;
        transition: color 0.3s;
    }
    #footer-1391 .cs-link:hover[b-v5q2wvspfe] {
        color: var(--primary);
    }
    #footer-1391 .cs-logo[b-v5q2wvspfe] {
        width: 100%;
        max-width: 13.0625rem;
        height: auto;
        display: block;
    }
    #footer-1391 .cs-logo-img[b-v5q2wvspfe] {
        width: 100%;
        height: auto;
        display: block;
    }
    #footer-1391 .cs-bottom[b-v5q2wvspfe] {
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
    #footer-1391 .cs-social[b-v5q2wvspfe] {
        margin: 0;
        padding: 0;
        display: flex;
        justify-content: center;
        align-items: center;
        gap: 0.5rem;
    }
    #footer-1391 .cs-social-li[b-v5q2wvspfe] {
        list-style: none;
    }
    #footer-1391 .cs-social-link[b-v5q2wvspfe] {
        width: 2rem;
        height: 2rem;
        background-color: #484848;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        transition: background-color 0.3s;
    }
    #footer-1391 .cs-social-link:hover[b-v5q2wvspfe] {
        background-color: var(--primary);
    }
    #footer-1391 .cs-social-link:hover .cs-social-icon[b-v5q2wvspfe] {
        filter: grayscale(1) brightness(1000%);
        opacity: 1;
    }
    #footer-1391 .cs-social-icon[b-v5q2wvspfe] {
        width: 0.75rem;
        height: auto;
        display: block;
        transition: opacity 0.3s;
    }
    #footer-1391 .cs-copyright[b-v5q2wvspfe] {
        font-size: 1rem;
        color: var(--bodyTextColor);
        line-height: 1.5em;
        margin: 0;
        display: block;
    }
    #footer-1391 .cs-copyright-link[b-v5q2wvspfe],
    #footer-1391 .cs-separater[b-v5q2wvspfe] {
        font-size: 1rem;
        text-decoration: none;
        color: var(--bodyTextColor);
        transition: color 0.3s;
    }
    #footer-1391 .cs-copyright-link:hover[b-v5q2wvspfe],
    #footer-1391 .cs-separater:hover[b-v5q2wvspfe] {
        color: var(--primary);
    }
    #footer-1391 .cs-separater[b-v5q2wvspfe] {
        margin: 0 1rem;
        display: inline-block;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #footer-1391 .cs-top[b-v5q2wvspfe] {
        align-items: flex-start;
    }
    #footer-1391 .cs-bottom[b-v5q2wvspfe] {
        flex-direction: row;
        justify-content: center;
    }
    #footer-1391 .cs-flex[b-v5q2wvspfe] {
        margin: 0 auto;
    }
    #footer-1391 .cs-social[b-v5q2wvspfe] {
        /* sends it to the right in the 3rd position */
        order: 3;
    }
}
/* Dark Mode */
@media only screen and (min-width: 0rem) {
    body.dark-mode #footer-1391[b-v5q2wvspfe] {
        background-color: rgba(0, 0, 0, 0.6);
    }

    body.dark-mode #footer-1391 .cs-top[b-v5q2wvspfe] {
        border-color: rgba(255, 255, 255, 0.2);
    }
    body.dark-mode #footer-1391 .cs-link[b-v5q2wvspfe],
    body.dark-mode #footer-1391 .cs-copyright[b-v5q2wvspfe],
    body.dark-mode #footer-1391 .cs-copyright-link[b-v5q2wvspfe] {
        color: var(--bodyTextColorWhite);
        opacity: 0.8;
    }
}
/* Footer Disclaimer */

#footer-1391 .cs-disclaimer[b-v5q2wvspfe] {
    width: 100%;
    max-width: 52rem;
    margin: 0 auto 2rem;
    padding-top: 1.5rem;
    border-top: 1px solid rgba(0,0,0,.08);
    text-align: center;
}

#footer-1391 .cs-disclaimer p[b-v5q2wvspfe] {
    font-size: 0.8125rem;
    line-height: 1.7;
    color: var(--bodyTextColor);
    opacity: .75;
    margin: 0;
}

#footer-1391 .cs-disclaimer p + p[b-v5q2wvspfe] {
    margin-top: .5rem;
}

#footer-1391 .cs-disclaimer strong[b-v5q2wvspfe] {
    font-weight: 700;
    color: var(--headerColor);
}

#footer-1391 .cs-disclaimer a[b-v5q2wvspfe] {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: .15em;
    transition: color .3s;
}

#footer-1391 .cs-disclaimer a:hover[b-v5q2wvspfe] {
    color: var(--primary);
}

/* Dark Mode */

body.dark-mode #footer-1391 .cs-disclaimer[b-v5q2wvspfe] {
    border-color: rgba(255,255,255,.12);
}

body.dark-mode #footer-1391 .cs-disclaimer p[b-v5q2wvspfe] {
    color: var(--bodyTextColorWhite);
    opacity: .65;
}

body.dark-mode #footer-1391 .cs-disclaimer strong[b-v5q2wvspfe] {
    color: var(--bodyTextColorWhite);
}

body.dark-mode #footer-1391 .cs-disclaimer a:hover[b-v5q2wvspfe] {
    color: var(--primaryLight);
}
/* /Pages/Shared/_LoginStatusPartial.cshtml.rz.scp.css */
