/* Quote summary page redesign */

/* Sticky price */

#sticky-price {
    position: fixed;
    height: 55px;
    width: 100%;
    padding-bottom: 1%;
    min-width: 215px;
    color: white;
    background-color: #1a61bd;
    bottom: 0;
    left: 0;
    box-shadow: 1px -2px 1px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 1px -2px 1px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px -2px 1px 0px rgba(0,0,0,0.15);
    /* Just beneath the overlay */
    z-index: 4999;
}

    #sticky-price.is-open {
        height: auto;
        max-height: 66.67%;
    }

#sticky-price-new {
    position: fixed;
    height: 55px;
    width: 100%;
    padding-bottom: 1%;
    min-width: 215px;
    color: white;
    background-color: #1a61bd;
    top: 0;
    left: 0;
    box-shadow: 1px -2px 1px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 1px -2px 1px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px -2px 1px 0px rgba(0,0,0,0.15);
    /* Just beneath the overlay */
    z-index: 4999;
}

    #sticky-price-new.is-open {
        height: auto;
        max-height: 66.67%;
    }

#sp-total-price-wrapper {
    line-height: 55px;
    font-size: 15pt;
    text-align: right;
}

#sp-top-row {
    max-width: 417.5px;
    padding-left: 5pt;
}

.sp-total-price {
    display: inline-block;
    font-weight: bold;
}

.sp-period {
    display: inline-block;
    padding-left: 4.5pt;
}

#sp-show-hide {
    min-width: 75px;
}

#sp-show-hide-wrapper {
    float: left;
    font-size: 13pt;
    font-weight: bolder;
    line-height: 55px;
    width: 25%;
    color: white;
    cursor: pointer;
}

#sp-show-hide:before {
    content: "\00a0";
    display: inline-block;
    margin-right: 6.5pt;
    width: 21.5pt;
    height: 28px;
    vertical-align: middle;
    background: transparent url(../images/arrow-up.svg) no-repeat -21.5px;
}

#sticky-price.is-open #sp-show-hide:before {
    background: transparent url(../images/arrow-down.svg) no-repeat -21.5px;
}

.sp-details table {
    width: 100%;
}

.sp-details span {
    color: white;
    font-size: larger;
    font-weight: bold;
}

.sp-details span, .sp-details table {
    margin: 0 3%;
}

    .sp-details table tr.total {
        font-weight: bold;
    }

    .sp-details table tr td {
        padding: 8pt 0;
    }

    .sp-details table td:nth-child(n+2) {
        text-align: right;
        padding-left: 8pt;
        font-weight: bolder;
    }

    .sp-details table td.total {
        text-align: left;
        padding-left: 0;
    }

    .sp-details table th {
        display: none;
    }

    .sp-details table tbody tr:not(:last-child) {
        border-bottom: 1px dashed white;
    }

#sp-details {
    margin-top: 7.5pt;
    max-width: 850px;
}

.sp-details {
    padding: 0 15pt 0 0pt;
    float: left;
    width: 50%;
}

#sticky-price-container {
    margin: 0 auto;
    max-width: 81.25em;
    padding-right: 6em;
}

.monthly-interest {
    font-size: 14px;
    padding-top: 10pt;
    display: inline-block;
    margin-left: 1.5%;
    width: 100%;
}

@media (max-width: 55em) {
    #sp-total-price-wrapper {
        text-align: right;
        max-width: 48.5%;
        min-width: 285px;
    }

    #sp-top-row {
        width: 100%;
        max-width: 100%;
    }

    .sp-details:last-child {
        padding-right: 5pt;
    }
}

@media (max-width: 35em) {
    #sp-top-row {
        padding-left: 0pt;
    }

    span.monthly-interest {
        margin-left: 0;
    }

    #sp-total-price-wrapper {
        max-width: 100%;
    }

    #sp-details-outer {
        overflow-y: auto;
        padding-right: 1%;
        margin-right: -5px;
        height: 50vh;
    }

    #sticky-price {
        padding-left: 0;
    }

    .sp-details {
        max-width: 100%;
        width: 100%;
        padding-right: 0;
    }

        .sp-details:nth-child(n+2) {
            padding-top: 15px;
        }

        .sp-details span {
            margin-left: 0;
        }

        .sp-details table {
            width: 100%;
            margin: 0;
        }
}

/* End sticky price*/

/* Final Details */

.assumptions-wrapper-orange {
    border-left: 5px solid #FFAE2A;
    padding-left: 1em;
    display: inline-block;
    margin-bottom: 1em;
}

.a-list-unordered > li.a-list-unordered__item--warning {
    margin-bottom: 1em;
    padding-top: 0.2em;
    padding-left: 2.5em;
}

    .a-list-unordered > li.a-list-unordered__item--warning:before {
        background-image: url(../images/warning-triangle.png);
        background-size: 24px;
        height: 50px;
        width: 50px;
        background-position: left top;
    }

    .a-list-unordered > li.a-list-unordered__item--warning:before {
        background-image: url(../images/warning-triangle-orange.svg);
    }

.a-list-unordered > li.a-list-unordered__item--tick {
    margin-bottom: 1em;
    padding-top: 0.2em;
    padding-left: 2.5em;
}

    .a-list-unordered > li.a-list-unordered__item--tick:before {
        background-image: url(../images/bullet-tick-green.png);
        background-size: 24px;
        height: 50px;
        width: 50px;
        background-position: left top;
        background-repeat: no-repeat;
    }

.svg ul.a-list-unordered > li.a-list-unordered__item--tick:before {
    background-image: url(../images/bullet-tick-green.svg);
}

.assumptions-wrapper-green {
    border-left: 5px solid #4f9f31;
    padding-left: 1em;
    display: inline-block;
    margin-bottom: 1em;
}

/* End of Final Details*/

.extra-padding-bottom {
    padding-bottom: 10pt;
}

.extra-padding-top {
    padding-top: 10pt;
}

.noMarginBottom {
    margin-bottom: 0;
}

.noMarginTop {
    margin-top: 0;
}

.extra-margin-bottom {
    margin-bottom: 10pt;
}

.extra-margin-top-large {
    margin-top: 30pt;
}

div.coverAddons.vehicle-tabs-hidden-nav div.m-tabs__nav {
    display: none;
}

.your-documents-mobile {
    display: none;
}

.a-list-plain .a-button--tertiary.a-button:hover {
    color: #004fb6;
}

.m-form-row.included-as-standard {
    padding-bottom: 5px;
}

.included-as-standard ul ul {
    margin-top: 5pt;
}

.trustpilot-widget-wrapper {
    margin-bottom: -.5em;
}

img.trustpilot-logo {
    display: inline-block;
    width: 120px;
    margin-top: -5px;
}

.trustpilot-widget {
    display: inline-block;
    width: 67.5%;
    height: 30px;
}

.m-tabs__nav-list .m-tabs__control .m-tabs-icon .m-tabs-icon__image--selected {
    left: -28px;
}

.m-tabs__nav-list .m-tabs__control .m-tabs-icon img {
    width: auto;
}

@media (max-width: 82.5em) {

    .trustpilot-widget {
        width: 100%;
    }

    img.trustpilot-logo {
        margin: 0 auto .5em;
        height: 50px;
        display: block;
    }
}

@media (max-width: 60em) {
    .trustpilot-widget {
        margin-left: inherit;
        width: 37.5%;
    }

    img.trustpilot-logo {
        margin: 0;
        display: inline-block;
        padding-top: -1.5em;
    }
}

@media (max-width: 38.5em) {
    div.trustpilot-widget-wrapper .trustpilot-widget {
        width: 100%;
    }

    div.trustpilot-widget-wrapper img.trustpilot-logo {
        margin: 0 auto .5em;
        height: 50px;
        display: block;
    }

    #rating-and-reviews-content img.defaqto-logo {
        margin: 0 auto;
        display: block;
    }
}

img.defaqto-logo {
    width: 143px;
    height: 90px;
    margin: 0 0 0 120px;
}

img.comodo-logo {
    height: 51px;
    width: 170px;
    margin-top: 8pt;
    margin-bottom: 5pt;
}

ul.further-information-download-list .l-columns {
    margin-top: 0;
    margin-bottom: 0;
    width: 100%;
}

    ul.further-information-download-list .l-columns div.l-columns__column:last-child {
        text-align: right;
    }

        ul.further-information-download-list .l-columns div.l-columns__column:last-child p.m-card-tagline {
            line-height: 48px;
        }

/* Add-on cards */
.l-columns__column.m-card.m-card--icon.m-card--tertiary.add-on-card.selected {
    border: 2px solid #4ca02b;
}

.add-on-card .m-card-image.m-card-image--icon.add-on-card-icon {
    width: 40px;
    height: 40px;
    background-size: 40px 40px;
    background-repeat: no-repeat;
}

.add-on-card .m-card-image.m-card-image--icon.add-on-card-icon-mobile {
    margin: 0 auto;
    width: auto;
    min-height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    margin-bottom: 10pt;
    background-size: contain;
}

.add-on-card.selected .m-card-image.m-card-image--icon {
    background-image: url(../images/tick-round.svg) !important;
}

.add-on-card.selected .add-on-card-price,
.add-on-card.selected .annual-price,
.add-on-card.selected .monthly-price {
    color: #4F9F31;
}

.add-on-card.selected .m-card-content__inner.add-on-card-title .add-on-card-price::before,
.add-on-card.selected .add-on-card-price-mobile h2.a-heading.a-heading--3.a-heading--semibold.monthly-price::before {
    content: "Added for ";
}

.m-card-content__inner.add-on-card-title .add-on-card-price {
    float: right;
    margin: 0;
}

.m-card-content__inner.add-on-card-title span.annual-comparison {
    float: right;
    clear: right;
    padding-top: 1.5pt;
    margin-left: 6px;
}

.add-on-card.selected .m-card-content__inner.add-on-card-title h2 {
    float: left;
    max-width: 48%;
}

.m-card-content__inner.add-on-card-title h2 {
    float: left;
    max-width: 65%;
}

.l-columns__column.m-card.m-card--icon.m-card--tertiary.add-on-card {
    padding-left: 5pt;
    padding-left: 0;
    min-width: 250px;
}

.add-on-card .m-card-image.m-card-image--icon {
    margin: 20pt 0 0 0pt;
    padding: 0;
}

.l-columns__column.add-on-icon-column {
    width: calc(10% - 1.875em);
    margin-left: 15pt;
    min-width: 40px;
}

.l-columns__column.add-on-content-column {
    width: calc(90% - 1.875em);
    margin-top: 10pt;
}

.add-on-controls fieldset {
    padding-bottom: 0;
    margin: 0;
}

