.content-homepage {
    padding-top: 0;
}

/**
 * Whats Up Items
 */
.content-homepage .whats-up-bar {
    background-color: #e6e5e5;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
}

.content-homepage .whats-up-bar .whats-up .title-wrap {
    background-color: #1a1a1a;
    color: #fff;
    float: left;
    text-align: center;
    padding: 0 5px;
    height: 80px;
    line-height: 80px;
    width: 25%;
}

.content-homepage .whats-up-bar .whats-up .title-wrap .title {
    font-weight: normal;
    font-size: 1.28em;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.content-homepage .whats-up-bar .whats-up .news-items-wrap {
    float: left;
    width: 75%;
    overflow: hidden;
    position: relative;
}

.content-homepage .whats-up-bar .whats-up .slick-arrow {
    background: url('../images/slider-arrows.gif') top center no-repeat;
    text-indent: -9999px;
    position: absolute;
    z-index: 110;
    border: none;
    width: 16px;
    height: 30px;
    top: 50%;
    margin-top: -15px;
    cursor: pointer;
}

.content-homepage .whats-up-bar .whats-up .slick-arrow.slick-disabled {
    display: none;
    cursor: not-allowed;
}

.content-homepage .whats-up-bar .whats-up .slick-prev {
    left: 5px;
}

.content-homepage .whats-up-bar .whats-up .slick-next {
    background-position: bottom center;
    right: 5px;
}

.content-homepage .whats-up-bar .whats-up .news-item {
    position: relative;
    padding-left: 25px;
    padding-right: 25px;
    text-align: center;
    height: 80px;
    line-height: 80px;
    margin-bottom: 0;
    border-bottom: none;
}

.content-homepage .whats-up-bar .whats-up .news-item:last-child {
    margin-right: 0;
}

.content-homepage .whats-up-bar .whats-up .news-item:after {
    content: '\f0da';
    font-family: 'FontAwesome';
    position: absolute;
    top: 1px;
    left: 4px;
    font-size: 1.71em;
    display: none;
}


.content-homepage .whats-up-bar .whats-up .news-item .title {
    line-height: 1.2em;
    font-size: 1.14em;
    font-weight: normal;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.content-homepage .whats-up-bar .whats-up .news-item .title a {
    color: #5b6916;
    text-decoration: none;
}

.content-homepage .whats-up-bar .whats-up .news-item .permalink {
    display: none;
}

@media only screen and (min-width : 992px) {
    .content-homepage .whats-up-bar {
        padding-top: 55px;
        padding-bottom: 55px;
        margin-top: 0;
        margin-bottom: 20px;
        margin-left: 0;
        margin-right: 0;
    }

    .content-homepage .whats-up-bar .whats-up .title-wrap {
        width: 76px;
        margin-right: 20px;
        margin-left: 0;
        height: auto;
    }

    .content-homepage .whats-up-bar .whats-up .title-wrap .title {
        font-size: 1em;
    }

    .content-homepage .whats-up-bar .whats-up .news-items-wrap {
        width: 844px;
        margin-bottom: 20px;
    }

    .content-homepage .whats-up-bar .whats-up .news-item {
        border-top: 1px solid #1a1a1a;
        width: 268px;
        float: left;
        margin-right: 20px;
        padding-left: 20px;
        padding-right: 0;
        text-align: left;
        height: auto;
        line-height: 1.4;
    }

    .content-homepage .whats-up-bar .whats-up .news-item:after {
        display: block;
    }

    .content-homepage .whats-up-bar .whats-up .news-item .permalink {
        display: inline;
    }

    .content-homepage .whats-up-bar .whats-up .news-item .title {
        font-size: 1.29em;
        font-weight: bold;
        vertical-align: top;
    }
}

@media only screen and (min-width : 1240px) {
    .content-homepage .whats-up-bar .whats-up .title-wrap {
        width: 100px;
    }

    .content-homepage .whats-up-bar .whats-up .title-wrap .title {
        font-size: 1.28em;
    }

    .content-homepage .whats-up-bar .whats-up .news-items-wrap {
        width: 1060px;
    }

    .content-homepage .whats-up-bar .whats-up .news-item {
        width: 340px;
    }
}


/**
 * Hot Topics
 */
.content-homepage .whats-up-bar .hot-topics {
    display: none;
}

.content-homepage .whats-up-bar .hot-topics .title-wrap {
    background-color: #1a1a1a;
    color: #fff;
    float: left;
    width: 76px;
    text-align: center;
    padding: 0 5px;
    margin-right: 20px;
    height: 66px;
    line-height: 66px;
}

.content-homepage .whats-up-bar .hot-topics .title-wrap .title {
    font-weight: normal;
    font-size: 1em;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
}

.content-homepage .whats-up-bar .topic-items-wrap {
    float: left;
    border-top: 1px solid #1a1a1a;
    border-bottom: 1px solid #1a1a1a;
}

.content-homepage .whats-up-bar .topic-items-wrap .topic-item {
    margin-right: 20px;
    width: 76px;
    float: left;
    padding-top: .6em;
    padding-bottom: 1.2em;
}
.content-homepage .whats-up-bar .topic-items-wrap .topic-item:last-child {
    margin-right: 0;
}

@media only screen and (min-width : 992px) {
    .content-homepage .whats-up-bar .hot-topics {
        display: block;
    }
}

@media only screen and (min-width : 1240px) {
    .content-homepage .whats-up-bar .hot-topics .title-wrap {
        width: 100px;
    }

    .content-homepage .whats-up-bar .hot-topics .title-wrap .title {
        font-size: 1.28em;
    }

    .content-homepage .whats-up-bar .topic-items-wrap .topic-item {
        width: 100px;
    }
}

/**
 * Main Sections Tabs
 */
.content-homepage .main-sections-buttons-bar {
    margin-left: -20px;
    margin-right: -20px;
}

.content-homepage .main-sections-buttons-bar .main-sections-tab {
    float: left;
    width: 25%;
}

.content-homepage .main-sections-buttons-bar .main-sections-button {
    width: 100%;
    display: block;
    text-align: center;
    color: #fff;
    padding: 5px 0;
    background-color: #325674;
    font-family: 'Quattrocento', serif;
    font-size: 1em;
    text-decoration: none;
    line-height: 2em;
    border-right: 1px solid #5c7991;
}
.content-homepage .main-sections-buttons-bar .main-sections-tab:last-child .main-sections-button {
    border-right: none;
}

.content-homepage .main-sections-buttons-bar .main-sections-button.selected,
.content-homepage .main-sections-buttons-bar .main-sections-button:hover {
    background-color: #193145;
}

@media only screen and (min-width : 768px) {
    .content-homepage .main-sections-buttons-bar .main-sections-button {
        font-size: 1.14em;
    }
}

@media only screen and (min-width : 992px) {
    .content-homepage .main-sections-buttons-bar {
        display: none;
    }
}

/**
 * Main Sections
 */
.content-homepage .main-sections-wrap .main-section.not-active {
    display: none;
}

@media only screen and (min-width : 992px) {
    .content-homepage .main-sections-wrap .main-section.not-active {
        display: block;
    }
}


/**
 * Latest News
 */
.content-homepage .main-sections-wrap .latest-news {
    width: 100%;
}

.content-homepage .main-sections-wrap .latest-news .button {
    float: right;
    margin-top: 1em;
}

@media only screen and (min-width : 992px) {
    .content-homepage .main-sections-wrap .latest-news {
        float: left;
        width: 364px;
        margin-right: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width : 1240px) {
    .content-homepage .main-sections-wrap .latest-news {
        width: 460px;
    }
}


/**
 * Latest Events
 */
.content-homepage .main-sections-wrap .upcoming-events {
    width: 100%;
}

.content-homepage .main-sections-wrap .upcoming-events .button {
    float: right;
    margin-top: 1em;
}

.content-homepage .main-sections-wrap .upcoming-events .event-item .date {
    font-size: 1.58em;
}

@media only screen and (min-width : 992px) {
    .content-homepage .main-sections-wrap .upcoming-events {
        float: left;
        width: 364px;
        margin-right: 20px;
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and (min-width : 1240px) {
    .content-homepage .main-sections-wrap .upcoming-events {
        width: 460px;
    }
}


/**
 * Social Connect Tab Sections
 */
.content-homepage .main-sections-wrap .social-connect {
    width: 100%;
}

@media only screen and (min-width : 992px) {
    .content-homepage .main-sections-wrap .social-connect {
        float: left;
        width: 172px;
    }
}

@media only screen and (min-width : 1240px) {
    .content-homepage .main-sections-wrap .social-connect {
        width: 220px;
    }
}


/**
 * Hot Topics - Mobile Tab version
 */
.content-homepage .main-sections-wrap .hot-topics {
    width: 100%;
}

.content-homepage .main-sections-wrap .hot-topics .topic-item {
    border-bottom: 1px solid #1a1a1a;
    margin-bottom: 20px;
    padding-bottom: 20px;
    font-size: 1.29em;
}

.content-homepage .main-sections-wrap .hot-topics .topic-item:last-child {
    border-bottom: none;
}

@media only screen and (min-width : 992px) {
    .content-homepage .main-sections-wrap .hot-topics,
    .content-homepage .main-sections-wrap .hot-topics.not-active {
        display: none;
    }
}


