
.panel-footer .panel-three-column {
    margin-bottom: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    max-width: 540px;
}

.panel-footer .panel-three-column > * {
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
}

@media (min-width: 960px) {
    .panel-footer .panel-three-column {
        max-width: 960px;
    }

    .panel-footer .panel-three-column > * {
        margin-top: 0;
        margin-bottom: 0;
    }
}

.panel-footer .section.section-purple {
    color: #fff;
    background-color: #a663a8;
}

.panel-footer .footer-bottom {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 auto;
    padding: 15px;
    max-width: 960px;
    background-color: #fff;
}

.panel-footer .footer-bottom > * + * {
    margin-top: 15px;
}

@media (min-width: 960px) {
    .panel-footer .footer-bottom {
        flex-direction: row;
        justify-content: space-between;
    }

    .panel-footer .footer-bottom > * + * {
        margin-top: 0;
    }
}

.panel-footer .logos > * + * {
    margin-left: 15px;
}

.panel-footer .copyright p {
    margin: 0;
}

.panel-footer .contentRender_name_plugins_core_textbox {
    max-width: 100%;
    padding: 0;
    margin: 0;
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}
