


/* Headings */

/*.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-autocomplete {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 30 !important;
    float: left;
    display: none;
    min-width: 160px;
    _width: 160px;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 15px;
    clear: both;
    font-weight: bold;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    font-family: 'Open Sans', Frutiger, "Frutiger Linotype", "Dejavu Sans", "Helvetica Neue", Arial, sans-serif !important;
    z-index: 1000;
}

.ui-state-hover, .ui-state-active, .ui-state-focus {
    color: #3a87ad;
    font-weight: bold;
    background-color: #d9edf7;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    z-index: 1000;
}

.ui-autocomplete > li.ui-state-focus, li.ui-state-active, li.ui-state-hover {
    color: #3a87ad;
    font-weight: bold;
    background-color: #d9edf7;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
    z-index: 1000;
}*/


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: #fff;
                border: 1px solid #999;
                box-sizing: border-box;
                display: inline-block;
                height: 36px;
                position: relative;
                text-align: center;
                width: 100%;
                font-weight: bold;
            }

                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: 10px 0px 0px 10px;
        width: 160px;
        margin-right: 8px;
    }

    ul.toggleSwitch li:last-child input[type="radio"] + label {
        border-radius: 0px 10px 10px 0px;
        width: 160px;
    }

    ul.toggleSwitch li:first-child input[type="radio"]:checked + label {
        /*background-color: #5cb85c;*/
        background-color: #13AA41;
        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: #E03c31;
        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: #fff;
                    border: 1px solid #999;
                    box-sizing: border-box;
                    display: inline-block;
                    height: 36px;
                    position: relative;
                    text-align: center;
                    width: 100%;
                    font-weight: bold;
                }

                    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: 5px 0px 0px 5px;
            width: 80px;
            margin-right: 5px;
        }

        ul.toggleSwitch li:last-child input[type="radio"] + label {
            border-radius: 0px 5px 5px 0px;
            width: 80px;
        }

        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: #fff;
                border: 1px solid #999;
                box-sizing: border-box;
                display: inline-block;
                height: 36px;
                position: relative;
                text-align: center;
                width: 100%;
                font-weight: bold;
            }

                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: 10px 0px 0px 10px;
        width: 80px;
        margin-right: 8px;
    }

    ul.toggleSwitchP li:last-child input[type="radio"] + label {
        border-radius: 0px 10px 10px 0px;
        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-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: #fff;
                    border: 1px solid #999;
                    box-sizing: border-box;
                    display: inline-block;
                    height: 36px;
                    position: relative;
                    text-align: center;
                    width: 100%;
                    font-weight: bold;
                }

                    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: 5px 0px 0px 5px;
            width: 80px;
            margin-right: 5px;
        }

        ul.toggleSwitchP li:last-child input[type="radio"] + label {
            border-radius: 0px 5px 5px 0px;
            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;
        }
}


@media only screen and (min-width: 0px) and (max-width: 992px) {
    .proposalYYSelect:after {
        margin-top: 10px;
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px;
    }
}

.ellipsed {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

h1 {
    font-size: 3.2em;
    line-height: 44px;
    color: #000;
    font-weight: 400;
    letter-spacing: normal;
    margin: 0 0 30px 0;
}

h2 {
    font-size: 2.6em;
    color: #000;
    font-weight: 400;
    letter-spacing: normal;
    line-height: 27px;
    margin: 0 0 30px 0;
}

h3 {
    color: #000;
    font-size: 1.8em;
    font-weight: 400;
    letter-spacing: normal;
}

h4 {
    color: #000;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: normal;
}

h5 {
    color: #000;
    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: #000;
    line-height: 24px;
    margin: 0 0 20px;
}

@font-face {
    font-family: Gidole;
    src: url('Gidole-Regular.woff2') format('woff2'), url('Gidole-Regular.woff') format('woff');
}

/* BOXYMO */
.quotebox7-para {
    padding: 20px;
}

.dash {
    position: relative;
    margin-bottom: 10px;
    padding-left: 66px;
    border-bottom: 1px dashed #dee1e2;
}

.sep {
    margin-top: 50px;
}

.panel-default > .panel-heading {
    color: #333333;
    background-color: #dddfe6;
    border-color: #dddddd;
}

h3.quote-ref {
    font-weight: bold;
    color: #000;
    text-align: center;
    margin-bottom: 0;
}


/* BOXYMO */

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;
}

