/**
* OmniUpdate

* This file contains CSS introduced by OmniUpdate developers.
*/

.ebsco-single-search input.eb-search__input {
	-webkit-appearance: auto;
	appearance: auto;
}
@media screen and (min-width: 1025px) {
	.breadcrumbs__item-current {
		position: relative;
		background-image: -webkit-gradient(linear, left top, right top, color-stop(33.3%, #000000), color-stop(33.3%, #000000), color-stop(33.3%, transparent));
		background-image: -o-linear-gradient(left, #000000 33.3%, #000000 33.3%, transparent 33.3%);
		background-image: linear-gradient(to right, #000000 33.3%, #000000 33.3%, transparent 33.3%);
		background-position: 100% 90%;
		background-size: 300% 1px;
		background-repeat: repeat-x;
		-webkit-transition: color 0.3s linear, background-position 0.3s linear;
		-o-transition: color 0.3s linear, background-position 0.3s linear;
		transition: color 0.3s linear, background-position 0.3s linear;
		font-family: "Open Sans", sans-serif;
		font-size: 1.4rem;
		line-height: 170%;
		font-weight: 400;
		font-weight: 400;
		font-size: 1.2rem;
		line-height: 150%;
		color: #000000;
	}

	@media screen and (min-width: 1025px) and (min-width: 700px) {
		.breadcrumbs__item-current {
			font-size: 1.6rem;
		}
	}
	@media screen and (min-width: 1025px) and (min-width: 1025px) {
		.breadcrumbs__item-current {
			font-size: 1.8rem;
			line-height: 160%;
		}
	}
	@media screen and (min-width: 1025px) and (min-width: 700px) {
		.breadcrumbs__item-current {
			font-size: 1.2rem;
			line-height: 170%;
		}
	}
	@media screen and (min-width: 1025px) and (min-width: 1025px) {
		.breadcrumbs__item-current {
			font-size: 1.4rem;
			line-height: 140%;
		}
	}
}
