@font-face {
    font-family: 'Oxygen';
    src: url('../fonts/Oxygen-Bold.eot');
    src: url('../fonts/Oxygen-Bold.woff') format('woff'), url('../fonts/Oxygen-Bold.ttf') format('truetype'), url('../fonts/Oxygen-Bold.svg') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Oxygen';
    src: url('../fonts/Oxygen-Regular.eot');
    src: url('../fonts/Oxygen-Regular.woff') format('woff'), url('../fonts/Oxygen-Regular.ttf') format('truetype'), url('../fonts/Oxygen-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

.title-box {
    min-width: 75px;
    max-width: 75px;
}

.flex-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    padding-bottom: 4px;
    margin-bottom: 10px
}

.summary-edit-btns {
    background-color: #FFFFFF !important;
    color: #000000 !important;
    border: 1px solid #808080 !important;
    height: 28.67px;
    line-height: 0;
    margin-bottom: 7px
}

body {
    font-family: 'Oxygen', arial, sans-serif;
}

a {
    color: #0d519f;
}

.panel {
    box-shadow: 0 0 0 0;
}

.bt-cont {
    font-size: 23px !important;
}

.btn-primary, .btn-primary:hover {
    background-color: #0d519f;
    color: #fff;
}
.btn-group .btn-primary {
    margin-right: 3px;
    padding: 8px;
}

.has-error .title-btn, .has-error .title-box{
    border-color: #a94442;
}
.has-error .control-label{
    color: #000000;
}
.mx-titles-main-person, .mx-titles-additional-members {
    border: 1px solid #808080;
    color: #000000;
    background-color: #FFFFFF !important;
}

#mx-titles-main:hover, #mx-titles-additional:hover {
    color: #000000 !important;
}

.btn-check:checked+label.btn:hover {
    color: #FFFFFF !important;
}

.btn.btn-secondary {
    background-color: #ffcc03;
    color: #0d519f;
}

.btn.btn-vehicle-type {
    background-color: #7296c0;
    color: #fff;
    position: relative;
}

.btn.btn-vehicle-type.active {
    background-color: #0d519f;
}

.btn-vehicle-type:after {
    font-family: 'FontAwesome';
    font-size: 2rem;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 40%;
    transform: translate(-50%, -50%);
}

.btn-vehicle-type-car:after {
    content: '\f1b9';
}

.btn-vehicle-type-bike:after {
    content: '\f21c';
}

.btn-vehicle-type-van:after {
    content: '\f0d1';
}

.btn-group .btn-primary, label.btn:hover {
    background: #7ca1cb;
}

@media (min-width: 768px) {
    .btn-group .btn-primary {
        margin-right: 15px;
        padding: 11px;
    }
}

#marketing-btn-group label.btn {
    background: #0d519f !important;
}

#marketing-btn-group .btn-check:checked+label.btn {
    color: #74bd4c !important;
}

.btn-check:checked+.btn {
    background: #0d519f !important;
}

.text-primary {
    color: #0d519f!important;
}

a.text-primary:hover, a.text-primary:focus, a.text-primary:active {
    color: #0d519f !important;
}

.text-secondary {
    color: #74bd4c !important;
}

a.text-secondary:hover, a.text-secondary:focus, a.text-secondary:active {
    color: #74bd4c;
}

.panel.panel-primary .panel-heading {
    background-color: #0d519f;
    text-align: center;
}

@media (min-width: 768px) {
    .panel.panel-primary .panel-heading {
        text-align: left;
    }
}

.panel.panel-secondary .panel-heading {
    background-color: #74bd4c;
}

.panel.panel-primary.panel-fill .panel-body {
    background-color: #0d519f;
    color: #fff;
}

#sticky .quote-description {
    margin-bottom: 10px;
    display: block;
}

section .activity {
    margin-bottom: 25px;
    position: relative;
    z-index: 1055;
}

.mobile-quote {
    background: #ffffff;
    margin-top: 0 !important;
}

.mobile-quote .container {
    background: #0d519f;
}

.mobile-quote .top-defaqto-text {
    font-size: 12px;
    padding: 0 10px;
    text-align: center;
}

.mobile-quote .top-defaqto-text span {
    color: #ea6b20;
}