.overlay .a-loading-indicator-container {
    left: 35%;
}

.o-help-utility-section {
    margin-top: 2em;
}

.m-show-more p:last-of-type {
    margin-bottom: 5px !important;
}

.m-card-content__inner.add-on-card-title-mobile,
.m-card-content__inner.add-on-card-price-mobile,
.add-on-card .m-card-image.m-card-image--icon.add-on-card-icon-mobile {
    display: none;
}

.m-card-content__inner.add-on-card-title {
    display: inline;
}

.add-on-card .m-card-image.m-card-image--icon.add-on-card-icon {
    display: block;
}

.add-on-card-list {
    width: 70%;
}

.m-card-content p.add-on-card-more-info {
    text-align: right;
    margin-top: -5.5%;
}

.add-on-controls .m-form-row {
    width: 100%;
}

.add-on-content-column .m-card-content {
    padding: 15pt 0pt 15pt 15pt;
}

js-a-context-help has-modules-loaded:after {
    margin-left: 5px;
}

.add-on-card-more-info a.a-context-help {
    margin-right: -5px;
}

.add-on-card-more-info span.a-context-help__link br {
    display: none;
}

.add-on-controls ul.m-form-row-group:nth-child(2) {
    margin-top: 10pt;
}

.add-on-controls li.m-button-group__item {
    margin-top: 5pt;
}

div.coverAddons h2,
.ain-quote-form h2,
div.coverAddons .a-keyline-divider,
.ain-quote-form .a-keyline-divider,
div.coverAddons .u-divider,
.ain-quote-form .u-divider,
#policyExcessSelect,
.ain-quote-form .m-tabs__nav-list.a-list-plain,
.six-columns {
    max-width: 585px;
    margin-left: 0;
}

.upperBoldH3 {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.25em;
    height: 50px;
}
/* Trustpilot */

#trustpilot-rate-us-widget {
    margin-top: -2em;
}

.m-card.m-card-keyline.trustpilot.m-card-keyline--accent-light-5:before {
    background-color: #00B67A;
}

#trustpilot-rate-us-widget h2 {
    margin-right: .25em;
    text-align: center;
    padding-top: 0.5em;
}

#trustpilot-rate-us-widget img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 35%;
}

#trustpilot-rate-us-widget .subheading {
    margin-top: .25em;
    text-align: center;
}

#trustpilot-rate-us-widget a.a-button.a-button--secondary {
    color: #3f3f3f;
    border: 1px solid #00b67a;
    line-height: 62px;
    padding: 0 22px;
    margin-top: 1em;
}

    #trustpilot-rate-us-widget a.a-button.a-button--secondary img {
        position: relative;
        top: 12px;
        left: 4px;
        width: 110px;
    }

    #trustpilot-rate-us-widget a.a-button.a-button--secondary:hover,
    #trustpilot-rate-us-widget a.a-button.a-button--secondary:focus,
    #trustpilot-rate-us-widget a.a-button.a-button--secondary:active {
        background-color: #FFF;
        border: 1px solid #008e5f;
    }

#trustpilot-rate-us-widget a.a-button.a-button--primary {
    display: block;
    width: 250px;
    margin: 0 auto;
}

@media (max-width: 35em) {

    .m-card.m-card-keyline.trustpilot {
        min-width: 300px;
        padding-left: 0;
    }

    #trustpilot-rate-us-widget {
        margin-top: 1em;
    }

        #trustpilot-rate-us-widget h2 {
            margin-right: .25em;
            text-align: center;
            padding-top: 0.5em;
        }
}

@media (max-width: 75em) {
    a#read-our-reviews-link {
        display: table;
        margin-top: 5pt;
    }
}

@media (max-width: 35em) {

    div.coverAddons h2,
    .ain-quote-form h2,
    div.coverAddons .a-keyline-divider,
    .ain-quote-form .a-keyline-divider,
    div.coverAddons .u-divider,
    .ain-quote-form .u-divider,
    #policyExcessSelect,
    .ain-quote-form .m-tabs__nav-list.a-list-plain,
    .six-columns {
        max-width: inherit;
    }

    .m-card-flex.m-card-flex-mobile {
        display: contents;
    }

        .m-card-flex.m-card-flex-mobile .m-card-flex__left {
            margin-top: 0;
        }

    .add-on-content-column .m-card-content {
        padding-top: 0;
    }

    #quote-vehicle-cards .l-columns__column:not(:first-child) {
        margin-top: 5px;
    }

    .l-columns__column.add-on-icon-column {
        width: calc(100% - 1.875em);
        margin-left: 10pt;
        background-color: #F9F9F9;
        width: 100%;
        margin-left: 0;
    }

    .l-columns__column.add-on-content-column {
        width: calc(100% - .875em);
        margin-top: 10pt;
    }

    .add-on-card .m-card-image.m-card-image--icon {
        margin: 10pt 0 10pt 0;
        padding: 0;
    }

        .m-card-content__inner.add-on-card-title,
        .add-on-card .m-card-image.m-card-image--icon.add-on-card-icon {
            display: none;
        }

    .m-card-content__inner.add-on-card-title-mobile, .m-card-content__inner.add-on-card-price-mobile {
        display: inline;
    }

    .add-on-card-title-mobile h2.a-heading.a-heading--2.a-heading--semibold {
        padding-top: 15pt;
        padding-left: 20px;
        padding-right: 20px;
    }

    .add-on-card-price-mobile h2.a-heading.a-heading--2.a-heading--semibold {
        padding-top: 0;
    }

    .add-on-card .m-card-image.m-card-image--icon.add-on-card-icon-mobile {
        display: block;
    }

    .add-on-content-column .m-card-content {
        padding-right: 0;
    }

    .add-on-content-column p,
    .add-on-content-column ul,
    .m-card-content p.add-on-card-more-info {
        text-align: center;
        margin-top: inherit;
    }

    .add-on-card-list li {
        width: 100%;
    }

    .add-on-card-list > li:before {
        display: inline;
        margin-left: -2em;
        left: auto;
    }

    .m-card-content p.add-on-card-more-info {
        margin-bottom: 10pt;
    }

    .add-on-card-list {
        width: auto;
        margin-bottom: 10pt;
    }

    .add-on-card-more-info a.a-context-help {
        margin-right: inherit;
    }

    h2.a-heading.a-heading--3.monthly-price:last-child {
        margin-top: -10pt;
    }

    .add-on-card span.field-validation-error {
        padding-right: 0;
    }

    .price-card-inner {
        text-align: center;
    }

    #policyExcessSelect .m-data-replay-item__data {
        text-align: right;
    }

    #policyExcessSelect .m-data-replay-item__title {
        width: 100%;
    }

    #policyExcessSelect {
        margin-top: -10px;
    }
}
/* End add-on cards*/

fieldset#payment-type-cards .l-columns {
    margin-top: 0;
}

#payment-type-cards .price-selection-card:nth-child(3) {
    margin-top: -10px;
}

#payment-type-cards span.field-validation-error {
    margin-top: 10pt;
    margin-bottom: -5pt;
}

.field-validation-error.vehicle-tab-validation-error {
    margin-top: .5em;
    margin-bottom: -1.5em;
}

.l-columns__column.m-card.m-card--icon.m-card--tertiary.add-on-card,
.price-selection-card,
.your-quote-message-card,
.payment-cards .o-progressive-disclosure-container {
    max-width: 585px;
}

.your-quote-discount {
    margin: auto;
}

#payment-type-cards {
    margin-top: -1em;
    margin-bottom: -1em;
}

.price-card-inner {
    padding: 0 0 .9375em 4em;
    word-break: break-word;
    max-width: 90%;
}

.vehicle-card-top {
    display: inline-block;
    vertical-align: top;
    max-width: 70%;
    padding: 0 0 1em 1em;
    min-height: 95px;
}

.negative-top-margin-small {
    margin-top: -0.25em;
}

.negative-top-margin {
    margin-top: -0.5em;
}

.negative-top-margin-medium {
    margin-top: -2.0em;
}

.negative-top-margin-large {
    margin-top: -3.5em;
}

.negative-bottom-margin {
    margin-bottom: -1em;
}

#quote-vehicle-cards > .l-columns__column:first-child {
    margin-left: 0;
}

#quote-vehicle-cards img {
    width: 75px;
}

#policyExcessSelect {
    margin-top: 0;
}

    #quote-vehicle-cards .m-data-replay-item__title,
    #policyExcessSelect .m-data-replay-item__title {
        font-weight: normal;
    }

    #quote-vehicle-cards .m-data-replay-item__data,
    #policyExcessSelect .m-data-replay-item__data {
        font-weight: 700;
        margin-left: 0;
    }

    #quote-vehicle-cards .m-data-replay-item,
    #policyExcessSelect .m-data-replay-item {
        padding-left: 20px;
    }

#quote-vehicle-cards.l-columns--1-large {
    width: 74.5%;
    margin-top: 10pt;
}

@media (max-width: 35em) {
    #quote-vehicle-cards.l-columns--1-large {
        width: inherit;
    }

    div.m-card-content p.save--quote {
        padding-top: 0;
    }

    .your-documents-desktop {
        display: none;
    }

    .your-documents-mobile {
        display: inline;
    }
}

.no-padding {
    padding: 0;
}

fieldset.policy-excess-row.m-form-row {
    padding-bottom: 0;
    margin-bottom: 0;
}

.coverAddons .m-tabs__nav {
    margin-bottom: 5pt;
}

/* End quote summary page redesign */
/****************************************************************************************************************/
/*FORM STYLES & MAIN LAYOUT*/

html {
    scroll-behavior: smooth;
}

/*PROGRESS BAR*/
.a-progress-bar {
    margin-bottom: 1.5em;
    display: block;
}

.l-section, .l-section--highlight {
    padding-top: 0;
}

.contextual-help-wrapper {
    margin-top: 1em;
}

/*ERRORS*/
.field-validation-error {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: .3125em;
    border-bottom-right-radius: .3125em;
    margin-top: -.25em;
    padding-top: .875em;
    position: relative;
    z-index: 1;
    background: url(../images/error.png) no-repeat left center;
    color: #bd2624;
    font-weight: bold;
    padding: .625em 3.6875em .625em 2.125em;
    display: block;
}

.group ~ .field-validation-error,
.group .field-validation-error {
    border-top-left-radius: .3125em;
    border-top-right-radius: .3125em;
    border-bottom-left-radius: .3125em;
    border-bottom-right-radius: .3125em;
    margin-top: 0.5em;
}

.input-validation-error, .m-form-row--light .input-validation-error {
    border-color: #bd2624;
}

.svg .validation-summary-errors {
    background-image: url(../images/notification-warning.svg);
}

