﻿@font-face {
    font-family: "cclub-icon-font";
    src: url("/Ecommerce/fonts/cclub-icon-font.eot");
    src: url("/Ecommerce/fonts/cclub-icon-font.eot?#iefix") format("embedded-opentype"), url("/Ecommerce/fonts/cclub-icon-font.woff") format("woff"), url("/Ecommerce/fonts/cclub-icon-font.ttf") format("truetype"), url("/Ecommerce/fonts/cclub-icon-font.svg#cclub-icon-font") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: TeXGyreAdventorRegular;
    src: url("/Ecommerce/fonts/texgyreadventor-regular-webfont.eot");
    src: url("/Ecommerce/fonts/texgyreadventor-regular-webfont.eot?#iefix") format("embedded-opentype"), url("/Ecommerce/fonts/texgyreadventor-regular-webfont.woff") format("woff"), url("/Ecommerce/fonts/texgyreadventor-regular-webfont.ttf") format("truetype"), url("/Ecommerce/fonts/texgyreadventor-regular-webfont#TeXGyreAdventorRegular") format("svg");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: "all-cclub-icons";
    src: url("/Ecommerce/base/Content/font/all-cclub-icons.eot");
    src: url("/Ecommerce/base/Content/font/all-cclub-icons.eot?#iefix") format("embedded-opentype"), url("/Ecommerce/base/Content/font/all-cclub-icons.woff") format("woff"), url("/Ecommerce/base/Content/font/all-cclub-icons.ttf") format("truetype"), url("/Ecommerce/base/Content/font/all-cclub-icons.svg#all-cclub-icons") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'FontAwesome';
    src: url("/Ecommerce/fonts/fontawesome-webfont.eot?v=3.0.1");
    src: url("/Ecommerce/fonts/fontawesome-webfont.eot?#iefix&v=3.0.1") format("embedded-opentype"), url("/Ecommerce/fonts/fontawesome-webfont.woff?v=3.0.1") format("woff"), url("/Ecommerce/fonts/fontawesome-webfont.ttf?v=3.0.1") format("truetype");
    font-weight: normal;
    font-style: normal;
}

.gdpr-fontsize {
    font-size: 0.9rem;
}

.richtext .tick-list li:before {
    position: absolute;
    font: normal normal normal 16px/1 FontAwesome;
    top: 0;
    left: -5px;
    color: #007575;
    mask: unset;
    content: "\f00c";
    background-color: transparent;
}

@media only screen and (max-width: 11100px) {
    .paybox-cover-nonmember {
        background-color: green;
    }
}

@media only screen and (max-width: 11200px) {
    .paybox-cover-nonmember {
        background-color: yellow;
    }
}

@media only screen and (max-width: 11305px) {
    .paybox-cover-nonmember {
        background-color: brown;
    }
}

@media only screen and (min-width: 1300px) {
    .paybox-cover-nonmember {
        /*margin-top: 15px;*/
        /*margin-left: 0px;*/
    }
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-fw {
    width: 1.28571429em;
    text-align: center;
    padding: 10px;
}

.fa-2x {
    font-size: 1.2em;
}

.fa-check:before {
    content: "\f00c";
}

.fa-exclamation-triangle:before {
    content: "\f071";
}

fa-times:before {
    content: "\f00d";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-chevron-right:before {
    content: "\f054";
}

.fa-times-circle:before {
    content: "\f057";
}

.fa-check-circle:before {
    content: "\f058";
}

.fa-file-pdf-o:before {
    content: "\f1c1 ";
}

.printConfirmation::after {
    font-family: FontAwesome;
    content: "\f02f";
    margin-left: 10px;
}

div.grid__item div.richtext p.type--tie-fighter {
    font-size: 17px;
}

.row {
    /*margin-bottom: 0px;*/
}

.row-group {
    margin-bottom: 1px;
}

.row-div {
    margin-bottom: 30px;
}

.row-divWithDate {
    margin-bottom: 20px;
}


#CCLUBAPPS .CCLUBINSURANCE .process-content .current-page {
    display: block;
}

#CCLUBAPPS .CCLUBINSURANCE .current-step {
    /* display: block !important;*/
}

#CCLUBAPPS .CCLUBINSURANCE .process-section {
    display: none;
    margin-bottom: 10px;
}

    #CCLUBAPPS .CCLUBINSURANCE .process-section #feedbackBlock h3 {
        color: #fff;
    }

#CCLUBAPPS .CCLUBINSURANCE .process-content .validation-message {
    display: none;
}

#CCLUBAPPS .CCLUBINSURANCE .process-content .validation-error .validation-message {
    display: block;
}

#CCLUBAPPS .CCLUBINSURANCE .validation-message {
    color: #ff0000 !important;
    font-size: 0.825rem !important;
}

#CCLUBAPPS ul.progressTracker {
    list-style-type: none;
    margin: 0;
    padding-top: 20px;
}

#CCLUBAPPS .progressTracker li .stageName {
    font-size: 0.8em;
    color: #333;
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
    display: block /*!important*/;
    width: 75%;
}

#CCLUBAPPS .progressTracker li .stageName_exWidth {
    width: 66% !important;
}

#CCLUBAPPS .progressTrackers {
    padding: 5px;
    background: #f6f6f6 none repeat scroll 0 0;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    /*flex*/
}


#CCLUBAPPS .progressTracker .future .stageNumber {
    background: #fff !important;
    border: 2px solid #CDE2DB;
    color: #CDE2DB;
}

#CCLUBAPPS .progressTracker .future .stageName {
    color: #CDE2DB;
}

#CCLUBAPPS .CCLUBINSURANCE .progressTracker .past .stageNumber {
    background: rgba(33, 116, 115, 0.5);
}

#CCLUBAPPS .CCLUBINSURANCE .progressTracker .past .stageName {
    color: rgba(33, 116, 115, 0.8);
}

#CCLUBAPPS .progressTracker .current .stageNumber,
#CCLUBAPPS .CCLUBINSURANCE .progressTracker .current-step .stageNumber {
    background: #474747; /* DARK GREY */
    color: #ffffff;
}

#CCLUBAPPS .progressTracker .stageNumber {
    background: #217473; /* TEAL */
    color: #ffffff;
}

#CCLUBAPPS .progressTracker li .stageName {
    font-size: 0.65em;
    color: #444;
    font-weight: normal;
    margin: 0 auto;
    text-align: center;
    display: block /*!important*/;
    width: 75%;
}

#CCLUBAPPS .progressTracker li .stageName_exWidth {
    width: 66% !important;
}

#CCLUBAPPS .progressTracker li a {
    text-decoration: none;
}

/*#CCLUBAPPS .field-validation-error,
#CCLUBAPPS .field-validation-error span {
    color: #d21e27;
}
*/

#CCLUBAPPS .cover-valid span {
    color: white !important;
}

#CCLUBAPPS .cover-valid {
    color: white !important;
}

#CCLUBAPPS #mainContent {
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

#CCLUBAPPS #mainContentInner {
    background: #f6f6f6 none repeat scroll 0 0;
    overflow: visible;
    padding: 15px 10px;
}


#CCLUBAPPS .subContentInner-home {
    background: #f6f6f6 none repeat scroll 0 0;
    overflow: visible;
    padding-bottom: 1px;
}

.margin-left-15px {
    margin-left: 15px;
    text-align: justify;
}

.row-width {
    width: 96% !important;
}

.word-wrap-break {
    word-wrap: break-word;
}

#CCLUBAPPS .subContentInner {
    background: #f6f6f6 none repeat scroll 0 0;
    overflow: visible;
    padding-top: 1px;
    padding-bottom: 1px;
    border-radius: 10px;
}

#CCLUBAPPS .subContentInner-quote {
    background: #f6f6f6 none repeat scroll 0 0;
    overflow: visible;
    padding: 15px 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
}

#CCLUBAPPS .rowSpace {
    margin-top: 1em !important;
    /*margin-bottom: 1em !important;*/
    padding: 0px 0 0px 0px;
}


#CCLUBAPPS .labelAlignText {
    display: block;
    padding-top: 1em;
}

#CCLUBAPPS .textBoxWidth {
    width: 100%;
}

#CCLUBAPPS .bigButtonAligned {
    text-align: right;
    padding-right: 2em;
}

#CCLUBAPPS .textRightAligned {
    text-align: right;
    padding-right: 2em;
}

#CCLUBAPPS .table-scroll table td, .table-scroll table th {
    white-space: normal;
}

@media (min-width: 320px) and (max-width: 480px) {

    html {
        font-size: 16px;
    }

    .table-scroll table td, .table-scroll table th {
        padding: 5px;
    }

    .table-scroll .price-font-weight {
        font-size: 13px !important;
    }

    #CCLUBAPPS .bigButtonAligned {
        text-align: center;
    }

    #CCLUBAPPS .slick-slide {
        font-size: 0.9em;
        text-align: center;
        width: 115px !important;
        border-radius: 5px;
        height: 50px;
        vertical-align: middle;
        background-color: rgba(242, 242, 242, 1);
        margin-left: 5px;
        margin-bottom: 5px;
    }
}

#CCLUBAPPS .bigButton {
    width: 16em;
}


@media (min-width: 320px) and (max-width: 480px) {

    #CCLUBAPPS .bigButton {
        width: 100%;
    }
}


@media (min-width: 320px) and (max-width: 480px) {

    #CCLUBAPPS .wrapText {
        white-space: nowrap;
        padding-left: 2em;
    }
}

@media (min-width: 320px) and (max-width: 480px) {

    #CCLUBAPPS .SetFullWidth {
        width: 100%;
    }
}

#CCLUBAPPS .button-text-orange {
    border: 2px solid #b84725;
    color: #b84725;
    font-size: 1em;
}

#CCLUBAPPS .titleLink {
    all: initial;
    font-family: 'FS Elliot', sans-serif;
    font-weight: 400;
    font-style: normal;
}

#CCLUBAPPS .totalText {
    color: #217473;
}

@media (min-width: 320px) and (max-width: 480px) {

    #CCLUBAPPS .totalText {
        color: #217473;
        text-align: right;
        float: right;
    }
}

#CCLUBAPPS .headingFontSize {
    font-size: 1.15rem;
    padding-top: .7em;
}

@media (min-width: 320px) and (max-width: 480px) {

    #CCLUBAPPS .headingFontSize {
        font-size: 1.15rem;
        padding-right: 1.5em;
        margin-bottom: .7em;
        line-height: 1.7em;
    }
}

#CCLUBAPPS .subHeadingText {
    margin-top: 20px;
    font-size: 1.15rem;
    margin-bottom: 2em;
    color: #217473;
    line-height: 2.5rem;
    white-space: nowrap;
    vertical-align: top;
}

#CCLUBAPPS .subHeadingSpace {
    margin-bottom: 1em !important;
}

#CCLUBAPPS .subSectionPadding {
    padding: 10px 0px;
}

#CCLUBAPPS .tooltipHover:hover {
    background-color: white;
}

#CCLUBAPPS .amberBorder {
    border: 2px solid #d25d15;
    margin-bottom: 2.5px;
    margin-top: 3.5px;
}

.amber-background {
    background-color: #d25d15 !important;
}


#CCLUBAPPS .redBorder {
    border: 2px solid #a60014;
    margin-bottom: 2.5px;
    margin-top: 3.5px;
}

#CCLUBAPPS .redTextBox {
    border: 1.5px solid #a60014;
    outline-color: transparent;
}

#BaseContentDiv {
    background-color: #f6f6f6 !important;
}

#CCLUBAPPS .validationPosition {
    background-color: #a60014;
    position: absolute;
    color: white;
    width: 29%;
    padding-right: 0;
}

#CCLUBAPPS .home-validationPosition {
    background-color: #a60014;
    position: absolute;
    color: white;
    min-height: 68px;
    margin-top: -2px !important;
    max-width: 39em;
    z-index: 1;
    width: 37.2%;
    padding-top: 7px;
    padding-left: 7px;
}

#CCLUBAPPS .min-height-11 {
    min-height: 86px !important;
}

.padding-top-23px {
    padding-top: 23px !important;
}

.validation-container {
    display: flex;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.fixed {
    width: 100%;
}

.flex-item {
    flex-grow: 1;
    display: none;
}


@media (min-width: 320px) and (max-width: 768px) {
    .flex-item {
        flex-grow: 1;
        display: none !important;
    }
}


@media (min-width: 1024px) and (max-width: 1366px) {
    .flex-item {
        flex-grow: 1;
        display: none !important;
    }
}

h1.richtext-block__heading type--cruiser {
    margin-bottom: 10px;
}

#CCLUBAPPS .main h2 {
    font-size: 1.15rem;
    margin: 0 0 10px 0px;
}

