body {
    border-top: 4px solid #59379E;
    background: #F8F8F8 url(footer-bg.png) 0 0 repeat;
}

#profilemenu {
    font-family: Adelle,Cambria,Georgia,serif;
    background: #FBFBFC;
    background: -webkit-linear-gradient(top,#fff 0,#f1f3f5 100%);
    background: -moz-linear-gradient(top,#fff 0,#f1f3f5 100%);
    background: -ms-linear-gradient(top,#fff 0,#f1f3f5 100%);
    background: -o-linear-gradient(top,#fff 0,#f1f3f5 100%);
    background: linear-gradient(to bottom,#fff 0,#f1f3f5 100%);
    border-bottom: 1px solid #E4E7EC;
    height: 32px;
    color: black;
}

    #profilemenu .banner-testing {
        font-size: 1.5em;
        padding: 0;
        top: 0px;
    }

.shadow > .gap {
    height: 0;
}

#profilemenu .container {
    background: transparent;
}

.profile-menu-container a {
    color: #59379E;
    text-transform: uppercase;
}

.icon-drop {
    background-image: url(../../images/icons-black.png);
}

#module_menu_container {
    background-color: #fff;
    margin: 0;
    padding-bottom: 10px;
    width: 100%;
}

    #module_menu_container:after {
        content: "";
        background: rgba(0,0,0,.15);
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0px;
        height: 10px;
    }

#modulemenu {
    margin: auto;
    background: transparent url(../../Images/Site/PORT/NewLogo.png) no-repeat 10px 10px;
    background-size: auto 66px;
    min-height: 60px;
    padding: 10px;
    border: 0px;
    font-size: 1.3em;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}

    #modulemenu ul {
        float: right;
        width: 75%;
        margin-bottom: 0;
    }

    #modulemenu a {
        font-family: Adelle,Cambria,Georgia,serif;
        display: block;
        padding: .25em .5em;
        font-size: 16px;
        font-size: 1rem;
        color: #43257F;
    }

    #modulemenu .header-4 {
        color: #fff;
        background-color: #59379E;
    }

h1, h2, h3, h4 {
    font-family: Adelle,Cambria,Georgia,serif;
    color: #59379E;
}

.shadow {
    -webkit-box-shadow: none;
    box-shadow: none;
}

#footer:before {
    display: block;
    position: absolute;
    content: "";
    top: -6px;
    width: 100%;
    height: 37px;
    background: url(../../images/Site/PORT/footer-before.png) 0 0 repeat-x;
}

#footer {
    position: relative;
    color: #333;
    background: #F8F8F8;
    padding: 20px 0;
    overflow: visible;
}

footer {
    min-height: 60px;
    background: url(../../Images/Site/PORT/NewLogo.png) no-repeat bottom right;
    background-size: auto 40px;
}