h1{font-size:80px;line-height:100px;text-transform:uppercase}@media(max-width:767px){h1{font-size:36px;line-height:36px}}h2{font-size:35px;line-height:44px;font-weight:normal}h3{font-size:25px;line-height:27px;font-weight:normal}p{color:#2b2b2b}.form-row{display:flex;justify-content:space-between;gap:15px;margin-top:30px;flex-wrap:wrap}.form-row.shrink{display:inline-flex}.form-row.unlabelled{margin-top:0}@media(max-width:767px){.mobile-column{flex-direction:column}}.form-control{font-size:16px;line-height:22px;color:#262626;width:100%;align-self:flex-start;flex:1}.form-control.expand{flex:2}.form-control.unlabelled{margin-top:22px}.form-control.link{align-self:center}.form-control>label{font-weight:bold;display:block;padding-bottom:5px}.form-control>label.inline{display:inline-block}.form-control .checkbox{display:flex;margin-top:7px;position:relative}.form-control .checkbox input[type=checkbox]{width:25px;height:25px;margin-right:25px}.form-control .checkbox label{cursor:pointer;font-size:14px;margin-top:5px;width:100%}.form-control .checkbox label a{white-space:nowrap;color:#262626}.form-control .checkbox label.error{color:red;font-size:12px;position:absolute;margin-bottom:-20px;bottom:0}.form-control input:not([type=radio]):not([type=checkbox]),.form-control select,.form-control textarea{padding:20px 30px;width:100%;border:1px solid}.form-control input:not([type=radio]):not([type=checkbox]):focus-visible,.form-control select:focus-visible,.form-control textarea:focus-visible{outline:0}.form-control input:not([type=radio]):not([type=checkbox]).small,.form-control select.small,.form-control textarea.small{width:110px}.form-control input:not([type=radio]):not([type=checkbox]).fixed-size,.form-control select.fixed-size,.form-control textarea.fixed-size{max-width:350px}.form-control select{padding-right:40px}.form-control .select2{width:100%;max-width:500px;border:1px solid #000}.form-control .select2 .select2-selection--multiple{border-radius:0;border:0!important;padding:0 0 10px 0}.form-control .select2 .select2-selection--multiple .select2-search__field{margin:20px 15px}.form-control .select2 .select2-selection--multiple .select2-selection__choice{border-radius:0;color:#fff;background-color:#000;padding:12px 10px 12px 35px;margin-top:15px;margin-left:10px}.form-control .select2 .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove{height:100%;border-right:0;font-size:26px;color:#fff;border-radius:0;padding-left:10px;padding-right:10px}.form-control .select2 .select2-selection--multiple .select2-selection__choice .select2-selection__choice__remove:hover{background-color:#fff;color:#000}.select2-container--default .select2-results__option{padding:13px 20px;position:relative}.select2-container--default .select2-results__option:not(:first-child){border-top:1px solid #bbb}.select2-container--default .select2-results__option.select2-results__option--selected{background-color:#f4f4f4}.select2-container--default .select2-results__option.select2-results__option--selected:after{content:"";background-image:url("/Content/images/checkmark.svg");background-repeat:no-repeat;width:10px;height:10px;position:absolute;right:15px;top:18px}.select2-container--default .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable{background-color:#000}.select2-container--default .select2-results__option.select2-results__option--highlighted.select2-results__option--selectable.select2-results__option--selected:after{filter:invert(1)}select{background:url("/Content/images/ionic-ios-arrow-down.svg");background-size:contain;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-repeat:no-repeat;background-position:right 15px center;background-size:15px;background-color:#fff}select:disabled{cursor:not-allowed}.field-validation-error{color:red;font-size:12px;font-weight:normal;display:block;position:absolute}.radio-list-container{display:flex;justify-content:space-around}.form-control .radio-container{display:inline-block;position:relative;cursor:pointer;font-weight:normal;line-height:60px;padding-left:15px}.form-control .radio-container input[type=radio]{position:absolute;opacity:0}.form-control .radio-container .checkmark{display:inline-block;position:relative;height:32px;width:32px;margin:5px auto 0 auto;border:1px solid;background:#fff;border-radius:50%;top:10px;left:-15px}.form-control .radio-container .checkmark:after{content:"";position:absolute;display:none;top:7px;left:7px;width:16px;height:16px;border-radius:50%;background:#1c69d4}.form-control .radio-container input:checked~.checkmark{background-color:#fff}.form-control .radio-container input:checked~.checkmark:after{display:block}.loader{display:none;position:relative;width:30px;height:30px;margin:0 auto}.loader div{box-sizing:border-box;display:block;position:absolute;width:30px;height:30px;border:6px solid #fff;border-radius:50%;animation:loader 1.2s cubic-bezier(.5,0,.5,1) infinite;border-color:#fff transparent transparent transparent}.loader div:nth-child(1){animation-delay:-.45s}.loader div:nth-child(2){animation-delay:-.3s}.loader div:nth-child(3){animation-delay:-.15s}@keyframes loader{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}.steps{width:100%;color:#fff;background:#000;font-size:12px;letter-spacing:5.7px;text-transform:uppercase;display:flex;justify-content:center;position:sticky;top:0;z-index:1000}@media(max-width:767px){.steps{position:relative}}.steps .steps_inner{max-width:1300px;width:100%;display:flex;flex-wrap:wrap;justify-content:space-evenly;padding:20px 0;flex-direction:column}.steps .steps_inner .steps_inner-row{display:flex}@media(max-width:767px){.steps .steps_inner .steps_inner-row{display:inline-block;width:calc(100% - 70px);vertical-align:top}.steps .steps_inner .steps_inner-row:first-child{width:60px}}.steps .steps_inner .steps_inner-row .steps_step{display:flex;margin:5px;flex:1 0 calc(25% - 10px);justify-content:center;position:relative;opacity:.5;align-self:center;text-align:center}@media(max-width:767px){.steps .steps_inner .steps_inner-row .steps_step{text-align:left;display:block}}.steps .steps_inner .steps_inner-row .steps_step .dot{width:25px;height:25px;border:2px solid #fff;border-radius:100%}.steps .steps_inner .steps_inner-row .steps_step .dot:after{content:"";width:calc(100% - (50px));top:12.5px;left:calc(50% + 25px + 5px);height:1px;position:absolute;border-bottom:1px solid #fff}.steps .steps_inner .steps_inner-row .steps_step.current{opacity:1}.steps .steps_inner .steps_inner-row .steps_step.current .dot{border-color:#1c69d4}.steps .steps_inner .steps_inner-row .steps_step.current .dot:after{border-bottom:2px dashed #1c69d4}.steps .steps_inner .steps_inner-row .steps_step.complete{opacity:1}.steps .steps_inner .steps_inner-row .steps_step.complete .dot{border-color:#1c69d4;background:#1c69d4;color:#fff;display:flex;justify-content:center}.steps .steps_inner .steps_inner-row .steps_step.complete .dot img{align-self:center;padding-left:2px}.steps .steps_inner .steps_inner-row .steps_step.complete .dot:after{border-bottom:2px solid #1c69d4}.steps .steps_inner .steps_inner-row .steps_step.complete .dot:before{content:"";width:20px;height:20px;background-image:url("/Content/images/checkmark.svg");background-repeat:no-repeat;background-size:10px;background-position-x:5px;background-position-y:6px}.steps .steps_inner .steps_inner-row .steps_step:last-child .dot:after{border:0;display:none}@media(max-width:767px){.steps .steps_inner{display:block}.steps .steps_inner .steps_step{justify-content:flex-start;padding-left:20px;align-items:center;margin:0;flex:1 0 25%;line-height:28px;height:28px}.steps .steps_inner .steps_step .dot:after{border:0!important}}.step-nav{margin-top:40px;display:flex;justify-content:space-between}.step-nav .back{padding-left:24px;background:none}.step-nav .back .chevron{width:8px;height:8px;border-top:2px solid #000;border-left:2px solid #000;transform:rotate(-45deg);position:absolute;top:calc(50% - 4px);left:3px}.btn-primary{min-width:260px;height:51px;border:0;position:relative;cursor:pointer;font-size:15px}@media(max-width:767px){.btn-primary{width:100%}}.btn-primary .text{position:relative;padding-right:24px}.btn-primary .text .chevron{width:8px;height:8px;border-top:2px solid #fff;border-right:2px solid #fff;transform:rotate(45deg);position:absolute;top:calc(50% - 3px);right:3px}.btn-secondary{min-width:260px;height:51px;border:0;position:relative;cursor:pointer;font-size:15px;text-decoration:none;display:flex;justify-content:center;align-items:center;text-align:center}@media(max-width:767px){.btn-secondary{width:100%}}.btn-secondary .text{position:relative}.btn-secondary .text .chevron{width:8px;height:8px;border-top:2px solid #212121;border-right:2px solid #212121;transform:rotate(45deg);display:inline-block;margin-bottom:1px;margin-left:5px}.modal-open{overflow:hidden}.modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1050;display:none;overflow:hidden;-webkit-overflow-scrolling:touch;outline:0}.modal.fade .modal-dialog{-webkit-transform:translate(0,-25%);-ms-transform:translate(0,-25%);-o-transform:translate(0,-25%);transform:translate(0,-25%);-webkit-transition:-webkit-transform .3s ease-out;-o-transition:-o-transform .3s ease-out;transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out,-o-transform .3s ease-out}.modal.in .modal-dialog{-webkit-transform:translate(0,0);-ms-transform:translate(0,0);-o-transform:translate(0,0);transform:translate(0,0)}.modal-open .modal{overflow-x:hidden;overflow-y:auto}.modal-dialog{position:relative;width:auto;margin:10px;color:#1d1d1d}.modal-content{position:relative;background-color:#fff;background-clip:padding-box;border:1px solid #bbb;border:1px solid rgba(0,0,0,.2);-webkit-box-shadow:0 3px 9px rgba(0,0,0,.5);box-shadow:0 3px 9px rgba(0,0,0,.5);outline:0}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1040;background-color:#fff}.modal-backdrop.fade{filter:alpha(opacity=0);opacity:0}.modal-backdrop.in{filter:alpha(opacity=70);opacity:.7}.modal-header{padding:15px 15px 15px 60px;font-size:25px;text-transform:uppercase}.modal-header .close{margin-top:-2px}.modal-title{margin:0;line-height:1.42857143}.modal-body{position:relative;padding:15px 20px 60px 60px}.modal-footer{padding:15px;text-align:right;border-top:1px solid #e5e5e5}.modal-footer .btn+.btn{margin-bottom:0;margin-left:5px}.modal-footer .btn-group .btn+.btn{margin-left:-1px}.modal-footer .btn-block+.btn-block{margin-left:0}.modal-scrollbar-measure{position:absolute;top:-9999px;width:50px;height:50px;overflow:scroll}@media(min-width:768px){.modal-dialog{width:600px;margin:30px auto}.modal-content{-webkit-box-shadow:0 5px 15px rgba(0,0,0,.5);box-shadow:0 5px 15px rgba(0,0,0,.5)}.modal-sm{width:300px}}@media(min-width:992px){.modal-dialog{width:900px}.modal-dialog.small{width:750px}}@media(min-width:1350px){.modal-dialog{width:1300px}}.modal-header:before,.modal-header:after,.modal-footer:before,.modal-footer:after{display:table;content:" "}.modal-header:after,.modal-footer:after{clear:both}.header{padding-bottom:50px}.header .hero{display:flex;justify-content:center;position:relative;margin-bottom:60px}@media(max-width:767px){.header .hero{margin-bottom:30px}}.header .hero .hero-image{position:relative}.header .hero .hero-image img{max-width:100%;height:auto}.header .hero .hero-image h1{position:absolute;left:120px;color:#fff;font-weight:normal;font-size:65px;line-height:75px}@media(max-width:767px){.header .hero .hero-image{overflow-x:hidden}.header .hero .hero-image img{min-width:500px}.header .hero .hero-image h1{position:relative;color:#000;font-size:25px;left:0;line-height:30px;bottom:0}}.header .header-content{max-width:1920px;margin:auto}.ui-autocomplete{max-height:150px;overflow-y:auto;overflow-x:hidden}html{box-sizing:border-box}*,*:before,*:after{box-sizing:inherit}body{margin:0}.container{max-width:1300px;padding:0 140px}@media(max-width:1200px){.container{padding:0 70px}}@media(max-width:767px){.container{padding:0 20px}}a{color:#000}hr{border-top:1px solid #9d9d9d}.form-inner{display:none}.form-inner.show{display:block}.has-vehicle{display:flex;color:#262626}.has-vehicle>div{flex:50%}.has-vehicle>div.form-container{background-color:#f2f2f2;display:flex;justify-content:flex-end;flex:calc(50% + 300px)}.has-vehicle>div.form-container .seperator{margin:40px 0 10px;border-color:#bbb}.has-vehicle>div>.form-inner{max-width:680px;width:100%;margin:0 140px 60px 20px}@media(max-width:1400px){.has-vehicle>div>.form-inner{margin-right:20px}}@media(max-width:767px){.has-vehicle>div>.form-inner{margin-right:0;margin-left:0;padding:0 20px}}.has-vehicle>div.vehicle-details{display:flex;padding:0 0 0 100px}@media(max-width:1400px){.has-vehicle>div.vehicle-details{padding-left:30px}}.has-vehicle>div.vehicle-details>div{max-width:480px}.has-vehicle>div.vehicle-details .title{line-height:44px}.has-vehicle>div.vehicle-details .seperator{border-top:1px solid #d5d5d5;margin:20px 0}.has-vehicle>div.vehicle-details img{margin:35px auto 16px auto;max-width:100%;display:block}.has-vehicle>div.vehicle-details .legal-text{margin-top:7px}.has-vehicle>div.vehicle-details.fixed-section>div{position:fixed}@media(max-width:767px){.has-vehicle>div.vehicle-details{padding:0 20px}}.has-vehicle .autocomplete .unlabelled{flex-direction:column}.has-vehicle .autocomplete .unlabelled .link{text-align:center}.has-vehicle .form-row.halved .form-control{flex:calc(50% - 15px)}@media(max-width:1200px){.has-vehicle{flex-direction:column}.has-vehicle>div{flex:100%}.has-vehicle>div.vehicle-details{order:-1;justify-content:center;padding-bottom:30px}.has-vehicle>div.vehicle-details.fixed-section>div{position:relative;top:0!important}.has-vehicle>div.form-container{justify-content:center}}.no-vehicle{display:flex;justify-content:center;background-color:#f2f2f2;padding-bottom:70px}.no-vehicle .form-container{max-width:1300px;width:100%}.no-vehicle .form-container .form-inner{padding:0 30px}.no-vehicle .form-container .form-section-container{display:flex;flex:50%;gap:34px;align-items:flex-start}.no-vehicle .form-container .form-section-container .form-section{width:100%}@media(max-width:1200px){.no-vehicle .form-container .form-section-container{flex-direction:column}.no-vehicle .form-container .form-section-container .form-section{width:100%}}@media(max-width:1200px){.no-vehicle .form-container{max-width:100%}.no-vehicle .form-container .form-inner{padding:0 20px}}.no-vehicle .contact-method{min-width:200px}.no-vehicle .prequal_nav{justify-content:flex-end}.no-vehicle .prequal_nav .back{margin-right:55px;padding-right:10px}.ongoing-communication-explanation{margin-top:40px;font-size:14px}.terms-and-conditions{display:flex;justify-content:center}.terms-and-conditions div{max-width:1400px;padding:40px}.terms-and-conditions p{font-size:12px}.terms-and-conditions p a{color:#262626}.termsAndConditionsSubBody{font-size:14px}.legal-text{font-size:12px}.drilldown{display:none}.manualEntry{display:none}#quiz select{max-width:350px}#expensesForm .form-control{max-width:350px;position:relative}#expensesForm .form-control:before{content:"$";left:20px;bottom:20px;position:absolute;font-size:15px;font-weight:bold}#expensesForm .form-control input{padding-left:40px}.manualAddressLabel{text-align:center;font-size:12px}.manualAddress.form-row{display:none}.manualAddress.form-row>.form-control{flex:1}.manualAddress.form-row>.form-control:first-child{flex:2}.preferredLanguageContainer{min-width:170px}.phoneNumberContainer{min-width:170px}.contact-now{display:flex;align-items:center}.contact-now a{color:#000;text-decoration:none;font-weight:bold}.contact-now a img{padding-right:10px}.spaced-detail{display:flex;justify-content:space-between;font-size:15px}#termsAndConditionsModal ul{list-style-type:disc}.cards-container{display:flex;margin-top:30px}@media(max-width:767px){.cards-container{flex-direction:column}}.cards-container .borderless-card{padding:30px 30px 35px 30px;text-align:center;align-items:center;max-width:430px;width:100%;text-transform:uppercase}@media(max-width:767px){.cards-container .borderless-card{max-width:100%}}.cards-container .borderless-card+.borderless-card{margin:0 20px;padding-left:55px;border-left:1px solid #000}@media(max-width:767px){.cards-container .borderless-card+.borderless-card{margin:0;padding-left:30px;border-left-width:0}}.cards-container .borderless-card h3{font-size:22px}.cards-container .boxed-card{background-color:#fff;border-radius:5px;padding:30px 30px 35px 30px;border:1px solid #bbb;max-width:430px;width:100%;margin-right:20px}.cards-container .boxed-card:not(:first-child){margin-left:20px}@media(max-width:767px){.cards-container .boxed-card:not(:first-child){margin-left:0;margin-top:20px}}@media(max-width:767px){.cards-container .boxed-card{max-width:100%}}.cards-container .boxed-card>h3{margin-top:0}.cards-container .boxed-card>p{font-size:15px}.cards-container .boxed-card>p a{color:#000}.cards-container .boxed-card .resultPhoneNumber{font-weight:bold}.cards-container .boxed-card:nth-child(2){flex-grow:1}@media(max-width:767px){.cards-container .boxed-card>.spaced-detail{flex-direction:column}}.cards-container .boxed-card .spaced-detail h3{margin-bottom:15px;margin-top:0}.cards-container .boxed-card.centered{text-align:center}.boxed-cards{display:flex;gap:25px;margin-top:30px}@media(max-width:767px){.boxed-cards{flex-direction:column}}.retailer-detail{display:flex;padding-top:25px}.retailer-detail>img{padding-right:15px}.result-legal{font-size:12px}.resultContactNow{font-weight:bold}.resultContactNow img{padding-right:10px}a.link{color:#262626;min-width:320px;height:51px;line-height:46px;display:inline-block;text-decoration:none;text-align:center;align-self:center;font-size:15px;border:2px solid #262626;font-weight:bold}@media(max-width:767px){a.link{min-width:100%}}a.blue-link{background-color:#1c69d4;color:#fff;border-color:#1c69d4}ul.blue-check{list-style:none;padding-left:0}ul.blue-check li{padding-left:45px;position:relative;font-size:18px;line-height:40px;color:#2e2e2e}ul.blue-check li:before{position:absolute;left:0}.footer{margin:auto;padding-left:25px}.footer.has-vin{max-width:1450px}@media(max-width:1200px){.footer.has-vin{max-width:735px;padding-left:25px}}.footer a{color:#1c69d4;font-weight:bold;font-size:15px}.vehicle-name{font-weight:bold;padding-bottom:20px;font-size:18px}.seperator{margin-top:30px}.close-header{text-align:right}.close{cursor:pointer;padding:5px;font-size:25px}.terms-and-conditions-page{margin:0 auto;padding-bottom:70px}.quiz-data{color:green}.view-now{text-decoration:none;display:flex;justify-content:center;align-items:center;border:0;text-transform:uppercase;font-size:16px;padding:0;cursor:pointer}.banner .banner-text{display:none}@font-face{font-family:MINI-Sans-Serif;src:url("/Content/fonts/mini-sans-serif/mini_sans-medium-webfont.woff")}@font-face{font-family:MINI-Sans-Serif;src:url("/Content/fonts/mini-sans-serif/MINISansSerif-Bold.woff");font-weight:bold}@font-face{font-family:MINI-Serif;src:url("/Content/fonts/mini-serif/mini_serif-regular-webfont.woff")}@font-face{font-family:MINI-Serif;src:url("/Content/fonts/mini-serif/mini_serif-bold-webfont.woff");font-weight:bold}*{font-family:MINI-Serif}h2{font-weight:bold}h3{font-weight:bold}.header .hero .hero-image h1{top:45px;font-weight:bold}.header .hero .hero-image h1 span{z-index:1;position:relative}.header .hero .hero-image h1 span:after{content:" ";position:absolute;z-index:-1;left:-5px;bottom:-6%;width:calc(100% + 10px);height:55%;background-color:#00618a}ul.blue-check li:before{content:url("/Content/images/circle_checkmark.svg");top:5px}.form-control input,.form-control select,.form-control select option{font-family:MINI-Sans-Serif}.form-control input:not([type=radio]):not([type=checkbox]),.form-control select{font-size:16px;border-color:#000}.form-control .radio-container .checkmark{border-color:#000}.form-control .radio-container .checkmark:after{background:#000}.steps{letter-spacing:normal}.steps .steps_inner .steps_inner-row .steps_step{font-family:MINI-Sans-Serif}.steps .steps_inner .steps_inner-row .steps_step.current .dot{border-color:#fff}.steps .steps_inner .steps_inner-row .steps_step.current .dot:after{border-bottom-color:#fff}.steps .steps_inner .steps_inner-row .steps_step.complete .dot{border-color:#fff;background:#fff}.steps .steps_inner .steps_inner-row .steps_step.complete .dot:before{background-image:url("/Content/images/checkmark.svg");background-position-y:7px}.steps .steps_inner .steps_inner-row .steps_step.complete .dot:after{border-bottom-color:#fff}.step-nav .next:not([disabled]):hover img{filter:none}.step-nav .next img{filter:invert(1)}.step-nav .next>div:first-child{display:flex;align-items:center;justify-content:center}.btn-primary{color:#fff;border:2px solid #000;background-color:#000;transition:all .2s ease-in-out;font-size:16px}.btn-primary .text{text-transform:uppercase}.btn-primary:not([disabled]):hover{background-color:#fff;color:#000}.btn-primary *{font-family:"MINI-Sans-Serif"}.btn-primary[disabled]{opacity:.7}.legal-check,.legal-check *{font-family:"MINI-Sans-Serif"}.legal-text{font-family:"MINI-Sans-Serif"}