#yellow {
    background: #fbe981;
    background: linear-gradient(to bottom left, #f5c75a, #fbe981);
    width: 240px;
    padding: 12px 15px 0;
    text-align: left;
    float: left;
}

.yellow_wrap_wide {
    background: #fbe981;
    background: linear-gradient(to bottom left, #f5c75a, #fbe981);
    width: 100%;
    padding: 12px 15px 0;
    margin-top: 30px;
    text-align: left;
    overflow: hidden;
    float: left;
}

.yellow_wrap .block_header,
.yellow_wrap_wide .block_header,
.yellow_wrap .block_header h2,
.yellow_wrap_wide .block_header h2 {
    color: #222;
}

.yellow_wrap_wide .block_header {
    margin-bottom: 5px;
}

.yellow_wrap .block_header:hover,
.yellow_wrap_wide .block_header:hover {
    color: #ff1800;
}

.yellow_wrap_wide .block_header {
    width: 100%;
}

.yellow_elem {
    width: 100%;
    margin-bottom: 15px;
    float: left;
}

.yellow_wrap_wide .yellow_elem {
    float: left;
}

.yellow_elem .newspapers_img_wrap {
    width: 50px;
    margin-right: 10px;
}

.yellow_wrap_wide .yellow_elem .newspapers_img_wrap {
    width: 100%;
    margin: 0 0 5px;
}

.yellow_elem h3 {
    width: 100%;
    font: 12px/14px Open Sans, arial, sans-serif;
    color: #000;
    float: left;
}

.yellow_wrap_wide .yellow_elem h3 {
    margin-top: 3px;
    font: 14px/1.2 Open Sans, arial, sans-serif;
}

.yellow_elem:hover h3 {
    color: #ff1800;
}


td[class^="rt_td_"] {
    padding: 0 0 12px !important;
}

table[class^="rt_table_"] {
    border-spacing: 0;
    table-layout: fixed;
}

.yellow_wrap_wide div[id^="n4p_"] {
    float: left;
}

.yellow_wrap_wide div[class^="rt_block_"] {
    padding: 15px 6% 20px;
}

.yellow_wrap_wide div[class^="rt_photo_"] {
    background: none;
    width: 100% !important;
    height: auto;
    margin: 0 auto 8px !important;
}

.yellow_wrap_wide div[class^="rt_photo_"] img {
    width: 100% !important;
    height: auto !important;
}



@media (min-width: 1px) {
    .yellow_wrap_wide .yellow_elem {
        width: 44%;
        margin: 15px 3%;
    }

    .yellow_wrap_wide .block_header {
        padding-left: 3%;
    }

    .yellow_wrap_wide div[id^="n4p_"] {
        width: 100%;
    }
}


@media (max-width: 767px) {
    .yellow_wrap {
        margin-top: 30px;
        display: inline-block;
        vertical-align: top;
    }   

    .yellow_wrap_wide .yellow_elem.n3,
    .yellow_wrap_wide .yellow_elem.n4 {
        display: none;
    }

    .yellow_wrap_wide .yellow_elem.n3,
    .yellow_wrap_wide .yellow_elem.n4 {
        display: none;
    }
}


@media (min-width: 768px) {
    .yellow_wrap {
        padding-top: 30px;
        display: table-cell;
        vertical-align: top;
        text-align: center;
    }

    .yellow_wrap_wide .yellow_elem {
        width: 29.333333%;
        margin: 15px 2% 20px;
    }

    .yellow_wrap_wide .block_header {
        padding-left: 2%;
    }

    .yellow_wrap_wide div[id^="n4p_"] {
        width: 66.66666%;
    }
}


@media (max-width: 991px) {
    .yellow_wrap {
        display: inline-block;
        vertical-align: top;
        margin-left: 15px;
        margin-right: 15px;
    }
}


@media (min-width: 992px) {
    .yellow_wrap {
        width: 100%;
        padding: 0;
        display: block;
        float: left;
    }   
    
    .yellow_wrap {
        margin-top: 30px;
    }
}


@media (min-width: 768px) and (max-width: 1524px) {
    .yellow_wrap_wide .yellow_elem.n4 {
        display: none;
    }
}


@media (min-width: 1525px) {
    .yellow_wrap_wide .yellow_elem {
        width: 22%;
        margin: 15px 1.5% 20px;
    }

    .yellow_wrap_wide .block_header {
        padding-left: 1.5%;
    }

    .yellow_wrap_wide div[id^="n4p_"] {
        width: 50%;
    }
}




/* >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>  content more links  >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */

.content_more_links {
    background: #f8f8f8;
    width: 100%;
    padding: 10px 15px;
    margin: 35px 0 15px;
    font-style: italic;
    text-align: center;
    float: left;
}
.content_more_links a {
    background: url(/assets/img/icon_cml.png) no-repeat;
    background-size: 66px 100px;
    padding-left: 24px;
    margin-left: 2px;
    font-weight: 600;
    line-height: 20px;
    display: inline-block;
}
.content_more_links a:hover {
    text-decoration: underline;
}
.content_more_links a.cml_zen {
    background-position: -1px -45px;
    color: #e30a0a;
}
.content_more_links a.cml_ig {
    background-position: -1px -1px;
    color: #8f527a;
}

/* <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<  content more links  <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */