.programs-filters__search-box {
	padding: 0.625rem 1rem;
}
.program-card {
	font-size: 1.25rem;
	xborder: 1px solid black;
	padding: 0.5rem;
	min-height: 10rem;
	margin-bottom: 1.5rem;
	display: flex;
	flex-direction: column;
	position: relative;

	background-color: #512888;
	border: none;
	padding: 20px;
	xborder-right: solid 10px #f0ad00;
	border-top: solid 10px #331958;
}

.program-card__locations {
	background-color: #331958;
	height: 30px;
	position: absolute;
	top: 0;
	right: 0;
	padding-right: 5px;
}

.program-card--manhattan {
	border-right-color: #f0ad00;
}

.program-card--online {
	border-right-color: #78a7d4;
}

.program-card--polytechnic {
	border-right-color: #42b367;
	border-right-color: #c1d16f;
}

.program-card--olathe {
	border-right-color: #ca4c4c;
}

.programs-grid__title {
	display: inline;
	font-size: 26px;	
}

.program-card__bonus-border {
	border-right: 10px solid #f0ad00;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}

.program-card__container {
	margin-top: 2rem;
}

.program-card__degreetypes {
	text-align: right;
}
.program-card {
	xmargin-top: auto;
}

.program-card__ia {
	margin-top: 5px;
	color: #fff;
}

.program-card__location {
	color: #fff;
	margin-top: 5px;
}

.program-card__location a {
	color: #fff;
}

.program-card__location--pin {
	margin: 0 0 0 5px;
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url("../svg/pin_gold.svg");
}

.program-card__location--pin--manhattan {
	background-image: url("../svg/pin_gold.svg");
}

.program-card__location--pin--online {
	background-image: url("../svg/globe_orange.svg");
}

.program-card__location--pin--polytechnic {
	background-image: url("../svg/pin_green.svg");
}

.program-card__location--pin--olathe {
	background-image: url("../svg/pin_blue.svg");
}

.link-button {
	xbackground-color: #fff;
	xpadding: 15px;
	xdisplay: inline;
	margin-top: 10px;
	xborder: 1px solid #f0ad00;
	xwidth: 50%;
	color: #fff !important;
}

.filter-block label {
	font-size: 1.1rem;	
}

.filter-block label:before {
	top: 9px !important;
}

.filter-block label:after {
	top: 14px !important;
}

.fieldset legend {
	font-size: 1.1rem;		
}

.location-block > div {
	position: relative;
}

.location-block label > span {
	margin-left: 20px;	
}

.location-pin {
	width: 20px;
	height: 20px;
	display: inline-block;
	position: absolute;
	left: 38px;
	bottom: 6px;
}

@media (min-width: 1007px) {
	.location-pin {
		bottom: 10px;
	}
}

.location-pin--manhattan {
	background-image: url("../svg/pin_gold.svg");
}

.location-pin--polytechnic {
	background-image: url("../svg/pin_green.svg");
}

.location-pin--olathe {
	background-image: url("../svg/pin_blue.svg");
}

.location-pin--online {
	background-image: url("../svg/globe_orange.svg");
}

.program-card__debug {
	display: none;
}

.academics__duct-tape {
	margin-top: 45px;
	margin-bottom: 20px;
}

#searchInputPF {
	box-shadow: none;	
}

/* This should move to the all-form stylesheet */
/* input[type=checkbox]:focus+label:before, input[type=radio]:focus+label:before {
    border-color: #f0ad00;
} */

.filter-block > div:focus-within {
	outline: 5px solid #f0ad00;
}