.validation-summary-errors {
    background-color: #bd2624;
    background-image: url(../images/notification-warning.png);
    background-position: 1.5em center;
    background-repeat: no-repeat;
    padding-left: 3.2em;
    margin-top: 2.5em;
}

    .validation-summary-errors span {
        background: #FFFFFF;
        display: block;
        padding: 1em;
        border: 1px solid #EEEEEE;
    }

.m-card--notification--padding {
    margin-top: 1em;
}

.grey--header {
    color: #CCCCCC;
    margin-top: 1.25em;
}

.u-divider--grey {
    margin: 1.875em 0;
}

.m-card.m-card--tertiary {
    border-left: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    padding-left: 2em;
}

.DirectDebitPayment .m-card.m-card--tertiary {
    padding-right: 2em;
}

#creditCardHeader h2.a-heading {
    margin: 0;
}

.save-quote > .m-card-content {
    display: inline-block;
}

.js [name='convictionsButton'], .js [name='claimsButton'], .js [name='updateFieldsWithoutModelStateValidationButton'] {
    display: none;
}

/*FORM ELEMENTS*/
.m-inline-dropdowns .a-dropdown__select {
    min-width: 10em;
}

.emailHelp {
    margin-top: 1em;
}

.m-form-row-no-border {
    border-bottom: none;
}

.o-progressive-disclosure-container .m-form-row {
    width: 100% !important;
}

.o-progressive-disclosure-container .m-form-row--light {
    width: 100% !important;
}

.m-form-row {
    margin-left: 0;
    margin-right: auto;
    border-bottom: none;
    margin: 0.5em 0;
    padding: .0625em 0 0.625em;
}

    .m-form-row.noMarginTop {
        margin-top: 0;
    }

    .m-form-row.noMarginBottom {
        margin-bottom: 0;
    }

    .m-form-row.full-width {
        width: 100%;
    }

.m-form-dob input {
    display: inline-block;
    margin-right: 1em;
}

.m-inline-dropdowns {
    margin-right: 1em;
    display: inline-flex;
}

.csstransforms .qb-is-disabled,
.csstransforms .a-checkbox .qb-is-disabled:hover {
    background-color: #808080;
    background: #808080;
}

.csstransforms .a-checkbox .qb-is-disabled {
    background-color: #808080;
    background: #808080;
}

.a-checkbox__label.u-border {
    border-color: #737373;
}

.padding-top {
    padding-top: 1em;
}

.dateField {
    float: left;
    width: 32%;
    margin: 1% 1% 1% 0%;
}

div.row.date {
    width: 75%
}

li.m-checkbox-group__item.is-disabled {
    opacity: 0.3;
    pointer-events: none;
}

/*MISC ELEMENTS*/
.csstransforms div > ul.m-form-row-group > li.m-form-row-group__item.is-checked > label.a-radio > span.a-radio__label {
    background-color: #4ca02b;
    border-color: #4ca02b;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    font-weight: 700;
}

.overlay .a-loading-indicator-container {
    left: 50%;
    margin: -5.5em 0 0 -5.5em;
    position: fixed;
    top: 50%;
}

.overlay {
    background: #333;
    background: rgba(51, 51, 51, .75);
    bottom: 0;
    content: '';
    display: block;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    transition: opacity .5s;
    z-index: 5000;
}

#myPayments {
    margin-top: 2em;
}

/*---------------------------------------------------------------------------------------
START GOGGLE REG
--------------------------------------------------------------------------------------- */

.vehicle-reg-wrapper {
    background-color: #FFFFFF;
    padding: 1em;
    width: 100%;
    border: 1px solid #CECECE;
    display: inline-block;
}

.vehicle-reg-right {
    float: left;
    width: 100%;
    font-size: 1.1em;
    text-align: center;
}

.vehicle-reg {
    background-image: url(../images/car-reg-white.png);
    background-repeat: no-repeat;
    background-position: left top;
    clear: both;
    margin: 0 auto 0;
    width: 220px;
}

    .vehicle-reg span {
        clear: both;
        display: block;
        font-size: 1.7em;
        height: 50px;
        margin: 1px 0 0 9px;
        min-width: 211px;
        overflow: hidden;
        padding-top: .2em;
        text-align: center;
    }

.regField {
    background-image: url(../images/vehicle-reg.png);
    background-repeat: no-repeat;
    background-position: left -3px;
    background-color: #ffd900;
    font-family: UKNumberPlate;
    font-size: 3.7em;
    height: 57px;
    margin: 1px 0 0 -2px;
    min-width: 255px !important;
    max-width: 255px !important;
    padding-left: 25px !important;
    border: 1px solid #cccccc !important;
}

#vehicle-details p {
    margin-bottom: 0px;
    padding: 0;
    margin-top: 0;
}

/*---------------------------------------------------------------------------------------
END GOGGLE REG
--------------------------------------------------------------------------------------- */
/*---------------------------------------------------------------------------------------
CREDIT AGREEMENT LIGHTBOX
--------------------------------------------------------------------------------------- */

input.popupnew {
    display: none;
}

    input.popupnew:checked + div.popupnew {
        display: block;
    }

div.popupnew {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    cursor: default;
    pointer-events: auto;
}

@media only screen and (min-width: 300px) {
    div.popupnewmain {
        background: white;
        position: fixed;
        top: 7%;
        left: 8%;
        right: 8%;
        bottom: 3%;
        z-index: 5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px;
        pointer-events: auto;
    }

    .lightbox_footernew {
        position: sticky;
        bottom: 0;
        background-color: #ffffff;
        z-index: 999;
        border-top: 1px solid #cecece;
        padding: 0 10px 10px 10px;
    }
}

@media only screen and (min-width: 700px) {
    div.popupnewmain {
        background: white;
        position: fixed;
        top: 7%;
        left: 14%;
        right: 12%;
        bottom: 3%;
        z-index: 5;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
        padding: 30px;
        pointer-events: auto;
    }
}

div.popupnewmain > label.close {
    color: white;
    position: absolute;
    font-weight: bold;
    right: 0px;
}

    div.popupnewmain > label.close.x {
        bottom: 100%;
        margin-bottom: 5px;
    }

.lightbox_footernew {
    position: sticky;
    bottom: 0;
    background-color: #ffffff;
    z-index: 999;
    border-top: 1px solid #cecece;
}

    .lightbox_footernew .btn--group--wrapper {
        border: none;
        margin: 0;
        padding-top: 0;
    }

.topoflightboxscroll {
    overflow-y: scroll;
    height: 100%;
}
/*---------------------------------------------------------------------------------------
END CREDIT AGREEMENT LIGHTBOX
--------------------------------------------------------------------------------------- */

.lightbox_footer {
    position: fixed;
    bottom: 40px;
    background-color: #ffffff;
    z-index: 999;
    max-width: 733px;
    padding: 0 1em;
    border-top: 1px solid #cecece;
}

    .lightbox_footer .btn--group--wrapper {
        border: none;
        margin: 0;
        padding-top: 0;
    }

.btn, .btn--input .btn--input__inner {
    -webkit-appearance: none;
    -moz-appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: .25em;
    color: #004fb6;
    cursor: pointer;
    display: block;
    font: bold 1em/1.5 blinkmacsystemfont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'arial', 'helvetica', sans-serif;
    line-height: 1.5625em;
    margin: 0;
    min-width: 6.25em;
    padding: .875em 1.875em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color .35s, border-color .35s, color .35s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
}

.data-group-item {
    margin-bottom: 0;
}

.data-group {
    margin: 0;
}

.refertel {
    font-weight: bold;
}

.m-card {
    margin: 1.3em 0;
}

.averageMilesPerWeek {
    margin-top: 2.5em;
}

.m-card.save-quote.m-card-notification--success:before {
    margin-top: 0.75em;
}

.save--quote {
    display: inline-block;
    margin-right: 2em;
    padding-top: 1em;
}

.save--quote--button {
    display: inline-block;
}

.mini-summary {
    display: inline-block;
}

.progressArea {
    margin-bottom: 1.5em;
    margin-top: 2.5em;
}

.masthead__skip-links {
    display: none;
}

.strikthrough {
    text-decoration: line-through;
}

.hidden,
.jsEnabledHide,
.unoccupiedDuration,
.recalculateRow {
    display: none;
}

.js .jsHidden {
    display: none;
}

.jsShow {
    display: none;
}

.js .jsShow {
    display: block;
}

#logginin {
    float: right;
}

h2.bold,
.bold,
.strong {
    font-weight: bold;
    font-family: 'source_sans_proregular', -apple-system, blinkmacsystemfont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', arial, helvetica, sans-serif;
}

h2.waiting {
    width: 100%;
    text-align: center;
}

.m-masterhead-web-application-name {
    display: none;
}

.retrieve--quote {
    display: none;
}

.retrieve--quote__link, .gdpr_link {
    display: block;
}

.aviva-discount {
    margin: 1.2em 0;
}

.nav-tab {
    border-bottom: 0;
}

.nav-tab__content {
    border-bottom: none;
    padding-bottom: 1.3em;
}

.retrieve-background {
    background-color: #eee;
}

.l-columns--66-33-large.l-columns.retrieve-background {
    margin-left: 0px;
    margin-top: 10px;
}

p.content-block.findout-more {
    float: right;
}

.retrieve-subheader {
    margin-top: 0.2em;
    margin-bottom: 0px;
}

.u-divider.retrieve-divider {
    margin-bottom: 0px;
    margin-top: 0px;
}

.retrieve-header {
    margin-top: 0px;
    margin-bottom: 0.2em;
}

div.pod.t-accent-light.why-choose-us.why-choose-us-background, div.pod.t-accent-light.your-data-background {
    background-color: #e5edf8;
    border-bottom: 0px;
}

/*ADDRESS LOOK UP*/
.addressInput .a-textbox--8-character {
    width: 8.9em;
}

h2.your--address {
    font-size: 1.4em;
}

.addressInput {
    float: left;
    margin-right: 1em;
    margin-bottom: 1em;
}

.addressConfirm {
    display: inline-block;
}

.fullAddress {
    margin-bottom: 0;
}


.paymentMode {
    width: max-content;
    margin: auto;
}


#addressLoader,
#policyholderAddressLoader {
    float: right;
    margin: 8em 8em;
}

.regLookUpButton {
    display: inline-block;
    margin-top: 0.8em;
}

.regFieldInput {
    background-image: url(../images/UK_reg.png);
    background-repeat: no-repeat;
    background-position: -2px 0px;
    background-color: #FFFFFF;
    height: 50px;
    margin: 1px 0 0 0;
    font-weight: bold;
    text-transform: uppercase;
    width: 100%;
    padding-left: 3em;
    display: inline-block;
    margin-right: 1em;
    font-size: 1.25em;
}

