:root {
	--color-primary: #fd6549;
	--color-primary-hover: #dc4f37ff;

	--color-primary: #b6912d;
	--color-primary-hover: #8b6f21;
}

.header-logo {
	height: 64px;
}

.footer_logo {
	height: 148px;
}

.hero-wrapper {
	padding: 60px 0;
	text-align: left;
	background: url("/assets/desktop-hero.png");
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	min-height: 560px;
}

.contact-phone a {
	color: white;
	text-decoration: none;
}

.hero-wrapper .container h1 {
	font-size: 50px;
	font-weight: 700;
	line-height: 1.1;
	margin: 0 0 9px 0;
	color: white;
}

.hero-wrapper .sub-title {
	font-size: 24px;
	color: #092251;
	font-weight: bold;
}

.dropdown_head_font {
	font-family: "Raleway", "sans-serif";
	font-weight: bold;
}

.quote-form {
	padding: 20px 20px;
	border-radius: 40px;
	text-align: center;
	max-width: 400px;
	margin: 30px auto auto auto;
	background: white;
}

.quote-form h3 {
	font-size: 18px;
	font-weight: bold;
}

.quote-form .zip-input-wrapper {
	display: inline-block;
	position: relative;
	margin: 15px 0;
}

.quote-form .zip-input-wrapper:before {
	position: absolute;
	content: "";
	background: url("/assets/cdn/map.png") no-repeat;
	left: 12px;
	top: 15px;
	width: 21px;
	height: 25px;
}

.insurance-provider {
	text-align: center;
	margin-top: 20px;
}

.state-list .list-group-item a {
	color: #0673ba;
	font-size: 18px;
}

.zip-input-wrapper .zip-input {
	color: #252525;
	border-radius: 3px;
	padding: 0.5em 1em 0.5em 42px;
	width: 150px;
	font-weight: bold;
	margin-right: 18px;
	margin-bottom: 8px;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%);
	height: 56px;
	font-size: 18px;
	border: 1px solid #bbbbbb;
}

.zip-input-wrapper .zip-input:focus {
	border-color: #1c95b2;
}

.quote-form .submit-button {
	padding: 5px 40px;
	border-radius: 25px;
	background: var(--color-primary);
	color: #ffffff !important;
	font-weight: bold;
	font-size: 24px;
	vertical-align: sub;
	display: inline-block;
	margin-top: 0.6rem;
}

.quote-form .submit-button:hover {
	background: var(--color-primary-hover);
	transition: all 0.25s;
}

.quote-form-dropdown .submit-button {
	padding: 8px 30px;
	border-radius: 25px;
	background: var(--color-primary);
	color: #ffffff;
	font-weight: 900;
	font-size: 30px;
	vertical-align: sub;
	display: inline-block;
	margin-top: 10px;
}

.quote-form-dropdown .submit-button:hover {
	background: var(--color-primary);
	transition: all 0.25s;
}

#country_list {
	margin-top: 10px;
	display: inline-block !important;
	color: #2b2828;
	border-radius: 3px;
	padding: 0.5em 1em 0.5em 17px;
	width: 100%;
	font-weight: 900;
	margin-right: 18px;
	margin-bottom: 8px;
	box-shadow: 0 0 15px rgb(0 0 0 / 20%) !important;
	height: 62px;
	font-size: 20px;
	outline: 1px solid #bbbbbb !important;
	text-indent: 1px;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: none;
	background: transparent
		url("http://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/br_down.png")
		no-repeat 95%;
}

.custom-select {
	font-size: 18px;
	padding: 10px 16px;
	border-radius: 10px;
	border: 0;
	outline: 1px solid;
	border-right: 16px solid transparent;
}

.list-group-item.active {
	background-color: rgb(173, 18, 18);
	border-color: grey;
}

.list-group-item {
	margin-bottom: -10px;
	background: transparent;
}

.how-it-works {
	text-align: center;
	padding: 30px 0 0 0;
	margin-bottom: 100px;
}

.desktop-rates {
	display: block;
}

.mobile-rates {
	display: none;
}

.how-it-works h3 {
	margin: 20px auto;
}

.how-it-works-item {
	text-align: left;
	margin-bottom: 20px;
}

.how-it-works-item .step {
	color: var(--color-primary);
	font-size: 23px;
	font-weight: bold;
}

.how-it-works-item .step-title {
	font-size: 25px;
	font-weight: 700;
}

.how-it-works-item .step-content {
	font-size: 17px;
}

.how-it-works-item img {
	max-height: 194px;
}

.how-it-works h3 {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 20px;
}

.state-list {
	padding: 0 0 40px 0;
	display: block !important;
}

