#webform-submission-contact-form-node-3-add-form {
    position: relative;
    padding-bottom: 100px;
}

#webform-submission-contact-form-node-3-add-form #edit-actions {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}

footer .Main {
    max-width: none !important;
}
@media (max-width: 1024px) {
    footer .Main {
        text-align: center !important;
    }
}

.footer-left {
    width: 15% !important;
    margin-left: 25%;
}
@media (max-width: 1024px) {
    .footer-left {
        margin-left: auto !important;
    }
}
@media (max-width: 768px) {
    .footer-left {
        width: 100% !important;
    }
}

.footer-right {
    width: 25% !important;
    margin-left: 2% !important;
}
@media (max-width: 768px) {
    .footer-right {
        width: 100% !important;
    }
}

.footer-logo {
    display: inline-block;
    width: 20%;
    margin-left: 2%;
    vertical-align: top;
    order: 2;
}
@media (max-width: 768px) {
    .footer-logo {
        margin-top: 3rem;
        width: 100% !important;
    }
}

.footer-logo h2 {
    display: block;
    font-size: 1.3333333333rem;
    font-weight: 700;
    text-transform: uppercase;
    padding-bottom: 2.1333333333rem;
}

.footer-logo img {
    width: 100%;
    height: auto;
}
@media (max-width: 768px) {
    .footer-logo img {
        max-width: 500px;
    }
}