.m-form-row-group--pictorial .single-vehicle .a-radio__input ~ .a-radio__label:after {
    background-image: url('../images/single-vehicle-solid.png');
}

.svg .m-form-row-group--pictorial .single-vehicle .a-radio__input + .a-radio__label:after {
    background-image: url('../images/single-vehicle-solid.svg');
}

.m-form-row--light .m-form-row-group--pictorial .single-vehicle .a-radio__input ~ .a-radio__label:after {
    background-image: url('../images/single-vehicle-solid-dark.png');
}

.svg .m-form-row--light .m-form-row-group--pictorial .single-vehicle .a-radio__input + .a-radio__label:after {
    background-image: url('../images/single-vehicle-solid-dark.svg');
}

.m-form-row--light .m-form-row-group--pictorial .single-vehicle .a-radio__input:checked ~ .a-radio__label:after {
    background-image: url('../images/single-vehicle-solid.png');
}

.svg .m-form-row--light .m-form-row-group--pictorial .single-vehicle .a-radio__input:checked + .a-radio__label:after {
    background-image: url('../images/single-vehicle-solid.svg');
}

.m-form-row-group--pictorial .multi-vehicle .a-radio__input ~ .a-radio__label:after {
    background-image: url('../images/multi-vehicle-solid.png');
}

.svg .m-form-row-group--pictorial .multi-vehicle .a-radio__input + .a-radio__label:after {
    background-image: url('../images/multi-vehicle-solid.svg');
}

.m-form-row--light .m-form-row-group--pictorial .multi-vehicle .a-radio__input ~ .a-radio__label:after {
    background-image: url('../images/multi-vehicle-solid-dark.png');
}

.svg .m-form-row--light .m-form-row-group--pictorial .multi-vehicle .a-radio__input + .a-radio__label:after {
    background-image: url('../images/multi-vehicle-solid-dark.svg');
}

.m-form-row--light .m-form-row-group--pictorial .multi-vehicle .a-radio__input:checked ~ .a-radio__label:after {
    background-image: url('../images/multi-vehicle-solid.png');
}

.svg .m-form-row--light .m-form-row-group--pictorial .multi-vehicle .a-radio__input:checked + .a-radio__label:after {
    background-image: url('../images/multi-vehicle-solid.svg');
}

.m-form-row-group--pictorial .single-vehicle-company .a-radio__input ~ .a-radio__label .a-radio__label-image {
    background-image: url('../images/single-vehicle-solid.png');
}

.svg .m-form-row-group--pictorial .single-vehicle-company .a-radio__input + .a-radio__label .a-radio__label-image {
    background-image: url('../images/single-vehicle-solid.svg');
}

.m-form-row--light .m-form-row-group--pictorial .single-vehicle-company .a-radio__input ~ .a-radio__label .a-radio__label-image {
    background-image: url('../images/single-vehicle-solid-dark.png');
    background-size: 100%
}

.svg .m-form-row--light .m-form-row-group--pictorial .single-vehicle-company .a-radio__input + .a-radio__label .a-radio__label-image {
    background-image: url('../images/single-vehicle-solid-dark.svg');
}

.m-form-row--light .m-form-row-group--pictorial .single-vehicle-company .a-radio__input:checked ~ .a-radio__label .a-radio__label-image {
    background-image: url('../images/single-vehicle-solid.png');
    background-size: 100%;
}

.svg .m-form-row--light .m-form-row-group--pictorial .single-vehicle-company .a-radio__input:checked + .a-radio__label .a-radio__label-image {
    background-image: url('../images/single-vehicle-solid.svg');
}

.m-form-row-group--pictorial .multi-vehicle-company .a-radio__input ~ .a-radio__label .a-radio__label-image {
    background-image: url('../images/multi-vehicle-solid.png');
}

.svg .m-form-row-group--pictorial .multi-vehicle-company .a-radio__input + .a-radio__label .a-radio__label-image {
    background-image: url('../images/multi-vehicle-solid.svg');
}

.m-form-row--light .m-form-row-group--pictorial .multi-vehicle-company .a-radio__input ~ .a-radio__label .a-radio__label-image {
    background-image: url('../images/multi-vehicle-solid-dark.png');
    background-size: 100%;
}

.svg .m-form-row--light .m-form-row-group--pictorial .multi-vehicle-company .a-radio__input + .a-radio__label .a-radio__label-image {
    background-image: url('../images/multi-vehicle-solid-dark.svg');
}

.m-form-row--light .m-form-row-group--pictorial .multi-vehicle-company .a-radio__input:checked ~ .a-radio__label .a-radio__label-image {
    background-image: url('../images/multi-vehicle-solid.png');
}

.svg .m-form-row--light .m-form-row-group--pictorial .multi-vehicle-company .a-radio__input:checked + .a-radio__label .a-radio__label-image {
    background-image: url('../images/multi-vehicle-solid.svg');
}

/****************************************************************************************************************/

/****************************************************************************************************************/
/*TOP BANNERS*/
.top-banner {
    text-align: center;
    background-color: #004fb6;
}

    .top-banner h2 {
        color: #FFFFFF;
        padding: 0.6em;
    }

        .top-banner h2 a {
            color: #FFFFFF;
        }

.policyMessage h2 {
    padding: 0;
}

.policyMessage p {
    color: #fff;
    font-size: 1.2em;
    margin: 0;
}
/****************************************************************************************************************/
/*PODS*/

ul.topGap {
    padding: 1.5em 2em 2.5em;
}

.pod-extra-padding {
    margin-top: 1.2em;
}

aside .pod.information .pod__content {
    margin: 0;
    padding: 0;
}

aside .pod {
    border-bottom: 4px solid #cccccc;
    background-color: #EEEEEE;
}

    aside .pod.botAligned {
        border-bottom: none;
    }

    aside .pod .pod__content {
        padding: 0 2em;
    }


.call-us,
.why-choose-us,
.we-are-secure {
    padding-bottom: 1em;
}

.defaqto {
    display: block;
    width: 60%;
    max-width: 230px;
}

.comodo {
    display: block;
    width: 170px;
    height: auto;
}

.pod--bordered {
    background: #fff;
    border: 1px solid #ccc;
}

.pod .pod__heading {
    border-bottom: 0px;
    font-weight: bold;
    padding: 0.5em 0em 0em 1em;
}

.PhoneNumbers {
    padding-top: 0;
}

.tel a {
    font-size: 1.6em;
    color: #5c596d;
    border-bottom: none;
    font-family: source_sans_proregular,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,arial,helvetica,sans-serif;
}

h2.telephone__number {
    padding: 0em;
}

.telephone__number a {
    color: #5c596d;
}

.pod .pod__heading.telephone__number {
    padding: 0em 0em 0em 1em;
}

.telephone__number__nopadding {
    padding: 0;
}

#telephoneNumber {
    margin-left: 0em;
}

#PhoneNumbers span.left {
    display: inline-block;
    font-weight: bold;
    width: 48%;
}

#PhoneNumbers span.right {
    display: inline-block;
    width: 48%;
}

.information .pod__content {
    margin: 0;
    padding: 0;
}

ul.linkList {
    list-style: none;
    padding: 0.5em 0 0 0;
}

    ul.linkList li a,
    ul.linkList li a:hover {
        text-decoration: none;
        display: block;
        border-bottom: none;
        width: 97%;
        padding: 0 0 0 2em;
    }

        ul.linkList li a small {
            color: #212121;
            float: none;
            vertical-align: top;
            display: inline-block;
        }

.information .linkList li:hover {
    background-color: #ccc;
}

.information .linkList li {
    padding: 0.4em 0;
    list-style: none;
    border-top: 1px solid #d5d5d5;
}

    .information .linkList li a {
        color: #212121;
        font-family: inherit;
        font-weight: normal;
    }

    .information .linkList li small {
        background-position: right center;
        margin: 0;
        background-repeat: no-repeat;
        padding: 0.5em 2em 0.5em 0;
        font-weight: bold;
        width: auto;
    }

.svg .information .linkList li.pdf small {
    background-image: url(../images/download.svg);
    background-size: 1.4em;
}

.information .linkList li.pdf small {
    background-image: url(../images/download.png);
    background-size: 1.4em;
}

.information .linkList li.pdf .pdfLink {
    display: block;
}

.pod-top--margin {
    margin-top: 1.2em;
}

.wording {
    font-size: 1.5em;
    font-family: 'source_sans_prolight', -apple-system, blinkmacsystemfont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', arial, helvetica, sans-serif;
    color: #5c596d;
}

.why-choose-us ul.unordered-list {
    list-style-type: none;
    margin: 1.375em 0;
    padding: 0 0 0 1em;
}

.svg .why-choose-us ul.unordered-list > li.unordered-list__item--tick {
    background-image: url(../images/bullet-tick-green.svg);
}

.why-choose-us-ind ul.unordered-list > li.unordered-list__item--tick {
    background-image: url(../images/bullet-tick-green.png);
}

.why-choose-us-ind .unordered-list > li {
    padding: 0 0 0 2.875em;
    position: relative;
    color: #5c596d;
    background-repeat: no-repeat;
    margin: 0.1em 0;
    list-style-type: none;
    min-height: 1.7em;
}

.why-choose-us-oth ul.unordered-list > li.unordered-list__item--tick:before {
    background-color: #3e812c;
    background-image: url(https://static.aviva.io/assets/themes-managed/v5.7.1/aviva/default/images/icons/notification/tick.svg);
    background-position: .625em;
    background-repeat: no-repeat;
    width: 2.1875em;
    height: 2.1875em;
    content: '';
    float: left;
    top: -0.375em;
    border-radius: 50%;
    position: absolute;
    left: .9375em;
}

.why-choose-us-oth .unordered-list > li {
    padding: 0 0 0 3.875em;
    position: relative;
    color: #5c596d;
    background-repeat: no-repeat;
    margin: 1.1em 0 0 -2em;
    list-style-type: none;
    min-height: 1.7em;
}


/****************************************************************************************************************/
/*BUTTONS*/

.btn--margin--top {
    margin-top: 1.25em;
}

.btn--back {
    width: 100%;
    margin: 1%;
}

.align--lightbox--text {
    width: 100%;
    text-align: center;
}

.btn--interaction {
    font-size: 2em;
    margin: 0.5em;
    border: 1px solid #cecece;
    padding: 0.1em 0.5em;
    border-radius: .3125em;
}

.btn--primary[disabled]:focus {
    background-color: #ccc;
    border-color: #ccc;
}

.btn--input__inner.find_vehicle_button, .btn--input__inner.findAddress {
    padding: .775em 1.875em;
}

#confirmitMessenger li {
    list-style: none;
}

