﻿
@font-face {
    font-family: "myfont";
    src: url("fonts/montserrat-v25-latin-regular.woff") format('woff');
}

@font-face {
    font-family: "myfont";
    src: url("fonts/montserrat-v25-latin-700.woff") format('woff');
    font-weight: bold;
}

@font-face {
    font-family: "myfont";
    src: url("fonts/montserrat-v25-latin-regular.woff") format('woff');
    font-weight: bold;
    font-style: italic;
}

@font-face {
    font-family: "myfont";
    src: url("fonts/montserrat-v25-latin-regular.woff") format('woff');
    font-style: italic;
}

.Logo-Image {
    background: url("../img/Its4Women-logo-sm.png") no-repeat;
    width: 340px;
    height: 130px;
    display: block;
    text-indent: -9999px;
}

@media (max-width: 992px) {
  .Logo-Image {
    background: url("../img/Its4Women-logo-sm.png") no-repeat;
    width: 340px;
    height: 95px;
    display: block;
    text-indent: -9999px;
  }
}

.Absolute-Center {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.overlay {
    position: fixed;
    display: none;
    z-index: 999;
    /* color with alpha channel */
    background-color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.7); /* 0.7 = 70% opacity */
    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

.btn-info {
    color: #fff;
    background-color: #203564;
    border-color: #203564;
    font-weight: bold;
    border-radius: 45px;
}

.btn-success {
    background-color: #00aeba !important;
    border: 2px solid #00aeba !important;
    color: #fff;
}

.btn-success {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 50px;
    transition: 0.5s;
    margin: 0 20px 20px 0;
    color: #fff;
}


/*a.button-sm {Se
    padding: 7px 30px 7px 25px;
    display: inline-block;
    border-radius: 45px;
    position: relative;
    text-align: center;
    min-width: 140px;
    box-shadow: 0 0 4px rgba(0,0,0,.40);
}*/
a.button-xs {
    background: #203564;
}
    a.button-xs:focus {
        border-color: #00aeba;
    }
    a.button-xs:hover {
        background: #00aeba;
    }

a.button-sm {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-block;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    margin: 0 20px 20px 0;
    color: #fff;
}

a.button-sm {
    background: #203564;
    /*border: 2px solid#00aeba;*/
    color: #fff;
}

    a.button-sm:focus {
        border-color: #00aeba;
        color: #fff;
    }

.dark-green:hover, .button-sm:hover {
    background: none;
    border-color: #00aeba;
    color: #00aeba !important;
}

#intro .intro-info .btn-retrieve {
    background: #fff;
    /* border: 2px solid #203564; */
    border: 2px solid #00aeba;
    color: #00aeba;
}

    #intro .intro-info .btn-retrieve:hover {
        background: #203564;
        border-color: #203564;
        color: #fff;
    }

    .feature-1:hover span {
        background: #203564 none repeat scroll 0 0;
    }

        .feature-1:hover span i {
            color: #ffffff;
        }

.brandColourText {
    color: #00aeba;
}

/* ***************** */
.panel-brand > .panel-heading {
    padding: 10px 15px;
    border-top-right-radius: 15px;
    border-top-left-radius: 15px;
    background-color: #203564;
}

    .panel-brand > .panel-heading > .panel-title, .panel-brand > .panel-heading > a > .panel-title {
        color: #fff;
    }

.panel-brand {
    border-color: #dddddd;
    border-radius: 15px;
}

.panel-group .panel {
    border-radius: 4px;
    /*border: solid 1px #324586;*/
}

.panel-white > .panel-heading {
    padding: 15px 15px 20px 15px;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    background-color: #fff;
    border-bottom: 3px solid #203564;
    border-left: 0px;
}

.panel-white {
    border-left-color: #ece9e9;
    border-right-color: #ece9e9;
}

.panel-quote-section > .panel-heading {
    background-color: #203564;
}
.panel-quote-section > .panel-heading > .panel-title {
    color: #fff;
}

.panel-quote-section-title {
    color: #fff;
}

.panel-subheading {
    color: #A8FBFF;
    margin-bottom: 0;
}

.panel-edit {
    color: white;
}

.panel-body {
    padding: 15px;
    background-color: #fff !important;
    border-top: 0 !important;
}

.Brand-bgColour {
    background-color: #203564;
    color: #ffffff;
}

.Brand-Text {
    color: #203564;
}

