@font-face {
    font-family: 'Sofia Pro Regular';
    src: url(../fonts/SofiaProRegular/sofia-pro-regular-webfont.eot),
         url(../fonts/SofiaProRegular/sofia-pro-regular-webfont.woff),
         url(../fonts/SofiaProRegular/sofia-pro-regular-webfont.ttf),
         url(../fonts/SofiaProRegular/sofia-pro-regular-webfont.svg);
}

@font-face {
    font-family: Futura;
    src: url(../fonts/Futura/Futura.ttf);
}

.footer-container {
    background-color: #323f8d;
    min-height: 235px;
    padding-top: 25px;
    padding-bottom: 25px;
}

    .footer-container .logo {
        max-width: 1100px !important;
        margin: 20px auto;
        padding: 0 15px;
    }

#dg_footer_wrapper {
    background-color: #323f8d !important;
}

#footer {
    max-width: 1100px !important;
    margin: 20px auto;
    padding: 0 15px;
}

#footer-title {
    margin-top: 25px;
    margin-bottom: 25px;
}

#footer .row:not(:last-child) {
    margin-bottom: 25px;
    justify-content: unset !important;
}

#footer .row:last-child {
    justify-content: flex-start;
}

#dg_footer_wrapper_inner .dg_footer_row_0 a, #dg_footer_wrapper_inner .dg_footer_row_0 a:hover {
    font-family: "Sofia Pro Regular";
}

#footer p {
    height: 25px;
    color: #ffffff !important;
    font-family: "Sofia Pro Regular";
    font-size: 10px !important;
    font-weight: 400;
}

#footer a {
    height: 25px;
    color: #ffffff !important;
    font-family: "Sofia Pro Regular";
    font-size: 14px !important;
    font-weight: 500;
}

#footer span {
    height: 25px;
    color: #ffffff !important;
    font-family: "Sofia Pro Regular";
    font-size: 14px !important;
    font-weight: 500;
}

#footer .row .col-1,
.col-md-1,
.col-md-2,
.col-md-3,
.col-sm-4 {
    line-height: 2;
    padding-left: unset !important;
    padding-right: unset !important;
}

#dg_footer_wrapper_inner ul li span {
    padding: 0;
}

#dg_footer_wrapper_inner ul li {
    text-align: left !important;
    margin-right: 0;
}

#footer .dg_footer_item_8, #footer .dg_footer_item_9 {
    width: 100%;
}

.footer > span:first-child {
    width: 77px;
    height: 17px;
    color: #6cc6d6;
    font-family: "Futura";
}

#dg_footer_wrapper_inner {
    padding-left: 15px;
    padding-right: 15px;
}

#dg_footer_wrapper_inner ul li:after {
    content: "" !important;
}

#dg_footer_wrapper {
    padding-left: 0;
    padding-right: 0;
}

#dg_footer_wrapper_inner {
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width:1050px) {
    #footer {
        padding: 0;
    }

    #dg_footer_wrapper_inner ul li a {
        padding: 0;
    }

    #dg_footer_wrapper_inner ul li {
        width: 100%;
    }

    .footer-container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .dg_footer_row_0 {
        width: 100% !important;
    }

    #dg_footer_wrapper_inner ul li {
        text-align: left !important;
        margin-right: 0;
    }

    .footer-container .logo {
        padding: 0;
    }
}
