#homeNewsWrapper {
 display: table;
 width: 100%;
}

.newsRight {
 width: 100%;
 display: table-cell;
 vertical-align: bottom;
}

.mainArticle {
 margin-right: 10px;
}

.newsLeft {
 background-position: center center;
 background-size: cover;
}

.mainArticle .newsCaption {
 display: table-cell;
 vertical-align: bottom;
}

.newsCaption h3 {
    margin: 0px;
    color: #ffffff;
}

.newsLeft .newsCaption h3 {
    font-size: 20px;
}

.newsRight .newsCaption h3 {
    font-size: 16px;
}

.newsCaption a {
    background: #488a90;
    display: inline-block;
    padding: 5px;
    font-size: 12px;
    color: #ffffff;
    text-decoration: none;
    letter-spacing: 0.04em;
    margin-top: 15px;
    transition: all .2s ease-in-out;
    border-radius: 5px;
}

.newsCaption a:hover {
 opacity: 0.7;
}

#articleSlider {
    background: #64B1BC;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}

#articleSlider ul.slides {
 list-style: none;
 margin: 0px;
 padding: 0px;
}

#articleSlider li.slideTable {
    display: table;
}

.articleImage {
 display: table-cell;
 width: 85px;
 height: 85px;
 background-position: center center;
 background-size: cover;
 border-radius: 5px;
}

.newsCaption {
    display: table-cell;
 vertical-align: top;
}

.insideCaption {
    margin-left: 10px;
}

#articleSlider .flex-viewport ul {
 list-style: none;
 margin: 0px;
 padding: 0px;
}

.newsLeft .newsCaption {
    display: initial;
}

.newsLeft .newsCaption div {
 background: rgba(255,255,255,0.85);
 padding: 10px;
}

.newsRight .flex-control-nav { display: none; }

#page ul.flex-direction-nav {
    background: #658191;
    text-align: right;
    list-style: none;
margin: 0px 0px 0px 0px;
    padding: 10px;
}

#page .flex-direction-nav li {
    display: inline-block;
}

.newsRight .flex-direction-nav a {
    background: #ffffff;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    color: #4b764c;
    font-size: 30px;
    margin-left: 10px;
    transition: all .2s ease-in-out;
}

#page .flex-direction-nav li.allBtn {
    float: left;
}

.newsRight .flex-direction-nav li.allBtn a {
    background: none;
    color: #ffffff;
    font-size: 18px;
    width: auto;
    height: auto;
    text-align: left;
    margin: 0px;
}

.newsRight .flex-direction-nav a:hover {
 opacity: 0.7;
}

.newsPost .inside {
    padding: 0px 0px 10px 0px;
    border-radius: 10px;
    display: table;
    width: 100%;
    box-sizing: border-box;
}

a.allNews {
    color: #ffffff;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none;
    display: block;
    margin: 5px 0px 5px 0px;
}