#search-field {
	border-bottom: 1px solid;
	padding: 5px 10px;
	width: 90%;
	font-family: "Ringside Regular A", "Ringside Regular B" !important;
}

#mobile-search-field {
	position: fixed;
	border: 1px solid;
  top: 60px;
  right: 15px;
  background: white;
  z-index: 20;
  padding: 10px;
  width: 360px;
}

.mobile-show {
	display: none;
}

#results {
	width: 360px;
  max-height: 400px;
  overflow-y: scroll;
  position: absolute;
  z-index: 100;
  top: 56px;
  right: calc(50vw - 615px);
  background: white;
  position: fixed;
  font-family: "Ringside Regular A", "Ringside Regular B"!important; */
}

#results a:hover {
	color: #205ed8;
}

#results h2 {
	font-size: 16px;
  margin: 1rem !important;
  line-height: 1.5;
}

#results h4{
	display: none;
}

#results p {
	display: none;
}

@media(max-width: 1280px) {
	#results {
		right: 20px;
	}
}

@media(max-width: 934px) {
	.mobile-hidden {
		display: none;
	}
	.mobile-show {
		display: block;
	}
	#results {
		top: 105px;
    right: 15px;
    position: fixed;
	}
}

@media(max-width: 460px) {
	#mobile-search-field {
		width: calc(100% - 30px);
	}
	#results {
		width: calc(100% - 30px);
	}
}