@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,900&display=swap");

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 90%;
    font: inherit;
    line-height: 24px;
    vertical-align: baseline
}
body {
    margin: 0;
    text-align: left;
    background-color: #ffffff;
}

html {
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
    -webkit-font-smoothing: antialiased
}

.info-border {
    border-left-width: 3px !important;
    border-color: #0354A4 !important;
}

.h0 {
    font-size: 34px;
    font-weight: bold
}

.h1 {
    margin-bottom: 24px;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 500
}

.h2,.card-title,.section-title,.virtual-assistant-header {
    margin-bottom: 24px;
    line-height: 1.3;
    font-size: 24px;
    font-weight: 500
}

@media screen and (min-width: 768px) {
    .h2,.card-title,.section-title,.virtual-assistant-header {
        font-size:28px
    }
}

.h3,.media-object-title,.modal-title,.dlg-search-meta,.dlg-search-result--empty,.section-subtitle {
    margin-bottom: 16px;
    line-height: 1.3;
    font-size: 22px;
    font-weight: 500
}

.h4,.covid-banner-content .covid-banner-title {
    margin-bottom: 16px;
    line-height: 1.5;
    font-size: 18px;
    font-weight: 500
}

.section-title,.section-subtitle,.section-content {
    position: relative;
    margin: 0 auto;
    padding-right: 32px;
    padding-left: 32px;
    max-width: 1120px
}

.section-title::after,.section-subtitle::after,.section-content::after {
    display: block;
    clear: both;
    content: ''
}

@media screen and (max-width: 1023px) {
    .section-title,.section-subtitle,.section-content {
        padding:0 16px
    }
}

.section-title {
    margin-bottom: 24px
}

.section-subtitle {
    margin-bottom: 24px
}

.section-title+.section-subtitle {
    margin-top: -12px
}

@media screen and (min-width: 768px) {
    .section-subtitle {
        margin-bottom:32px
    }

    .section-title+.section-subtitle {
        margin-top: -20px
    }
}


.card-subtitle {
    line-height: 28px;
    font-size: 22px;
    font-weight: 500
}


.dot {
    display: inline-block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: #868686;
    background-color: rgba(0, 0, 0, 0);
    pointer-events: none;
}

.bg-dlg-primary {
    background-color: #E70B2C !important;
}

.bg-dlg-secondary {
    background-color: #F1F1F1 !important;
}

.border-dlg-secondary {
    border-color: #F1F1F1 !important;
}

.border-dlg-grey {
    border-color: #D4D4D4 !important;
}

.btn-dlg-green {
    background-color: #BFE400 !important;
}

.btn-dlg-yes-no {
    width: 100px;
}

.btn-dlg-primary {
    color: #fff;
    background-color: #0354A4;
    border-color: #0354A4;
}

.btn-dlg-primary:hover {
    color: #fff;
    background-color: #227dc7;
    border-color: #2176bd;
}

.btn-dlg-primary:focus,
.btn-dlg-primary.focus {
    color: #fff;
    background-color: #227dc7;
    border-color: #2176bd;
    box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}

.btn-dlg-primary.disabled,
.btn-dlg-primary:disabled {
    color: #fff;
    background-color: #0354A4;
    border-color: #0354A4;
}

.btn-dlg-primary:not(:disabled):not(.disabled):active,
.btn-dlg-primary:not(:disabled):not(.disabled).active,
.show > .btn-dlg-primary.dropdown-toggle {
    color: #fff;
    background-color: #2176bd;
    border-color: #1f6fb2;
}

.btn-dlg-primary:not(:disabled):not(.disabled):active:focus,
.btn-dlg-primary:not(:disabled):not(.disabled).active:focus,
.show > .btn-dlg-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(82, 161, 225, 0.5);
}

.btn-dlg-link {
    font-weight: 400;
    color: #0354A4;
    text-decoration: none;
}

.btn-dlg-link:hover {
    color: #1d68a7;
    text-decoration: underline;
}

.btn-dlg-link:focus,
.btn-dlg-link.focus {
    text-decoration: underline;
}
.stripe-error-anchor{
 text-decoration: underline;
}
.btn-dlg-link:disabled,
.btn-dlg-link.disabled {
    color: #6c757d;
    pointer-events: none;
}

.global-header .logo {
    height: 54px;
}

.global-header {
    position: relative;
    margin: 0 auto;
    /*max-width: 100vw;*/
    display: flex;
    align-items: center;
    padding: 0 15px;
    /* height: 78px; */
}

.global-header .brand {
    display: block;
    margin-top: 4px;
    margin-right: auto;
}