#CCLUBAPPS .main h3 {
    margin-top: 20px;
    font-size: 1.15rem;
    margin: 0 0 0px 0px;
    color: #217473;
}

span.mandatoryField {
    color: #999999 !important;
    display: inline !important;
    font-size: 1.3em !important;
    font-weight: bold !important;
}

.link--orange {
    color: #B84725 !important;
}

.link--white {
    color: #ffffff !important;
}

.alertSmall p {
    color: red;
}

.alertSmall ul li {
    color: red;
}

.floatLeft {
    float: left;
}

.floatRight {
    float: right;
}

.clear {
    clear: both;
}

.button-control {
    margin-top: 20px;
}

#mainContentInsurance .button-control {
    text-align: right;
}

#CCLUBAPPS .buttonNavBackwards,
#CCLUBAPPS a.buttonNavBackwards,
#CCLUBAPPS #mainContentInner .buttonNavBackwards {
    font-size: 0.88em; /* 0.875rem;*/
    font-weight: 700;
    background: url("../../../base/Content/images/refreshed-apps-backward-nav.png") no-repeat 0 3px;
    border: 0px solid #49948c;
    color: #49948c;
    cursor: pointer;
    display: inline-block;
    margin: 7px 10px 16px 0;
    min-width: 0px;
    padding: 10px 16px 06px 30px;
    text-align: left;
    color: #49948c;
    line-height: 1;
    font-weight: 700;
    text-transform: uppercase;
}


    #CCLUBAPPS .buttonNavBackwards:hover,
    #CCLUBAPPS .buttonNavBackwards:focus,
    #CCLUBAPPS #mainContentInner .buttonNavBackwards:hover,
    #CCLUBAPPS #mainContentInner .buttonNavBackwards:focus,
    #CCLUBAPPS .Overlay #contentWrapper a.buttonNavBackwards:hover,
    #CCLUBAPPS .buttonNavBackwards:active,
    #CCLUBAPPS .Overlay #contentWrapper a.buttonNavBackwards:active,
    #CCLUBAPPS .buttonNavBackwards:focus,
    #CCLUBAPPS .Overlay #contentWrapper a.buttonNavBackwards:focus {
        background: url("../../../base/Content/images/refreshed-apps-backward-nav-over.png") no-repeat 0 3px;
        border: 0px solid #49948c;
        text-decoration: none;
        color: #333333;
    }


.frm__checkbox-input input[type="checkbox"] + input[type="hidden"] + label::before, .frm__checkbox-input input[type="checkbox"] + label::before {
    background: #fff none repeat scroll 0 0 !important;
    border: 2px solid #217473;
    border: 2px solid rgba(33, 116, 115, 1);
    box-shadow: inset 0 2px 0 0 #000000;
    box-shadow: inset 0 2px 0 0 rgba(0,0,0,.2);
}

.frm__checkbox-input input[type="checkbox"]:active + input[type="hidden"] + label, .frm__checkbox-input input[type="checkbox"]:active + label, .frm__checkbox-input input[type="checkbox"]:focus + input[type="hidden"] + label, .frm__checkbox-input input[type="checkbox"]:focus + label, .frm__radio-input input[type="radio"]:active + label, .frm__radio-input input[type="radio"]:focus + label {
    outline: none !important;
}

.info-icon {
    margin-bottom: 0 !important;
    margin-top: 10px;
}

.tool-tip-panel {
    display: none;
}

.tableRow .row {
    margin-bottom: 0;
}

.tableRow .col {
    padding: 20px;
    border-right: 1px solid #cfe2db;
}

    .tableRow .col:last-child {
        border-right: none;
    }

.securityDeviceLayerEVEN {
    background-color: #e9f5f1;
}


.yes-no-container label {
    /*float: right;*/
}

.currencyDelimiter {
    display: block;
    position: absolute;
    margin-left: 6px;
    margin-top: 11px;
}

.currencyText {
    padding-left: 20px;
}

p.noMargin {
    margin: 0 0 0.2em;
}

.cta-block .cta-block__link {
    text-decoration: underline;
    color: #fff !important;
}

.button-green i.fa.fa-chevron-right {
    padding-left: 10px;
}

.button-white-border {
    background-color: white;
    color: #217473;
    border: 2px solid #217473;
    height: 40px;
    line-height: 0.8em;
}

@media (min-width: 320px) {
    /* .span_10 */
    #mainContentInsurance .input-style {
        width: 90%;
    }
}

@media (min-width: 320px) {
    #mainContentInsurance .span_20 {
        width: 90%;
    }
}

.yourQuoteCoveredRow {
    padding: 3px;
}

    .yourQuoteCoveredRow:nth-child(even) {
        background-color: #e9f5f1;
    }

    .yourQuoteCoveredRow i.fa {
        font-size: 1.5em;
    }

    .yourQuoteCoveredRow .col.span_8 {
        width: 32% !important;
        float: left;
        padding: 5px;
        text-align: center;
    }

    .yourQuoteCoveredRow .col.span_4 {
        width: 15% !important;
        float: left;
        padding: 5px;
        text-align: center;
    }



    .yourQuoteCoveredRow .col.span_8:nth-of-type(1) {
        text-align: left;
    }

.yourQuotePrices .yourQuoteCoveredRow:nth-child(even) {
    background-color: inherit;
}

ccInsuranceQuote .tool-tip-link {
    text-decoration: none !important;
}

.ccInsuranceQuote .tool-tip-link:after {
    font-family: FontAwesome;
    content: "\f0a9";
    color: #217473;
    text-decoration: none;
}

.ccInsuranceQuote .tool-tip-link.expanded:after {
    font-family: FontAwesome;
    content: "\f0aa";
    color: #217473;
    text-decoration: none;
}


.ccInsuranceQuote .tool-tip-link span img {
    display: none;
}


.yourQuotePrices {
    margin-bottom: 20px;
}

    .yourQuotePrices .quote {
        border: 2px solid #e6e6e6;
        border-radius: 3px;
        cursor: pointer;
    }

        .yourQuotePrices .quote:hover {
            box-shadow: 2px 3px 14px 0px #474747;
            background-color: #e9f5f1;
        }

    .yourQuotePrices .selectedquote,
    .yourQuotePrices .selectedquote:hover {
        border: 2px solid #217473;
        box-shadow: 2px 3px 14px 0px #474747;
        border-radius: 3px;
        background-color: #217473;
        color: #fff;
    }

    .yourQuotePrices .buynowBtnRow {
        float: inherit;
        text-align: center;
    }





