@media only screen and (min-width: 1260px) and (max-width: 1419px) {
    .header .onecol, .header .threecol {
        height: 100px;
    }
    .logo {
        line-height: 100px;
    }

}

@media only screen and (min-width: 980px) and (max-width: 1259px) {
    .header .onecol, .header .threecol {
        height: 90px;
    }
    .logo {
        line-height: 90px;
    }
    
    .video {
        width: 100%;
    }
}


@media only screen and (min-width: 768px) and (max-width: 979px) {
    .header .onecol, .header .threecol {
        height: 90px;
    }
    .logo {
        line-height: 90px;
    }
    .video {
        width: 100%;
    }

}

@media only screen and (max-width: 767px) {
    .header .onecol, .header .threecol {
        height: 40px;
    }
    .header .onecol {
        width: 15.6%;
    }
    .logo {
        line-height: 40px;
        float: left;
        width: 100%;
        padding-bottom: 40px;
    }
    .threecol {
        width: 100%;
        margin-right: 0;
        margin-bottom: .4em;
    }
    .three-boxes .whitebox .inner {
        min-height: 20px;
    }
    .herounit h1 {
        font-size: 1.6em;
    }
    .row {
        margin-right: 5px;
        margin-left: 5px;
    }
    .video {
        width: 100%;
    }

}