#confirmitMessenger .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: .25em;
    color: #004fb6;
    cursor: pointer;
    display: block;
    font: bold 1em/1.5 blinkmacsystemfont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'arial', 'helvetica', sans-serif;
    line-height: 1.5625em;
    margin: 0.2em 0;
    min-width: 6.25em;
    padding: .875em 1.875em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color .35s, border-color .35s, color .35s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 100%;
}

#confirmitMessenger .yellow {
    background: #ffd900;
    border-color: #ffd900;
    border-style: solid;
    color: #004fb6;
}

/****************************************************************************************************************/
/*FCA & QUOTE SUMMARY*/

.creditAgreementContent .signature {
    max-width: 190px;
}

.creditAgreementContent .pod--padding {
    padding: 1em;
}

.creditAgreementContent table {
    border: 2px solid #212121;
}

.creditAgreementContent td {
    border-bottom: 2px solid #212121;
    border-left: 2px solid #212121;
    padding: 0.5em;
}

    .creditAgreementContent td:first-child {
        width: 30%;
    }

.creditAgreementContent table tr:nth-child(2n+1),
#creditAgreement table tr:nth-child(2n+1) td {
    background-color: #eee;
}

.representative-example tr td:first-child {
    font-weight: bolder;
}

.representative-example tr td:nth-child(2) {
    text-align: left;
}

.representative-example table {
    max-width: 90%;
}

.representative-example.in-card table {
    max-width: 100%;
}

.representative-example .FCAData table tr td {
    padding: 10pt 10pt 10pt 15pt;
}

.representative-example .FCAData table tr:first-child {
    border-top: none;
}

.representative-example .FCAData table td:first-child {
    width: 60%;
}

.representative-example.in-card table tr {
    border-top: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}

div.representative-example {
    margin-top: 10pt;
}

    div.representative-example.in-card {
        margin-bottom: 30pt;
    }

.representative-example p:first-child {
    margin-bottom: 15pt;
}

.FCAPods .textCenter {
    text-align: center;
}

.FCAPods .or {
    display: none;
}

.FCAPods .orMobile {
    border-radius: 50%;
    padding: 0.5em;
    background-color: #5C596D;
    border: 2px solid #fff;
    display: block;
    color: #fff;
    font-size: 0.9em;
    padding: 0.5em 0.62em;
    margin: -52px auto 0;
    text-align: center;
    width: 58px;
    font-weight: normal;
}

.FCAPods {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    overflow: auto;
    display: flex;
}

    .FCAPods .price {
        font-size: 1.8em;
        font-weight: 600;
        margin: .125em 0;
    }

    .FCAPods .smallPrice {
        font-size: 1.0em;
        font-weight: 600;
        margin: .125em 0;
    }

    .FCAPods .noMarginTop {
        margin-top: 1em;
    }

    .FCAPods .pAlign {
        width: 100%;
        text-align: center;
    }

    .FCAPods .pod__heading {
        background-color: #5C596D;
        text-align: center;
        color: #fff;
        padding: 1em;
        font-size: 1.2em;
        margin: 0;
    }

    .FCAPods .thirdPod .pod__heading {
        background-color: #FFFFFF;
        color: #5c596d;
        padding: 1em 0em 0em 0em;
    }

    .FCAPods .first-pod__heading {
        padding-top: 1.6em;
        padding-bottom: 1.66em;
    }

    .FCAPods .second-pod__heading {
        padding-top: 1.6em;
        padding-bottom: 1.66em;
    }

    .FCAPods .firstPod {
        width: 100%;
        margin: 0;
        float: left;
        padding-bottom: 2.1em;
    }

        .FCAPods .firstPod .pod__content, .FCAPods .secondPod .pod__content {
            text-align: center;
        }

    .FCAPods .secondPod {
        width: 100%;
        margin: 0;
        float: right;
    }

    .FCAPods .extra--padding {
        margin-top: 2em;
    }

    .FCAPods .thirdPod {
        width: 100%;
        display: inline-block;
        background-color: #FFFFFF;
        border: 0px;
    }

    .FCAPods .innerHalf {
        width: 98%;
        margin-right: 2%;
    }

    .FCAPods .thirdPod h2 {
        text-align: left;
        padding-left: 1em;
    }

    .FCAPods .thirdPod .pod__content {
        margin-left: 0;
        padding-left: 0;
        margin-right: 0;
        padding-right: 0;
    }

.u-divider-extra--padding {
    width: 100%;
}

.u-divider {
    border-bottom: 1px solid #ccc;
    margin: 1.625em 0 1em;
    overflow: auto;
}

.singleVehiclePod {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    overflow: auto;
    display: flex;
    width: 100%;
}

.manual-lookup-button {
    background: none !important;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit;
    color: #004fb6;
    border-bottom: 1px solid #cecece;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 0.5em;
    font-size: 0.9em;
}

.multiVehiclePod {
    margin-bottom: 1em;
    width: 100%;
    border: 1px solid #CECECE;
    margin: 0 0 2em 0;
}

    .multiVehiclePod .firstPod {
        min-height: 4em;
        background-color: #5C596D;
        border: 0;
        padding: 0;
    }

    .multiVehiclePod .secondPod {
        min-height: 4em;
        border: 0;
        border-bottom: 1px solid #CECECE;
        padding: 1em;
    }

    .multiVehiclePod .thirdPod {
        float: right;
        border-left: 0;
        margin: 0 0 2em 0;
        padding: 1em;
    }

        .multiVehiclePod .thirdPod .automatedProcessInfo {
            margin: 0 0 2em 0;
        }

        .multiVehiclePod .thirdPod .unordered-list > li {
            width: 100%;
            display: block;
        }

    .multiVehiclePod .firstPod,
    .multiVehiclePod .secondPod,
    .multiVehiclePod .thirdPod {
        width: 100%;
    }

    .multiVehiclePod .pod__heading {
        background-color: #5C596D;
        text-align: center;
        color: #fff;
        padding: 0.4em;
    }

.SpecifiedItemLeft {
    width: auto;
    float: left;
    margin-right: 1em;
}

.SpecifiedItemRight {
    width: auto;
    float: left;
}

.specifieditem {
    border-bottom: 1px dashed #ccc;
}

.times dt {
    font-weight: bold;
}

.FCAPods .secondPod .pod__content {
    text-align: center;
}

/****************************************************************************************************************/
/*FAQ PODS*/

#faq-search .m-form-row {
    width: 100%;
    margin-top: 0;
    padding-bottom: 5pt;
}

#faq-search .m-form-row__error-message {
    padding: 12pt 0 8pt 0;
}

#faq-browse-inner .a-loading-indicator {
    margin-top: 20pt;
    margin-bottom: 15pt;
}

#conhelp-faq-content {
    padding: 0 2.5%;
}

#faq-answer-subcontainer {
    margin-top: 20pt;
}

@media screen and (max-width: 960px) {
    #faq-pod {
        margin-top: 1.2em;
    }
}

aside #faq-pod {
    margin-top: 1.2em;
}

aside #faq-answer-container h3 {
    padding: 0.5em 1em 0 0;
}

#faq-answer-container h3 {
    font-size: 1.75em;
    margin: 0;
    font-weight: bold;
    font-family: 'source_sans_proregular', -apple-system, blinkmacsystemfont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', 'arial', 'helvetica', sans-serif;
}

#faq-answer-container label,
#faq-browse-select label {
    display: none;
}

#faq-pod .icnQuestion + .podContent,
#faq-browse-container {
    padding: 0 1em;
}

.js #faq-nonjs-categories {
    display: none;
}

.faq-browse-pod h3 {
    margin: 0 auto;
    font-size: 1em;
    font-weight: bold;
    position: relative;
}

#faq-answer-container #question {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .3125em;
    display: block;
    max-width: 100%;
    min-height: 3em;
    padding: .8438em 1em;
    position: relative;
    transition: background-color .35s, border-color .35s, color .35s;
    width: 100%;
    z-index: 2;
    margin: 1em 0;
}

#faq-answer-container .button,
#faq-browse-select .button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: .3125em;
    color: #004fb6;
    cursor: pointer;
    display: block;
    font: bold 1em/1.5 blinkmacsystemfont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', arial, helvetica, sans-serif;
    margin: 0;
    padding: .8125em 1.6875em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color .35s, border-color .35s, color .35s, padding .35s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    vertical-align: middle;
    width: 100%;
}

#faq-browse-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: .3125em;
    color: #444;
    display: block;
    max-width: 100%;
    min-height: 3em;
    padding: .8438em 3.125em .8438em 1em;
    transition: background-color .35s, border-color .35s, color .35s;
    width: 100%;
    margin: 1em 0 1em 0;
}

#faq-answer-container .pagination,
#faq-browse-container .pagination {
    margin-bottom: 0;
}

.pagination {
    list-style-type: none;
    overflow: auto;
    padding: 0;
    margin-bottom: 0.5em;
    display: inline-flex;
}

    .pagination li {
        float: left;
        padding: 0 0.5em 0 0;
        display: flex;
    }

    .pagination li,
    .svg .pagination li {
        background: none;
    }

    .pagination .currentPage,
    .pagination .pageNumber {
        margin: 0 0 0.5em;
    }

        .pagination .pageNumber a,
        .pagination .pageNumber span,
        .pagination .pageNumber input,
        .pagination .currentPage span,
        .pagination .currentPage input {
            cursor: pointer;
            display: inline-block;
            padding: .5em .25em;
            text-align: center;
            text-decoration: none;
            min-width: 2em;
        }

        .pagination .currentPage span,
        .pagination .currentPage input,
        .pagination .pageNumber a,
        .pagination .pageNumber span, .pagination .pageNumber input,
        .pagination .disabled a,
        .pagination .disabled span,
        .pagination .disabled input {
            background: none;
            display: block;
            margin: 0;
            border-bottom: none;
        }

    .pagination li.currentPage,
    .svg .pagination li.currentPage {
        color: #fff;
        background-color: #4f9f31;
        border-radius: 50%;
        padding: 0em 0.4em;
    }

svg .showHide h3 a,
.showHide h3 a {
    display: block;
    padding: 1em 3em;
    width: 100%;
    padding: 1em 4.5em;
}

    svg .showHide h3 a:hover,
    .showHide h3 a:hover {
        text-decoration: none;
        border-bottom: none;
    }

svg .showHide h3:hover,
.showHide h3:hover {
    background-color: #cecece;
}

.svg .showHide h3 a::before {
    background-image: url(../images/arrow-down.png);
    margin-left: 1.2em;
}

