#ebsco-searchbox {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
	font-size: 14px;
	color: #00458f;
	background-color: #1f365b;
	width: 100%;
	margin: auto;
	box-sizing: border-box;
	border: 1px solid #e1e1e1;
	padding: 15px 0;
}

#eds-searchbox form {
	/* margin: 10px 0 0 0; */
}

#eds-searchbox > div {
	padding: 0 15px;
}

input:focus {
	outline: 0;
}

input[type="text"], input[type="submit"] {
	box-sizing: border-box;
	height: 38px;
	padding: 0 10px;
	border: 1px solid #707070;
	/*font-family: Verdana, Arial, Helvetica, sans-serif;*/
	font-family: -apple-system, system-ui, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
}

input[type="text"] {
	width: 80%;
}

input[type="submit"] {
	color: #fff;
	background-color: #0280db;
	/* font-weight: bold; */
	border: 1px solid #0280db;
	cursor: pointer;
	transition: all 200ms;
	height: 38px;
	width: 20%;
}

p.intro {

}

@media only screen and (max-width: 430px) {
	input[type="text"] {
		width: 100%;
		margin-bottom: 5px;
	}


	input[type="submit"] {
		width: 100%;
	}
}