.stickyRow {
    margin-left: -10px;
    opacity: 1;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

    .stickyRow.stick {
        background-color: #F6F6F6;
        position: fixed;
        top: 0px;
        border-bottom: 1px solid #d4d4d4;
        box-shadow: 2px 3px 14px 0px #474747;
        margin-left: -10px;
        top: 0;
        opacity: 1;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        -ms-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
        z-index: 99999;
    }

.button-white {
    padding: 13px 5px !important;
}


#CCLUBAPPS .main .secondary .ta--accordion .type--leviathan {
    font-size: 1.25rem;
    line-height: 1.5rem;
}

#CCLUBAPPS .main .secondary h2.faq-accordion__heading {
    margin: 0 0 20px;
}

#CCLUBAPPS .main .secondary .ta--accordion .ta__item-heading {
    font-size: .875rem;
    line-height: 1.125rem;
    margin: inherit;
}


.md-effect-12 .md-content {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.md-show.md-effect-12 ~ .md-overlay {
    background: #e74c3c;
}

.md-effect-12 .md-content h3,
.md-effect-12 .md-content {
    background: transparent;
}

.md-show.md-effect-12 .md-content {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.trailing-line {
    display: block;
    margin-bottom: 1em;
    text-align: justify;
}

.caravan-Cover-header {
    font-weight: 700 !important;
    font-style: normal;
    font-size: 32px;
}

.caravan-Cover-member-hello {
    font-weight: 700;
    color: rgb(33, 116, 115);
    text-align: left;
}

.frm__checkbox-input-cover input[type=checkbox] + input[type=hidden] + label:before, .frm__checkbox-input-cover input[type=checkbox] + label:before {
    width: 30px !important;
    height: 30px !important;
    box-shadow: none !important;
}

.frm__checkbox-input-cover input[type=checkbox] + input[type=hidden] + label, .frm__checkbox-input-cover input[type=checkbox] + label {
    align-self: center;
    padding: 10px 0 5px 40px;
    cursor: pointer !important;
}


.paybox-cover {
    min-height: 18em;
    min-width: 350px;
}

.paybox-cover-member {
    background-color: rgb(33, 116, 115);
    border: none;
    border-radius: 5px;
    color: #ffffff;
}

.paybox-cover-nonmember {
    background-color: #ffffff;
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    border-color: #217473;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #217473;
}

@media (min-width: 320px) and (max-width: 480px) {
    .paybox-cover-member .button-member-select {
        margin-top: -20px
    }
}

@media only screen and (max-width : 1120px) {
    .paybox-cover-member {
        width: 100%;
    }

    .paybox-cover-nonmember {
        width: 100%;
        margin-top: 20px;
        margin-left: 0px;
    }

    .paybox-modal-area {
        width: 100%;
        margin-bottom: 20px;
    }

        .paybox-modal-area:nth-child(2) {
            margin-left: 0;
        }
}


@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) and (orientation: portrait) {
    .paybox-cover-member {
        margin-left: 2% !important;
    }
}

@media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) and (orientation: portrait) {
    .paybox-cover-member {
        margin-left: 0% !important;
    }
}

.cover-input-group {
    min-height: 11em;
    min-width: 21em;
}

.cover-select-center {
    padding-top: 15px;
    justify-content: space-around;
    display: inline-grid;
    float: none;
}

.button-nonmember-select {
    border-width: 3px;
    border-style: solid;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    border-color: #217473;
    color: #ffffff;
    text-align: center;
    background-color: #217473;
}


    .button-nonmember-select:hover {
        background-color: #ffffff !important;
        color: #217473 !important;
    }

.button-member-select {
    border-width: 3px;
    border-style: solid;
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    cursor: pointer;
    font-weight: 700;
    text-transform: uppercase;
    border-color: #ffffff;
    text-align: center;
    background-color: #ffffff;
    color: #217473 !important;
}

    .button-member-select:hover {
        background-color: #217473 !important;
        color: #ffffff !important;
    }

.paybox-cover-member h2 {
    color: #ffffff !important;
}

.paybox-cover-nonmember h2 {
    color: #217473 !important;
}

.margintop20{
    margin-top: 20px;
}

.registeredUserLoginSection h2 {
    color: #333333 !important;
    font-size: 1rem !important;
}

