.teex-news {
	padding-bottom: 0.25em;
}
.teex-news h2 {
    font-size: 1.75em;
    text-align: center;
}
.slick-track {
	display: flex !important;
}
.teex-news-wrapper {
	margin-bottom: 0px !important;
	overflow: hidden;
	padding-top: 1em;
}
.slick-slide {
	margin-left: 2em;
	margin-right: 2em;
	height: auto !important;
}
.slick-slide > div {
	height: 100%;
}
.slick-list {
	margin-left: -2em !important; 
	width: calc(100% + 4em); 
	margin-bottom: 40px !important;
	/*overflow: visible !important;
	padding-left: 1em !important;
	padding-right: 1em !important;*/
} 
.slick-dotted .slick-list {
	margin-bottom: 60px !important;
}
.news-item {
	background-color: rgb(247, 247, 247);
	height: 100%;
	display: flex !important;
	flex-direction: column;
}
.news-image {
	width: 100%;
}
.news-image img {
	width: 100%;
	/*height: 100%;*/
	aspect-ratio: 16/10;
	object-fit: cover;
	/*max-height: 300px;*/
}
.news-info {
	padding: 2em;
	display: flex;
	flex-direction: column;
	flex-grow: 1;
}
.news-title {
    margin-top: .25em;
    margin-bottom: 1em;
	padding-bottom: 8px;
    font-weight: 700;
    font-size: 1.15em;
    line-height: 25px;
	flex-grow: 1;
}
.news-link a {
    color: #500000;
    font-weight: 600;
}
.news-title a {
    color: rgb(0, 49, 102);
}
.news-item a:hover {
	text-decoration: underline solid;
}
.teex-news .slick-dots {
	bottom: 15px;
}
.teex-news .slick-dots button {
	padding: 0;
}
.slick-autoplay-toggle-button {
    bottom: -10px !important;
}
.slick-autoplay-toggle-button:hover, .slick-autoplay-toggle-button:focus {
    color: #500000 !important;
	background-color: transparent;
	box-shadow: none;
}
.slick-dotted .slick-autoplay-toggle-button {
	bottom: 5px !important;
}
.teex-news .slick-dots li button:focus .slick-dot-icon:before {
	color: black;
}
.slick-prev {
	left: 0px !important;
}
.slick-next {
	right: 0px !important;
}
.teex-news-arrow {
    background: #555657 !important;
    color: white !important;
    opacity: .9;
    border: #989a9c .1px solid !important;
    width: 40px !important;
    top: 40% !important;
    text-align: center;
    height: 40px !important;
    line-height: normal !important;
    font-size: 2em !important;
    z-index: 1000;
}
.teex-news-all {
    float: right;
    padding: 10px;
    position: relative;
    top: -50px;
    background: rgba(255, 255, 255, .8);
    margin-right: 10px;
}
.teex-news-all a {
	color: #500000;
	font-weight: 600;
}
.teex-news-more {
	margin: auto;
}