﻿@charset "UTF-8";

html {
    margin: 0 auto;
    padding: 0;
}

body {
    margin: 0;
    background: #f2f2f2;
    color: #333333;
    width: 100%;
    font-size: 100%;
    font-weight: 400;
    font-style: normal;
    font-family: "ff-tisa-sans-web-pro",Arial,sans-serif;
    overflow-x: hidden;
}
.hide {
    display: none;
}

.show {
    display: block;
}

.hand {
    cursor: pointer;
}
* {
    outline: none !important;
    border: none;
    box-sizing: border-box;
    text-transform: none;
}

input, textarea, select {
    -webkit-appearance: none;
    border-radius: 0;
}

    input[type="checkbox"] {
        -webkit-appearance: checkbox;
    }

    input[type="radio"] {
        -webkit-appearance: radio;
    }

    input[type="number"] {
        -moz-appearance: textfield;
    }

        input[type="number"]:hover,
        input[type="number"]:focus {
            -moz-appearance: number-input;
        }

        input[type="number"]::-webkit-outer-spin-button,
        input[type="number"]::-webkit-inner-spin-button {
            -webkit-appearance: none;
            margin: 0;
        }

a[href^="tel"] {
    text-decoration: none;
    color: inherit;
}

h1, h2, h3, h4, h5, p {
    margin-top: 0;
    margin-bottom: 10px;
    font-weight: normal;
}

h1, h2, h3, h4, h5, strong {
    font-family: "ff-tisa-sans-web-pro",Arial,sans-serif;
    font-weight: bold;
    font-weight: 400;
}

ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

h1, .h1 {
    font-size: 1.75em;
    line-height: 1.14286em;
}

h2, .h2 {
    font-size: 1.75em;
    line-height: 1.14286em;
}

h3, .h3 {
    font-size: 1em;
    line-height: 1.35em;
}

p, strong, span, a {
    font-size: 1em;
    line-height: 1.25em;
}

a {
    text-decoration: none;
    color: inherit;
}

ol {
    margin: 0;
}

    ol li {
        margin: 10px 0;
    }

        ol li ul li, .confirm ul li {
            background: url(../css/images/icons/tick-circle.svg) no-repeat;
            background-size: 30px 26px;
            padding: 4px 0 5px 35px;
        }

.threequart p a {
    text-decoration: underline;
}

.progressBar li, nav ul li a, footer h4, footer h4 + p strong, table th.multi-col strong, .threequart h2:first-child, .quotesummary i, table tbody th, .quote-total, table th, .date-of-travel strong, .readyToPay h2:first-child, p strong, .static-content h3, .paypage h2, .policy-holder-details strong, .paypage .premium {
    font-weight: 700;
    font-style: normal;
    font-family: "ff-tisa-sans-web-pro",Arial,sans-serif;
}

.textBlock h1 {
    font-weight: 700;
    margin-bottom: 0;
}

.mobile {
    display: none;
}

.buySection .customSelect span {
    line-height: 42px;
}

.static-content .tableContainer {
    border-radius: 0 0 25px 0;
    background: #fff;
    padding: 0 0 20px 0;
}

.topBorder {
    border-top: 1px solid #6E6E6E;
}

.coronavirus_msg h3 {
    text-decoration: underline;
}

@media (min-width: 992px) {
    h1, .h1 {
        font-size: 2.1875em;
        line-height: 1.14286em;
    }

    h2, .h2 {
        font-size: 2.1875em;
        line-height: 1.14286em;
    }

    h3, .h3 {
        font-size: 1.25em;
        line-height: 1.35em;
    }

    p, strong, span, a, ul {
        font-size: 1em;
        line-height: 1.25em;
    }

    .quotesummary h2 {
        font-size: 1.875em;
    }

    .buySection .customSelect span {
        line-height: 42px;
    }


}

@-ms-viewport {
    width: device-width;
}

.visible-xs {
    display: none !important;
}

.visible-sm {
    display: none !important;
}

.visible-md {
    display: none !important;
}

.visible-lg {
    display: none !important;
}

.visible-xs-block {
    display: none !important;
}

.visible-xs-inline {
    display: none !important;
}

.visible-xs-inline-block {
    display: none !important;
}

.visible-sm-block {
    display: none !important;
}

.visible-sm-inline {
    display: none !important;
}

.visible-sm-inline-block {
    display: none !important;
}

.visible-md-block {
    display: none !important;
}

.visible-md-inline {
    display: none !important;
}

.visible-md-inline-block {
    display: none !important;
}

.visible-lg-block {
    display: none !important;
}

.visible-lg-inline {
    display: none !important;
}

.visible-lg-inline-block {
    display: none !important;
}

@media (max-width: 767px) {

    .scrollable {
        width: 100%;
        overflow-x: scroll;
    }

    .visible-xs {
        display: block !important;
    }

    .visible-xs-block {
        display: block !important;
    }

    .visible-xs-inline {
        display: inline !important;
    }

    .visible-xs-inline-block {
        display: inline-block !important;
    }

    .hidden-xs {
        display: none !important;
    }

    table.visible-xs {
        display: table;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs {
        display: table-cell !important;
    }

    td.visible-xs {
        display: table-cell !important;
    }

    .mobileOnly {
        display: block
    }

    .mobile {
        display: block;
    }

    .desktop {
        display: none;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important;
    }

    .visible-sm-block {
        display: block !important;
    }

    .visible-sm-inline {
        display: inline !important;
    }

    .visible-sm-inline-block {
        display: inline-block !important;
    }

    .hidden-sm {
        display: none !important;
    }

    table.visible-sm {
        display: table;
    }

    tr.visible-sm {
        display: table-row !important;
    }

    th.visible-sm {
        display: table-cell !important;
    }

    td.visible-sm {
        display: table-cell !important;
    }
}

@media (min-width: 992px) and (max-width: 1259px) {
    .visible-md {
        display: block !important;
    }

    .visible-md-block {
        display: block !important;
    }

    .visible-md-inline {
        display: inline !important;
    }

    .visible-md-inline-block {
        display: inline-block !important;
    }

    .hidden-md {
        display: none !important;
    }

    table.visible-md {
        display: table;
    }

    tr.visible-md {
        display: table-row !important;
    }

    th.visible-md {
        display: table-cell !important;
    }

    td.visible-md {
        display: table-cell !important;
    }
}

.col {
    position: relative;
    min-height: 1px;
    float: left;
}

.col-xs-1 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 8.33333333%;
}

.col-sm-1 {
    position: relative;
    min-height: 1px;
}

.col-md-1 {
    position: relative;
    min-height: 1px;
}

.col-lg-1 {
    position: relative;
    min-height: 1px;
}

.col-xs-2 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 16.66666667%;
}

.col-sm-2 {
    position: relative;
    min-height: 1px;
}

.col-md-2 {
    position: relative;
    min-height: 1px;
}

.col-lg-2 {
    position: relative;
    min-height: 1px;
}

.col-xs-3 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 25%;
}

.col-sm-3 {
    position: relative;
    min-height: 1px;
}

.col-md-3 {
    position: relative;
    min-height: 1px;
}

.col-lg-3 {
    position: relative;
    min-height: 1px;
}

.col-xs-4 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 33.33333333%;
}

.col-sm-4 {
    position: relative;
    min-height: 1px;
}

.col-md-4 {
    position: relative;
    min-height: 1px;
}

.col-lg-4 {
    position: relative;
    min-height: 1px;
}

.col-xs-5 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 41.66666667%;
}

.col-sm-5 {
    position: relative;
    min-height: 1px;
}

.col-md-5 {
    position: relative;
    min-height: 1px;
}

.col-lg-5 {
    position: relative;
    min-height: 1px;
}

.col-xs-6 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 50%;
}

.col-sm-6 {
    position: relative;
    min-height: 1px;
}

.col-md-6 {
    position: relative;
    min-height: 1px;
}

.col-lg-6 {
    position: relative;
    min-height: 1px;
}

.col-xs-7 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 58.33333333%;
}

.col-sm-7 {
    position: relative;
    min-height: 1px;
}

.col-md-7 {
    position: relative;
    min-height: 1px;
}

.col-lg-7 {
    position: relative;
    min-height: 1px;
}

.col-xs-8 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 66.66666667%;
}

.col-sm-8 {
    position: relative;
    min-height: 1px;
}

.col-md-8 {
    position: relative;
    min-height: 1px;
}

.col-lg-8 {
    position: relative;
    min-height: 1px;
}

.col-xs-9 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 75%;
}

.col-sm-9 {
    position: relative;
    min-height: 1px;
}

.col-md-9 {
    position: relative;
    min-height: 1px;
}

.col-lg-9 {
    position: relative;
    min-height: 1px;
}

.col-xs-10 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 83.33333333%;
}

.col-sm-10 {
    position: relative;
    min-height: 1px;
}

.col-md-10 {
    position: relative;
    min-height: 1px;
}

.col-lg-10 {
    position: relative;
    min-height: 1px;
}

.col-xs-11 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 91.66666667%;
}

.col-sm-11 {
    position: relative;
    min-height: 1px;
}

.col-md-11 {
    position: relative;
    min-height: 1px;
}

.col-lg-11 {
    position: relative;
    min-height: 1px;
}

.col-xs-12 {
    position: relative;
    min-height: 1px;
    float: left;
    width: 100%;
}

.col-sm-12 {
    position: relative;
    min-height: 1px;
}

.col-md-12 {
    position: relative;
    min-height: 1px;
}

.col-lg-12 {
    position: relative;
    min-height: 1px;
}

.col-xs-pull-12 {
    right: 100%;
}

.col-xs-pull-11 {
    right: 91.66666667%;
}

.col-xs-pull-10 {
    right: 83.33333333%;
}

.col-xs-pull-9 {
    right: 75%;
}

.col-xs-pull-8 {
    right: 66.66666667%;
}

.col-xs-pull-7 {
    right: 58.33333333%;
}

.col-xs-pull-6 {
    right: 50%;
}

.col-xs-pull-5 {
    right: 41.66666667%;
}

.col-xs-pull-4 {
    right: 33.33333333%;
}

.col-xs-pull-3 {
    right: 25%;
}

.col-xs-pull-2 {
    right: 16.66666667%;
}

.col-xs-pull-1 {
    right: 8.33333333%;
}

.col-xs-pull-0 {
    right: auto;
}

.col-xs-push-12 {
    left: 100%;
}

.col-xs-push-11 {
    left: 91.66666667%;
}

.col-xs-push-10 {
    left: 83.33333333%;
}

.col-xs-push-9 {
    left: 75%;
}

.col-xs-push-8 {
    left: 66.66666667%;
}

.col-xs-push-7 {
    left: 58.33333333%;
}

.col-xs-push-6 {
    left: 50%;
}

.col-xs-push-5 {
    left: 41.66666667%;
}

.col-xs-push-4 {
    left: 33.33333333%;
}

.col-xs-push-3 {
    left: 25%;
}

.col-xs-push-2 {
    left: 16.66666667%;
}

.col-xs-push-1 {
    left: 8.33333333%;
}

.col-xs-push-0 {
    left: auto;
}

.col-xs-offset-12 {
    margin-left: 100%;
}

.col-xs-offset-11 {
    margin-left: 91.66666667%;
}