.mobile-quote .top {
    font-size: 18px;
    font-family: 'Ubuntu', arial, sans-serif;
    color: #fff;
    padding: 0 15px;
    height: 62px;
}
@media (min-width: 358px)  {
    .mobile-quote .top {
        font-size: 26px;
    }
}
.top-defaqto-logo {
    height: 100%;
}
.defaqto-logo {
    max-height: 30px;
    margin-top: 16px;
    display: block;
}
@media (min-width: 358px)  {
    .defaqto-logo {
        max-height: 40px;
        margin-top: 11px;
    }
}
/* Header */
.banner {
    background-image: url("../images/rmc-header.bg.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 115px;
    padding: 0 !important;
    position: relative;
}

@media (min-width: 768px) {
    .banner {
        min-height: 214px;
    }
}

.banner .header-caption {
    color: white;
    font-family: Oxygen, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
    font-size: 1.5rem;
    font-weight: 700;
    text-shadow: 2px 2px 10px #000;
}

.banner .brand {
    left: .5rem;
    position: absolute;
    top: 0;
    width: 170px;
}

.banner .brand img {
    position: relative;
    z-index: 100;
}

@media (min-width: 992px) {
    .banner .brand {
        width: 200px;
    }
}

@media (min-width: 1024px) {
    .banner .brand {
        left: 35px;
        width: auto;
    }
}

.banner .banner-bottom {
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
}

@media (min-width: 992px) {
    .banner .banner-bottom {
        top: 25%;
    }
}

@media (min-width: 1024px) {
    #nav-top {
        margin-bottom: 1.875rem;
    }
}

#nav-top {
    margin-bottom: .875rem;
}

#nav-top .menu-item {
    background-color: #00519f;
    margin-left: .25rem;
}

#nav-top .menu-item a {
    color: #fff;
    font-weight: 700;
    padding: .5rem 1.5rem;
}

.banner .nav a, .nav-link {
    display: block;
    padding: .5rem 1rem;
}

.banner .nav a:focus, .banner .nav a:hover, .nav-link:focus, .nav-link:hover {
    background-color: transparent;
    text-decoration: none;
}

@media (min-width: 992px) {
    #nav-top {
        margin-bottom: 1.5rem;
    }
}

@media (min-width: 769px) {
    #nav-top .menu-item a {
        padding: .5rem 2rem;
    }
}

@media (min-width: 768px) {
    .justify-content-md-end {
        -ms-flex-pack: end !important;
        -webkit-box-pack: end !important;
        justify-content: flex-end !important;
    }
}

/* Standard Journey Font-Sizes ranges broken into levels for consistency eg, l1, l2 */
/* default font-size is 16px (base.css)*/

.small-l1-font-size {
    font-size: 10px !important;
}

.small-l2-font-size {
    font-size: 12px !important;
}

.small-l3-font-size {
    font-size: 14px !important;
}

.medium-l1-font-size {
    font-size: 18px !important;
}

.medium-l2-font-size {
    font-size: 20px !important;
}

.medium-l3-font-size {
    font-size: 24px !important;
}

.large-l1-font-size {
    font-size: 30px !important;
}

.large-l2-font-size {
    font-size: 35px !important;
}

.large-l3-font-size {
    font-size: 40px !important;
}

.extra-large-l1-font-size {
    font-size: 46px !important;
}

.extra-large-l2-font-size {
    font-size: 50px;
}

/* end of global font ranges */

/* Main */
.main {
    margin-top: -25px;
}

.col-md-9 .panel.panel-primary:first-child .panel-heading {
    padding-top: 0;
}

.col-md-9 .panel.panel-primary:first-child .panel-heading h4 {
    margin-top: 0;
}

.panel.panel-primary .panel-heading {
    background-color: #fff;
    color: #0d519f;
}

.panel.panel-primary .panel-heading h4 {
    font-size: 1.5rem;
    font-weight: 700;
}

@media (min-width: 768px) {
    .panel.panel-primary .panel-heading h4,
    .banner .header-caption {
        font-size: 1.875rem;
    }
}

@media (min-width: 992px) {
    .panel.panel-primary .panel-heading h4,
    .banner .header-caption {
        font-size: 2.5vw;
    }
}

