/* **************************************************

  Project: Car Cabbage
  Website: carcabbage.com
  Author: Jesse Bishop
  Version: 2.0.0
  Date: 3/31/2021
  Copyright (c) 2021 Car Cabbage

  Table of Contents
  
  base.css
  --
  01. Normalize
  02. Fonts
  03. Base Styles
  04. Typography
  --
  
  structure
  --
  05. Banners
  06. Sections
  07. Navigation
  08. Footer
  --

  specific styles
  --
  09. Form Fields

************************************************** */

@import url('/css/base.css');
@import url('/css/animation.css');

/*  05. Banners
************************************************** */
[class^='banner'] {
  position: relative;
  display: block;
  width: 100%; }

.banner-home {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  min-height: 6rem;
  padding: 3rem;
	background-color: var(--gray-100);
  /*background-image: url("/img/sell-car.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;*/
  /*clip-path: polygon(0 0, 100% 0, 100% 95%, 0 100%);*/ }
.banner-home h1 {
	display: none;
	color: var(--gray-800);
  font-size: 5rem; }
.banner-home h1 span {
	color: var(--green-500); }
.banner-home p {
  font-size: 3rem;
  line-height: 1.2;
  margin: 0 0 3rem;
  font-weight: 300; }

.banner-home.with-reviews {
	flex-wrap: wrap-reverse; }

.banner-home > div {
  width: 100%; }

.covid {
	max-width: 130rem;
	padding: 2rem;
	border-radius: 4px;
	margin: 3rem 0;
	text-align: center;
	background-color: rgba(255,255,255,.75); }
.covid p {
	color: var(--gray-900);
	margin: 0 !important;
	font-size: 1.4rem; }
.covid strong {
	font-weight: 700; }

.banner-cabbage {
  position: relative;
  width: 100%;
  z-index: 1;
  min-height: 10rem;
  padding: 3rem;
  text-align: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url('/img/banner-cabbage.jpg'); }
.banner-cabbage h1 {
  font-size: 4.6rem;
  text-align: center;
	width: calc(100% - 60px);
  margin: 0 auto;
	color: var(--blue-500);
  /*text-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);*/ }
.banner-cabbage h1 span {
  display: block;
  font-family: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color: var(--gray-900);
  font-weight: 400;
  padding: 2rem 0 0;
  font-size: 2rem; }

/*.buckeyes {
	font-size: 3rem;
	text-align: center;
	padding-bottom: 1rem;
	border-bottom: 4px solid;
	border-image-slice: 1;
  border-width: 2px;
	border-image-source: linear-gradient(to right, rgba(221,0,0,1) 0%, rgba(255,255,255,1) 33%, rgba(255,255,255,1) 66%, rgba(46,134,193,1) 100%);
	color: var(--gray-900);
	margin: 0; }
.buckeyes span:nth-of-type(1) {
	color: #d00; }
.buckeyes span:nth-of-type(2) {
	color: #fff; }
.buckeyes span:nth-of-type(3) {
	color: var(--blue-600); }*/

.banner-christmas {
  width: 100%;
  z-index: 1;
  height: 20rem;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: cover;
  background-image: url('/img/banner-christmas.png'); }
.christmas {
  display: flex;
	flex-wrap: wrap;
	justify-content: center;
  align-content: center;
  min-height: 30rem;
  padding: 4rem;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  background-image: url('/img/banner-christmas2.jpg'); }
.christmas img {
  margin: 1rem;
  filter: drop-shadow(0 1px 5px rgba(0,0,0,0.5)); }

.banner-cabbage.offer {
  /*height: 30rem;*/
  height: 12.5rem; }
.banner-cabbage.family {
  padding: 0;
  height: 10rem; }
.banner-cabbage.offer.stumped {
  height: 30rem; }
.banner-cabbage.offer h1 {
  top: calc(50% - 4rem); }

.gift-cards {
  display: flex;
	flex-wrap: wrap;
	justify-content: center; }
.gift-cards img {
  margin: 1rem;
  filter: drop-shadow(0 1px 5px rgba(0,0,0,0.5)); }

/*.banner-home:after,*/
.banner-cabbage:after {
  content: '';
  width: 100%;
  height: auto;
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(255,255,255,.8); }

@media all and (min-width: 440px) {
  
  .banner-home,
  .banner-cabbage {
    padding: 5rem; }
  
  /*.banner-home h1 {
    font-size: 6rem; }*/
  .banner-home p {
    margin: 0 0 5rem; }
  
}

@media all and (min-width: 500px) {
  
  .banner-cabbage {
    min-height: 20rem; }
  .banner-cabbage.offer {
    min-height: 12.5rem; }
  .banner-cabbage.family {
    min-height: 10rem; }
  
  .banner-cabbage h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); }
  
}

@media all and (min-width: 960px) {
  
  .banner-home,
  .banner-cabbage {
    padding: 5rem; }
  
  /*.banner-home h1 {
    font-size: 7rem; }*/
  .banner-home p {
    margin: 0; }
  
  .banner-home .banner-home_left,
  .banner-home .banner-home_right {
    width: 50%; }
  .banner-home .banner-home_left {
    padding-right: 5rem;
    max-width: 70rem; }
  .banner-home .banner-home_right {
    max-width: 60rem; }
  
  .banner-cabbage h1 {
    font-size: 6rem; }
  
}


/*  05a. Banners - Reviews
************************************************** */
.reviews {
	display: block;
	color: var(--gray-900);
	position: relative;
	background-color: var(--gray-100);
	border-radius: .5rem;
	padding: 3rem;
	margin: 3rem 0 0;
	box-shadow: var(--shadow-200); }

.reviews h2 {
	font-size: 3rem;
	line-height: 1;
	color: var(--blue-500);
	margin-bottom: 1.5rem; }

.reviews .rvw-score {
	line-height: 1;
	display: flex;
  flex-wrap: wrap;
	align-items: flex-end;
	margin-bottom: 2rem; }

.reviews .rvw-rating {
	font-weight: 700;
	line-height: 1;
	font-size: 6.2rem;
	margin: 0 1rem 0 0; }
.reviews .rvw-stars {
	color: #ffd42a; }
.reviews .rvw-count {
	position: relative;
	margin-left: 1rem;
	color: var(--gray-400);
	font-size: 1.4rem;
	text-decoration: underline;
	bottom: .4rem; }
.reviews .rvw-count:hover {
	color: var(--gray-700); }

.reviews .rvw-reviews {
	position: relative;
	padding-top: 2rem;
	border-top: 1px solid var(--gray-300); }
.reviews .rvw-reviews p {
	position: absolute;
	top: 50%;
	text-align: center;
	font-size: 1.6rem;
	transform: translateY(-50%); }
.reviews .rvw-reviews p strong {
	font-weight: 700; }

@media all and (min-width: 960px) {
	
	.reviews {
		margin: 0; }
	
}

/*  06. Sections
************************************************** */
section {
	border-top: 1px solid var(--gray-500);
  width: 100%; }
section.white {
  background-color: var(--gray-100); }
section .content {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 3rem; }
section .content h2 {
  margin: 0 0 2rem;
  text-align: center;
	color: var(--blue-700);
  /*color: var(--blue-900);*/
  text-transform: uppercase; }
section .content h2.intro {
  font-family: 'Intro', 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 5rem; }
section .content h3 {
	color: var(--green-500); }
/*section .content p:last-of-type {
  margin-bottom: 0; }*/

section .flex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 5rem 0 3rem; }
section .flex > div {
  width: 100%;
  padding: 2rem; }
