/* 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 */

/* Local Banner Area */

.local-banner-area {
	background-image: url(../images/banner-areaBG.jpg);
	-ms-flex-align: stretch;
	align-items: stretch;
	background-repeat: no-repeat;
	background-size: cover;
	box-shadow: inset 0 1em 2em -1em #000, inset 0 -1em 2em -1em #000;
}

.local-banner-area .box {
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-align: stretch;
	align-items: stretch;
	display: -ms-flexbox;
	display: flex;
}

.local-banner-area .box > .info {
	-ms-flex: 0 1 70%;
	flex: 0 1 70%;
	width: 70%;
	-ms-flex-align: center;
	align-items: center;
	display: -ms-flexbox;
	display: flex;
}

.no-flexbox .local-banner-area {
	display: table;
	width: 100%;
}

.single-map .location-info div a {
	color: #FEFEFE !important;
}

.local-banner-area .box > .info h4 {
	font-size: 1em;
	text-transform: uppercase;
	color: #201E1E; /* $dark */
	line-height: 1;
	text-align: left;
}

.local-banner-area .box > .info > img {
	width: 40%;
	background-size: cover;
	background-position: bottom right;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	background-repeat: no-repeat;
}

.single-map .location-info > .phone .wrap {
	font-size: 1.667em;
}

.local-banner-area .info h4 .thin {
	font-size: 2.778em;
	font-weight: 300;
}

.local-banner-area .info h4 .bigger {
	font-weight: 900;
	font-size: 4.167em;
	position: relative;
}

.local-banner-area .info h4 .bigger:after {
	content: '';
	width: 2em;
	height: 4px;
	background-color: #FFF212; /* $tertiary */
	position: absolute;
	bottom: .25em;
	right: -2.1em;
}

.local-banner-area .info h4 em {
	color: #FF0009; /* $primary */
	display: block;
	font-size: 6.944em;
	font-weight: 900;
	font-style: normal;
	padding-left: .5em;
}

.local-banner-area .info-tagline {
	text-align: center;
}

.local-banner-area .info-tagline > em {
	font-size: 2em;
	color: #939393;
	font-style: normal;
	display: block;
}

.local-banner-area .info-tagline > .btn {
	margin: 1em auto;
}

/* End Local Banner Area */

/* Local Banner Area V2 */

.local-banner-area.v2 {
}