.showHide h3 a::before {
    margin-left: 1.2em;
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: showhide;
    animation-name: showhide;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    background: #fff url(../images/arrow-down.png) no-repeat center center;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    font-size: 16px;
    height: 1.9375em;
    left: .625em;
    position: absolute;
    top: 0.8em;
    transition: background-color .35s, border-color .35s;
    width: 1.9375em;
}

.showHide h3:hover a::before,
.showHide h3:focus a::before {
    background-color: #004fb6;
    background-image: url(../images/arrow-down-white.png);
    border-color: #004fb6;
}

.svg .showHide h3 a:hover::before,
.svg .showHide h3 a:focus::before {
    background-image: url(../images/arrow-down-white.svg);
}

.showHide h3.closed a::before {
    -webkit-animation-duration: .35s;
    animation-duration: .35s;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
    -webkit-animation-name: showhide--show;
    animation-name: showhide--show;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    background-color: #004fb6;
    background-image: url(../images/arrow-up-white.png);
    border-color: #004fb6;
}

.svg .showHide h3.closed a::before {
    background-image: url(../images/arrow-up-white.svg);
}

/****************************************************************************************************************/
/*GENDER DIRECTIVE*/

.gdList {
    background: #fff;
    border: 1px solid #d5d5d5;
    border-radius: 0.15em;
    display: none;
    list-style: none;
    margin: 0;
    overflow-y: scroll;
    padding: 0;
    z-index: 10;
}

    .gdList em {
        font-weight: bold;
        border-bottom: 1px dashed;
    }

.gdLoading {
    background: transparent url(../images/core/global/ajax-loader.gif) no-repeat 3px 4px;
    min-height: 25px;
    min-width: 100px;
    display: block;
}

.gdFinished {
    background: none;
    display: block;
}

.gdList::-webkit-scrollbar {
    height: 12px;
}

.gdList::-webkit-scrollbar-track {
    box-shadow: 0 0 2px rgba(0,0,0,0.25) inset;
    background: #f0f0f0;
}

.gdList::-webkit-scrollbar-thumb {
    border-radius: 0.15em;
    background: #ccc;
}

.gdList li {
    background: none repeat scroll 0 0 transparent;
    border-top: 1px dashed #ccc;
    clear: left;
    float: left;
    margin: 0;
    padding: 0;
    width: 100%;
}

.svg .gdList li {
    background: 0;
}

.gdList li:first-child {
    border: 0;
}

.gdList li a,
.gdList li span.gdMessage {
    display: block;
    line-height: 1.2857;
    padding: 0.5em;
    text-decoration: none;
}

.gdList li span.gdWarning {
    background: transparent url(../images/core/icons/icon-warning.png) no-repeat 3px 17px;
    padding: 0.5em 0 0 2em;
    min-height: 25px;
    clear: both;
    padding-left: 40px;
}

.gdList li span.gdAdvice {
    background: transparent url(../images/core/icons/icon-advice-info.png) no-repeat 3px 4px;
    background-size: 1.6em 1.6em;
    padding: 0.5em 0 0 2em;
    min-height: 25px;
    clear: both;
    padding-left: 29px;
    font-style: italic;
}

.gdList li a {
    color: #004fb6;
    cursor: pointer;
    border: 0;
}

    .gdList li a:hover,
    .gdList li a:focus {
        background: #ffd900;
    }

.gdList li .selectedList {
    background: #ffd900;
}


/****************************************************************************************************************/
/*RETRIEVE QUOTES*/
.columnone {
    width: 100%;
}

.columntwo {
    width: 100%;
}

.columnthree {
    width: 100%;
}

.quoteMotorInfo h3,
.quoteHome h3 {
    margin: 0 0 0.5em 0;
    padding: 0;
    font-weight: 600;
}

.quoteMotorInfo {
    border-color: #bd2624;
}

    .quoteMotorInfo .pod--warning .pod__content {
        background-color: #bd2624;
    }

.quoteMotor .pod--success .pod__content {
    background-color: #4f9f31;
}

    .quoteMotorInfo .pod--warning .pod__content h2,
    .quoteMotor .pod--success .pod__content h2 {
        color: #fff;
        margin-top: 0;
        padding: 1em;
    }

.quoteMotor {
    border-color: #4f9f31;
}

.columntwo .unordered-list {
    margin: 0;
    padding: 0;
}

.contentside {
    display: inline-block;
    width: 100%;
    padding: 1em;
}

    .contentside .field-validation-error {
        border-radius: 0px;
        font-weight: normal;
    }

    .contentside .no-padding-bottom {
        margin: 2em;
    }

.display__block {
    display: inline-block;
    width: 100%;
    border-bottom: 1px #cfcfcf dashed;
    padding: 1em;
}

.telephoneBottom {
    display: inline-block;
}

.telephoneRight {
    display: none;
}

/****************************************************************************************************************/
/*ADDONS*/

.add--vehicle {
    margin: 1em 0;
}

#ncd {
    margin-top: 1.7em;
}

.small-addon-pod {
    width: 100%;
    display: inline-block;
    border-bottom: 2px solid #CCCCCC;
    background: #EEEEEE;
    padding: 0.5em;
    margin: 0.5em;
    text-align: left;
}

    .small-addon-pod.selected {
        background-color: #5C596D;
        color: #FFFFFF;
    }

    .small-addon-pod h3 {
        margin-top: 0;
        margin-bottom: 0;
        font-weight: bold;
        min-height: 2em;
    }

        .small-addon-pod h3.extra-height {
            min-height: 2.8em;
        }

    .small-addon-pod .btn {
        float: right;
        width: auto;
    }

    .small-addon-pod .pric
    .cost {
        font-size: 1.8em;
        font-weight: 600;
    }

.price-information {
    background-color: #eeeeee;
    padding: 1em;
    margin-bottom: 2em;
}

.cost {
    text-align: center;
    display: block;
}

.fonts-loaded .pod--neutral h3 {
    font-family: inherit;
    font-size: 1em;
}

.m-card--notification-success--qs {
    display: inline-block;
}

    .m-card--notification-success--qs .m-card-content {
        display: inline-table;
    }

#breakdownMVT {
    display: none;
}

.breakdownTest {
    display: block;
}

.modal__align-middle {
    text-align: center;
}

.data-group-item__data .link-icon--download {
    margin-bottom: 0.5em;
    display: block;
}

.error .message {
    font-size: inherit;
}

.success .message {
    font-size: 14px;
    font-weight: 400;
    margin-bottom: 25px;
    line-height: 1.6em;
}

/****************************************************************************************************************/
/*BUY PAGE*/

@media only screen and (min-width: 60em) {
    .payment-cards .price-selection-card {
        min-width: 585px;
    }
}

@media only screen and (max-width: 35em) {
    #credit-agreement-content {
        padding: 5%;
        max-height: 15em;
    }
}

@media only screen and (max-width: 20em) {
    #credit-agreement-content {
        padding-left: 5pt;
    }
}

#credit-agreement-new {
    margin-left: 0;
    margin-right: 0;
}

.payment-cards .pod.t-accent-light.pod {
    width: 100%;
}

    .payment-cards .pod.t-accent-light.pod tr {
        text-align: left;
    }

    .payment-cards .pod.t-accent-light.pod td {
        padding-left: 4.5%;
    }

@media only screen and (max-width: 35em) {
    #credit-agreement-new {
        max-width: 100%;
    }

    .m-form-affix__label-wrapper.thirdWidth {
        width: 100%;
    }
}

.payment-selection .l-columns l-columns--1-large {
    margin-top: 0;
}

div#credit-agreement-content {
    background-color: white;
    padding: 10pt 15pt;
    max-height: 25em;
    overflow-y: auto;
}

.payment .podContent .m-showhide.js-m-showhide {
    border-bottom: 0;
}

.payment-selection .pod {
    margin-bottom: 2.5em;
}

#newCardNumberArea {
    margin-bottom: 0;
    padding-bottom: 0;
}

.BuyData dd {
    margin-bottom: 1em;
}

.alignRight {
    text-align: right;
}

.svg .payment-selection .pod .pod__content .selected--payment, .payment-selection .pod .pod__content .selected--payment {
    background-image: url(../images/tick-white.svg);
    background-position: left 50%;
    background-repeat: no-repeat;
    display: inline-block;
    padding-left: 1.7em;
    margin-bottom: 1em;
}

.payment-selection .pod .pod__content p.no-padding {
    margin: 0.1em;
}

.grey--background {
    border-top: 1px solid #EEEEEE;
    border-bottom: 1px solid #EEEEEE;
}

.FCAData table {
    width: 100%;
}

    .FCAData table td {
        padding: 0.4em;
        vertical-align: top;
    }

        .FCAData table td:first-child {
            width: 75%;
        }

.disabled-button {
    display: inline-flex;
}

#ddPaymentButton,
#ccPaymentButton {
    display: inline-flex;
}

    #ddPaymentButton a.btn,
    #ccPaymentButton a.btn,
    .disabled-button a.btn {
        display: inline;
        margin: 1em;
    }

.creditAgreementLightboxContentHolder .signature {
    max-width: 190px;
}

.innerRow {
    width: 100%;
    padding: 0.5em 2em;
    display: inline-block;
}

    .innerRow:nth-child(even) {
        background-color: #eee;
    }

    .innerRow:nth-child(odd) {
        background-color: #fff;
    }

    .innerRow h4 {
        margin: 0;
        display: inline-block;
        font-weight: normal;
        padding-left: 2em;
    }

        .innerRow h4.no-padding {
            padding-left: 0;
        }

    .innerRow span {
        margin: 0;
        display: inline-block;
        font-weight: normal;
    }

    .innerRow.total {
        border-top: 1px dashed #CECECE;
        border-bottom: 1px dashed #CECECE;
        padding: 1em 2em 1em 2em;
        margin-top: 1em;
    }

    .innerRow snan.no-padding {
        padding-left: 0;
    }

    .innerRow p {
        margin: 0;
        float: none;
        display: inline-block;
    }

@media only screen and (min-width: 35em) {
    .innerRow span {
        padding-left: 2em;
    }
}

.showhide-border,
.js-showhide.showhide {
    border-bottom: 0;
    margin: 0;
}

    .showhide-border .showhide__content {
        padding: 0;
        border-bottom: 1px solid #ccc;
    }

.pod .summary-header {
    background-color: #5C596D;
    color: #fff;
    padding: 0.7em 0.4em;
    margin: 0;
}

.pod.summary {
    border: 1px solid #eee;
    background-color: #fff;
}