section .flex h3 {
  color: var(--green-500); }
section .flex p:last-of-type {
  margin: 0; }
section .flex .icon {
  width: 3rem;
  margin: 0 auto 2rem; }

section .center {
  text-align: center; }

.nameprice {
  width: 100%;
  max-width: 70rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center; }
.nameprice .input input {
  font-size: 3.4rem;
  font-weight: 700;
  color: var(--green-500);
  padding: 1rem 1rem 1rem 5rem; }
.nameprice .input em {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  font-style: normal;
  width: 4rem;
  text-align: center;
  line-height: 5.8rem;
  border-radius: 4px 0 0 4px;
  font-size: 3.2rem;
  background-color: var(--gray-300); }

.newold {
  width: 100%;
  margin: 2rem auto;
  max-width: 30rem;
  transform: rotate(90deg); }

@media all and (min-width: 440px) {
  
  section .content {
    padding: 5rem; }
  
}
  
@media all and (min-width: 482px) {
  
  .nameprice .input {
    width: calc(100% - 11rem);
    border-right: 0;
    border-radius: 4px 0 0 4px; }
  .nameprice button {
    height: 6rem;
    line-height: 6rem;
    margin-bottom: 1rem;
    border-radius: 0 4px 4px 0; }
  
}

@media all and (min-width: 770px) {
  
  section .flex .halfsies {
    width: 50%; }
  section .flex .quarters {
    width: 25%; }
  section .flex .thirds {
    width: 33.3333%; }
  
  .newold {
    margin: 0 auto;
    transform: rotate(0deg); }
  
}

/*@media all and (min-width: 960px) {
  
  section .content {
    padding: 6rem; }
  
}*/

/*  07. Navigation
************************************************** */
nav {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 6rem;
  background-color: var(--gray-100); }
nav .nav-logo {
	display: inline-block;
	vertical-align: top; }
nav .nav-logo img {
  height: 6rem;
  padding: 1.75rem; }

nav > ul {
	position: fixed;
	top: 0;
	right: -30rem;
	z-index: 990;
	width: 30rem;
	max-width: 90%;
	height: 100%;
	margin: 0;
	padding: 0 0 6rem;
	list-style: none;
	background-color: var(--gray-300);
	transition: right .4s ease;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch; }
nav > ul.show {
	right: 0; }

nav > ul > li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px dotted var(--gray-400);
	transition: all .4s ease; }
nav > ul > li > a {
	display: block;
	line-height: 6rem;
	color: var(--gray-800);
	padding: 0 1rem; }
nav > ul > li > a:hover {
	color: var(--gray-500); }

nav > ul > li > ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 100%; }
nav > ul > li > ul > li {
	display: block;
	margin: 0;
	padding: 0; }
/*nav > ul > li > ul > li > a {
	display: block;
	line-height: 1;
	padding: 1rem 1.2rem 1.8rem 3rem;
	color: var(--gray-300); }
nav > ul > li > ul > li > a:hover {
	color: var(--gray-100); }*/

nav .js-menu,
nav .js-close {
	position: absolute;
	top: 0;
	right: 0;
	text-align: center;
	cursor: pointer; }
nav .js-menu {
	color: var(--gray-800); }
nav .js-close {
	color: var(--gray-500); }
nav .js-menu i {
	font-size: 3rem;
	width: 6rem;
	line-height: 6rem; }
nav .js-close i {
	font-size: 3rem;
	width: 6rem;
	line-height: 6rem; }

@media all and (min-width: 980px) {
	
	nav .js-menu,
	nav .js-close {
		display: none; }
	
	nav > ul {
		position: relative;
		display: inline-block;
    float: right;
		right: 0;
		width: auto;
		height: auto;
		padding: 0 1.75rem;
		background-color: transparent;
		transition: none;
		overflow-y: visible; }
	nav > ul > li {
		position: relative;
		width: auto;
		border: 0; }
	nav > ul > li > a {
		line-height: 6rem;
		font-weight: 700;
		padding: 0 1rem;
		text-transform: uppercase;
		/*color: var(--green-500);*/ }
	/*nav > ul > li > a:hover {
		color: var(--green-900); }*/
	
	nav > ul > li > ul {
		position: absolute;
		top: 5.7rem;
		left: 0;
		padding: 0 0 .6rem;
		width: 20rem;
		opacity: 0;
		visibility: hidden;
		border-radius: 0 0 .5rem .5rem;
		background-color: var(--gray-100);
		box-shadow: 0 .5rem .6rem -.3rem rgba(0,0,0,.4);
		transition: all .25s ease; }
	nav > ul > li:hover > ul,
	nav > ul > li:focus-within > ul {
		opacity: 1;
		visibility: visible; }
	nav > ul > li > ul > li > a {
		color: var(--gray-900);
		font-weight: 300;
		padding: 0 1.2rem;
		line-height: 3.6rem; }
	nav > ul > li > ul > li > a:hover {
		color: var(--green-500); }
	
}

@media all and (min-width: 1200px) {
	
	nav > ul > li > ul {
		top: 6rem; }
	
}

/*  08. Footer
************************************************** */
footer {
  display: block;
  width: 100%;
  font-size: 1.2rem;
  background-color: var(--blue-900);
  color: var(--gray-100); }
footer .content {
  width: 100%;
  max-width: 120rem;
  margin: 0 auto;
  padding: 3rem; }
footer .content h3 {
  font-size: 1.8rem;
  text-transform: uppercase; }
footer .content p:last-of-type {
  margin: 0; }
footer .content a {
  color: var(--gray-100); }
footer .content a:hover {
  color: var(--green-500); }
footer .content .links a:not(:last-of-type):after {
  content: "|";
  margin: 0 1rem; }

@media all and (min-width: 440px) {
  
  footer .content {
    padding: 4rem; }
  
}

@media all and (min-width: 960px) {
  
  footer .content {
    padding: 6rem; }
  
}

/*  09. Form Fields
************************************************** */
input,
textarea,
select {
	position: relative;
	font-family: 'Barlow', Helvetica, Arial, sans-serif;
	background-color: #fff;
	border: 1px solid var(--gray-500);
	box-shadow: none;
	height: 4.6rem;
	padding: .5rem 1.2rem;
	margin: 0 0 1rem;
	width: 100%;
  border-radius: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; }

select {
	border: 0;
  height: 4.4rem;
	padding: 0 3rem 0 1.2rem; }
