#home .u-of-u-marquee .item, #home .u-of-u-marquee-overlay, #home .owl-carousel .owl-stage-outer{
	border-radius:25px!important;
}

#home .u-of-u-marquee-logo{
	width:150px!important;
}

#ew-menu .uu-quick-links-tab a img{
	max-height:75px!important;
}
/* For the schedule profile card, include the ew-scheudle profile grid and the carousel card*/
.ew-schedule-profile-grid {
	display: grid;
		grid-template-columns: auto auto;
	margin-top:2%;
}
.carousel-card{
/*background-color: white !important;*/
color:black!important;
		display: flex;
  flex-flow: column nowrap;
  box-shadow: 0px 6px 16px 0px rgba(84,117,145,0.1);
  transition: all 0.3s ease-out;
    transition-property: all;
    transition-duration: 0.3s;
    transition-timing-function: ease-out;
  margin: 1%;
  overflow-wrap: anywhere;
  overflow: hidden;
		padding:20px;
 /* margin: 0px 15px 15px 0px;*/
  background: #ffffff;
		  

}
.carousel-card small{
	color: 	#353839;
		font-size:16px; 
}
.carousel-card a{
		font-size:18px; 
}

.carousel-card p:has(span){
 line-height:17px;
}
.carousel-card table, tr, td, th {
    border: none;
		border-collapse: collapse;
}