.body-fix {
    display: block;
    height: 60px;
}

.index-span4 {
    height: 258px;
    position: relative;
}

.index-span4 .btn {
    position: absolute;
    bottom: 20px;
}

.index-span6 {
    height: 238px;
    position: relative;
}

.index-span6 .btn {
    position: absolute;
    bottom: 20px;
}

.masthead {
    height: 240px;
    position: relative;
}

.masthead-inner {
    background-color: rgba(0, 0, 0, 0.6);
    color: #ffffff;
    padding: 20px;
    position: absolute;
    top: 20px;
}

.masthead-inner h1 {
    margin-top: 0;
}

.masthead-inner .lead {
    margin: 0;
}

.masthead-image {
    background-repeat: no-repeat;
    background-position-y: 41px;
    background-size: 1200px;
}

.masthead-image-main {
    background-image: url('../content/image/site/masthead-main-3.jpg');
}

/* High-Res Desktop */
@media (min-width: 1200px) {
    .index-span4 {
        height: 238px;
        position: relative;
    }
    
    .index-span4 .btn {
        position: absolute;
        bottom: 20px;
    }
    
    .index-span6 {
        height: 218px;
        position: relative;
    }
    
    .index-span6 .btn {
        position: absolute;
        bottom: 20px;
    }
    
    .masthead {
        height: 380px;
    }
    
    .masthead-image {
        background-repeat: no-repeat;
        background-position-y: 41px;
        background-size: 1920px;
    }
}

/* Tablet/Desktop */
@media (min-width: 768px) and (max-width: 979px) {
    .body-fix {
        display: none;
        height: 0px;
    }
    
    .index-span4 {
        height: 298px;
        position: relative;
    }
    
    .index-span4 .btn {
        position: absolute;
        bottom: 20px;
    }
    
    .index-span6 {
        height: 258px;
        position: relative;
    }
    
    .index-span6 .btn {
        position: absolute;
        bottom: 20px;
    }
    
    .masthead {
        height: 194px;
    }
    
    .masthead-image {
        background-repeat: no-repeat;
        background-position-y: 51px;
        background-size: 980px;
    }
}

/* Phone - Landscape
   All row-spans become full-width fluid.*/
@media (min-width: 481px) and (max-width: 767px) {
    .body-fix {
        display: none;
    }
    
    .index-span4 {
        height: auto;
        position: static;
    }
    
    .index-span4 .btn {
        position: static;
    }
    
    .index-span6 {
        height: auto;
        position: static;
    }
    
    .index-span6 .btn {
        position: static;
    }
    
    .masthead {
        height: 152px;
    }
    
    .masthead-inner {
        top: 8px;
        padding: 8px;
    }
    
    .masthead-inner .lead {
        font-size: 16px;
    }
    
    .masthead-image {
        background-repeat: no-repeat;
        background-position-y: 51px;
        background-size: 768px;
    }
}
 
/* Phone - Portrait
   All row-spans become full-width fluid.*/
@media (max-width: 480px) {
    .body-fix {
        display: none;
    }
    
    .index-span4 {
        height: auto;
        position: static;
    }
    
    .index-span4 .btn {
        position: static;
    }
    
    .index-span6 {
        height: auto;
        position: static;
    }
    
    .index-span6 .btn {
        position: static;
    }
    
    .masthead {
        height: 96px;
    }
    
    .masthead-inner {
        display: none;
    }
    
    .masthead-image {
        background-repeat: no-repeat;
        background-position-y: 51px;
        background-size: 480px;
    }
}