article.news header{
    margin-bottom: 10px;
}
article .post-content a{
    text-decoration: underline;
}
.archive-wrapper article.newsletter, .archive-wrapper article.news{
    margin-top: -85px;
}
.archive-wrapper .newsletter img, .archive-wrapper .news img{
    width: 100%;
    margin-bottom: 20px;
}
.archive-wrapper #content {
    float: left;
    display: block;
    margin-right: 2.35765%;
    width: 59.35098%;
}
.archive-wrapper aside {
    display: block;
    margin-right: 2.35765%;
    width: 31.02647%;
    float: right;
    margin-left: 0;
}
.archive-wrapper .newsletter time, .archive-wrapper .news time {
    padding: 5px;
    background-color: #e9e743;
}
.archive-wrapper {
    padding-top: 0px;
}
.archive-wrapper h1 {
    width: 100%;
    padding-top: 10px;
    font-size: 36px;
    margin-bottom: 10px;
}
.archive-wrapper .paging {
    border-top: 3px solid #ececec;
    padding-top: 10px;
}
.archive-wrapper .paging a:nth-child(2) {
    float: right;
}
.archive-wrapper .widget-title {
    background-color: transparent;
    color: #0079c2;
    font-weight: bold;
    font-size: 20px;
    padding: 0;
    margin-top: 15px;
    margin-left: 0;
}
.archive-wrapper aside article {
    background-color: #f6f6f6;
    min-height: 100px;
    margin-bottom: 15px;
}
.archive-wrapper aside h3 {
    font-weight: normal;
    width: 95%;
    margin: 0;
    text-transform: uppercase;
    font-size: 16px;
}
.news-template-default.single .prev-posts {
    float: left;
}
.news-template-default.single .next-posts {
    float: right;
}
.bg-header {
    display: block;
    height: 130px;
    position: relative;
}
.newsletter blockquote.wp-embedded-content {
    display: none;
}
.news-aside time {
    font-size: 14px;
}
.news-aside header {
    padding-top: 20px;
}
.news-aside article:hover {
    background-color: #e5e5e5;
}
.newsletter .wp-embedded-content, .news .wp-embedded-content {
    width: 100%;
    overflow-y: visible;
    margin-top: 10px;
}
/*News Listing */
.listing-wrapper {
    padding-top: 0;
}
.listing-wrapper .bg-header {
    height: 230px;
    background: none;
}
.news-listing {
    width: 1024px;
}
.news-listing .paging {
    border-top: 3px solid #ececec;
    padding-top: 10px;
}
.news-listing .nav-links {
    float: right;
}
.news-listing .nav-links a {
    text-decoration: underline;
}
.news-listing header {
    padding-top: 35px;
}
.news-listing article {
    margin-bottom: 35px;
    background-color: #f6f6f6;
}
.news-listing h3 {
    margin: 0;
    text-transform: uppercase;
    font-weight: normal;
    font-size: 20px;
    width: 100%;
}
.news-listing .post-content {
    padding-right: 30px;
    padding-top: 10px;
}
.news-listing .post-content p {
    line-height: 1.3em;
    margin-bottom: 0;
}
.news-listing .floating-header {
    position: absolute;
    top: 0px;
}
.news-listing .floating-header p a {
    text-decoration: underline;
}
.news-listing .floating-header h1 {
    padding-top: 15px;
    font-size: 38px;
}
.news-listing .image-holder, .archive-wrapper aside .image-holder {
    overflow: hidden;
    float: left;
}
.news-listing .image-holder img{
    min-height: 240px;
}
/* Landing Page */
.page-template-template-landing-page {
    background-color: #e4e4e4;
}
.landing-page.cta-wrapper {
    background-color: #0079c2;
}
.landing-page.cta-wrapper .cta:hover .cta-caption {
    background-color: #fff;
    color: #0079c2;
}
.landing-page.cta-wrapper .cta:hover .cta-icon {
    color: #0079c2;
}
.page-template-template-landing-page article.page {
    text-align: center;
    padding: 0 40px;
}
.landing-page.main-wrapper {
    background-color: #e5e5e5;
    background-image: url(images/bg-diagonal-blocks-v2.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
}
@media screen and (max-width: 1320px) {
    .archive-wrapper #content {
        width: 57.35098%;
    }
    .archive-wrapper aside {
        width: 38.02647%;
        margin: 0;
    }
}
@media only screen and (min-width: 880px) {
    .listing-wrapper article:hover img, .archive-wrapper aside article:hover .image-holder img{
        transform: scale(1.1); /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
        transition-duration: 1s;
    }
    .listing-wrapper article:hover {
        background-color: #e5e5e5;
    }
    .news-listing .image-holder{
        margin-right: 40px;
        max-width: 376px;
        max-height: 240px;
    }
    .archive-wrapper aside .image-holder {
        margin-right: 20px;
        max-height: 100px;
    }
}
/* END News Listing */
@media only screen and (max-width: 1024px) {
    .newsletter .wp-embedded-content, .news .wp-embedded-content {
        margin-bottom: 15px;
        overflow-y: scroll;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    .archive-wrapper aside img {
        margin-right: 10px;
    }
    .news-aside header {
        padding-top: 15px;
    }
    .archive-wrapper aside h3 {
        width: 100%;
        font-size: 16px;
    }
    .news-aside time {
        font-size: 12px;
    }

    /* News Listing */
    .news-listing {
        width: 100%;
    }
    .news-listing header {
        padding-top: 20px;
    }
    .archive-wrapper aside .image-holder {
        margin-right: 10px;
    }
}
@media only screen and (max-width: 880px) {
    iframe {
        width: 100%;
    }
    .archive-wrapper #content {
        width: 100%;
    }
    .archive-wrapper aside {
        width: 100%;
        float: none;
    }
    .archive-wrapper .news .image-holder {
        min-width: auto;
        max-width: 100%;
        width: 100%;
    }
    .archive-wrapper aside article {
        min-height: 150px;
    }
    .news-listing img {
        margin-bottom: 15px;
    }
    .news-listing .post-content, .news-listing header {
        padding: 15px;
        padding-top: 0;
    }
    .news-listing .post-content, .news-listing header h3 {
        width: 100%;
    }
    .listing-wrapper .bg-header {
        display: none;
    }
    .news-listing .floating-header {
        position: relative;
        padding-top: 20px;
        padding-left: 0;
    }
    .news-listing .floating-header p {
        width: 100%;
    }
    .news-listing .image-holder img { 
        min-height: auto;
    }
}
@media only screen and (max-width: 1145px) and (min-width: 1024px)  {
    .news-listing .post-content {
        padding-right: 85px;
    }
}