.select {
  position: relative;
  border-radius: 4px;
  height: 4.6rem;
  border: 1px solid var(--gray-500);
	background-color: #fff; }
.select:after {
	font-family: 'Material Icons';
	content: '\E313';
	position: absolute;
	top: 0;
	right: 0;
	font-size: 2.2rem;
	line-height: 4.4rem;
	color: var(--gray-500);
  text-align: center;
  width: 3rem;
	padding: 0;
	pointer-events: none; }

.input {
  position: relative;
  background-color: #fff;
	border: 1px solid var(--gray-500);
  height: 6rem;
  margin: 0 0 1rem;
	width: 100%;
  border-radius: 4px; }
.input label {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 1rem;
  color: var(--gray-700);
  text-transform: uppercase;
  font-size: 1.6rem;
  font-weight: 400;
  pointer-events: none;
  transform: translateY(-50%);
  transition: all .4s ease; }
.input input {
  border: 0;
  padding: 2rem 1rem 0;
  height: 5.8rem;
  margin: 0; }
.input input:focus {
  outline: 0;
  border: 0; }
.input.onfocus {
  border-color: var(--green-500); }
.input.onfocus label {
  font-size: 1.2rem;
  top: 25%;
  color: var(--green-500); }
.input.focusstay label {
  font-size: 1.2rem;
  top: 25%; }

.input.error.onfocus {
  border-color: red; }
.input.error.onfocus label {
  color: red; }

#html_element {
  margin-bottom: 1rem; }

.disclaimer {
  font-size: 1.1rem; }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
	
	.select:after {
		top: 1px;
		right: 1px;
		line-height: 36px;
		background-color: #fff; }
	
}

button,
.button{
  display: block;
	position: relative;
	background-color: var(--green-500);
  line-height: 4.6rem;
  border-radius: 4px;
	text-transform: uppercase;
	padding: 0 2rem;
	color: var(--gray-100);
	cursor: pointer;
	border: 0;
  margin: 0;
	width: 100%;
	white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: background-color .4s ease; }
button:hover,
.button:hover {
	background-color: var(--green-700); }
button:disabled,
.button.disabled {
	background-color: var(--gray-300);
	cursor: auto; }
button:disabled:hover,
.button.disabled:hover {
	background-color: var(--gray-300); }

.back {
  background-color: transparent;
  color: var(--gray-500);
  margin-top: 1rem;
  line-height: 3rem;
  text-align: left;
  padding: 0 1rem;
  transition: all .4s ease; }
.back:hover {
	background-color: transparent;
	color: var(--gray-700);
	border-color: var(--gray-700); }

@media all and (min-width: 440px) {
  
  button,
  .button {
    width: auto;
    max-width: 100%;
    min-width: 10rem; }
  
  input {
    display: block;
    margin: 0 0 1rem;
    width: 30rem; }
  
  .input {
    width: 30rem; }
  .input input {
    width: 100%; }
  
}




/*.next,
.getvalue {
	width: 100%; }*/

@media all and (min-width: 600px) {
	
	/*.button_ymm,
  .button_vin {
		width: 40%; }
  .next,
	.prev,
  .getvalue {
    min-width: 10rem; }
	.prev {
		margin: 3rem 1rem 0 0; }*/
	
}

.spec-img,
.spec-details {
	display: block; }

.spec-img {
	width: 28.8rem; }

@media all and (min-width: 600px) {
	
	.spec-img,
	.spec-details {
		display: inline-block;
		vertical-align: top; }
	
	.spec-details {
		padding-left: 1rem;
		width: calc(100% - 28.8rem); }
		
}

.filter-group {
	margin: 0 0 3rem;
	padding: 0 0 0 2rem; }

.filter-container {
	display: inline-block;
	position: relative;
	padding: 0 0 0 3rem;
	margin: 0 1rem 1rem 0;
	cursor: pointer;
	font-size: 1.8rem;
	line-height: 2rem;
	font-weight: 300;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none; }
.filter-container:after {
	content: "\A";
	white-space: pre;  }
.filter-container input {
	position: absolute;
	left: 0;
	top: 0;
	height: 2rem;
	opacity: 0;
	cursor: pointer; }
.filter-container .checkmark {
	position: absolute;
	top: 1px;
	left: 0;
	height: 2rem;
	width: 2rem;
	background-color: #d5d8dc;
	transition: background-color ease .4s; }