.payment-selection {
    -webkit-align-items: stretch;
    -moz-align-items: stretch;
    align-items: stretch;
    display: flex;
    -webkit-flex-flow: row wrap;
    -moz-flex-flow: row wrap;
    flex-flow: row wrap;
    margin: 0;
    overflow: auto;
    display: flex;
}

    .payment-selection .pod {
        padding-bottom: 1em;
        width: 100%;
        background-color: #FFFFFF;
        border: 1px solid #CECECE;
    }

    .payment-selection .price {
        font-size: 1.9em;
        margin: 0;
        font-weight: bold;
    }

    .payment-selection .pod .pod__content {
        padding: 0;
        text-align: center;
    }

        .payment-selection .pod .pod__content p {
            margin: 0.5em 0 5pt 0;
            padding: 0;
        }

    .payment-selection .pod .pod__padding {
        min-height: 4em;
        padding-bottom: 0.5em;
    }

.pod.green, .pod.green a.monthlyBreakdownLink, .pod.green, .pod.green a.premiumLink {
    background: #5C596D;
    color: #FFFFFF;
}

    .pod.green a.monthlyBreakdownLink {
        border-bottom: 1px solid #FFFFFF;
    }

.payment-selection .pod .pod__heading {
    text-align: center;
    font-size: 1.2em;
    font-weight: normal;
    background: #5C596D;
    color: #FFFFFF;
    padding-bottom: 1em;
    margin: 0;
}

.imageList {
    overflow: auto;
    display: flex;
    padding: 0;
}

    .imageList li,
    .svg .imageList li {
        background-image: none;
        margin: 0.5em;
        padding: 0;
        list-style-type: none;
    }

.yearlyCC,
.yearlyDD,
.monthlyDD {
    width: 97%;
    padding: 0 1em 2em;
}

.creditAgreementLightboxContentHolder::-webkit-scrollbar {
    height: 12px;
}

.creditAgreementLightboxContentHolder::-webkit-scrollbar-track {
    box-shadow: 0 0 2px rgba(0,0,0,0.25) inset;
    background: #f0f0f0;
}

.creditAgreementLightboxContentHolder::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: #ccc;
}

#cardnumber {
    height: 150px;
    width: 100%;
}

iframe {
    border: 0;
    width: 98%;
}

.cut-text {
    text-overflow: ellipsis;
    overflow: hidden;
    width: 15.5em;
    white-space: nowrap;
}

.pod-max-width {
    width: 100%;
}

.buy-header-text .m-card-content {
    background: #eee;
}

.pod .pod-heading-left {
    text-align: left;
}

.table--comparison table.entry tbody > tr {
    border: 2px solid #EFEFEF;
}

.clearFix {
    clear: both;
}

.floatloader {
    float: left;
    margin-right: 2em;
}

.floatleft {
    float: left;
}

.banner-container {
    background-color: #EEEEEE;
    background-position: right center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    overflow: auto;
}

    .banner-container h2 {
        color: #333333;
        margin: 0;
        font-size: 0.75em;
        padding-bottom: 0.5em;
    }

    .banner-container p {
        margin: 0;
        color: #004FB6;
        font-size: 0.6em;
        padding-top: 0.5em;
    }

    .banner-container .banner-left {
        width: 100%;
        display: block;
        padding: 0;
        background-color: #EEEEEE;
    }

    .banner-container .banner-image-small img {
        width: 100%;
    }

    .banner-container .banner-left .wording {
        padding: 0.5em;
    }

        .banner-container .banner-left .wording a {
            color: #333333;
            border-bottom-color: #333333;
            border-bottom-style: solid;
        }

    .banner-container .banner-image-small {
        display: block;
    }

/* CP01 */
body.CP01 .affinity {
    background-image: url(../images/base-affinity.png);
    background-repeat: no-repeat;
    background-position: 10px 4px;
    border-color: #A72C31;
    margin-top: 2.5em;
}

    body.CP01 .affinity h2 {
        color: #A72C31;
    }

body.CP01 .offerMessageBuy {
    margin: 1em;
}

body.CP01 .affinity h2 span.important {
    color: #CC0000;
}

/* Barlcays BAR1 */
body.BAR1 .affinity {
    border: 1px solid #1d8bcb;
    background-color: #efefef;
    padding: 1em;
    margin-top: 2.5em;
}

    body.BAR1 .affinity h2 {
        margin: 0;
    }

body.BAR1 .offerMessageBuy {
    background-color: #efefef;
    border-color: #1d8bcb;
}

body.BAR1 .offerMessageBuyRedBorder {
    border-color: #CC0000;
}

body.BAR1 .affinity h2 span.important {
    color: #CC0000;
}

.u-animation.csstransforms .a-checkbox__label is-disabled {
    background-color: #cc0000;
}

.driver--licence {
    border: 1px solid #CCCCCC;
    border-radius: .25em;
    padding: 8em 1em 1em 1em;
    width: auto;
    display: inline-block;
    background-image: url(../images/my-licence.png);
    background-repeat: no-repeat;
    background-position: 12px 7px;
    min-width: 280px;
    max-width: 340px;
}

.driverLicenceNumber {
    display: block;
}

.driverLicenceNumber--inline {
    display: inline-block;
    margin-right: 1em;
    margin-left: .5em;
}

.driverLicenceNumberLabel--inline {
    display: inline;
}

.driver--licence__input {
    margin-bottom: 1em;
}

.coverType {
    display: none;
}

/*---------------------------------------------------------------------------------------
MEDIA QUERIES FOR SMALL SIZE
--------------------------------------------------------------------------------------- */
@media (min-width: 20em) {
    .regLookUpButton {
        margin-top: 0.8em;
    }

    .retrieve-quote {
        margin-bottom: 1em;
        max-width: 25em;
        overflow: hidden;
    }

        .retrieve-quote dt {
            clear: both;
            float: left;
            padding-right: 1.25em;
            font-weight: bold;
        }

        .retrieve-quote dd {
            float: none;
            margin-bottom: 0;
            text-align: left;
        }

    .times {
        margin-bottom: 1em;
        max-width: 25em;
        overflow: hidden;
    }

        .times dt {
            clear: both;
            float: left;
            padding-right: 1.25em;
            width: 60%;
            font-weight: bold;
        }

        .times dd {
            float: right;
            margin-bottom: 0;
            text-align: right;
            width: 40%;
        }
}

/*---------------------------------------------------------------------------------------
MEDIA QUERIES FOR MEDIUM SIZE
--------------------------------------------------------------------------------------- */
@media only screen and (min-width: 35em) {

    /****************************************************************************************************************/
    /*ROW ICONS & ADDONS*/

    .m-tabs__nav-list .m-tabs__control .m-tabs-icon {
        width: 50px;
    }

        .m-tabs__nav-list .m-tabs__control .m-tabs-icon img {
            width: auto;
        }

        .m-tabs__nav-list .m-tabs__control .m-tabs-icon .m-tabs-icon__image--selected {
            left: -50px;
        }

    .regLookUpButton {
        margin-top: -4px;
    }

    .m-card.m-card--tertiary .m-card-flex.m-card-flex-mobile .m-card-content {
        padding: 20pt 4pt 15pt 15pt;
    }

    .multiVehiclePod {
        width: 48%;
    }

    .multiVehiclePodFullWidth {
        width: 1000%;
    }

    .multiVehiclePod:first-child {
        margin-right: 4%;
    }

    .btn-group__item {
        display: inline;
        width: 50%;
    }

        .btn-group__item:last-child {
            width: 50%;
            text-align: right;
        }

        .btn-group__item:first-child {
            text-align: left;
        }

    .btn-group-three {
        width: 100%;
    }

        .btn-group-three .btn-group__item {
            width: auto;
        }

    .full-width .btn-group__item:first-child {
        display: inline;
        width: 100%;
        text-align: right;
    }

    .table--comparison table.entry tbody > tr {
        border: none;
    }

    .table--comparison table thead > tr > th {
        vertical-align: top;
    }

    .table--comparison table tbody > tr > td {
        vertical-align: middle;
    }

    .row.rowIcon select {
        color: #004fb6;
    }

    .row.rowIcon label {
        font-weight: bold;
    }

    .small-addon-pod {
        width: 100%;
    }

    td.selected-middle .a-button {
        background-color: #5C596D;
        border-color: #5C596D;
        color: #FFFFFF;
    }

    .u-divider {
        margin: 1.5em 0 1em 0;
    }

    .FCAPods .firstPod {
        width: 50%;
        border-right: 0;
    }

    .FCAPods .innerHalf {
        width: 46%;
        margin-right: 3%;
    }

    .FCAPods .secondPod {
        width: 50%;
    }

    .u-divider-extra--padding {
        margin-bottom: 1.9em;
    }

    .multiVehiclePod .firstPod,
    .multiVehiclePod .secondPod,
    .multiVehiclePod .thirdPod {
        width: 100%;
    }

    .FCAPods .or {
        border-radius: 50%;
        padding: 0.5em;
        background-color: #5C596D;
        border: 2px solid #fff;
        display: block;
        color: #fff;
        font-size: 1.2em;
        padding: 0.16em 0.48em 0.24em;
        float: right;
        margin-right: -22px;
        margin-top: 1em;
        position: relative;
    }

    .FCAPods .orMobile {
        display: none;
    }

    ul.linkList li a small {
        color: #212121;
    }

    .regFieldInput {
        width: 10.9em;
    }

    .banner-container p {
        font-size: 1.125em;
    }

    .banner-container h2 {
        font-size: 1.625em;
    }
}
/*---------------------------------------------------------------------------------------
MEDIA QUERIES FOR MEDIUM SMALL SIZE
--------------------------------------------------------------------------------------- */
@media only screen and (min-width: 25em) {

    .banner-container {
        background-image: none;
    }

        .banner-container p {
            font-size: 1em;
        }

        .banner-container h2 {
            font-size: 1.5em;
        }
}
/*---------------------------------------------------------------------------------------
MEDIA QUERIES FOR MEDIUM LARGE
--------------------------------------------------------------------------------------- */
@media only screen and (min-width: 47em) {

    .displayInline {
        display: inline-block;
    }

    .driver--licence__input {
        margin-bottom: 0em;
    }

    .retrieve--quote {
       display: block;
    }

    .retrieve--quote__link, .gdpr_link {
        display: none;
    }

    .banner-container .banner-left {
        width: 60%;
        display: inline-block;
    }

    .banner-container {
        background-image: url(../images/freetravelbannerphoto.png);
        padding-bottom: 0;
        background-size: 40%;
    }

        .banner-container .banner-image-small {
            display: none;
        }

        .banner-container h2 {
            font-size: 0.75em;
        }

        .banner-container p {
            font-size: 0.6em;
        }

    #breakdownMVT {
        display: block;
    }

    .breakdownTest {
        display: none;
    }

    .small-addon-pod {
        width: 40%;
    }

        .small-addon-pod .cost .price span {
            display: inline-block;
        }

        .small-addon-pod .cost .price .or {
            border-radius: 50%;
        }

    body.CP01 .offerMessageBuy {
        background-image: url("../images/base-affinity.png");
        background-position: 98% center;
        background-repeat: no-repeat;
        text-align: left;
        padding-right: 30.5%;
    }

    body.BAR1 .offerMessageBuy {
        background-image: url("../images/barclaycard.png");
        background-position: 98% center;
        background-repeat: no-repeat;
        text-align: left;
        padding-right: 30.5%;
    }
}
/*---------------------------------------------------------------------------------------
MEDIA QUERIES FOR MEDIUM SIZE & ABOVE
--------------------------------------------------------------------------------------- */
@media only screen and (min-width: 48em) {
    .m-form-row .a-textbox.halfWidth, .m-form-row .a-dropdown.halfWidth {
        width: 50%;
    }

    .a-textbox a-date.thirdWidth, .thirdWidth .a-date-wrapper, .m-form-affix__label-wrapper.thirdWidth,
    .m-form-row .a-textbox.thirdWidth, .m-form-row .a-dropdown.thirdWidth {
        width: 33%;
    }

    .m-form-row .a-textbox.quarterWidth {
        width: 25%;
    }

    .m-form-row .a-button.a-button--form.buttonfix {
        margin-top: 0.3125em;
    }

    .vehicle-reg-right {
        width: 65%;
        text-align: left;
    }

    .vehicle-reg {
        float: left;
    }

    .a-dropdown.full-width {
        width: 100%;
    }
}
/*---------------------------------------------------------------------------------------
MEDIA QUERIES FOR LARGE SIZE
--------------------------------------------------------------------------------------- */
@media only screen and (min-width: 55em) {

    .banner-container .banner-left {
        width: 65%;
        display: inline-block;
        float: left;
    }

    .banner-container {
        padding-bottom: 0;
        background-size: 40%;
    }
}
/*---------------------------------------------------------------------------------------
MEDIA QUERIES FOR MEDIUM LARGE SIZE
--------------------------------------------------------------------------------------- */
@media only screen and (min-width: 60em) {

    .u-animation.o-modal-loaded .o-modal {
        margin-top: 0 !important;
    }

    .m-masterhead-web-application-name {
        display: inline-flex;
        float: right;
        font-weight: 500;
        color: #5C596D;
        font-size: 1.4em;
        margin-top: 0.5em;
    }

    h1, .heading--1 {
        margin-top: 0.2em;
        margin-bottom: 1em;
    }

    .small-addon-pod {
        width: 40%;
    }

    .csscalc .coverAddons .m-form-row {
        width: calc(100% - .9375em);
    }


    .csscalc .coverAddons .m-form-row--part-width {
        width: 75%;
    }

    .csscalc .yourDocuments .m-form-row {
        width: calc(100% - .9375em);
    }

    .csscalc .yourDocuments .m-form-row--part-width {
        width: 75%;
    }

    .payment-selection .pod .pod__padding {
        min-height: 13.5em;
    }

    aside {
        float: right;
        width: 31%;
        margin-bottom: 150px;
    }

    #main {
        float: left;
        width: 67%;
    }

    .innerRow p {
        float: right;
        min-width: 200px;
    }

    .payment-selection .pod {
        width: 46%;
        margin: 1.5%;
        float: left;
    }

    .csscalc .m-form-row {
        width: calc(75% - .9375em);
    }

    .m-form-row {
        width: calc(75% - .9375em);
    }

    .csscalc .m-form-row.payment-cards {
        width: inherit;
    }

    .columnone {
        width: 46%;
        float: left;
    }

    .columntwo {
        width: 46%;
        float: right;
        margin-left: 6%;
    }

    .columnthree {
        width: 100%;
    }

    .telephoneBottom {
        display: none;
    }

    .telephoneRight {
        display: inline-block;
    }

    .m-masterhead-web-application-name {
        display: inline-flex;
        float: right;
        font-weight: 500;
        color: #5c596d;
        font-size: 1.4em;
    }

    .btn--back {
        width: 25%;
        margin: 0;
    }

    .btn-group__item {
        display: inline;
    }
}

