.panel-footer {
    color: #fff;
}

.panel-footer .ctas {
    display: flex;
    flex-direction: column-reverse;
}

.panel-footer .footer-content-container {
    background-color: var(--faded-blue);
    padding: 30px 40px 15px;
}

.panel-footer .logo-footer {
    display: block;
    margin-bottom: 14px;
}

.panel-footer .logo-footer img { margin: 0 auto; }

.panel-footer .contentRender_name_plugins_core_textbox {
    padding: 0;
    margin-bottom: 10px;
    max-width: 295px;
}

.panel-footer .contentRender_name_plugins_core_textbox * {
    margin-bottom: 0;
    color: #fff;
    font-family: var(--font-body);
    font-size: 14px;
    line-height: 35px;
}

.panel-footer .contentRender_name_plugins_nav_footer {
    display: none;
}

.panel-footer .contentRender_name_plugins_common_button {
    width: auto;
    margin: 0;
}

.panel-footer .custom-button {
    margin-bottom: 18px;
}

.panel-footer .footer-links .logos {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.panel-footer .footer-links .logos a {
    padding: 10px 15px;
}

.panel-footer .footer-links .logos a.pennsylvania {
    transform: scale(1.25);
}

.panel-footer .attributions {
    background-color: #0c2739;
    padding: 20px;
    text-align: center;
    font-size: 14px;
}

.panel-footer .attributions p {
    margin-bottom: 20px;
}

.panel-footer .attributions img {
    margin: 0 auto;
}

.panel-footer .gtranslate_wrapper {
    a { 
        color: inherit; 

        span:nth-child(3) {
            color: white !important;
        }
    }
}

/* Mobile Bottom Fixed Container */
.panel-footer .mobile-fixed {
    position: fixed;
    bottom: 0px;
    width: 100%;
    z-index: 9999;
}


@media (min-width: 980px) {
    .panel-footer .ctas {
        flex-direction: row;
    }
    
    .panel-footer .ctas > div {
        flex: 1 1 100%;
    }
}

@media (min-width: 64em) {
    .panel-footer .footer-content-container {
        display: flex;
        justify-content: space-between;
        padding: 40px 50px 20px;
    }

    .panel-footer .footer-content-container .left {
        margin-right: 40px;
    }

    .panel-footer .logo-footer {
        margin-bottom: 10px;
    }

    .panel-footer .contentRender_name_plugins_core_textbox {
        max-width: none;
        margin: 0;
    }

    .panel-footer .footer-content-container .right {
        flex: 1;
    }

    .panel-footer .contentRender_name_plugins_common_button {
        padding: 0 0 0 35px;
    }

    .panel-footer .footer-content-container .footer-content-wrap {
        display: flex;
        align-items: center;
    }

    .panel-footer .contentRender_name_plugins_nav_footer {
        display: block;
        flex: 1 1 200px;
        margin-right: 40px;
    }

    .panel-footer .mobile-widgets {
        display: flex;
        justify-content: flex-end;
        align-items: center;
    }

    .panel-footer .footer-links .logos {
        flex-wrap: nowrap;
    }

    .panel-footer .footer-links .logos a {
        padding: 10px;
    }

    .panel-footer .attributions {
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 50px;
    }

    .panel-footer .attributions p {
        margin-bottom: 0;
    }

    .panel-footer .attributions p br {
        display: none;
    }
}

@media (min-width: 90em) {
    .panel-footer .footer-content-container .left {
        margin-right: 100px;
    }

    .panel-footer .logo-footer img {
        width: 398px;
    }

    .panel-footer .contentRender_name_plugins_nav_footer {
        flex: 1 1 300px;
    }
}