@media only screen and (min-width: 40.063em) {
    .logonavheader {
        margin-left: auto;
        margin-right: auto;
        max-width: 1440px !important;
        height: auto;
        position: fixed;
        left: 50%;
        transform: translate(-50%);
    }
    .is-dropdown-semi .logonavheader {
        margin-left: auto;
        margin-right: auto;
        right: 0;
        left: 0;
        width: 100%;
        max-width: 1440px !important;
        height: auto;
        position: fixed;
        left: 50%;
        transform: translate(-50%);
    }
    .is-top .logonavheader {
        top: 40px;
    }
    .is-top.is-dropdown-semi .logonavheader {
        margin-left: auto;
        margin-right: auto;
        top: 60px;
        right: 0;
        left: 0;
        width: 100%;
        max-width: 1400px !important;
        height: auto;
        position: fixed;
        left: 50%;
        transform: translate(-50%);
    }
    .is-dropdown-semi.not-top .logonavheader, .is-dropdown-semi .is-hero.offhero .logonavheader {
        background: #fff;
        margin-left: auto;
        margin-right: auto;
        max-width: 1440px !important;
        left: 50%;
        transform: translate(-50%);
        top: 0;
        right: 0;
        width: 100%;
        padding: 0.5em 4em;
        transition: all .5s;
    }
    .not-top .logonavheader {
        top: 0;
    }
    body {
        padding-top: 40px !important;
    }
    #wrapper{
        margin-left: auto;
        margin-right: auto;
        max-width: 1440px !important;
        height: auto;
        position: relative;
    }
    .page_uid_1.is-boxed .maincontent.ce-col,
    .page_uid_1 .flexfive,
    .maincontent.ce-col {
        padding: 2em !important;
    }
    .footerthree{
        margin-left: auto;
        margin-right: auto;
        max-width: 1440px !important;
    }

    .footerone,
    .footertwo,
    .footerthree {
        background: #404B4F;
        padding: 3em 2em !important;
    }
}
.footertwo {
    border-top: 1px solid #57666B
}
.footer-one-fourcol .p-header:after {
    border-bottom: 1px solid #57666B;
}