#nexusSearchWidget{
	position: relative;
	margin: auto;
	max-width: 1000px;
	background: white;
	border-radius: 12px;
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	padding: 10px;
}
#nexusSearchWidget .form-top .type-options{
	display: flex;
	gap: 8px;
	margin:0 0 10px 0;
}
#nexusSearchWidget .form-top .type-options label{
	display: flex;
	align-items: center;
	padding: 0;
}
#nexusSearchWidget .form-top .type-options input[type="radio"] {
	display: none;
}
#nexusSearchWidget .form-top .type-options input[type="radio"]:checked + span {
	color: #003466; !important;
	border-bottom:2px solid #9CFF08;
}
#nexusSearchWidget .form-top .type-options label span {
	display: inline-block;
	padding: 0 10px;
	border-radius: 0;
	color: rgba(0, 0, 0, .6);
	cursor: pointer;
	font-family: "Century Gothic", Sans-serif;
	font-size: 18px;
}
#nexusSearchWidget .form-top .type-options label.separator>span{
	padding: 5px 0 !important;
	cursor: none;
	pointer-events: none;
	font-size: 16px;
	font-weight: 100;
}
#nexusSearchWidget .form-body{
	display: flex;
	align-items: center;
	justify-content: center;
	gap:10px;
}
#nexusSearchWidget .field-keyword-wrapper,
#nexusSearchWidget #field-date-wrapper{
	width: 50%;
}

#nexusSearchWidget #searchSubmit{
	background: #9CFF08;
	color: #003466;
	line-height: 35px;
	font-weight: bold;
	font-size: 14px;
	padding: 0 25px;
	border-radius: 10px;
	border: 1px solid #e7f0ff;
	display: inline-block;
	margin: 0 5px;
	box-shadow: 0 2px 10px rgba(0, 52, 102, 0.1);
}
#nexusSearchWidget #searchSubmit:hover{
	background: #003466;
	color: white;
}