@charset "utf-8";
/* CSS Document */

@import url('https://fonts.googleapis.com/css?family=Muli');

body {
    color: #999 !important;
    text-decoration: none !important;
	font-family: 'Open Sans', sans-serif !important;
}


.bg--light-gray{
  background-color: #EBEDF0
}

table.table td img{
    width: 100%;
    height: auto;
}

#ymm{
display:none;
    font-size:1.2em;
    font-weight:600;
    color:#333;
  padding-bottom:1em;
}
#ymmImg{
  display: none;
  padding-bottom:44px;
}

#ymmImg img{
  padding-bottom:12px;
}
#year{
  display: none;
}
#model{
  display: none;
}
#make{
  display: none;
}

.ymm-coverage{
    font-size:1.1em;
    font-weight:600;
    color:#333;
  padding-bottom:.5em;
}
.ymmImg-coverage{
  padding-bottom:44px;
}

.ymmImg-coverage img{
  padding-bottom:12px;
}

#vinYear{
	font-size:12px;
  padding:12px;
}


.form-width {
	padding: 0px 30px 15px;
	border-top-left-radius: 25px;
    border-top-right-radius: 25px;
	box-shadow: 0px 2px 1px #ddd;
	margin: 0 auto;
	background-color: #fff;
	border: 1px solid rgba(0, 0, 0, 0.1);
}
.form-header {
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
	margin: 0 -30px;
    margin-bottom: 30px !important;
	background: #5C5C5C;
	padding: 15px;
	box-shadow: 0px 3px 6px 0px rgba(0, 0, 0, 0.24);
	color:#FFF !important;
}