.global-header .brand img {
    height: 36px;
}

.global-header .title {
    text-decoration: none;
    color: #222;
    font-size: 18px;
}

button {
    font-family: inherit;
    font-weight: inherit;
    font-size: inherit;
    color: inherit;
    border: none;
    background: none
}

.button-livechat {
    margin: 16px 0;
    border-color: #222;
    background-color: transparent;
    color: #222;
}

.button-livechat .icon {
    transform: translateY(-1px);
}

.icon, .icon + span {
    vertical-align: middle;
}

.icon {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
}

.button, .dlg-search-control button {
    display: inline-block;
    margin-bottom: 24px;
    border: 2px solid #222;
    border-radius: 4px;
    background: none;
    padding: 11px 16px 10px;
    width: auto;
    text-align: center;
    text-decoration: none;
    line-height: 1.3;
    color: inherit;
    font-size: 18px;
    font-weight: 500;
}

[role='button'], a, button {
    cursor: pointer;
}

.button--livechat {
    margin: 16px 0;
    border-color: #222;
    background-color: transparent;
    color: #222;
}

.button--livechat .icon {
    transform: translateY(-1px)
}

.button--livechat:hover {
    border-color: #2677C7;
    background-color: inherit;
    color: #2677C7
}

.button--livechat:hover path {
    fill: #2677C7
}

img {
    max-width: 100%
}

.global-navigation-header {
    display: none
}

@media screen and (max-width: 1023px) {
    .global-navigation-header {
        display: flex;
        position: relative;
        align-items: center;
        z-index: 20;
        background-color: #fff;
        height: 56px
    }

    .global-navigation-header--is-open {
        position: fixed;
        top: 0;
        right: 0;
        left: 0;
        z-index: 300
    }

    .global-navigation-header__brand {
        display: block;
        flex: 1;
        padding: 0 16px
    }

    .global-navigation-header__brand img {
        margin-top: 2px;
    }

    .global-navigation-header__button {
        position: relative;
        z-index: 10;
        margin: 0 6px;
        cursor: pointer;
        width: 48px;
        height: 48px
    }

    .global-navigation-header__icon {
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%)
    }

    .global-navigation-header__icon, .global-navigation-header__icon::before, .global-navigation-header__icon::after {
        position: absolute;
        background-color: #222;
        width: 28px;
        height: 3px;
        content: ''
    }

    .global-navigation-header__icon::before {
        bottom: 8px;
        left: 0
    }

    .global-navigation-header__icon::after {
        top: 8px;
        left: 0
    }

    .global-navigation-header__button--is-open .global-navigation-header__icon {
        background-color: transparent
    }

    .global-navigation-header__button--is-open .global-navigation-header__icon::before {
        bottom: 0;
        transform: rotate(45deg)
    }

    .global-navigation-header__button--is-open .global-navigation-header__icon::after {
        top: 0;
        transform: rotate(-45deg)
    }

    .global-navigation-header__icon::before, .global-navigation-header__icon::after, .global-navigation-header__button--is-open .global-navigation-header__icon::before, .global-navigation-header__button--is-open .global-navigation-header__icon::after {
        transition: 380ms;
        transition-property: transform, background-color, top, bottom
    }
}

.global-header {
    display: none
}

@media screen and (min-width: 1024px) {
    .global-header {
        display: block;
        position: relative;
        z-index: 20;
        background: #FFFFFF
    }

    .global-header__content {
        position: relative;
        margin: 0 auto;
        max-width: 1140px;
        display: flex;
        align-items: center;
        padding: 0 32px;
    }

    .global-header__content::after {
        display: block;
        clear: both;
        content: ''
    }

    .global-header__brand {
        display: block;
        margin-right: auto
    }
}

.global-footer {
    position: relative;
    margin: 0 auto;
    max-width: 1120px;
    padding: 24px
}

.global-footer::after {
    display: block;
    clear: both;
    content: ''
}

@media screen and (max-width: 1023px) {
    .global-footer {
        padding-right: 24px;
        padding-left: 24px
    }
}

.global-footer__attribution, .global-footer__legal {
    line-height: 1.5
}

.global-footer__legal {
    padding-bottom: 12px;
    font-size: 14px
}

.global-footer__brand {
    display: block;
    margin-bottom: 12px;
    width: 160px
}

.global-footer__brand img {
    width: 100%
}

@media screen and (min-width: 1024px) {
    .global-footer__brand img {
        margin-top: 38px;
        width: 200px
    }
}

.global-footer__trademark {
    padding-top: 12px;
    font-weight: 500
}

.global-footer__hr {
    margin-top: 12px;
    margin-bottom: 12px
}

