﻿.careers-nav > * {
    background-color: #4B4E53;
    color: #fff;
    display: block;
    float: left;
    margin-right: 2%;
    width: 30%;
    font-size: 1em;
    margin-left: 177px;
    margin-right: -55px;
    margin-bottom: 30px;
}

@media only screen and (max-width: 599px) {
    .careers-nav a {
        display: block;
        width: 85% !important;
        float: right;
        margin-left: unset;
        margin-right: 21px;
    }

    .careers-nav > :last-child {
        margin-right: 21px;
    }
}

@media only screen and (max-width: 768px) {
    .careers-nav > * {
        margin-left: 110px !important;
    }
}


@media only screen and (max-width: 1024px) {
    .careers-nav > * {
        background-color: #4B4E53;
        color: #fff;
        display: block;
        float: left;
        margin-right: 2%;
        width: 30%;
        font-size: 1em;
        margin-left: 148px;
        margin-right: -55px;
        margin-bottom: 30px;
    }
}

.Finewide-logo {
    display: inline-block;
    line-height: 0;
}

.Finewide-logo svg {
    display: block;
    overflow: visible;
}

header .mobile-sticky {
    display: flex;
    align-items: center;
}

header .mobile-sticky .Finewide-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

header .mobile-sticky .Finewide-logo svg {
    width: clamp(68px, 21vw, 92px);
    max-width: 100%;
    height: auto;
}

@media only screen and (max-width: 380px) {
    header .mobile-sticky .Finewide-logo svg {
        width: 64px;
    }
}

@media only screen and (min-width: 1024px) {
    header .mobile-sticky .Finewide-logo {
        display: none;
    }
}

nav.primary .container>ul .logo-finewide {
    position: relative;
    overflow: hidden;
    vertical-align: middle;
    width: 4.6em;
    display: none;
}

nav.primary.stuck .container>ul .logo-finewide {
    display: table-cell;
}

.logo-finewide-link {
    position: relative;
    display: block;
    min-height: 3.4em;
    overflow: visible;
    text-indent: -9999px;
}

.logo-finewide-link span {
    display: none;
}

.logo-finewide-link:before {
    content: "";
    background: url("../prebuilt/img/Finewide-logo.svg") no-repeat center;
    background-size: contain;
    width: 3.2em;
    height: 3.2em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.logo-finewide-link:after {
    content: "\00a0";
}

body>footer .Finewide-logo {
    display: block;
    margin: 2.0em 0 0.2em;
    float: none;
    text-align: center;
}

body>footer .Finewide-logo svg {
    width: 100px;
    height: 100px;
    max-width: 100%;
    margin: 0 auto;
    overflow: visible;
}

body>footer .disclaimers {
    display: block;
    clear: both;
    margin-top: 0.8em;
    text-align: center;
}

body>footer .container.group {
    display: block;
}

body>footer .footer-links {
    float: none;
    margin: 0;
    text-align: center;
}

@media only screen and (max-width: 1023px) {
    body>footer .Finewide-logo {
        display: block;
        margin: 0.7em auto 0.5em;
        width: max-content;
        max-width: 100%;
    }

    body>footer .disclaimers {
        clear: none;
        margin-top: 0;
    }

    body>footer .footer-links {
        margin: 0.8em 0 0;
    }
}
