<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@font-face {
  font-family: 'sofia_pro';
  src:url(../fonts/sofia-pro-black-webfont.ttf);
}
.columbus-heading-top button {
	background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
	border: 2px solid #fec606;
	border-radius: 0;
	color: #343434;
	font-family: "Roboto",sans-serif;
	font-size: 20px;
	font-weight: 700;
	margin-top: 35px;
	padding: 7px 30px;
	transition: all 0.5s ease 0s;
}
.columbus-heading-top button:hover{
	background:#000000;
	color:#fff;
}
.navbar {
	background-color:#ffffff;
    border: medium none;
    border-radius: 0;
    padding-top:0px;
	padding-bottom:0px;
	margin-bottom:0px;
}
.navbar-right{
	padding-top:0px;
}
.navbar-right li {
	padding-bottom: 20px;
	padding-right: 20px;
}
.navbar .navbar-right li a {
    color: #343434;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
	font-weight:300;
	text-transform:uppercase;
	padding-top:50px;
    padding-bottom: 20px;
}
.navbar .navbar-right li a:hover {
    color: none;
    background: none;
}
.navbar-brand  {
	padding:0px;
}
.navbar-brand &gt; img {
    margin-left: 20px;
    margin-top: 20px;
}
.columbus-home-header{
	background:url(../images/columbus-header-bg.jpg) center;
	background-size:cover;
	height:632px;
}
.columbus-home-header2{
	background:url(../images/columbus-header-bg2.jpg) center;
	background-size:cover;
	height:834px;
}
.columbus-heading-text{
	padding-top:210px;
}
.columbus-heading-text h1 {
    color: #000;    
    font-family: 'sofia_pro';
    font-size:70px;
	margin-top:0px;
    margin-bottom:40px;
}
.columbus-heading-text button {
	background:none;
	border-radius:0px;
	border:none;
	border:2px solid #000000;
    font-family: 'Roboto', sans-serif;
    font-size:29px;
	font-style:italic;
    font-weight:800;
	color: #000000;
	margin-top: 10px;
	padding: 8px 30px;
	transition:0.5s;
}
.columbus-heading-text button:hover{
	background:#000000;
	color:#fff;
}
#columbus-heading-homepagetext{
	padding-top:50px;
}
.columbus-contactbelowtop{
	background:#fff;
	margin-top:20px;
	padding:0px 15px 15px 15px;
}
.columbus-contactbelowtop h2 {
    font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight:700;
	color: #333333;
	text-align: center;
	margin-top:0px;
	margin-bottom:10px;
}
.columbus-contactbelowtop select {
	display: block;
	padding: 13px;
	margin-bottom:15px;
	width: 100%;
	height: 48px;
	border: none;
	border-radius: 0px;
	background: url(../images/columbus-arrow1.png) right center no-repeat;
	background-position: right 15px center;
	background-color: #e3e3e3;
	color: #545454;
    font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 19px !important;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
#instantoffer {
	background-color: #fec606;
	border: medium none;
	border-radius: 0px;
	color: #343434;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding-top: 13px;
	padding-bottom: 13px;
	width: 100%;
	transition: all 0.5s ease 0s;
	margin-bottom: 0px;
}
#instantoffer:hover{
	background:#dcb52f;
	color:#343434;
}
.columbus-contact-section{
	padding-top:50px;
	padding-bottom:80px;
}
.columbus-getquote h3 {
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 28px;
	color:#202020;
	margin-top:0px;
	margin-bottom:5px;
}
.columbus-getquote p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight:400;
	color:#666666;
	line-height: 1.2;
	margin-bottom:30px;
}
.form_part{
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight:400;
}
.columbus-getquote2 select {
	display: block;
	padding-left: 13px;
	margin-bottom:20px;
	width: 100%;
	height:50px;
	border: none;
	border:2px solid #7E7E7E;
	border-radius:15px;
	background: url(../images/columbus-arrow1.png) right center no-repeat;
	background-position: right 15px center;
    background-color:#fff;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: 16px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.columbus-getquote2 .form-control {
    background:#fff;
	box-shadow:inset 0 0px 0px rgba(0,0,0,.075);
    height:50px;
    border: none;
	border:2px solid #7E7E7E;
	font-family: 'Poppins', sans-serif;
	font-weight:500;
	font-size: 16px;
    color: #000;
    border-radius:15px;
	padding-left:13px;
	margin-bottom:20px;
}
.columbus-getquote2 .form-control::placeholder {
	color: #ccb8b0;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: 16px;
}
.columbus-getquote2 #zipcode{
	margin-top:40px;
	margin-bottom:20px;
	text-align:center;
}
.columbus-getquoteleftbtn{
	padding-top:35px;
}
.columbus-getquoteleftbtn button {
	background-color: #fff;
	border: medium none;
	border: 2px solid #fec606;
	border-radius: 30px;
	color: #343434;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 60px;
	transition: all 0.5s ease 0s;
	margin-bottom: 0px;
}
.columbus-getquoterightbtn{
	padding-top:35px;
}
.columbus-getquoterightbtn button {
	background-color: #fec606;
	border: medium none;
	border: 2px solid #fec606;
	border-radius: 30px;
	color: #343434;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 60px;
	transition: all 0.5s ease 0s;
	margin-bottom: 0px;
	float: right;
}
.columbus-radiowrap{
	margin-bottom:0px;
}
.columbus-radio1{
	background:#fff;
	border-radius:15px;
	border:2px solid #7E7E7E;
	padding:15px 0px 15px 15px;
	margin-bottom:15px;
}
.columbus-radio1 label {
	color: #3D3D3D;
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 8px;
}
.columbus-radio1 .form-check-input:checked {
	background-color: #05b693;
	border-color: #67C966;
}
.columbus-radio1 .form-check-input[type="radio"] {
	border-radius: 50%;
	margin-top: 5px;
	margin-right: 5px;
}
.columbus-acceptform h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #202020;
	margin-bottom: 20px;
}
.columbus-accepttop{
	padding-top:20px;
}
.columbus-accepttop h4 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color:#202020;
	margin-bottom: 60px;
}
.columbus-accepttop h4 span.new {
	vertical-align: middle;
	display: block;
	margin-bottom: 45px;
}
.columbus-accepttop h4 span.one {
	display: inline-block;
	font-size: 40px;
	vertical-align: top;
	margin-left: 42px;
}
.columbus-accepttop h4 span.two {
	display: inline-block;
	font-size: 42px;
}
.columbus-accepttop3 h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 28px;
	color: #1D2122;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
}
.columbus-acceptform label {
	font-family: 'Poppins', sans-serif;
	font-weight: 500;
	font-size: 15px;
	margin-bottom:5px;
}
.columbus-acceptform select {
	display: block;
	padding-left: 13px;
	margin-top:0px;
	margin-bottom:2px;
	width: 100%;
	height:50px;
	border: none;
	border:2px solid #7E7E7E;
	border-radius:15px;
	background: url(../images/columbus-arrow1.png) right center no-repeat;
	background-position: right 15px center;
    background-color:#fff;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight:400;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.columbus-acceptform .form-control {
    background:#fff;
	box-shadow:inset 0 0px 0px rgba(0,0,0,.075);
    height:50px;
    border: none;
	border:2px solid #7E7E7E;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight:500;
    color: #000;
    border-radius:15px;
	padding-left:13px;
	margin-bottom:2px;
}
.columbus-acceptform .form-control::placeholder {
	color: #ccb8b0;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	font-weight:400;
}
.columbus-acceptformstep{
	margin-bottom:10px;
}
.columbus-thanks{
	padding-top:70px;
}
.columbus-thanks h3 {
	font-family: 'Poppins', sans-serif;
	font-size: 34px;
	font-weight: 700;
	color: #202020;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.columbus-thanks p {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #111111;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}
.columbus-thanks a {
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:16px;
	color: #111111;
	text-align: center;
	display:block;
	text-decoration:none;
}
.autovin-number{
	margin-bottom:15px;
}
.autovin-number button {
	background: #fec606;
	color: #343434;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	border: none;
	padding: 11px 30px;
	border-radius: 30px;
}
.site-popup h2{
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:26px;
	color: #1D2122;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
.site-popup h3 {
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #fec606;
	text-align: center;
	margin-top: 10px;
}
.site-popup h4{
	font-family: 'Poppins', sans-serif;
	font-weight:700;
	font-size:30px;
	color: #29bb6c;
	text-align: center;
	margin-bottom:10px;
}
.site-popup h4 span {
	display: inline-block;
	font-size: 18px;
	vertical-align: top;
}
.site-popup button#accept_offer_confirm_button {
	background: #fec606;
	color: #343434;
	font-family: 'Poppins', sans-serif;
	font-weight: 600;
	font-size: 16px;
	border: none;
	padding: 9px 24px;
	border-radius: 30px;
	text-transform: uppercase;
	display: block;
	margin: 0px auto;
	margin-bottom: 5px;
}
.site-popup a {
	font-family: 'Poppins', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #f21010;
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	display: block;
}
.site-popup .close{
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5;
	text-shadow:0 0px 0 #000 !important;
}
#accept_offer_error_modal .close{
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5;
	text-shadow:0 0px 0 #000 !important;
}
.site-popup2 h5 {
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: 23px;
	color: #000;
	display:inline-block;
	margin-top: 0px;
	margin-bottom: 10px;
}
.site-popup2 .close{
	box-sizing: content-box;
	width: 1em;
	height: 1em;
	padding: .25em .25em;
	color: #000;
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
	border: 0;
	border-radius: .25rem;
	opacity: .5;
	text-shadow:0 0px 0 #000 !important;
}
.site-popup2 h2 {
	font-family: 'Poppins', sans-serif;
	font-weight:600;
	font-size: 26px;
	color:#ad1a2c;
	margin-top: 0px;
	margin-bottom:10px;
}
.site-popup2 p {
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size: 18px;
	color: #4F4F4F;
	line-height: 1.2;
	margin-bottom:30px;
}
.site-popup2 .form-control {
    background:#fff;
	box-shadow:inset 0 0px 0px rgba(0,0,0,.075);
    height:50px;
    border: none;
	border:2px solid #B8B8B8;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight:500;
    color: #000;
    border-radius:30px;
	padding-left:13px;
	margin-bottom:20px;
}
.site-popup2 .form-control::placeholder {
	color: #ccb8b0;
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	font-weight:400;
}
.site-popupbtn1 button#modal_vin_prev {
	background-color: #fff;
	border: medium none;
	border: 2px solid #000;
	border-radius: 30px;
	color: #000;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 30px;
	transition: all 0.5s ease 0s;
	margin-bottom: 0px;
	float: left;
}
.site-popupbtn1 button#modal_vin_prev img{
	margin-right:10px;
}
.site-popupbtn2 button#modal_vin_next {
	background-color: #000;
	border: medium none;
	border: 2px solid #000;
	border-radius:30px;
	color: #FFFFFF;
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 30px;
	transition: all 0.5s ease 0s;
	margin-bottom: 0px;
	float:right;
}
.site-popupbtn2 button#modal_vin_next img{
	margin-left:10px;
}
.columbus-accepttop2 p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #111111;
	line-height: 1.4;
	margin-top: 10px;
}
.acceptform-textbelow p {
	font-family: 'Poppins', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #111111;
	line-height: 1.4;
	margin-bottom: 0px;
}
#home_ymm_error{
	margin-bottom:0px;
	margin-top:5px;
}
.columbus-acceptstep{
	padding-bottom:15px;
}
#flat-tire-checkboxes{
	color:#3D3D3D;
	font-family: 'Poppins', sans-serif;
}
#wheels-removed-checkboxes{
	color:#3D3D3D;
	font-family: 'Poppins', sans-serif;
}
#body-intact-checkboxes{
	color:#3D3D3D;
	font-family: 'Poppins', sans-serif;
}
#exterior-damage-checkboxes{
	color:#3D3D3D;
	font-family: 'Poppins', sans-serif;
}
#lights-damage-checkboxes{
	color:#3D3D3D;
	font-family: 'Poppins', sans-serif;
}
a:hover {
    text-decoration: none;
}
a:focus{
	outline:0 solid;
}
body{
	 overflow-x: hidden;
}
.columbus-text-section{
	background:#fec606;
	padding-top:150px;
	padding-bottom:140px;
}
.columbus-text-wrapper{
	padding-left:0px;
	padding-right:0px;
}
.columbus-text-paragraph img{
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
}
.columbus-text-paragraph h2 {
	color: #2a2a2a;
	font-family: "Dosis",sans-serif;
	font-size: 40px;
	font-weight: 700;
	margin-top: 3px;
	position: relative;
	text-align: center;
	z-index: 9999;
}
.columbus-text-border hr {
	border-color: #000000 -moz-use-text-color -moz-use-text-color;
	border-image: none;
	border-style: solid none none;
	border-width: 3px 0 0;
	margin-bottom: 20px;
	margin-top: 26px;
}
.columbus-text-details{
	padding-top:50px;
}
.columbus-text-details p{
	color:#000000;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	line-height:1.6;
	text-align:center;
}
.columbus-work-section{
	padding-top:80px;
}
.columbus-work-text{
	padding-bottom:80px;
}
.columbus-work-text img{
	display: block;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 0;
	text-align: center;
}
.columbus-work-text h2 {
	color: #2a2a2a;
	font-family: "Dosis",sans-serif;
	font-size: 40px;
	font-weight: 700;
	margin-top: 3px;
	position: relative;
	text-align: center;
	z-index: 9999;
	padding-bottom:30px;
	text-transform:uppercase;
}
.columbus-work-text p{
	color:#000000;
	font-family: 'Roboto', sans-serif;
	font-size:18px;
	font-weight:400;
	line-height:1.6;
	text-align:center;
	padding-bottom:20px;
}
.columbus-footer-section{
	background:#2a2a2a;
	padding-top:50px;
	padding-bottom:30px;
}
.columbus-footer-text p{
	font-family: "Roboto",sans-serif;
	font-size:14px;
	font-weight:400;
	color: #fec606;
	text-align:center;
}</pre></body></html>