/* News standard*/
.news-standard {	max-width: 555px;	text-align: left;}.news-standard .icon {	margin-right: 5px;}.news-standard a, .news-standard a:focus, .news-standard a:active {	color: #151515;}.news-standard a.active, .news-standard a:hover {	color: #8c0c04;}.news-standard-body {	padding: 30px 18px;	background-color: #ffffff;}.news-standard-image a {	position: relative;	display: block;}.news-standard-image a, .news-standard-image a:focus, .news-standard-image a:active {	color: #151515;}.news-standard-image a.active, .news-standard-image a:hover {	color: #8c0c04;}.news-standard-image a:before {content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;pointer-events: none;background-image: linear-gradient(to right top, #fb8957, #ff9e54, #ffb354, #ffc958, #ffdf61);opacity: 0;transition: .3s ease-out opacity;background-image: linear-gradient(to right top, hsl(4, 94%, 17%), hsla(4, 86%, 23%, 1), hsla(4, 86%, 28%, 1), hsla(4, 86%, 23%, 1), hsla(4, 86%, 28%, 1));}.news-standard-image a:after {	content: '\f42b';	position: absolute;	top: 50%;	left: 50%;	transform: translate(-100%, -50%);	font-family: "Material Design Icons";	font-size: 40px;	color: #ffffff;	opacity: 0;	transition: .4s ease-out all;}.news-standard-image a:hover:before {	opacity: .6;}.news-standard-image a:hover:after {	transform: translate(-50%, -50%);	opacity: 1;}@media (min-width: 576px) {	.news-standard-body {		padding: 20px 18px;	}}@media (max-width: 991.98px) {	.news-standard {		margin-left: auto;		margin-right: auto;	}}@media (min-width: 1200px) {	.news-standard-body {		padding: 40px 28px;	}}/*
 * News Full Width*/
 .news-full-width {	display: flex;	flex-direction: column;	text-align: left;	background-color: #f2f3f8;	border-color: #f2f3f8;}.news-full-width-image a {	position: relative;	overflow: hidden;	display: block;	height: 100%; max-height: 262px;}.news-full-width-image a:before {content: '';position: absolute;top: 0;bottom: 0;left: 0;right: 0;pointer-events: none;background-image: linear-gradient(to right top, #fb8957, #ff9e54, #ffb354, #ffc958, #ffdf61);opacity: 0;transition: .3s ease-out opacity;background-image: linear-gradient(to right top, hsla(0, 100%, 32%, 1), hsla(0, 100%, 32%, 1), hsla(0, 100%, 32%, 1), hsla(0, 100%, 32%, 1), #882f16);}.news-full-width-image a:after {	content: '\f42b';	position: absolute;	top: 50%;	left: 50%;	transform: translate(-100%, -50%);	font-family: "Material Design Icons";	font-size: 40px;	color: #ffffff;	opacity: 0;	transition: .4s ease-out all;}.news-full-width-image a:hover:before {	opacity: .8;}.news-full-width-image a:hover:after {	transform: translate(-50%, -50%);	opacity: 1;}.news-full-width-image img {	width: 100%;	height: 100%;	object-fit: cover;}.news-full-width-body {	padding: 30px 25px;	border-color: inherit;}.news-full-width .list-inline-divided .icon {	margin-right: 10px;}.news-full-width .list-inline-divided a, .news-full-width .list-inline-divided a:focus, .news-full-width .list-inline-divided a:active {	color: #151515;}.news-full-width .list-inline-divided a.active, .news-full-width .list-inline-divided a:hover {	color: #fb8957;}.bg-gray-100 .news-full-width {	background-color: #ffffff;	border-color: #ffffff;}@media (max-width: 767.98px) {	.news-full-width-image img {		height: 40vh;	}}@media (min-width: 768px) {	.news-full-width {		flex-direction: row;		height: 100%;	}	.news-full-width-image, .news-full-width-body {		max-width: 50%;		flex-basis: 50%;	}	.news-full-width-body {		position: relative;		align-self: center;	}	.news-full-width-body:before {		content: '';		position: absolute;		top: 50%;		right: 100%;		transform: translateY(-50%);		width: 0;		height: 0;		border-style: solid;		border-width: 19.5px 13px 19.5px 0;		border-color: transparent transparent transparent transparent;		border-right-color: inherit;	}}@media (min-width: 1200px) {	.news-full-width-body {		padding: 25px 15px;	}}@media (min-width: 1200px) and (max-width: 1599px) {	.news-full-width h4 {		font-size: 20px;	}}@media (min-width: 1600px) {	.news-full-width-body {		padding: 30px 25px;	}}/*
 * News recent*/
 .news-recent {	max-width: 555px;	text-align: left;}.news-recent .icon {	margin-right: 5px;}.news-recent-image a {	position: relative;	display: block;}.news-recent-image a:before {	content: '';	position: absolute;	top: 0;	bottom: 0;	left: 0;	right: 0;	pointer-events: none;	background-image: linear-gradient(to right top, #fb8957, #ff9e54, #ffb354, #ffc958, #ffdf61);	opacity: 0;	transition: .3s ease-out opacity;}.news-recent-image a:after {	content: '\f42b';	position: absolute;	top: 50%;	left: 50%;	transform: translate(-100%, -50%);	font-family: "Material Design Icons";	font-size: 40px;	color: #ffffff;	opacity: 0;	transition: .4s ease-out all;}.news-recent-image a:hover:before {	opacity: .6;}.news-recent-image a:hover:after {	transform: translate(-50%, -50%);	opacity: 1;}.news-recent a, .news-recent a:focus, .news-recent a:active {	color: #151515;}.news-recent a.active, .news-recent a:hover {	color: #8c0c04;}.news-recent-title {	font-weight: 500;	letter-spacing: 0.025em;	text-transform: none;}.news-recent-body {	padding: 30px 20px;	background-color: #f2f3f8;}.bg-gray-100 .news-recent-body {	background-color: #ffffff;}@media (max-width: 991.98px) {	.news-recent {		margin-left: auto;		margin-right: auto;	}}

.news-full-width-body .list-inline-divided { list-style: none; } ..news-full-width-body .list-inline-divided li { padding-left: 0;}

.news-excerpt {
	min-height: 75px;
}