



/* =============================================================== */

.categories{
    width: 100%;
    text-align: left;
    margin: 0 auto;
    color: white;
}

.useful-categories{
    width: 100%;
    text-align: left;
    color: white;
    padding-left: 45px;
}

.footer{
    background-color: #071032;
    padding: 1em 0 0 0;
}

.footer-wrapper{
    padding-top: 50px;
    padding-bottom: 38px;
}

.footer-logo {
    width: 230px;
}

.footer-logo img {
    width: 100%;
}

.footer-about {
    color: white;
    margin-top: 1rem;
    font-size: 14px;
    line-height: 2rem;
}

.links-header{
    margin-bottom: 2rem;
}

.links-header h4{
    color: white;
    font-weight: 400;
    font-size: 20px;
}

.footer_links{
    list-style-type: none;
    padding-left: 0px;
}

.footer_links li{
    padding: 10px 5px;
}

.footer_links li a{
    color: white;
    text-decoration: none;
    
}

.footer_links li a:hover{
    color: #D50000;
}

.legal-header{
    margin-bottom: 2rem;
}

.legal-header h4{
    color: white;
    font-weight: 400;
    font-size: 20px;
}

.footer_social{
    list-style-type: none;
    padding: 0px;
    display: flex;
    flex-direction: column;
}

.footer_social li{
    padding: 10px 5px;
}

.footer_social li a {
    display: flex;
    align-items: center;
    color: white;
    font-size: 14px;
}

.address-wrapper{
    display: flex;
    align-items: center;
}

.help-text{
    text-align: left;
}

.help-text p{
    margin-left: 10px;
    margin-bottom: 0px;
}

.help-text:hover {
    color: #D50000;
    transition: 0.5s all;
}

.help-addtext{
    text-align: left;
    font-size: 14px;
}

.help-addtext p{
    margin-left: 10px;
    margin-bottom: 0px;
}

.help-addtext:hover p {
    color: #D50000;
    transition: 0.5s all;
}

.footer_social li a:hover{
    text-decoration: none;
} 

.help-header{
    margin-bottom: 2rem;
}

.help-header h4{
    font-size: 20px;
}

.social-links{
    display: flex;
    margin-top: 2rem;
}

.social-icon-container{
    text-align: center;
    border: 0px;
    text-transform: uppercase;
    transition: all 0.3s ease 0s;
    margin: 0px 7px;
    font-size: 18px;
    color: white;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    border: 1px solid #273E6C;
    background-color: #273E6C;
}

.social-icon-container:hover{
    background-color: #D50000;
    border: #273E6C
}

.copy{
    color: white;
    padding: 8px 1rem;
    text-align: center;
    background-color: #071F38;
}

.copy p{
    margin-bottom: 0;
    font-size: 14px;
}

@media(max-width: 1200px){
    .useful-categories{
        padding-left: 0;
        margin-top: 1rem;
    }

    .categories{
        margin-top: 1rem;
    }
}

@media(max-width: 768px){
    #useful_links{
        margin-top: 3rem;
    }
}