.col-xs-offset-10 {
    margin-left: 83.33333333%;
}

.col-xs-offset-9 {
    margin-left: 75%;
}

.col-xs-offset-8 {
    margin-left: 66.66666667%;
}

.col-xs-offset-7 {
    margin-left: 58.33333333%;
}

.col-xs-offset-6 {
    margin-left: 50%;
}

.col-xs-offset-5 {
    margin-left: 41.66666667%;
}

.col-xs-offset-4 {
    margin-left: 33.33333333%;
}

.col-xs-offset-3 {
    margin-left: 25%;
}

.col-xs-offset-2 {
    margin-left: 16.66666667%;
}

.col-xs-offset-1 {
    margin-left: 8.33333333%;
}

.col-xs-offset-0 {
    margin-left: 0;
}

.clearfix {
    content: " ";
    display: table;
}

    .clearfix:before {
        content: " ";
        display: table;
    }

    .clearfix:after {
        content: " ";
        display: table;
        clear: both;
    }

.col-fluid {
    content: " ";
    display: table;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

    .col-fluid:before {
        content: " ";
        display: table;
        clear: both;
    }

    .col-fluid:after {
        content: " ";
        display: table;
        clear: both;
    }

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

* {
    box-sizing: border-box;
}

    *:before {
        box-sizing: border-box;
    }

    *:after {
        box-sizing: border-box;
    }

@media (min-width: 768px) {
    .container {
        width: 768px;
    }

    .col {
        float: left;
    }

    .col-sm-1 {
        float: left;
        width: 8.33333333%;
    }

    .col-sm-2 {
        float: left;
        width: 16.66666667%;
    }

    .col-sm-3 {
        float: left;
        width: 25%;
    }

    .col-sm-4 {
        float: left;
        width: 33.33333333%;
    }

    .col-sm-5 {
        float: left;
        width: 41.66666667%;
    }

    .col-sm-6 {
        float: left;
        width: 50%;
    }

    .col-sm-7 {
        float: left;
        width: 58.33333333%;
    }

    .col-sm-8 {
        float: left;
        width: 66.66666667%;
    }

    .col-sm-9 {
        float: left;
        width: 75%;
    }

    .col-sm-10 {
        float: left;
        width: 83.33333333%;
    }

    .col-sm-11 {
        float: left;
        width: 91.66666667%;
    }

    .col-sm-12 {
        float: left;
        width: 100%;
    }

    .col-sm-pull-12 {
        right: 100%;
    }

    .col-sm-pull-11 {
        right: 91.66666667%;
    }

    .col-sm-pull-10 {
        right: 83.33333333%;
    }

    .col-sm-pull-9 {
        right: 75%;
    }

    .col-sm-pull-8 {
        right: 66.66666667%;
    }

    .col-sm-pull-7 {
        right: 58.33333333%;
    }

    .col-sm-pull-6 {
        right: 50%;
    }

    .col-sm-pull-5 {
        right: 41.66666667%;
    }

    .col-sm-pull-4 {
        right: 33.33333333%;
    }

    .col-sm-pull-3 {
        right: 25%;
    }

    .col-sm-pull-2 {
        right: 16.66666667%;
    }

    .col-sm-pull-1 {
        right: 8.33333333%;
    }

    .col-sm-pull-0 {
        right: auto;
    }

    .col-sm-push-12 {
        left: 100%;
    }

    .col-sm-push-11 {
        left: 91.66666667%;
    }

    .col-sm-push-10 {
        left: 83.33333333%;
    }

    .col-sm-push-9 {
        left: 75%;
    }

    .col-sm-push-8 {
        left: 66.66666667%;
    }

    .col-sm-push-7 {
        left: 58.33333333%;
    }

    .col-sm-push-6 {
        left: 50%;
    }

    .col-sm-push-5 {
        left: 41.66666667%;
    }

    .col-sm-push-4 {
        left: 33.33333333%;
    }

    .col-sm-push-3 {
        left: 25%;
    }

    .col-sm-push-2 {
        left: 16.66666667%;
    }

    .col-sm-push-1 {
        left: 8.33333333%;
    }

    .col-sm-push-0 {
        left: auto;
    }

    .col-sm-offset-12 {
        margin-left: 100%;
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-sm-offset-9 {
        margin-left: 75%;
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-sm-offset-6 {
        margin-left: 50%;
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-sm-offset-3 {
        margin-left: 25%;
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-sm-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 992px) {
    .container {
        width: 992px;
    }

    .col {
        float: left;
    }

    .col-md-1 {
        float: left;
        width: 8.33333333%;
    }

    .col-md-2 {
        float: left;
        width: 16.66666667%;
    }

    .col-md-3 {
        float: left;
        width: 25%;
    }

    .col-md-4 {
        float: left;
        width: 33.33333333%;
    }

    .col-md-5 {
        float: left;
        width: 41.66666667%;
    }

    .col-md-6 {
        float: left;
        width: 50%;
    }

    .col-md-7 {
        float: left;
        width: 58.33333333%;
    }

    .col-md-8 {
        float: left;
        width: 66.66666667%;
    }

    .col-md-9 {
        float: left;
        width: 75%;
    }

    .col-md-10 {
        float: left;
        width: 83.33333333%;
    }

    .col-md-11 {
        float: left;
        width: 91.66666667%;
    }

    .col-md-12 {
        float: left;
        width: 100%;
    }

    .col-md-pull-12 {
        right: 100%;
    }

    .col-md-pull-11 {
        right: 91.66666667%;
    }

    .col-md-pull-10 {
        right: 83.33333333%;
    }

    .col-md-pull-9 {
        right: 75%;
    }

    .col-md-pull-8 {
        right: 66.66666667%;
    }

    .col-md-pull-7 {
        right: 58.33333333%;
    }

    .col-md-pull-6 {
        right: 50%;
    }

    .col-md-pull-5 {
        right: 41.66666667%;
    }

    .col-md-pull-4 {
        right: 33.33333333%;
    }

    .col-md-pull-3 {
        right: 25%;
    }

    .col-md-pull-2 {
        right: 16.66666667%;
    }

    .col-md-pull-1 {
        right: 8.33333333%;
    }

    .col-md-pull-0 {
        right: auto;
    }

    .col-md-push-12 {
        left: 100%;
    }

    .col-md-push-11 {
        left: 91.66666667%;
    }

    .col-md-push-10 {
        left: 83.33333333%;
    }

    .col-md-push-9 {
        left: 75%;
    }

    .col-md-push-8 {
        left: 66.66666667%;
    }

    .col-md-push-7 {
        left: 58.33333333%;
    }

    .col-md-push-6 {
        left: 50%;
    }

    .col-md-push-5 {
        left: 41.66666667%;
    }

    .col-md-push-4 {
        left: 33.33333333%;
    }

    .col-md-push-3 {
        left: 25%;
    }

    .col-md-push-2 {
        left: 16.66666667%;
    }

    .col-md-push-1 {
        left: 8.33333333%;
    }

    .col-md-push-0 {
        left: auto;
    }

    .col-md-offset-12 {
        margin-left: 100%;
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-md-offset-9 {
        margin-left: 75%;
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-md-offset-6 {
        margin-left: 50%;
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-md-offset-3 {
        margin-left: 25%;
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-md-offset-0 {
        margin-left: 0;
    }
}

@media (min-width: 1260px) {
    .visible-lg {
        display: block !important;
    }

    .visible-lg-block {
        display: block !important;
    }

    .visible-lg-inline {
        display: inline !important;
    }

    .visible-lg-inline-block {
        display: inline-block !important;
    }

    .hidden-lg {
        display: none !important;
    }

    .container {
        width: 1260px;
    }

    .col {
        float: left;
    }

    .col-lg-1 {
        float: left;
        width: 8.33333333%;
    }

    .col-lg-2 {
        float: left;
        width: 16.66666667%;
    }

    .col-lg-3 {
        float: left;
        width: 25%;
    }

    .col-lg-4 {
        float: left;
        width: 33.33333333%;
    }

    .col-lg-5 {
        float: left;
        width: 41.66666667%;
    }

    .col-lg-6 {
        float: left;
        width: 50%;
    }

    .col-lg-7 {
        float: left;
        width: 58.33333333%;
    }

    .col-lg-8 {
        float: left;
        width: 66.66666667%;
    }

    .col-lg-9 {
        float: left;
        width: 75%;
    }

    .col-lg-10 {
        float: left;
        width: 83.33333333%;
    }

    .col-lg-11 {
        float: left;
        width: 91.66666667%;
    }

    .col-lg-12 {
        float: left;
        width: 100%;
    }

    .col-lg-pull-12 {
        right: 100%;
    }

    .col-lg-pull-11 {
        right: 91.66666667%;
    }

    .col-lg-pull-10 {
        right: 83.33333333%;
    }

    .col-lg-pull-9 {
        right: 75%;
    }

    .col-lg-pull-8 {
        right: 66.66666667%;
    }

    .col-lg-pull-7 {
        right: 58.33333333%;
    }

    .col-lg-pull-6 {
        right: 50%;
    }

    .col-lg-pull-5 {
        right: 41.66666667%;
    }

    .col-lg-pull-4 {
        right: 33.33333333%;
    }

    .col-lg-pull-3 {
        right: 25%;
    }

    .col-lg-pull-2 {
        right: 16.66666667%;
    }

    .col-lg-pull-1 {
        right: 8.33333333%;
    }

    .col-lg-pull-0 {
        right: auto;
    }

    .col-lg-push-12 {
        left: 100%;
    }

    .col-lg-push-11 {
        left: 91.66666667%;
    }

    .col-lg-push-10 {
        left: 83.33333333%;
    }

    .col-lg-push-9 {
        left: 75%;
    }

    .col-lg-push-8 {
        left: 66.66666667%;
    }

    .col-lg-push-7 {
        left: 58.33333333%;
    }

    .col-lg-push-6 {
        left: 50%;
    }

    .col-lg-push-5 {
        left: 41.66666667%;
    }

    .col-lg-push-4 {
        left: 33.33333333%;
    }

    .col-lg-push-3 {
        left: 25%;
    }

    .col-lg-push-2 {
        left: 16.66666667%;
    }

    .col-lg-push-1 {
        left: 8.33333333%;
    }

    .col-lg-push-0 {
        left: auto;
    }

    .col-lg-offset-12 {
        margin-left: 100%;
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-lg-offset-9 {
        margin-left: 75%;
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-lg-offset-6 {
        margin-left: 50%;
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-lg-offset-3 {
        margin-left: 25%;
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-lg-offset-0 {
        margin-left: 0;
    }

    table.visible-lg {
        display: table;
    }

    tr.visible-lg {
        display: table-row !important;
    }

    th.visible-lg {
        display: table-cell !important;
    }

    td.visible-lg {
        display: table-cell !important;
    }
}

.visible-print {
    display: none !important;
}

@media print {
    .visible-print {
        display: block !important;
    }

    .visible-print-block {
        display: block !important;
    }

    .visible-print-inline {
        display: inline !important;
    }

    .visible-print-inline-block {
        display: inline-block !important;
    }

    .hidden-print {
        display: none !important;
    }

    table.visible-print {
        display: table;
    }

    tr.visible-print {
        display: table-row !important;
    }

    th.visible-print {
        display: table-cell !important;
    }

    td.visible-print {
        display: table-cell !important;
    }
}

.visible-print-block {
    display: none !important;
}

.visible-print-inline {
    display: none !important;
}

.visible-print-inline-block {
    display: none !important;
}

.row {
    margin-right: 0;
    margin-left: 0;
    position: relative;
}

    .row:before {
        content: " ";
        display: table;
    }

    .row:after {
        content: " ";
        display: table;
        clear: both;
    }

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 20px;
    padding-right: 20px;
}

    .container:before {
        content: " ";
        display: table;
    }

    .container:after {
        content: " ";
        display: table;
        clear: both;
    }

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    padding-right: 0;
}

    .container-fluid:before {
        content: " ";
        display: table;
    }

    .container-fluid:after {
        content: " ";
        display: table;
        clear: both;
    }

.fixedPriceBar .container:before, .fixedPriceBar .container:after {
    display: none;
}

.push-right {
    float: right !important;
}

.no-padding {
    padding-left: 0;
    padding-right: 0;
}

.col-parent {
    padding-left: 0;
    padding-right: 0;
}

    .col-parent [class*="col-"] {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

.col-no-padding [class*="col-"] {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.show-sm,
.show-md {
    display: none;
}

.container-md {
    width: 100%;
}

@media (min-width: 768px) {
    .grid-3-col .column:nth-child(3n+1) {
        padding-right: 20px;
    }

    .grid-3-col .column:nth-child(3n+2) {
        padding-left: 10px;
        padding-right: 10px;
    }

    .grid-3-col .column:nth-child(3n+3) {
        padding-left: 20px;
    }

    .show-sm {
        display: block;
    }

    .container-sm {
        width: 100%;
        max-width: 768px;
    }
}

@media (min-width: 992px) {
    .show-md {
        display: block;
    }

    .container-md,
    .container-sm {
        width: 100%;
        max-width: 992px;
    }
}

@media (min-width: 1260px) {
    .container-md,
    .container-sm {
        width: 100%;
        max-width: 1260px;
    }

    .grid-3-col .column {
        padding-left: 0 !important;
        padding-right: 70px !important;
    }
}

.col-main-left,
.col-main-right {
    width: 100%;
    float: left;
    position: relative;
}

@media (min-width: 992px) {
    .col-main-left {
        width: 125px;
    }

    .col-main-right {
        width: calc(100% - 125px);
    }
}

@media (min-width: 1260px) {
    .col-main-left {
        width: 165px;
    }

    .col-main-right {
        width: calc(100% - 165px);
    }
}

header {
    float: left;
    width: 100%;
    position: relative;
}

    header .navBar {
        background-color: #509d4d;
        position: relative;
        height: 75px;
    }

    header .logo {
        font-size: 0;
        width: 116px;
        margin: 0px auto;
        display: block;
        height: 49px;
        margin-top: 13px;
        background: url(../css/images/logo-fbd-small.svg) no-repeat center/contain;
        background-size: 116px 49px;
    }

nav {
    position: fixed;
    width: calc(100% - 60px);
    height: 100vh;
    top: 0;
    left: 0;
    background: #00b6be url(../css/images/logo-white.svg) no-repeat left 20px top 12px/auto 35px;
    color: #fff;
    z-index: 3;
    -webkit-transition: 0.3s ease-out;
    -moz-transition: 0.3s ease-out;
    -ms-transition: 0.3s ease-out;
    -o-transition: 0.3s ease-out;
    transition: 0.3s ease-out;
    -webkit-transform: translateX(-150%);
    -moz-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    -o-transform: translateX(-150%);
    transform: translateX(-150%);
}

    nav .wrapper {
        width: 100%;
        height: 100vh;
        overflow-y: scroll;
    }

    nav ul {
        border-top: 1px solid rgba(255, 255, 255, 0.3);
        float: left;
        margin-top: 60px;
        width: 100%;
    }

        nav ul li {
            float: left;
            width: 100%;
            border-bottom: 1px solid rgba(255, 255, 255, 0.3);
            padding: 15px 20px;
        }

            nav ul li a {
                font-size: 14px;
            }

    nav.active {
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
    }

.closeMobileMenu {
    width: 60px;
    height: 60px;
    position: absolute;
    right: -60px;
    top: 0;
}

    .closeMobileMenu img {
        width: 50%;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
        -moz-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    }

.openMobileMenu {
    left: 0;
    position: absolute;
    top: 25px;
    height: 25px;
    width: 30px;
    background-color: #509d4d;
    padding: 0;
    z-index: 2;
}

    .openMobileMenu span {
        background: #ffffff;
        border: 1px solid #ffffff;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        display: block;
        height: 4px;
        margin: 0 0 5px;
        width: 100%;
    }

@media (min-width: 768px) {
    .banner .textBlock {
        width: 370px;
        float: right;
    }
}

@media (min-width: 992px) {

    .message {
        width: calc(100% - 160px);
        float: right;
    }

    .closeMobileMenu,
    .openMobileMenu {
        display: none;
    }

    header {
        padding-bottom: 0;
    }

        header .navBar {
            background: #fff;
            height: 80px;
        }

        header [class^="col"] {
            height: 80px;
        }

        header .logo {
            font-size: 0;
            width: 156px;
            margin: 0px auto;
            display: block;
            height: 219px;
            background: url(../css/images/logo-fbd.svg) no-repeat center/contain;
            background-size: 156px 219px;
            position: absolute;
            top: 0;
            left: 0;
        }

    nav {
        position: absolute;
        top: auto;
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        transform: translateX(0);
        background: transparent;
        height: auto;
        width: auto;
        -webkit-transition: 0s;
        -moz-transition: 0s;
        -ms-transition: 0s;
        -o-transition: 0s;
        transition: 0s;
        bottom: 10px;
        left: auto;
        right: 0;
    }

        nav .wrapper {
            height: 100%;
            overflow: hidden;
        }

        nav ul {
            margin-top: 0;
            float: left;
            border: 0;
            display: table;
        }

            nav ul li {
                float: none;
                display: table-cell;
                width: auto;
                color: #fff;
                border: none;
                text-align: center;
                padding: 0;
            }

                nav ul li a {
                    text-transform: uppercase;
                    padding: 10px 20px;
                    display: block;
                    margin-right: 2px;
                    background-color: #509d4d;
                    font-family: "ff-tisa-sans-web-pro",Arial,sans-serif;
                    -webkit-transition: 0.15s;
                    -moz-transition: 0.15s;
                    -ms-transition: 0.15s;
                    -o-transition: 0.15s;
                    transition: 0.15s;
                }

                    nav ul li a:hover {
                        background-color: #2e5c2c;
                    }
}

@media (min-width: 1260px) {
    header .navBar {
        height: 120px;
    }

    header [class^="col"] {
        height: 120px;
    }

    header .logo {
        background-position: left 0 bottom 0;
        background-size: 156px 219px;
    }

    nav ul li a {
        padding-left: 30px;
        padding-right: 30px;
    }
}

.banner {
    float: left;
    width: 100%;
    background: url(../css/images/spring-banner.jpg) no-repeat bottom/cover;
    height: 500px;
}

/* use with winter banner only */
@media (max-width: 992px) {
    .banner {
        background-image: url(../css/images/spring-banner-mobile.jpg);
    }
}

    .banner .textBlock {
        padding: 30px;
        color: #fff;
        background: -moz-linear-gradient(left, #00b6be 0%, #247ea6 100%);
        background: -webkit-linear-gradient(left, #00b6be 0%, #247ea6 100%);
        background: linear-gradient(to right, #00b6be 0%, #247ea6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e600b6be', endColorstr='#e6247ea6',GradientType=1 );
        border-bottom-right-radius: 25px;
    }

        .banner .textBlock span {
            display: inline-block;
            width: 100%;
            font-size: 30px;
        }

        .banner .textBlock strong {
            font-size: 50px;
        }

        .banner .textBlock p strong {
            font-size: 20px;
        }

.quote-banner {
    height: 45px;
    background: #ffffff;
}

    .quote-banner .container {
        display: none;
    }

.progressBar {
    float: left;
    width: 100%;
    margin-top: -45px;
}

    .progressBar ul {
        float: left;
        width: 100%;
        background: -moz-linear-gradient(left, #00b6be 0%, #247ea6 100%);
        background: -webkit-linear-gradient(left, #00b6be 0%, #247ea6 100%);
        background: linear-gradient(to right, #00b6be 0%, #247ea6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e600b6be', endColorstr='#e6247ea6',GradientType=1 );
        border-bottom-right-radius: 15px;
    }

    .progressBar li {
        width: 25%;
        float: left;
        height: 90px;
        color: rgba(255, 255, 255, 0.6);
        font-family: "ff-tisa-sans-web-pro",Arial,sans-serif;
        padding: 10px;
        border-right: 1px solid rgba(255, 255, 255, 0.2);
        position: relative;
    }

        .progressBar li:last-child {
            border-right: 0;
        }

        .progressBar li.navon, .progressBar li.navdone {
            color: white;
        }

            .progressBar li.navon div, .progressBar li.navdone div {
                border-color: #fff;
                background-image: url(../css/images/icons/plane-white.svg);
            }

        .progressBar li div {
            width: 50px;
            height: 50px;
            background: #00b6be url(../css/images/icons/plane.svg) no-repeat center/65%;
            position: relative;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            border: 2px solid #00b6be;
            margin: 0 auto;
        }

        .progressBar li .stage {
            float: left;
            width: 100%;
            text-align: center;
            margin-top: 5px;
        }

    .progressBar .label {
        display: none;
    }

@media (min-width: 992px) {
    .progressBar {
        bottom: auto;
        top: 130px;
        background: none;
    }

        .progressBar .label {
            display: block;
        }

        .progressBar ul {
            width: calc(100% - 160px);
            float: right;
            background: -moz-linear-gradient(left, #00b6be 0%, #247ea6 100%);
            background: -webkit-linear-gradient(left, #00b6be 0%, #247ea6 100%);
            background: linear-gradient(to right, #00b6be 0%, #247ea6 100%);
            filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e600b6be', endColorstr='#e6247ea6',GradientType=1 );
        }

        .progressBar li {
            border-width: 2px;
            height: auto;
        }

            .progressBar li div {
                margin-right: 10px;
                border-width: 2px;
                position: relative;
                top: 0;
                left: 0;
                margin-top: 0;
                float: left;
                width: 58px;
                height: 58px;
            }

            .progressBar li span {
                width: calc(100% - 75px) !important;
                float: left;
                text-align: left !important;
            }

                .progressBar li span:nth-of-type(1) {
                    margin-top: 8px;
                    font-size: 1.2em;
                }

                .progressBar li span:nth-of-type(2) {
                    font-family: "ff-tisa-sans-web-pro",Arial,sans-serif;
                    font-weight: normal;
                    font-size: 1em;
                }
}

footer {
    background-color: #373737;
    float: left;
    width: 100%;
    color: #fff;
    margin-top: 0px;
    padding: 40px 0;
    color: rgba(255, 255, 255, 0.5);
}

    footer h4 {
        color: #fff;
        height: 30px;
        font-size: 1em;
        font-family: "ff-tisa-sans-web-pro",Arial,sans-serif;
    }

    .footer-logo {
        height: 40px;
    }

    footer p, footer a {
        font-size: 0.8125em;
        line-height: 1.53846em;
    }

        footer a:hover {
            color: rgba(255, 255, 255, 0.75);
        }

    footer ul li {
        margin-bottom: 10px;
    }

    footer h4 + p strong {
        font-family: "ff-tisa-sans-web-pro",Arial,sans-serif;
        font-size: 1.25em;
    }

    footer .col-md-6 + .col-md-6 {
        margin-top: 40px;
    }

main {
    width: 100%;
    float: left;
    padding-bottom: 40px;
}

@media (min-width: 992px) {
    footer h4 {
        height: 60px;
    }

    .footer-logo {
        height: 70px;
    }

    footer .col-md-6 + .col-md-6 {
        margin-top: 0px;
    }
}

section {
    float: left;
    width: 100%;
}

    section.formSection {
        margin-top: 20px;
    }

    section .title {
        color: #00b6be;
    }

.ace-validation {
    float: left;
    clear: both;
}

    .ace-validation span {
        float: left;
        width: 100%;
        color: #f1352b;
        margin-top: 15px;
        position: relative;
    }

.validatorSummaryBottom {
    width: 100%;
    padding: 25px;
    background: #882f44;
    font-size: 16px;
    float: left;
    color: #fff;
    margin-top: 30px;
    border-bottom-right-radius: 25px;
}

    .validatorSummaryBottom ul {
        display: none;
    }

    .validatorSummaryBottom:before {
        top: 3px;
        color: #fff;
    }

.validator {
    position: relative;
}

    .validator:before {
        content: "\f06a";
        font-family: FontAwesome;
        font-size: 20px;
        margin-right: 10px;
        float: left;
        display: block;
        color: #fb9494;
        position: relative;
        top: 0px;
    }

.flyout .validator {
    color: #fb9494;
}

.main-form-group {
    margin-bottom: 20px;
    border-bottom-right-radius: 25px;
    padding: 15px;
    background-color: #fff;
    position: relative;
}

    .main-form-group small {
        font-size: 14px;
        line-height: 14px;
    }

    .main-form-group input, .buySection .ace-ctrl input, .retrive input, .saveQuoteSection .ace-ctrl input {
        height: 45px;
        line-height: 45px;
        padding: 0 10px;
        font-size: 16px;
        border: 1px solid #c2bdaf;
    }

.paypage .ace-ctrl .paypageInput input {
    height: 43px;
    line-height: 43px;
    padding: 0;
    font-size: 16px;
    border: none;
}

.main-form-group input::-webkit-input-placeholder {
    color: #61646b;
}

.main-form-group input::-moz-placeholder {
    color: #61646b;
}

.main-form-group input\:-ms-input-placeholder {
    color: #61646b;
}

.main-form-group input\:-moz-placeholder {
    color: #61646b;
}

.main-form-group .item {
    float: left;
}

    .main-form-group .item:nth-of-type(1), .main-form-group .item:nth-of-type(2) {
        width: 100%;
    }

.main-form-group label,
.main-form-group .ace-label {
    color: #333333;
    font-size: 1.25em;
    margin-bottom: 10px;
    display: inline-block;
    padding-right: 30px;
}

.main-form-group .help {
    position: absolute;
    top: 0;
    right: 0;
    width: 26px;
    height: 26px;
    background: url(../css/images/icons/q-outline.svg) no-repeat center/contain;
}

div a#child-age-verification.hide.lightbox {
    position: absolute;
    width: 34px;
    height: 34px;
    margin-bottom: 20px;
    background: url(../css/images/icons/q-outline.svg) no-repeat center/contain;
}

.buySection .ace-child-ctrl select {
    height: 45px;
    line-height: 45px;
    padding: 0 10px;
    font-size: 16px;
    border: 1px solid #c2bdaf;
    width: 100%;
}

.main-form-group,
.form-group {
    float: left;
    width: 100%;
    position: relative;
}

.flyout {
    background: #247ea6;
    border-bottom-right-radius: 20px;
    padding: 10px;
    margin-top: 5px;
    float: left;
    width: 100%;
    position: relative;
}

    .flyout .item:nth-of-type(1), .flyout .item:nth-of-type(2) {
        width: 100%;
    }

    .flyout label,
    .flyout .ace-label {
        color: #fff;
        padding-right: 15px;
        float: left;
        width: 100%;
    }

        .flyout label p,
        .flyout .ace-label p {
            margin: 0;
        }

    .flyout input {
        border-width: 0;
    }

    .flyout .duration-conditional-panel {
        width: 100%;
        float: left;
        margin-bottom: 5px;
    }

        .flyout .duration-conditional-panel.doubleWidth {
            width: 100%;
        }

        .flyout .duration-conditional-panel input {
            width: calc(100% - 40px);
            float: left;
            color: #61646b;
            border-width: 0;
        }

        .flyout .duration-conditional-panel button {
            width: 40px;
            height: 45px;
            background-color: #247ea6;
            margin: 0;
            float: left;
            cursor: pointer;
        }

            .flyout .duration-conditional-panel button img {
                width: 90%;
                float: right;
            }

    .flyout .date-pickers {
        float: left;
        width: 100%;
        color: #fff;
        margin-top: 10px;
    }

.destinationCountry {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #e3e3e3;
}

    .destinationCountry input {
        width: 100%;
        max-width: 275px;
    }

    .destinationCountry p {
        color: #61646b;
        margin-top: 15px;
        display: inline-block;
        width: 100%;
    }

.ui-autocomplete {
    max-height: 230px;
    overflow: auto;
    z-index: 99;
    background-color: #fff;
    border: 1px solid #a9a9a9;
    max-width: 275px;
}

    .ui-autocomplete li {
        padding: 10px;
    }

        .ui-autocomplete li.ui-state-focus {
            cursor: pointer;
            color: #fff;
            background-color: #00b6be;
        }

.dateOfBirth .row {
    float: left;
    width: 100%;
    margin-bottom: 0;
}

    .dateOfBirth .row.partner-dob {
        margin-top: 10px;
    }

.dateOfBirth input {
    width: 70px;
    margin-right: 5px;
    float: left;
}

.simpleButtons .carHireSection,
.simpleButtons .winterCover {
    border-bottom: 1px solid #e3e3e3;
    padding-bottom: 20px;
    margin-bottom: 15px;
}

.simpleButtons label,
.simpleButtons .ace-label {
    margin-bottom: 0;
}

.agentQuestions .title a {
    font-size: 14px;
    color: #333;
}

.purchaseChannel .medicalScreening {
    border-top: 1px solid #e3e3e3;
    padding-top: 15px;
    margin-top: 20px;
}

.button {
    float: left;
    padding: 20px;
    color: #fff;
    text-align: left;
    background-color: #00b6be;
    box-shadow: 4px 4px rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 15px;
    width: 100%;
    text-transform: uppercase;
    max-width: 200px;
}

    .button.nextStepBtn {
        max-width: 100%;
        float: right;
        text-transform: uppercase;
    }

        .button.nextStepBtn i {
            float: right;
            font-size: 14px;
            position: relative;
            top: 2px;
        }

    .button .fa {
        float: right;
    }

.back {
    text-align: right;
    color: #00b6be;
    padding: 20px 20px 20px 0;
    background: none;
    width: auto;
    max-width: auto;
    box-shadow: none;
    margin-left: 5%;
}

    .back .fa {
        float: left;
        margin: 2px 5px 0 0;
    }

.save, .quotesummary .button {
    float: right;
    padding: 20px;
    color: #00b6be;
    text-align: left;
    background-color: #fff;
    box-shadow: 4px 4px rgba(0, 0, 0, 0.1);
    border-bottom-right-radius: 15px;
    width: 100%;
    text-transform: uppercase;
    display: block;
}

.quotesummary hr {
    display: none;
}

.quotesummary .button {
    max-width: 100%;
    margin-top: 13px;
    cursor: pointer;
    background: url(../css/images/forward.png) no-repeat #fff;
    background-size: 10px 15px;
    background-position: 93% 50%;
}

.save:before {
    content: "\f054";
    font-family: FontAwesome;
    float: right;
    margin-left: 5px;
    display: block;
    color: #00b6be;
    position: relative;
    top: 0px;
}

input.back {
    background: url(../css/images/back.png) 0 0 no-repeat;
    background-size: 10px 15px;
    background-position: 0% 50%;
    font-size: 15px;
    padding-left: 15px;
    cursor: pointer;
}

.button.nextStepBtn, .button.retrieve {
    font-size: 1em;
    background: url(../css/images/icons/next.svg) no-repeat #00b6be;
    background-size: 10px 15px;
    background-position: 92% 50%;
    cursor: pointer;
}

.button.proceed {
    font-size: 1em;
    background: url(../css/images/icons/next.svg) no-repeat #00b6be;
    background-size: 10px 15px;
    background-position: 92% 50%;
    cursor: pointer;
    float: right;
    margin-right: 0;
    max-width: 100%;
}

.button.retrieve {
    padding-left: 20px;
    padding-right: 20px;
    max-width: 225px;
}


/* premium page styles */
.message {
    background-color: #fff;
    padding: 30px 20px;
    text-align: center;
    margin: 15px 0 0 0;
    color: #247ea6;
    font-size: 1.25em;
}

.threequart {
    width: 100%;
    padding-right: 0;
    float: left;
    margin-top: 25px;
}

    .threequart p {
        color: #61646b;
    }

    .threequart h2:first-child {
        width: 100%;
        float: left;
        padding-right: 0px;
    }

.quotepods {
    width: 100%;
    float: left;
}

    .quotepods + hr {
        display: none;
    }

    .quotepods .pod:first-child {
        margin-right: 1%;
        margin-left: 0;
    }

.pod {
    width: 100%;
    float: left;
    background-color: #fff;
    border-radius: 0 0 20px 0;
    padding: 20px;
    margin-left: 0%;
    text-align: center;
}

    .pod .button {
        width: 100%;
        max-width: 100%;
    }

    .pod + h2 {
        width: 100%;
        float: left;
        font-size: 1.25em;
        margin: 25px 0 0 0;
    }

    .pod h3 {
        margin-bottom: 0;
    }

.quote-total, .paypage .premium {
    width: 100%;
    color: #247ea6;
    font-size: 2.5em;
    padding: 3px 0;
    display: inline-block;
}

hr {
    height: 1px;
    background-color: #e2e2e2;
    width: 100%;
    display: block;
    border: none;
    float: left;
    padding: 0;
    margin: 0;
}

.threequart table {
    text-align: left;
    border: solid #fff;
    border-width: 5px 17px 20px 20px;
    background-color: #ffffff;
    width: 700px;
    float: left;
    border-collapse: collapse;
    border-spacing: 0;
    margin: 20px 0 0 0;
}

    .threequart table th {
        padding: 20px 25px;
        background-color: #fff;
        border-right: solid 1px #fff;
        color: #61646b;
        vertical-align: top;
    }

        .threequart table th span, .threequart table td span {
            display: block;
            width: 50%;
            float: left;
            padding-left: 25px;
        }

            .threequart table th span:first-child, .threequart table td span:first-child {
                padding-left: 5px;
            }

    .threequart table td, .threequart table tbody th {
        padding: 15px 25px;
        background-color: #e5f8f8;
        border-radius: 5px;
        border: none;
        border-right: solid 3px #fff;
    }

    .threequart table tbody th {
        width: 33.333%;
        color: #333333;
        padding: 15px 25px;
    }

    .threequart table thead tr th:first-child {
        font-weight: normal;
        font-size: 1.25em;
        color: #333;
    }

    .threequart table tbody td {
        width: 33.333%;
    }

    .threequart table th.multi-col {
        background-color: #ffffff;
        font-weight: normal;
        font-size: 14px;
        padding: 8px 25px 20px 25px;
        color: #61646b;
    }

        .threequart table th.multi-col span {
            width: 66.667%;
            padding-left: 10px;
        }

            .threequart table th.multi-col span:first-child {
                width: 33.333%;
                padding-left: 0;
            }

    .threequart table + .pod {
        margin-top: 30px;
    }

.quotesummary {
    word-wrap: break-word;
    background: -moz-linear-gradient(left, #00b6be 0%, #247ea6 100%);
    width: 100%;
    margin-top: 25px;
    float: left;
    background: -webkit-linear-gradient(left, #00b6be 0%, #247ea6 100%);
    background: linear-gradient(to right, #00b6be 0%, #247ea6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e600b6be', endColorstr='#e6247ea6',GradientType=1 );
    border-bottom-right-radius: 15px;
    color: #fff;
    float: left;
    padding: 35px 40px;
}

    .quotesummary i {
        width: 50%;
        display: inline-block;
        padding: 4px 0 3px 0;
        float: left;
    }

        .quotesummary i span {
            width: 40%;
            font-weight: normal;
        }

    .quotesummary p {
        font-style: italic;
        font-size: 0.925em;
        margin: 10px 0 0 0;
        width: 100%;
        display: inline-block;
    }

        .quotesummary p strong {
            font-weight: normal;
        }

table + p {
    background-color: #fff;
    width: 100%;
    float: left;
    border-radius: 0 0 20px 0;
    margin: 0 0 15px 0;
    padding: 25px 20px;
    border-top: solid 1px #e3e3e3;
}

.smallprint {
    width: 100%;
    float: left;
    padding: 5px 20px;
}

    .smallprint p {
        font-size: 0.875em;
        margin-bottom: 10px;
    }

.fixedPriceBar {
    position: fixed;
    width: 100%;
    bottom: 0;
    left: 0;
    background: #f5f5f5 !important;
    z-index: 999;
    display: none;
    padding: 20px 0;
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.2);
}

    .fixedPriceBar.quotepods {
        width: 100%;
    }

    .fixedPriceBar .button {
        font-size: 20px;
    }

    .fixedPriceBar.quotepods .pod.first {
        background: none;
    }

    .fixedPriceBar.quotepods .pod {
        float: left;
    }

        .fixedPriceBar.quotepods .pod h2 {
            font-size: 1.25em;
            width: 100%;
            text-align: left;
        }

    .fixedPriceBar.static {
        position: static
    }

    .fixedPriceBar.quotepods .first {
        width: 30%;
        float: left;
        margin-left: 0 !important;
        font-size: 22px;
        line-height: 28px
    }

/* confirm page styles */
.quotesummary .quote-total {
    color: #fff;
    margin: -10px 0 15px 0;
    border-bottom: solid 1px #41aec1;
    padding-bottom: 10px;
}

ol {
    background-color: #fff;
    border-radius: 0 0 25px 0;
    padding: 30px 50px;
    color: #61646b;
}

.confirmBox .wrapper {
    background-color: #fff;
    border-radius: 0 0 25px 0;
    padding: 30px 30px;
    margin-bottom: 25px;
    width: 100%;
    float: left;
}

.confirmBox h3 {
    font-size: 2.1875em;
    margin-top: 20px;
    color: #00b6be;
}

.confirmScreen hr {
    margin: 15px 0 20px 0;
}

    .confirmScreen hr + h2 {
        font-size: 1.25em;
        margin-top: 20px;
    }

.confirmBox .choice label {
    background-color: #a9a9a9;
    color: #ffffff;
    border: none;
    height: 50px;
    text-align: center;
    width: 220px;
    font-size: 15px;
    padding: 17px;
    float: left;
    margin-right: 30px;
    cursor: pointer;
    margin-bottom: 0;
    border-bottom-right-radius: 15px;
    text-transform: uppercase;
    margin-top: 10px;
}

.confirmBox .choice input[type="radio"] {
    display: none !important;
}

.confirmBox .choice label.checked {
    background: #00b6be;
    box-shadow: 4px 4px rgba(0, 0, 0, 0.1);
}

/* policy holder styles */
.buySection .ace-ctrl {
    width: 100%;
    background-color: #fff;
    float: left;
    padding: 0 30px;
}

.buySection .ace-label {
    width: 100%;
}

.buySection .ace-child-ctrl {
    width: 100%;
    float: left;
    padding: 5px 0 20px 0;
}

.buySection h2:first-child + .ace-ctrl {
    border-radius: 0 0 25px 0;
}

    .buySection h2:first-child + .ace-ctrl .ace-label {
        padding-top: 27px;
        float: left;
    }

.buySection .ace-ctrl input {
    width: 100%;
}

.buySection .ace-ctrl .RadioButton {
    padding-top: 8px;
    padding-bottom: 7px;
    display: block;
    float: left;
    width: 100%;
}

    .buySection .ace-ctrl .RadioButton input {
        float: left;
        width: 35px;
        padding: 0;
        border: none;
    }

    .buySection .ace-ctrl .RadioButton label {
        float: left;
        width: calc(25% - 35px);
        padding: 5px 0 0 5px;
    }

.buySection .ace-date .ace-child-ctrl select {
    width: 22%;
    margin-right: 1%;
}

.buySection .ace-title, .buySection .ace-home-tel {
    padding-top: 25px;
}

.buySection .ace-email {
    padding-bottom: 25px;
    border-radius: 0 0 25px 0;
}

.buySection .ace-postcode {
    padding-bottom: 25px;
    border-radius: 0 0 25px 0;
}

.buySection .date-of-travel {
    padding: 15px 0 20px 0;
}

.buySection h2:first-child {
    font-size: 2.1875em;
    color: #333;
    margin-top: 0px;
}

.buySection h2, .featured h3 {
    color: #00b6be;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    font-size: 2.1875em;
}

.buySection .featured {
    width: 100%;
    float: left;
}

    .buySection .featured p {
        width: 100%;
        float: left;
        background-color: #fff;
        margin: 0;
        padding: 0 30px 25px 30px;
        margin-top: 0 !important;
    }

.buySection .checkstatement {
    width: 100%;
    float: left;
    background-color: #fff;
    margin: 0;
    padding: 5px 30px 10px 30px;
}

.buySection hr + .checkstatement {
    margin-bottom: 25px;
    border-radius: 0 0 25px 0;
    padding-top: 20px;
}

.buySection .featured h3 + p {
    padding-top: 25px;
}

.buySection .featured hr + p {
    padding-top: 25px;
}

.buySection .featured .checkstatement p {
    width: calc(100% - 35px);
    padding: 0 0 20px 15px;
}

.checkstatement a {
    text-decoration: underline;
}

.checkstatement:last-of-type {
    margin-bottom: 25px;
}

.buySection .ace-date-of-travel .CJS-dropdown {
    margin: 25px 0;
}

.buySection .ace-title {
    position: relative;
    z-index: 100;
}

.buySection .ace-date {
    position: relative;
    z-index: 10;
}

.buySection .ace-address-line-4 {
    position: relative;
    z-index: 0;
}

/* select list styles */
.buySection .customSelect {
    background: #fff;
    color: #333;
    width: 420px;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    border: solid 1px #c2bdaf;
    cursor: pointer;
}

.buySection .customSelect-list {
    background: #fff;
    border: 1px solid #c2bdaf;
    top: 0;
    width: 100%;
    text-align: left;
    line-height: 30px;
    z-index: 999
}

.buySection .customSelect-item {
    background-color: #fff
}

    .buySection .customSelect-item:hover {
        background-color: #f7f7f7
    }

.buySection .customSelect:before {
    right: 14px;
}

.buySection .customSelect {
    width: 80%;
}

.buySection .ace-date .CJS-dropdown {
    width: 26%;
    border: solid 1px #c2bdaf;
    float: left;
    margin-right: 1%;
}

.buySection .customSelect.cs-1:before, .buySection .customSelect.cs-2:before, .buySection .customSelect.cs-3:before {
    content: '\f107';
    position: absolute;
    font-family: "FontAwesome";
    font-size: 20px;
    color: #666666;
}

.buySection .ace-title .ace-child-ctrl {
    background: url(../css/images/select.png) 94% 24px no-repeat;
}

    .buySection .ace-title .ace-child-ctrl select {
        background: none;
    }

    .buySection .ace-title .ace-child-ctrl .CJS-dropdown, .buySection .ace-address-line-4 .ace-child-ctrl .CJS-dropdown {
        border: solid 1px #c2bdaf;
    }

/* ready to pay styles */
.readyToPay {
    width: 100%;
    float: left;
    padding-top: 25px;
    padding-right: 0;
    margin-right: 0;
}

    .readyToPay .col-12 .col {
        background: #fff;
        border-radius: 0 0 25px 0;
        width: 100%;
        float: left;
        padding: 25px 30px 20px 30px;
        margin-bottom: 25px;
        color: #61646b;
    }

        .readyToPay .col-12 .col h2 {
            font-weight: normal;
            color: #00b6be;
            margin-top: 0;
        }

    .readyToPay .expand-panel {
        padding: 10px 0 10px 0 !important;
    }

/* content page styles */
.scroll-pane {
    width: 100%;
    height: auto;
    overflow: auto;
}

.horizontal-only {
    height: auto;
}

.static-content {
    padding: 30px 0 20px 0;
    width: 100%;
    float: left;
}

    .static-content h1 {
        color: #00b6be;
    }

    .static-content ol {
        margin: 10px 0 25px 0;
        width: 100%;
        float: left;
    }

        .static-content ol.content-navigation li {
            background: url(../css/images/icons/pdf.svg) 0 0 no-repeat;
            background-size: 42px 50px;
            list-style: none;
            padding: 12px 0 10px 50px;
            color: #00b6be;
            min-height: 50px;
            width: 100%;
            float: left;
        }

    .static-content h2 {
        font-size: 1.75em;
        margin-top: 25px;
    }

    .static-content p + h2 {
        margin-top: 40px;
    }

    .static-content h3 {
        font-size: 1.25em;
        margin-top: 25px;
    }

    .static-content a {
        color: #00b6be;
    }

        .static-content a:hover {
            opacity: 0.8;
        }

    .static-content .accordionList {
        margin: 10px 0 40px 0;
        padding: 0;
        background-color: #fff;
        border-radius: 0 0 25px 0;
    }

        .static-content .accordionList h4 {
            color: #00b6be;
            cursor: pointer;
            line-height: 20px;
            margin-bottom: 0;
            padding: 25px 25px;
            border-top: solid 1px #e3e3e3;
        }

            .static-content .accordionList h4:first-child {
                border: none;
            }

            .static-content .accordionList h4:before {
                content: "\f067";
                font-family: FontAwesome;
                font-size: 20px;
                line-height: 20px;
                color: #00b6be;
                ;
                margin-right: 25px;
            }

            .static-content .accordionList h4.open:before {
                content: "\f068";
                font-family: FontAwesome;
                font-size: 20px;
                line-height: 20px;
                color: #00b6be;
                ;
                margin-right: 25px;
            }

.accordian-content {
    padding: 0 25px 25px 25px;
    color: #61646b;
}

    .accordian-content p:last-child {
        margin-bottom: 0;
    }

div.faq ul {
    list-style-type: disc;
    margin-left: 30px;
}



/* retrieve quote styles */
.retrieve-quote, .saveQuoteSection {
    padding: 30px 0 20px 0;
    width: 100%;
    float: left;
}

    .retrieve-quote h2, .saveQuoteSection h2 {
        color: #00b6be;
    }

.retrive .ace-ctrl:first-child {
    border-radius: 0 0 0 0;
    padding-bottom: 0;
    padding-top: 30px;
    margin-bottom: 0;
    margin-top: -10px;
}

.saveQuoteSection .ace-ctrl:first-child {
    border-radius: 0 0 0 0;
    padding-bottom: 0;
    padding-top: 15px;
    margin-bottom: 0;
    margin-top: -10px;
}

.retrive .ace-ctrl, .saveQuoteSection .ace-ctrl {
    background: #fff;
    border-radius: 0 0 25px 0;
    padding: 10px 30px 25px 30px;
    width: 100%;
    float: left;
    margin-bottom: 20px
}

.retrive label {
    width: 100%;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
}

.retrive .ace-child-ctrl {
    width: 100%;
    float: left;
}

.retrive input {
    width: 100%;
}

.retrive p, .retrive hr, .saveQuoteSection hr {
    margin-bottom: 25px;
}

input.retrieve {
    float: right;
    border: none;
}

.saveQuoteSection label {
    width: 100%;
    float: left;
    padding-top: 25px;
}

.saveQuoteSection .col {
    width: 100%;
    float: left;
    min-height: 55px;
}

    .saveQuoteSection .col + .col {
        width: 100%;
    }

.saveQuoteSection .ace-child-ctrl, .saveQuoteSection .ace-child-ctrl input[type=text] {
    width: 100%;
    float: left;
}

.saveQuote-details p, .saveQuote-details dl, p.Disclaimer {
    color: #61646b;
}

.saveQuoteSection .form-group + .form-group .ace-ctrl:first-child {
    padding-top: 10px;
}

.saveQuote-details .columnLeft {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 25px 30px;
}

.saveQuote-details .columnRight {
    background-color: #fff;
    width: 100%;
    float: left;
    padding: 0px 30px 25px 30px;
    margin-bottom: 35px;
    border-radius: 0 0 25px 0;
}

.saveQuote-details dt {
    width: 40%;
    float: left;
    margin: 0;
    font-weight: bold;
}

.saveQuote-details dd {
    width: 60%;
    float: left;
    margin: 0 0 5px 0;
}

.saveQuote-details h3 {
    font-size: 1.75em
}

.saveQuote-details, .main-grom-group {
    float: left;
    width: 100%;
}

/*hiding columns styling*/
.sticky {
    visibility: hidden;
    position: fixed;
    width: 100%;
    top: 10px;
    left: 0;
    padding: 0 20px;
}

    .sticky .stickyoutter {
        margin: 0 auto;
        max-width: 960px;
        -webkit-transition: all 0.5s ease;
        -moz-transition: all 0.5s ease;
        -o-transition: all 0.5s ease;
        -ms-transition: all 0.5s ease;
        transition: all 0.5s ease;
        opacity: 0;
        top: -400px;
    }

.fix-search .stickyoutter {
    opacity: 100;
    top: 0;
    left: 0;
}

.fix-search {
    position: fixed;
    z-index: 10;
    width: 100%;
    visibility: visible;
    left: 0;
}

.stickyoutter div.pod.first {
    position: absolute;
    left: 0;
    max-width: 286px;
}

.stickyoutter div.pod {
    position: absolute;
    left: 296px;
    max-width: 286px;
}


/* payment page styles */
.paypage {
    width: 1005;
    padding-right: 0;
    padding-top: 30px;
    float: left;
}

    .paypage .message {
        margin-top: 0;
        margin-bottom: 30px;
    }

        .paypage .message p {
            margin-bottom: 0;
        }

    .paypage h2:first-child .TermsAndConditions {
        border-radius: 0 0 25px 0;
    }

    .paypage .TermsAndConditions {
        background: #fff;
        padding: 30px 30px 20px 30px;
        width: 100%;
        float: left;
        color: #61646b;
    }

        .paypage .TermsAndConditions p:last-child {
            margin-bottom: 0;
        }

    .paypage .policy-holder {
        background: #fff;
        padding: 0;
        width: 100%;
        float: left;
        color: #61646b;
        border-bottom: solid 1px #e6e6e6;
    }

    .paypage .TermsAndConditions + .policy-holder {
        border-top: solid 1px #e6e6e6;
    }

    .paypage .policy-holder p.q {
        margin-bottom: 0;
        cursor: pointer;
        padding: 25px 30px;
    }

        .paypage .policy-holder p.q strong {
            color: #333;
        }

        .paypage .policy-holder p.q:after {
            content: "\f078";
            font-family: FontAwesome;
            font-size: 17px;
            float: right;
            display: block;
            color: #61646b;
            position: relative;
            top: 0px;
        }

    .paypage .TermsAndConditions + p.changestatement {
        color: #61646b;
        margin-bottom: 0;
        background: #fff;
        border-radius: 0 0 25px 0;
        padding: 0 30px 25px 30px;
        width: 100%;
        float: left;
    }

    .paypage .policy-holder p.q.expanded:after {
        content: "\f0787"
    }

.policy-holder-details {
    padding: 0 30px 25px 30px;
}

.paypage p.changestatement + h2, .paypage .TermsAndConditions + h2 {
    color: #00b6be;
    margin-top: 30px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    font-size: 2.1875em;
    font-weight: normal;
}
.paypage p.changestatement a {
   text-decoration:underline;
   font-weight:bold;
}

.paypage .premium {
    padding-top: 0;
}

.paypage .TermsAndConditions + p {
    background: #fff;
    padding: 0 30px 0 30px;
    width: 100%;
    float: left;
    margin-bottom: 0;
    color: #61646b;
}

    .paypage .TermsAndConditions + p + p {
        background: #fff;
        padding: 20px 30px 25px 30px;
        width: 100%;
        float: left;
        color: #61646b;
        margin-bottom: 0;
    }

.paypage p.agree {
    width: 84%;
    float: right;
}

.paypage hr {
    background-color: #e6e6e6;
}

    .paypage hr + .ace-ctrl {
        padding-top: 25px;
    }

.paypage .ace-ctrl {
    background: #fff;
    padding: -0 30px;
    width: 100%;
    float: left;
}

    .paypage .ace-ctrl label {
        width: 100%;
        float: left;
        padding-top: 9px;
        font-size: 1.25em;
    }

.paypage .ace-child-ctrl {
    margin-top: 0px;
    margin-bottom: 10px;
}

.paypage .ace-ctrl .paypageInput {
    width: 100%;
    float: left;
    height: 45px;
    border: 1px solid #c2bdaf;
    padding: 0 10px;
}

    .paypage .ace-ctrl .paypageInput input {
        width: 100%;
        color: #61646b;
    }

.paystatement p {
    width: 100%;
    float: left;
    background: url(../css/images/verified-logos.png) 30px 65px no-repeat #fff;
    margin-top: 0px;
    padding: 25px 30px 0 30px;
    min-height: 140px;
    margin-bottom: 0;
    border-top: solid 1px #e6e6e6;
}

    .paystatement p:last-child {
        background: -moz-linear-gradient(left, #00b6be 0%, #247ea6 100%);
        width: 100%;
        margin-top: 0;
        float: left;
        background: -webkit-linear-gradient(left, #00b6be 0%, #247ea6 100%);
        background: linear-gradient(to right, #00b6be 0%, #247ea6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e600b6be', endColorstr='#e6247ea6',GradientType=1 );
        margin-top: 0;
        margin-bottom: 25px;
        min-height: auto;
        color: #fff;
        border-radius: 0 0 25px 0;
        border-top: none;
        padding: 30px 30px
    }

    .paystatement p strong {
        font-size: 24px;
    }

input.change {
    background: url(../css/images/forward.png) 0 no-repeat;
    background-size: 10px 15px;
    background-position: 100% 50%;
    padding-left: 0;
    padding-right: 17px;
    max-width: 210px
}

.paypage p.confirmation {
    padding-left: 45px;
}

.pod h3 {
    letter-spacing: -1px;
    font-size: 1em;
}

/* confirm page styles */
.confirm h2 + div h3 {
    color: #00b6be;
    margin-top: 0px;
    margin-bottom: 10px;
    width: 100%;
    float: left;
    font-size: 2.1875em;
    font-weight: normal;
}

.confirm h2 + div {
    color: #61646b;
    margin-bottom: 0;
    background: #fff;
    border-radius: 0 0 25px 0;
    padding: 25px 30px;
    width: 100%;
    float: left;
    margin-top: 5px;
}

    .confirm h2 + div p + p {
        line-height: 2em;
    }

.confirm ul {
    padding-top: 5px;
}

    .confirm ul li {
        padding: 4px 0 5px 38px;
        margin-bottom: 8px;
    }

    .confirm ul a {
        color: #00b6be;
    }

/* save quote message styles */
.quotemsg {
    width: 100%;
    float: left;
    background-color: #00b6be;
    color: #fff;
    border-radius: 0 0 15px 0;
    padding: 20px 25px;
    margin-top: 15px;
}

    .quotemsg p {
        width: auto;
        float: left;
        line-height: 1.75em;
        margin-bottom: 0;
    }

        .quotemsg p strong {
            font-size: 1.25em;
            line-height: 1.25em;
            margin-right: 10px;
        }

    .quotemsg div {
        width: auto;
        float: left;
    }


@media (min-width: 500px) {
    .save {
        width: auto;
        text-align: right;
        display: block;
    }

    .back {
        margin-left: 0;
    }

    .button.nextStepBtn {
        max-width: 260px;
        float: right;
        text-transform: uppercase;
    }

    .button.proceed {
        max-width: 245px;
    }
}

@media (min-width: 768px) {
    .threequart table {
        width: 100%;
    }

    section.formSection {
        margin-top: 40px;
    }

    section h2 {
        margin-bottom: 20px;
    }

    .simpleButtons .main-form-group .item:nth-of-type(1) {
        width: 50%;
    }

    .simpleButtons .main-form-group .item:nth-of-type(2) {
        width: 50%;
        padding-left: 35px;
    }

    .main-form-group {
        margin-bottom: 30px;
        padding: 30px;
    }

        .main-form-group .item:nth-of-type(1) {
            width: 33.33333%;
        }

        .main-form-group .item:nth-of-type(2) {
            width: 66.66666%;
        }

        .main-form-group label,
        .main-form-group .ace-label {
            padding-top: 10px;
        }

        .main-form-group .help {
            right: -10px;
        }

    .flyout {
        margin-top: 26px;
        padding: 24px;
    }

        .flyout .item:nth-of-type(1) {
            width: calc(33.33333% - 7.5px);
        }

        .flyout .item:nth-of-type(2) {
            width: 67.66666%;
        }

        .flyout .duration-conditional-panel {
            width: 209px;
            margin-bottom: 0;
        }

            .flyout .duration-conditional-panel input {
                width: 160px;
            }

        .flyout.dateOfBirth .ace-label {
            float: left;
            width: calc(33.33333% - 7.5px);
        }

        .flyout.dateOfBirth .ace-child-ctrl,
        .flyout.dateOfBirth .ace-validation {
            float: left;
            width: 67.66666%;
        }

        .flyout.dateOfBirth .CJS-dropdown {
            max-width: 275px;
            float: left;
        }

        .flyout.dateOfBirth .ace-validation {
            margin-left: calc(33.33333% - 7.5px);
        }

        .flyout.dateOfBirth input {
            width: calc(275px / 3 - 3px);
        }

    .simpleButtons .carHireSection,
    .simpleButtons .winterCover {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .simpleButtons p {
        margin-bottom: 0;
    }

    .fixedPriceBar {
        display: block
    }

    .threequart h2:first-child {
        width: 33.333%;
        float: left;
        padding-right: 50px;
        padding-left: 0%;
        margin-top: 10px;
    }

    .readyToPay h2:first-child {
        margin-top: 10px;
    }

    .threequart.confirm h2:first-child {
        width: 100%;
        float: left;
        padding-right: 50px;
        padding-left: 0%;
        margin-top: 10px;
    }

    .quotepods {
        width: 66.667%;
        float: left;
        padding-left: 0%;
        padding-right: 0%;
    }

    .pod {
        width: 49%;
        float: left;
        background-color: #fff;
        border-radius: 0 0 20px 0;
        padding: 20px;
        margin-left: 1%;
        text-align: center;
    }

    .threequart table + p {
        background-color: #fff;
        width: 100%;
        float: left;
        border-radius: 0 0 25px 0;
        margin: 0 0 15px 0;
        padding: 25px 20px;
        border-top: solid 1px #e3e3e3;
    }

    .threequart table + .pod {
        margin-top: 0px;
    }

    .confirmScreen h2:first-child, .buySection h2:first-child {
        width: 100%;
    }

    .buySection .ace-label {
        width: 40%;
        float: left;
        padding-top: 16px;
        font-size: 1.25em;
    }

    .buySection .ace-child-ctrl {
        width: 60%;
        float: left;
        padding: 5px 0;
    }

    .buySection .date-of-travel {
        padding: 30px 0;
    }

    .buySection .ace-title .ace-child-ctrl {
        background: url(../css/images/select.png) 95% 50% no-repeat;
    }

    .static-content ol.content-navigation li {
        width: 50%;
    }

    .fixedPriceBar .pod {
        width: 33%;
        background-color: #fff;
    }

    .saveQuoteSection .col {
        width: 40%;
        float: left;
        min-height: 55px;
    }

        .saveQuoteSection .col + .col {
            width: 60%;
        }

    .retrive .ace-ctrl:first-child, .saveQuoteSection .ace-ctrl:first-child {
        padding-top: 30px;
    }

    .retrive label {
        width: 40%;
        float: left;
        padding-top: 10px;
        padding-bottom: 0;
    }

    .retrive .ace-child-ctrl {
        width: 60%;
        float: left;
    }

    .saveQuoteSection label {
        padding-top: 10px;
    }

    .paypage .ace-ctrl label {
        width: 40%;
    }

    .paypage .ace-ctrl .paypageInput {
        width: 60%;
        float: left;
        height: 45px;
        border: 1px solid #c2bdaf;
        padding: 0 10px;
    }

    .paystatement p {
        width: 100%;
        float: left;
        background: url(../css/images/verified-logos.png) 95% 33px no-repeat #fff;
        margin-top: 0px;
        padding: 45px 30px 0 30px;
        min-height: 110px;
        margin-bottom: 0;
        border-top: solid 1px #e6e6e6;
        color: #61646b;
    }

    .paypage p.agree {
        width: 94%;
        float: right;
    }
}

@media (min-width: 992px) {
    .static-content ol {
        width: 75%;
    }

    .flyout {
        padding: 25px;
    }

        .flyout .item:nth-of-type(1) {
            width: calc(33.33333% - 7.5px);
        }

        .flyout .item:nth-of-type(2) {
            width: calc(66.66666% - 7.5px);
        }

        .flyout .duration-conditional-panel {
            width: 170px;
            margin-right: 15px;
        }

            .flyout .duration-conditional-panel input {
                width: 130px;
            }

            .flyout .duration-conditional-panel.doubleWidth {
                max-width: 355px;
            }

        .flyout.dateOfBirth .ace-label {
            width: calc(33.33333% - 7.5px);
        }

        .flyout.dateOfBirth .ace-child-ctrl,
        .flyout.dateOfBirth .ace-validation {
            width: calc(66.66666% - 7.5px);
        }

        .flyout.dateOfBirth .CJS-dropdown {
            max-width: 355px;
        }

        .flyout.dateOfBirth input {
            width: calc(355px / 3 - 3px);
        }

    .destinationCountry input {
        max-width: 355px;
    }

    .main-form-group .help {
        width: 34px;
        height: 34px;
    }

    .ui-autocomplete {
        max-width: 355px;
    }

    .quotesummary {
        width: 25%;
        float: right;
        padding: 25px 30px;
    }

    .threequart, .saveQuoteSection {
        width: 75%;
        padding-right: 40px;
    }

    .quotesummary i {
        width: 50%
    }

        .quotesummary i:nth-child(odd) {
            width: 50%
        }

    .readyToPay {
        width: 75%;
        padding-right: 40px;
        margin-right: 25%;
    }

    .button.proceed {
        margin-right: calc(25% + 40px);
    }

    .paypage {
        width: 75%;
        padding-right: 40px;
        padding-top: 30px;
        float: left;
    }

    .static-content {
        min-height: 350px;
    }
}

@media (min-width: 1260px) {

    .message {
        width: 100%;
    }

    .quote-banner + .progressBar ul {
        margin-bottom: 10px;
    }

    .simpleButtons .main-form-group .item:nth-of-type(2) {
        padding-left: 55px;
    }

    .simpleButtons .carHireSection,
    .simpleButtons .winterCover {
        padding-bottom: 30px;
        margin-bottom: 30px;
    }

    .flyout .duration-conditional-panel {
        width: 220px;
        margin-right: 30px;
    }

        .flyout .duration-conditional-panel input {
            width: 180px;
        }

        .flyout .duration-conditional-panel.doubleWidth {
            max-width: 470px;
        }

    .flyout.dateOfBirth .CJS-dropdown {
        max-width: 470px;
    }

    .flyout.dateOfBirth input {
        width: calc(470px / 3 - 3px);
    }

    .destinationCountry input {
        max-width: 470px;
    }

    .ui-autocomplete {
        max-width: 470px;
    }

    .purchaseChannel .medicalScreening {
        padding-top: 30px;
        margin-top: 30px;
    }

    .pod h3 {
        letter-spacing: -1px;
        font-size: 1.25em;
    }
}

.CJS-dropdown {
    float: right;
    position: relative;
    text-decoration: none;
    z-index: 10;
    left: 0;
    top: 0;
    width: 100%;
    height: 45px;
    line-height: 45px;
    background-color: #fff;
}

    .CJS-dropdown:after {
        font-family: 'FontAwesome';
        content: "";
        position: absolute;
        font-size: 0.75em;
        color: #666666;
        right: 15px;
        top: 0px;
    }

    .CJS-dropdown.CJS-open ul {
        display: block;
    }

    .CJS-dropdown.CJS-open:after {
        font-family: 'FontAwesome';
        content: "";
    }

    .CJS-dropdown + label {
        padding-top: 7px;
    }

    .CJS-dropdown select {
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        width: 0;
        opacity: 0;
    }

    .CJS-dropdown ins {
        width: 100%;
        float: left;
        text-decoration: none;
        z-index: 1;
        position: relative;
        padding: 0 10px;
        color: #61646b;
        font-size: 16px;
    }

        .CJS-dropdown ins em {
            font-style: normal;
            float: left;
            width: calc(100% - 15px);
            overflow: hidden;
            white-space: nowrap;
        }

    .CJS-dropdown ul {
        position: absolute;
        width: 100%;
        max-height: 230px;
        left: 0;
        top: 100%;
        display: none;
        overflow: auto;
        z-index: 99;
        height: auto;
        background-color: #fff;
        border: 1px solid #a9a9a9;
    }

        .CJS-dropdown ul li {
            padding: 10px;
            cursor: pointer;
            color: #555;
            margin: 0;
            width: 100%;
            line-height: 20px;
        }

            .CJS-dropdown ul li.CJS-highlighted {
                color: #fff;
                background-color: #00b6be;
            }

.simpleButtons .radiobutton label {
    width: 130px;
    height: 50px;
    padding-top: 0;
    line-height: 50px;
    margin-bottom: 0;
}

.simpleButtons .radiobutton input:checked + label {
    background: #00b6be;
}

.radiobutton label {
    width: 100%;
    height: 105px;
    float: left;
    margin-right: 15px;
    border-bottom-right-radius: 15px;
    cursor: pointer;
    position: relative;
    background-color: #a9a9a9;
    text-align: center;
    color: #fff;
    padding-top: 75px;
    font-size: 1em;
    line-height: 1em;
    padding-left: 30px;
    padding-right: 25px;
    margin-bottom: 25px;
}

    .radiobutton label.TripType2, .radiobutton label.TravellerType2, .radiobutton label.TravellerType3 {
        padding-top: 67px;
    }

    .radiobutton label:hover {
        background: -moz-linear-gradient(left, #00b6be 0%, #247ea6 100%);
        background: -webkit-linear-gradient(left, #00b6be 0%, #247ea6 100%);
        background: linear-gradient(to right, #00b6be 0%, #247ea6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e600b6be', endColorstr='#e6247ea6',GradientType=1 );
    }

        .radiobutton label:hover:before {
            opacity: 1;
        }

    .radiobutton label span {
        background: no-repeat center top 15px / 45px 45px;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
    }

        .radiobutton label span:before {
            content: '';
            width: 23px;
            height: 23px;
            border: 2px solid #fff;
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
            position: absolute;
            left: 5px;
            bottom: 12px;
            opacity: 0;
        }

        .radiobutton label span:after {
            content: '';
            width: 0;
            height: 18px;
            background: url(../css/images/icons/tick.png) no-repeat left/auto 18px;
            position: absolute;
            left: 10px;
            bottom: 18px;
            overflow: hidden;
        }

    .radiobutton label:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #247ea6;
        bottom: -31px;
        left: calc(50% - 15px);
        position: absolute;
        display: none;
    }

.radiobutton input {
    position: absolute;
    opacity: 0;
    z-index: 1;
}

    .radiobutton input:checked + label {
        background: -moz-linear-gradient(left, #00b6be 0%, #247ea6 100%);
        background: -webkit-linear-gradient(left, #00b6be 0%, #247ea6 100%);
        background: linear-gradient(to right, #00b6be 0%, #247ea6 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e600b6be', endColorstr='#e6247ea6',GradientType=1 );
        box-shadow: 4px 4px rgba(0, 0, 0, 0.1);
        -webkit-transition: 0.3s;
        -moz-transition: 0.3s;
        -ms-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }

        .radiobutton input:checked + label span:before {
            opacity: 1;
        }

        .radiobutton input:checked + label span:after {
            width: 32px;
            -webkit-transition: 0.3s;
            -moz-transition: 0.3s;
            -ms-transition: 0.3s;
            -o-transition: 0.3s;
            transition: 0.3s;
        }

.durationText {
    display: none !important;
}

.formSection label.TripType1 span {
    background-image: url(./images/labels/single.svg) !important;
}

.formSection label.TripType2 span {
    background-image: url(./images/labels/annual.svg);
}

.formSection label.TripType3 span {
    background-image: url(./images/labels/backpacker.svg);
}

.formSection label.Destination1 span {
    background-image: url(./images/labels/europe.svg);
}

.formSection label.Destination5 span {
    background-image: url(./images/labels/world.svg);
}

.formSection label.TravellerType1 span {
    background-image: url(./images/labels/you.svg);
}

.formSection label.TravellerType2 span {
    background-image: url(./images/labels/partner.svg);
}

.formSection label.TravellerType3 span {
    background-image: url(./images/labels/family.svg);
}

.formSection label.TravellerType4 span {
    background-image: url(./images/labels/you.svg);
}

@media (min-width: 768px) {
    .simpleButtons .radiobutton label {
        width: 130px;
    }

    .radiobutton label {
        margin-bottom: 0;
        width: 90%;
        margin-bottom: 5px;
    }

    .radiobutton input:checked + label.TripType1:after, .radiobutton input:checked + label.TripType3:after, .radiobutton input:checked + label.Destination5:after, .radiobutton input:checked + label.TravellerType1:after, .radiobutton input:checked + label.TravellerType2:after, .radiobutton input:checked + label.TravellerType3:after, .radiobutton input:checked + label.TravellerType4:after {
        display: block;
    }
}

@media (min-width: 992px) {
    .progressBar li {
        padding: 10px 0 10px 10px;
    }

    .simpleButtons .radiobutton label {
        width: 170px;
    }

        .simpleButtons .radiobutton label span:before {
            left: 15px;
            bottom: 11px;
        }

        .simpleButtons .radiobutton label span:after {
            left: 20px;
            bottom: 17px;
        }

    .radiobutton label {
        width: 90%;
        height: 130px;
        font-size: 1em;
        padding-top: 90px;
        padding-left: 45px;
        padding-right: 45px;
        margin-bottom: 5px;
    }

        .radiobutton label.TripType2, .radiobutton label.TravellerType2, .radiobutton label.TravellerType3 {
            padding-top: 83px;
        }

        .radiobutton label span {
            background: no-repeat center top 20px / 50px 50px;
        }

            .radiobutton label span:before {
                width: 25px;
                height: 25px;
                left: 15px;
                bottom: 18px;
            }

            .radiobutton label span:after {
                height: 20px;
                background-size: auto 20px;
                left: 20px;
                bottom: 24px;
            }
}

@media (min-width: 1260px) {

    .progressBar li {
        padding: 10px 10px 10px 10px;
    }

        .progressBar li div {
            width: 65px;
            height: 65px;
        }

        .progressBar li span:nth-of-type(2) {
            font-size: 1.2em;
        }

    .simpleButtons .radiobutton label {
        width: 220px;
    }

    .radiobutton label {
        width: 220px;
        height: 150px;
        padding-top: 110px;
        margin-right: 30px;
    }

        .radiobutton label.TripType2 {
            padding-top: 110px;
        }

        .radiobutton label.TravellerType2, .radiobutton label.TravellerType3 {
            padding-top: 102px;
        }

        .radiobutton label span {
            background: no-repeat center top 30px / 60px 60px;
        }

            .radiobutton label span:before {
                width: 30px;
                height: 30px;
                left: 15px;
                bottom: 17px;
            }

            .radiobutton label span:after {
                height: 24px;
                background-size: auto 24px;
                left: 21px;
                bottom: 24px;
            }

    .quotesummary {
        padding: 35px 40px;
    }

    .formSection label.TravellerType2 span {
        background-size: 90px auto;
    }

    .formSection label.TravellerType3 span {
        background-size: 100px auto;
        background-position: center 35px
    }
}

.multiplecalendar {
    width: 100%;
    position: absolute;
    right: 0;
    max-width: 1024px;
    background-color: #666666;
    color: #fff;
    padding: 25px;
    z-index: 99;
    border-bottom-right-radius: 20px;
    top: 100%;
    display: none;
}

    .multiplecalendar.single .ui-datepicker {
        top: 0 !important;
        left: 0 !important;
    }

    .multiplecalendar:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 15px solid transparent;
        border-right: 15px solid transparent;
        border-bottom: 15px solid #666666;
        top: -14px;
        left: 30px;
        position: absolute;
    }

    .multiplecalendar .datepicker {
        float: left;
        width: 45%;
        position: relative;
    }

        .multiplecalendar .datepicker + .datepicker {
            border-left: 1px solid rgba(255, 255, 255, 0.2);
            margin-left: 5%;
            padding-left: 5%;
            width: 50%;
        }

        .multiplecalendar .datepicker .title {
            color: #fff;
            font-family: "ff-tisa-sans-web-pro",Arial,sans-serif;
            font-weight: bold;
            font-size: 1.125em;
        }

    .multiplecalendar .closeCalendar {
        position: absolute;
        top: 15px;
        right: 15px;
        cursor: pointer;
        font-size: 1.5em;
        z-index: 1;
        width: 25px;
        height: 25px;
    }

.ui-datepicker {
    width: 260px;
    margin: 0 auto;
    position: relative !important;
}

.ui-datepicker-calendar {
    table-layout: fixed;
}

    .ui-datepicker-calendar td {
        text-align: center;
    }

        .ui-datepicker-calendar td span {
            opacity: .3;
        }

        .ui-datepicker-calendar td span, .ui-datepicker-calendar td a {
            display: block;
            width: 30px;
            height: 30px;
            display: table-cell;
            vertical-align: middle;
            font-size: .9em;
        }

        .ui-datepicker-calendar td a {
            border: 1px solid rgba(255, 255, 255, 0.2);
            -webkit-border-radius: 50%;
            -moz-border-radius: 50%;
            border-radius: 50%;
        }

            .ui-datepicker-calendar td a.ui-state-active {
                background-color: #00b6be;
            }

            .ui-datepicker-calendar td a.ui-state-hover {
                border-color: #00b6be;
            }

.ui-datepicker-prev,
.ui-datepicker-next {
    position: absolute;
    top: 50%;
    font-size: 0;
    cursor: pointer;
}

    .ui-datepicker-prev:after,
    .ui-datepicker-next:after {
        color: #00b6be;
        font-size: 24px;
    }

.ui-datepicker-prev {
    left: -25px;
}

    .ui-datepicker-prev:after {
        font-family: 'FontAwesome';
        content: "";
    }

.ui-datepicker-next {
    right: -25px;
}

    .ui-datepicker-next:after {
        font-family: 'FontAwesome';
        content: "";
    }

.ui-datepicker-title {
    text-align: center;
    font-family: "ff-tisa-sans-web-pro",Arial,sans-serif;
    font-weight: bold;
    font-size: 1.125em;
    margin-bottom: 15px;
    margin-top: 15px;
}

@media (max-width: 767px) {
    .stickyoutter {
        display: none;
    }

    .multiplecalendar {
        position: fixed;
        width: 100%;
        height: 100%;
        overflow: auto;
        top: 0;
        padding-top: 50px;
        border-bottom-right-radius: 0px;
    }

        .multiplecalendar .datepicker {
            width: 100%;
        }

            .multiplecalendar .datepicker + .datepicker {
                width: 100%;
                border-left: 0;
                padding-left: 0;
                margin-left: 0;
                padding-top: 20px;
                margin-top: 20px;
                border-top: 1px solid rgba(255, 255, 255, 0.2);
            }
}

@media (min-width: 1024px) {
    .ui-datepicker {
        width: 300px;
    }

    .ui-datepicker-calendar td span, .ui-datepicker-calendar td a {
        width: 35px;
        height: 35px;
    }

    .ui-datepicker-prev {
        left: -35px;
    }

    .ui-datepicker-next {
        right: -35px;
    }
}

@media (min-width: 1260px) {
    .ui-datepicker {
        width: 350px;
    }

    .ui-datepicker-calendar td span, .ui-datepicker-calendar td a {
        width: 40px;
        height: 40px;
        font-size: 1em;
    }
}

/* Promo Code Styles */


.promotion-code {
    margin: 0 0 15px 0;
    clear: both;
}

.promotion-code.main-form-group .form-group {
    margin-top: 15px;
    clear: both;
}

.promotion-code.main-form-group hr {
    margin-top: 15px;
}

.promotion-code.main-form-group h3 {
    font-weight: bold;
}

.promotion-code.main-form-group input {
    width: 100%;
    max-width: 275px;
}
@media (min-width: 992px) {
    .promotion-code.main-form-group input {
        max-width: 355px;
    }
}

@media (min-width: 1260px) {
    .promotion-code.main-form-group input {
        max-width: 470px;
    }
}

.promotion-code__message {
    margin-bottom: 10px;
    padding: 20px;
    background: #fff;
    color: #007FAA;
    font-weight: 600;
}

.promotion-code__label {
    font-family: "ff-tisa-sans-web-pro",Arial,sans-serif;
    font-weight: 700;
    display: block;
    margin-bottom: 5px;
}

.promotion-code__wrapper {
    background-color: #fff;
    border-radius: 0 0 20px 0;
    padding: 20px;
}

.promotion-code__inputs {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .promotion-code__inputs input[type="text"] {
        height: 55px;
        width: calc(100% - 215px);
        line-height: 45px;
        padding: 0 10px;
        font-size: 16px;
        border: 1px solid #c2bdaf;
    }

    .promotion-code__inputs .button {
        cursor: pointer;
    }

@media (max-width: 992px) {
    .promotion-code__inputs {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

        .promotion-code__inputs input[type="text"] {
            width: 100%;
            margin-bottom: 15px;
        }

        .promotion-code__inputs .button {
            -ms-flex-item-align: end;
            align-self: flex-end;
        }
}

.coronavirus_msg p {
    padding-top: 10px;
}

.coronavirus_msg p ul {
    padding-left: 10px;
    padding-top: 10px;
}

.coronavirus_msg ul li {
    background: url(../css/images/icons/tick-circle.svg) no-repeat;
    background-size: 30px 26px;
    padding: 4px 0 5px 35px;
    list-style-type: none;
}

.block.static-content.faq .coronavirus_msg ul li {
    margin-left: -30px;
}

.coronavirus_msg a {
    color: #00b6be;
}

div.main-form-group:nth-child(1) {
    margin-top: 50px;
}
