#search-form .search-field {
	/*margin-bottom: 30px;*/
	/*width: 84%;*/
}

#search-field-container {
	width: 100%;
}

#search-btn {
	border-right: 0;
	border-radius: 0;
}

#search-form .search-icon {
	width: 40px;
	border-radius: 0;
}

#search-form .form-control:focus ~ .search-icon {
	border-color: #66afe9;
	outline: 0;
	-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

#search-form .search-icon {
	padding-left: 15px;
	padding-right: 15px;
	background: center center url("/National_Library/20170827070107oe_/https://scripts.comodo.com/frontend/web/images/search-icon.png") no-repeat;
}

#search-form .search-icon:hover {
	cursor: pointer;
}

/*

 */

#search-form-sort {
	border-radius: 0;
}