.alternative-font-b-y {
    color: #fcb814;
    font-style: italic;
    font-weight: 600;
}

.alternative-font {
    color: #9a2549;
    font-style: italic;
    font-weight: 600;
}

.panel-title-boxymo {
    padding: 10px;
    background-color: #ffffff;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.10);
}


/* Easy Insure Quote Page CSS */

.panel-navy > .panel-heading {
    background-color: #013362;
    border-color: #013362;
    color: #fff;
}

.panel-navy {
    border-color: #013362;
}

.panel-orange > .panel-heading {
    background-color: #FCA91B;
    border-color: #FCA91B;
    color: #fff;
}

.panel-orange {
    border-color: #FCA91B;
}

    .panel-orange > .panel-heading > a {
        color: #fff;
    }

.not-group {
    margin-bottom: 20px;
}

.panel-btn-group .panel {
    display: inline-block;
    vertical-align: top;
    height: 250px;
    text-align: center;
}


.card {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #fff;
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem;
}

.card-block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}

.card-title {
    margin-bottom: 0.75rem;
}

.card-subtitle {
    margin-top: -0.375rem;
    margin-bottom: 0;
}

.card-text:last-child {
    margin-bottom: 0;
}

.card-link:hover {
    text-decoration: none;
}

.card-link + .card-link {
    margin-left: 1.25rem;
}

.card > .list-group:first-child .list-group-item:first-child {
    border-top-right-radius: 0.25rem;
    border-top-left-radius: 0.25rem;
}

.card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #f7f7f9;
    border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-header:first-child {
        border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
    }

.card-footer {
    padding: 0.75rem 1.25rem;
    background-color: #f7f7f9;
    border-top: 1px solid rgba(0, 0, 0, 0.125);
}

    .card-footer:last-child {
        border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
    }

.card-header-tabs {
    margin-right: -0.625rem;
    margin-bottom: -0.75rem;
    margin-left: -0.625rem;
    border-bottom: 0;
}

.card-header-pills {
    margin-right: -0.625rem;
    margin-left: -0.625rem;
}

.card-primary {
    background-color: #0275d8;
    border-color: #0275d8;
}

    .card-primary .card-header,
    .card-primary .card-footer {
        background-color: transparent;
    }

.card-success {
    background-color: #5cb85c;
    border-color: #5cb85c;
}

    .card-success .card-header,
    .card-success .card-footer {
        background-color: transparent;
    }

.card-info {
    background-color: #5bc0de;
    border-color: #5bc0de;
}

    .card-info .card-header,
    .card-info .card-footer {
        background-color: transparent;
    }

.card-warning {
    background-color: #f0ad4e;
    border-color: #f0ad4e;
}

    .card-warning .card-header,
    .card-warning .card-footer {
        background-color: transparent;
    }

.card-danger {
    background-color: #d9534f;
    border-color: #d9534f;
}

    .card-danger .card-header,
    .card-danger .card-footer {
        background-color: transparent;
    }

.card-outline-primary {
    background-color: transparent;
    border-color: #0275d8;
}

.card-outline-secondary {
    background-color: transparent;
    border-color: #ccc;
}

.card-outline-info {
    background-color: transparent;
    border-color: #5bc0de;
}

.card-outline-success {
    background-color: transparent;
    border-color: #5cb85c;
}

.card-outline-warning {
    background-color: transparent;
    border-color: #f0ad4e;
}

.card-outline-danger {
    background-color: transparent;
    border-color: #d9534f;
}