a:focus, a:hover {
    text-decoration: none !important;
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus, input.checkbox:focus {
	outline:0px auto -webkit-focus-ring-color !important;
}
.btn-default.focus, .btn-default:focus, .btn-default:hover {
	color: #007bff !important;
    background-color: white !important;
    border: 1px solid #007bff !important;
    text-decoration: none;
}
.btn:active {
	box-shadow:none !important;
}
.btn-default {
	width:100%;
	border-radius: 2px !important;
	box-shadow:1px 4px 7px 0px rgba(99, 97, 97, 0.24);
	color:white !important;
	background-color: #007bff !important;
	border-color: transparent !important;
}
.btn.focus, .btn:focus {
	box-shadow:none !important;
}
.form-group {
	height: 40px;
}
.form-control {
	padding-left: 36px !important;
}
.form-control:focus {
	border-color: #ced4da !important;
    box-shadow: none !important;
}
.iconalign {
	top: -38px;
    position: relative;
    padding: 11px;
}

.btn-browse {
	background-color:#007bff;
	color:white;
	border-radius: 0px !important;
	border-bottom-right-radius: 4px !important;
	border-top-right-radius: 4px !important;
	height:40px;
}
.btn-browse:hover, .btn-browse:focus {
	background-color:#007bff !important;
	color:white !important;
}
.file {
	visibility:hidden;
	position:absolute;
}

.icon-button {
	background-color: #007bff;
	border-radius: 3.6rem;
	cursor: pointer;
	display: inline-block;
	height: 50px;
	margin: 0 5px;
	position: relative;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	width: 50px;
}
.icon-button span {
	border-radius: 0;
	display: block;
	height: 0;
	left: 50%;
	margin: 0;
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 0;
}
.icon-button:hover span {
	width: 3.6rem;
	height: 3.6rem;
	border-radius: 3.6rem;
	margin: -1.8rem;
	background-color: #4099ff;
}
.icon-button i {
	background: none;
	color: white;
	height: 50px;
	left: 0;
	line-height: 50px;
	position: absolute;
	top: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	width: 50px;
	z-index: 10;
}
.icon-button:hover .icon-twitter,
.icon-button:hover .icon-facebook,
.icon-button:hover .icon-google-plus {
	color: white;
}
.rating{
	direction: rtl;
}
.rating:not(:checked) > input {
    position:absolute;
    top:-9999px;
    clip:rect(0,0,0,0);
}
.rating:not(:checked) > label {
	direction: rtl;
    width:1em;
    padding:0.1em;
    overflow:hidden;
    white-space:nowrap;
    cursor:pointer;
    font-size:200%;
    line-height:1.2;
}
.rating:not(:checked) > label:before {
    content: '? ';
}
.rating > input:checked ~ label {
    color: #007bff;
}
.rating:not(:checked) > label:hover,
.rating:not(:checked) > label:hover ~ label {
    color: #007bff;
}
.rating > input:checked + label:hover,
.rating > input:checked + label:hover ~ label,
.rating > input:checked ~ label:hover,
.rating > input:checked ~ label:hover ~ label,
.rating > label:hover ~ input:checked ~ label {
    color: #007bff;
}
.rating > label:active {
    position:relative;
    top:2px;
    left:2px;
}



select {
	-webkit-appearance:none !important;
	-moz-appearance:none !important;
	-o-appearance:none !important;
}


 /** padding**/
  .padding-b-20{
padding-bottom: 20px;
}

  .padding-b-2em{
padding-bottom: 2em;
}

  .padding-b-3em{
padding-bottom: 3em;
}


  .padding-t-sm-em{
padding-top: .9em;
}
  .padding-t-2em{
padding-top: 2em;
}
 .padding-t-30{
padding-top: 30px;
}

/**margins**/

.no-margin {
  margin: 0px;
}

.margin-lr-20 {
  margin-left: 20px;
  margin-right: 20px;
}

.margin-r-6 {
  margin-top: 6px;
}

.margin-t-6 {
  margin-top: 6px;
}

.margin-t-10 {
  margin-top: 10px;
}

.margin-t-20 {
  margin-top: 20px;
}

.margin-t-2em {
  margin-top: 2em;
}

.margin-t-30 {
  margin-top: 30px;
}

.margin-t-40 {
  margin-top: 40px;
}

.margin-t-50 {
  margin-top: 50px;
}

    .margin-b-6 {
  margin-bottom: 6px;
}

.margin-b-10 {
  margin-bottom: 10px;
}

.margin-b-2em {
  margin-bottom: 2em;
}
.margin-b-20 {
  margin-bottom: 20px;
}

.margin-b-30 {
  margin-bottom: 30px;
}


.margin-b-40 {
  margin-bottom: 40px;
}

.margin-b-50 {
  margin-bottom: 50px;
}

.sidetext
{
    display:inline-block;
}

.type--form-disclaimer {
  font-size: 0.79714286em;
  line-height:  1.29714286em;
}





.btn {
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  border-radius: 6px;
  padding-top: 0.46428571em;
  padding-bottom: 0.46428571em;
  padding-right: 2.78571429em;
  padding-left: 2.78571429em;
  border: 1px solid #252525;
  border-width: 1px 1px 3px 1px;
  font-size: 1.25714286em;
  line-height: 1.85714286em;
}

.btn--apply{
  font-family: 'Open Sans', 'Helvetica', 'Arial', sans-serif;
  transition: 0.1s linear;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  border-radius: 6px;
  padding-top: 0.1828571em;
  padding-bottom: 0.1828571em;
  padding-right: 0.78571429em;
  padding-left: 0.78571429em;
  border: 1px solid #252525;
  border-width: 1px 1px 1px 1px;
  font-size: 0.99714286em;
  line-height: 1.85714286em;
}
.btn--sm {
  padding-top: 0.60952381em;
  padding-bottom: 0.60952381em;
  padding-right: 2.85714286em;
  padding-left: 2.85714286em;
}

.btn--primary,
.btn--primary:visited {
 background: #00C25E;
  border-color: #00AE53;
  font-weight:300;
  font-size: 1.15714286em;
  color:#FFF
}

.btn--primary:hover {
 background: #00CC63;
}
.btn--primary:active {
  background: #00AD54;
}



.btn--back,
.btn--back:visited {
	background: #FFFFFF;
	border-color: #EFEFEF;
	font-weight: 300;
	font-size: 1.15714286em;
	color: #000
}

.btn--primary:hover {
 background: #00CC63;
}
.btn--primary:active {
  background: #00AD54;
}


.btn--apply,
.btn--apply:visited {
 background: #003399;
  border-color: #00246B;
  font-weight:300;
  color:#FFF
}

.btn--apply:hover {
 background: #0047D6;
}
.btn--apply:active {
  background: #003399;
}

.type--uppercase {
  text-transform: uppercase;
}

/* Hidden placeholder */
select option[disabled]:first-child {
	display: none;
}

img {
  max-width: 90%;
}

.bg--black{
  background: #000000;
}
.bg--gray{
  background: #efefef;
}



.space--xs {
    padding: .7em;
}

.order-head h2{
color:#fff;
font-size: 2.2em;
}

.order-head h4{
color:#efefef;
margin-top: .6em;
font-size: 1.4em;
font-weight:300;
}

.order-head span
{
color:#F3CF05;
font-weight:700;
}

.boxed {
  position: relative;
  overflow: hidden;
  padding: 1.85714286em;
  margin-top: 2.5em;
  margin-bottom:2.5em;
  border-radius: 8px;
  color:#333;
}

.boxed.boxed--lg {
  padding-bottom: .13809524em;
}

.boxed--border {
  border: 1px solid #DFE3E7;
}

.box-shadow {
  box-shadow: 0px 0px 25px 0px rgba(0, 0, 0, 0.04);
}

.boxed--confirm{
  background-color: #FFF;
   position: relative;
  overflow: hidden;
  margin-bottom:1.5em;
  border-radius: 8px;
  color:#333;
   padding: 2.55714286em;
}

.text-container span {
  display: block;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

.receipt{
font-size:.81em;
}

.payment-receipt {
font-size:.90em;
}

.receipt-head{
font-size: 1.4em;
font-weight:900;
 text-transform: uppercase;
}

.covered-until{
font-size: 1.08em;
font-weight:300;
}

.payment-receipt h3{
font-size: 1.05em;
font-weight:900;
 text-transform: uppercase;
}



.confirm-header{
  font-size: 1.3em;
  font-weight:800;
  color:#666;
  text-transform: uppercase;
}

.link {
display: inline-block;
}



.secure {
 box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.04);
background-color:rgba(214, 255, 224, .5);
  margin-bottom:0;
  font-size:.94em;
  padding: .96809524em;
}

.secure h5{
   font-size:1.14em;
   font-weight:600;
}

ul.quote-benefits li {
list-style:none;
background-image: url('../img/quote-bullet.png');
background-repeat: no-repeat;
padding-left:1.95714286em;
padding-top:.2em;
padding-bottom:1.65714286em;
font-size:.9114286em;
font-weight:400;
}

.covered-period{
font-size: .8em;
}

#promo{
font-size: .8em;
}

