.footnotes {
    font-size: 14px;
    width: 100%;
}

#hf-footer-wrap {
    justify-content: space-between;
    column-gap: 70px;
    row-gap: 50px;
    flex-wrap: wrap;
    width: 100%;
    color: #fff;
}

/* #hf-footnotes-hr no longer used but keeping in case they change their mind */
#hf-footnotes-hr {
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    padding: 50px 0 20px;
}

/* #hf-footnotes-spacer is added to the #hf-footer-logo-wrap padding-top to create 125px space */
#hf-footnotes-spacer {
    height: 75px;
}

#hf-footer-container {
    width: 100%;
    background-color: #000;
    z-index: 126;
    position: relative;
    padding: 50px 0;

}

#hf-footer-logo-wrap {
    padding-top: 50px;
    padding-bottom: 70px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#hf-footer-logo {
    transition: opacity 0.6s;
}

#hf-footer-logo:hover {
    opacity: 0.6;
}

#hf-footer-col1-heading, #hf-footer-col2-heading, #hf-footer-col3-heading, #hf-footer-col4-heading, #hf-footer-col5-heading, #hf-footer-col6-heading {
    color: #fff;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
    line-height: 1.5;
    /*border-bottom: 2px solid #000;*/
}

#hf-footer-col1, #hf-footer-col2, #hf-footer-col3, #hf-footer-col4, #hf-footer-col5, #hf-footer-col6 {
    order: 1;
}

.hf-footer-list li {
    margin-bottom: 18px;
}

.hf-footer-list a {
    border-bottom: 2px solid #000;
}

.hf-footer-list a:hover {
    border-bottom: 2px solid #CC00FF;
}

.hf-footer-list .title {
    margin-right: 0;
}

#hf-footer-socials {

}

#hf-footer-icon-list,
#hf-footer-icon-list-tablet {
    color: #fff;
    font-size: 16px;
    white-space: nowrap;
    border: none;
    gap: 25px;
}

#hf-footer-icon-list li svg {
    width: 20px;
    height: 20px;
}

#hf-footer-icon-list a span,
#hf-footer-icon-list-tablet a span {
    width: 0%;
    overflow: hidden;
    /*transition: width .5s;*/
}

#hf-footer-icon-list li a,
#hf-footer-icon-list-tablet li a {
    justify-content: flex-start;
}

#hf-footer-button-wrap {
    margin-bottom: 25px;
    flex-grow: 1;
    width: 100%;
    order: 1;
}

#hf-footer-button-wrap .link-button-transparent-white::after {
    transform: rotate(0deg);
    transition: transform 0.6s ease-in-out;
}

#hf-footer-button-wrap .link-button-transparent-white:hover::after {
    transform: rotate(-315deg);
}

#hf-footer-button-wrap .link-button-transparent-white:hover::before {
    opacity: 1;

}

#hf-lower-footer {
    margin-top: 10px;
    width: 100%;
    background: var(--light-gray);
    padding: 0;
}

#hf-lower-footer-inner {
    margin-top: -50px;
    padding: 160px 54px 52px 54px;
    width: 100%;
    max-width: 1440px;
    background: var(--light-gray);
}

#hf-lower-footer-image-wrap {
    margin-bottom: 60px;
}

#hf-lower-footer-nav-wrap {
    margin-bottom: 10px;
    padding-top: 0;
    padding-bottom: 0;
    min-height: 40px;
}

#hf-lower-footer-nav-items {
    margin-bottom: 20px;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.5;
}

#hf-lower-footer-text {
    color: #696969;
    font-size: 14px;
    line-height: 1.25;
}

#hf-footer-mobile-nav-wrap,
#hf-footer-socials-tablet {
    display: none;
}

@media (max-width: 1289px) {
    #hf-footer-wrap {
        justify-content: flex-start;
    }

    #hf-footer-button-wrap {
        flex-grow: 0;
        flex-basis: 18%;
        width: unset;
        order: 2;
    }

    #hf-footer-col1, #hf-footer-col2, #hf-footer-col3, #hf-footer-col4, #hf-footer-col5, #hf-footer-col6 {
        flex-basis: 18%;
    }

    #hf-footer-col5, #hf-footer-col6 {
        order: 3;
    }
    #hf-footer-socials {
        display: none;
    }
    #hf-footer-socials-tablet {
        display: block;
        order: 4;
    }
}

@media (max-width: 1024px) {
    #hf-footer-wrap {
        column-gap: 60px;
    }



    #hf-footer-icon-list {

    }
}

@media (max-width: 767px) {
    #hf-footer-wrap {
        margin-top: 100px;
    }

    #hf-footer-container-inner {
        padding-left: 20px;
        padding-right: 20px;
    }

    #hf-footer-logo-wrap {
        padding-top: 30px;
        padding-bottom: 50px;
    }

    #hf-footer-col1, #hf-footer-col2, #hf-footer-col3, #hf-footer-col4, #hf-footer-col5 {
        margin-bottom: 50px;
    }

    #hf-footer-socials,
    #hf-footer-socials-tablet {
        margin-top: 0;
        margin-left: 0;
    }

    #hf-footer-socials a span,
    #hf-footer-socials-tablet a span {
        display: none;
    }


    #hf-footer-icon-list,
    #hf-footer-icon-list-tablet {
        margin-left: 0;
        padding-bottom: 0;
        flex-direction: row;
    }

    #hf-footer-mobile-nav-wrap {
        display: block;
    }

    #hf-footer-mobile-nav h3 {
        color: #fff;
        font-size: 14px;
        line-height: 1.5;
        font-weight: 600;
        margin-bottom: 0;
    }

    #hf-footer-mobile-nav .hf-footer-nav-content.accordion-content-wrapper {
        padding: 5px 0 0;
    }

    #hf-footer-mobile-nav .hf-footer-list {
        font-size: 14px;
    }

    #hf-footer-mobile-nav > .brxe-block {
        border-top: 1px solid #fff;
    }

    #hf-footer-mobile-nav > .brxe-block:last-child {
        border-bottom: 1px solid #fff;
    }

    #hf-footer-mobile-social-wrap {
        padding: 50px 0;
    }

    #hf-footer-mobile-socials {
        color: #fff;
        font-size: 16px;
        white-space: nowrap;
        border: none;
        gap: 25px;
    }

    #hf-footer-mobile-socials li {
        justify-content: flex-start;
        flex-grow: 0;
    }

    #hf-footer-mobile-socials svg {
        width: 20px;
        height: 20px;
    }

    #hf-lower-footer {
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    #hf-lower-footer-inner {
        margin-left: 0;
        margin-right: 0;
        padding-top: 140px;
        padding-left: 0;
        padding-right: 0;
        max-width: 100%;
    }

    #hf-lower-footer-image-wrap {
        margin-bottom: 50px;
    }

    #hf-lower-footer-nav-items {
        margin-bottom: 0;
    }

    #hf-lower-footer-text {
        margin-top: 0;
    }
}

@media (max-width: 478px) {
    #hf-lower-footer {
        margin-top: 0;
        padding-left: 20px;
        padding-right: 20px;
    }

    #hf-lower-footer-inner {
        padding-left: 0;
        padding-right: 0;
    }

    #hf-lower-footer-image-wrap {
        margin-bottom: 0;
        padding-bottom: 60px;
        border-bottom: 1px solid #1a1a1a;
    }

    #hf-lower-footer-image-wrap img {
        margin-left: 0;
        margin-right: 0;
    }

    #hf-lower-footer-nav-wrap {
        padding-top: 40px;
        padding-bottom: 30px;
    }

    #hf-lower-footer-nav-items .brxe-divider {
        display: none;
    }

    #hf-footer-mobile-socials {
        gap: 25px !important;
    }
}