.ou-program-finder select { -webkit-appearance: menulist !important; }
.ou-program-finder select::-ms-expand { display: block !important; }

#search_phrase,
#pathway,
#degreetype {
    background-color: #fff;
    background-image: none;
    border: 1px solid #010e2b;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 34px;
    line-height: 1.42857;
    padding: 6px 12px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}

.ou-program-finder form label {
    display: block;
    color: #010220;
    font-weight: 900;
    margin-bottom: 10px;
}

.ou-program-finder form [type="submit"] {
    background: rgba(0, 0, 0, 0) url(search-icon.png) no-repeat scroll 0 0 / 20px 20px;
    border: 0 none;
    color: #010220;
    display: inline-block;
    height: 20px;
    margin-top: 20px;
    position: absolute;
    right: 20px;
    text-indent: -9999px;
    top: 18px;
    transition: opacity 0.2s ease 0s;
    width: 20px;
	cursor: pointer;
}

.ou-program-finder .column-1,
.ou-program-finder .column-2,
.ou-program-finder .column-3 {
	width: 100%;
    margin-bottom: 25px;
	position: relative;
	padding-left: 15px;
	padding-right: 15px;
}

/* clears the 'X' from Internet Explorer */
.ou-program-finder input[name="search_phrase"]::-ms-clear {  display: none; width : 0; height: 0; }
input[name="search_phrase"]::-ms-reveal {  display: none; width : 0; height: 0; }

/* clears the 'X' from Chrome */
.ou-program-finder input[name="search_phrase"]::-webkit-search-decoration,
.ou-program-finder input[name="search_phrase"]::-webkit-search-cancel-button,
.ou-program-finder input[name="search_phrase"]::-webkit-search-results-button,
.ou-program-finder input[name="search_phrase"]::-webkit-search-results-decoration { display: none; }

.ou-program-finder .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.ou-program-finder .startswith {
	text-align: center;
}

.ou-program-finder .startswith li {
	float: none;
	display: inline-block;
}

.ou-program-finder .startswith li a {
	color: #010220;
}

.ou-program-finder .startswith li a:hover,
.ou-program-finder .startswith li a:focus {
	background: transparent;
	color: #6091ba;
}

.ou-program-finder .startswith > li.active > a,
.ou-program-finder .startswith > li.active > a:hover,
.ou-program-finder .startswith > li.active > a:focus {
	background-color: transparent;
	color: #6091ba;
}


.ou-program-finder .startswith > li > a {
	padding: 0 22px 0 0;
	font-weight: bold;
}

.ou-program-finder .startswith > li > a.active {
	color: #6091ba;
}

.ou-program-finder .startswith li.active,
.filter.categories li.active:focus,
.filter.categories li.active:hover {
	background-color: transparent;
}

.ou-program-finder .program-listing {
	list-style: none;
	border: none;

}

.ou-program-finder .program-listing .thumbnail {
	display: block;
	line-height: 28px;
	-webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
	-moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.35);
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: none;
	padding: 0;
	margin: 15px 15px 15px 15px;
	background-color: #eeeeee;
	border-radius: 0;
	width: auto;
	font-size: 15px;
	border-radius: 10px;
}

.ou-program-finder .program-listing .thumbnail img {
	display: block;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}

.ou-program-finder .program-listing .thumbnail .title a {
	font-size: 15px;
	font-weight: 900;
	text-align: center;
	padding: 20px;
	background-color: #2f506c;
	color: #fff;
	display: block;
	line-height: 22px;
	border-radius: 10px 10px 0 0;
}

.ou-program-finder .program-listing .title a:hover {
	background-color: #6091ba;
}

.ou-program-finder .program-listing .title {
	margin-bottom: 0;
	margin-top: 0;
}

.ou-program-finder .program-listing:before,
.ou-program-finder .program-listing:after {
	display: table;
	content: "";
	line-height: 0;
}

.ou-program-finder .program-listing a:hover {
	text-decoration: none;
}

.ou-program-finder .program-listing .thumbnail ul {
	padding: 20px 8px;
}

.ou-program-finder .program-listing .thumbnail ul a {
	color: #070a30;
	font-weight: bold;
}

.ou-program-finder .program-listing .thumbnail ul a:hover {
	color: #2f506c;
}

.ou-program-finder .pagination {
	float: right;
	margin-top: 10px;
}

.ou-program-finder .pagination li a {
	color: #000;
}

.ou-program-finder .pagination li.active > a {
	color: #fff !important;
	background: #2f506c !important;
}

.ou-program-finder .program-listing li {
    list-style-type: none;
    color: #070a30;
    font-weight: bold;
}

.ou-program-finder .program-details {
	width: calc(100%/4 - (((4 - 1) * 1rem) / 4));
}
.ou-program-finder .program-details {
	display: inline-block;
	vertical-align: top;
}

.ou-program-finder .program-details {
	width: calc(100%);
}

.no-results {
	margin: 15px 15px 10px;
}

@media (min-width: 992px){
	.ou-program-finder .column-1 {
		width: 50%;
		float: left;
		position: relative;
		min-height: 1px;
	}

	.ou-program-finder .column-2,
	.ou-program-finder .column-3{
		width: 25%;
		float: left;
		position: relative;
		min-height: 1px;
	}
}

@media (min-width: 600px){
	.ou-program-finder .program-details {
		width: calc(100%/2);
	}
}

@media (min-width: 800px){
	.ou-program-finder .program-details {
		width: calc(100%/3);
	}
}

@media (min-width: 1024px){
	.ou-program-finder .program-details {
		width: calc(100%/4);
	}
}
