a.btn--block {
    display: block;
    width: auto;
    }

header > .col-1 {
    padding-top: 24px;
    padding-bottom: 24px;
    }

.container {
    max-width: 1005px !important;
    position: relative;
    }

.sr-only { display: none;}

/* Perceptive Brand */

.brand > a {
    display: block; 
    }

.brand.brand-perceptive > a {
    background: url("../images/lxk-logo-2x.png") no-repeat;
    background-size: 142px 28px;
    display: block;
    height: 28px;
    width: auto !important;
    
    position: relative;
    z-index: 1;
    margin-top: 24px;
    }

    .brand.brand-perceptive > a > h1 {
        font-size: 1.4rem;
        font-size: 14px;
        color: #5a5a64;
        margin-left: 39px;
        top: 26px;
        position: relative;
        }

    .bg-body {
        background: url("../images/lxk-bg.png");
        background-repeat: no-repeat;
        background-position: right top;
        padding-top: 0;
        }

@media screen and (min-width:768px) {

    .row.container > .col-1,
    footer > .col-1 {
        padding: 0 100px;
        }

    header > .col-1 { padding: 36px 50px 60px;}
    
}

@media screen and (min-width: 476px) {

    .brand.brand-perceptive > a > h1 {
        font-size: 2.2rem;
        float: none;
        margin-left: 148px;
        top: 0px;
        }

}

.row {
    margin-bottom:10px;
}