.filter-container:hover input ~ .checkmark {
	background-color: #aeb6bf; }
.filter-container input:focus ~ .checkmark {
	box-shadow: 0 0 .8rem 0 rgba(50,50,50,.25);
	background-color: #aeb6bf; }
.filter-container input:checked ~ .checkmark {
	background-color: var(--green-500); }
.filter-container .checkmark:after {
	content: '';
	position: absolute;
	display: none; }
.filter-container input:checked ~ .checkmark:after {
	display: block; }
.filter-container .checkmark:after {
	font-family: 'Material Icons';
	content: '\E5CA';
	color: #fff;
	font-size: 1.4rem;
	width: 2rem;
	line-height: 2rem;
	text-align: center; }

.questions {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none; }
.question {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-content: center;
	padding: 2rem 0;
	border-top: 1px dotted var(--gray-500); }
.question:last-of-type {
	border-bottom: 1px dotted var(--gray-500);
  margin: 0 0 3rem; }
.question .question-question {
  width: calc(100% - 14rem);
  line-height: 1.25;
  font-size: 1.8rem;
	margin: 0 !important; }
.question .additional-questions p {
  font-size: 1.8rem;
  margin: 0 0 2rem; }
	
	
.error {
	border-color: red;
	color: red; }


.switch-field {
	display: flex;
	overflow: hidden;
  width: 14rem; }

.switch-field input {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 1px;
	width: 1px;
	border: 0;
	overflow: hidden; }
.switch-field input:focus + label {
	background-color: var(--blue-100);
  border-color: var(--blue-700); }

.switch-field label {
	background-color: #fff;
	color: var(--gray-600);
	opacity: 1;
	line-height: 1;
	text-align: center;
	padding: 8px 16px;
	margin: 0 .5rem 0 0;
	border: 1px solid var(--gray-600);
	/*box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.3), 0 1px rgba(255, 255, 255, 0.1);*/
	transition: all 0.1s ease-in-out; }

.switch-field label:hover {
	cursor: pointer;
}

.switch-field input:checked + label {
	background-color: var(--blue-900);
  border: 1px solid var(--blue-900);
	color: var(--gray-100);
	box-shadow: none;
}



.additional-questions {
	border-left: 2px solid var(--blue-900);
	margin: 2rem 0 0;
	padding: 1rem 2rem; }
.additional-questions p:not(:first-of-type) {
	margin-top: 2rem !important; }
.additional-questions .filter-container:last-of-type {
	margin-bottom: 0; }









/*  07. Starting Search
************************************************** */
.start {
  position: relative;
  display: block;
  width: 100%;
  padding: 7rem 2rem 2rem;
  border-radius: 0 4px 4px 4px;
  z-index: 1;
  background-color: var(--gray-200);
  color: var(--gray-900);
  box-shadow: var(--shadow-200);
  opacity: 0;
  transform: translateY(100px);
  transition: opacity .6s ease, transform .6s ease; }
.start.fadein {
  transform: translateY(0);
  opacity: 1; }

.start p {
  font-size: 1.8rem;
  margin: 0 0 2rem; }
.start .tabs {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  font-size: 1.8rem;
  text-transform: uppercase;
  display: flex;
  align-items: center; }
.start .tabs a {
  position: relative;
  background-color: var(--gray-100);
  padding: 0 1.6rem;
  line-height: 3.8rem;
  cursor: pointer;
  text-align: center;
  color: var(--blue-500);
  border: 1px solid var(--blue-500); }
.start .tabs a.selected {
  background-color: var(--blue-500);
  color: var(--gray-100); }

.quotetiptext {
  visibility: hidden;
  width: 20rem;
  text-transform: none;
  line-height: 1;
  background-color: #fcbf49;
  color: var(--gray-900);
  font-size: 1.3rem;
  text-align: center;
  border-radius: 4px;
  padding: .75rem .5rem;
  position: absolute;
  z-index: 3;
  top: -4rem;
  left: 50%;
  opacity: 0;
  transform: translate(-70%,1rem);
  transition: all .6s; }
.quotetiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 75%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #fcbf49 transparent transparent transparent; }
.quotetip.show .quotetiptext {
  visibility: visible;
  opacity: 1;
  transform: translate(-70%,0); }

.start .here {
  position: absolute;
  left: -1.6rem;
  top: .8rem;
  display: block;
  height: 5rem;
  line-height: 5rem;
  width: calc(100% + 3.2rem);
  text-transform: uppercase;
  margin: 0;
  padding: 0 3rem;
  font-size: 2rem;
  text-align: center;
  color: var(--gray-100);
  background-color: var(--blue-700);
  border-radius: 4px 4px 0 0; }
.start .here::before,
.start .here::after {
  content: '';
  position: absolute;
  width: 1.6rem;
  height: 1.6rem;
  border: .8rem solid var(--blue-900);
  bottom: -1.6rem; }
.start .here::before {
  left: 0;
  border-left-color: transparent;
  border-bottom-color: transparent; }
.start .here::after {
  right: 0;
  border-right-color: transparent;
  border-bottom-color: transparent; }

.start img {
  display: none;
  position: absolute;
  pointer-events: none;
  top: 0;
  right: 0;
  z-index: 5;
  width: 24rem;
  transform: translate(-1rem,-5rem); }

.start .img {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  transform: translate(-1rem,-5rem);
  transition: transform ease-in 0.1s, box-shadow ease-in 0.25s; }

.start .img:focus { outline: 0; }

.start .img:before, .start .img:after {
  position: absolute;
  content: '';
  display: block;
  width: 140%;
  height: 100%;
  left: -10%;
  z-index: -1000;
  transition: all ease-in-out 0.5s;
  background-repeat: no-repeat;
}

.start .img:before {
  display: none;
  top: -75%;
  background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 20%, #ff0081 20%, transparent 30%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
  background-size: 10% 10%, 20% 20%, 15% 15%, 20% 20%, 18% 18%, 10% 10%, 15% 15%, 10% 10%, 18% 18%;
}

.start .img:after {
  display: none;
  bottom: -75%;
  background-image: radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, transparent 10%, #ff0081 15%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%), radial-gradient(circle, #ff0081 20%, transparent 20%);
  background-size: 15% 15%, 20% 20%, 18% 18%, 20% 20%, 15% 15%, 10% 10%, 20% 20%;
}

.start .img.animate:before {
  display: block;
  animation: topBubbles ease-in-out 0.75s forwards;
}

.start .img.animate:after {
  display: block;
  animation: bottomBubbles ease-in-out 0.75s forwards;
}

 @keyframes topBubbles {
   0% {
     background-position: 5% 90%, 10% 90%, 10% 90%, 15% 90%, 25% 90%, 25% 90%, 40% 90%, 55% 90%, 70% 90%;
   }
   50% {
     background-position: 0% 80%, 0% 20%, 10% 40%, 20% 0%, 30% 30%, 22% 50%, 50% 50%, 65% 20%, 90% 30%;
   }
   100% {
     background-position: 0% 70%, 0% 10%, 10% 30%, 20% -10%, 30% 20%, 22% 40%, 50% 40%, 65% 10%, 90% 20%;
     background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
   }
}
 @keyframes bottomBubbles {
   0% {
     background-position: 10% -10%, 30% 10%, 55% -10%, 70% -10%, 85% -10%, 70% -10%, 70% 0%;
   }
   50% {
     background-position: 0% 80%, 20% 80%, 45% 60%, 60% 100%, 75% 70%, 95% 60%, 105% 0%;
   }
   100% {
     background-position: 0% 90%, 20% 90%, 45% 70%, 60% 110%, 75% 80%, 95% 70%, 110% 10%;
     background-size: 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%, 0% 0%;
   }
}

/*.here {
  position: relative;
  display: none;
  font-family: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  margin: 0;
  font-size: 1.6rem;
  font-weight: 300;
  background-color: var(--blue-300);
  padding: 0 1.2rem;
  line-height: 3rem;
  color: var(--gray-100); }*/

.start form {
  margin: 0; }
.start form:last-of-type {
  display: none; }

.start input {
  width: 100% !important;
  margin: 0 0 1rem; }

.start .form-selects {
  display: flex;
  flex-wrap: wrap; }

.select_year,
.select_make,
.select_model,
.select_style {
	margin: 0 0 1rem 0;
	width: 100%; }

/*.button_ymm,
.button_vin {
	margin: 0;
	width: 100%; }*/

.start h3 {
  font-size: 1.8rem; }

@media all and (min-width: 480px) {
  
  .start {
    padding: 9rem 4rem 4rem; }
  
  .start .here {
    font-size: 2.6rem; }
  
}

@media all and (min-width: 600px) {
  
  .start img {
    display: block;
    transform: translate(3rem,-4.75rem); }
  .start .img {
    display: block;
    transform: translate(-1.5rem,-4.2rem); }
  
  .start .here {
    text-align: left; }
	
  .select_year,
  .select_make,
  .select_model,
  .select_style {
    margin: 0 1rem 1rem 0; }
  
	.select_year {
		width: calc(20% - 1rem); }
	.select_make {
		width: calc(35% - 1rem); }
	.select_model {
		width: 45%;
    margin-right: 0; }
	.select_style {
		margin-right: 0;
		/*width: calc(100% - 23rem);
		margin-bottom: 0;*/ }
  
  .quotetiptext {
    transform: translate(-50%,1rem); }
  .quotetip.show .quotetiptext {
    transform: translate(-50%,0); }
  .quotetiptext::after {
    left: 50%; }
  
}

@media all and (min-width: 960px) {
  
  .start img,
  .start .img  {
    display: none; }
  
}

@media all and (min-width: 1180px) {
  
  .start img,
  .start .img  {
    display: block; }
	
	.banner-home h1 {
		display: block; }
  
}









/*.banner,
.banner-sm {
  background-color: var(--green-500);
  width: 100%; }
.banner .banner-inner {
  position: relative;
  max-width: 96rem;
  width: 100%; }
.banner .banner-inner > div {
  padding: 2rem;
  width: 100%; }

.banner-sm {
  padding: 6rem 4rem;
  text-align: center; }
.banner-sm h1 {
  font-size: 4rem;
  margin: 0 0 2rem;
  color: var(--cream); }
.banner-sm p {
  margin: 0;
  color: var(--cream); }

.banner h1 {
  font-family: 'Intro', 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 6rem;
  margin: 0 0 3rem;
  color: var(--cream); }
.banner h2 {
  font-size: 3rem;
  font-weight: 300;
  line-height: 1.25;
  margin: 0;
  color: var(--cream); }*/



/*.offer .offer-inner {
  position: relative;
  padding: 3rem;
  margin: 0 auto;
  max-width: 120rem;
  width: 100%; }*/

.offer-main {
  position: relative;
  margin-top: -10rem; }

.cabby-family {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  overflow: hidden; }
.cabby-family .cabfam-kid1 {
  position: relative;
  height: 15rem;
  z-index: 1;
  transform: translateX(100px); }
.cabby-family .cabfam-dad {
  position: relative;
  height: 25rem;
  z-index: 3;
  transform: translateX(50px); }
.cabby-family .cabfam-mom {
  position: relative;
  height: 22rem;
  z-index: 2;
  transform: translateX(-50px); }
.cabby-family .cabfam-kid2 {
  position: relative;
  height: 15rem;
  z-index: 1; }

.valuation {
  position: relative;
  z-index: 2;
  height: 30rem;
  width: 30rem;
  margin: 0 auto 8rem; }
.valuation .value {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 4;
  font-weight: 700;
  font-size: 5rem;
  color: #fbfbf2;
	text-align: center;
  line-height: 1;
  font-family: 'Intro', 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	margin: 0 auto;
  transform: translate(-50%,-50%); }
.valuation .value p {
  font-size: 1.2rem;
  text-transform: uppercase;
  letter-spacing: .5px;
  font-weight: 300;
  margin: 0 0 .6rem;
  font-family: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif; }
.valuation .shape {
  position: absolute;
  left: 50%;
  z-index: 3;
  width: 30rem;
  height: 30rem;
  margin: 0 auto;
  background: #007f5f;
  background-image: linear-gradient(37deg, #007f5f 0%, #ffff3f 125%);
  border: 2px solid rgba(255,255,255,.75);
  border-radius: 70% 30% 50% 50% / 35% 30% 70% 65%;
  transform: translateX(-50%);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23); }
.valuation > img {
  position: absolute;
  bottom: 0;
  right: 50%;
  z-index: 5;
  width: 80%;
  transform: translate(50%,10rem); }
.valuation > img.click {
  animation: pop2 1s; }

.value-values {
  position: relative;
  z-index: 2;
  top: -10rem;
  height: 30rem;
  width: 100%; }
.value-value {
  position: absolute;
  top: 0;
  left: 50%;
  z-index: 4;
	/*border-radius: 100%;
	background-color: rgba(131,204,142,1);*/
	/*box-shadow: 0 0 0 .5rem var(--cream), 0 0 0 1.5rem var(--green-100), 0 0 0 2rem var(--cream);*/
	font-weight: 700;
  font-size: 4rem;
  color: var(--gray-100);
	text-align: center;
	line-height: 30rem;
	margin: 0 auto;
	/*width: 24rem;*/
  /*box-shadow: 0 10px 20px rgba(0,0,0,0.19), 0 6px 6px rgba(0,0,0,0.23);*/
  transform: translateX(-50%); }
.value-cabbage {
  position: absolute;
  left: 50%;
  z-index: 3;
	height: 30rem;
  margin: 0 auto;
  filter: drop-shadow(0 0 5px rgba(10,10,10,0.5));
  transform: translateX(-50%); }

@media all and (min-width: 960px) {
  
  .banner {
    height: 50rem; }
  
  .banner .banner-inner {
    display: flex;
    justify-content: center;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%); }
  
  .banner .banner-inner > div {
    width: 50%; }
  
  .value-value {
    font-size: 5rem;
    line-height: 40rem; }
  .value-cabbage {
    height: 40rem; }
  
  .valuation {
    margin: 0 auto 6rem; }
  .valuation > img {
    right: 0;
    transform: translate(6em,8rem); }
  .valuation > img.click {
    animation: pop3 1s; }
  
}


.tooltip {
  position: relative;
  display: inline-block;
  cursor: default;
  line-height: .8;
  border-bottom: 1px dotted var(--gray-100); }

.tooltip .tooltiptext {
  visibility: hidden;
  opacity: 0;
  background-color: var(--cream);
  color: var(--gray-900);
  text-align: center;
  border-radius: 6px;
  font-family: 'Barlow', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  width: 22rem;
  padding: .8rem 1rem;
  
  position: absolute;
  z-index: 1;
  bottom: 90%;
  left: 50%;
  transform: translate(-50%,-1rem); 
  transition: all ease .4s; }

.tooltip:hover .tooltiptext {
  opacity: 1;
  bottom: 100%;
  visibility: visible; }

/*.start {
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
  border-radius: 4px;
  padding: 3rem;
  background-color: var(--cream);
  color: var(--blue-300);
  box-shadow: 0 3px 6px rgba(55,110,131,0.16), 0 3px 6px rgba(55,110,131,0.23); }
.start .tabs {
  list-style: none;
  margin: 0 0 2rem;
  padding: 0;
  display: flex;
  align-items: center;}
.start .tabs a {
  background-color: var(--white);
  padding: 0 1.2rem;
  line-height: 3.2rem;
  cursor: pointer;
  border: 1px solid var(--blue-300); }
.start .tabs a.selected {
  background-color: var(--blue-300);
  color: var(--white); }
.start form {
  margin: 0; }
.start form:last-of-type {
  display: none; }

.start h3 {
  font-size: 1.8rem; }*/

.appraisal {
  display: block;
  max-width: 120rem;
  margin: 0 auto;
  padding: 4rem; }
.appraisal > div {
  position: relative;
  width: 100%; }
.appraisal .appraisal-img {
  position: relative;
  background-color: #fff;
  text-align: center;
  margin: 0 0 5rem;
  padding: 3rem;
  box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.12); }
