/* prefixed by https://autoprefixer.github.io (PostCSS: v7.0.26, autoprefixer: v9.7.3) */

.footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
}

.footer-top {
    min-height: 40px;
    padding: 25px 0;
}

.footer-logo {
    display: none;
}

.footer-bottom {
    min-height: 14px;
}

@media (min-width: 1200px) {
    .footer-logo {
        display: block;
        position: absolute;
        bottom: 0px;
        right: 0;
    }
}

@media (max-width: 1199px
/* was 991px */

) {
    .footer_supported_by {
        display: block;
        padding-right: 0px !important;
    }
    @media (max-width: 779px) {
        .footer_supported_by_text {
            padding-left: 15px;
            padding-right: 15px;
            padding-bottom: 20px;
        }
    }
    footer_supported_by_text .footer_supported_by_text {
        display: block;
        width: 100%;
    }
}