/* FULLWIDTH */

.fullwidth-footer {
    position: absolute;
    height: 11%;
    display: flex;
    flex-direction: column;
    bottom: 0rem;
    min-height: 10%;
}

@media (max-width: 830px) {
    .fullwidth-footer {
        display: none;
    }
}

.footer-container {
    text-align: left;
    width: 100%;
    margin: 0 30px 0;
    display: flex;
}

@media (max-width: 1420px) {
    .footer-container {
        margin: 0 12px 0;
    }
}

.footer-container-us {
    margin: 0 270px 0;
}

@media (max-width: 1420px) {
    .footer-container-us {
        margin: 0 150px 0;
    }
}

.footer-left-text-portal {
    width: 65%;
    font-size: 10px;
    align-self: center;
}

.footer-left-text-portal p {
    margin: 10px 0 10px 0;
}

.footer-left-text-portal p:first-child {
    margin: 1rem 0 10px 0;
}

.footer-left-text-portal p:last-child {
    margin: 10px 0 1rem 0;
}


.footer-side-text-center {
    width: 50%;
}

@media (max-width: 1420px) {
    .footer-side-text-center {
        font-size: 10px;
        line-height: 9px;
    }
}

.footer-vl {
    height: auto;
    border-left: 1px solid #3C3F41;
    margin: 10px 20px 10px 10px;
}

.footer-right-text-portal {
    width: 35%;
    font-size: 10px;
    align-self: flex-start;
}

@media (max-width: 1420px) {
    .footer-side-text-portal {
        font-size: 10px;
        line-height: 9px;
    }
}

.footer-right-text-portal p {
    margin: 10px 0 10px 0;
}

.footer-right-text-portal p:first-child {
    margin: 1rem 0 10px 0;
}

.footer-right-text-portal p:last-child {
    margin: 10px 0 1rem 0;
}

.social-media {
    margin: 10px 0 1rem 0;
}
