section.wrapper_middle[data-cattype="230"]{ padding: 3em 0 3em 0; }



section.wrapper_middle[data-cattype="230"] .container{
    max-width: 1250px;
    width: 1250px;
}

[data-cattype="230"] ul.newsfeed.grid{ opacity: 1; }
[data-cattype="230"] ul.newsfeed.grid.active{ opacity: 1; }









[data-cattype="230"] ul.newsfeed.grid {
    margin: 10px 0;
    text-align: center;
    
    display: flex;
    flex-wrap: wrap;  /* nowrap | wrap | wrap-reverse */
    
    justify-content: center ; /* flex-start | flex-end | center | space-between | space-around | space-evenly  */
    align-content: flex-start; /* flex-start | flex-end | center | space-between | space-around | stretch */
    align-items: flex-start; /* flex-start | flex-end | center | baseline | stretch */
}

[data-cattype="230"] ul.newsfeed.grid li {
    margin: 10px 20px 20px 0;
    text-align: left;
    width: 270px;
    background: #f8f8f8;
}






















[data-cattype="230"] ul.newsfeed.grid li h4{
    font-size: 14px;
    font-weight: normal;
    margin: 0 0 10px 0;
    line-height: 1.5;
    
}

[data-cattype="230"] ul.newsfeed.grid li .summary {
    text-align: left;
    margin-top: 5px;
    min-height: 80px;
    font-size: 13px;
    padding: 10px 15px 20px 15px;
    color: #655454;
}

[data-cattype="230"] span.date-time {
/*    text-transform: uppercase;*/
    font-size: 10px;
    text-align: left;
    word-spacing: 1px;
    color: #fff;
    padding: 2px 6px;
    background: #bebebe;
    
    position: absolute;
    right: 0;
    bottom: 0;
    font-style: italic;
}

[data-cattype="230"] .holder {
    margin: 10px 0;
    text-align: right;
}

[data-cattype="230"] ul.newsfeed.grid li.divider-year {
    font-size: 40px;
    padding: 0px;
    margin: 5px 0 5px 0;
    background: none;
    display: block;
    text-align: center;
    width: 100%;
}


/* Overwrite Banner H1 style */

.wrapper_banner.animated h1 {
    text-shadow: 1px 1px 1px #000;
}


[data-cattype="230"] .box-side-image,
[data-cattype="230"] .grid_item {
    position: relative;
    text-align: center;
}

[data-cattype="230"] .box-caption,
[data-cattype="230"] .grid_item.item_content,
[data-cattype="230"] .box-side-image,
[data-cattype="230"] .box-side-image .wrapper_image,
[data-cattype="230"] .grid_item .wrapper_image {
    width: 100%;
    height: 187px;
}