@media (min-width: 1500px) {
    .panel.panel-primary .panel-heading h4,
    .banner .header-caption {
        font-size: 2.5rem;
    }
}

.panel.panel-primary .panel-heading .text-secondary {
    display: none;
}

#sticky.sticky-top {
    margin-top: 67px;
}

@media (min-width: 1024px) {
    #sticky.sticky-top {
        margin-top: calc(2.5vw + 36px);
    }
}

@media (min-width: 1500px) {
    #sticky.sticky-top {
        margin-top: 77px;
    }
}

#sticky.fixed {
    margin-top: 0;
}

#sticky .panel.panel-primary .panel-heading {
    background-color: #0d519f;
    color: white;
}

.row-offer-logo {
    margin-top: 20px;
}

.row-offer-logo .offer-logo,
.row-offer-logo .offer-logo-2,
.row-offer-logo .groupon-logo,
.row-offer-logo .promooffer-logo {
    background-position: 0 50%;
    background-repeat: no-repeat;
    background-size: contain;
    width: 320px;
    height: auto;
}

.row-offer-logo .offer-logo {
    background-image: url(../images/wowcher_logo.png);
    margin: 0 20px 0 0;
}

.row-offer-logo .offer-logo-2 {
    background-image: url(../images/livingsocial-logo.png);
}

.row-offer-logo .groupon-logo {
    background-image: url(../images/wordmark_one_rgb.png);
}

@media (min-width: 768px) {
    .row-offer-logo .offer-logo,
    .row-offer-logo .offer-logo-2,
    .row-offer-logo .groupon-logo {
        width: 164px;
        height: 75px;
    }
}

section .activity li a {
    color: #bebebe;
}

section .activity li.active a {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 768px) {
    section .activity li:after, section .activity li:before {
        left: 100%;
        top: 50%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        z-index: 10;
    }
}

section .activity li:last-child:after, section .activity li:last-child:before {
    display: none;
}

section .select .offer-text {
    background-color: #fff513;
    color: #0d519f;
    /*display: none;*/
    line-height: 1;
    padding: 5px 10px;
    text-align: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
}

@media (min-width: 768px) {
    section .activity li:after {
        border-color: rgba(255, 255, 255, 0);
        border-left-color: #fff;
        border-width: 24px;
        margin-top: -24px;
    }

    section .activity li:before {
        border-color: rgba(190, 190, 190, 0);
        border-left-color: #ccc;
        border-width: 25px;
        margin-top: -25px;
    }

    section .activity li:first-child {
        padding-left: 20px;
    }
}

section .activity li {
    background: #d8e6f1;
    color: #0d519f;
}

section .activity li:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #d8e6f1;
}

section .activity li.active {
    background: #0d519f;
    color: #fff;
}

section .activity li.active:after {
    border-color: rgba(255, 255, 255, 0);
    border-left-color: #0d519f;
}

section .activity li.active:before {
    border-color: rgba(190, 190, 190, 0);
    border-left-color: #fff;
}

section .quote-price {
    font-family: 'Oxygen', arial, sans-serif;
    font-weight: bold;
}

section .quote-price-mobile {
    font-family: 'Oxygen', arial, sans-serif;
    font-weight: bold;
}
section .quote-price-mobile.quote-price-spinner {
    /* line-height: 62px; */
}

section .per-year-text {
    font-family: 'Oxygen', arial, sans-serif;
    font-weight: bold;
    min-height: 2.5vh;
    font-size: 11px;
    margin-top: -0.5vh;
}

@media (min-width: 992px) {
    section .quote-price {
        font-size: 3.0vw;
    }

    section .per-year-text {
        font-size: 1.5vw;
        font-weight: normal;
        min-height: 2.5vh;
        margin-top: -1.2vw;
    }
}

section .select {
    background: #eae7e7;
    color: #0d519f;
}

section .select input {
    display: none;
}

.coverTypeSelect .col-xs-6 {
    flex: 1;
}

.coverTypeSelect .col-xs-6:first-child:after {
    content: 'OR';
    background-color: #7bc144;
    border-radius: 100%;
    color: #fff;
    font-weight: 700;
    position: absolute;
    top: 30%;
    right: 0;
    text-align: center;
    height: 46px;
    font-size: 14px;
    line-height: 3.25;
    margin-right: -26px;
    margin-top: -26px;
    width: 46px;
    z-index: 10;
}