.appraisal .appraisal-img img {
  display: block;
  margin: 0 auto 2rem; }
.appraisal .appraisal-img h2 {
  font-size: 2rem;
  margin: 0 0 1rem; }
.appraisal .appraisal-img p {
  font-weight: 300;
  margin: 0; }
.appraisal .appraisal-img .beginagain {
  position: absolute;
  bottom: -2.5rem;
  left: 0;
  color: var(--blue-500);
  cursor: pointer;
  transition: all ease .4s; }
.appraisal .appraisal-img .beginagain:hover {
  color: var(--blue-700); }
.appraisal .appraisal-details {
  overflow: hidden;
  min-height: 40rem;
  padding: 0; }
.appraisal .appraisal-details header {
  padding: 0 0 3rem; }
.appraisal .appraisal-details header h2 {
  color: var(--blue-700);
  font-size: 3rem;
  text-transform: uppercase;
  margin: 0; }
.appraisal .appraisal-details header p {
  font-weight: 300;
  margin: 1rem 0 0; }
.appraisal .appraisal-details > section {
  position: absolute;
  top: 0;
  opacity: 0;
  visibility: hidden;
  padding: 3rem 0 0;
  border: 0;
  border-top: 1px solid var(--gray-500);
  transform: translateY(250%);
  transition: all ease .4s; }
.appraisal .appraisal-details > section.show {
  position: relative;
  transform: translateY(0);
  opacity: 1;
  visibility: visible; }
.appraisal .appraisal-details > section.leave {
  position: absolute;
  transform: translateY(-250%);
  opacity: 0;
  visibility: hidden; }

.progress {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "";
  height: .3rem;
  width: 0;
  background-color: var(--green-500);
  transition: width ease .4s; }