.thank-you{
background-color:#FAFAFA;
margin-top:2em;
padding-top:2em;
padding-bottom:2em;
}

.thank-you h2{
 color:#333;
font-size: 1.2em;
font-weight:700;
}

.thank-you h4{
 font-size:1.2114286em;
 margin-top: .6em;
font-size: 1.0em;
font-weight:400;
}

footer {
   background: #252525;
    font-size: 0.72714286em;
    padding-top:1.8em;
    padding-bottom:1.8em;
}

footer a.type--fine-print {
  margin-left: 1.85714286em;
  color:#FFF
}

footer a.type--fine-print:first-child {
  margin-left: 0;
  color:#FFF
}

footer a.type--fine-print:active {
  text-decoration: underline;
    color:#FFF
}

footer a.type--fine-print:hover {
  color: #CED4DA;
  text-decoration: underline;
}

footer a.type--fine-print:visited {
  color: #2275d7;
  text-decoration: underline;
}

/**form validation**/

.vin-error {
 -webkit-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7)t;
  -moz-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  -ms-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  background-color: rgba(249, 88, 88, .1);
  color: #DE888A!important;
}

/**form validation**/
 .errorsContainer{
 -webkit-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7)t;
  -moz-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  -ms-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  background-color: rgba(249, 88, 88, .1);
  color: #DE888A;
  font-size: .8285714em;
   font-weight: normal;
   padding: 1em;
   margin-bottom:1.5em;
}

 .errorsContainer h5{
  font-size: 1.1285714em;
  font-weight:600;
 }

  .checkout-error{
 -webkit-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7)t;
  -moz-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  -ms-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  background-color: rgba(249, 88, 88, .1);
  color: #DE888A;
  font-size: .8285714em;
   font-weight: normal;
   padding: 1em;
   margin-bottom:1.5em;
}

 .form-control.state-error {
 -webkit-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7)t;
  -moz-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  -ms-box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  box-shadow: 0 0 1px 1px rgba(249, 88, 88, .7);
  background-color: rgba(249, 88, 88, .1);
  color: #DE888A;
  font-size: .9285714em;
}

@media all and (max-width: 767px) {
  .boxed {
    padding: 1.23809524em;
    margin-bottom: 15px;
  }

  .boxed.boxed--lg {
    padding: 1.23809524em;
  }
  .boxed div[class*='col-']:not(.boxed) {
    padding: 0;
  }
  .boxed:last-child {
    margin-bottom: 15px;
  }

  .order-head h2{
font-size: 1.5em;
}

.order-head h4{
font-size: .9em;

}
}