@media screen and (min-width: 768px) {
    .global-footer__hr {
        margin-top: 24px;
        margin-bottom: 24px
    }
}

#header #brandTitle, #header #progressBarOuter {
    padding-left: 0.625rem;
    padding-right: 0.625rem;
    width: 100%;
}

#progressBarOuter {
    top: 0 !important;
    position: relative;
    margin: 0 auto;
    max-width: 61.875rem;
    width: 100%;
}

#progressBarOuter #progressBarInner {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    float: left;
    background-color: transparent;
    /*margin-top: 1.25rem;*/
}

#progressBarOuter #progressIcon {
    position: relative;
    top: 46px;
    width: 80%;
    margin: 0 auto;
    border: solid 1px #d0cec8;
    z-index: -1;
}

@media only screen and (min-width: 40.0625em) {
    #progressBarOuter #progressIcon {
        width: 90%;
    }
}

#progressBarOuter #progressBarInner div[id*='progressStage'] {
    border: none;
    /* display: inline-block; */
    text-align: center;
    /* width: 25%; */
    /* float: left !important; */
    /* position: relative; */
}

#progressBarOuter #progressBarInner div[id*='progressStage'] .progressSeparator {
    display: block;
    width: 2.4rem;
    height: 2.4rem;
    padding-top: 0.6rem;
    color: #000000;
    font-size: 1rem;
    border: solid 2px #d0cec8;
    border-radius: 50%;
    margin: 0 auto 5px;
    background-color: #FFF;
}

#progressBarOuter #progressBarInner div[id*='progressStage'].selected .progressSeparator {
    background-color: #ef363e;
    color: #ffffff;
    border-color: #ef363e;
    width: 1.85rem;
    height: 1.85rem;
    padding-top: 0;
    margin-top: 3.5px;
}

#progressBarOuter #progressBarInner div[id*='progressStage'].notSelected.previousStage .progressSeparator {
    background-color: #d0cec8;
    color: #ffffff;
    border-color: #d0cec8;
    padding-top: 0.45rem;
}

#progressBarOuter #progressBarInner div[id*='progressStage'].notSelected.futureStage .progressSeparator {
    color: #999999;
    padding-top: 5px;
}

#progressBarOuter #progressBarInner div[id*='progressStage'] .progressText {
    display: inline-block;
    color: #d0cec8;
    font-weight: normal;
}

@media only screen and (min-width: 64.0625em) {
    #progressBarOuter #progressBarInner div[id*='progressStage'] .progressText {
        display: inline-block;
        /*font-size: 1rem;*/
        line-height: 1;
    }
}

#progressBarOuter #progressBarInner div[id*='progressStage'].selected .progressText {
    display: block;
    color: #2f2f2f;
}

#progressBarOuter #progressBarInner div[id*='progressStage'].notSelected.futureStage .progressText {
    color: #999999;
}

#progressBarOuter #progressBarInner div[id*='progressStage'].notSelected.previousStage .progressText {
    color: #d0cec8;
}

#progressBarOuter #progressBarInner div[id*='progressStage'].selected .whiteBorder {
    display: block;
    margin: 0 auto;
    width: 2.5rem;
    height: 2.5rem;
    color: #000000;
    /*font-size: 1rem;*/
    border: solid 2px #d0cec8;
    border-radius: 50%;
    margin-bottom: 5px;
    color: #ffffff;
    border-color: #ef363e;
    background-color: #ffffff;
}

/* Progress Bar CSS */
/* div#progressBarOuter {
    position: relative;
    top: 5.6em;
    width: 40.9em;
    _width: 40.5em;
    margin-top: 0.4em;
    padding-left: 0.4em;
} */

div#progressBarInner {
    line-height: 1em;
    padding: 0.3em 0px 0.3em 0.4em;
    float: left;
    width: 100%;
    background-color: #FFFFFF;
}


div#progressBarInner span.hiddenLabel {
    position: absolute;
    top: -200em;
    left: 0;
    width: 0;
    overflow: hidden;
    display: none;
}

div#progressBarInner div.selected,
div#progressBarInner div.notSelected {
    /* float: left; */
    padding: 0.3em 0.5em 0.3em 0.5em;
    border: 1px solid #000000;
    color: #000000;
}

#header {
    margin: 0 auto;
    /*max-width: 100%;*/
    width: 100%;
    background-image: none;
    background-color: #FFFFFF;
    position: relative !important;
    height: auto;
    padding-bottom: 0px;
    top: 0 !important;
    /*cookie fix */
}

#header:before, #header:after {
    content: " ";
    display: table;
}

#header:after {
    clear: both;
}

