﻿#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;
    }
}






/* Hide the empty right column on desktop and expand middle */
@media only screen and (min-width: 960px) {
    #home > section:first-of-type > .co13-medium.is-right {
        display: none;
    }
    #home > section:first-of-type > .co12-middle {
        width: 730px;
        margin-right: 0;
    }
}

/* Bottom section: evenly distribute 3 columns to fill 960px */
@media only screen and (min-width: 960px) {
    #home > section:last-of-type > .col1-medium,
    #home > section:last-of-type > .col2-medium,
    #home > section:last-of-type > .co13-medium {
        float: left;
        width: 310px;
        margin-right: 15px;
    }
    #home > section:last-of-type > .co13-medium {
        margin-right: 0;
    }
}

/* Fill the width below flexslider on all viewports */
#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;
    }
}