section .select.active {
    background: #0d519f;
    color: #fff;
}

section .select:after {
    position: absolute;
    left: 75px;
    top: 50%;
    transform: translate(-50%, -50%);
    font-family: 'FontAwesome';
    font-size: 4rem;
    display: inline-block;
}

section .select.select-vehicle:after {
    content: "\f1b9";
}

section .select.active:after {
    color: #f1cb30;
}

section .select.select-vehicle.active:after {
    background-position: bottom center;
}

section .select.select-personal:after {
    content: '\f007';
}

section .select.select-personal.active:after {
    background-position: bottom center;
}

@media (min-width: 376px) {
    .coverTypeSelect .col-xs-6:first-child:after {
        height: 52px;
        font-size: 16px;
        line-height: 3.25;
        margin-right: -26px;
        margin-top: -26px;
        width: 52px;
    }
}

section .registration input, section .registration .value {
    font-family: 'Oxygen', arial, sans-serif;
}

section .coverDate input, section .coverDate .datepicker {
    font-family: 'Oxygen', arial, sans-serif;
}

section .quote-vehicle {
    background: #dbe5f0;
    padding: 25px;
    position: relative;
}

section .quote-date {
    background: #dbe5f0;
    padding: 25px;
    position: relative;
}

section .quote-vehicle .remove {
    top: 0 !important;
}

section .quote-vehicle:after, section .quote-vehicle:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

section .quote-date:after, section .quote-date:before {
    bottom: 100%;
    left: 20%;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

section .personal .quote-vehicle:after, section .personal .quote-vehicle:before {
    left: auto;
    right: 20%;
}

section .quote-vehicle:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #dbe5f0;
    border-width: 10px;
    margin-left: -10px;
}

/*
section .quote-vehicle:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 13px;
    margin-left: -13px;
}
*/

section .quote-vehicle h4 {
    margin-top: 0;
}

section .quote-vehicle a {
    cursor: pointer;
}

section .quote-vehicle .search-result,
section .quote-vehicle .manual,
section .quote-vehicle .error,
section .quote-vehicle .van-warning {
    display: none;
}

section .registration {
    background: url(../images/registration.png) no-repeat;
    border: 0;
}

section .registration.registration-small {
    background: url(../images/registration-small.png) no-repeat;
    width: 125px;
    height: 37px;
}

section .coverDate {
    border: 0;
    border-color: #dbe5f0;
}
section .coverDate.registration-small {
    width: 125px;
    height: 37px;
}

.alert-warning {
    background: #eedbba;
    color: #e38000;
}

section .quote-vehicle .error {
    background: #eedbba;
    color: #e38000;
}

section #address {
    border-color: #74bd4c;
}

section #address .error {
    background: #eedbba;
    color: #e38000;
}

#billingAddress .table>tbody>tr>td {
    background: transparent;
    border: none;
}

section .quote-vehicle .van-warning {
    background: #eedbba;
    color: #e38000;
}

section .control {
    background: #ffcc03;
    color: #00519f;
}

section .control .title {
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-weight: 700;
}

@media (min-width: 768px) {
    section .control .title {
        float: left;
        margin-right: 25px;
        text-align: left;
    }
}

section .control .indicator:after {
    color: #0d519f;
    font-family: 'FontAwesome';
    font-size: 2rem;
    margin-right: 15px;
    display: none;
}

section .control .indicator.vehicle-1:after {
    content: '\f1b9';
}

section .control .indicator.vehicle-2:after {
    content: '\f0d1';
}

section .control .indicator.vehicle-3:after {
    content: '\f21c';
}

section .control.control-1 .indicator:nth-child(2):after,
section .control.control-2 .indicator:nth-child(2):after,
section .control.control-3 .indicator:nth-child(2):after,
section .control.control-4 .indicator:nth-child(2):after,
section .control.control-5 .indicator:nth-child(2):after {
    display: inline-block;
}

