/* Color Tokens */
.primary {
	color: #FF0009; /* $primary */
}

.secondary {
	color: #D7D7D7; /* $secondary */
}

.tertiary {
	color: #FFF212; /* $tertiary */
}

.light {
	color: #FEFEFE; /* $light */
}

.dark {
	color: #201E1E; /* $dark */
}
/* End Color Tokens */

/* Location Search Area */
.location-search-area {
	background-size: cover;
	background-position: center;
	background-color: #FF0009; /* $primary */
	background-image: radial-gradient(ellipse at 50% 50%,rgba(0,0,0,0.53) 0%,rgba(0,0,0,0.2) 71%);
}

.location-search-area .main {
}

.location-search-area header {
}

.location-search-area header h4 {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	color: #FEFEFE; /* $light */
	font-size: 1em;
}

.sub.location-search-area header h4 {
	-webkit-align-items: flex-end;
	-ms-flex-align: end;
	align-items: flex-end;
}

.location-search-area header h4 > em {
	font-style: normal;
	text-transform: uppercase;
	font-weight: 300;
	text-align: right;
	line-height: 1;
	position: relative;
	font-size: 2.189em;
	letter-spacing: 0;
	padding-right: .25em;
}

.location-search-area header h5 {
	color: #FEFEFE !important;
}

.location-search-area header h5 br {
	display: none;
}

.location-search-area .content-style {
	color: #FEFEFE;
	font-size: 1.8em;
	letter-spacing: -.02em;
	font-weight: 400;
}

.location-search-area .area-search {
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: .15em;
	position: relative;
	clear: both;
	width: 100%;
	max-width: 17em;
	margin: -2em auto 0;
}

.sub.location-search-area .area-search {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 23em;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	background-color: #FEFEFE; /* $light */
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-bottom: 0;
	margin: 0 auto;
}

.sp.sub.location-search-area .area-search {
	max-width: 28em;
}

.sub.location-search-area .area-search label .mobile {
	display: none;
}

.location-search-area .area-search:before {
	content: '';
	width: 4.5em;
	height: 5.5em;
	position: absolute;
	left: -6.5em;
	background-image: url(../images/location-pin.png);
	top: -4em;
	display: block;
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.sub.location-search-area .area-search:before {
	display: none;
}

.location-search-area .area-search label {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	position: absolute;
	left: 1em;
	top: 1.85em;
	-webkit-transform: none;
	-ms-transform: none;
	transform: none;
}

.sub.location-search-area .area-search label {
	position: relative;
	left: auto;
	color: #FF0009; /* $primary */
	top: auto;
	border-right: solid 1px #D7D7D7;
	padding: 0 1em;
}

.location-search-area .area-search label icon {
	display: block;
	font-size: 1.5em;
	color: #FEFEFE;
}

.location-search-area .area-search input {
	background-color: #FEFEFE; /* $light */
	color: #939393;
	padding: .5em 1em;
	-webkit-flex: 1 1 auto;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
	outline: none;
	border-radius: 0;
	transition: border-color .4s ease 0s;
	font-weight: 300;
	border: none;
}

.sub .location-search-area .area-search input {
	width: 5em;
}

.location-search-area .area-search input:focus {
}

.location-search-area ::-webkit-input-placeholder {
	color: #939393;
}

.location-search-area :-moz-placeholder {
	color: #939393;
	opacity: 1;
}

.location-search-area ::-ms-input-placeholder {
	color: #939393;
}

.location-search-area .area-search .btn {
	padding: .75em;
}

.location-search-area .btn-con {
	text-align: center;
	margin-top: 2em;
}

.location-search-area header h4 > strong em {
	display: block;
	font-style: normal;
	color: #FFF212; /* $tertiary */
	font-size: 2.489em;
	font-weight: 700;
}

.location-search-area header h4 > strong {
	text-align: left;
	text-transform: uppercase;
	line-height: .9;
	font-weight: 900;
}

.location-search-area header h4 > em:after {
	content: '';
	width: 2em;
	position: absolute;
	bottom: -1.5em;
	height: 1.5em;
	background-image: url(../images/location-pin.png);
	left: .5em;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	display: none;
}

.location-search-area header h4 > strong > strong {
	text-align: left;
	text-transform: uppercase;
	line-height: 1;
	font-weight: 900;
	font-size: 3.333em;
	padding-left: .25em;
}

.location-search-area header h4 > em > strong {
	display: block;
	font-weight: 300;
}

.sub.location-search-area header h4 > strong {
	font-size: 3.333em;
}

.sub.location-search-area header h4 > strong.yellow {
	color: #FFF212; /* $tertiary */
	font-size: 2.689em;
}

.sub.location-search-area header h5 > strong {
	font-size: 3.333em;
	font-weight: 900;
}

.sub.location-search-area header h5 {
	line-height: 1;
	margin: 0;
	padding: 0;
	font-size: 1em;
	text-transform: uppercase;
}

.sub.location-search-area header h5 > em {
	font-size: 2.689em;
	color: #FFF212; /* $tertiary */
	font-style: normal;
	font-weight: 900;
}

.sub.location-search-area header.loc-search-header.local h4 > strong, .loc-search-header.local h4 > strong {
	font-size: 1em;
}

.sub.location-search-area header.loc-search-header.local h4 > em, .loc-search-header.local h4 > em {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
}

.sub.location-search-area header.loc-search-header.local h4, .loc-search-header.local h4 {
	display: block;
	text-align: center;
}

.sub.location-search-area header.loc-search-header.local h4 > strong em, .loc-search-header.local h4 > strong em {
	display: block;
	text-align: center;
}
/* End Location Search Area */

/* 1000px Responsive */
@media screen and (max-width:1000px) {
	.location-search-area .area-search {
		margin: 0 auto;
	}
}
/* End 1000px Responsive */

/* 900px Responsive */
@media screen and (max-width:900px) {
	body {
	}

	.location-search-area header h5 br {
		display: block;
	}
}
/* End 900px Responsive */

/* 550px Responsive */
@media screen and (max-width:550px) {
	body {
	}

	.location-search-area {
	}

	.location-search-area .content-style {
		font-size: 1.5em;
	}

	.location-search-area .area-search {
	}

	.location-search-area .area-search input {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		margin-right: .35em;
	}

	.location-search-area header h4 > strong > strong {
		padding-left: 0;
	}

	.sub.location-search-area header h4, .sub.location-search-area header h5 {
		font-size: .9em;
	}

	.sub.location-search-area header h5 > strong, .sub.location-search-area header h4 > strong {
		font-size: 2.3em;
	}

	.sub.location-search-area .area-search label .desktop {
		display: none;
	}

	.sub.location-search-area .area-search label .mobile {
		display: block;
	}
}
/* End 550px Responsive */

/* 500px Responsive */
@media screen and (max-width:500px) {
	body {
	}

	.location-search-area .area-search {
	}

	.location-search-area .area-search input {
	}

	.location-search-area .area-search .btn {
	}

	.location-search-area header h4 {
		display: block;
		text-align: center;
	}

	.location-search-area header h4 > strong em {
		display: inline-block;
	}

	.location-search-area header h4 > em > strong {
		display: inline-block;
		margin-left: .25em;
	}

	.location-search-area .area-search:before {
		display: none;
	}

	.location-search-area header h4 > strong > strong {
		font-size: 2.5em;
	}
}
/* End 500px Responsive */

.loc-search-header.local {
	padding-bottom: 0;
}
