.override-redactor h4, .override-redactor p, .override-redactor a, .override-redactor a:hover {
	color: #fff;
	text-decoration: none;
}

.title-link, .title-link:hover {
	color: #fff !important;
	text-decoration: none !important;
}

.hero__title {
	text-align: center;
}

#glideBullets {
	margin: 0 0 30px 0;
}

.glide__bullet-inner-hide {
	display: none !important;
}

.glide__bullet-inner {
	position: absolute;
	top: 3px;
	left: 3px;
	box-sizing: border-box;
	width: 20px;
	height: 20px;
	background-color: #fff;
	border-radius: 50%;
}

.glide__bullet {
	position: relative;
	margin: 0 10px 0 0;
	padding: 0;
	box-sizing: border-box;
	width: 30px;
	height: 30px;
	background-color: transparent !important;
	border: 2px solid #fff;
}

#homepageSearch {
	display: flex;
	justify-content: center;
	padding: 15px 5px 15px 0;
	background-color: #353535;
	width: 100%;
	min-width: 325px;
	height: 130px;
}

#searchStateSpacing {
	display: none;
}

.hero__row {
	margin: 0 auto;
	text-align: center;
}

@media only screen and (min-width: 1800px) {	
	#homepageSearchContainer {
		margin: 0 auto;
	}
	
	#homepageSearchContainer .hero__col:first-of-type {
		text-align: right;
		position: relative;
		height: 100px;
		border-right: .2rem solid #fff !important;
	}
	
	.hero__col:last-of-type {
		text-align: left;
	}
	
	#homepageSearch .hero__col {
		width: 590px;
	}
	
	#homepageSearch .hero__row {
		border: 0;
	}
	
	#homepageSearch .map-search {
		position: absolute;
		right: 7.5rem;
	}
	
	.hero__form-label {
		margin-bottom: 0.5rem;
	}
	
	.dropdown {
		width: 24rem;
	}
}

@media only screen and (min-width: 1415px) {
	#homepageSearchContainer {
		margin: 0 auto;
	}
	
	#homepageSearchContainer .hero__col:first-of-type {
		text-align: right;
		position: relative;
		height: 100px;
		border-right: .2rem solid #fff !important;
	}
	
	.hero__col:last-of-type {
		text-align: left;
	}
	
	#homepageSearch .hero__col {
		width: 590px;
	}
	
	#homepageSearch .hero__row {
		border: 0;
	}
	
	#homepageSearch .map-search {
		position: absolute;
		right: 7.5rem !important;
	}
	
	.hero__form-label {
		margin-bottom: 0.5rem;
	}
	
	.dropdown {
		width: 24rem;
	}
}

@media only screen and (min-width: 1200px) {		
	#homepageSearchContainer {
		margin: 0 auto;
	}
	
	#homepageSearchContainer .hero__col:first-of-type {
		text-align: right;
		position: relative;
		height: 100px;
		border-right: .2rem solid #fff !important;
	}
	
	.hero__col:last-of-type {
		text-align: left;
	}
	
	#homepageSearch .hero__col {
		width: 590px;
	}
	
	#homepageSearch .hero__row {
		border: 0;
	}
	
	#homepageSearch .map-search {
		position: absolute;
		right: 4.5rem;
	}
	
	.hero__form-label {
		margin-bottom: 0.5rem;
	}
	
	.dropdown {
		width: 24rem;
	}
}

@media only screen and (max-width: 1200px) {	
	#homepageSearch {
		padding: 15px 0 5px 0;
		flex-direction: column;
		height: auto;
		width: 100%;
	}
	
	#homepageSearchContainer .hero__col {
		margin: 15px auto 0 auto;
		padding: 0;
		text-align: center;
	}
	
	#homepageSearchContainer .hero__col:first-of-type {
		margin-top: 0;
	}
	
	#homepageSearch .hero__row {
		position: relative;
	}
	
	#homepageSearch .map-search {
		margin: 0 auto;
		display: static;
	}
	
	#homepageSearch .map-search__input {
		width: 300px !important;
	}
	
	#homepageSearch .hero__col {
		display: block;
		width: 100%;
	}
	
	#homepageSearch .hero__col:first-of-type {
		border: 0;
	}
	
	p.hero__form-label {
		display: inline !important;
	}
	
	.glide__arrows {
		display: none;
	}
}

@media only screen and (max-width: 500px) {
	#homepageSearch {
		padding: 15px 0 0 0;
		flex-direction: column;
		justify-content: center;
		width: 100%;
	}
	
	#homepageSearchContainer {
		padding-left: 0;
	}
	
	#homepageSearchContainer .hero__col {
		margin-top: 15px;
		width: 100%;
		text-align: center;
	}
	
	#homepageSearchcontainer .hero__col:first-of-type {
		margin-top: 0px;
	}
	
	#homepageSearch {
		padding: 20px 0;
	}
	
	.dropdown {
		width: 32rem;
	}
	
	.hero__row {
		margin: 0;
	}
	
	.hero -homepage {
		height: 400px;
	}

	.hero__col {
		width: 100%;
	}
	
	.glide__arrows {
		display: none;
	}
	
	#homepageSearch .map-search {
		max-width: 31rem !important;
	}
	
	.glide__arrows {
		display: none;
	}
}

@media only screen and (max-width:420px) {
	#homepageSearchContainer {
		margin: 0 25px;
		padding-left: 0;
	}
	
	#homepageSearch {
		padding: 20px 0;
	}
	
	.dropdown {
		width: 32rem;
	}
	
	.hero__row {
		margin: 0;
	}
	
	.hero -homepage {
		height: 400px;
	}

	.hero__col {
		width: 100%;
	}
	
	.glide__arrows {
		display: none;
	}
	
	#homepageSearch .map-search {
		max-width: 31rem !important;
	}
}
