﻿#home > .col1-two-thirds > section {
    margin-bottom: 20px;
}

#home > .col1-two-thirds > section:last-of-type {
    margin-bottom: 0;
}

@media only screen and (min-width: 620px) {
    #home > .col1-two-thirds > section:last-of-type {
        margin-bottom: 20px;
    }
}






@media only screen and (max-width: 960px) {
    #home .co12-middle > .co11-narrow {
        width: 48%;
    }
}


@media only screen and (max-width: 659px) {   
    #home .co11-narrow .news-container {
        float: left;
        width: 48%;
    }

    #home .co11-narrow .news-container:nth-child(even) {
        float: right;
    }
}




#home > .col1-two-thirds > section > h1 {
    z-index: 1;
    position: relative;
    margin: 0 0 15px 0;
    padding: 0 15px;
    height: 45px;
    line-height: 45px;
    background-color: #262626;
    color: #fff;
}

#home > .col1-two-thirds > section > h1 > a {
    position: absolute;
    display: inline-block;
    top: 0;
    right: 15px;
    color: #7e78f5;
    transition: all 0.2s linear;
}

#home > .col1-two-thirds > section > h1 > a:hover {
    color: #fff;
}

#home > .col-2-one-third > h1 {
    margin: 0 0 20px 10px;
}

#home > .col-2-one-third > h1:first-of-type {
    margin-bottom: 13px;
}

#home-popular-news-title, #home-popular-news {
    display: none;
}

@media only screen and (min-width: 620px) {
    #home-popular-news-title, #home-popular-news {
        display: block;
    }
}