@media all and (min-width: 960px) {
  
  .appraisal {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
  .appraisal .appraisal-img {
    width: 40rem;
    margin: 0; }
  .appraisal .appraisal-details {
    width: calc(100% - 40rem); }
  
  .appraisal .appraisal-details {
    padding: 0 4rem; }  
  .appraisal .appraisal-details > section {
    padding: 0 0 0 3rem;
    border: 0;
    border-left: 1px solid var(--gray-500); }

}


/*	03. CARDS
************************************************** */
.card {
	background-color: #fff;
	/*border-radius: .5rem;*/
	padding: 2rem;
	box-shadow: 0 1px 3px rgba(0,0,0,0.06), 0 1px 2px rgba(0,0,0,0.12); }
.card.search {
	display: block;
	width: 60rem;
	max-width: calc(100% - 4rem);
	margin: 0 auto 2rem; }

.header {
	display: block;
	background-color: #1abc9c;
	width: 100%;
	color: #fff;
	padding: 1rem 2rem;
	font-weight: 700;
	margin: 0 0 2rem; }

div[class^='step'] {
	display: none;
	width: 60rem;
	max-width: calc(100% - 4rem);
	margin: 0 auto 2rem; }





/*	03. MAIN SEARCH
************************************************** */


.faq {
  display: block;
  position: relative;
  border-bottom: 1px dotted var(--gray-500);
  margin: 0 0 2rem; }
.faq:last-of-type {
  margin: 0; }
.faq h3 {
  display: block;
  position: relative;
  padding-right: 2rem;
  cursor: pointer; }
.faq h3 span {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 2.4rem;
  text-align: center;
  transition: all .4s ease; }
.faq h3 span.flip {
  transform: rotate(180deg); }
.faq .answer {
  display: none; }

h2.range-header {
  font-size: 2rem;
  margin-bottom: 1rem !important;
  color: var(--gray-900) !important; }

section .content .lettuce h2 {
  font-size: 3rem;
  color: var(--gray-900); }
section .content .lettuce h3 {
  color: var(--green-500); }

.pricerange {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 auto 1rem;
  width: 100%;
  max-width: 70rem;
  padding: 1.2rem;
  color: var(--gray-100);
  border: 2px solid rgba(255,255,255,.75);
  box-shadow: 0 3px 6px rgba(0,0,0,0.16), 0 3px 6px rgba(0,0,0,0.23);
  background: linear-gradient(90deg, #ffff3f -75%, #007f5f 125%); }
.pricerange div {
  position: relative;
  font-weight: 700;
  line-height: 1;
  font-size: 3.4rem; }
.pricerange div:nth-child(2) {
  font-weight: 300; }
.pricerange div sup {
  font-size: 60%; }
.pricerange div span {
  position: absolute;
  top: .5rem;
  right: -2rem;
  width: 3rem;
  line-height: 3rem;
  text-align: center;
  font-size: 1.6rem;
  color: var(--gray-400);
  cursor: pointer; }

.pricerange {
  /*background: linear-gradient(120deg, rgba(182, 218, 72,1) 0%, rgba(36, 145, 90,1) 50%, rgba(182, 218, 72,1) 100%);*/
	background: linear-gradient(120deg, #E23201 0%, #86549B 50%, #3A9AF0 100%);
  background-size: 200% 200%;
  -moz-animation: gradient2 2s ease-in-out infinite;
  -webkit-animation: gradient2 2s ease-in-out infinite;
  animation: gradient2 2s ease-in-out infinite; }

@keyframes gradient2 {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}

.pricerange-disclaimer {
  width: 100%;
  max-width: 70rem;
  text-align: center;
  color: var(--blue-900);
  font-size: 1.4rem;
  margin: 0 auto 2rem; }
.pricerange-disclaimer p {
  display: inline-block;
  margin: 0;
  cursor: pointer; }
.pricerange-disclaimer span {
  font-size: 1.4rem; }

.cabby-happy {
  display: block;
  position: relative;
  z-index: 99;
  width: 20rem;
  margin: 2rem auto;
  transform: translate(0,0); }
.cabby-happy.click {
  animation: pop 1s; }
.range {
  display: block;
  width: 100%;
  max-width: 80rem;
  height: 1.2rem;
  margin: 0 auto 2rem;
  background: linear-gradient(94deg, rgba(230,57,70,1) 0%, rgba(52,152,219,1) 100%); }

@keyframes bounce-7 {
    0%   { transform: scale(1,1)      translateY(0); }
    10%  { transform: scale(1.1,.9)   translateY(0); }
    30%  { transform: scale(.9,1.1)   translateY(-100px); }
    50%  { transform: scale(1.05,.95) translateY(0); }
    57%  { transform: scale(1,1)      translateY(-7px); }
    64%  { transform: scale(1,1)      translateY(0); }
    100% { transform: scale(1,1)      translateY(0); }
}

@keyframes pop {
  0%   { transform: translate(0,0) scale(1.25, 0.75); }
  30%  { transform: translate(0, -80%) scale(1, 1); }
  45%  { transform: translate(0, -80%) rotate(15deg); }
  50%  { transform: translate(0, -80%) rotate(-15deg); }
  55%  { transform: translate(0, -80%) rotate(15deg); }
  70%  { transform: translate(0, -80%) rotate(-15deg); }
  90%  { transform: translate(0,20%) scale(1.25, 0.75); }
  100% { transform: translate(0,0) scale(1,1); }
}

@keyframes pop2 {
  0%   { transform: translate(50%, 10rem) scale(1.25, 0.75); }
  30%  { transform: translate(50%, -80%) scale(1, 1); }
  45%  { transform: translate(50%, -80%) rotate(15deg); }
  50%  { transform: translate(50%, -80%) rotate(-15deg); }
  55%  { transform: translate(50%, -80%) rotate(15deg); }
  70%  { transform: translate(50%, -80%) rotate(-15deg); }
  90%  { transform: translate(50%, 15rem) scale(1.25, 0.75); }
  100% { transform: translate(50%, 10rem) scale(1,1); }
}
@keyframes pop3 {
  0%   { transform: translate(6em, 8rem) scale(1.25, 0.75); }
  30%  { transform: translate(6em, -80%) scale(1, 1); }
  45%  { transform: translate(6em, -80%) rotate(15deg); }
  50%  { transform: translate(6em, -80%) rotate(-15deg); }
  55%  { transform: translate(6em, -80%) rotate(15deg); }
  70%  { transform: translate(6em, -80%) rotate(-15deg); }
  90%  { transform: translate(6em, 13rem) scale(1.25, 0.75); }
  100% { transform: translate(6em, 8rem) scale(1,1); }
}


/*.pricerange {
	display: block;
	position: relative;
	margin: 0 auto;
	text-align: center;
	width: 250px; }
.pricerange .price-low {
	position: absolute;
	bottom: 0;
	left: 5px;
	color: #fff;
	font-weight: 700;
	line-height: 30px; }
.pricerange .price-high {
	position: absolute;
	bottom: 0;
	right: 5px;
	color: #fff;
	font-weight: 700;
	line-height: 30px; }
.pricerange .meter {
	background: rgb(255,35,83);
	background: linear-gradient(90deg, rgba(255,35,83,1) 0%, rgba(0,212,255,1) 100%);
	width: 250px;
	height: 30px; }*/








main {
  position: relative; }

.refresh-cabby {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 30rem;
  margin: -7rem auto 2rem; }

.refresh {
  max-width: 30rem;
  margin: 0 auto 3rem; }
.refresh button {
  width: 100%; }

@media all and (min-width: 660px) {
  
  .refresh-cabby {
    margin: -10rem auto 2rem; }
  
}


.noscroll {
  overflow: hidden; }
.noscroll nav,
.noscroll header,
.noscroll main,
.noscroll main *,
.noscroll footer {
  display: none;
  visibility: hidden; }


.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  height: 100vh;
  display: none;
  background-color: var(--gray-100);
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.loader img {
  left: -15px; }

.loader .run {
  position: relative;
  z-index: 8;
  width: 30rem;
	transform: translate(40px,50px);
  animation: cabby-run 0.8s ease-in-out infinite; }
.loader .puff-sm {
  position: relative;
  z-index: 9;
  opacity: 0;
  transform: translate(40px,50px);
  animation: puff-sm 1.2s ease-in-out infinite; }
.loader .puff-lg {
  position: relative;
  z-index: 9;
  opacity: 0;
  transform: translate(40px,30px);
  animation: puff-lg 1.2s ease-in-out .2s infinite; }

@keyframes puff-sm {
  0% {
    opacity: 0;
    transform: translate(40px,60px);
  }
  25% {
    opacity: .5;
    
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    transform: translate(25px,50px);
  }
}

@keyframes puff-lg {
  0% {
    opacity: 0;
    transform: translate(40px,40px);
  }
  25% {
    opacity: .5;
    
  }
  50% {
    opacity: 1;
  }
  75% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    transform: translate(20px,30px);
  }
}

@keyframes cabby-run {
  0% {
		transform: translateY(-8px);
  }
	50% {
		opacity: 1;
		transform: translateY(5px);
	}
  100% {
		transform: translateY(-8px);
  }
}

/*.car__body {
  -webkit-animation: shake 0.2s ease-in-out infinite alternate;
          animation: shake 0.2s ease-in-out infinite alternate;
}
.car__line {
  -webkit-transform-origin: center right;
          transform-origin: center right;
  stroke-dasharray: 22;
  -webkit-animation: line 0.8s ease-in-out infinite;
          animation: line 0.8s ease-in-out infinite;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.car__line--top {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.car__line--middle {
  -webkit-animation-delay: 0.2s;
          animation-delay: 0.2s;
}
.car__line--bottom {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}*/

/*@-webkit-keyframes shake {
  0% {
    -webkit-transform: translateY(-5%);
            transform: translateY(-5%);
  }
  100% {
    -webkit-transform: translateY(3%);
            transform: translateY(3%);
  }
}*/


@-webkit-keyframes line {
  0% {
    stroke-dashoffset: 22;
  }
  25% {
    stroke-dashoffset: 22;
  }
  50% {
    stroke-dashoffset: 0;
  }
  51% {
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: -22;
  }
  100% {
    stroke-dashoffset: -22;
  }
}
@keyframes line {
  0% {
    stroke-dashoffset: 22;
  }
  25% {
    stroke-dashoffset: 22;
  }
  50% {
    stroke-dashoffset: 0;
  }
  51% {
    stroke-dashoffset: 0;
  }
  80% {
    stroke-dashoffset: -22;
  }
  100% {
    stroke-dashoffset: -22;
  }
}




.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 999;
  width: 100%;
  max-width: 50rem;
  border-radius: 4px;
  text-align: center;
  background-color: var(--gray-100);
  padding: 8rem 3rem 11rem;
  box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
  transform: translate(-50%,-60%); }
.modal h3 {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  text-transform: uppercase;
  line-height: 5rem;
  border-bottom: 1px solid var(--gray-400); }
.modal img {
  display: block;
  margin: 0 auto 2rem; }
.modal h2 {
  font-size: 2rem;
  margin: 0 0 1rem; }
.modal p {
  font-weight: 300;
  margin: 0; }
.modal .buttons {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-transform: uppercase;
  height: 8rem;
  border-top: 1px solid var(--gray-400); }
.modal .buttons button {
  height: 5rem;
  font-size: 1.4rem;
  line-height: 5rem;
  padding: 0 1rem; }
.modal .buttons button:first-of-type {
  width: 25%;
  background-color: transparent;
  border: 1px solid var(--blue-500);
  color: var(--blue-500);
  margin: 0 1.5rem; }
.modal .buttons button:first-of-type:hover {
  color: var(--blue-700);
  border-color: var(--blue-700); }
.modal .buttons button:last-of-type {
  width: 75%;
  background-color: var(--blue-500);
  color: var(--gray-100);
  margin: 0 1.5rem 0 0; }
.modal .buttons button:last-of-type:hover {
  background-color: var(--blue-700); }
.modal i {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  color: var(--gray-500);
  font-size: 1.8rem;
  line-height: 5rem;
  width: 5rem;
  text-align: center;
  cursor: pointer;
  transition: all ease .5s; }
.modal i:hover {
  color: var(--gray-900); }


.offer-lineup {
  width: 100%;
  max-width: 77rem;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }
.offer-lineup > div {
  border-radius: 5px;
  margin: 0 0 2rem; }

.offer-img {
  position: relative;
  background-color: #fff;
  text-align: center;
  margin: 0;
  padding: 3rem;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.12); }
.offer-img img {
  display: block;
  margin: 0 auto 2rem; }
.offer-img h2 {
  font-size: 2.4rem;
  margin: 0 0 1rem !important; }
.offer-img p {
  font-weight: 300;
  margin: 0; }

.offer-steps {
  display: flex;
  align-items: center;
  position: relative;
  background-color: var(--gray-600);
  color: var(--gray-100);
  margin: 0;
  padding: 3rem;
  width: 100%;
  box-shadow: 0 3px 6px rgba(0,0,0,0.06), 0 3px 6px rgba(0,0,0,0.12); }
.offer-steps h3 {
  color: var(--gray-100) !important;
  margin: 0; }
.offer-steps p:last-of-type {
  margin: 0; }
.offer-steps h3.strike,
.offer-steps p.strike {
  text-decoration: line-through;
  color: var(--gray-500) !important; }

.schedule-button {
  display: block;
  margin: 0 auto 3rem;
  font-weight: 700;
  line-height: 1.25;
  padding: 1.6rem 2.2rem;
  max-width: calc(100% - 4rem);
  /*background-color: var(--blue-500);*/
  background: linear-gradient(120deg, rgba(52,152,219,1) 0%, rgba(39,174,96,1) 50%, rgba(123,80,251,1) 80%, rgba(157,34,94,1) 100%);
  background-size: 400% 400%;
  font-size: 2.2rem;
  animation: gradient 3s ease-in-out infinite;
  /*animation: glowing 1500ms infinite;*/ }
.schedule-button:hover {
  background-color: var(--blue-700); }

.schedule-header {
  display: block;
  /*background: linear-gradient(120deg, rgba(52,152,219,1) 0%, rgba(39,174,96,1) 50%, rgba(123,80,251,1) 80%, rgba(157,34,94,1) 100%);
  background-size: 400% 400%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-animation: gradient 3s ease-in-out infinite;
  -webkit-animation: gradient 3s ease-in-out infinite;
  animation: gradient 3s ease-in-out infinite;*/ }

@keyframes glowing {
  0% { background-color: var(--blue-500); box-shadow: 0 0 3px var(--blue-200); }
  50% { background-color: var(--blue-500); box-shadow: 0 0 20px var(--blue-600); }
  100% { background-color: var(--blue-500); box-shadow: 0 0 3px var(--blue-200); }
}
@keyframes gradient {
  0% {
    background-position: 14% 0%;
  }
  50% {
    background-position: 87% 100%;
  }
  100% {
    background-position: 14% 0%;
  }
}

.schedule {
  margin: 0 auto 4rem;
  max-width: 110rem;
  /*border-bottom: 1px dotted #ccc;*/ }
.schedule:last-of-type {
  margin-bottom: 0; }
.schedule header,
.schedule section {
  width: 100%; }

.schedule header {
	position: relative;
  background-color: var(--blue-500);
  padding: 1.5rem 2rem; }
.schedule header h3 {
  color: var(--gray-100);
  margin: 0 0 .5rem; }
.schedule header p {
  color: var(--gray-100);
  font-weight: 300;
  margin: 0; }
.schedule header p span {
  margin-left: 1rem;
  font-size: 80%; }

.schedule header img {
	position: absolute;
	top: 50%;
	right: 2rem;
	width: 10rem;
	transform: translateY(-50%); }

@media all and (max-width: 530px) {
	
	.schedule header img {
		display: none; }
	
}

.schedule .mobile-only {
  display: block; }
.schedule .desktop-only {
  display: none; }

.schedule .day {
  padding: 2rem 2rem 1rem;
  border-bottom: 1px dotted var(--gray-500); }
.schedule .day:nth-child(even) {
  background-color: var(--gray-200); }
.schedule .day:nth-child(odd) {
  background-color: var(--gray-150); }
.schedule .day p {
  width: 100%;
  font-weight: 700;
  font-size: 1.8rem;
  margin: 0 0 1.5rem; }
.schedule .day p span {
  margin-left: .5rem;
  font-size: 1.5rem;
  font-weight: 300; }
.schedule .day ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding: 0; }
.schedule .day li,
.schedule .day a {
  padding: .5rem .8rem;
  /*border-radius: 4px;*/
  margin: 0 .5rem 1rem 0;
  background-color: var(--blue-500);
  color: var(--white);
  cursor: pointer;
	width: 9rem;
	text-align: center;
  transition: all ease .4s; }
