﻿.section-blue.sitemap,
.section-clear.sitemap {
    display: inline-flex;
    flex-flow: row;
    width: 100%;
}

.sitelist {
    margin-left: 13.93%;
    padding-top: 2.6vw;
    display: flex;
    flex-direction: column;
}

    .sitelist:first-child {
        margin-left: 20px;
    }

    .sitelist:last-child {
        margin-left: auto;
        margin-right: 20px;
    }


    .sitelist .hx-logo,
    .sitelist .hx-logo-white {
        max-width: 181px; /*may need to change later*/
        height: 60px;
        flex: 0 0 auto;
    }

    .sitelist h3 {
        font-family: roboto-regular;
        color: #00207A;
    }

    .sitelist ul {
        padding-left: 0;
        font-family: roboto-regular;
        font-size: 1.04vw;
        color: #00207A;
        margin-bottom: 1.93vw;
        cursor: pointer;
        transition: color 0.3s;
    }

        .sitelist ul:last-child {
            margin-bottom: 0;
        }

        .sitelist ul:hover {
            color: #3b6fff;
        }

    .sitelist .privacy-mobile {
        display: none;
        font-size: 12pt;
        margin-bottom: 22px;
    }

    .sitelist.contact {
        margin-left: auto;
        padding-right: 3.65vw;
    }

/*.sitelist.contact .button {
            width: 120px;
            background-color: #002FB0;
            border-radius: 6px;
            color: #FFF;
            padding-left: 20px;
            padding-right: 20px;
            height: 40px;
            display: flex;
            margin-right: 40px;
            font-family: roboto-regular;
            font-size: 16px;
            vertical-align: middle;
            transition: all 0.3s ease;
        }

            .sitelist.contact .button text {
                vertical-align: middle;
                height: auto;
                margin: auto;
            }

            .sitelist.contact .button:hover {
                background-color: #DEE7FF;
                color: #3B6FFF;
                text-decoration: none;
                transition: all 0.3s ease;
            }*/

.section-clear.bottom text {
    font-family: roboto-regular;
    font-size: 1.04vw;
    color: #00207a;
}

.section-clear.bottom .contact {
    display: flex;
    flex-direction: column;
}

.section-clear.bottom .email {
    font-family: roboto-regular;
    font-size: 1.14vw;
    color: #00207a;
    transition: 0.3s;
    cursor: pointer;
    margin-top: auto;
}

.section-clear.bottom text.email:hover {
    color: #3b6fff;
}

.section-light.footer {
    flex: 0 0 auto;
    width: 100%;
    display: inline-flex;
    flex-flow: row;
    justify-content: center;
    background-color: #F9FCFF;
    box-shadow: 0 0 8px rgba(0,0,0,0.16);
    padding: 1.04vw 9.9%;
}

.section-light.social {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 100%;
}

.makers {
    width: 200px;
}

.social-icon {
    fill: #000520;
    transition: filter 0.3s ease;
    cursor: pointer;
    margin: 0.52vw;
}

    .social-icon .img {
        height: 1.56vw;
        width: 2.6vw;
        padding-left: 0.52vw;
        padding-right: 0.52vw;
    }

    .social-icon.active {
        fill: #3B6FFF;
        transition: filter 0.3s ease;
    }

.footer .copyright {
    width: 200px;
    /*margin-top: 15px;*/
    flex: 0 0 auto;
    margin: 0;
    display: flex;
    align-items: center;
    color: #00207a;
    justify-content: flex-end;
    font-size: 0.83vw;
}

.section-dark {
    width: 100%;
    flex: 0 0 auto;
    background-color: #292929;
    padding: 0 9.9%;
    overflow: auto;
}

