
    
    aside.calloutBox {
    padding: 0;
}    

.staggeredHome td:not(.img) {
    padding: 30px 1.875em;
    height: 500px;
}
.staggeredHome .img {
    background-size: cover !important;
}

@media handheld, only screen and (max-width: 1366px) {
    nav > ul > li > a {
        padding: 0 15px;
    }
}
@media handheld, only screen and (max-width: 1276px) {
    header {
        padding: 30px 0;
    }
    nav > ul > li > a {
        padding: 0 13px;
    }
}
@media handheld, only screen and (max-width: 1210px) {
    header .large-8, header .large-4 {
        width: 100%;
        text-align: center;
    }
    nav > ul {
        float: none;
        text-align: center;
        display: inline-block;
    }
}

@media handheld, only screen and (max-width: 1140px) {
    .white .feature {
        background: #f8f8f8;
    }
}

@media handheld, only screen and (max-width: 1000px) {
    .staggeredHome .img {
        height: 400px;
    }
    .staggeredHome td:not(.img) {
        height: auto;
    }
}

@media handheld, only screen and (max-width: 800px) {
    .feature {
        background: #363636;
    }
}
    
  
  
  