.registeredUserLogin-paybox {
    background-color: #ffffff;
    border: none;
    border-radius: 5px;
    color: #333333;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}


    .registeredUserLogin-paybox h2 {
        min-height: 90px;
        font-size: 23px;
    }

    .registeredUserLogin-paybox p {
        word-wrap: break-word;
        text-transform: none;
        max-width: 282px;
        text-align: left;
    }

    .registeredUserLogin-paybox .cover-input-group {
        min-height: 9em;
        min-width: 11em;
    }

@media only screen and (min-device-width : 320px) and (max-device-width : 425px) {
    .registeredUserLogin-paybox {
        margin-bottom: 20px;
    }

        .registeredUserLogin-paybox p {
            padding: 0 25px;
        }
}


.button-border-teal {
    border-color: #217473;
}

.para-registered-user {
    text-align: center !important;
    max-width: 244px !important;
}

/*Slick - Start*/
.slick-slide {
    font-size: 0.9em;
    font-weight: normal;
    color: #333333;
    text-align: center;
    width: 115px !important;
    border-radius: 5px;
    height: 50px;
    vertical-align: middle;
    background-color: rgba(242, 242, 242, 1);
    margin-left: 5px;
    border: 2px solid #49948c;
    display: flex !important;
    justify-content: center;
    align-items: center;
}

.slick-padding-top {
    padding-top: 0 !important;
}

.slick-current-tag {
    font-weight: bold;
    vertical-align: middle !important;
}

.slick-future {
    color: #CDE2DB;
    vertical-align: middle !important;
}

.slick-past {
    border: none;
    font-weight: bold;
    color: rgba(33, 116, 115, 0.8);
    vertical-align: middle !important;
    padding-top: 3px;
}

    .slick-past a:hover {
        text-decoration: none;
    }

.mission-next-arrow {
    position: absolute;
    background: url(https://d1icd6shlvmxi6.cloudfront.net/gsc/DQZIUG/85/f6/ee/85f6ee63ec374c2d8990059fd6dda2c9/images/eligability/u368_a.svg?token=915c0a401e595a63ae70d1bdf1cc81b3603b380ca60cfb30f233e69f3e790468) no-repeat center;
    background-size: contain;
    top: 50%;
    transform: translateY(-50%);
    right: -36px;
    height: 17px;
    width: 10px;
    border: none;
}

    .mission-next-arrow:hover {
        cursor: pointer;
    }

.mission-prev-arrow {
    background: url(https://d1icd6shlvmxi6.cloudfront.net/gsc/DQZIUG/85/f6/ee/85f6ee63ec374c2d8990059fd6dda2c9/images/quote/u2183_a.svg?token=d83df979e9b6af2f3adf4598ac361ed9f849b6f178ca0ed0ba2a41802207663a) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -36px;
    height: 17px;
    width: 10px;
    border: none;
}

    .mission-prev-arrow:hover {
        cursor: pointer;
    }
/*Slick - End*/

.edit-caravan-details {
    display: inline-block;
    color: #b84725 !important;
    cursor: pointer;
}

    .edit-caravan-details:hover {
        text-decoration: underline;
    }

.recalculate .calculate-quote {
    width: 200px !important;
    line-height: 0.8em;
}

    .recalculate .calculate-quote:hover {
        background-color: #217473;
        color: #fff;
    }

    .recalculate .calculate-quote:focus {
        box-shadow: 0 0 0 3px hsla(220, 100%, 50%, 80%);
        transition: box-shadow 0.3s ease;
    }

.saveQuote:focus {
    box-shadow: 0 0 0 3px hsla(220, 100%, 50%, 80%);
    transition: box-shadow 0.3s ease;
}

.buy:focus {
    box-shadow: 0 0 0 3px hsla(220, 100%, 50%, 80%);
    transition: box-shadow 0.3s ease;
}

.key-insurance-button:focus {
    box-shadow: 0 0 0 3px hsla(220, 100%, 50%, 80%);
    transition: box-shadow 0.3s ease;
}

.button-white-border:hover {
    background-color: #217473;
    color: #fff;
}

.recalculate {
    display: block;
    float: right;
}

.cover-tootip {
    display: none !important;
    /*margin-top: 8px;*/
}

.cover-tootip-container {
    flex-wrap: nowrap;
    margin-top: -12px;
    float: right !important;
}

/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) and (min-device-width : 320px) and (max-device-width : 768px) and (orientation: portrait) {
    .cover-tootip {
        display: block !important;
    }
}
/* stylus-based screens */
@media (hover: none) and (pointer: fine) and (min-device-width : 320px) and (max-device-width : 768px) and (orientation: portrait) {
    .cover-tootip {
        display: block !important;
    }
}


/* smartphones, touchscreens */
@media (hover: none) and (pointer: coarse) and (min-device-width : 320px) and (max-device-width: 768px) and (orientation: landscape) {
    .cover-tootip {
        display: block !important;
    }
}
/* stylus-based screens */
@media (hover: none) and (pointer: fine) and (min-device-width : 320px) and (max-device-width: 768px) and (orientation: landscape) {
    .cover-tootip {
        display: block !important;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 768px) {
    [data-balloon]:after,
    [data-balloon]:before {
        display: none;
    }
}

@media only screen and (device-width : 1024px) and (device-height : 1366px) {
    .cover-tootip {
        display: block !important;
    }
}

@media only screen and (device-width : 1024px) and (device-height : 1366px) {
    [data-balloon]:after,
    [data-balloon]:before {
        display: none;
    }
}

@media only screen and (min-device-width : 320px) and (max-device-width : 1024px) {
    .frm__checkbox-input-cover input[type=checkbox] + input[type=hidden] + label, .frm__checkbox-input-cover input[type=checkbox] + label {
        width: 85%;
    }
}

.site [data-balloon]:after {
    font-size: 0.9rem;
}

.mobile-data-balloon {
    padding: 10px;
    background-color: #111111 !important;
    color: #fff !important;
}

.mobile-data-validation {
    display: none;
}

@media (min-width: 320px) and (max-width: 768px) {
    .mobile-data-validation {
        padding: 10px;
        background-color: #a60014;
        display: block;
        color: white;
    }

    .amber-background {
        background-color: #d25d15 !important;
    }
}

@media (min-width: 1024px) and (max-width: 1366px) {
    .mobile-data-validation {
        padding: 10px;
        background-color: #a60014;
        display: block;
        color: white;
    }

    .amber-background {
        background-color: #d25d15 !important;
    }
}

.data-balloon-row-border {
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    border-color: #111111 !important;
    border-radius: 5px;
}

.data-balloon-row {
    margin-left: 0;
}

#mainContentInsurance .radio-toolbar input[type="radio"] {
    display: none;
}

#mainContentInsurance .radio-toolbar {
    margin-bottom: 10px;
    margin-top: 10px;
}

    #mainContentInsurance .radio-toolbar input[type="radio"] + span {
        border-width: 2px;
        border-style: solid;
        border-radius: 5px;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        color: #FFFFFF;
        cursor: pointer;
        padding: 12px 30px;
        line-height: 12px;
        font-weight: 700;
        text-transform: uppercase;
        border-color: #217473;
        color: #217473;
        background-color: #ffffff;
    }

#mainContentInsurance .select_yes input[type="radio"] + span:after {
    content: "Yes";
}

#mainContentInsurance .select_No input[type="radio"] + span:after {
    content: "No";
}

#mainContentInsurance .radio-toolbar input[type="radio"]:checked + span {
    border-radius: 5px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    background-color: #217473;
    padding: 12px 30px;
}

@media only screen and (min-device-width : 320px) and (max-device-width : 425px) {
    #mainContentInsurance .select-center {
        align-items: center;
        justify-content: space-around;
        display: inline-grid;
        float: none;
    }

    #mainContentInsurance .radio-toolbar input[type="radio"] + span {
        margin-right: 10px;
    }
}

#policySelection .hide-cell {
    background-color: #f6f6f6;
}

#policySelection .policyHeading {
    color: white !important;
    font-weight: 700;
}

#policySelection .test {
    text-align: left;
    padding-left: 65px;
}


#policySelection .policy-header-color {
    background-color: #006070 !important;
    cursor: pointer;
    border: 2px solid white;
}

#policySelection .black-header {
    color: white !important;
    font-size: 16px;
    background-color: #4b938e !important;
}


#policySelection .anchor-hash {
    color: white !important;
    font-weight: 400;
    text-decoration: underline;
}

.padding-right-4px {
    padding-right: 4px;
}