[data-cattype="230"] .box-side-image .wrapper_image {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

[data-cattype="230"] .box-side-image > .box-caption,
[data-cattype="230"] .item_content.grid_item > .box-caption {
    display: table;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 20px;
    border-top-left-radius: 30px;
    
    opacity: 1;
    padding: 12px 5px 5px 12px; 
    z-index: 1;
    background: rgba(255, 147, 0, 0.89);
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
        
    
/*
    
    width: 100%;    
    height: 100%;
    border-top-left-radius: 00px;
*/
}

[data-cattype="230"] .box-side-image:hover .box-caption,
[data-cattype="230"] .item_content.grid_item:hover .box-caption {
    background: rgba(255, 147, 0, 0.89);
    opacity: 1;
    z-index: 10;
    box-shadow: 1px 1px 5px #999;
    
    width: 100%;    
    height: 100%;
    border-top-left-radius: 00px;
}

[data-cattype="230"] .box-side-image .box-caption .cell,
[data-cattype="230"] .grid_item .box-caption .cell {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
}

[data-cattype="230"] .box-side-image .box-caption .cell a,
[data-cattype="230"] .grid_item .box-caption .cell a {
    color: #fff;
    cursor: auto;
    display: block;
    cursor: pointer;
}



[data-cattype="230"] .container.detail{
    padding: 30px 0;
}

[data-cattype="230"] .container.detail .page-title{
    color: #333;
    line-height: 1.5;
}

[data-cattype="230"] .container.detail h3{
    color: #fb9202;
    word-spacing: 0px;
    font-size: 18px;
}


[data-cattype="230"] .post-share{
    margin-top: 30px;
    padding-top: 10px;
    border-top: solid #ccc 1px;
}

[data-cattype="230"]  a.btn-socialshare{
    display: inline-block;
    background: #171717;
    padding: 6px 10px;
    margin: 0 6px 0 0;
    width: 40px;
    height: 40px;
    
    font-size: 21px;
    color: #fff;
    text-align: center;
    
    border-radius: 50px;
    -webkit-border-radius: 50px;
    transition: all 0.3s 0.3s ease-in;
    -webkit-transition: all 0.3s 0.3s ease-in;
}
[data-cattype="230"]  a.btn-socialshare.facebook{ background: #365899 }
[data-cattype="230"]  a.btn-socialshare.twitter{ background: #20A2F8 }
[data-cattype="230"]  a.btn-socialshare.googleplus{ background: #DA4D3B }
[data-cattype="230"]  a.btn-socialshare.linkedin{ background: #0076BF }
[data-cattype="230"]  a.btn-socialshare.mailto{ background: #F9D759 }
[data-cattype="230"]  a.btn-socialshare:hover{ background: #171717; }




[data-cattype="230"] .container.detail .wrapper-navigation{
    margin: 15px 0 ;
}

[data-cattype="230"] .container.detail .wrapper-navigation a{    
    font-size: 12px;
    color: #24097C;
    font-weight: bold;    
}

[data-cattype="230"] .container.detail .wrapper-navigation h5{
    margin: 5px 0;
    font-size: 15px;
    line-height: 1.5;
    color: #666;
}
[data-cattype="230"] .container.detail .wrapper-navigation a:hover,
[data-cattype="230"] .container.detail .wrapper-navigation a:hover h5{
    color: #FB9202;
}








@media (max-width: 1300px) {
    section.wrapper_middle[data-cattype="230"] .container{
        max-width: 100%;
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 980px) {
    section.wrapper_middle[data-cattype="230"] .container{
        min-width: auto;
        max-width: 100%;
        width: 100%;
    }
    
   [data-cattype="230"] .newsfeed.grid li {
        margin: 10px 18px 30px 0;
        text-align: left;
    }
    
    [data-cattype="230"] ul.newsfeed.grid li:not(.divider-year) {
        margin: 10px 5px 30px 0;
        width: 230px;
        padding: 8px;
    }
    
    [data-cattype="230"] .grid_item .wrapper_image {
        width: 200px;
        height: 150px;
    }
    [data-cattype="230"] .box-caption,
    [data-cattype="230"] .grid_item.item_content,
    [data-cattype="230"] .box-side-image,
    [data-cattype="230"] .box-side-image .wrapper_image,
    [data-cattype="230"] .grid_item .wrapper_image {
        width: 200px;
        height: 150px;
    }
}

@media screen and (max-width: 767px) {
    section.wrapper_middle[data-cattype="230"] .container{
        min-width: auto;
        max-width: 100%;
        width: 100%;
    }
    
    [data-cattype="230"] h2.section-title {
        text-align: center;
    }
    [data-cattype="230"] #yearSelection::after {
        display: none;
    }
    [data-cattype="230"] .left-panel {
        margin-top: 0;
    }
    [data-cattype="230"] .newsfeed.grid,
    [data-cattype="230"] .left-panel {
        padding: 0;
    }
    [data-cattype="230"] .right-panel {
        padding-left: 15px;
    }
    [data-cattype="230"] ul.newsfeed.grid li {
        margin: 10px 5px 30px 0;
        text-align: left;
        width: 150px;
    }
    
    [data-cattype="230"] h3.date-time {
        font-size: 18px;
        word-spacing: 0px;
    }
    
    [data-cattype="230"] .box-caption,
    [data-cattype="230"] .grid_item.item_content,
    [data-cattype="230"] .box-side-image,
    [data-cattype="230"] .box-side-image .wrapper_image,
    [data-cattype="230"] .grid_item .wrapper_image {
        width: 130px;
        height: 97px;
    }
    [data-cattype="230"] .box-side-image .box-caption .cell,
    [data-cattype="230"] .box-side-image > .box-caption,
    [data-cattype="230"] .item_content.grid_item > .box-caption {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
        width: 130px;
    }
    
    [data-cattype="230"] .box-caption .caption-title{ display: none; }
    
}

@media screen and (max-width: 480px) {
    [data-cattype="230"] ul.newsfeed.grid li {
        margin: 10px  0;
        text-align: left;
        width: 96%;
    }
    
    [data-cattype="230"] ul.newsfeed.grid li .summary {
        min-height: 0px;
    }
    
    [data-cattype="230"] .box-caption,
    [data-cattype="230"] .grid_item.item_content,
    [data-cattype="230"] .box-side-image,
    [data-cattype="230"] .box-side-image .wrapper_image,
    [data-cattype="230"] .grid_item .wrapper_image {
        width: 100%;
        height: 200px;
    }
    [data-cattype="230"] .box-side-image .box-caption .cell,
    [data-cattype="230"] .box-side-image > .box-caption,
    [data-cattype="230"] .item_content.grid_item > .box-caption {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        color: #fff;
        width: 100%;
    }
    
    [data-cattype="230"] .box-side-image .box-caption,
    [data-cattype="230"] .item_content.grid_item .box-caption {
        border-top-left-radius: 00px;
    }
}