.grid .programs-list {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
	grid-gap: 20px;
	align-items: stretch;
}

.article-link {
	text-decoration:none;
	outline:none;
}
.article-link a:hover {
	text-decoration:none;
	outline:none;
	background-color: #f4f4f4;

}
.article-link a:link, a:visited, a:focus, a:active {
	text-decoration: none;


}



.landingImpactArea .colorOverlay {
	background-color: rgba(0, 42, 91, .8);
}
.cob {

	border-top: 5px solid #464d77;
	border-left: 10px solid #464d77;
}

.cset {
	border-top: 5px solid #f9db6d;
	border-left: 10px solid #f9db6d;
}
.soa {

	border-top: 5px solid #36827f;
	border-left: 10px solid #36827f;

}
.chfa {
	border-top: 5px solid #ff6b35;
	border-left: 10px solid #ff6b35;

}
.coehs {
	border-top: 5px solid #95B2B8;
	border-left: 10px solid #95b2b8;
}
.snhp {
	border-top: 5px solid #c42b3b;
	border-left: 10px solid #c42b3b;


}
.care {
	border-top: 5px solid #9a031e;
	border-left: 10px solid #9a031e;

}
.ulib {
	border-top: 5px solid #0041cc;
	border-left: 10px solid #0041cc;
}

.grid > article {

	transition: .3s all;
	box-shadow: 0 2px 5px 0 rgba(3,6,26,0.15);
	padding:18px;
	background-color:#f7f7f7;
	border-bottom: 2px solid #CCCCCC;
	border-right: 2px solid #CCCCCC;

}
article:hover {
	transform: scale(1.05);
}
article .college {
	text-transform: uppercase;
	font-weight: bold;
	color: rgba(0,42,91,.7);
	font-size: 0.8rem;
	margin-top: unset;
}

article .program-name {
	font-family: "freight-text-pro", serif;
	font-size: 2.0rem;
	color: #002144;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 1.8rem;
	margin-top: 2.5rem;
	text-align: center;

}

article .degrees {
	text-align: center;
	text-transform: uppercase;
	font-size: .9rem;
	font-weight: bold;
	color: #666;

}

article .track {
	font-family: "freight-text-pro", serif;
	font-size: 1.5rem;
	color: #002144;
	letter-spacing: 0;
	line-height: 1;
	margin-bottom: 1.8rem;
	margin-top: 2.5rem;
	text-align: center;

}

article .location {
	text-align: center;
	font-size: .9rem;

}



.grid > article img {
	max-width: 100%;
}

.grid .text {
	padding: 10px;
}

h3 {
	font-size:18px;
	margin-bottom:5px;
}

.is-hidden {
	display:none;
}

li .caps {
	text-transform:capitalize;
}

#mySearch {
	background-image: url('https://www.murraystate.edu/_resources/images/search-icon-blue.svg'); /* Add a search icon to input */
	background-position: 10px 12px; /* Position the search icon */
	background-repeat: no-repeat; /* Do not repeat the icon image */
	width: 100%; /* Full-width */
	font-size: 16px; /* Increase font-size */
	padding: 12px 20px 12px 40px; /* Add some padding */
	border: 1px solid #ddd; /* Add a grey border */
	margin-bottom: 25px; /* Add some space below the input */
}

::placeholder {
	color: rgb(105,105,105);
	opacity: 1;
}

.contentArea .landingWrapper .row {
	padding-top:unset;
}
.contentArea {
	padding: 50px 0px 0px 0px;
}

.programSearch a {
	text-decoration:none;
}