#policySelection .anchor-hash-no-price {
    color: #217473 !important;
    font-weight: 400;
    text-decoration: underline;
}

.div-center {
    text-align: center;
}

.price-font-weight {
    font-weight: 900 !important;
    font-size: 20px !important;
}

.font-weight-400 {
    font-weight: 400;
}

.radio-toolbar {
    color: #217473;
}


.white-circle-help {
    border-style: solid;
    width: 20px;
    height: 20px;
    padding: 0px;
    text-align: center;
    font-weight: bold;
    -ms-border-radius: 20px;
    border-radius: 20px;
    border-width: 2px;
    border-color: #ffffff;
    color: #ffffff;
    font-size: 18px;
    display: inline-block;
}

@media (min-width: 320px) and (max-width: 480px) {
    .row .circle-help {
        line-height: 21px;
    }
}

.circle-help {
    border-style: solid;
    width: 25px;
    height: 25px;
    padding: 0px;
    text-align: center;
    font-weight: bold;
    border-radius: 20px;
    border-width: 2px;
    background-color: #217473;
    color: #ffffff;
    font-size: 19px;
    display: inline-block;
    cursor: pointer;
    line-height: 1.2rem;
}

.circle-help-header {
    display: inline-block !important;
    margin-left: 7px;
}

#policySelection tr {
    height: 110px;
}

    #policySelection tr td {
        border: 2px solid #f6f6f6;
    }

table#policySelection {
    width: 100%;
}

table#policyComparision {
    width: 100%;
}

#policyComparision thead th {
    text-align: center;
    vertical-align: middle;
    background-color: #217473;
    border-bottom: none;
    color: #fff;
    padding: 15px;
}

#policyComparision td, .responsive-table th {
    height: 50px;
    margin: 0;
    padding: 15px;
    vertical-align: top;
}


#policySelection td, #policySelection th {
    height: 50px;
    margin: 0;
    vertical-align: middle;
    width: 30%;
}

.policy-selection-option input[type="radio"] {
    display: none;
}

    .policy-selection-option input[type="radio"] + span {
        cursor: pointer;
        line-height: 12px;
        font-weight: 700;
    }

        .policy-selection-option input[type="radio"] + span:after {
            content: "Select";
            text-decoration: underline;
            font-weight: normal;
            display: block;
        }

.policy-selection-option {
    width: 100%;
}

.non-member-policy-selection-option {
    color: #217473 !important;
    background-color: #FFFFFF !important;
}

.policy-selection-option:hover {
    color: #FFFFFF;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    background-color: #217473;
}

#policySelection .active {
    color: #FFFFFF !important;
    text-align: center !important;
    cursor: pointer !important;
    font-weight: bold !important;
    background-color: #217473 !important;
}

.policy-selection-option input[type="radio"]:checked + span:after {
    content: "Selected ✓";
    text-decoration: none;
    font-weight: bold;
    display: block;
}


table#policySelection tr:first-child th:nth-child(2) {
    border-top-left-radius: 10px;
}

table#policySelection tr:nth-child(1) td:first-child {
    border-top-left-radius: 10px;
}

table tr:first-child th:last-child {
    /*border-top-right-radius: 10px;*/
}

table tr:last-child td:first-child {
    border-bottom-left-radius: 10px;
}

table tr:last-child td:last-child {
    border-bottom-right-radius: 10px;
}

/*table tr:nth-child(odd) td {
    background-color: white;
}

table tr:nth-child(even) td {
    background-color: white;
}*/

.policy-col-div {
    align-items: center;
    text-align: center;
    padding-left: 5px;
}

.policy-row-div {
    margin-bottom: 2px;
}

.policyComparision-first-col-color tbody tr td:first-child {
    background-color: rgb(215, 215, 215);
    text-align: left;
}

.policyComparision-first-col-color {
    width: 100%;
}

/*    .policyComparision-first-col-color tr:first-child th:first-child {
        border-top-left-radius: 10px;
    }*/

/*    .policyComparision-first-col-color tbody tr td:nth-child(2), td:nth-child(2), td:nth-child(3) {
        color: #217473;
        font-weight: bold;
        text-align: center;
    }*/

.padding-bottom-20px {
    padding-bottom: 20px;
}

.policy-no-super-cover {
    cursor: pointer;
}

/*table td {
    border-right: 1px solid black;
}

    table td:first-child {
        border-left: 1px solid black;
    }

    table td:last-child {
        border-right: 1px solid black;
    }*/

/*#policyComparision tbody tr:last-child td:first-child {
    border-bottom: 1px solid black !important;
}*/

/*#policyComparision tbody tr:last-child td:last-child {
    border-bottom: 1px solid black !important;
}*/

table {
    border-collapse: inherit;
    border-spacing: 0;
}

.button-green-min-width {
    min-width: 111.8px !important;
}

.security-details .row {
    margin-bottom: 2px !important;
}

.mandatory-label-col {
    padding-top: 12px;
}

.white-list li:before {
    color: white !important;
}

#CCLUBAPPS .text-underline-pointer {
    text-decoration: underline;
    cursor: pointer;
}

.padding-top-20px {
    padding-top: 20px;
}

.text-align-justify {
    text-align: justify;
}


.validation-error-message-container {
    position: absolute !important;
    background-color: #a60014;
    color: white !important;
    width: 500px;
    height: 50px;
    padding: 10px;
}


#detailsControllerObject .field-validation-valid {
    display: none;
}

#detailsControllerObject .validation-summary-valid {
    display: none;
}

#detailsControllerObject .field-validation-error {
    position: absolute !important;
    background-color: #a60014;
    color: white !important;
    width: 500px;
    height: 50px;
    padding: 7px;
    margin-left: 17px;
    display: block !important;
}

    #detailsControllerObject .field-validation-error span {
        color: white !important;
    }

#paraFailureToComply {
    margin-bottom: 4px;
}

#PolicyProtectionDevicesQuestion {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
}


#PolicyProtectionError {
    margin-top: -12px !important;
    margin-bottom: -12px !important;
}


    #PolicyProtectionError .field-validation-error {
        position: inherit !important;
        background-color: #a60014;
        color: white !important;
        width: inherit;
        height: 40px;
        padding: 10px;
        margin-left: 0 !important;
        display: block !important;
    }

#detailsControllerObject .validation-error-container {
    display: flex !important;
}

.input-validation-error {
    border: 2px solid #a60014;
}


#CCLUBAPPS .validationPanel {
    background-color: #a60014;
    line-height: 3em;
    padding-left: 1em;
}