.card-inverse {
    color: rgba(255, 255, 255, 0.65);
}

    .card-inverse .card-header,
    .card-inverse .card-footer {
        background-color: transparent;
        border-color: rgba(255, 255, 255, 0.2);
    }

    .card-inverse .card-header,
    .card-inverse .card-footer,
    .card-inverse .card-title,
    .card-inverse .card-blockquote {
        color: #fff;
    }

        .card-inverse .card-link,
        .card-inverse .card-text,
        .card-inverse .card-subtitle,
        .card-inverse .card-blockquote .blockquote-footer {
            color: rgba(255, 255, 255, 0.65);
        }

            .card-inverse .card-link:focus, .card-inverse .card-link:hover {
                color: #fff;
            }

.card-blockquote {
    padding: 0;
    margin-bottom: 0;
    border-left: 0;
}

.card-img {
    border-radius: calc(0.25rem - 1px);
}

.card-img-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1.25rem;
}

.card-img-top {
    border-top-right-radius: calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
    border-bottom-right-radius: calc(0.25rem - 1px);
    border-bottom-left-radius: calc(0.25rem - 1px);
}

@media (min-width: 576px) {
    .card-deck {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-deck .card {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -webkit-flex-direction: column;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .card-deck .card:not(:first-child) {
                margin-left: 15px;
            }

            .card-deck .card:not(:last-child) {
                margin-right: 15px;
            }
}

@media (min-width: 576px) {
    .card-group {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    }

        .card-group .card {
            -webkit-box-flex: 1;
            -webkit-flex: 1 0 0%;
            -ms-flex: 1 0 0%;
            flex: 1 0 0%;
        }

            .card-group .card + .card {
                margin-left: 0;
                border-left: 0;
            }

            .card-group .card:first-child {
                border-bottom-right-radius: 0;
                border-top-right-radius: 0;
            }

                .card-group .card:first-child .card-img-top {
                    border-top-right-radius: 0;
                }

                .card-group .card:first-child .card-img-bottom {
                    border-bottom-right-radius: 0;
                }

            .card-group .card:last-child {
                border-bottom-left-radius: 0;
                border-top-left-radius: 0;
            }

                .card-group .card:last-child .card-img-top {
                    border-top-left-radius: 0;
                }

                .card-group .card:last-child .card-img-bottom {
                    border-bottom-left-radius: 0;
                }

            .card-group .card:not(:first-child):not(:last-child) {
                border-radius: 0;
            }

                .card-group .card:not(:first-child):not(:last-child) .card-img-top,
                .card-group .card:not(:first-child):not(:last-child) .card-img-bottom {
                    border-radius: 0;
                }
}

@media (min-width: 576px) {
    .card-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
        -webkit-column-gap: 1.25rem;
        -moz-column-gap: 1.25rem;
        column-gap: 1.25rem;
    }

        .card-columns .card {
            display: inline-block;
            width: 100%;
            margin-bottom: 0.75rem;
        }
}





.validationError {
    color: #e03e31;
}

/*.val-message {
	float:left;
	width: 404px;
	font-size:0.6em;
	color:red;
	border: 1px dotted #666666;
	padding:3px;
	margin-top:3px;
	text-align:center;
	background-color:#f7e4e4;
}*/

.btn-cover {
    display: block;
    height: 100%;
    width: 100%;
    cursor: pointer;
}

.rowStyle {
    padding: 5px 0px;
}

.navy {
    background-color: #013362;
    border-color: #013362;
    color: #fff;
}

.text-navy {
    color: #013362;
}

.text-orange {
    color: #FCA91B;
}

/*.popover {
    z-index: 1060;
    width: 180px;
}

.tooltip {
   z-index: 9999;
    width: 180px;
}*/


.tooltip-navy + .tooltip .tooltip-inner {
    color: #fff;
    background-color: #013362;
    border-color: #013362;
    background-image: -webkit-linear-gradient(top, #013362 0%, #013362 100%);
    background-image: linear-gradient(to bottom, #013362 0%, #013362 100%);
    background-repeat: repeat-x;
    border-color: #013362;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
    z-index: 9999;
}

.tooltip-navy + .tooltip.top .tooltip-arrow,
.tooltip-navy + .tooltip.top-left .tooltip-arrow,
.tooltip-navy + .tooltip.top-right .tooltip-arrow {
    border-top-color: #013362;
}

.tooltip-navy + .tooltip.bottom .tooltip-arrow,
.tooltip-navy + .tooltip.bottom-left .tooltip-arrow,
.tooltip-navy + .tooltip.bottom-right .tooltip-arrow {
    border-bottom-color: #013362;
}

.tooltip-navy + .tooltip.right .tooltip-arrow {
    border-right-color: #013362;
}

.tooltip-navy + .tooltip.left .tooltip-arrow {
    border-left-color: #013362;
}

/* Buttons

-------------------------------------------------- */

.btn-success {
    color: #fff;
    border-color: #4cae4c;
    font-weight: 700;
    border-radius: 0;
}

.btn-success-alt {
    color: #fff;
    border-color: #4cae4c;
    font-weight: 700;
    border-radius: 0;
}

a.button-sm {
    padding: 7px 30px 7px 25px;
    display: inline-block;
    border-radius: 0;
    position: relative;
    text-align: center;
    min-width: 140px;
    box-shadow: 0 0 4px rgba(0,0,0,.40);
}

    a.button-sm:after {
        /*font-family: FontAwesome;
        content: "\f101";
        position: absolute;
        right: 10px;
        top: 2px;
        font-size: 1.4em;*/
    }

a.button-sm-blog {
    padding: 7px 30px 7px 12px;
    display: inline-block;
    border-radius: 0;
    position: relative;
    text-align: left;
    box-shadow: 0 0 4px rgba(0,0,0,.40);
}

    a.button-sm-blog:after {
        font-family: FontAwesome;
        content: "\f101";
        position: absolute;
        right: 10px;
        top: 6px;
        font-size: 1.4em;
    }

a.button-md {
    /*padding: 10px 40px 10px 15px;*/
    padding: 10px 10px 10px 15px;
    font-size: 18px;
    display: inline-block;
    border-radius: 0;
    min-width: 180px;
    position: relative;
    text-align: center;
}

    a.button-md:after {
        /*font-family: FontAwesome;
        content: "\f101";
        position: absolute;
        right: 10px;
        top: 0px;
        font-size: 1.8em;*/
    }

/*a.button-lg {
    padding: 18px 42px 18px 18px;
    font-size: 24px;
    display: inline-block;
    border-radius: 5px;
    min-width: 225px;
    position: relative;
    text-align: left;
}*/

a.button-lg {
    padding: 18px 42px 18px 18px;
    font-size: 34px;
    display: inline-block;
    border-radius: 0;
    min-width: 225px;
    position: relative;
    text-align: left;
}

    /*a.button-lg:after {
        font-family: FontAwesome;
        content: "\f101";
        position: absolute;
        right: 10px;
        top: 14px;
        font-size: 1.8em;
    }*/

    a.button-lg:after {
        font-family: FontAwesome;
        content: "\f101";
        position: absolute;
        right: 10px;
        top: 18px;
        font-size: 1em;
    }

    a.button-sm a, a.button-md a, a.button-lg a,
    a.button-sm:active, a.button-md:active, a.button-lg:active,
    a.button-sm:focus, a.button-md:focus, a.button-lg:focus,
    a.button-sm:hover, a.button-md:hover, a.button-lg:hover {
        text-decoration: none !important;
    }

.td-none:hover {
    text-decoration: none;
    color: #000;
}

.white-tran {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    color: #00461f !important;
    transition: all 0.25s ease 0s;
}

    .white-tran:active, .white-tran:focus, .white-tran:hover {
        color: #00461f !important;
        text-decoration: none;
        background: #eee;
        transition: all 0.25s ease;
    }


a.button-lg:hover, a.button-md.white-tran:hover {
    padding-left: 25px;
}

a.button-sm:hover, a.button-sm.white-tran:hover {
    padding-left: 15px;
}

a.button-lg:hover, a.button-md.dark-green:hover {
    padding-left: 25px;
}

a.button-sm:hover, a.button-sm.dark-green:hover {
    padding-left: 15px;
}

.dark-green:active,
.dark-green:focus {
    color: #FFFFFF !important;
    text-decoration: none;
    background: #8EAE34;
    transition: all 0.25s ease;
}

.dark-green:hover {
    color: #FFFFFF !important;
    text-decoration: none;
    transition: all 0.25s ease;
}

/*.dark-green {
    background: #2E6747;
    color: #FFFFFF !important;
    transition: all 0.25s ease;
}*/

.dark-green {
    background: #007F4E;
    color: #FFFFFF !important;
    transition: all 0.25s ease;
}

    .dark-green:active,
    .dark-green:focus {
        background: #063F1F;
        color: #FFFFFF !important;
        text-decoration: none;
        transition: all 0.25s ease;
    }

    .dark-green:hover {
        background: #2E6747;
        color: #FFFFFF !important;
        text-decoration: none;
        transition: all 0.25s ease;
    }

.dark-gray {
    background: #777777;
    color: #FFFFFF !important;
    transition: all 0.25s ease;
}

    .dark-gray:active,
    .dark-gray:focus {
        background: #686767;
        color: #FFFFFF !important;
        text-decoration: none;
        transition: all 0.25s ease;
    }

    .dark-gray:hover {
        background: #909090;
        color: #FFFFFF !important;
        text-decoration: none;
        transition: all 0.25s ease;
    }

.light-gray {
    background: #A0A0A0;
    color: #FFFFFF !important;
}

    .light-gray:active,
    .light-gray:focus,
    .light-gray:hover {
        color: #FFFFFF !important;
        text-decoration: none;
    }

.white-tran {
    background: rgb(255, 255, 255);
    color: #00461F !important;
    transition: all 0.25s ease;
}

    .white-tran:active,
    .white-tran:focus,
    .white-tran:hover {
        color: #00461F !important;
        text-decoration: none;
    }




btn-check {
    list-style: none;
    padding: 0;
    margin: 0;
    overflow: auto;
}

btn-check {
    position: relative;
    display: inline-block;
}

    btn-check input[type="checkbox"] {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        opacity: 0.011;
    }

        btn-check input[type="checkbox"] + label {
            display: block;
            padding: 6px 12px;
            margin-bottom: 0;
            font-size: 14px;
            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;
        }

            btn-check input[type="checkbox"] + label:hover {
                color: #333;
                background-color: #e6e6e6;
                border-color: #adadad;
            }

    btn-check.small input[type="checkbox"] + label {
        padding: 5px 10px;
        font-size: 12px;
        line-height: 1.5;
    }

    btn-check input[type="checkbox"]:checked + label {
        display: block;
        cursor: pointer;
        background-color: #FCA91B;
        border-color: #FCA91B;
        color: #fff;
    }

    btn-check.vertical {
        display: block;
        margin-bottom: 5px;
    }

        btn-check.vertical input[type="checkbox"] + label {
            border-radius: 4px;
        }

@media only screen and (min-width: 500px) {

    btn-check input[type="checkbox"] + label {
        border-radius: 0px;
        margin-bottom: 0px;
    }

    btn-check input[type="checkbox"] + label {
        border-radius: 0px 0px 0px 0px;
    }

    btn-check {
        display: inline-block;
    }

    btn-list.vertical {
        display: block;
    }

    btn-check.vertical input[type="checkbox"] + label {
        border-radius: 4px;
    }
}

/*Easy Insure End*/

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 {
    color: #777;
    /*font-family: "Open Sans", Arial, sans-serif;*/
    font-family: 'aig_futura', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 22px;
    background-color: #f8f8f8;
    border-left: 1px solid #FFF;
    border-right: 1px solid #FFF;
    margin: 0 auto;
    height: auto;
}

    body header {
        padding: 15px 0;
    }

.content-box {
    background-color: #ffffff;
    padding: 20px 20px 0px 20px !important;
    border: 1px solid #DDDDDD;
    padding-bottom: 40px !important;
}


/* 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;
    }

    .btn-custom-darken:active, .btn-custom-darken.active {
        background-color: #1d4d28;
    }


.btn-success {
    color: #fff;
    background-color: #007F4E;
    border-color: #4cae4c;
    font-weight: bold;
    /* line-height: 1.33; */
    border-radius: 0;
}


.btn-default {
    background-color: #fff;
    border-color: #ccc;
    color: #333;
    font-weight: bold;
    /* line-height: 1.33; */
    border-radius: 0;
}

.btn-SignInDrk {
    background-color: black;
    border-color: #ccc;
    color: white;
    border-radius: 10px;
    padding: 15px;
    width: 15%;
}

.btn-danger {
    background-color: #e03c31;
    border-color: #e03c31;
    color: #fff;
    font-weight: bold;
    /* line-height: 1.33; */
    border-radius: 0;
}


/* Quote Pages*/
.process-row {
    display: table-row;
}

.process {
    display: table;
    width: 100%;
    position: relative;
    margin-top: 10px;
}

.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;
}

.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: 0px 1px 5px 0px rgba(50, 50, 50, 0.4);
        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 {
        background: #f5f5f5;
        /*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;
    }

.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: #000;
    line-height: 24px;
    margin: 20px 0 20px;
    font-size: 18px;
    font-weight: bold;
}

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);
}*/

.shadow-portal {
    -webkit-box-shadow: 0px 1px 7px 2px rgba(50, 50, 50, 0.30);
    -moz-box-shadow: 0px 1px 7px 2px rgba(50, 50, 50, 0.30);
    box-shadow: 0px 1px 7px 2px 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);
}

.bg-shade-l {
    background-color: #fefcfc;
    padding: 20px;
    margin: -20px 0 -10px 0;
}

.bg-shade {
    background-color: #fefcfc;
    padding: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.bg-shd {
    background-color: #f5f5f5;
}

.bg-shade1 {
    background-color: #ffffff;
    padding: 20px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.bg-shd-p {
    background-color: #ffffff;
    padding: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.05);
}

.bg-shd1 {
    background-color: #f5f5f5;
    padding: 10px;
    border: 1px solid #ddd;
}

.bg-shd2 {
    background-color: #dddfe6;
    padding: 10px;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.15);
}

.bg-shade-l-a {
    border-right: 1px solid #CCC;
}

.bg-shade-r {
    background-color: #fefcfc;
    padding: 20px;
    margin: -20px 0 -10px 0;
}

.chatonline {
    width: 129px;
    height: 37px;
    cursor: pointer;
    background-image: url(~/img/its4womenieonline.png);
    border: none;
    float: right;
}

.signout-btn {
    width: 96px;
    height: 30px;
    cursor: pointer;
    background-image: url(~/img/signout-btn.png);
    border: none;
    margin-bottom: 20px;
    margin-top: -20px;
}
/* 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: #ffffff;
    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: #ffffff;
    /*border-top: 1px solid #cfcdcd;*/ /*border-top: 2px solid #e874ac;*/
}

    div.footer-copyright p {
        text-align: center;
        margin-top: 20px;
        margin-bottom: -10px;
    }

footer.short {
    padding-top: 50px;
}

footer ul.list.icons li {
    margin-bottom: 5px;
}

@media (max-width: 600px) {

    .bg-shade1 {
        font-size: 26px;
    }

    #pol-num {
        font-size: 16px;
    }
}

.ValidationColourText {
    color: #e03c31;
}

.realexIframe {
    scrolling: yes;
    height: 875px;
    width: 100%;
}
