.footer_backgound_light-blue {
    background-color: #46a4e4 !important;
    background-image: none !important;

    .footer_top_menu a {
        color: white !important;
    }

    .footer_sub_menu a {
        color: #ffffff !important;
    }

    .footer_sub_menu .menu-items span {
        margin: 0px 5px;
        color: #ffffff;
    }

    .back_to_top .round_top_badge {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        border: 1px solid white !important;
        background: #46a4e4 !important;
    }

    .copy b,
    .copy {
        color: white !important;
    }

    .plain_text {
        color: white !important;
    }
}

.footer_backgound_purple {
    background-color: #673596 !important;
    background-image: none !important;

    .footer_top_menu a {
        color: white !important;
    }

    .footer_sub_menu a {
        color: #ffffff !important;
    }

    .footer_sub_menu .menu-items span {
        margin: 0px 5px;
        color: #ffffff;
    }

    .back_to_top .round_top_badge {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        border: 1px solid white !important;
        background: #673596 !important;
    }

    .copy b,
    .copy {
        color: white !important;
    }

    .plain_text {
        color: white !important;
    }
}

.footer_backgound_deep-sky-blue {
    background-color: #00bce8 !important;
    background-image: none !important;

    .footer_top_menu a {
        color: white !important;
    }

    .footer_sub_menu a {
        color: #ffffff !important;
    }

    .footer_sub_menu .menu-items span {
        margin: 0px 5px;
        color: #ffffff;
    }

    .back_to_top .round_top_badge {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        border: 1px solid white !important;
        background: #00bce8 !important;
    }

    .copy b,
    .copy {
        color: white !important;
    }

    .plain_text {
        color: white !important;
    }
}

.footer_backgound_deep-blue {
    background-color: #00166b !important;
    background-image: none !important;

    .footer_top_menu a {
        color: white !important;
    }

    .footer_sub_menu a {
        color: #ffffff !important;
    }

    .footer_sub_menu .menu-items span {
        margin: 0px 5px;
        color: #ffffff;
    }

    .back_to_top .round_top_badge {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        border: 1px solid white !important;
        background: #00166b !important;
    }

    .copy b,
    .copy {
        color: white !important;
    }

    .plain_text {
        color: white !important;
    }
}

.footer_backgound_light-navy {
    background-color: #0a5f80 !important;
    background-image: none !important;

    .footer_top_menu a {
        color: white !important;
    }

    .footer_sub_menu a {
        color: #ffffff !important;
    }

    .footer_sub_menu .menu-items span {
        margin: 0px 5px;
        color: #ffffff;
    }

    .back_to_top .round_top_badge {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        border: 1px solid white !important;
        background: #0a5f80 !important;
    }

    .copy b,
    .copy {
        color: white !important;
    }

    .plain_text {
        color: white !important;
    }
}


.footer_backgound_green {
    background-color: #50792F !important;
    background-image: none !important;

    .footer_top_menu a {
        color: white !important;
    }

    .footer_sub_menu a {
        color: #ffffff !important;
    }

    .footer_sub_menu .menu-items span {
        margin: 0px 5px;
        color: #ffffff;
    }

    .back_to_top .round_top_badge {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        border: 1px solid white !important;
        background: #50792F !important;
    }

    .copy b,
    .copy {
        color: white !important;
    }

    .plain_text {
        color: white !important;
    }
}

.footer_backgound__white {
    background-color: white !important;

    .footer_top_menu a {
        color: black !important;
    }

    .footer_sub_menu a {
        color: black !important;
    }

    .footer_sub_menu .menu-items span {
        margin: 0px 5px;
        color: black;
    }

    .back_to_top .round_top_badge {
        box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
        border: 1px solid white !important;
    }

    .copy b {
        color: black;
    }

    .plain_text {
        color: black;
    }
}