﻿#News .news-item{display:flex;flex-direction:column;padding-bottom:2em;margin-bottom:2em;border-bottom:1px solid #ccc;text-align:center;}#News .news-item a{text-decoration:none;color:#000;}#News .news-image-caption{margin-bottom:1.5em;}#News .image-container{width:190px;margin:0 auto;padding:.3em;}#News .image-container span{display:block;font-size:1.3em;text-transform:uppercase;font-weight:bold;line-height:1.3em;}#News .image-container span.image{margin:0 auto;width:150px;height:150px;border-radius:50%;overflow:hidden;position:relative;background-color:#fbc412;margin-bottom:.3em;}#News .image-container img{width:90%;position:relative;top:10px;}#News .news-details .news-title{font-size:1.3em;margin-bottom:.5em;}#News .news-details .news-date{font-size:.9em;font-style:italic;color:#666;margin-bottom:.5em;}#News .news-details .news-content{text-align:justify;color:#555;margin:1em 0;}#News .news-details .news-read-more{margin-top:1.5em;margin-bottom:0;font-size:.9em;}@media screen and (min-width:576px){#News .news-item{flex-direction:row;}#News .news-image-caption{width:180px;}#News .news-image-caption img{width:125px;}#News .news-details{padding-left:1em;text-align:left;}#News .image-container img{top:15px;}}@media screen and (min-width:992px){#News .news-title{font-size:1.5em;}}