.nav{
    border-bottom: 1px solid #3A3A3A;
}

.errors{
    font-weight: bold;
    color: red;
    padding-bottom: 20px;
}

.box--location-image{
    display: block;
}
.boxes .box{
    background-repeat: no-repeat;
    background-position: top center;
}
.form-location{
    padding-top: 130px;
}

.partner-logo{
    float: left;
    width: 155px;
    height: 40px;
    margin-top: -10px;
    margin-left: 30px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.logo-insight{
    margin-top: -15px;
}
.logo-bechtle{
    height: 50px;
    margin-top: -15px;
    margin-bottom: -10px;
    margin-left: 10px;
}

@media (max-width: 767px) {

    .header .logo{
        float: left;
    }
    .partner-logo{
        margin-left: 10px;
        height: 30px;
        margin-bottom: 10px;
    }

    .slogan{
        clear: both;
    }

    .logo-bechtle{
        margin-top: -5px;
    }
    .logo-insight{
        margin-top: -10px;
    }

}

.nav ul a {
    padding: 11px 36px;
}