/**************************************************************************************/
/*3DS2 STYLES*/
.u-mypayments-sdk .input-label {
    display: block;
    font-size: 1.25em;
    font-style: normal;
    left: auto;
    letter-spacing: -.005em;
    line-height: 1.4em;
    margin: 2em 0 .5em;
    max-width: 100%;
    padding: 0;
    position: static;
    font-family: source_sans_proregular,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,arial,helvetica,sans-serif;
}

.u-mypayments-sdk .form-date legend {
    position: relative;
    left: 0;
    font-size: 1.25em;
    font-style: normal;
    left: auto;
    letter-spacing: -.005em;
    line-height: 1.4em;
    margin: 2em 0 .5em;
    max-width: 100%;
    padding: 0;
    position: static;
    font-family: source_sans_proregular,-apple-system,blinkmacsystemfont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,arial,helvetica,sans-serif;
}

.u-mypayments-sdk .form-date .input-label {
    left: -9999em;
    position: absolute;
}

.u-mypayments-sdk input, .u-mypayments-sdk .input-field {
    border-radius: .2em;
    width: 100%;
    padding: 0.5em;
    font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,arial,helvetica,sans-serif;
}

.u-mypayments-sdk #securityCode .input-field {
    width: 5em;
}

.u-mypayments-sdk #encryptedDate .m-textbox-group__item {
    text-align: left;
    margin-right: 1.7em;
}

    .u-mypayments-sdk #encryptedDate .m-textbox-group__item .input-field {
        width: 5em;
    }

.u-mypayments-sdk .input-field span {
    width: 85%;
}

.u-mypayments-sdk #card-brand {
    width: 45px;
}

@media only screen and (min-width: 35em) {
    .u-mypayments-sdk input, .u-mypayments-sdk .input-field {
        width: 75%;
    }
}

.l-content-container--border {
    border-radius: 5px;
    border: 1px solid #ccc;
    margin: 1em 0 1em;
}

.retrieve--quote--details {
    display: inline-block;
    padding-left: 2em;
    padding-top: 0em;
}

.quote-valid {
    padding-left: 7em;
}

.retrieve-icon {
    width: 82px;
    height: 82px;
}

@media only screen and (max-width: 60em) {
    .RetrieveAddOns .l-columns > .l-columns__column {
        margin-top: 7px;
    }

        .RetrieveAddOns .l-columns > .l-columns__column:nth-child(2) {
            margin-top: -1.35em;
        }

    .retrieve-background {
        padding-left: 1em;
    }

    .l-columns > .l-columns__column.findout-more-column {
        margin-top: -1.5em;
        margin-bottom: .5em;
    }

    p.content-block.findout-more {
        float: none;
    }
}

/**************************************************************************************/
/*END 3DS2 STYLES*/
/**************************************************************************************/

span#session-timeout-handler-module {
    display: none;
}

@media only screen and (min-width: 35em) {
    .card-price-sentence {
        float: left;
        margin-top: 0;
    }

        .card-price-sentence:nth-child(2) {
            margin-top: auto;
        }
}

@media only screen and (max-width: 60em) {
    div.l-columns__column.card-price {
        margin-top: -1.5em;
    }
}

@media only screen and (max-width: 35em) {
    .a-radio__label.m-card-select__label.card-title-and-price,
    .card-title-and-price .l-columns__column span,
    .card-price-sentence {
        display: block;
        text-align: center;
    }
}

.card-title-and-price .a-heading--2 {
    font-weight: normal;
}

.add-on-card .card-title-rac-image {
    margin-right: 5pt;
    margin-top: 0;
}

.add-on-card-padding {
    padding-bottom: 1.375em;
}

.rac-modal-title-image {
    padding-right: 10px;
    margin-top: 0;
}

img[src*="ad.doubleclick.net"] {
    display: none;
}

.avivaOnlineComparisonModalIncluded {
    width: 49%;
    float: left;
}

.avivaOnlineComparisonModalNotIncluded li.a-list-unordered__item--cross {
    margin-bottom: 1em;
    padding-top: 0.2em;
    padding-left: 2.5em;
}

.avivaOnlineComparisonModalControls {
    clear: both;
}

.conviction-grey-background {
    background-color: #eeeeee;
    padding: 1em;
    margin-top: 2em;
}

.driverdetails-form-row-padding {
    padding-top: 1em;
}

.m-form-row-padding {
    padding: 0px;
}

.driver-licencenumber-label--inline {
    display: inline;
    background: #f2f6fb;
    padding: 10px;
}

.driver-licence-number--inline {
    display: inline-block;
    margin-right: 1em;
}

.add-top-margin {
    margin-top: 2.8em;
}

.li-margin {
    margin-top: -1em !important;
}

.a-list-unordered > li.a-list-unordered__item--tick--woround {
    margin-bottom: 1em;
    padding-top: 0.2em;
    padding-left: 2.5em;
}

    .a-list-unordered > li.a-list-unordered__item--tick--woround:before {
        background-image: url(../images/core/icons/tick.png);
        background-size: 15px;
        height: 25px;
        width: 25px;
        background-position: left top;
        background-repeat: no-repeat;
    }

.secondary-light-blue-tint-panel {
    background-color: #ECF9FF;
    padding: 1.8em;
}

.secondary-light-teal-tint {
    background-color: #BEDCE2;
}

.a-heading--teal {
    color: #005A6C;
}

.m-data-replay--border-bottom .m-data-replay-item:last-child {
    padding-bottom: 1em;
}

    .m-data-replay--border-bottom .m-data-replay-item:last-child:after {
        border-bottom: 1px solid #ccc;
    }

.u-flex--row {
    display: flex;
}

    .u-flex--row .u-flex--gap-small {
        gap: 0.4em;
    }

.u-text--secondary-warm-grey {
    color: #5C596D;
}

.u-text--superscript {
    font-size: 70%;
    vertical-align: super;
}

.u-margin--left-small {
    margin-left: 0.6em;
}

.u-margin--top-extra-small {
    margin-top: 0.3em;
}

.u-margin--top-small {
    margin-top: 0.6em;
}

.u-margin--top-regular {
    margin-top: 1em;
}

.u-margin--bottom-extra-small {
    margin-bottom: 0.3em;
}

.u-margin--bottom-small {
    margin-bottom: 0.6em;
}

.u-padding--small {
    padding: 0.6em;
}

.u-padding--top-regular {
    padding-top: 1em;
}

.u-padding--bottom-regular {
    padding-bottom: 1em;
}

.u-padding--right-small {
    padding-right: 0.6em;
}

.UnderneathButton {
    margin-top: 20px;
}