.FontSizingTicketError {
    line-height: normal;
    font-size: 30px;
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

@media (min-width: 768px) {
    .modal-xl {
        width: 75%;
        max-width: 1200px;
    }
}

.feature-Selected {
    margin-bottom: -10px;
}

    .feature-Selected span {
        background: #203564 none repeat scroll 0 0;
        border-radius: 50%;
        display: inline-block;
        height: 120px;
        margin-bottom: 30px;
        text-align: center;
        transition: all 0.2s ease-in-out 0s;
        width: 120px;
    }

        .feature-Selected span i {
            color: #ffffff;
            font-size: 60px;
            line-height: 120px;
            transition: all 0.2s ease-in-out 0s;
        }

    .feature-Selected h4 {
        color: #151515;
        font-size: 16px;
        letter-spacing: 3px;
        margin: 0 0 18px;
    }

    .feature-Selected p {
        color: #333;
        margin-bottom: 0;
    }

    .feature-Selected:hover span {
        background: #ffffff none repeat scroll 0 0;
        color: #203564;
    }

        .feature-Selected:hover span i {
            color: #203564;
        }

.bg-shd-brand {
    background-color: #00aeba;
    box-shadow: 10px 10px 0 -3px #ccc;
    color: #ffffff;
    padding: 10px;
}

.bg-shd-white {
    background-color: #ffffff;
    box-shadow: 10px 10px 0 -3px #ccc;
    color: #9e3054;
    padding: 10px;
}

.bg-shd-Quote-Brand {
    min-height: 65px;
    padding: 10px;
    margin-bottom: 20px;
    background-color: #fff;
    color: #000;
    border: solid 1px #9e3054;
}

.layout {
    padding: 0 15px;
}

.header .layout {
    position: relative;
    padding: 0 15px;
    text-align: right;
}

.content.gray-content .layout {
    padding: 35px 15px;
}

.content .layout {
    padding: 20px 15px;
}

ul.toggleSwitch2 {
    display: block;
    list-style: outside none none;
    margin: 0;
    overflow: auto;
    padding: 0;
    transition: all 0.8s ease-out 0s;
    vertical-align: middle;
}

    ul.toggleSwitch2 li {
        float: left;
        position: relative;
    }

        ul.toggleSwitch2 li input[type="radio"] {
            bottom: 0;
            left: 0;
            opacity: 0.011;
            position: absolute;
            right: 0;
            top: 0;
        }

            ul.toggleSwitch2 li input[type="radio"] + label {
                -moz-user-select: none;
                background-image: none;
                cursor: pointer;
                display: block;
                font-size: 14px;
                font-weight: 400;
                margin-bottom: 0;
                padding: 6px 12px;
                vertical-align: middle;
                background-color: #f9f9f9;
                border: 1px solid #999;
                box-sizing: border-box;
                display: inline-block;
                height: 36px;
                position: relative;
                text-align: center;
                width: 100%;
            }

                ul.toggleSwitch2 li input[type="radio"] + label:hover {
                    color: #00aeba;
                    border-color: #203564;
                }

    ul.toggleSwitch2.small li input[type="radio"] + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 5px 10px;
    }

    ul.toggleSwitch2.x-small li input[type="radio"] + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 1px 5px;
    }

    ul.toggleSwitch2 li:first-child input[type="radio"]:checked + label {
        background-color: #00aeba;
        border-color: #00aeba;
        color: #000;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitch2 li:last-child input[type="radio"]:checked + label {
        background-color: #00aeba;
        border-color: #00aeba;
        color: #000;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
        border-radius: 0 4px 4px 0;
    }

    ul.toggleSwitch2 li:first-child input[type="radio"]:checked + label:hover {
        background-color: #00aeba;
        border-color: #00aeba;
        color: #000;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

    ul.toggleSwitch2 li:last-child input[type="radio"]:checked + label:hover {
        background-color: #00aeba;
        border-color: #00aeba;
        color: #000;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {

    ul.toggleSwitch2 {
        list-style: outside none none;
        margin: 0;
        overflow: auto;
        padding: 0;
        transition: all 0.8s ease-out 0s;
        vertical-align: middle;
    }

        ul.toggleSwitch2 li {
            float: left;
            position: relative;
        }

            ul.toggleSwitch2 li input[type="radio"] {
                bottom: 0;
                left: 0;
                opacity: 0.011;
                position: absolute;
                right: 0;
                top: 0;
            }

                ul.toggleSwitch2 li input[type="radio"] + label {
                    -moz-user-select: none;
                    background-image: none;
                    cursor: pointer;
                    display: block;
                    font-size: 12px;
                    margin-bottom: 0;
                    padding: 6px 12px;
                    vertical-align: middle;
                    background-color: #f9f9f9;
                    border: 1px solid #999;
                    box-sizing: border-box;
                    display: inline-block;
                    height: 36px;
                    position: relative;
                    text-align: center;
                    width: 100%;
                    font-weight: 400;
                }

                    ul.toggleSwitch2 li input[type="radio"] + label:hover {
                        color: #203564;
                        border-color: #203564;
                    }

        ul.toggleSwitch2.small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 5px 10px;
        }

        ul.toggleSwitch2.x-small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 1px 5px;
        }

        ul.toggleSwitch2 li:first-child input[type="radio"]:checked + label {
            background-color: #00aeba;
            border-color: #00aeba;
            color: #000;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-in-out 0s;
        }

        ul.toggleSwitch2 li:last-child input[type="radio"]:checked + label {
            background-color: #00aeba;
            border-color: #00aeba;
            color: #000;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-in-out 0s;
            border-radius: 0 4px 4px 0;
        }

        ul.toggleSwitch2 li:first-child input[type="radio"]:checked + label:hover {
            background-color: #00aeba;
            border-color: #00aeba;
            color: #000;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }

        ul.toggleSwitch2 li:last-child input[type="radio"]:checked + label:hover {
            background-color: #00aeba;
            border-color: #00aeba;
            color: #000;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }

    .proposalYYSelect {
        margin-top: 10px;
    }

        .proposalYYSelect:after {
            margin-top: 10px;
        }
}

ul.btn-list {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
}

    ul.btn-list li {
        position: relative;
        display: inline-block;
    }

        ul.btn-list li input[type="radio"], ul.btn-list li input[type="checkbox"] {
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            opacity: 0.011;
        }

            ul.btn-list li input[type="radio"] + label, ul.btn-list li input[type="checkbox"] + label {
                display: block;
                padding: 6px 12px;
                margin-bottom: 0;
                font-size: 18px;
                font-weight: 400;
                line-height: 1.42857143;
                text-align: center;
                white-space: nowrap;
                vertical-align: middle;
                -ms-touch-action: manipulation;
                touch-action: manipulation;
                cursor: pointer;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
                background-image: none;
                border: 1px solid transparent;
                border-color: #ccc;
                background-color: #ffffff;
            }

                ul.btn-list li input[type="radio"] + label:hover, ul.btn-list li input[type="checkbox"] + label:hover {
                    color: #203564;
                    background-color: #fff;
                    border-color: #203564;
                }

    ul.btn-list.small li input[type="radio"] + label, ul.btn-list.small li input[type="checkbox"] + label {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    ul.btn-list.x-small li input[type="radio"] + label, ul.btn-list.x-small li input[type="checkbox"] + label {
        padding: 1px 5px;
        font-size: 12px;
        line-height: 1.5;
    }

    ul.btn-list li input[type="radio"]:checked + label, ul.btn-list li input[type="checkbox"]:checked + label {
        display: block;
        cursor: pointer;
        background-color: #203564;
        border-color: #203564;
        color: #fff;
    }

    ul.btn-list.vertical li {
        display: block;
        margin-bottom: 5px;
    }

        ul.btn-list.vertical li input[type="radio"] + label, ul.btn-list.vertical li input[type="checkbox"] + label {
            border-radius: 0px;
        }

@media only screen and (min-width: 500px) {

    ul.btn-list li input[type="radio"] + label, ul.btn-list li input[type="checkbox"] + label {
        border-radius: 0px;
        margin-bottom: 0px;
    }

    ul.btn-list li:first-child input[type="radio"] + label, ul.btn-list li:first-child input[type="checkbox"] + label {
        border-radius: 0px 0px 0px 0px;
    }

    ul.btn-list li:last-child input[type="radio"] + label, ul.btn-list li:last-child input[type="checkbox"] + label {
        border-radius: 0px 0px 0px 0px;
    }

    ul.btn-list li {
        display: inline-block;
    }

    ul.btn-list.vertical li {
        display: block;
    }

        ul.btn-list.vertical li input[type="radio"] + label, ul.btn-list.vertical li input[type="checkbox"] + label {
            border-radius: 4px;
        }
}


.radio-wrapper {
    height: 36px;
}

.input-wrapper {
    position: relative;
}

.filterText-wrapper {
    float: right;
    height: 100%;
    left: 0;
    position: absolute;
    right: 36px !important;
    top: 0;
}

.btn-link {
    color: #00aeba;
}

.btn-link:hover, .btn-link:focus {
    color: #203564;
    text-decoration: underline;
    background-color: transparent;
}


select + span:after {
    content: '\f078';
    font: normal normal normal 17px/1 FontAwesome;
    color: #00aeba;
    background-color: #f9f9f9;
    right: 10px;
    top: 0px;
    background-size: 16px auto;
    box-sizing: border-box;
    height: 40px;
    width: 34px;
    padding: 10px 0px 0px 9px;
    border: 1px solid #999;
    border-left: 0px;
    position: absolute;
    pointer-events: none;
    background-position: center center;
    background-repeat: no-repeat;
    z-index: 3;
    position: absolute;
    margin-right: 5px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

select:hover + span:after {
    background-color: #f9f9f9;
    color: #203564;
    border-color: black;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

select:focus + span:after {
    background-color: #f9f9f9;
    color: #203564;
    border-color: black;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.no-pointerevents select + span {
    display: none;
}

.ie11 select + span {
    display: none !important;
}

.Absolute-Center {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

.overlay {
    position: fixed;
    display: none;
    z-index: 999;
    /* color with alpha channel */
    background-color: #FFFFFF;
    background-color: rgba(0, 0, 0, 0.1); /* 0.7 = 70% opacity */
    /* stretch to screen edges */
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

ul.toggleSwitch {
    list-style: outside none none;
    margin: 0;
    overflow: auto;
    padding: 0;
    transition: all 0.8s ease-out 0s;
    vertical-align: middle;
}

    ul.toggleSwitch li {
        float: left;
        position: relative;
    }

        ul.toggleSwitch li input[type="radio"] {
            bottom: 0;
            left: 0;
            opacity: 0.011;
            position: absolute;
            right: 0;
            top: 0;
        }

            ul.toggleSwitch li input[type="radio"] + label {
                -moz-user-select: none;
                background-image: none;
                cursor: pointer;
                display: block;
                font-size: 14px;
                font-weight: 400;
                margin-bottom: 0;
                padding: 6px 12px;
                vertical-align: middle;
                background-color: #f9f9f9;
                border: 1px solid #999;
                box-sizing: border-box;
                display: inline-block;
                height: 36px;
                position: relative;
                text-align: center;
                width: 100%;
            }

                ul.toggleSwitch li input[type="radio"] + label:hover {
                    color: black;
                    border-color: black;
                }

    ul.toggleSwitch.small li input[type="radio"] + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 5px 10px;
    }

    ul.toggleSwitch.x-small li input[type="radio"] + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 1px 5px;
    }

    ul.toggleSwitch li:first-child input[type="radio"] + label {
        border-radius: 4px;
        width: 140px;
    }

    ul.toggleSwitch li:last-child input[type="radio"] + label {
        border-radius: 4px;
        width: 140px;
    }

    ul.toggleSwitch li:first-child input[type="radio"]:checked + label {
        /*background-color: #5cb85c;*/
        background-color: #007F4E;
        border-color: #4cae4c;
        color: #fff;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitch li:last-child input[type="radio"]:checked + label {
        background-color: #d9534f;
        border-color: #d43f3a;
        color: #fff;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitch li:first-child input[type="radio"]:checked + label:hover {
        background-color: #449d44;
        border-color: #398439;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

    ul.toggleSwitch li:last-child input[type="radio"]:checked + label:hover {
        background-color: #c9302c;
        border-color: #ac2925;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {

    ul.toggleSwitch {
        list-style: outside none none;
        margin: 0;
        overflow: auto;
        padding: 0;
        transition: all 0.8s ease-out 0s;
        vertical-align: middle;
    }

        ul.toggleSwitch li {
            float: left;
            position: relative;
        }

            ul.toggleSwitch li input[type="radio"] {
                bottom: 0;
                left: 0;
                opacity: 0.011;
                position: absolute;
                right: 0;
                top: 0;
            }

                ul.toggleSwitch li input[type="radio"] + label {
                    -moz-user-select: none;
                    background-image: none;
                    cursor: pointer;
                    display: block;
                    font-size: 12px;
                    margin-bottom: 0;
                    padding: 6px 12px;
                    vertical-align: middle;
                    background-color: #f9f9f9;
                    border: 1px solid #999;
                    box-sizing: border-box;
                    display: inline-block;
                    height: 36px;
                    position: relative;
                    text-align: center;
                    width: 100%;
                    font-weight: 400;
                }

                    ul.toggleSwitch li input[type="radio"] + label:hover {
                        color: black;
                        border-color: black;
                    }

        ul.toggleSwitch.small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 5px 10px;
        }

        ul.toggleSwitch.x-small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 1px 5px;
        }

        ul.toggleSwitch li:first-child input[type="radio"] + label {
            border-radius: 0px 0 0 0px;
            width: 90px;
        }

        ul.toggleSwitch li:last-child input[type="radio"] + label {
            border-radius: 0 0px 0px 0;
            width: 90px;
        }

        ul.toggleSwitch li:first-child input[type="radio"]:checked + label {
            background-color: #5cb85c;
            border-color: #4cae4c;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-out 0s;
        }

        ul.toggleSwitch li:last-child input[type="radio"]:checked + label {
            background-color: #d9534f;
            border-color: #d43f3a;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-out 0s;
        }

        ul.toggleSwitch li:first-child input[type="radio"]:checked + label:hover {
            background-color: #449d44;
            border-color: #398439;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }

        ul.toggleSwitch li:last-child input[type="radio"]:checked + label:hover {
            background-color: #c9302c;
            border-color: #ac2925;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }

    .proposalYYSelect {
        margin-top: 10px;
    }

        .proposalYYSelect:after {
            margin-top: 10px;
        }
}

/*Payment Toggle*/
ul.toggleSwitchP {
    list-style: outside none none;
    margin: 0;
    overflow: auto;
    padding: 0;
    transition: all 0.8s ease-out 0s;
    vertical-align: middle;
}

    ul.toggleSwitchP li {
        float: left;
        position: relative;
    }

        ul.toggleSwitchP li input[type="radio"] {
            bottom: 0;
            left: 0;
            opacity: 0.011;
            position: absolute;
            right: 0;
            top: 0;
        }

            ul.toggleSwitchP li input[type="radio"] + label {
                -moz-user-select: none;
                background-image: none;
                cursor: pointer;
                display: block;
                font-size: 14px;
                font-weight: 400;
                margin-bottom: 0;
                padding: 6px 12px;
                vertical-align: middle;
                background-color: #f9f9f9;
                border: 1px solid #999;
                box-sizing: border-box;
                display: inline-block;
                height: 36px;
                position: relative;
                text-align: center;
                width: 100%;
            }

                ul.toggleSwitchP li input[type="radio"] + label:hover {
                    color: black;
                    border-color: black;
                }

    ul.toggleSwitchP.small li input[type="radio"] + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 5px 10px;
    }

    ul.toggleSwitchP.x-small li input[type="radio"] + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 1px 5px;
    }

    ul.toggleSwitchP li:first-child input[type="radio"] + label {
        border-radius: 4px;
        width: 90px;
    }

    ul.toggleSwitchP li:last-child input[type="radio"] + label {
        border-radius: 4px;
        width: 90px;
    }

    ul.toggleSwitchP li:first-child input[type="radio"]:checked + label {
        background-color: #5cb85c;
        border-color: #4cae4c;
        color: #fff;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitchP li:last-child input[type="radio"]:checked + label {
        background-color: #d9534f;
        border-color: #d43f3a;
        color: #fff;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitchP li:first-child input[type="radio"]:checked + label:hover {
        background-color: #449d44;
        border-color: #398439;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

    ul.toggleSwitchP li:last-child input[type="radio"]:checked + label:hover {
        background-color: #c9302c;
        border-color: #ac2925;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {

    ul.toggleSwitchP {
        list-style: outside none none;
        margin: 0;
        overflow: auto;
        padding: 0;
        transition: all 0.8s ease-out 0s;
        vertical-align: middle;
    }

        ul.toggleSwitchP li {
            float: left;
            position: relative;
        }

            ul.toggleSwitchP li input[type="radio"] {
                bottom: 0;
                left: 0;
                opacity: 0.011;
                position: absolute;
                right: 0;
                top: 0;
            }

                ul.toggleSwitchP li input[type="radio"] + label {
                    -moz-user-select: none;
                    background-image: none;
                    cursor: pointer;
                    display: block;
                    font-size: 12px;
                    margin-bottom: 0;
                    padding: 6px 12px;
                    vertical-align: middle;
                    background-color: #f9f9f9;
                    border: 1px solid #999;
                    box-sizing: border-box;
                    display: inline-block;
                    height: 36px;
                    position: relative;
                    text-align: center;
                    width: 100%;
                    font-weight: 400;
                }

                    ul.toggleSwitchP li input[type="radio"] + label:hover {
                        color: black;
                        border-color: black;
                    }

        ul.toggleSwitchP.small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 5px 10px;
        }

        ul.toggleSwitchP.x-small li input[type="radio"] + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 1px 5px;
        }

        ul.toggleSwitchP li:first-child input[type="radio"] + label {
            border-radius: 0px 0 0 0px;
            width: 80px;
        }

        ul.toggleSwitchP li:last-child input[type="radio"] + label {
            border-radius: 0 0px 0px 0;
            width: 80px;
        }

        ul.toggleSwitchP li:first-child input[type="radio"]:checked + label {
            background-color: #5cb85c;
            border-color: #4cae4c;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-out 0s;
        }

        ul.toggleSwitchP li:last-child input[type="radio"]:checked + label {
            background-color: #d9534f;
            border-color: #d43f3a;
            color: #fff;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-out 0s;
        }

        ul.toggleSwitchP li:first-child input[type="radio"]:checked + label:hover {
            background-color: #449d44;
            border-color: #398439;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }

        ul.toggleSwitchP li:last-child input[type="radio"]:checked + label:hover {
            background-color: #c9302c;
            border-color: #ac2925;
            color: #fff;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }
}

/* RadioButtonList with more than 2 options */
ul.toggleSwitchMore {
    list-style: outside none none;
    overflow: auto;
    padding: 0;
    transition: all 0.8s ease-out 0s;
    vertical-align: middle;
}

    ul.toggleSwitchMore li {
        float: left;
        position: relative;
    }

        ul.toggleSwitchMore li input {
            bottom: 0;
            left: 0;
            opacity: 0.011;
            position: absolute;
            right: 0;
            top: 0;
        }

            ul.toggleSwitchMore li input + label {
                -moz-user-select: none;
                background-image: none;
                cursor: pointer;
                display: block;
                font-size: 14px;
                font-weight: 400;
                padding: 6px 12px;
                vertical-align: middle;
                background-color: #f9f9f9;
                border: 1px solid #999;
                border-radius: 4px;
                margin-bottom: 8px;
                box-sizing: border-box;
                display: inline-block;
                height: 36px;
                position: relative;
                text-align: center;
                width: 100%;
            }

                ul.toggleSwitchMore li input + label:hover {
                    color: #00aeba;
                    border-color: #203564;
                }

            ul.toggleSwitchMore li:nth-child(odd) input + label {
                border-radius: 4px;
            }

            ul.toggleSwitchMore li:nth-child(even) input + label {
                border-radius: 4px;
            }

            ul.toggleSwitchMore li:last-child {
                margin-right: 0;
            }

    ul.toggleSwitchMore.small li input + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 5px 10px;
    }

    ul.toggleSwitchMore.x-small li input + label {
        font-size: 12px;
        line-height: 1.5;
        padding: 1px 5px;
    }

    ul.toggleSwitchMore li:nth-child(odd) input:checked + label {
        background-color: #00aeba;
        border-color: #00aeba;
        color: #000;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitchMore li:nth-child(even) input:checked + label {
        background-color: #00aeba;
        border-color: #00aeba;
        color: #000;
        cursor: pointer;
        display: block;
        transition: all 0.8s ease-in-out 0s;
    }

    ul.toggleSwitchMore li:nth-child(odd) input:checked + label:hover {
        background-color: #203564;
        border-color: #203564;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

    ul.toggleSwitchMore li:nth-child(even) input:checked + label:hover {
        background-color: #203564;
        border-color: #203564;
        color: #fff;
        opacity: 0.8;
        text-decoration: none;
        transition: all 0.2s ease-in-out 0s;
    }

@media only screen and (min-width: 0px) and (max-width: 767px) {

    ul.toggleSwitchMore {
        list-style: outside none none;
        margin: 0;
        overflow: auto;
        padding: 0;
        transition: all 0.8s ease-out 0s;
        vertical-align: middle;
    }

        ul.toggleSwitchMore li {
            float: left;
            position: relative;
        }

            ul.toggleSwitchMore li input {
                bottom: 0;
                left: 0;
                opacity: 0.011;
                position: absolute;
                right: 0;
                top: 0;
            }

                ul.toggleSwitchMore li input + label {
                    -moz-user-select: none;
                    background-image: none;
                    cursor: pointer;
                    display: block;
                    font-size: 12px;
                    margin-bottom: 8px;
                    padding: 6px 12px;
                    vertical-align: middle;
                    background-color: #f9f9f9;
                    border: 1px solid #999;
                    box-sizing: border-box;
                    display: inline-block;
                    height: 36px;
                    position: relative;
                    text-align: center;
                    width: 100%;
                    font-weight: 400;
                }

                    ul.toggleSwitchMore li input + label:hover {
                        color: #203564;
                        border-color: #203564;
                    }

        ul.toggleSwitchMore.small li input + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 5px 10px;
        }

        ul.toggleSwitchMore.x-small li input + label {
            font-size: 12px;
            line-height: 1.5;
            padding: 1px 5px;
        }

        ul.toggleSwitchMore li:nth-child(odd) input:checked + label {
            background-color: #00aeba;
            border-color: #00aeba;
            color: #000;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-in-out 0s;
        }

        ul.toggleSwitchMore li:nth-child(even) input:checked + label {
            background-color: #00aeba;
            border-color: #00aeba;
            color: #000;
            cursor: pointer;
            display: block;
            transition: all 0.8s ease-in-out 0s;
        }

        ul.toggleSwitchMore li:nth-child(odd) input:checked + label:hover {
            background-color: #00aeba;
            border-color: #00aeba;
            color: #000;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }

        ul.toggleSwitchMore li:nth-child(even) input:checked + label:hover {
            background-color: #00aeba;
            border-color: #00aeba;
            color: #000;
            opacity: 0.8;
            text-decoration: none;
            transition: all 0.2s ease-in 0s;
        }
    }
    /* Headings */

    h1 {
        font-size: 3.2em;
        line-height: 44px;
        color: #777;
        font-weight: 400;
        letter-spacing: normal;
        margin: 0 0 30px 0;
    }

    h2 {
        font-size: 2.6em;
        color: #777;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 27px;
        margin: 0 0 30px 0;
    }

    h3 {
        color: #777;
        font-size: 1.8em;
        font-weight: 400;
        letter-spacing: normal;
    }

    h4 {
        color: #777;
        font-size: 1.4em;
        font-weight: 400;
        letter-spacing: normal;
    }

    h5 {
        color: #777;
        font-size: 1.2em;
        font-weight: 400;
        letter-spacing: normal; /*line-height: 27px;
	margin: 10px 0 20px 0;*/
    }

    h6 {
        color: #333;
        font-size: 1em;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 18px;
        margin: 0 0 14px 0;
    }

    h2.head-line {
        line-height: 54px;
        margin-bottom: 15px;
        font-size: 2.6em;
        font-weight: 300;
        line-height: 42px;
        margin: 0 0 32px 0;
        text-align: center;
    }

    h1.big {
        font-size: 4.2em;
        line-height: 54px;
    }

    h1.short, h2.short {
        margin-bottom: 15px;
    }

    h3.short, h4.short, h5.short, h6.short {
        margin-bottom: 9px;
    }

    h1.shorter, h2.shorter, h3.shorter, h4.shorter, h5.shorter, h6.shorter {
        margin-bottom: 0;
    }

    h1.tall, h2.tall, h3.tall, h4.tall, h5.tall, h6.tall {
        margin-bottom: 33px;
    }

    h1.taller, h2.taller, h3.taller, h4.taller, h5.taller, h6.taller {
        margin-bottom: 44px;
    }
    /* Paragraphs */
    p {
        color: #777;
        line-height: 24px;
        margin: 0 0 20px;
    }

        p.tall {
            margin-bottom: 20px;
        }

        p.featured {
            margin-bottom: 40px;
            /*font-size: 16px;*/
            font-weight: 200;
            line-height: 1.5;
            text-align: left;
            font-size: 1em;
        }

        p.policy-option-text {
            text-align: left;
            font-size: 11px;
        }

    #policy-option-row {
        margin-top: -20px;
    }

    #policy-option-row-voucher {
        margin-top: -30px;
    }

    a {
        color: #00aeba; /*#d13f7c*/
    }

        a:hover {
            /*color: #ec8ab9;
        color: black;
        font-weight: bold;*/
        }

    .HoverWhite {
        color: white !important;
    }

    a:active {
        /*color: #e45e9f;*/
        color: black;
    }

    html {
        overflow-x: hidden;
        overflow-y: auto;
        height: 100%;
    }

    #fl {
        float: left;
    }

    #fr {
        float: right;
    }

    .fr {
        float: right;
    }

    ul {
        list-style: none;
    }

    .centered {
        margin-left: auto;
        margin-right: auto;
        display: block;
    }

    .blankSeparatorSmall {
        height: 20px;
        margin-bottom: 30px;
        display: block;
    }

    .blankSeparatorMed {
        height: 150px;
        margin-bottom: 30px;
        display: block;
    }

    .blankSeparatorTall {
        height: 250px;
        margin-bottom: 30px;
        display: block;
    }
    /* Show Grid */
    div.show-grid [class*="col-md-"] span.show-grid-block {
        background-color: none;
        line-height: 40px;
        min-height: 40px;
        text-align: center;
        /*border: 1px solid #000;*/
        display: block;
    }
    /* Font Awesome */
    div.fontawesome-icon-list [class*="col-md-"] {
        margin-bottom: 9px;
    }

    div.fontawesome-icon-list i {
        font-size: 1.3em;
        margin-right: 5px;
        display: inline-block;
        width: 30px;
        text-align: center;
        position: relative;
        top: 2px;
    }

    /* ***************** */

    body {
        background-color: #FFF;
        color: #424242;
        /*font-family: "Open Sans", Arial, sans-serif;*/
        font-family: 'Inter', 'Open Sans', Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif !important;
        font-size: 14px;
        line-height: 22px;
        margin: 0;
        background-color: #f8f8f8;
        border-radius: 0;
        margin: 0px auto;
        height: 100%;
        background-size: cover;
        background-position: 0px 100px;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        height: 100%;
        /*filter: alpha(opacity=95);
            -moz-opacity: .95;
            opacity: .95;*/
    }

        body header {
            padding: 15px 0;
        }


@media (max-width: 992px) {
  body header {
    padding: 0 0 15px 0;
  }
}

    /* Scroll to Top */
    a.scroll-to-top {
        -moz-border-radius: 7px 7px 0 0;
        -moz-transition: all 0.3s;
        -o-transition: all 0.3s;
        -webkit-border-radius: 7px 7px 0 0;
        -webkit-transition: all 0.3s;
        background: #404040;
        border-radius: 7px 7px 0 0;
        bottom: 0px;
        color: #FFF;
        display: block;
        height: 9px;
        opacity: 0;
        padding: 13px 0 35px;
        position: fixed;
        right: 10px;
        text-align: center;
        text-decoration: none;
        transition: all 0.3s;
        width: 49px;
        z-index: 1040;
    }

        a.scroll-to-top:hover {
            filter: alpha(opacity=100);
            opacity: 1;
        }

        a.scroll-to-top.visible {
            filter: alpha(opacity=75);
            opacity: 0.75;
        }
    /* Header Container */
    header {
        clear: both;
        /*border-bottom: 1px solid #a6a5a5;*/
        /*border-bottom: 1px solid #cfcdcd;*/
        /*background: #f6f6f6;
    background: -moz-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f6f6f6), color-stop(100%, #ffffff));
    background: -webkit-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
    background: -o-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
    background: -ms-linear-gradient(top, #f6f6f6 0%, #ffffff 100%);
    background: linear-gradient(to bottom, #f6f6f6 0%, #ffffff 100%);*/
        min-height: 100px;
        padding: 8px 0;
    }

        header > div.container {
            height: 100px;
            margin-bottom: -35px;
            position: relative;
            display: table;
            max-width: 1170px;
        }
        /* Logo */
        header h1.logo {
            margin: 0;
            padding: 5px 0;
            display: table-cell;
            vertical-align: middle;
            height: 100%;
            color: transparent;
            -moz-transition: all 0.2s ease-in 0.2s;
            -o-transition: all 0.2s ease-in 0.2s;
            -webkit-transition: all 0.2s ease-in 0.2s;
            transition: all 0.2s ease-in 0.2s;
        }

            header h1.logo a {
                position: relative;
                z-index: 1;
            }

            header h1.logo img {
                position: relative;
                color: transparent;
            }

    .btn-custom-darken.active {
        color: rgba(255, 255, 255, 0.75);
    }

    .btn-custom-darken {
        color: #ffffff;
        text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
        background-color: #338846;
        background-image: -moz-linear-gradient(top, #39974e, #2b723b);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#39974e), to(#2b723b));
        background-image: -webkit-linear-gradient(top, #39974e, #2b723b);
        background-image: -o-linear-gradient(top, #39974e, #2b723b);
        background-image: linear-gradient(to bottom, #39974e, #2b723b);
        background-repeat: repeat-x;
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff39974e', endColorstr='#ff2b723b', GradientType=0);
        border-color: #2b723b #2b723b #163a1e;
        border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
        *background-color: #2b723b;
        /* Darken IE7 buttons by default so they stand out more given they won't have borders */
        filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
    }

        .btn-custom-darken:hover, .btn-custom-darken:focus, .btn-custom-darken:active, .btn-custom-darken.active, .btn-custom-darken.disabled, .btn-custom-darken[disabled] {
            color: #ffffff;
            background-color: #2b723b;
            *background-color: #245f31;
        }

        .btn-custom-darken:active, .btn-custom-darken.active {
            background-color: #1d4d28;
        }
    /* Quote Pages*/
    .process-row {
        display: table-row;
    }

    .process {
        display: table;
        width: 100%;
        position: relative;
        margin-top: 26px;
    }

    .process-step button[disabled] {
        opacity: 1 !important;
        filter: alpha(opacity=100) !important;
    }

    .process-row:before {
        top: 30px;
        bottom: 0;
        position: absolute;
        content: " ";
        width: 100%;
        height: 1px;
        background-color: #ccc;
        /*z-order: 0;*/
    }

    .process-step {
        display: table-cell;
        text-align: center;
        position: relative;
    }

        .process-step p {
            margin-top: 10px;
        }

    .btn-circle {
        width: 50px;
        height: 50px;
        text-align: center;
        padding: 6px 0;
        font-size: 12px;
        line-height: 1.428571429;
        border-radius: 15px;
    }

    .your-details-btn-group {
        margin-top: -20px;
        margin-bottom: 30px;
    }

    ul.quote-page-buttons {
    }

    .quote-page-buttons li {
        display: inline;
        float: left;
        padding: 5px;
    }

    ul.quote-steps {
        text-align: center;
        margin: 30px 0 30px 0;
    }

    .quote-steps li {
        display: inline;
        padding: 10px;
    }

    #quote-steps-1 {
        font-size: 20px;
        padding: 10px;
    }

    #quote-steps-2 {
        font-size: 20px;
        padding: 10px;
    }

    #quote-steps-3 {
        font-size: 20px;
        padding: 10px;
    }
    /*#quote-steps-1-complete {
	display: none;
}
#quote-steps-2-complete {
	display: none;
}
#quote-steps-3-complete {
	display: none;
}*/

    /* Pricing Tables */
    .pricing-table {
        margin: 25px 0 0 0;
        text-align: center;
        padding-right: 20px;
    }

        .pricing-table ul {
            list-style: none;
            margin: 20px 0 0 0;
            padding: 0;
        }

        .pricing-table li {
            border-top: 1px solid #ddd;
            padding: 10px 0;
            text-align: left;
        }

        .pricing-table h3 {
            background-color: #A13A76;
            border-radius: 2px 2px 0 0;
            font-size: 20px;
            font-weight: normal;
            margin: -20px -20px 50px -20px;
            padding: 20px;
        }

            .pricing-table h3 span {
                background: #FFF;
                border: 5px solid #FFF;
                border-radius: 100px;
                box-shadow: 0 5px 20px #ddd inset, 0 3px 0 #999 inset;
                color: #777777;
                display: block;
                font: bold 25px / 100px Georgia, Serif;
                height: 100px;
                margin: 20px auto -65px;
                width: 150px;
            }

        .pricing-table .most-popular {
            border: 3px solid #CCC;
            box-shadow: 11px 0 10px -10px rgba(0, 0, 0, 0.1), -11px 0 10px -10px rgba(0, 0, 0, 0.1);
            padding: 30px 20px;
            top: -10px;
            z-index: 2;
        }

            .pricing-table .most-popular h3 {
                /*background-color: #666;*/
                color: #FFF;
                padding-top: 30px;
                text-shadow: 0 1px #555;
            }

        .pricing-table .plan-ribbon-wrapper {
            height: 88px;
            overflow: hidden;
            position: absolute;
            right: -5px;
            top: -5px;
            width: 85px;
        }

        .pricing-table .plan-ribbon {
            -webkit-transform: rotate(45deg);
            -moz-transform: rotate(45deg);
            -ms-transform: rotate(45deg);
            -o-transform: rotate(45deg);
            transform: rotate(45deg);
            background-image: -webkit-linear-gradient(top, #bfdc7a, #8ebf45);
            background-image: linear-gradient(to bottom, #bfdc7a, #8ebf45);
            background-color: #bfdc7a;
            box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
            color: #333;
            font-size: 14px;
            left: -5px;
            padding: 7px 0;
            position: relative;
            text-align: center;
            text-shadow: rgba(255, 255, 255, 0.5) 0px 1px 0px;
            top: 15px;
            width: 120px;
        }

            .pricing-table .plan-ribbon:before {
                left: 0;
                border-left: 3px solid transparent;
                border-right: 3px solid transparent;
                bottom: -3px;
                content: "";
                position: absolute;
            }

            .pricing-table .plan-ribbon:after {
                border-left: 3px solid transparent;
                border-right: 3px solid transparent;
                bottom: -3px;
                content: "";
                position: absolute;
                right: 0;
            }

        .pricing-table .plan {
            background: #FFF;
            border: 1px solid #ddd;
            border-radius: 5px;
            color: #333;
            margin-bottom: 35px;
            margin-right: -31px;
            padding: 20px;
            position: relative;
            text-shadow: 0 1px rgba(255, 255, 255, 0.8);
        }

        .pricing-table .btn {
            margin-top: 5px;
        }
    /* Pricing Tables Boxed 
body.boxed .pricing-table {
	margin-left: -31px;
}
body.boxed .pricing-table .plan, body.boxed .pricing-table h3 {
	border-radius: 0;
}
.pricing-table .most-popular {
	border-color: #0088cc;
}
.pricing-table .most-popular h3 {
	background-color: #a13a76;
}
body.dark .pricing-table li {
	border-top-color: #272729;
}
body.dark .pricing-table h3 {
	background-color: #272729;
	text-shadow: none;
}
body.dark .pricing-table h3 span {
	background: #2e2e31;
	border-color: #29292c;
	box-shadow: 0 5px 20px #29292c inset, 0 3px 0 #2e2e31 inset;
	color: #777777;
}
body.dark .pricing-table .most-popular {
	border-color: #2e2e31;
}
body.dark .pricing-table .most-popular h3 {
	background-color: #2e2e31;
	color: #FFF;
	text-shadow: none;
}
body.dark .pricing-table .plan-ribbon {
	background-color: #2e2e31;
}
body.dark .pricing-table .plan {
	background: #2e2e31;
	border: 1px solid #2e2e31;
	color: #777777;
	text-shadow: none;
}*/
    .well-offers {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 30px;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    }

        .well-offers blockquote {
            border-color: #ddd;
            border-color: rgba(0, 0, 0, 0.15);
        }

        .well-offers a {
            margin: -15px 0 0 0;
            float: right;
        }

    h1.total {
        font-size: 3.2em;
        color: #222;
        font-weight: 400;
        letter-spacing: normal;
        margin: 0 0 5px 0;
    }

    p.total {
        color: #222;
        line-height: 24px;
        margin: 0 0 20px;
        font-size: 18px;
    }

    p.offers {
        color: #222;
        line-height: 24px;
        margin: 0 0 20px;
        text-align: center;
    }

    .shadow {
        -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.30);
        -moz-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.30);
        box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.30);
    }

    .button-shadow {
        -webkit-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
        -moz-box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
        box-shadow: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
    }
    /* Divider Line */
    hr {
        border: 0;
        height: 1px;
        background-image: -webkit-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
        background-image: -moz-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
        background-image: -ms-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
        background-image: -o-linear-gradient(left, rgba(0,0,0,0), rgba(0,0,0,0.20), rgba(0,0,0,0));
        margin: 22px 0 22px 0;
    }

        hr.short {
            margin: 11px 0 20px 0;
        }

        hr.tall {
            margin: 44px 0 44px 0;
        }

        hr.taller {
            margin: 66px 0 66px 0;
        }
    /* Page Top */
    section.page-top {
        background-color: #9e3054;
        border-bottom: 5px solid #fff;
        border-top: 1px solid #fbf8f8;
        margin-bottom: 35px;
        min-height: 50px;
        padding: 0;
        padding: 20px 0;
        position: relative;
        text-align: left;
    }

        section.page-top ul.breadcrumb {
            margin: -3px 0 0;
            padding: 5px;
        }

            section.page-top ul.breadcrumb > li {
                text-shadow: none;
                color: #fff;
            }

        section.page-top h2 {
            border-bottom: 5px solid #2b723b;
            color: #FFF;
            display: inline-block;
            font-weight: 200;
            margin: 0 0 -25px;
            min-height: 37px;
            line-height: 46px;
            padding: 0 0 17px;
            position: relative;
        }
    /* Car Insurance */
    section.page-top-car-insurance {
        background-color: #fefdfd;
        border-bottom: 3px solid #e874ac;
        border-top: 1px solid #fbf8f8;
        /*border-top: 3px solid #e874ac;*/
        margin-bottom: 35px;
        padding: 20px 0;
        position: relative;
    }

        section.page-top-car-insurance div.row {
            position: relative;
        }

        section.page-top-car-insurance p.lead {
            color: #777;
        }

        section.page-top-car-insurance img {
            bottom: -10px;
            margin: 20px 85px 0 0;
            position: relative;
        }

        section.page-top-car-insurance h1 {
            color: #777;
            margin-bottom: 10px;
            margin-top: 30px;
        }

    .media * {
        color: #eee;
    }

    .media img {
        padding: 3px;
        border: 2px solid #eee;
    }

    .media {
        color: #eee;
        margin-bottom: 20px;
        font-family: 'Open Sans';
        font-weight: 300;
        font-style: italic;
    }

        .media h3 {
            font-size: 14px;
            line-height: normal;
            margin: 0;
            padding-top: 15px;
            font-style: italic;
            color: #777;
        }

    .car-ins-testimonial {
        background: #fff;
        border-radius: 10px;
        border: 1px solid #eee;
        border-bottom: 3px solid #9e3054;
        padding: 12px;
        margin-bottom: 20px;
    }

    .help-center {
        background: #fff;
        border-radius: 10px;
        border: 1px solid #eee;
        border-bottom: 2px solid #ccc;
        padding: 12px;
        margin-bottom: 20px;
    }

    #panel-colour {
        /*background-color:#CCC;*/
        background-color: rgb(245, 245, 245);
    }

    /* Footer */

    /* ***************** */
    footer {
        background-color: #000;
        margin-top: 0;
        position: relative;
        font-size: 0.9em;
    }

        footer div.container div.row {
            margin-bottom: 25px;
        }

    h5.short {
        margin-bottom: 9px;
    }

    p.short {
        margin-bottom: 0px;
    }

    footer ul.contact {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    footer a:hover {
        color: #CCC;
    }

    footer h4 {
        font-size: 1.8em;
        color: #121214;
        font-weight: 400;
        letter-spacing: normal;
        line-height: 27px;
        margin: 0 0 14px 0;
    }
    /* Copyright */
    div.footer-copyright {
        /*background-color: #333;*/
        background: #000;
        width: 100%;
        position: relative;
        /*background: url(https://dev.its4women.ie/assets/css/../img/bg-footer-sm.png) center bottom no-repeat;*/
        background-size: cover;
        /*height: 500px;*/
        left: 0;
        right: 0;
        bottom: 0;
        top: 0;
        /*border-top: 1px solid #cfcdcd;*/ /*border-top: 2px solid #e874ac;*/
    }

        div.footer-copyright p {
            color: #A19A9A;
        }

        div.footer-copyright a {
            color: #99DFE5;
        }

    footer.short {
        padding-top: 50px;
    }

    footer ul.list.icons li {
        margin-bottom: 5px;
    }



    .btn-premium {
        font-size: 15px;
        background-color: #e8e8e821;
    }

        .btn-premium.active {
            background-color: #d0517b;
            color: #fff;
            border-radius: 3px;
        }

    .box-title {
        text-align: center;
        font-size: 15px;
        font-weight: bold;
        margin-bottom: 30px;
    }

    .box-spacing {
        margin-top: 30px;
        text-align: center;
    }

.btn-continue {
    background-color: darkgreen;
    color: white;
}

    .btn-continue:hover {
        background-color: #23747D;
        color: #FFFFFF;
    }

.quote-button {
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 1px;
    padding: 14px 32px;
    border-radius: 4px;
    transition: 0.5s;
    color: #fff;
    background-color: #203564 !important;
    border: 2px solid #203564;
}

    .quote-button:hover {
        background: none;
        background-color: #ffffff !important;
        border-color: #203564;
        color: #203564 !important;
    }

    .alert-success {
        background-color: #0a3b412;
        border-color: #00aeba;
        color: #3c763d;
    }


    .btn-buy {
        color: #fff;
        font-weight: bold;
        font-size: 16px;
        margin-bottom: 20px;
        background-color: #203564;
        border-radius: 6px;
    }

input:checked + .slider {
    background-color: #00aeba;
}

input:focus + .slider {
    box-shadow: 0 0 1px #00aeba;
}

    .card-header-buy {
        background-color: #00aeba;
    }

.slider-color {
    accent-color: #00aeba;
}

.btn-buy:hover {
    color: #fff;
}

    .premiumCost {
        font-weight: bold;
        font-size: 22px;
        padding-top: 10px;
    }

    .depositCost {
        font-weight: bold;
        font-size: 12px;
        padding-top: 2px;
    }

    .btn-contact {
        color: #fff;
        font-weight: bold;
        border-radius: 8px;
        background-color: #203564;
    }

    .blue {
        background-color: #0a7cca;
    }

    .green {
        background-color: #0eab11;
    }

    .blue:hover {
        background-color: #0b639e;
        color: #fff;
    }

    .green:hover {
        background-color: #087d0a;
        color: #fff;
    }

    .disabled {
        background-color: #a39f9f;
        color: #fff;
    }

    .icon-fw {
        /* margin-left: -15px;
    margin-right: 8px; */
    }

    .tick {
        color: #00aeba;
        margin-right: 15px;
        font-size: 20px;
        font-weight: bold;
    }

    .cross {
        color: #929090;
        margin-right: 15px;
        font-size: 20px;
        font-weight: bold;
    }

    .down-arrow {
        color: #00aeba;
        float: right;
        margin-right: 50px;
        font-size: 15px;
        font-weight: bold;
        cursor: pointer;
    }

@media screen and (max-width: 400px) {
  .down-arrow {
    margin-right: 10px;
  }
}


    .policyTable {
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        text-align: left;
        border-collapse: separate;
        border-spacing: 0px 10px;
    }


    .greyDiv {
        border-radius: 5px;
        background-color: #fcfcfc;
        color: #716f6f;
        min-height: 50px;
        font-weight: bold;
        font-size: 22px;
        margin-bottom: 20px;
        padding-top: 12px;
        padding-left: 60px;
    }

    .editLink {
        color: #8f1f6e;
        margin-left: -10px;
        font-weight: 400;
        cursor: pointer;
    }


    .CheckBoxLabel {
        white-space: nowrap;
    }

    .SingleCheckbox input[type=checkbox] {
        display: none;
    }

    .RadioButton input[type=radio], .RadioButtonNCBYes input[type=radio], .RadioButtonExcess input[type=radio] {
        display: none;
    }

    .SingleCheckbox label {
        display: block;
        float: left;
        font-size: 18px;
        cursor: pointer;
    }

    .RadioButton label {
        display: block;
        float: left;
        cursor: pointer;
        font-size: 14px;
    }

    .RadioExcess label {
        display: block;
        float: left;
        cursor: pointer;
        border-radius: 5px;
    }

    .SingleCheckbox input[type=checkbox] + label, .RadioButton input[type=radio] + label {
        width: 25px;
        height: 25px;
        border: solid 2px #d0517b;
        border-radius: 4px;
        text-indent: 40px;
    }

    .RadioExcess input[type=radio] + label {
        border: solid 2px #d0517b;
        border-radius: 5px;
    }


    .SingleCheckbox input[type=checkbox]:checked + label::before, .RadioButton input[type=radio]:checked + label::before {
        content: "\2714";
        color: #d0517b;
        margin-right: 24px;
        margin-left: -37px;
    }

    .ExcessActive {
        background-color: #d0517b;
        color: #fff;
        border-color: #d0517b;
        font-weight: bold;
    }

    .coverTable {
        border: 1px solid #dddddd;
        margin-bottom: -10px;
        margin-top: -10px;
    }

        .coverTable th {
            background-color: #d0517b;
            color: #fff;
        }

        .coverTable td {
            background-color: #fbfbfb;
            font-weight: bold;
        }

    .btnColor {
        background-color: #00aeba;
        color: #fff;
    }

    .included {
        background-color: #00aeba;
        color: #fff;
        text-align: center;
        height: 35px;
        padding-top: 7px;
        border-radius: 2px;
    }

    .brandColour {
        color: #00aeba;
    }

    .brandSecondaryColour {
        color: #203564;
    }

    #ProcessMessage {
        background-image: url("../img/its4womenSpinner.GIF");
        background-repeat: no-repeat;
        background-position: center;
    }

    @media screen and (max-width: 768px) {
        #ProcessMessage {
            background-image: url("../img/its4womenSpinnerSmall.GIF");
            background-repeat: no-repeat;
            background-position: center;
        }
    }

