main { position:relative;padding-top:10px }
@media only screen and (min-width:64em){ main { padding-top:50px}}

#home main {
    padding-top: 0;
}

#home #content {
    margin-top: 0;
}

.news-item .bg-image-cover{width:auto;bottom:0;right:0;height:100%;background-position:center top;}
.news-item .bg-image-cover:after{content:'';position:absolute;left:0;top:0;right:0;bottom:0;background:#000;opacity:.5;transition:opacity .5s}
.news-item .bg-image-cover.midnight:after{background:rgba(1,66,106,.8);opacity:1}
.news-item .title{position:relative;font-size:1.5rem; color: #fff;}
.news-item .sub-title{font-family:BentonSansCondRegular,'Arial Narrow',Arial,sans-serif;font-weight:400;text-transform:uppercase;font-size:1.5rem}
.news-item .sub-title+.title{margin-top:0}
.news-item .button { position: relative; }
.news-item.bg-crimson .button,.news-item.bg-crimson-dark .button,.news-item.bg-mahogany .button{background-color:transparent;border-color:#fff;color:#fff}
.news-item.bg-crimson .button:focus,.news-item.bg-crimson .button:hover,.news-item.bg-crimson-dark .button:focus,.news-item.bg-crimson-dark .button:hover,.news-item.bg-mahogany .button:focus,.news-item.bg-mahogany .button:hover{background-color:#fff;color:#900}
.news-item .button:focus,.news-item .button:hover{background:#fff;color:#900!important}
@media only screen and (max-width:40em){#home .section.news-grid,.section.news-grid .layout,.section.news-grid .slick-slider{padding:0!important;margin-bottom:0}
.news-grid{border-top:4px solid #fff;}
.news-item{padding:40px 50px}
}
@media only screen and (min-width:40.0625em){#home .section.news-grid{padding-bottom:0}
.section.bg-image+.news-grid{padding:0!important}
.news-item{padding:40px 0;float:left;width:100%;min-height:25vh;border:1px solid #fff;position:relative}
.news-item .title{max-width:50%;font-size:1.5rem;line-height:1.3}
.news-item:nth-of-type(n+3){border-top:none}
.news-item.bleed-left+.news-item.bleed-right{border-left:none}
.news-item.w2{width:50%}
.news-item.w2 .title{max-width:100%}
.news-item.bleed-left{padding-right:30px;border-left:0}
.news-item.bleed-right{padding-left:30px;border-right:0}
.news-item.bleed-right.bleed-left{padding-left:0;padding-right:0}
.news-item .sub-title{font-size:1.25rem}
.news-item .bg-cover{position:absolute;top:0;bottom:0;left:0;right:0}
}

#home .wide .section:nth-child(2) {
    padding-bottom: 0;
}

#news {
   padding: 1em 0;
}

.news-article {}

.news-article__title {
    margin-bottom: 0.5em;
}

.news-article__date {
    font-size: 0.9375rem;
    text-transform: uppercase;
}

.news-article__excerpt p {
    font-size: 1.125rem;
}