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

/* Sticky Zip Search */
.sticky-zip-finder {
	position: fixed;
	top: 50%;
	right: 1%;
	background-color: rgba(255,255,255,0);
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 92;
	width: 4.45em;
	border-radius: 3em;
	height: 4.45em;
	transition: width .5s ease 0s, height .5s ease 0s, right .25s ease 0s, background-color .5s ease 0s, border-radius .5s ease 0s, transform .5s ease 0s, bottom .25s ease 0s;
}

.menu-open .sticky-zip-finder {
	visibility: none;
	opacity: 0;
}

.sticky-zip-finder.search-open {
	width: 100%;
	right: 0;
	height: 100%;
	background-color: #FEFEFE; /* $light */
	border-radius: 0;
}

.cms-edit-layout .sticky-zip-finder {
	position: relative;
	width: 100%;
	height: auto;
}

.sticky-zip-finder > .search-btn {
	position: relative;
	display: block;
	opacity: 1;
	transition: opacity .4s ease 0s;
	z-index: 1;
	cursor: pointer;
}

.sticky-zip-finder.search-open > .search-btn {
	opacity: 0;
}

.sticky-zip-finder > .search-btn h2 {
	font-size: 1.111em;
	color: #D7D7D7; /* $secondary */
	position: absolute;
	top: 50%;
	right: calc(100% + 1em);
	white-space: nowrap;
	-webkit-transform: translate(100%, -50%);
	-ms-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	opacity: 0;
	z-index: -1;
	transition: transform .5s ease 0s, opacity .5s ease 0s;
}

.no-touch .sticky-zip-finder > .search-btn:hover h2 {
	opacity: 1;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
}

.sticky-zip-finder > .search-btn icon {
	display: block;
	font-size: 2em;
	background-color: #FEFEFE; /* $light */
	padding: .5em;
	border-radius: 50%;
	color: #D7D7D7; /* $secondary */
	line-height: 1.13;
	border: solid 1px #DBDBDB;
	transition: color .5s ease 0s, background-color .5s ease 0s, border-color .5s ease 0s;
	text-align: center;
}

.no-touch .sticky-zip-finder > .search-btn:hover icon {
	color: #FEFEFE;
	background-color: #D7D7D7; /* $secondary */
	border-color: rgba(219,219,219,0);
}

.sticky-zip-finder .search-area {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%,50%);
	-ms-transform: translate(-50%,50%);
	transform: translate(-50%,50%);
	border: solid 1px #C2C2C2; /* darken($light,20%) */
	border-radius: .5em;
	padding: 2.5em 0 0;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	opacity: 0;
	transition: transform 0s ease .7s, opacity .2s ease 0s;
	pointer-events: none;
	overflow: hidden;
}

.sticky-zip-finder.search-open .search-area {
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	opacity: 1;
	transition: transform .5s ease .5s, opacity .5s ease .5s;
	pointer-events: auto;
}

.sticky-zip-finder .search-area .search-btn {
	display: block;
	position: absolute;
	top: .25em;
	right: .25em;
	font-size: 1.75em;
	color: #C2C2C2; /* darken($light,20%) */
	cursor: pointer;
	transition: color .4s ease 0s;
}

.sticky-zip-finder .search-area .search-btn:hover {
	color: #FF0009; /* $primary */
}

.sticky-zip-finder .search-area  .form {
	padding: 2.25em 2em 3.75em;
	text-align: center;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
}

.sticky-zip-finder .search-area label {
	display: block;
	font-size: 1.6667em;
	padding: 0 .5em;
	white-space: nowrap;
}

.sticky-zip-finder .search-area input {
	display: block;
	width: 100%;
	text-align: center;
	font-size: 1.2em;
	padding: .35em 2%;
	margin: 1em auto .5em;
	background-color: #E6E6E6; /* darken($light,5%) */
	border: solid 1px #C2C2C2; /* darken($light,20%) */
	border-radius: .4em;
	font-weight: 500;
	outline: none;
	transition: border-color .4s ease 0s;
}

.sticky-zip-finder .search-area input:focus {
	border-color: #FF0009; /* $primary */
}

.sticky-zip-finder .search-area .btn {
	display: block;
	width: 100%;
	padding: .75em 2%;
	font-weight: 400;
	font-size: 1.25em;
	letter-spacing: .05em;
}

.sticky-zip-finder .search-area .img {
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	position: relative;
	width: 26em;
	-webkit-align-self: stretch;
	-ms-flex-item-align: stretch;
	align-self: stretch;
}

.sticky-zip-finder .search-area .img img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-size: auto 100%;
	background-position: left;
	background-repeat: no-repeat;
}
/* End Sticky Zip Search */

/* 1250px Responsive */
@media screen and (max-width:1250px) {
	.down-scroll .sticky-zip-finder:not(.search-open), .mm-open .sticky-zip-finder:not(.search-open) {
		-webkit-transform: translate(150%, -50%);
		-ms-transform: translate(150%, -50%);
		transform: translate(150%, -50%);
	}
}
/* End 1250px Responsive */

/* 800px Responsive */
@media screen and (max-width:800px) {
	.sticky-zip-finder .search-area {
		width: 96%;
	}

	.sticky-zip-finder .search-area .form {
		padding: 2em 2em 3.5em;
	}

	.sticky-zip-finder .search-area .img {
		-webkit-flex: 1 1 auto;
		-ms-flex: 1 1 auto;
		flex: 1 1 auto;
		width: auto;
	}

	.sticky-zip-finder .search-area label {
		white-space: normal;
		font-size: 1.5em;
	}

	.sticky-zip-finder {
		top: auto;
		bottom: 1%;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}

	.sticky-zip-finder.search-open {
		bottom: 0;
	}
}
/* End 800px Responsive */

/* 550px Responsive */
@media screen and (max-width:550px) {
	.sticky-zip-finder .search-area {
		padding: 2em 5%;
		display: block;
	}

	.sticky-zip-finder .search-area .form {
		padding: 0;
	}

	.sticky-zip-finder .search-area label {
		padding: 0;
	}

	.sticky-zip-finder .search-area .img {
		display: none;
	}

	.sticky-zip-finder .search-area .img img {
		background-image: none !important;
		display: none;
	}
}
/* End 550px Responsive */
