/*-- -------------------------- -->
<---          Footer            -->
<--- -------------------------- -*/

/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
    #cs-footer-145 {
        padding: var(--sectionPadding);
        background-color: #1a1a1a;
    }
    #cs-footer-145 .cs-container {
        width: 100%;
        /* reset on tablet */
        max-width: 34.375rem;
        margin: auto;
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    #cs-footer-145 .cs-logo-group {
        /* takes up all the space, lets the other ul's wrap below it */
        width: 100%;
    }
    #cs-footer-145 .cs-logo {
        /* 210px - 240px */
        width: clamp(13.125rem, 8vw, 15rem);
        height: auto;
        display: block;
        /* 28px - 44px */
        margin-bottom: clamp(1.75rem, 4.17vw, 2.75rem);
    }
    #cs-footer-145 .cs-text {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.7vw, 1rem);
        margin: 0;
        margin-bottom: 2rem;
        max-width: 20.5rem;
        color: var(--bodyTextColorWhite);
    }
    #cs-footer-145 .cs-logo-img {
        width: 100%;
        height: auto;
    }
    #cs-footer-145 .cs-nav-container {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }
    #cs-footer-145 .cs-nav {
        padding: 0;
        margin: 0;
    }
    #cs-footer-145 .cs-nav-li {
        list-style: none;
        margin-bottom: 1.25rem;
    }
    #cs-footer-145 .cs-nav-li:last-of-type {
        margin-bottom: 0;
    }
    #cs-footer-145 .cs-header {
        /* 18px - 20px */
        font-size: clamp(1.125rem, 1.5vw, 1.25rem);
        line-height: 1.5em;
        font-weight: 700;
        color: var(--primary);
    }
    #cs-footer-145 .cs-nav-link {
        font-size: 1rem;
        text-decoration: none;
        line-height: 1.5em;
        color: var(--bodyTextColorWhite);
        position: relative;
    }
    #cs-footer-145 .cs-nav-link:before {
        /* underline */
        content: "";
        width: 0%;
        height: 0.125rem;
        background: var(--primary);
        opacity: 1;
        position: absolute;
        display: block;
        bottom: -0.125rem;
        left: 0;
        transition: width 0.3s;
    }
    #cs-footer-145 .cs-locations .cs-nav-link:before {
        background: none;
    }
    #cs-footer-145 .cs-locations .cs-nav-link:hover{
        cursor: default;
    }
    #cs-footer-145 .cs-nav-link:hover:before {
        width: 100%;
    }
    #cs-footer-145 .cs-contact {
        margin: 2.25rem 0 0;
        padding: 1.5rem 0 1.75rem;
        width: 100%;
        border-top: 1px solid var(--primary);
        border-bottom: 1px solid var(--primary);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    #cs-footer-145 .cs-contact-li {
        list-style: none;
        margin-bottom: 0.75rem;
    }
    #cs-footer-145 .cs-contact-li:last-of-type {
        margin-bottom: 0;
    }
    #cs-footer-145 .cs-contact-link {
        /* 14px - 20px */
        font-size: clamp(0.875rem, 1.57vw, 1.25rem);
        text-decoration: none;
        font-weight: 700;
        line-height: 1.5em;
        text-align: center;
        color: var(--bodyTextColorWhite);
        display: inline-block;
    }
    #cs-footer-145 .cs-contact-link:hover {
        text-decoration: underline;
    }
    #cs-footer-145 .cs-address {
        /* 14px - 16px */
        font-size: clamp(0.875rem, 1.57vw, 1rem);
    }
    #cs-footer-145 .cs-bottom {
        /* 20px - 28px */
        padding-top: clamp(1.25rem, 2vw, 1.75rem);
        width: 100%;
        display: flex;
        /* set everyone to position on the left side */
        justify-content: flex-start;
        align-items: center;
        /* These two are Needed to make 3D transforms look 3D on a child */
        perspective: 700px;
        transform-style: preserve-3d;
    }
    #cs-footer-145 .cs-copyright {
        font-size: 0.9375rem;
        text-align: center;
        color: #b4b2c7;
        display: block;
        margin: auto;
    }
     #cs-footer-145 .cs-copyright a {
        color: #b4b2c7;
        text-decoration: none;
     }
    #cs-footer-145 .cs-copyright a:hover {
        color: var(--primary);
    }
    #cs-footer-145 .cs-social-link {
        width: 1.25rem;
        height: 1.25rem;
        margin-left: 0.75rem;
        background-color: #4e4b66;
        border-radius: 50%;
        display: flex;
        justify-content: center;
        align-items: center;
        position: relative;
        z-index: 1;
        transition:
            transform 0.3s,
            background-color 0.3s;
        display: none;
    }
    #cs-footer-145 .cs-social-link:hover {
        background-color: var(--primary);
        transform: translateY(-0.1875rem);
    }
    #cs-footer-145 .cs-social-img {
        height: 0.6875rem;
        width: auto;
        display: block;
    }
}
/* Tablet - 768px */
@media only screen and (min-width: 48rem) {
    #cs-footer-145 .cs-container {
        max-width: 80rem;
    }
    #cs-footer-145 .cs-logo-group {
        width: auto;
        /* 224px - 305px */
        width: clamp(12rem, 20vw, 17.0625rem);
    }
    #cs-footer-145 .cs-nav-container {
        width: 70%;
        padding: 0 15px;
    }
    #cs-footer-145 .cs-nav {
        /* 4px - 12px */
        margin-top: clamp(0.25rem, 0.6vw, 0.75rem);
    }
    #cs-footer-145 .cs-contact {
        flex-direction: row;
        justify-content: space-between;
        border-top: none;
    }
    #cs-footer-145 .cs-contact-li {
        margin: 0;
    }
    #cs-footer-145 .cs-copyright {
        margin: 0 auto 0 0;
    }
    #cs-footer-145 .cs-social-link {
        width: 3rem;
        height: 3rem;
        display: flex;
    }
    #cs-footer-145 .cs-social-img {
        height: 1.1rem;
    }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
    #cs-footer-145 .cs-container {
        /* pushes all flex children to the top */
        align-items: flex-start;
    }
    #cs-footer-145 .cs-text {
        margin: 0;
    }
    #cs-footer-145 .cs-nav-container {
        margin-left: 10px;
    }
    #cs-footer-145 .cs-contact {
        padding: 0;
        margin: 0 0 0 50px;
        /* 4px - 12px */
        margin-top: clamp(0.25rem, 0.6vw, 0.75rem);
        width: auto;
        /* reset the flex */
        display: block;
        border: none;
    }
    #cs-footer-145 .cs-contact-li {
        text-align: right;
        margin-bottom: 2.5rem;
    }
    #cs-footer-145 .cs-contact-link {
        text-align: right;
        /* make the second part of the address drop to second line */
    }
    #cs-footer-145 .cs-contact-link span {
        display: block;
    }
    #cs-footer-145 .cs-bottom {
        /* 60px - 80px */
        margin-top: clamp(3.75rem, 5.9vw, 5rem);
        border-top: 1px solid var(--primary);
    }
}

                                