/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Aug 12 2025 | 16:43:31 */
:root {
	--primary: #102C47;
	--secondary: #065498;
	--background: #fff;
	--altbg:#e6edf4;
}


/*RESEARCH*/
.ra-heading {
	border-radius: 20px 20px 0 0;
}
.ra-text {
	padding: 0 50px 50px 50px;
}

/* RESEARCH FOCUS CARDS*/
.wp-col {
	display:flex;
	justify-content: center;
}

.work-package{
	border-radius: 20px;
	padding: 30px;
	width:550px;

  background: linear-gradient(to right, var(--altbg) 50%, var(--background) 50%);
  background-size: 200% 100%;
  background-position: right bottom;
  transition: 0.3s ease-out;
}

.work-package:hover{
	transform:scale(1.01);
	background-position: left bottom;
}
