.or-separator {
	position: relative;
	height: .8rem;
	font-size: .8rem;
	text-align: center;
	border: solid #fff;
	border-width: 0 0 1px 0;
}

.or-separator__or {
	display: inline-block;
	position: relative;
    top: -0.25rem;
    background-color: #246a78;
	padding: 0 3px;
	line-height: 1;
}

.scholar-filters {
    background: #246a78;
	color: #fff;
	padding:  20px;
}

.scholar-filters__filter-wrap {
	display: block;
	margin:  10px 0;
	font-weight: bold;
}

.scholar-filters .heading {
	color:  #fff;
	font-size: 1.2rem;
	margin-bottom: 10px;
	padding-bottom: 0;
}


.scholar-filters__filter-wrap .search,
.scholar-filters__filter-wrap select, .clear-btn {
    display: block;
    position: relative;
    width: 100%;
    box-shadow: none;
    background: #FFF;
    background-image: none;
    -ms-appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    border-radius: 10px;
    border: none;
    padding: 10px;
    font-family: inherit;
    font-size: 14px;
    letter-spacing: 1px;
    color: #111;
}

.clear-btn {
	margin-top: 40px;
	color: #9c1f2e;
	font-weight: bold;
	border: 2px solid #9c1f2e;
	transition: .3s;
}

.clear-btn:hover {
    border-color: #00204d;
    color: #00204d;
}

.scholar-filters__select-wrap {
	position: relative;
	display: block;
}

.scholar-filters__select-wrap:after {
    content: "\f0dc";
    font-family: FontAwesome;
    font-size: 14px;
    line-height: 3px;
    color: #000;
    padding: 16px 10px 16px 0;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 1;
    text-align: center;
    width: 2em;
    pointer-events: none;
    box-sizing: border-box;
}

.icon-button {
    appearance: none;
    background: none;
    border: none;
    display: inline;
    color: inherit;
    font-size: 1.2em;
}