#fs_input {
	width: 265px;
	background-color: #FFFFFF;
}
/* Dark mode adjustment */
.dark #fs_input {
	background-color: #2B2B2F;
}
#fs_results {
	padding: 0 !important;
	position: absolute;
	width: calc(100% - 4rem);
	max-width: 30rem;
}

#fs_results li {
	display: block;
	margin: 0 !important;
	background-color: #FFF;
	border-left: .3rem solid #CDCDCD;
	border-right: .3rem solid #CDCDCD;
	font-size: 16px;
}

#fs_results li:first-child {
	border-top: .3rem solid #CDCDCD;
}

#fs_results li:last-child {
	border-bottom: .3rem solid #CDCDCD;
}

#fs_results li a {
	display: block;
	color: #154995;
	padding: 5px 10px;
}

#fs_results a:hover,
#fs_results a:focus {
	background-color: #EDEDED;
}

#org-form p {
	margin-top: 2rem;
}

#org-form .btn {
	margin: 0px 0px 20px 0;
}

#zip {
	background-color: #FFFFFF;
}
/* Dark mode adjustment */
.dark #zip {
	background-color: #2B2B2F;
}