section .control.control-2 .indicator:nth-child(3):after,
section .control.control-3 .indicator:nth-child(3):after,
section .control.control-4 .indicator:nth-child(3):after,
section .control.control-5 .indicator:nth-child(3):after,
section .control.control-3 .indicator:nth-child(4):after,
section .control.control-4 .indicator:nth-child(4):after,
section .control.control-5 .indicator:nth-child(4):after,
section .control.control-4 .indicator:nth-child(5):after,
section .control.control-5 .indicator:nth-child(5):after,
section .control.control-5 .indicator:nth-child(6):after {
    display: inline-block;
}

section .persons {
    clear: both;
    background: #ffcc03;
    color: #00519f;
    text-transform: uppercase;
    height: auto;
    cursor: pointer;
    margin-bottom: 15px;
}
@media (min-width: 768px) {
    section .persons {
        height: 70px;
    }
}

section .persons .title {
    text-align: center;
    line-height: 40px;
    height: 40px;
    font-weight: 700;
}

@media (max-width: 350px) {
    section .registration {
        margin-left: 5px;
    }
}

@media (min-width: 477px) {
    section .registration {
        margin-left: 5px;
    }
}

@media (min-width: 769px) {
    section .registration {
        margin-left: unset;
    }
}

@media (min-width: 768px) {
    section .persons .title {
        float: left;
        line-height: 40px;
        height: 40px;
        margin-right: 25px;
    }
}

section .persons .indicator {
    position: relative;
}

section .persons .indicator:after {
    content: '\f007';
    color: #0d519f;
    font-family: 'FontAwesome';
    font-size: 2rem;
    margin-right: 25px;
    display: none;
}

section .persons.persons-1 .indicator:nth-child(2):after,
section .persons.persons-2 .indicator:nth-child(2):after,
section .persons.persons-2 .indicator:nth-child(3):after,
section .persons.persons-3 .indicator:nth-child(2):after,
section .persons.persons-3 .indicator:nth-child(3):after,
section .persons.persons-3 .indicator:nth-child(4):after,
section .persons.persons-4 .indicator:nth-child(2):after,
section .persons.persons-4 .indicator:nth-child(3):after,
section .persons.persons-4 .indicator:nth-child(4):after,
section .persons.persons-4 .indicator:nth-child(5):after,
section .persons.persons-5 .indicator:nth-child(2):after,
section .persons.persons-5 .indicator:nth-child(3):after,
section .persons.persons-5 .indicator:nth-child(4):after,
section .persons.persons-5 .indicator:nth-child(5):after,
section .persons.persons-5 .indicator:nth-child(6):after {
    display: inline-block;
}

section .persons .indicator .glyphicon {
    position: absolute;
    top: 0;
    right: 10px;
    display: none;
    color: #fff;
}

section .persons.persons-2 .indicator:nth-child(3) .glyphicon,
section .persons.persons-3 .indicator:nth-child(3) .glyphicon,
section .persons.persons-3 .indicator:nth-child(4) .glyphicon,
section .persons.persons-4 .indicator:nth-child(3) .glyphicon,
section .persons.persons-4 .indicator:nth-child(4) .glyphicon,
section .persons.persons-4 .indicator:nth-child(5) .glyphicon,
section .persons.persons-5 .indicator:nth-child(3) .glyphicon,
section .persons.persons-5 .indicator:nth-child(4) .glyphicon,
section .persons.persons-5 .indicator:nth-child(5) .glyphicon,
section .persons.persons-5 .indicator:nth-child(6) .glyphicon {
    display: block;
}

section .person {
    background: #eae8e8;
    padding: 25px 15px;
    border-top: 2px solid #fff;
    position: relative;
}

@media (min-width: 768px) {
    section .person {
        padding: 25px 130px;
    }
}

section .person:after, section .person:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

section .person:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #eae8e8;
    border-width: 10px;
    margin-left: -10px;
}

section .person:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 13px;
    margin-left: -13px;
}

section .person .remove {
    float: right;
    cursor: pointer;
}

section .addon {
    background-color: #eae7e7;
    min-height: 140px;
    margin-bottom: 25px;
}

section .addon.included,
section .addon.active {
    background-color: #00519f;
}

section .addon .title {
    font-size: 22px;
    font-weight: 700;
}

section .addon .title,
section .addon .description {
    color: #00519f !important;
}

