
.global_news_results{ margin-top: 20px; }
.global_news_results_nav h2 {font-size: 18px;font-weight: normal;padding: 14px 10px;border-bottom: 1px solid #883019;}

.global_news_results .news_section {border-bottom: 1px solid #f5b68c;margin: 10px 0;padding: 5px 10px;}
.global_news_results .news_section:last-child {border-bottom: none;}

.news_section h4.news-title {font-size: 18px;margin: 5px 0;}
.news_section .news-content a,
.news_section h4.news-title a { color:#883019; }
.news_section .news-entry-meta {font-family: 'OpenSansSemiBold';margin: 0 0 7px;padding: 0;width: 100%;text-transform: uppercase;}
.news_section .news-entry-meta span {font-size: 12px;padding: 5px 20px 5px 0;transition: all 0.3s ease 0s;display: block;color: #CCCCCC;}
.news_section .news-entry-meta span > i {margin-right: 5px;font-size: 14px;}
.news_section .news-image {background-color: #f9f9fa;}
.news_section .news-image .img {padding-top: 50%;height: auto;position: relative;display: block;width: 100%;border: 1px solid #f1f1f1;margin: 0 auto 10px 0;}
.news_section .news-image .img img {display: block;max-width: 100%;max-height: 100%;margin: auto;position: absolute;left: 0;right: 0;top: 0;bottom: 0;width: auto;}

.global_news_results .ajax-loader {text-align:center;padding: 20px 0;font-size: 16px;}

/** pagination **/
.global_news_results .pagination-wrapper{ padding:30px 0;}
.global_news_results .pagination-wrapper ul{padding:0; margin:0 -10px; list-style:none;}
.global_news_results .pagination-wrapper ul  li{ display:inline-block; padding:0px 5px;}
.global_news_results .pagination-wrapper ul  li > a{ line-height:28px; color:#6a6a6a; padding:6px 10px; border:1px solid #883019; border-radius:4px; background:#fff;}
.global_news_results .pagination-wrapper ul  li > span.current{ line-height:28px; color:#fff; padding:6px 10px; border:1px solid #883019; border-radius:4px; background:#883019;}
.global_news_results .pagination-wrapper ul  li.active > a{ font-weight:700; text-decoration:underline;}
