  #footer a, #footer p, #footer b  {
    font-size: 14px;
}

#footer a svg {
    font-size: 30px ;
}

.helpful-links-row {
    width: 25%;

}
.stay-connected {
    width: 50%;
}
.space {
    margin: 10px 0;
}
.footer-logo-block {
    width: 25%;
}

.top-footer-section {
width: 100%;

}

.row.two {
order: 1;
}
.footer-logo-block{
        order: 3;
}
.stay-connected{
        order: 2;
}
 img.stackLogo {
    width: 150px;
}


.center {
    display: flex;
    justify-content: center;
    align-items: center;
}
.center {
    margin-right: auto;
    margin-left: auto;
}

.align-center {
    text-align: center;
}

.column.gapUp {
    gap: 0px;
}

.column {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: 13px;
}
.maxWidth {
    margin: auto;
}
.row {
    display: flex;
    gap: 40px;
    align-items: center;
    padding-top: 10px;
    padding-bottom: 10px;
    justify-content: space-between;
}

.footer .circle i {
    font-size: 30px;
    color: #000;
    padding-left: 0x;
}


.circle {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: var(--AB-gold);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 10px;
}

.footer .social a {
    font-size: 28px;
}
.social a i {
    color: white;
}
.social i {
    font-size: 30px;
    color: white;
    padding-right: 10px;
}
.social.inMenu {
    justify-content: flex-start;
}
a svg path {
    fill: var(--AB-gold);
}

.all-rights-text {
    width: 70%;
}

.social {
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center;
    padding-top: 05px;
    padding-bottom: 10px;
    gap: 18px
}
.topper {
    border-top: #000 solid 1px;
    padding-top: 20px;
}
    .terms {
        text-align: center;
    }

    @media(min-width: 950px) {
        #footer {
            width: 100%;
            margin: auto;
            position: relative;
            padding: 0 2vw;
        }
    }
@media(min-width: 1151px) {
    .maxWidth {
        min-width: unset;
        margin: auto;
        width: 100%;
        max-width: 1140px;
    }

    

}

@media (max-width: 950px) {
   
    #footer .row {
        flex-direction: column-reverse;
    }
    #footer .row.flipMobile {
        flex-direction: column;
        text-align: center;
        width: 100%;
        border-top: 1px solid #000;
        padding-top: 44px;
    }

    .footer-logo-block{
        order: 1;
    }
    .space {
        margin: 0;
    }
    img.stackLogo {
        padding-bottom: 10px;
    }
    
    


}