section .addon.included .title,
section .addon.active .title,
section .addon.included .description,
section .addon.active .description {
    color: #fff !important;
}

section .addon:last-child {
    margin-bottom: 0;
}

section .addon.soft-disabled {
    cursor: no-drop;
}

section .addon.disabled {
    background: #eee;
    cursor: no-drop;
    color: #ccc;
}

section .addon.disabled .title {
    color: #ccc;
}

section .addon .check {
    color: #bebebe;
}

section .addon .check input:checked + span {
    color: #74bd4c;
}

section .addon .check input + span + span {
    border-color: #00519f;
    border-width: 2px;
    margin: 5px auto;
}

section .addon .check input:checked + span + span {
    background-color: #ffcc03;
    border-color: #ffcc03;
}

section .addon .check input:checked + span + span:before {
    content: "\e013";
    color: #00519f;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}

section .addon .check input + span + span + span {
    color: #fff !important;
    background-color: #ffcc03;
    line-height: 1.42857;
    padding: 12px;
    text-align: center;
    vertical-align: middle;
}

@media (min-width: 768px) {
    section .addon .check input + span + span + span {
        color: #ffcc03;
        background-color: transparent;
        line-height: normal;
        padding: 0;
    }
}

section .addon-schemes label {
    font-weight: normal;
    cursor: pointer;
    display: block;
    line-height: 40px;
    clear: both;
}

section .addon-schemes .person-addon i {
    font-size: 2rem;
    color: #0d519f;
    margin-right: 15px;
}

section .addon-schemes .documents {
    line-height: 1.5;
}

section .addon-schemes label .check {
    color: #bebebe;
    float: right;
    text-align: center;
}

section  .addon-schemes label .check input {
    display: none;
}

section .addon-schemes label .check input + span {
    border: 1px solid #bebebe;
    margin: 0 auto;
    display: block;
    width: 40px;
    height: 40px;
}

section .addon-schemes label .check input:checked + span {
    border-color: #74bd4c;
}

section .addon-schemes label .check input:checked + span:before {
    content: "\e013";
    color: #74bd4c;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
}

section .questions {
    background: #dbe5f0;
}

section .questions:after, section .questions:before {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 100;
}

section .questions:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #dbe5f0;
    border-width: 10px;
    margin-left: -10px;
}

section .questions:before {
    border-color: rgba(255, 255, 255, 0);
    border-width: 13px;
    margin-left: -13px;
}

section .addon.active + .questions {
    display: block;
}

section .questions .question {
    margin-bottom: 15px;
}

section .questions .question:last-child {
    margin-bottom: 0;
}

section .files {
    background: #eae8e8;
    margin: 0 -15px;
    margin-bottom: 45px;
    padding: 15px;
}

section .files .padding {
    margin: 0 auto;
    max-width: 350px;
    text-align: left;
}

section .files p {
    margin-bottom: 20px;
}

section .files .file {
    line-height: 27px;
}

section .files .file img {
    margin-right: 10px;
}

#quote-description {
    text-align: center;
    display: block;
}

#moreInfo {
    background: #eae8e8;
    color: #646464;
}

#moreInfo:after, #moreInfo:before {
    bottom: 100%;
    left: 10%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    z-index: 100;
}

#moreInfo:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #eae8e8;
    border-width: 10px;
    margin-left: -10px;
}

#moreInfo:before {
    border-color: rgba(255, 255, 255, 0);
    border-width: 13px;
    margin-left: -13px;
}

.checkbox span {
    border: 1px solid #74bd4c;
    color: #74bd4c;
}

@media (max-width: 375px) {
    section .select .title {
        font-size: 14px;
        white-space: nowrap;
    }
}

@media (max-width: 1440px) {
    section .select {
        padding-left: 0;
        padding-right: 0;
        padding-top: 80px;
        text-align: center;
        height: 200px;
        font-size: 20px;
        font-weight: normal;
        line-height: 20px;
    }

    section .select:after {
        left: 50% !important;
        top: 40px !important;
        font-size: 3.5rem;
    }

    section .select .text {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    section .addon .check input + span + span + span {
        color: #003F7A !important;
        background-color: #FFD11A;
    }

    section .registration input, section .registration .value {
        height: 95%;
    }
}

@media (min-width: 992px) {
    #sticky.fixed {
        z-index: 1;
    }
}

