#edocs-logo {
    height: 117px;
    width: 300px;
}

#footer {
    background-color: white;
    color: #848079;
    font: normal normal normal 12px/1.3em enriqueta, serif;
    padding-top: 25px;
}

#footer .contact-info {
    display: inline-block;
    float: right;
    text-align: right;
}

#footer .container div {
    display: inline-block;
    width: 47%;
}

#footer .legal-links {
    font-size: 14px;
    height: 100%;
    vertical-align: top;
}

#footer .legal-links a {
    display: block;
    margin-bottom: 10px;
}

#footer p {
    margin-bottom: 5px;
}

#partner-logo {
    height: 50px;
    left: 30%;
    position: relative;
    width: 200px;
}

.nav > li {
    margin-right: 5px;
    text-align: right;
}

.navbar {
    background: white;
}

.navbar .contactInfo {
    color: #848079;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    margin-top: 15px;
    text-align: right;
}

.navbar .contactInfo .glyphicon {
    color: #9DBA78;
}

.navbar .contactInfo .wrap-protector {
    margin-left: 25px;
    white-space: nowrap;
}

.navbar-brand {
    height: auto;
    margin-top: -30px;
}

.navbar-default .navbar-nav {
    float: right;
}

.navbar-default .navbar-nav a {
    border-bottom: 3px solid transparent;
    font-size: 16px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
    background-color: transparent;
    border-bottom-color: #2E7C01;
    color: #2E7C01;
}

.navbar-default .navbar-nav > :not(.active) > a:hover {
    color: #2E7C01;
}

body {
    background: transparent;
    padding-top: 170px;
}

html {
    background-color: rgba(248, 248, 248, 1);
    height: 100%;
}

@media screen and (min-width:1200px) {
    #partner-logo {
        left: 56%;
    }
}

@media screen and (min-width:992px) and (max-width:1198px) {
    #partner-logo {
        left: 46%;
    }
}

@media screen and (max-width:767px) {
    .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover {
        border-bottom-color: transparent;
    }
    
    #partner-logo {
        left: inherit;
        position: absolute;
        right: 70px;
        top: 40px;
    }
}

@media screen and (max-width:625px) {
    #edocs-logo {
        height: 50px;
        width: 130px;
    }
    
    #partner-logo {
        height: 30px;
        width: 130px;
    }
    
    .navbar-brand {
        margin-top: -15px;
    }
    
    .navbar .contactInfo {
        font-size: 14px;
    }
    
    .navbar .contactInfo .wrap-protector {
        margin-left: 12px;
    }
    
    body {
        padding-top: 110px;
    }
}

@media screen and (max-width:425px) {
    .navbar .contactInfo {
        font-size: 12px;
    }
    
    .navbar-brand {
        margin-top: -10px;
    }
    
    .navbar-default .navbar-nav a {
        border: none;
    }
}

@media screen and (max-width:375px) {
    #partner-logo {
        height: 25px;
        right: 19%;
        top: 15px;
        width: 100px;
    }
    
    .navbar .contactInfo {
        display: none;
    }
    
    body {
        padding-top: 80px;
    }
}