#main > #stripe1 {
    display: none !important;
}
#contentHome {
    float: left;
    max-width: 660px;
}
.latestSectionStories {
    width: 640px;
    float: left;
    padding: 30px 20px 30px 0;
}
.latestSectionStories .storyNav {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #EAEAEA;
}
.latestSectionStories .storyNav.lastStoryNav {
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: none;
}
.latestSectionStories h1 {
    font-size: 30px;
    text-transform: uppercase;
    line-height: 100%;
    margin-bottom: 40px;
}
.latestSectionStories .imageHolder {
    float: left;
    margin: 0 20px 0 0;
}

.latestSectionStories a.mediumThumb, .latestSectionStories .imageHolder a.thumb {
    width: 200px;
    height: 150px;
    background-color: #fff;
    border: 1px solid #DADADC;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.latestSectionStories a.mediumThumb *, .latestSectionStories .imageHolder a.thumb * {
    vertical-align: middle;
    text-align: center;
}
.latestSectionStories span.eventDate {
    font-size: 13px;
    color: #606060;
    padding-right: 5px;
}
.latestSectionStories span.section {
    color: #fff;
    background-color: #265079;
    line-height: 100%;
    font-size: 13px;
    padding: 5px 10px;
}
.latestSectionStories span.section a {
    color: #fff;
    text-transform: uppercase;
}
.latestSectionStories h2.title {
    font-size: 18px;
    line-height: 120%;
    text-transform: none;
}
.latestSectionStories p.leadShort {
    margin-left: 220px;
    padding-bottom: 0;
    color: #606060;
}
@media screen and (max-width: 1037px) { 
    #contentHome {
        max-width: 448px;
    }
    .latestSectionStories {
        width: 448px;
        padding-right: 0;
    }
    .storyNav {
        padding-right: 20px;
    }
    .latestSectionStories .imageHolder {
        margin-bottom: 20px;
    }
    .latestSectionStories h2.title {
        margin-left: 222px;
    }
    .latestSectionStories p.leadShort {
        margin-left: 0;
        clear: left;
    }

}
@media screen and (max-width: 805px) {
    .latestSectionStories {
        width: 320px;
        padding-bottom: 20px;
    }
    .latestSectionStories h1 {
        margin-bottom: 30px;
        margin-left: 10px;
    }
    .latestSectionStories .storyNav {
        padding-left: 10px;
        padding-right: 10px;
    }
    .latestSectionStories .storyNav.lastStoryNav{
        border-bottom: 1px solid #eaeaea;
        margin-bottom: 20px;
        padding-bottom: 20px;
    }
    .latestSectionStories a.mediumThumb, .latestSectionStories .imageHolder a.thumb  {
        height: 75px;
        width: 100px;
    }
    .latestSectionStories a.mediumThumb *, .latestSectionStories .imageHolder a.thumb * {
        max-height: 75px;
        max-width: 100px;
    }
    .latestSectionStories h2.title {
        margin-left: 0;
    }
}
@media screen and (max-width: 357px) {
    .latestSectionStories {
        max-width: 280px;
        width: 100%;        
    }
    .latestSectionStories h1 {
        margin-left: 0px;
    }
    .latestSectionStories .storyNav {
        padding-left: 0;
        padding-right: 0;
    }
}