/*Need to clean up code added from program.css*/
p.pathway-descrip {
	max-width: 100%;
	margin: 0;
	margin-right: 0;
}
.card_title_img {
	display: flex;
	flex-direction: column;
}
.pathway-crop {
	width: 100%;
	height: 100%;
	max-height: 350px;
	object-fit: cover;
	object-position: center;
}
.sticker .card__content {
	margin-top: 30px;
}
.card_title__center {
	display: flex;
	flex-direction: row;
	flex: 1;
	justify-content: center;
	align-items: center;
	color: transparent;
	font-family: 'Antonio', sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	text-transform: capitalize;
	padding: 0 10px;
}
.card_title__center span {
	padding: 0 0 4px;
	height: 100%;
	display: flex;
	justify-content: center;
	font-size: 2rem;
	font-size: calc(1rem + (2) * ((100vw - 400px) / (600 - 400)))
}
.hidden-title {
	visibility: hidden;
}
.card_title__center a {
	color: #fff;
	-webkit-text-fill-color: #fff;
	-webkit-box-decoration-break: clone;
	text-decoration: none;
	text-decoration-color: unset;
}
a.pathway_title {
	font-size: 1.8rem;
}
.second-section { margin-top: 4rem;}
.second-section ul {
	list-style-type: none;
}
.pathway_btn {
	text-transform: uppercase;
	line-height: 1.456;
	padding: 10px 20px;
	background: #fdce45;
	background: -moz-linear-gradient(120deg, rgba(0,98,166,1) 0%, rgb(52 52 52) 100%);
	background: -webkit-linear-gradient(120deg, rgba(0,98,166,1) 0%, rgb(52 52 52) 100%);
	background: linear-gradientlinear-gradient(120deg, rgba(0,98,166,1) 0%, rgb(52 52 52) 100%);
	box-shadow: 0px 2px 3px 0px rgb(0 0 0 / 30%);
	width: fit-content;
	font-weight: 700;
	margin: 0 auto;
}
.pathway_btn:hover {
	background: -moz-linear-gradient(120deg, rgb(52 52 52) 0%, rgba(0,98,166,1) 100%);
	background: -webkit-linear-gradient(120deg, rgb(52 52 52) 0%, rgba(0,98,166,1) 100%);
	background: linear-gradientlinear-gradient(120deg, rgb(52 52 52) 0%, rgba(0,98,166,1) 100%);
}
.card a.pathway_link_btn {
	color: rgb(255 255 255);
	background: linear-gradient(120deg, rgb(255 255 255) 0%, rgb(255 255 255) 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-box-decoration-break: clone;
	text-decoration: none;
}

/**smaller than sub pages**/
.program-icon {
	display: block;
	border-radius: 8px;
	background: #e2e9f4;
	box-shadow: 5px 5px 5px #a7acb5, -5px -5px 15px #ffffff;
	width: calc(1.5rem + (5) * ((100vw - 400px) / (600 - 400)));
	height: calc(1.5rem + (5) * ((100vw - 400px) / (600 - 400)));
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-right: 25px;
	max-width: 60px;
	max-height: 60px;
	margin-bottom: 10px;
}
@media only screen and (min-width: 600px) {
	a.pathway_title {
	font-size: 1.5rem;
}
	
	
}