#CCLUBAPPS .mobileLink {
    padding-left: inherit;
    margin-left: 0;
    margin-top: 2px;
}

@media (min-width: 320px) and (max-width: 425px) {

    #CCLUBAPPS .mobileLink {
        padding-left: 8px;
        margin-left: 5px;
        margin-top: 0px;
    }
}

@media (min-width: 425px) and (max-width: 768px) {

    #CCLUBAPPS .mobileLink {
        padding-left: 7px;
        margin-left: 0;
        margin-top: 5px;
    }
}


#refineQuote .field-validation-error {
    position: absolute !important;
    background-color: #a60014;
    color: white !important;
    width: 500px;
    height: 50px;
    padding: 10px;
    margin-left: 13px;
}

.input-validation-error {
    border: 2px solid #a60014;
}

#refineQuote .field-validation-error span {
    color: white !important;
}

.validation-error-container {
    display: flex !important;
}

.quoteSummaryFields .row-group {
    margin-bottom: 20px;
}

#policySelectionError {
    position: inherit !important;
    background-color: #a60014;
    color: white !important;
    width: inherit;
    height: 40px;
    padding: 10px;
    margin-left: 0 !important;
    display: none;
}



@media all and (min-width: 320px) and (max-width:767px ) {
    #detailsControllerObject .field-validation-error {
        position: inherit !important;
        background-color: #a60014;
        width: auto !important;
        height: auto !important;
        color: white !important;
        padding: 10px;
        margin-left: 0px !important;
    }

    #detailsControllerObject .mobile-validation-error-container {
        display: flex !important;
        flex-direction: column;
    }

        #detailsControllerObject .mobile-validation-error-container > .mobile-validation-label {
            order: 2;
        }

        #detailsControllerObject .mobile-validation-error-container > .mobile-validation-field {
            order: 3;
        }

        #detailsControllerObject .mobile-validation-error-container > .mobile-validation-message {
            order: 1;
        }
}

@media all and (width: 1024px) and (height:1366px ) {
    #detailsControllerObject .field-validation-error {
        width: 340px !important;
        min-height: 40px !important;
        height: auto !important;
    }

    #PolicyProtectionError .field-validation-error {
        width: auto !important;
        height: auto !important;
    }
}

@media all and (min-width: 768px) and (max-width: 1024px ) {
    #detailsControllerObject .field-validation-error {
        width: 250px !important;
        min-height: 40px !important;
        height: auto !important;
    }


    #PolicyProtectionError .field-validation-error {
        width: auto !important;
        height: auto !important;
    }
}


.frm__checkbox-input-cover input[type=checkbox] + input[type=hidden] + label:before {
    width: 30px !important;
    height: 30px !important;
    box-shadow: none !important;
}

.frm__checkbox-input-cover input[type=checkbox] + input[type=hidden] + label:before {
    top: 5px;
    font-size: 23px !important;
    text-indent: 1px !important;
}

.frm__checkbox-input-cover input[type=checkbox]:checked + input[type=hidden] + label:before {
    font-family: "FontAwesome";
}

.frm__checkbox-input-cover input[type=checkbox]:checked + input[type=hidden] + label:before {
    content: "\f00c";
}

.cover-comparsion-tick {
    font-size: 27px;
}

.payemnt-failure-quote {
    line-height: 1.8rem;
}

.payemnt-failure-box {
    min-height: 180px;
}


@media only screen and (max-width : 914px) {
    .payemnt-failure-box {
        width: 97%;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }

    .payemnt-failure-box {
        width: 97%;
        margin-top: 20px;
        margin-left: 5px !important;
        margin-right: 5px !important;
    }
}

.join-purchase-warning {
    padding-top: 10px !important;
    background-color: #930f3e !important;
    margin: 20px 0;
    border-radius: 10px;
}

.marginsLeft-5 {
    margin-left: 5px;
}

#NoClaimDiscount {
    margin-bottom: 20px;
}

.no-float {
    float: none !important;
}

.sub-header {
    font-weight: 700 !important;
}

.sub-content {
    font-weight: 400 !important;
    padding-bottom: 10px;
}


/*Multiselect*/

.multiselect {
    width: 100%;
}

.selectBox {
    position: relative;
}

    .selectBox select {
        width: 100%;
    }

.overSelect {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

#checkboxes {
    display: none;
    border: 1px #dadada solid;
}

    #checkboxes label {
        display: block;
    }

        #checkboxes label:hover {
            background-color: #1e90ff;
        }

.security-check-box {
    width: 20px;
    height: 20px;
    vertical-align: sub;
    margin: 5px;
}

/*From CaravanClubApps*/
.tool-tip-panel {
    background-color: #fff;
    padding: 10px;
    border: 1px solid #e6e6e6;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

@media screen and (max-width: 768px) {
    #CCLUBAPPS #mainContent .desktopOnly {
        display: none;
    }
}

#CCLUBAPPS #mainContent .mobileOnly {
    display: none;
}

@media screen and (max-width: 768px) {
    #CCLUBAPPS #mainContent .mobileOnly {
        display: block;
    }
}

.CCLUBAPPS #quoteDetailsTable img.tickCrossIcon {
    display: none;
}

.basket-inner .responsive-table1 td,
.basket-inner .responsive-table1 th,
.overseas-insurance-quote .responsive-tables td,
.overseas-insurance-quote .responsive-tables th,
.CCLUBAPPS .quoteDetailsTable.responsive-tables td,
.CCLUBAPPS .quoteDetailsTable.responsive-tables th {
    height: 50px;
    margin: 0;
    padding: 15px;
    vertical-align: top;
}

@media only screen and (max-width: 768px) {
    .CCLUBAPPS .quoteDetailsTable.responsive-tables td,
    .CCLUBAPPS .quoteDetailsTable.responsive-tables th {
        height: 50px;
        margin: 0;
        padding: 5px;
        vertical-align: middle;
    }
}

.CCLUBAPPS #quoteDetailsTable img.tickCrossIcon {
    display: none;
}

.basket-inner .responsive-table1 td,
.basket-inner .responsive-table1 th,
.overseas-insurance-quote .responsive-tables td,
.overseas-insurance-quote .responsive-tables th,
.CCLUBAPPS .quoteDetailsTable.responsive-tables td,
.CCLUBAPPS .quoteDetailsTable.responsive-tables th {
    height: 50px;
    margin: 0;
    padding: 15px;
    vertical-align: top;
}