/* features */
.features-container {
    background-color: #d8e6f1;
    padding: 2rem 0;
}

@media (min-width: 1024px) {
    .features-container {
        padding: 5rem 0;
    }
}

.features-container .ft-item {
    background-color: #00519f;
    border: 4px solid #d8e6f1;
    display: flex;
    align-items: center;
}

.features-container .ft-item i {
    color: #ffcc03;
    font-size: 4.75rem;
    padding-left: .5rem;
}

.features-container .ft-item p {
    color: #fff;
    font-size: 1.125rem;
    line-height: 1.3;
}

/* emergency contacts */
.emergency-contacts-container {
    background-image: url("../images/breakdown_contacts.bg_.png");
    background-position: 50%;
    background-size: cover;
    color: #fff;
    padding: 2rem 0;
}

@media (min-width: 1024px) {
    .emergency-contacts-container {
        padding: 5rem 0;
    }
}

.emergency-contacts-container h2 {
    font-size: 1.5rem;
    text-shadow: 2px 2px 10px #000;
}

@media (min-width: 1024px) {
    .emergency-contacts-container h2 {
        font-size: 2.375rem;
    }
}

@media (min-width: 768px) {
    .emergency-contacts-container h2 {
        font-size: 1.875rem;
    }
}

.emergency-contacts-container p {
    font-size: 1.125rem;
    margin: 1rem 0 1.5rem;
    text-shadow: 1px 1px 5px #000;
}

.emergency-contacts-container .contact-item {
    font-size: 1.5rem;
    margin-bottom: .25rem;
    text-align: center;
    white-space: nowrap;
}

.emergency-contacts-container .contact-item .fa {
    margin-right: .5rem;
}
/* internal start page */
.searchResults {
    border-bottom: 1px solid #74bd4c;
    margin-bottom: 1.5rem;
}
.searchResults .panel-policy:not(.selected):hover {
    cursor: pointer;
}
.searchResults .panel-policy:hover,
.searchResults .panel-policy.selected,
.searchResults .panel-quote.selected{
    background-color: #f4f4f4;
}
/* footer */
footer {
    padding: 0;
    text-align: left;
}

.footer-top {
    background-color: #d8e6f1;
}

.nav-footer ul > li {
    display: block;
    font-size: .875rem;
    position: relative;
    width: 100%;
}

.nav-footer ul > li a {
    padding: .125rem .5rem;
}

.nav-footer ul > li a:focus,
.nav-footer ul > li a:hover {
    background-color: transparent;
}

@media (min-width: 768px) {
    .nav-footer ul > li a {
        padding: .5rem;
    }
}

@media (min-width: 768px) {
    .nav-footer ul > li:not(:first-child):before {
        -o-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        border-left: 1px solid #00519f;
        content: "";
        height: 1rem;
        left: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
}

@media (min-width: 768px) {
    .nav-footer ul > li {
        display: list-item;
        width: auto;
    }
}

.social-media a {
    background-color: transparent;
    border: 0;
    color: transparent;
    font: 0/0 a;
    text-shadow: none;
}

.social-media a:focus,
.social-media a:hover {
    background-color: transparent;
}

.social-media a i {
    color: #00519f;
    font-size: 1.375rem;
}

.footer-bottom {
    padding-left: 15px;
    padding-right: 15px;
}

.copyright {
    color: #00519f;
    padding-left: .5rem;
}

.copyright a {
    font-weight: 700;
}

#cookies {
    text-align: left;
    z-index: 1020;
    position: fixed;
}

#cookies .btn {
    padding: 8px 12px;
}

#cookies a {
    text-decoration: underline;
}
.panel-defacto {
    display: none;
}

.fade {
    opacity: 1;
}

.panel-defacto-body-text {
    font-weight: 500;
    margin-top: 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 2px solid #ea6b20;
}

@media (min-width: 769px) {
    .panel-defacto {
        display: block;
    }
}

.title-defaqto-logo {
    margin-left: 1rem;
}
.title-defaqto-logo img {
    max-height: 28px;
    display: inline-block;
}
/* misc from bootstrap 4 */