@media only screen and (min-width: 40.0625em) {
    #header {
        padding-bottom: 0;
    }
}

img.tooltip-icon {
    width:22px;
    height:22px;
}
img.tooltip-icon:hover,
picture[aria-describedby] img.tooltip-icon{
    background: url("../img/svg/info-active.svg") no-repeat;
    padding-left: 22px; /* Equal to width of new image */
}
div.popover ul {
    padding-left: 10px;
}
.text-danger, .text-muted, #toggleTableExpand {
    font-weight: 500;
}
.text-muted {
    font-size:15px;
    line-height: 19px;
}
.quote-disclaimer p {
    font-size: 16px;
    line-height: 21px;
}
#toggleTableExpand {
    color: #0354a4;
}
div[data-toggle="collapse"] .chevron {
    display: inline;
    height: 30px;
    width: 30px;
    min-width: 30px;
    border: 0;
    outline: none;
}
div[data-toggle="collapse"][aria-expanded="false"] .chevron {
    background: url("../img/svg/chevron_icon_btn_down.svg") no-repeat;
}
div[data-toggle="collapse"][aria-expanded="true"] .chevron {
    background: url("../img/svg/chevron_icon_btn_up.svg") no-repeat;
}
div[data-toggle="collapse"][aria-expanded="true"] .hide-if-aria-expanded {
    display: none;
}
div[data-toggle="collapse"][aria-expanded="true"] + div{
    display: none!important;
}
picture.global-header__logo,
picture.global-header__logo img,
picture.global-header__logo source {
    display: inline-block;
    height: 36px!important;
}
.steps-container .step.active {
    color: #2F2F2F!important;
}
.steps-container .step .number span {
    font-weight: 500;
}
p.top-price-box {
    line-height: 1rem;
}
.global-header__content {
    max-width:100%;
}
.global-header__content {
    max-width:100%;
}
.policy-info-card p a {
    text-decoration: underline!important;
}
img.download-pdf-button {
    height: 20px; width: 20px;
}
#applyPromoCode {
    background-color: #f6f6f6;
    color: #424242;
}
#applyPromoCode span {
    line-height: 1.3!important;
}
#policy-premium-section button.bg-primary {
     background-color:#ad0921!important;
 }
.bg-gray-50 {
    background-color: #f8f8fa;
}
input.form-control[readonly] {
    background-color: #FFF;
}
#disclaimer-header {
    display: none;
    color: #FFF !important;
    background-color: #0354a4;
}

#disclaimer-header.global-promo {
    color: #333 !important;
    background-color: #fecf33;
}