.local-banner-area .box.v2 > .info {
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.local-banner-area.v2 .box > .info > img {
	background-size: contain;
	background-position: bottom center;
	width: 60%;
	margin-left: -10%;
}

.local-banner-area.v2 .info-tagline {
	width: 50%;
	padding-left: 4%;
	text-align: left;
}

.local-banner-area.v2 .box > .info h4 {
	font-size: 2.333em;
	font-weight: 300;
	line-height: 1.147em;
}

.local-banner-area.v2 .box > .info h4 > strong {
	font-size: 1.794em;
	font-weight: 900;
	display: block;
	line-height: 0.984em;
	margin-top: .025em;
}

.local-banner-area.v2 .box > .info h4 > strong > span {
	color: #FF0009;
}

.local-banner-area.v2 .box > .info .tax-list {
	margin-top: 1.5em;
}

.local-banner-area.v2 .box > .info .tax-list li {
	font-size: 1.111em;
	color: #201E1E; /* $dark */
	font-weight: 400;
	padding-left: 1.5em;
	position: relative;
}

.local-banner-area.v2 .box > .info .tax-list li:before {
	content: '';
	position: absolute;
	width: 0.750em;
	height: 0.750em;
	background-color: #FF0009; /* $primary */
	top: 0.5em;
	left: 0;
	transform: rotate(45deg);
}

.local-banner-area.v2 .info-tagline > .btn {
	margin: 1.778em 0 0;
}

.local-banner-area.v2 .box > .info .tax-list li + li {
	margin-top: .5em;
}

/* End Local Banner Area V2 */

/* Single Map */

.single-map {
	width: 30%;
	height: auto;
	position: relative;
	background-color: rgba(255,0,0,0.902); /* alpha($primary,90%) */
	padding: 2em;
}

.contact-us-page .single-map {
	position: relative;
	top: auto;
	right: auto;
	transform: none;
	height: 30em;
	width: 100%;
}

.ppc .single-map {
	position: relative;
	transform: none;
	top: auto;
	right: auto;
}

.single-map .map-container {
	position: relative;
	width: 100%;
	height: 14.722em;
}

.single-map .map-container .imap {
	width: 100%;
	height: 100%;
}

.single-map .location-info {
	position: relative;
	text-align: left;
	width: calc(100% - 2em);
	left: 1em;
	padding: 1em 0;
}

.single-map .location-info h5 {
	color: #FEFEFE; /* $light */
	margin-bottom: .5em;
	text-transform: uppercase;
	font-weight: 300;
	font-size: 1.6667rem;
	margin: 0;
	line-height: 1.2;
	font-family: 'Muli', sans-serif;
}

.single-map .location-info div {
	color: #FEFEFE;
}

.single-map .location-info > div {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: start;
	justify-content: flex-start;
	margin: .5em 0;
}

.single-map .location-info div:last-of-type {
	margin-bottom: 0;
}

.single-map .location-info div i {
	color: #F7D139;
	font-size: 1.5em;
	margin-right: .5em;
	transform: translateY(25%);
}

.single-map .location-info .address {
}

.single-map .btn-container {
	padding-top: 1.5em;
}

.single-map .btn-container .btn {
	font-weight: 700;
}

/* End Single Map */

/* 1500px Responsive */

@media screen and (max-width:1500px) {
	.local-banner-area .box > .info > img {
		width: 50%;
	}
	.local-banner-area .info-tagline > em {
		font-size: 1.8em;
	}
	.local-banner-area.v2 .box > .info h4 {
		font-size: 2em;
	}

	.local-banner-area.v2 .box > .info .tax-list li {
		font-size: 1em;
	}
}

/* End 1500px Responsive */

/* 1300px Responsive */

@media screen and (max-width:1300px) {
	.local-banner-area {
		display: block;
	}

	.local-banner-area .box > .info > img {
		display: none;
	}

	.local-banner-area .image-area {
		width: 100%;
	}

	.local-banner-area .image-area .info {
		right: auto;
		position: relative;
		left: 46%;
		background-color: rgba(255,255,255,0.7);
		padding: 2.5em 1.5% 2.5em 4%;
	}

	.local-banner-area .ctas-area {
		width: 100%;
		display: block;
	}

	.local-banner-area .ctas-area .cta-list {
		width: 100%;
	}

	.local-banner-area .ctas-area .cta-list li {
		-ms-flex: 1 1 25%;
		flex: 1 1 25%;
	}

	.local-banner-area .ctas-area .cta-list li:nth-child(n+3) a {
		border-top: none;
	}

	.local-banner-area .ctas-area .cta-list li:nth-child(3) a {
		border-left: solid 1px #DBDBDB;
	}

	.local-banner-area .info-tagline {
		display: table;
		margin: auto;
	}

	.single-map {
		width: 40%;
	}

	.local-banner-area.v2 .info-tagline {
		width: 100%;
		padding: 2em 4%;
	}

	.local-banner-area.v2 .box > .info h4 {
		font-size: 2.333em;
	}

	.local-banner-area.v2 .box > .info .tax-list li {
		font-size: 1.111em;
	}
}

/* End 1300px Responsive */

/* 1000px Responsive */

@media screen and (max-width:1000px) {
	.local-banner-area .image-area .info h2 {
		font-size: 2.5em;
	}

	.single-map {
		width: 50%;
	}

	.local-banner-area .box > .info {
		width: 50%;
		-ms-flex: 0 1 50%;
		flex: 0 1 50%;
	}

	.local-banner-area .box > .info h4 {
		font-size: .75em;
	}

	.local-banner-area .info-tagline > em {
		font-size: 1.25em;
	}

	.local-banner-area.v2 .box > .info h4 {
		font-size: 1.667em;
	}

	.local-banner-area.v2 .box > .info .tax-list li {
		font-size: 1em;
	}
}

/* End 1000px Responsive */

/* 800px Responsive */

@media screen and (max-width:800px) {
	.local-banner-area .image-area .info h2 br {
		display: none;
	}

	.local-banner-area .image-area .info p {
		font-size: 1.333em;
		margin: .5em 0 .75em;
	}

	.local-banner-area .ctas-area .cta-list li {
		-ms-flex: 1 1 50%;
		flex: 1 1 50%;
	}

	.local-banner-area .ctas-area .cta-list li a {
		padding: 1.25em 3%;
	}

	.local-banner-area .ctas-area .cta-list li:nth-child(3) a {
		border-left: 0;
	}

	.local-banner-area .ctas-area .cta-list li:nth-child(n+3) a {
		border-top: solid 1px #DBDBDB;
	}

	.local-banner-area .box {
		display: block;
	}

	.local-banner-area .box > .info {
		width: 100%;
		padding: 2em 0;
	}

	.single-map {
		width: 100%;
	}

	.local-banner-area.v2 .box > .info h4 {
		font-size: 2.333em;
	}

	.local-banner-area.v2 .box > .info .tax-list li {
		font-size: 1.111em;
	}
}

/* End 800px Responsive */

/* 650px Responsive */

@media screen and (max-width:650px) {
	.local-banner-area .image-area .info {
		left: 0;
		width: 100%;
		padding: 2.5em 3%;
		text-align: center;
		background-color: rgba(255,255,255,0.85);
	}

	.local-banner-area .ctas-area {
		padding: 2.5em 3%;
	}

	.local-banner-area .ctas-area header {
		padding-bottom: 1.5em;
	}

	.local-banner-area .info-tagline > em {
		font-size: 1EM;
	}

	.local-banner-area .box > .info h4 {
		text-align: center;
	}

	.local-banner-area .info h4 em {
		font-size: 5.4EM;
	}

	.local-banner-area .info h4 .bigger:after {
		display: none;
	}

	.local-banner-area.v2 .box > .info h4 {
		text-align: left;
	}
}

/* End 650px Responsive */

/* 550px Responsive */

@media screen and (max-width:550px) {
	.local-banner-area .image-area .info h2.big {
		font-size: 2em;
	}

	.local-banner-area .ctas-area .cta-list li a i {
		font-size: 2.5em;
	}

	.local-banner-area .ctas-area .cta-list li a h3 {
		font-size: 1.111em;
	}

	.local-banner-area.v2 .box > .info h4 {
		font-size: 1.889em;
	}

	.local-banner-area.v2 .box > .info .tax-list li {
		font-size: 1em;
	}
}

/* End 550px Responsive */

/* 450px Responsive */

@media screen and (max-width:450px) {
	body {
	}

	.local-banner-area .image-area .info h2 {
		font-size: 1.6667em;
	}

	.local-banner-area.v2 .box > .info h4 {
		font-size: 1.667em;
	}

	.local-banner-area.v2 .box > .info .tax-list li {
		font-size: 1.111em;
	}
}

/* End 450px Responsive */

/* 400px Responsive */

@media screen and (max-width:400px) {
	.local-banner-area .image-area .info {
		padding: 1.75em 3%;
	}

	.local-banner-area .image-area .info h2 {
		font-size: 1.4em;
	}

	.local-banner-area .image-area .info p {
		font-size: 1em;
	}

	.local-banner-area .ctas-area {
		padding: 2em 3%;
	}

	.local-banner-area .ctas-area .cta-list li a i {
		font-size: 2em;
	}

	.local-banner-area .ctas-area .cta-list li a h3 {
		font-size: 1em;
	}

	.local-banner-area.v2 .box > .info h4 {
		font-size: 1.4em;
	}
}

/* End 400px Responsive */