@media only screen and (max-width: 768px) {
    .CCLUBAPPS .quoteDetailsTable.responsive-tables td,
    .CCLUBAPPS .quoteDetailsTable.responsive-tables th {
        height: 50px;
        margin: 0;
        padding: 5px;
        vertical-align: middle;
    }
}

.responsive-tables thead th {
    text-align: left;
    vertical-align: middle;
    background-color: #217473;
    border: none;
    border-bottom: none;
    color: #fff;
}

.responsive-tables th {
    height: 50px;
    margin: 0;
    padding: 15px;
    vertical-align: top;
}

.responsive-tables tbody tr:nth-child(odd) {
    background-color: #fff;
}

.responsive-tables tbody tr:nth-child(even) {
    background-color: #e9f5f1;
}


.responsive-tables.eventsTbl {
    width: 100%;
}

    .responsive-tables.eventsTbl th,
    .responsive-tables.eventsTbl td {
        height: 50px;
        margin: 0;
        padding: 15px;
        vertical-align: top;
    }

    .responsive-tables.eventsTbl tbody td,
    .responsive-tables.eventsTbl tbody th {
        border: 1px solid #cfe2db;
    }

        .responsive-tables.eventsTbl tbody td:nth-child(1) {
            width: 75%;
        }

table.responsive-tables.addOnsWidth.OutAccoms,
table.responsive-tables.addOnsWidth.InAccoms,
table.responsive-tables.addOnsWidth.InSupps,
table.responsive-tables.addOnsWidth.OutSupps,
table.responsive-tables.addOnsWidth.OutPets,
table.responsive-tables.addOnsWidth.InPets {
    width: 100%;
}

    table.responsive-tables.addOnsWidth.OutAccoms td,
    table.responsive-tables.addOnsWidth.InAccoms td,
    table.responsive-tables.addOnsWidth.OutPets td,
    table.responsive-tables.addOnsWidth.InPets td,
    table.responsive-tables.addOnsWidth.OutSupps td,
    table.responsive-tables.addOnsWidth.InSupps td,
    table.responsive-tables.addOnsWidth.OutPets td,
    table.responsive-tables.addOnsWidth.InPets td {
        padding: 5px 10px;
    }

.responsive-tables thead th {
    text-align: left;
    vertical-align: middle;
    background-color: #217473;
    border: none;
    border-bottom: none;
    color: #fff;
}

.responsive-tables th {
    height: 50px;
    margin: 0;
    padding: 15px;
    vertical-align: top;
}

.responsive-tables tbody tr:nth-child(odd) {
    background-color: #fff;
}

.responsive-tables tbody tr:nth-child(even) {
    background-color: #e9f5f1;
}


.responsive-tables.eventsTbl {
    width: 100%;
}

    .responsive-tables.eventsTbl th,
    .responsive-tables.eventsTbl td {
        height: 50px;
        margin: 0;
        padding: 15px;
        vertical-align: top;
    }

    .responsive-tables.eventsTbl tbody td,
    .responsive-tables.eventsTbl tbody th {
        border: 1px solid #cfe2db;
    }

        .responsive-tables.eventsTbl tbody td:nth-child(1) {
            width: 75%;
        }

.OutAccoms td .InAccoms td,
.OutPets td,
.InPets td {
    padding-left: 10px;
}

table.responsive-tables.addOnsWidth.OutAccoms,
table.responsive-tables.addOnsWidth.InAccoms,
table.responsive-tables.addOnsWidth.InSupps,
table.responsive-tables.addOnsWidth.OutSupps,
table.responsive-tables.addOnsWidth.OutPets,
table.responsive-tables.addOnsWidth.InPets {
    width: 100%;
}

    table.responsive-tables.addOnsWidth.OutAccoms td,
    table.responsive-tables.addOnsWidth.InAccoms td,
    table.responsive-tables.addOnsWidth.OutPets td,
    table.responsive-tables.addOnsWidth.InPets td,
    table.responsive-tables.addOnsWidth.OutSupps td,
    table.responsive-tables.addOnsWidth.InSupps td,
    table.responsive-tables.addOnsWidth.OutPets td,
    table.responsive-tables.addOnsWidth.InPets td {
        padding: 5px 10px;
    }


.confSmall {
    background: transparent url(../images/gifs/confirm-small-top.gif) no-repeat scroll left top;
    border-bottom: 1px solid #FFFFFF;
    margin: 10px 0 14px;
    padding-top: 10px;
    position: relative;
    display: inline-block;
}

.confSmall table {
    margin: 10px 0 14px 50px;
    width: auto;
}

.confSmall * {
    padding: 8px 20px 0 50px;
}

.confSmall * * {
    padding: 0;
}

.confSmall li {
    background: transparent url(../images/gifs/confBullet.gif) no-repeat scroll left top !important;
}

.confSmall .confSmallEnd {
    background: transparent url(../images/gifs/confirm-small-bottom.gif) no-repeat scroll left bottom;
    height: 1%;
    margin: 0;
    padding: 0 20px 8px 50px;
}

/*From CaravanClubApps*/

.indented {
    display: inline-block;
}

.vertical-center {
    display: flex;
    /*justify-content: center;*/
    align-items: center;
}

.marginBottom0 {
    margin-bottom: 0 !important;
}

.marginTop0 {
    margin-top: 0 !important;
}

.marginTop15 {
    margin-top: 15px !important;
}

.marginTop15-ul > ul {
    margin-top: 15px !important;
}

.marginRight10 {
    margin-right: 10px;
}

/*.field-validation-error {
    background-image: url('../../../Ecommerce/base/Content/images/error_icon.png');
    background-repeat: no-repeat;
    color: Transparent;
    background-size: 22px 22px;
    min-height: 22px;
    min-width: 22px;
    display: inline-block;
    margin-right: 10px;
    position: relative;
}*/

.field-validation-error {
    align-self: center;
}

.field-validation-error::before {
    color: #a8204a;
    content: "\f057";
    font-family: "FontAwesome";
    font-size: 25px;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    margin-right: 10px;
}

.top3 > span {
    top: 3px;
}

.flex {
    display: flex;
}

span.checkbox::before {
    font-family: icons;
    color: #217473;
    content: "\f15e";
    float: right;
    margin-right: 0px;
    font-size: 40px;
    margin-top: -10px;
}

.validation-summary-errors > ul {
    margin-left: 0;
}

.party-table-cell {
    vertical-align: middle !important;
}