.state-list h2 {
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.state-list h3 {
	font-size: 18px;
	color: #0673ba;
	text-align: center;
	font-weight: bold;
}

.state-list h3 .highlight {
	display: inline-block;
	border-bottom: solid 4px #0673ba;
	font-weight: bold;
}

.select-state {
	padding: 0 18px;
	display: none !important;
	padding-bottom: 15%;
}

.select-state h2 {
	font-size: 35px;
	font-weight: 900;
	text-align: left;
	margin-bottom: 5%;
}

.select-state h3 {
	font-weight: bold;
	font-size: 20px;
	color: #0673ba;
	text-align: left;
	margin-bottom: 4%;
}

.select-state h3 .highlight {
	display: inline-block;
	border-bottom: solid 4px #0673ba;
}

.has-error {
	background: #fbbcbc !important;
	border: 2px solid #dc3545 !important;
}

@media (max-width: 1199px) {
	.select-state {
		display: none !important;
	}

	.contact-phone {
		display: block !important;
	}

	.how-it-works {
		margin-bottom: 25px;
		padding: 35px 10px;
	}
}

@media (max-width: 991px) {
	.header-logo {
		max-width: 240px !important;
	}

	.select-state {
		display: none !important;
	}

	.contact-phone {
		display: block !important;
	}

	.hero-wrapper h1 {
		font-size: 40px;
	}
}

@media (max-width: 767px) {
	.state-list {
		display: none !important;
	}

	.select-state {
		display: block !important;
	}

	.contact-phone {
		display: none !important;
	}

	.side_by_side_header {
		float: left;
		margin-right: 12%;
	}

	.hero-wrapper .sub-title {
		line-height: 26px;
	}

	.hero-wrapper {
		padding-top: 15px;
		padding-bottom: 25px;
	}

	.hero-wrapper h1 {
		font-size: 28px;
		line-height: 35px;
	}

	.hero-wrapper .sub-title {
		font-size: 16px;
		line-height: 22px;
	}

	.quote-form h3 {
		font-size: 16px;
		margin-bottom: 15px;
		text-align: left;
	}

	.insurance-provider img {
		max-width: 125px;
	}

	.select-state h2 {
		font-size: 24px;
		display: block;
		float: none;
		margin: 0 0 15px 0;
	}

	.quote-form-dropdown .submit-button {
		font-size: 24px;
	}

	.select-state h3 {
		font-size: 16px;
		line-height: 1.4;
	}

	.hero-wrapper {
		text-align: left;
	}

	.quote-form {
		margin-top: 25px;
		padding: 28px 27px 35px 24px;
		max-width: 100%;
	}

	.quote-form .zip-input-wrapper {
		display: block;
		margin: 0 0 15px 0;
	}

	.how-it-works h3 {
		font-size: 24px;
	}

	.how-it-works ul li {
		font-size: 16px;
	}

	.zip-input-wrapper .zip-input {
		width: 100%;
	}

	.submit-button {
		width: 100%;
	}
}

@media (max-width: 600px) {
	.header-logo {
		height: 46px;
	}

	.hero-wrapper {
		text-align: center;
		background-image: url("/assets/mobile-hero.png");
	}

	.hero-wrapper .container h1 {
		font-size: 36px;
	}

	.quote-form {
		margin-top: 40px;
	}

	.how-it-works {
		text-align: left;
		padding-top: 25px;
	}

	.how-it-works h3 {
		margin: 0 auto 25px auto;
	}

	.how-it-works-item .step {
		font-size: 20px;
	}

	.how-it-works-item .step-title {
		font-size: 20px;
	}

	.desktop-rates {
		display: none !important;
	}

	.mobile-rates {
		display: block !important;
		margin-top: 30px;
	}

	.hero-wrapper {
		min-height: 520px;
	}
}

@media (max-width: 397px) {
	.pull-left {
		float: none;
	}

	.side_by_side_header {
		float: left;
		margin-right: 2%;
	}
}

@media (max-width: 300px) {
	.quote-form .submit-button {
		font-size: 18px;
	}

	.quote-form-dropdown .submit-button {
		font-size: 18px;
	}

	#country_list {
		height: 52px;
		font-weight: bold;
	}
}

#form-question,
#form-result-insured,
#form-result-uninsured {
	transition: all 0.8s ease-in;
	-webkit-animation: fadeIn 1s;
	animation: fadeIn 1s;
}

.quote-form p {
	font-size: 0.8rem;
	margin-bottom: 0;
}

@-webkit-keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
@keyframes fadeIn {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}

.float {
	transform: translatey(0px);
	animation: float 3s ease-in-out infinite;
}

@keyframes float {
	0% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		transform: translatey(0px);
	}
	50% {
		box-shadow: 0 12px 15px 0px rgba(0, 0, 0, 0.2);
		transform: translatey(-8px);
	}
	100% {
		box-shadow: 0 5px 15px 0px rgba(0, 0, 0, 0.6);
		transform: translatey(0px);
	}
}
