
@media screen and (max-width: 450px) {
	.small_show { display:block; }
	.small_hide { display:none; }
}
@media screen and (min-width: 451px) {
	.small_show { display:none; }
	.small_hide { display:''; }
}

textarea.error{
	border-color:#ff2c22;
}

.error {color:red; !important;}

.error {border-color:red !important;}

.typeahead__list{
	max-height:300px;
	overflow-y: scroll;
	-webkit-overflow-scrolling:touch;
}