#disclaimer-header.show {
    display: block;
}
#disclaimer-header a{
    color: #FFF !important;
    text-decoration: underline;
}
#disclaimer-header.global-promo a{
    color: #333 !important;
    text-decoration: underline;
}
.global-promo-offer {
    margin-left: -15px;
    margin-right: -15px;
    color: #fff;
    background-color: #0354a4;
}
.global-promo-info {
    background-color: #0354a4 !important;
}
@media screen and (max-width: 1023px) {
    #disclaimer-header {
        text-align: center;
    }
    .error-page--header{
        padding-top: 30px;
        padding-bottom: 30px;
    }
}
@media screen and (min-width: 1024px) {
    #disclaimer-header.show {
        display: flex;
    }
    #disclaimer-header > p {
        flex: 1 1 auto !important
    }
    #disclaimer-header > a {
        float: right;
    }
    #disclaimer-header > a > label {
        visibility: hidden;
    }
    .error-page--header{
        padding-top: 70px;
        padding-bottom: 70px;
    }
}
.top-price-box input {
    font-size: 22px!important;
    pointer-events: none;
    cursor: inherit;
}
button label,
button input {
    cursor: inherit;
}
#claims-process-container .btn-outline-secondary {
    background-color: rgba(0,173,255,.54);
}
#claims-process-container input[disabled] {
    color:#f1f1f1;
}
input[type="checkbox"] {
    -webkit-appearance: none!important;
    border: 1px solid #7a7a7a!important;
    padding: .5em!important;
    border-radius: 3.5px!important;
    display: inline-block;
    transform: scale(1.45);
    background-color: #FFFFFF;
    vertical-align: text-top;
}
input[type="checkbox"]:checked:after {
    content: '';
    background: url('/img/svg/check-black.svg') left center no-repeat;
    background-size: 14px 14px;
    width: 14px;
    height: 14px;
    position: absolute;
    top: 1px;
    left: 1px;
}
.dlg--ql-selection-button {
    cursor: pointer;
}
.dlg--ql-selection-button img{
    width: 65px;
    height: 65px;
}
.dlg--ql-selection-button .mobile-heading {
    display: none;
}
.dlg--ql-selection-button .mobile-heading,
.dlg--ql-selection-button .desktop-heading {
    font-weight: 500;
}
.dlg--ql-selection-button .mobile-heading,
.dlg--ql-selection-button .desktop-heading,
.selectionpage-callusheading {
    font-size: 1.1rem;
    line-height: 24px;
    font-weight: 500;
}
section#dlg-ql--success img#success_check{
    float:left;
    display: inline;
}
#maintenance_benefit_img {
    width: 50%;
}
#maintenance_benefit_img + div{
    width: 50%;
}
#dlg-ql--yourcover-header {
    font-size: 34px;
}
.dlg--page-heading {
    font-size: 28px;
    line-height: 36px;
}
.dlg--page-subheading {
    font-size: 21px;
    line-height: 36px;
}
.show-only-on-mobile {
    display: none!important;
}
.form-group label {
    font-size: 18px;
}
section#dlg-ql--success #policy-issued-card,
#claim-success-card{
    border-color:#b1d300!important;
}
header#mobile--livechat-header {
    display: none;
}
.input-group-prepend {
    margin-right: 0px !important;
}
.input-group-prepend > span {
    padding-top: 8px!important;
}
@media screen and (max-width: 576px) {
    #chat-widget-container header#mobile--livechat-header {
        display: block;
    }
    #chat-widget-container header#mobile--livechat-header + iframe {
        position: relative!important;
    }
    .modal-title {
        margin-top: 1em;
    }
    .hide-on-mobile {
        display: none!important;
    }
    .show-only-on-mobile {
        display: block!important;
    }
    .btn-radio-group .btn {
        min-width: 50px;
    }
    #dlg-ql--yourcover-header {
        font-size: 24px;
    }
    .dlg--page-heading{
        font-size: 19px;
        line-height: 19px;
    }
    .dlg--page-subheading{
        font-size: 15px;
    }
    picture[data-toggle="popover"],
    a[href="#storedInfoModal"] {
        position: absolute;
        right: .5em;
    }
    .border-info.border-left-lg picture[data-toggle="popover"] {
        right: 1em;
    }
    #dlg--ql-cover-section picture[data-toggle="popover"] {
        /*top:1em;*/
    }
    #maintenanceBenefitText + button {
        width: 100%;
    }
    #maintenance_benefit_img {
        height: 150px;
        width: 100%;
    }
    #maintenance_benefit_img + div{
        width: 100%;
    }
    section#dlg-ql--success #policy-issued-card,
    #claim-success-card{
        display: block!important;
        font-size: 12px;
        text-align: center;
    }
    section#dlg-ql--success img#success_check{
        float:none;
    }
    section#dlg-ql--success img#success_check + div.flex-fill{
        margin-top:1em;
    }
    .dlg--ql-selection-button .mobile-heading {
        display: inline;
    }
    .dlg--ql-selection-button .desktop-heading{
        display: none;
    }
    .dlg--ql-selection-button img{
        width: 28px;
        height: 28px;
    }
    footer div.container ul.nav li {
        min-width: 100%;
        line-height: 2.5em;
        padding-left: .5em;
    }
    .dlg-radio-group {
        width: 100%;
    }
    .dlg-radio-group.mobile-two-columns > label.btn,
    .btn-radio-group.mobile-two-columns > label.btn {
        width: 49%;
    }
    .mobile-w-100 {
        width: 100%;
    }
    p.top-price-box {
        font-size: 12px;
        line-height: 0px;
    }
    .top-price-box > input {
        font-size: 18px!important;
        line-height: 18px;
    }
    .label-with-tooltip {
        margin-right: 22px;
        display: inline-block;
    }
}
@media screen and (max-width: 430px) {
    .price-box,
    p.top-price-box > input {
        font-size: 1.5em!important;
    }
}
.bg-primary-dark {
    background-color: #ad0921;
}
.bg-primary-dark {
    background-color: #ad0921;
}
@media screen and (max-width: 770px) {
    #prefer-to-call-for-quote #panels-container{
        flex-direction: column-reverse;
    }
    .show-only-on-md-mobile {
        display: block!important;
    }
}
@media screen and (min-width: 770px) {
    .border-md-left {
        border-left: 2px solid #e5e5e5!important;
    }
    .show-only-on-md-mobile {
        display: none!important;
    }
}
#prefer-to-call-for-quote #panels-container > .border-md-left,
#prefer-to-call-for-quote #panels-container > .border-top {
    border-color: #979797!important;
}
