.conway-home-header{
	background:url(../images/conway-header-bg.jpg) center;
	background-size:cover;
	height:699px;
}
.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: #1f292e;
    font-family: 'Raleway', sans-serif;
    font-size: 13px;
	font-weight:800;
	text-transform:uppercase;
	padding-top:35px;
    padding-bottom: 20px;
}
.navbar .navbar-right li.active::after {
	border-bottom: 3px solid #333333;
	bottom: 0;
	content: "";
	height: 2px;
	left: 0;
	margin: 0 auto;
	position: absolute;
	right: 15px;
	width: 60%;
}
.navbar .navbar-right li a:hover {
    color: none;
    background: none;
}
.navbar-brand  {
	padding:0px;
}
.navbar-brand > img {
    margin-left: 20px;
    margin-top: 20px;
}
.conway-heading-text{
	padding-top:210px;
}
.conway-heading-text h1 {
    color: #fff;    
    font-family: 'Source Sans Pro', sans-serif;
    font-size:70px;
    font-weight:900;
	margin-top:0px;
    margin-bottom:10px;
	text-align:center;
}
.conway-heading-text p{
    color: #fff;    
    font-family: 'Raleway', sans-serif;
    font-size:17px;
    font-weight:800;
	text-align:center;
	text-transform:uppercase;
	margin-bottom:30px;
}
.conway-heading-text button {
	background: #0eaff5 none repeat scroll 0 0;
	border-radius:0px;
	border:none;
    font-family: 'Raleway', sans-serif;
    font-size:20px;
    font-weight:800;
	color: #fff;
	margin-top: 10px;
	padding: 12px 30px;
	display:block;
	margin:0px auto;
	text-transform:uppercase;
}
.conway-heading-text button:hover{
	background:#04aff9;
	color:#fff;
}
#conway-heading-hometext{
	padding-top:170px;
}
.conway-contactrighttop{
	background:#fff;
	margin-top:120px;
	padding:15px 15px 15px 15px;
}
.conway-contactrighttop h2 {
    font-family: 'Poppins', sans-serif;
	font-size: 21px;
	font-weight:700;
	color: #333333;
	text-align: center;
	margin-top:0px;
	margin-bottom:10px;
}
.conway-contactrighttop select {
	display: block;
	padding: 13px;
	margin-bottom:15px;
	width: 100%;
	height: 48px;
	border: none;
	border-radius: 0px;
	background: url(../images/conway-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:#0eaff5;
	border: medium none;
	border-radius:0px;
	color: #fff;
    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:#049cde;
	color:#fff;
}
.conway-contact-section{
	padding-top:50px;
	padding-bottom:80px;
}
.conway-getquote h3 {
	font-family: 'Raleway', sans-serif;
	font-weight:600;
	font-size: 28px;
	color:#202020;
	margin-top:0px;
	margin-bottom:5px;
}
.conway-getquote p {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight:400;
	color:#666666;
	line-height: 1.2;
	margin-bottom:30px;
}
.form_part{
	font-family: 'Raleway', sans-serif;
	font-size: 16px;
	font-weight:400;
}
.conway-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/conway-arrow1.png) right center no-repeat;
	background-position: right 15px center;
    background-color:#fff;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 16px;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.conway-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: 'Raleway', sans-serif;
	font-weight:500;
	font-size: 16px;
    color: #000;
    border-radius:15px;
	padding-left:13px;
	margin-bottom:20px;
}
.conway-getquote2 .form-control::placeholder {
	color: #ccb8b0;
	font-family: 'Raleway', sans-serif;
	font-weight:400;
	font-size: 16px;
}
.conway-getquote2 #zipcode{
	margin-top:40px;
	margin-bottom:20px;
	text-align:center;
}
.conway-getquoteleftbtn{
	padding-top:35px;
}
.conway-getquoteleftbtn button {
	background-color: #fff;
	border: medium none;
	border: 2px solid #0eaff5;
	border-radius: 30px;
	color: #0eaff5;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 60px;
	transition: all 0.5s ease 0s;
	margin-bottom: 0px;
}
.conway-getquoterightbtn{
	padding-top:35px;
}
.conway-getquoterightbtn button {
	background-color: #0eaff5;
	border: medium none;
	border: 2px solid #0eaff5;
	border-radius: 30px;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 10px 60px;
	transition: all 0.5s ease 0s;
	margin-bottom: 0px;
	float: right;
}
.conway-radiowrap{
	margin-bottom:0px;
}
.conway-radio1{
	background:#fff;
	border-radius:15px;
	border:2px solid #7E7E7E;
	padding:15px 0px 15px 15px;
	margin-bottom:15px;
}
.conway-radio1 label {
	color: #3D3D3D;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 15px;
	margin-bottom: 8px;
}
.conway-radio1 .form-check-input:checked {
	background-color: #05b693;
	border-color: #67C966;
}
.conway-radio1 .form-check-input[type="radio"] {
	border-radius: 50%;
	margin-top: 5px;
	margin-right: 5px;
}
.conway-acceptform h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 22px;
	color: #202020;
	margin-bottom: 20px;
}
.conway-accepttop{
	padding-top:20px;
}
.conway-accepttop h4 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color:#202020;
	margin-bottom: 60px;
}
.conway-accepttop h4 span.new {
	vertical-align: middle;
	display: block;
	margin-bottom: 45px;
}
.conway-accepttop h4 span.one {
	display: inline-block;
	font-size: 40px;
	vertical-align: top;
	margin-left: 42px;
}
.conway-accepttop h4 span.two {
	display: inline-block;
	font-size: 42px;
}
.conway-accepttop3 h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 28px;
	color: #1D2122;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 15px;
}
.conway-acceptform label {
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	font-size: 15px;
	margin-bottom:5px;
}
.conway-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/conway-arrow1.png) right center no-repeat;
	background-position: right 15px center;
    background-color:#fff;
	color: #000;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight:400;
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.conway-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: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight:500;
    color: #000;
    border-radius:15px;
	padding-left:13px;
	margin-bottom:2px;
}
.conway-acceptform .form-control::placeholder {
	color: #ccb8b0;
	font-family: 'Raleway', sans-serif;
	font-size: 15px;
	font-weight:400;
}
.conway-acceptformstep{
	margin-bottom:10px;
}
.conway-thanks{
	padding-top:70px;
}
.conway-thanks h3 {
	font-family: 'Raleway', sans-serif;
	font-size: 34px;
	font-weight: 700;
	color: #202020;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 30px;
}
.conway-thanks p {
	font-family: 'Raleway', sans-serif;
	font-weight: 400;
	font-size: 18px;
	color: #111111;
	line-height: 1.2;
	text-align: center;
	margin-bottom: 30px;
}
.conway-thanks a {
	font-family: 'Raleway', 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: #0eaff5;
	color: #fff;
	font-family: 'Raleway', sans-serif;
	font-weight: 600;
	font-size: 16px;
	border: none;
	padding: 11px 30px;
	border-radius: 30px;
}
.site-popup h2{
	font-family: 'Raleway', sans-serif;
	font-weight:700;
	font-size:26px;
	color: #1D2122;
	text-align: center;
	margin-top: 0px;
	margin-bottom: 5px;
}
.site-popup h3 {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 20px;
	color: #0eaff5;
	text-align: center;
	margin-top: 10px;
}
.site-popup h4{
	font-family: 'Raleway', 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: #0eaff5;
	color: #fff;
	font-family: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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: 'Raleway', sans-serif;
	font-weight:600;
	font-size: 26px;
	color:#ad1a2c;
	margin-top: 0px;
	margin-bottom:10px;
}
.site-popup2 p {
	font-family: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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: 'Raleway', 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;
}
.conway-accepttop2 p {
	font-family: 'Raleway', sans-serif;
	font-size: 18px;
	font-weight: 500;
	color: #111111;
	line-height: 1.4;
	margin-top: 10px;
}
.acceptform-textbelow p {
	font-family: 'Raleway', 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;
}
.conway-acceptstep{
	padding-bottom:15px;
}
#flat-tire-checkboxes{
	color:#3D3D3D;
	font-family: 'Raleway', sans-serif;
}
#wheels-removed-checkboxes{
	color:#3D3D3D;
	font-family: 'Raleway', sans-serif;
}
#body-intact-checkboxes{
	color:#3D3D3D;
	font-family: 'Raleway', sans-serif;
}
#exterior-damage-checkboxes{
	color:#3D3D3D;
	font-family: 'Raleway', sans-serif;
}
#lights-damage-checkboxes{
	color:#3D3D3D;
	font-family: 'Raleway', sans-serif;
}
a:hover {
    text-decoration: none;
}
a:focus{
	outline:0 solid;
}
.conway-fast-section{
	padding-top:150px;
	padding-bottom:80px;
}
.conway-fast-img img{
	max-width:100%;
}
.conway-fast-text h2{
	color:#222222;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:35px;
	font-weight:900;
	font-style:italic;
	padding-top:60px;
	padding-bottom:20px;
}
.conway-fast-text p{
	color:#a5a5a5;
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:1.8;
}
.conway-buy-section{
	background:#282828;
	padding-top:120px;
	padding-bottom:100px;
}
.conway-buy-text h2{
	color:#fff;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:35px;
	font-weight:900;
	padding-bottom:20px;
	text-align:center;
}
.conway-buy-text p{
	color:#fff;
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:1.8;
	text-align:center;
}
.conway-junk-section{
	padding-top:80px;
}
.conway-junk-text{
	padding-bottom:60px;
}
.conway-junk-text h2{
	color:#222222;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:35px;
	font-weight:900;
	padding-bottom:20px;
	text-align:center;
}
.conway-junk-text p{
	color:#a5a5a5;
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:1.8;
	text-align:center;
	padding-bottom:20px;
}
.conway-simple-section{
	background:#ebebeb;
	padding-top:80px;
	padding-bottom:100px;
}
.conway-simple-text h3{
	color:#222222;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:35px;
	font-weight:900;
	padding-bottom:15px;
	text-align:center;
}
.conway-simple-text p{
	color:#a5a5a5;
	font-family: 'Raleway', sans-serif;
	font-size:15px;
	font-weight:400;
	line-height:1.8;
	text-align:center;
	padding-bottom:50px;
}
.conway-simple-heading{
	background:#fff;
	padding:25px;
	box-shadow: 0 2px 2px -2px gray;
}
.conway-simple-heading h4{
	color:#222222;
	font-family: 'Source Sans Pro', sans-serif;
	font-size:18px;
	font-weight:900;
	text-align:center;
}
.conway-footer-section{
	background:#282828;
	padding-top:40px;
	padding-bottom:30px;
}
.conway-footer-text p{
	font-family: "Poppins",sans-serif;
	font-size:14px;
	font-weight:400;
	color: #9b9b9b;
	text-align:center;
}