<style>
    .span8.widget-span.widget-type-raw_html.custom-footer-social-icons.desktop-view {
        display: none;
    }

    .row-fluid-wrapper.row-depth-1.row-number-1.dnd-section.footer-row-0-padding,
    .span8.widget-span.widget-type-raw_html.custom-footer-social-icons.mobile-view,
    .contact-info,
    .row-fluid-wrapper.row-depth-1.row-number-8.dnd-section.footer-row-1-padding, footer.footer {
        display: none;
    }

    /*FOOTER*/
    nav ul,
    nav li {
        list-style-type: none;
        margin: 0;
        padding: 0;
    }

    footer {
        margin-top: 120px !important;
        background: white;
        overflow: hidden;
    }

    footer .container-fluid {
        width: 100%;
        max-width: 1370px;
        margin: 0 auto;
        margin-bottom: -200px;
    }

    #footer-cta {
        height: 374px;
        background: url(https://3155162.fs1.hubspotusercontent-na1.net/hubfs/3155162/Assets/footer-cta-bg.webp);
        background-size: cover;
        background-position: bottom center;
        margin-bottom: 59px;
        overflow: hidden;
    }

    #footer-cta * {
        text-align: center;
        margin: 0 auto;
    }

    .alignfull {
        margin: 0px calc(50% - 50vw);
        max-width: 100vw;
        width: 100vw;
    }

    #footer-cta .container-fluid {
        margin-top: 97px;
    }

    #footer-cta h2 {
        color: #ffffff;
        margin: 0 auto 34px;
        font-family: 'Montserrat', sans-serif;
        font-weight: 600;
    }

    .ns-animate.active {
        animation: fadeIn;
        animation-duration: 2s;
    }

    .ns-animate.active-fadein {
        animation: fadeIn;
        animation-duration: 2s;
    }

    #footer-menus {
        display: grid;
        grid-template-columns: 20% 80%;
    }

    #footer-menus figure {
        margin: 0;
    }

    #footer-menus .footer-navigation>ul {
        display: flex;
        flex-wrap: wrap;
        column-gap: 20px;
    }

    #footer-links ul li {
        margin: 0;
    }

    #footer-menus .footer-navigation ul li a {
        display: block;
        margin-bottom: 20px;
    }

    #footer-menus .footer-navigation>ul>li:nth-of-type(1) {
        flex: 1;
    }

    #footer-menus .footer-navigation>ul>li:nth-of-type(2) {
        flex: 1;
    }

    #footer-menus .footer-navigation>ul>li:nth-of-type(3) {
        flex: 1;
    }

    #footer-menus .footer-navigation>ul>li:nth-of-type(4) {
        flex: 0.7;
    }

    #footer-menus .footer-navigation>ul>li:nth-of-type(5) {
        flex: 1.2;
    }

    #footer-menus .footer-navigation ul li a {
        text-decoration: none;
        color: #25282a;
        font-size: 14px;
        line-height: 18px;
        font-weight: 600;
        letter-spacing: 0;
        font-family: 'Montserrat', sans-serif !important;
    }

    #footer-menus .footer-navigation ul li .sub-menu li a {
        font-weight: 500;
    }

    #footer-menus .footer-navigation ul li .sub-menu li a:hover {
        color: #01607F;
    }

    #footer-links {
        border-top: 1px solid #D9D9D6;
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        justify-content: center;
        padding: 30px 0;
        margin-top: 36px;
    }

    #footer-links p {
        flex: 50;
        margin: 0;
        font-size: 14px;
        line-height: 30px;
        font-family: 'Montserrat', sans-serif !important;
        font-weight: normal;
        -webkit-font-smoothing: antialiased;
        color: #000;
    }

    #footer-links ul {
        list-style-type: none;
        padding: 0;
        margin: 0;
        flex: 50;
        display: flex;
        flex-wrap: wrap;
        justify-content: end;
        column-gap: 15px;
    }

    #footer-links ul li a {
        text-decoration: none;
        color: inherit;
        text-indent: -9999px;
    }

    #footer-links ul li a:hover svg path {
        fill: #003E52;
    }

    /*CTA's*/
    .btn-default {
        border-radius: 23px;
        padding: 10px 30px;
        text-decoration: none;
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
        color: #00617F;
        white-space: nowrap;
        display: inline-block;
        position: relative;
        overflow: hidden;
    }

    .btn-default .primary {
        display: inline-block;
        opacity: 1;
        transform: translateY(0);
        transition: all 0.25s;
    }

    .btn-default .secondary {
        bottom: 0px;
        left: 30px;
        opacity: 0;
        position: absolute;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        transition: all 0.25s;
    }

    .btn-default:hover .primary {
        opacity: 0;
        -webkit-transform: translateY(-0.5em);
        transform: translateY(-0.5em);
    }

    .btn-default:hover .secondary {
        opacity: 1;
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    .btn-yellow {
        background: #FFC845;
        color: #25282A;
    }

    .btn-yellow:hover,
    .btn-yellow:active {
        background-color: #FFB912;
        color: #25282A;
        text-decoration: none;
        font-size: 16px;
        line-height: 22px;
        font-weight: 600;
    }

    .btn-blue {
        background: #00617F;
        color: #ffffff;
    }

    .btn-blue:hover,
    .btn-blue:active {
        background-color: #004E66;
        color: #ffffff;
    }

    .bg-gray {
        padding-top: 90px;
        padding-bottom: 90px;
        background: #f8f8f8;
    }

    .bg-gray ul li strong {
        font-weight: 600;
    }

    .btn-ghost {
        transition-duration: 0.5s;
        margin-left: 0;
    }

    .btn-ghost:hover {
        margin-left: 5px;
    }

    @media only screen and (max-width: 1024px) {

        /*START FOOTER*/
        footer {
            margin-top: 36px !important;
        }

        #footer-cta {
            height: 230px;
            display: flex;
            align-items: center;
            background-size: contain;
            background-color: #00617F;
            margin-bottom: 36px;
            -webkit-mask-image: url(https://3155162.fs1.hubspotusercontent-na1.net/hubfs/3155162/Assets/bottom-cta-curve.svg);
            -webkit-mask-repeat: no-repeat;
            -webkit-mask-size: cover;
            -webkit-mask-position: bottom;
            mask-image: url(https://3155162.fs1.hubspotusercontent-na1.net/hubfs/3155162/Assets/bottom-cta-curve.svg);
            mask-repeat: no-repeat;
            mask-size: cover;
            mask-position: bottom;
        }

        #footer-cta .container-fluid {
            margin-top: 0;
        }

        .alignfull {
            max-width: calc(100vw);
        }

        #footer-cta h2 {
            font-size: 28px;
            line-height: 36px;
        }
        
        .btn-default{
            line-height:22px;
            padding:10px 24px;
        }

        #footer-menus,
        #footer-menus .footer-navigation>ul {
            display: block;
            text-align: center;
        }

        #footer-menus .footer-navigation ul li:not(:last-child) .sub-menu {
            display: none;
        }

        #footer-menus .footer-navigation ul li:last-child>a {
            display: none;
        }

        #footer-menus .footer-navigation ul li.menu-item-has-children>a {
            font-size: 20px;
        }

        #footer-menus .footer-navigation ul li:last-child {
            max-width: 240px;
            margin: 36px auto 0;
        }

        #footer-menus figure {
            display: none;
        }

        #footer-links ul {
            order: 1;
            flex: 100%;
            justify-content: center;
            align-items: center;
            margin-bottom: 30px;
            column-gap: 20px;
        }

        #footer-links p {
            order: 2;
            flex: 100%;
            text-align: center;
        }

        #footer-links ul li a img {
            width: 30px;
            height: 30px;
        }

        /*END FOOTER*/
    }
</style>