.schedule .day li:hover,
.schedule .day a:hover {
  background-color: var(--blue-700); }
.schedule .day li.disabled,
.schedule .day a.disabled {
  cursor: not-allowed;
	color: var(--gray-500);
  background-color: var(--gray-400); }
.schedule .day li.disabled:hover,
.schedule .day a.disabled:hover {
  background-color: var(--gray-400); }

.schedule .mobile-only .day {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
  padding: 1rem; }
.schedule .mobile-only .day p {
  width: 50%;
  margin: 0; }
.schedule .mobile-only .day .select {
  width: 50%; }
.schedule .mobile-only .day .select option:disabled {
  text-decoration: line-through;
  color: var(--gray-500);
  background-color: var(--gray-300); }

@media all and (min-width: 770px) {
  
  .schedule section {
    border-top: 1px dotted var(--gray-400); }
  
  .schedule .day {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between; }

  .schedule .day p {
    margin: 0;
    width: 17.5rem; }
  .schedule .day ul {
    max-width: calc(100% - 17.5rem); }
  
  .offer-lineup > div {
    margin: 0 1rem; }
  .offer-lineup .offer-img {
    width: calc(70% - 2rem); }
  .offer-lineup .offer-steps {
    width: calc(30% - 2rem); }
  
}

@media all and (min-width: 1100px) {
  
  .schedule .mobile-only {
    display: none; }
  .schedule .desktop-only {
    display: block; }
  
}