.section-blue {
    width: 100%;
    flex: 0 0 auto;
    padding: 0 9.9%;
    overflow: auto;
}

    .section-blue.bottom {
        background-color: #000520;
    }

    .section-blue .sitemap,
    .section-dark .sitemap {
        padding: 50px 0;
        border-bottom: 1px solid #707070;
    }

    .section-dark.footer {
        flex: 0 0 auto;
        width: 100%;
        display: inline-flex;
        flex-flow: row;
        justify-content: center;
        /*box-shadow: 0 0 8px rgba(0,0,0,0.16);*/
        padding: 1.04vw 9.9%;
    }

    .section-blue h3,
    .section-dark h3 {
        color: #fff;
    }

    .section-blue ul,
    .section-dark ul {
        color: #fff;
    }

    .section-blue .contact,
    .section-dark .contact {
        display: flex;
        flex-direction: column;
        padding-bottom: 4.53vw;
        border-bottom: 1px solid #707070;
    }

    .section-blue text,
    .section-dark text {
        font-family: roboto-regular;
        font-size: 1.04vw;
        color: #fff;
    }

    .section-blue .email,
    .section-dark .email {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 1.14vw;
        transition: 0.3s;
        cursor: pointer;
    }

        .section-dark .email:hover {
            color: #3b6fff;
        }

    .section-dark a:hover {
        color: #3b6fff;
    }

    .section-dark .social-icon {
        fill: #fff;
    }

        .section-dark .social-icon.active {
            fill: #3b6fff;
        }

@media only screen and (max-width: 992px) {
    .section-clear.bottom {
        padding: 50px 50px 24px 50px;
    }

    .section-clear.sitemap {
        flex-flow: column;
        width: 100%;
    }

    .sitelist {
        margin-left: 15vw;
        padding-top: 0;
    }

    .sitelist ul {
        font-size: 3vw;
        padding-bottom: 10px;
    }

        .sitelist:first-child {
            margin-left: 10px;
            padding-top: 0;
        }

        .sitelist:last-child {
            display: none;
        }


    .section-clear.bottom .contact {
        padding-bottom: 23.73vw;
    }

    .section-blue.bottom text,
    .section-blue.bottom .email,
    .section-clear.bottom text,
    .section-clear.bottom .email {
        font-size: 12pt;
        margin-bottom: 22px;
    }

        .section-clear.bottom text:last-child {
            margin-bottom: 0;
        }

    /*.section-clear.bottom .email {
        font-size: 12pt;
        margin-bottom: calc(22px - 1.04vw);
        padding-top: 40px;
    }*/

    .section-light.footer {
        flex-flow: column;
        align-content: center;
        justify-content: center;
        padding: 24px 50px 27px 50px;
    }

    .section-dark {
        padding: 50px 50px 27px 50px;
    }

        .section-dark .sitemap {
            padding: 0 0 24px 0;
        }

            .section-dark .sitemap:not(:last-child) {
                margin-bottom: 24px;
            }

        .section-dark.footer {
            flex-flow: column;
            align-content: center;
            justify-content: center;
            padding: 9.07vw 50px 5.07vw 50px;
        }

        .section-dark h3 {
            color: #fff;
        }

        .section-dark .contact {
            padding-bottom: 23.73vw;
        }

        .section-dark text,
        .section-dark .email {
            font-size: 12pt;
            margin-bottom: 22px;
        }

            .section-dark text:last-child {
                margin-bottom: 0;
            }

    /*.section-dark .email {
            font-size: 12pt;
            margin-bottom: calc(22px - 1.04vw);
            padding-top: 40px;
        }*/

    .sitelist .privacy-mobile {
        display: block;
    }

    .footer .copyright,
    .section-dark .copyright {
        width: auto;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #00207a;
        align-self: center;
        justify-self: flex-end;
    }

        .footer .copyright text {
            font-size: 3.2vw;
        }

    .section-light.social {
        justify-content: center;
    }

        .section-light.social:not(:last-child) {
            margin-bottom: 20px;
        }

    .social-icon .img {
        height: 7.47vw;
        width: 7.47vw;
        object-fit: contain;
        padding: 0;
        margin-left: 27px;
    }

    .social-icon:first-child .img {
        margin-left: 0;
    }
}
