#dpi_eva_feed_wrapper {	background: #ffffff 0% 0% no-repeat padding-box;	box-shadow: 0px 3px 6px #00000029;	border: 1px solid #aaaaaa;	border-radius: 20px;	padding: 20px;	margin: 40px auto;	opacity: 1;		width: 100%;	max-height: 612px;	overflow: hidden;}#dpi_eva_feed_carousel {	}#dpi_eva_feed_carousel .slick-track {    display: flex !important;}#dpi_eva_feed_carousel .slick-slide {    height: inherit !important;}#dpi_eva_feed_carousel.slick-slider .slick-list {	padding-top: 5px !important;	padding-bottom: 5px !important;}#dpi_eva_logo {	width: 100%;	display: block;	margin: 0 auto 25px;		max-width: 270px;}#dpi_eva_feed_cta {	display: flex;	justify-content: center;	padding: 25px 0 5px;	width: 100%;}#dpi_eva_feed_cta a {	text-decoration: none;}.dpi_eva_item {	font-family: 'Lato', sans-serif;	font-size: 14px;	line-height: 17px;	background: #ebebeb 0% 0% no-repeat padding-box;	box-shadow: 0px 3px 6px #00000029;	border-radius: 20px;	padding: 25px;	margin: 0 15px;	opacity: 1;	width: 33%;	display: flex;	flex-direction: column;}.dpi_eva_item:hover {	cursor: pointer;}.dpi_eva_item_title, .dpi_eva_item_title a {	font-size: 18px;	font-weight: bold;	line-height: 22px;	color: #0f3343;	text-decoration: none;}.dpi_eva_item_date {	font-weight: bold;	font-style: italic;	color: #a8a8a8;	padding: 8px 0;}.dpi_eva_item_featured_image {	margin-bottom: 10px;}.dpi_eva_item_excerpt {	color: #414141;}.dpi_eva_item_read_more {	color: #0f3343;	text-decoration: underline;	margin-top: 15px;}evaButton {	display: block;	background: #00608b 0% 0% no-repeat padding-box;	border-radius: 10px;	padding: 10px 22px;	margin: 0 10px;	font-family: 'Open Sans', sans-serif;	font-size: 18px;	line-height: 22px;	font-weight: bold;	text-transform: uppercase;	color: #fff;}/*** Single ***/.single-eva .site-main {	padding: 60px 0;}.single-eva .site-content table {	margin: 0;}/*** Archive ***/#eva-archive {	display: grid;	gap: 30px;	grid-template-columns: repeat(3, 1fr);	margin: 60px 5%;}#eva-archive .dpi_eva_item {	width: 100%;	margin: 0;}#eva-archive .dpi_eva_item_featured_image img {	width: 100%;}#eva-pagination {	margin: 2% 5%;    text-align: center;    font-size: 1.5em;}	/*** Media Queries ***/@media only screen and (max-width: 880px){	#eva-archive {		grid-template-columns: repeat(2, 1fr);	}}@media only screen and (max-width: 570px){	#eva-archive {		grid-template-columns: repeat(1, 1fr);	}}