.md-appointment,
.md-disclaimers {
	display: none;
	position: fixed;
	top: 10px;
	left: 10px;
	width: calc(100% - 20px);
	height: auto;
	border-radius: 4px;
	max-height: calc(100% - 20px);
	z-index: 9999;
	visibility: hidden;
	backface-visibility: hidden; }
	.md-appointment .md-content,
  .md-disclaimers .md-content {
		opacity: 0;
		background-color: #fff;
		border-radius: 4px;
		transition: all ease .3s;
		transform: translateY(-150%); }
  .md-disclaimers .md-content div {
    padding: 3rem; }
	.md-show .md-content {
		opacity: 1;
		transform: translateY(0); }
	
	.md-content h2 {
		position: relative;
		margin: 0;
		font-size: 2.2rem;
		padding: 2rem 6rem 2rem 3rem;
		text-align: left;
		font-weight: 700;
		color: rgb(93,173,226);
		text-transform: uppercase;
		border-bottom: 1px solid rgb(93,173,226); }
	.md-content p {
		text-align: center;
		margin: 0;
		line-height: 1.25;
		padding: 3rem 3rem 0; }
  .md-disclaimers .md-content p {
    text-align: left;
    margin: 0 0 2rem;
		padding: 0; }
	.md-content i:not(.done) {
		position: absolute;
		top: 0;
		right: 0;
		color: #aaa;
		font-size: 1.8rem;
		line-height: 5rem;
		width: 5rem;
		text-align: center;
		cursor: pointer;
		transition: all ease .5s; }
		.md-content i:not(.done):hover {
			color: #111; }
	.md-content form {
		padding: 3rem; }
	.md-content .input,
  .md-content input {
    width: 100%; }
	.md-content button {
		position: relative;
		width: 100%;
    height: 6rem;
		margin: 1rem 0 0; }
	.md-content .hide {
		display: none;
		visibility: hidden; }
	.md-content .error {
		border-color: #bf1b21; }
	.md-content i.done {
		position: absolute;
		top: 50%;
		left: 50%;
		font-size: 1.8rem;
		line-height: 4rem;
		width: 4rem;
		cursor: pointer;
		transform: translate(-50%,-50%); }

.md-scroll {
	overflow: scroll;
	overflow-x: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch; }
.md-block {
	display: block; }
.md-show {
	visibility: visible; }

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 9998;
	opacity: 0;
	background: rgba(0,0,0,.85);
	transition: all .3s; }
	.md-show ~ .md-overlay {
		opacity: 1;
		visibility: visible; }
	.md-overlay.show {
		opacity: 1;
		visibility: visible; }

@media all and (min-width: 600px) {
	
	.md-appointment,
  .md-disclaimers {
		top: 50px;
		left: 50%;
		width: 90%;
		max-width: 40rem;
		transform: translateX(-50%); }
	
}



.error-page {
  position: relative;
  text-align: center; }
.error-page .error-inner {
  margin: 6rem; }
.error-page .error-inner img {
  width: 100%;
  max-width: 40rem;
  margin: 4rem auto 0; }


.iframe {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; }
.iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%; }

.social {
  display: flex;
  align-items: center;
  margin-top: 2rem; }
.social a {
  margin: 0 1rem 0 0; }
.social a img {
  width: 3rem; }