#ProcessQuoteLogo {
    background-image: url("../img/its4women-logo-cropped.png");
}


#ProcessQuoteMessage {
    width: 550px;
    height: 300px;
    background-color: #fff;
    border-radius: 0px;
}

#divQuoteVideoContainer {
    width: 100%;
    height: 100%;
    background-color: #fff;
    border-radius: 0px;
}

@media screen and (max-width: 768px) {
    #ProcessQuoteMessage {
        width: 90%;
        height: 300px;
        background-color: #fff;
        border-radius: 0px;
    }
}

    #ProcessQuoteMessage H1 {
        padding-top: 20%;
        font-size: 2.0em;
        line-height: 44px;
        color: #00aeba;
        font-weight: 600;
        letter-spacing: normal;
        margin: 0 0 30px 0;
    }

    #ProcessQuoteMessage p {
        font-size: 1.6em;
        color: #203564;
        font-weight: 600;
    }

    #ProcessQuoteMessage .col-md-12 {
        padding-left: 0px;
    }

    #ProcessQuoteLeft {
        position: absolute;
        width: 50%;
        height: 300px;
        background-image: url("../img/its4womenSpinner.GIF");
        background-repeat: no-repeat;
        background-position: center;
        padding: 0px;
    }

    @media screen and (max-width: 768px) {
        #ProcessQuoteLeft {
            position: absolute;
            width: 30%;
            height: 300px;
            background-image: url(../img/its4womenSpinnerSmall.GIF);
            background-repeat: no-repeat;
            background-position: center;
            padding: 0px;
        }

        #ProcessQuoteMessage .QuoteText {
            font-size: 1.6em;
            color: #203564;
            font-weight: 600;
            margin-left: 20px;
        }

        .quote-button {
            font-size: 12px;
        }
    }

    @media (max-width: 540px) {
        #ProcessQuoteMessage H1 {
            font-size: 1.0em;
        }
    }

    .img-responsive {
        border-radius: 15px;
    }

    .btn-sm, .btn-group-sm > .btn {
        padding: 5px 10px !important;
        font-size: 12px;
        line-height: 1.5;
        border-radius: 3px;
    }

    .RecommendedAnnualBox {
        background-color: #00aeba;
        color: white;
    }


    .RecommendedAnnualAmount {
        color: navy;
        font-size: 18px;
        padding-top: 5px;
        padding-bottom: 5px
    }

    .AnnualMileageSelectedBrand {
        color: #00aeba;
    }

    .AnnualRenewalDistance {
        color: navy;
        font-size: 18px;
        margin-top: auto;
    }

    .RewardHeading {
        color: #fff;
    }

    .RewardBrandFontColor {
        color: #00aeba
    }

    .RewardBackgroundColor {
        background-color: #203564;
    }


    /*
  Policy Cover Summary CSS
*/

    .imgContainer {
        padding: 0px;
    }

    .imgFit {
        height: auto;
        width: 100%;
    }

    .equal {
        display: flex;
        display: -webkit-flex;
        flex-wrap: wrap;
    }

    .summarySection {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .paddingSides {
        padding: 0 10% 0 10%;
    }

    .rewardBalanceBackground {
        background-color: #333333;
        height: 100%;
        padding-bottom: 70px;
    }

    .rewardBalanceHeader {
        color: white;
        text-align: center;
    }

    .RewardCard {
        background: white;
        border-radius: 25px;
        width: 80%;
        height: 200px;
    }

    .RewardCard-header {
        background-color: #00aeba;
        border-top-right-radius: 25px;
        border-top-left-radius: 25px;
        text-align: center;
        height: 30%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 20px;
    }

    .RewardCard-main {
        height: 70%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .RewardCard-main .BalanceValues {
            font-size: 40pt;
            color: #333333;
            display: flex;
            flex-direction: row;
            align-items: center;
        }

        .RewardCard-main .cardBottomText {
            position: absolute;
            bottom: 10px;
        }

    .centerText {
        text-align: center;
    }

    .verticalspacing {
        font-family: 'myfont';
    }

    @media (max-width: 990px) {
        .verticalspacing {
            margin-top: 40px;
        }
    }

    /*
  Successful modal
*/
    .modalSuccessfulContent {
        border-radius: 20px;
    }

    .modalSuccessfulHeader {
        background-color: #203564;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        border-radius: 15px;
    }

    .ModalSuccessfulTitle {
        color: white;
        text-align: center;
        font-weight: 700;
    }

    .modalSuccessfulBody {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
        color: #203564;
    }

    .SuccessfullModaltext {
        font-size: 20px;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .closeSuccessfulModal {
        align-self: end;
        background-color: white !important;
        padding: 5px 10px 5px 10px !important;
    }

    .ModalPolicyNumberBox {
        background: rgba(217, 217, 217, 0.42);
        border-radius: 70px;
        color: black;
        height: 80px;
        width: 350px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

        .ModalPolicyNumberBox .PolicyNumberBoxText {
            font-size: 12px;
            color: #333333
        }

        .ModalPolicyNumberBox .lblPolicynumber {
            font-size: 26px;
            color: #333333
        }

    /*
    Refer Modal
  */

    .modalReferFriendContent {
        border-radius: 20px;
        padding: 15px;
    }

    .modalReferFriendHeader {
        background-color: #00aeba;
        color: white;
        display: flex;
        flex-direction: column;
        align-items: center;
        /*border-radius: 15px;*/
    }

    .ModalReferFriendTitle {
        color: white;
    }

    .modalReferFriendBody {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .ReferFriendtext {
        font-size: 20px;
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .closeReferFriendModal {
        align-self: end;
        background-color: white !important;
        padding: 5px 10px 5px 10px !important;
    }

    .tickboxText {
        font-weight: 100 !important;
    }

    .modalTickBoxSection {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    /*
  Checkbox
*/

    /* The Checkbox container */
    .containerCheckbox {
        display: block;
        position: relative;
        /*padding-left: 35px;*/
        /*margin-bottom: 12px;*/
        cursor: pointer;
        font-size: 1em;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        border-radius: 3px;
        padding: 1% 0% 1% 35px;
        max-width: 70%;
        background-color: transparent;
        color: gray;
        font-size: 20px;
    }

    .containerCheckboxChecked {
        background-color: white;
    }

    /* Hide the browser's default checkbox */
    .containerCheckbox input {
        position: absolute;
        opacity: 0;
        cursor: pointer;
        left: -8%;
        width: 100%;
        height: 100%;
        z-index: 1;
        top: 0;
    }

    /* Create a custom checkbox */
    .checkmark {
        position: absolute;
        top: 20%;
        left: -20px;
        height: 30px;
        width: 30px;
        background-color: white;
        border-radius: 3px;
        border: 3px solid #00aeba;
    }

    /* On mouse-over, display cursor*/
    .containerCheckbox:hover input[type="checkbox"],
    input[type="checkbox"] + label {
        cursor: pointer;
    }

    /* When the checkbox is checked, add a white background */
    .containerCheckbox input:checked ~ .checkmark {
        background-color: white;
    }

    .containerCheckbox input:checked {
        background-color: #00aeba;
    }

    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

    /* Show the checkmark when checked */
    .containerCheckbox input:checked ~ .checkmark:after {
        display: block !important;
    }

    .containerCheckboxChecked .checkmark:after {
        display: block !important;
    }

    /* Style the checkmark/indicator */
    .containerCheckbox .checkmark:after {
        left: 8px;
        top: 3px;
        width: 7px;
        height: 15px;
        border: solid #00aeba;
        border-width: 0 3px 3px 0;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    /*
  Refer Link Confirmation styles
*/

    .referLinkconfirmationStyling {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .ReferLinkHeading {
        color: #00aeba;
    }

    .starImage {
        padding: 0 3px 3px 3px;
    }

    .OfferImage {
        border-width: 0px;
        height: auto;
        width: 100%;
        max-width: 527px;
        max-height: 534px;
    }

    .confirmation-section-headers {
        font-weight: 700;
    }

    .Confirmation-font-colour {
        color: #203564;
    }


    /*
  No Quote Section
*/
    .NoQuoteBox {
        border: 1px solid lightgray;
        padding: 10px;
    }

    @media (max-width: 700px) {
        .NoQuoteSection {
            flex-direction: column !important;
            align-items: center;
        }
    }

    .NoQuoteSection {
        display: flex;
        flex-direction: row;
    }

    .KennCoImageSection {
        display: flex;
        flex-direction: column;
    }

    .imgKennCo {
        max-width: 200px;
        height: auto;
    }

    .KennCoSection {
        display: flex;
        flex-direction: column;
        justify-content: end;
        text-align: center;
    }

    .KennCoButton {
        width: 80%;
        align-self: center;
    }


    /*
 KennCo No Quote Section
*/
    .NoQuoteBox {
        border: 1px solid lightgray;
        padding: 10px;
    }

    @media (max-width: 700px) {
        .NoQuoteSection {
            flex-direction: column !important;
            align-items: center;
        }

        .KennCoImageSection {
            width: 100% !important;
        }
    }

    .NoQuoteSection {
        display: flex;
        flex-direction: row;
    }

    .KennCoImageSection {
        display: flex;
        flex-direction: column;
        width: 100%;
    }

    .imgKennCo {
        height: auto;
        align-self: center;
        margin-bottom: 3%;
        width: 100%;
        height: auto;
    }

    .KennCoSection {
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
        text-align: center;
        padding: 0 10% 0 10%;
        font-size: 1.4em;
    }

    .KennCoButton {
        min-width: 80%;
        align-self: center;
        height: 80px;
        max-width: 400px;
        background-color: #00aeba !important;
        border-color: #00aeba !important;
        color: white;
        font-size: 100%;
    }

        .KennCoButton:hover {
            background-color: white !important;
            color: #00aeba !important;
            border-color: #00aeba !important;
        }

    .KennCoInfo {
        text-align: center;
        border: 1px solid lightgray;
        padding: 10px;
        font-size: 1.5vh;
    }

    .lbNoQuote {
        font-size: 1.4em;
    }

    .IE_DPA_Header {
        color: darkblue;
        text-align: center;
        font-weight: 800;
    }

    .IE_DPA_Content {
        color: black;
        font-size: 12px;
        line-height: 16px;
        text-align: center;
    }

    .IE_DPA_ContentConfirmation {
        color: black;
        font-size: 16px;
        line-height: 16px;
        text-align: center;
    }

    .KennCoMessage {
        border-radius: 5px;
        margin-top: 10px;
        height: 100px;
        display: flex;
        flex-direction: column;
        justify-content: space-evenly;
    }

    .GreenTick {
        display: inline-block !important;
        position: relative;
        top: 7px;
        overflow: hidden;
        width: 30px;
        height: 30px;
        background-color: Transparent;
        background-image: url(../img/GreenTick.PNG);
        border: none;
        text-indent: -9999px;
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }

    .RedX {
        display: inline-block !important;
        position: relative;
        top: 7px;
        overflow: hidden;
        width: 30px;
        height: 30px;
        background-color: Transparent;
        background-image: url(../img/RedCross.PNG);
        border: none;
        text-indent: -9999px;
        background-repeat: no-repeat;
        background-position: 0px 0px;
    }

    .btn-Revalidate {
        font-size: 12px;
        display: inline-block;
        padding: 10px 15px;
        border-radius: 4px;
        transition: 0.5s;
        margin: 0 20px 20px 0;
        color: #fff;
        letter-spacing: 0px;
        margin-top: 5px;
        margin-bottom: 0px;
    }

.btn-repeater-edit {
    color: #203564;
    border-color: #203564;
}

/** Sliders **/


/** Chrome **/
@media screen and (-webkit-min-device-pixel-ratio:0) {
    input[type='range'] {
        -webkit-appearance: none;
        height: 6px;
        background: #d9d9d9;
        background-image: -webkit-gradient(linear, 0% 50%, 100% 50%, color-stop(0%, #00b0be), color-stop(100%, #00b0be));
        background-repeat: no-repeat;
        background-size: 0% 100%;
        border-radius: 10px;
        margin-bottom: 10px;
        margin-top: 10px;
    }

        input[type='range']::-webkit-slider-runnable-track {
            -webkit-appearance: none;
            height: 6px;
        }

        input[type='range']::-webkit-slider-thumb {
            -webkit-appearance: none;
            width: 22px;
            height: 22px;
            cursor: ew-resize;
            border: 4px solid #23747D;
            border-radius: 50%;
            background: #fff;
            margin-top: -8px;
            box-shadow: 0px 0 0 0px #00b0be;
        }
}
/** FF*/
input[type="range"]::-moz-range-progress {
    background-color: #23747D;
    height: 6px;
    margin-top: 4px;
}

input[type="range"]::-moz-range-track {
    height: 20px;
    margin-top: 4px;
}

input[type="range"]::moz-range-thumb {
    width: 22px;
    height: 22px;
    cursor: ew-resize;
    border: solid 4px #23747D;
    border-radius: 50%;
    background: #fff;
}
/* IE*/
input[type="range"]::-ms-fill-lower {
    background-color: #23747D;
}

input[type="range"]::-ms-fill-upper {
    background-color: #d9d9d9;
}

.top-tip-box {
    background-color: #e6f9fb; /* soft teal-tint */
    border-left: 5px solid #00b6c9;
    padding: 12px 16px;
    margin-top: 20px;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,0.05);
    display: flex;
    align-items: center;
}

.tip-icon {
    font-size: 18px;
    color: #00b6c9;
    margin-right: 10px;
}

.tip-text {
    font-size: 14px;
    color: #333;
}

.top-tip-box .highlight {
    font-weight:bolder;
    font-size: 17px; 
}
.brand-text-color {
    color: #00aeba;
}

.details-question {
    margin-bottom: 24px !important;
}

.progress-complete {
    background-color: #00aeba;
}

.marketing-banner {
    display: flex;
    background-color: #F2F2F2;
    border: 1px solid #CECECE;
}

    .marketing-banner h5 {
        color: #23747D;
    }

    .marketing-banner p {
        color: #23747D;
    }

.marketing-banner-logo {
    background: url(../img/its4women-logo-cropped.png) no-repeat;
    background-size: contain;
    min-width: 35px;
    min-height: 31px;
}

#divMarketingLogoTrustpilot {
    min-height: 46px;
    min-width: 52px;
}

.discount-card {
    display: block;
    background-color: #F2F2F2;
    border: 1px solid #CECECE;
}

    .discount-card h5 {
        color: #23747D;
    }

    .discount-card p {
        color: #23747D;
    }

    .discount-card hr {
        background-color: #00292E;
    }

.FlexColumn{
    display: flex;
    flex-direction: column;
}

.RemoveRowPadding {
  padding-left:0px;
}