.nav {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    margin-bottom: 0;
    padding-left: 0;
}

.row {
    -ms-flex-wrap: wrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.col-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.col-xs-12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
}

@media (min-width: 576px) {
    .col-sm-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-xs-6, .col-sm-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-sm-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
}

@media (min-width: 992px) {
    .col-md-1 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
        flex: 0 0 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
        flex: 0 0 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-6 {
        -ms-flex: 0 0 50%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }

    .col-md-10 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
        flex: 0 0 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
        flex: 0 0 91.66667%;
        max-width: 91.66667%;
    }
}

@media (min-width: 1200px) {
    .col-lg-4 {
        -ms-flex: 0 0 33.33333%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 33.33333%;
        flex: 0 0 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-12 {
        -ms-flex: 0 0 100%;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.d-block {
    display: block !important;
}

.d-none {
    display: none !important;
}

.bg-warning {
    background-color: #ffcc03 !important;
}

.pr-0, .px-0 {
    padding-right: 0 !important;
}

.pl-3, .px-3 {
    padding-left: 1rem !important;
}

.pr-3, .px-3 {
    padding-right: 1rem !important;
}

.pl-5, .px-5 {
    padding-left: 3rem !important;
}

.pr-5, .px-5 {
    padding-right: 3rem !important;
}

.pb-2, .py-2 {
    padding-bottom: .5rem !important;
}

.pt-2, .py-2 {
    padding-top: .5rem !important;
}

.pt-3, .py-3 {
    padding-top: 1rem !important;
}

.pb-3, .py-3 {
    padding-bottom: 1rem !important;
}

.pb-4, .py-4 {
    padding-bottom: 1.5rem !important;
}

.pt-4, .py-4 {
    padding-top: 1.5rem !important;
}

.mb-4, .my-4 {
    margin-bottom: 1.5rem !important;
}

.mt-4, .my-4 {
    margin-top: 1.5rem !important;
}

.mr-3, .mx-3 {
    margin-right: 1rem !important;
}
.mr-4, .mx-4 {
    margin-right: 1.5rem !important;
}
.mb-2, .my-2 {
    margin-bottom: 0.5rem !important;
}

.mr-2, .mx-2 {
    margin-right: 0.5rem !important;
}

.mt-2, .my-2 {
    margin-top: 0.5rem !important;
}
.mt-0, .my-0 {
    margin-top: 0 !important;
}
.mb-0, .my-0 {
    margin-bottom: 0 !important;
}
.mx-0, .ml-0 {
    margin-left: 0 !important;
}
.mx-0, .mr-0 {
    margin-right: 0 !important;
}
.mr-auto, .mx-auto {
    margin-right: auto !important;
}
.ml-auto, .mx-auto  {
    margin-left: auto !important;
}
.border {
    border: 1px solid #dee2e6!important;
}

.rounded {
    border-radius: .25rem!important;
}

.font-weight-bold {
    font-weight: 700 !important;
}

.float-left {
    float: left !important;
}

.justify-content-between {
    -ms-flex-pack: justify !important;
    -webkit-box-pack: justify !important;
    justify-content: space-between !important;
}

.justify-content-end {
    -ms-flex-pack: end !important;
    -webkit-box-pack: end !important;
    justify-content: flex-end !important;
}

.justify-content-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

@media (min-width: 768px) {
    .mt-md-1, .my-md-1 {
        margin-top: .25rem !important;
    }

    .d-md-block {
        display: block !important;
    }

    .d-md-none {
        display: none !important;
    }

    .justify-content-md-between {
        -ms-flex-pack: justify !important;
        -webkit-box-pack: justify !important;
        justify-content: space-between !important;
    }
}

@media (min-width: 576px) {
    .justify-content-sm-around {
        -ms-flex-pack: distribute !important;
        justify-content: space-around !important;
    }

    .d-sm-flex {
        display: -webkit-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}

section .quote-vehicle .van-error {
    margin: 0 -25px;
    margin-top: 20px;
    padding: 10px;
    text-align: center;
    clear: both;
    font-size: 14px;
    background: #eedbba;
    color: #e38000;
}

.start-date-wrapper{
    padding: 0;
}

section .quote-vehicle .manual .btn-group {
    display: flex;
}
