/* Minification failed. Returning unminified contents.
(2394,1): run-time error CSS1019: Unexpected token, found '@'
 */
@font-face {
    font-family: SourceSansPro-ExtraLight;
    src: url(../fonts/SourceSansPro-ExtraLight.eot);
    src: url(../fonts/SourceSansPro-ExtraLight.ttf) format('truetype'), url(../fonts/SourceSansPro-ExtraLight.woff) format('woff');
}

@font-face {
    font-family: SourceSansPro-Light;
    src: url(../fonts/SourceSansPro-Light.eot);
    src: url(../fonts/SourceSansPro-Light.ttf) format('truetype'), url(../fonts/SourceSansPro-Light.woff) format('woff');
}

@font-face {
    font-family: 'icomoon';
    src: url('../fonts/icomoon.eot?-bzxw2d');
    src: url('../fonts/icomoon.eot?#iefix-bzxw2d') format('embedded-opentype'), url('../fonts/icomoon.woff?-bzxw2d') format('woff'), url('../fonts/icomoon.ttf?-bzxw2d') format('truetype'), url('../fonts/icomoon.svg?-bzxw2d#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

.button {
    -moz-appearance: button;
    /* Firefox */
    -webkit-appearance: button;
    /* Safari and Chrome */
    padding: 10px;
    margin: 10px;
    width: 70px;
}

.btn-height-40 {
    height: 40px;
}

.btn-width-95 {
    width: 95px;
}

.btn-width-120 {
    width: 120px;
}

[class^="icon-"], [class*=" icon-"] {
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-slash:before {
    content: "\e603";
}

.icon-privilege:before {
    content: "\e602";
}

.icon-up:before {
    content: "\e600";
}

.icon-down:before {
    content: "\e601";
}

html,
body {
    height: 100%;
    font-family: SourceSansPro-Light;
}

*:focus {
    text-decoration: none !important;
    outline-color: transparent !important;
}

.header {
    font-family: SourceSansPro-ExtraLight;
}

.full-height {
    height: 100%;
}

.full-width {
    width: 100%;
}

/*TEXT COLORS*/

.color-white {
    color: #FFFFFF;
}

.color-black {
    color: #000000;
}


.color-magenta {
    color: #82338A;
}

.color-pink {
    color: #E50051;
}

.color-process-blue {
    color: #0090D4;
}

.color-process-blue-light {
    color: #CDE9F5;
}

.color-blue {
    color: #005FA9;
}

.color-reflex-blue {
    color: #22338B;
}

.color-yorange {
    color: #F39011;
}

.color-orange {
    color: #EB5F28;
}

.color-magnum-orange {
    color: #F6A705;
}

.color-gray-30 {
    color: #B3B3B3;
}

.color-gray-40 {
    color: #999999;
}

.color-gray-50 {
    color: #808080;
}

.color-gray-60 {
    color: #666666;
}

.color-gray-70 {
    color: #4D4D4D;
}

.color-brown {
    color: rgb(181, 126, 13);
}

.color-red {
    color: #ff1721;
}

.color-teal {
    color: #027180;
}

.color-axa-blue {
    color: #00008F;
}

.color-axa-Logan {
    color: #9190ac;
}

.color-axa-Azaela {
    color: #f1afc6
}

.color-axa-pacific {
    color: #00adc6
}
/*BG COLORS WITH WHITE COLOR*/
.bg-color-magenta {
    color: #FFFFFF;
    background-color: #82338A;
}


.bg-color-axa-Logan {
    background-color: #9190ac;
    color: #FFFFFF;
}

.bg-color-axa-Azaela {
    background-color: #f1afc6;
    color: #FFFFFF;
}

.bg-color-axa-pacific {
    background-color: #00adc6;
    color: #FFFFFF;
}

.bg-color-pink {
    color: #FFFFFF;
    background-color: #E50051;
}

.bg-color-process-blue {
    color: #FFFFFF;
    background-color: #0090D4;
}

.bg-color-blue {
    color: #FFFFFF;
    background-color: #005FA9;
}

.bg-color-reflex-blue {
    color: #FFFFFF;
    background-color: #22338B;
}

.bg-color-yorange {
    color: #FFFFFF;
    background-color: #F39011;
}

.bg-color-orange {
    color: #FFFFFF;
    background-color: #EB5F28;
}

.bg-color-teal {
    color: #FFFFFF;
    background-color: #027180;
}

.bg-color-magnum-orange {
    color: #FFFFFF;
    background-color: #F6A705;
}

.bg-color-axa-blue {
    color: #FFFFFF;
    background-color: #00008F;
}

.btn.bg-color-axa-blue:hover {
    color: #FFFFFF;
    background-color: #00005b;
}

.btn.bg-color-axa-blue:focus {
    color: #FFFFFF;
}

.bg-color-white {
    color: #000000;
    background-color: #FFFFFF;
}

.btn.bg-color-white:hover {
    color: #FFFFFF;
    background-color: #00008F;
}

.bg-color-wealth {
    background-color: #F6AE24;
    color: #FFFFFF;
}

.bg-color-gray-15 {
    color: #FFFFFF;
    background-color: #D8D8D8;
}

.btn.bg-color-gray-15:hover {
    color: #FFFFFF;
}

.bg-color-gray-20 {
    color: #FFFFFF;
    background-color: #CCCCCC;
}

.bg-color-gray-30 {
    color: #FFFFFF;
    background-color: #B3B3B3;
}

.bg-color-gray-40 {
    color: #FFFFFF;
    background-color: #999999;
}

.bg-color-gray-50 {
    color: #FFFFFF;
    background-color: #808080;
}

.bg-color-gray-60 {
    color: #FFFFFF;
    background-color: #666666;
}

.bg-color-gray-70 {
    color: #FFFFFF;
    background-color: #4D4D4D;
}

.bg-color-light-brown {
    background-color: rgb(127, 117, 12);
}

.bg-color-dark-brown {
    background-color: rgb(128, 88, 9);
}

/*BORDER AND BORDER COLORS*/


.bg-color-only-gray-40 {
    background-color: #999999;
}

.border {
    border-width: 1px;
    border-style: solid;
}

.border-color-none {
    border-color: none;
}

.border-color-normal {
    border: 1.5px solid #cccccc;
}

.border-color-magenta {
    border-color: #82338A;
}

.border-color-red {
    border-color: #ff1721;
}

.border-color-pink {
    border-color: #E50051;
}

.border-color-process-blue {
    border-color: #0090D4;
}

.border-color-blue {
    border-color: #005FA9;
}

.border-color-reflex-blue {
    border-color: #22338B;
}

.border-color-yorange {
    border-color: #F39011;
}

.border-color-orange {
    border-color: #EB5F28;
}

.border-color-gray-30 {
    border-color: #B3B3B3;
}

.border-color-gray-40 {
    border-color: #999999;
}

.border-color-gray-50 {
    border-color: #808080;
}

.border-color-gray-60 {
    border-color: #666666;
}

.border-color-gray-70 {
    border-color: #4D4D4D;
}

.border-color-dark-brown {
    border-color: rgb(128, 88, 9);
}

.border-color-axa-blue {
    border-color: #00008F;
}

li.active-blue {
    background-color: #33AAFF;
}

    li.active-blue a {
        color: #FFF !important;
    }

li.active-pink {
    background-color: #FF0066;
}

    li.active-pink a {
        color: #FFF !important;
    }

.bg-color-dirty-white {
    background-color: #F5F5F5;
}

.link-dark-bg {
    color: white;
}

    .link-dark-bg:hover {
        color: #EEE;
        text-decoration: none;
    }

.link-light-bg {
    color: #787878;
}

    .link-light-bg:hover {
        color: #676767;
        text-decoration: none;
    }

.text-color-white {
    color: white;
}

    .text-color-white a {
        color: white;
    }

        .text-color-white a:hover {
            color: #F5F5F5;
        }

/*LINKS*/
a {
    text-decoration: none !important;
}

.no-hover:hover {
    background-color: transparent !important;
}

.link-color-white,
.link-color-white:hover {
    color: #FFFFFF;
}

.link-color-magnum-orange,
.link-color-magnum-orange:hover {
    color: #F6A705;
}

.a-filter {
    color: #666666 !important;
    padding: 0 10px 2px 10px !important;
}

    .a-filter:hover {
        color: #FFFFFF !important;
        background-color: #D8D8D8 !important;
    }

/*TYPOGRAPHY*/
.font-size-1 {
    font-size: 1.2em;
}

.font-size-2 {
    font-size: 1.3em;
}

.font-size-3 {
    font-size: 1.6em;
}

.font-size-4 {
    font-size: 1.9em;
}

.font-size-5 {
    font-size: 2.2em;
}

.font-size-6 {
    font-size: 2.5em;
}



.font-size-35 {
    font-size: 35px;
}

.font-size-90 {
    font-size: 90px;
}

.font-size-50 {
    font-size: 50px;
}

.font-size-45 {
    font-size: 45px;
}

.font-size-40 {
    font-size: 40px;
}

.font-size-30 {
    font-size: 30px;
}

.font-size-28 {
    font-size: 28px;
}

.font-size-22 {
    font-size: 22px;
}

.font-size-24 {
    font-size: 24px;
}

.font-size-26 {
    font-size: 26px;
}

.font-size-20 {
    font-size: 20px;
}

.font-size-18 {
    font-size: 18px;
}

.font-size-17 {
    font-size: 17px;
}

.font-size-16 {
    font-size: 16px;
}

.font-size-14 {
    font-size: 14px;
}

.font-size-12 {
    font-size: 12px;
}

.font-size-10 {
    font-size: 10px;
}

.font-size-15 {
    font-size: 15px;
}

.line-height-1 {
    line-height: 1;
}

.line-height-sm {
    line-height: .6;
}

.line-height-md {
    line-height: .8;
}

.line-height-nav {
    line-height: 0.3;
}

/*HEIGHT*/

.height-nav {
    height: 56px;
}

/*GRID AND FORMS*/

.margin-btm-default {
    margin-bottom: 15px;
}

.margin-product-selected {
    margin: -5px 0px;
}

.margin-btm-large {
    margin-bottom: 30px;
}

.margin-btm-md {
    margin-bottom: 10px;
}

.margin-btm-sm {
    margin-bottom: 3px;
}

.margin-top-sm {
    margin-top: 3px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-50px {
    margin-top: 50px;
}

.margin-top-md {
    margin-top: 10px;
}

.form-inline .form-group {
    padding: 0 5px;
}


.padding-top-7px {
    padding-top: 7px;
}

.padding-top-30px {
    padding-top: 30px;
}

.padding-left-0px {
    padding-left: 0px;
}

.padding-left-4px {
    padding-left: 0px 0px 0px 3px;
}

.padding-left-9px {
    padding-left: 9px;
}

.padding-none {
    padding: 0px;
}

.margin-lg {
    margin: 30px;
}

.margin-left-6 {
    margin-left: 6px;
}

.margin-left-5 {
    margin-left: 5px;
}

.margin-left-10 {
    margin-left: 10px;
}

.margin-left-40px {
    margin-left: 40px;
}

.margin-sm {
    margin: 3px;
}

.margin-sm {
    margin: 1px;
}

.margin-md {
    margin: 5px;
}

.border-btm-white {
    border-bottom: 1px solid white;
}

.padding-sm {
    padding: 5px;
}


.max-height-60 {
    max-height: 60px;
    overflow-y: auto;
}

.max-height-40 {
    max-height: 40px;
    overflow-y: auto;
}

.min-height-sm {
    min-height: 400px;
    overflow-y: auto;
}

.max-height-sm {
    max-height: 400px;
    overflow-y: auto;
}

.max-height-sm-hidden-scrollbar {
    max-height: 600px;
    overflow-y: hidden;
}

.min-height-230 {
    min-height: 230px;
    overflow-y: auto;
}

.min-height-70 {
    min-height: 70px;
    overflow-y: auto;
}

.max-height-230 {
    max-height: 230px;
    overflow-y: auto;
}

.max-height-240 {
    max-height: 240px;
    overflow-y: auto;
    overflow-x: hidden;
}

.max-height-320 {
    max-height: 320px;
    overflow-y: auto;
    overflow-x: hidden;
}

.overflow-y-hidden {
    overflow-y: hidden;
}

/*DROPDOWN*/

.no-border {
    border: 0;
}

.gutter-sm {
    padding: 3px 3px !important;
}

    .gutter-sm:first-child {
        padding: 3px 0 3px 1px !important;
    }

    .gutter-sm:last-child {
        padding: 3px 1px 3px 0 !important;
    }

.row-xlg {
    height: 165px;
}

.row-lg {
    height: 120px;
}

.row-md {
    height: 80px;
}

.row-sm {
    height: 60px;
}

.row-xs {
    height: 40px;
}

/*BUTTON*/
.btn-wide {
    width: 195px;
}

.btn-outline-danger {
    background-color: #C91432 !important;
    border-color: #FFFFFF !important;
    padding: 12px, 16px, 12px, 16px !important;
    color: #FFFFFF !important;
}

    .btn-outline-danger:hover {
        background-color: #FFFFFF !important;
        border-color: #C91432 !important;
        color: #C91432 !important;
    }

.auto-scroll {
    overflow: auto;
}

.btn-filter {
    padding: 4px;
    background-color: transparent;
    font-size: 1em;
    font-weight: bold;
}

.btn-group.open .dropdown-toggle.btn-filter,
.dropdown-toggle.btn-filter:active {
    -webkit-box-shadow: none;
    box-shadow: none;
}

/*.modal-dialog {
    margin-top: 15%;
}*/

form input.ng-invalid {
    border: 1.5px solid red;
}

input.ng-dirty.ng-invalid {
    border: 1.5px solid red;
}

#product-type-modal.ng-dirty.ng-invalid {
    border: 1.5px solid #cccccc;
}

    #product-type-modal.ng-dirty.ng-invalid.border-color-red {
        border: 1.5px solid red;
    }

#riders-modal.ng-dirty.ng-invalid {
    border: 1.5px solid #cccccc;
}

    #riders-modal.ng-dirty.ng-invalid.border-color-red {
        border: 1.5px solid red;
    }

#amount-of-coverage-modal.ng-dirty.ng-invalid {
    border: 1.5px solid #cccccc;
}

    #amount-of-coverage-modal.ng-dirty.ng-invalid.border-color-red {
        border: 1.5px solid red;
    }

#date-modal.ng-dirty.ng-invalid {
    border: 1.5px solid #cccccc;
}

    #date-modal.ng-dirty.ng-invalid.border-color-red {
        border: 1.5px solid red;
    }

/*start of validation for Q3 modal css*/
#health-condition-list.ng-dirty.ng-invalid.border-color-red {
    border: 1.5px solid red;
}

#health-condition-list.ng-dirty.ng-invalid {
    border: 1.5px solid #cccccc;
}

#date-diagnosed-modal.ng-dirty.ng-invalid.border-color-red {
    border: 1.5px solid red;
}

#date-diagnosed-modal.ng-dirty.ng-invalid {
    border: 1.5px solid #cccccc;
}

#medication-modal.ng-dirty.ng-invalid.border-color-red {
    border: 1.5px solid red;
}

#medication-modal.ng-dirty.ng-invalid {
    border: 1.5px solid #cccccc;
}

#results-modal.ng-dirty.ng-invalid.border-color-red {
    border: 1.5px solid red;
}

#results-modal.ng-dirty.ng-invalid {
    border: 1.5px solid #cccccc;
}

#date-test-modal.ng-dirty.ng-invalid.border-color-red {
    border: 1.5px solid red;
}

#date-test-modal.ng-dirty.ng-invalid {
    border: 1.5px solid #cccccc;
}

#current-state-modal1.ng-dirty.ng-invalid.border-color-red {
    border: 1.5px solid red;
}

#current-state-modal1.ng-dirty.ng-invalid {
    border: 1.5px solid #cccccc;
}

#current-state-modal2.ng-dirty.ng-invalid.border-color-red {
    border: 1.5px solid red;
}

#current-state-modal2.ng-dirty.ng-invalid {
    border: 1.5px solid #cccccc;
}

#other-ailment-modal.ng-dirty.ng-invalid.border-color-red {
    border: 1.5px solid red;
}

#other-ailment-modal.ng-dirty.ng-invalid {
    border: 1.5px solid #cccccc;
}

#tumor-modal.ng-dirty.ng-invalid.border-color-red {
    border: 1.5px solid red;
}

#tumor-modal.ng-dirty.ng-invalid {
    border: 1.5px solid #cccccc;
}

/*end of validation for Q3 modal css*/

.modal-input-error {
    border: 1.5px solid #cccccc;
}

textarea.ng-dirty.ng-invalid {
    border: 1.5px solid red;
}

/*form select.ng-invalid {
    border: 1.5px solid red;
}*/

form input.ng-pristine {
    border: 1px solid #cccccc;
}

.btn-link:hover {
    text-decoration: none;
}

/*Bootstrap Elements*/

.popover {
    color: #999999 !important;
}

.modal-dialog {
    margin-top: 6% !important;
}

/*CURSOR*/

.cursor-default {
    cursor: default;
}

/*LOGIN*/
.tooltip.bottom .tooltip-arrow {
    border-bottom-color: #0090D4 !important;
}

.tooltip-inner {
    background-color: #0090D4 !important;
    color: white;
    max-width: 620px;
    width: 620px;
    color: #CDE9F5;
}

.line-ht-60 {
    line-height: 60%;
}
/*LOGIN*/

.opacity-50 {
    opacity: .5;
}

/*Landing Page*/
#landingPageSideMenu {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}

    #landingPageSideMenu:hover {
        left: 0 !important;
    }

.slider-tick {
    height: 5px;
    width: 5px;
    border-radius: 50%;
    bottom: 13px;
    position: absolute;
}

/*For Proposed Solutions and Products Summary*/

.bg-color-only-gray-10 {
    background-color: #E4E4E4;
}

.bg-gray-selected {
    background-color: #A5A5A5;
}

.border-color-white-5 {
    border: 5px solid white;
}

/*PRODUCTS SUMMARY*/

.bg-color-wealth {
    background-color: #F1C232;
    color: white;
}

/*ANIMATIONS*/

.animate-show.ng-hide-remove {
    -webkit-transition: all linear 0.5s;
    -moz-transition: all linear 0.5s;
    -o-transition: all linear 0.5s;
    transition: all linear 0.5s;
    display: block !important;
}

.animate-show.ng-hide-add.ng-hide-add-active,
.animate-show.ng-hide-remove {
    opacity: 0;
}

    .animate-show.ng-hide-add,
    .animate-show.ng-hide-remove.ng-hide-remove-active {
        opacity: 1;
    }

/*.slide-switch.ng-animate {
  -webkit-transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) .6s;
  transition:all cubic-bezier(0.250, 0.460, 0.450, 0.940) .6s;
  position:absolute;
}
.slide-switch.ng-enter {
  top:100%;
}
.slide-switch.ng-leave.ng-leave-active {
  top:-100%;
}
.slide-switch.ng-leave {
  top:0;
}
.slide-switch.ng-enter.ng-enter-active {
  top:0;
}*/
/*.slide-switch.ng-leave,
.slide-switch.ng-enter.ng-enter-active {
  top:0;
}*/


.wealth-management-textbox {
    background-color: #291400;
    border-color: #472B00 !important;
    opacity: 0.5;
    color: white;
}

/*for EAPP TEMP*/
.form-group input.width-75 {
    width: 75px;
}

.form-group input.width-50 {
    width: 50px;
}

/*OCCUPATION SELECT*/
.occupation-select > div:first-of-type {
    width: 100%;
    text-align: left;
}

    .occupation-select > div:first-of-type > a {
        height: 34px;
        border-radius: 0;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        line-height: 32px;
    }

        .occupation-select > div:first-of-type > a > div {
            background: none;
        }

.occupation-select > select {
    margin: 0 0 0 0;
    width: 100%;
    position: inherit;
}

.table-bordered-gray40 > thead > tr > th,
.table-bordered-gray40 > tbody > tr > th,
.table-bordered-gray40 > tfoot > tr > th,
.table-bordered-gray40 > thead > tr > td,
.table-bordered-gray40 > tbody > tr > td,
.table-bordered-gray40 > tfoot > tr > td {
    border: 1px solid #B3B3B3;
    text-align: center;
    vertical-align: middle;
}

#loaderDiv {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    background-color: rgba(49, 49, 49, 0.76);
}

.ajax-loader {
    opacity: .4;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -32px;
    margin-top: -32px;
    display: block;
}

/* Styling for the ngProgress itself */
#ngProgress {
    margin: 0;
    padding: 0;
    z-index: 99998;
    background-color: green;
    color: green;
    box-shadow: 0 0 10px 0; /* Inherits the font color */
    height: 2px;
    opacity: 0;
    /* Add CSS3 styles for transition smoothing */
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

/* Styling for the ngProgress-container */
#ngProgress-container {
    position: fixed;
    margin: 0;
    padding: 0;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
}


/*transition for ps assessment side container in rider selection page*/
/*Landing Page*/
#riderAssessmentSidePanel {
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.5s;
}



.rotate-90-text {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
}

.psRiderText {
    position: absolute;
    top: 200px;
    left: -65px;
    width: 200px;
}

.psRiderLabel {
    display: inline-block;
    max-width: 100%;
    margin-bottom: 5px;
    font-weight: normal !important;
}

/*edit to fit more recent media screens*/

/*desktops and laptops*/
@media only screen and (min-width: 1224px) {
    .psRiderStyle {
        width: 450px;
        position: absolute;
        z-index: 10;
        left: -40%;
        top: 0px;
    }

    #riderAssessmentSidePanel:hover, #riderAssessmentSidePanel:active {
        left: -9% !important;
    }

    #eapp-switcher {
        min-height: 400px;
    }

    #dcr-generator {
        width: 1000px;
    }
}

/*ipads*/
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .psRiderStyle {
        width: 450px;
        position: absolute;
        z-index: 10;
        left: -45%;
        top: 0px;
    }

    #riderAssessmentSidePanel:hover, #riderAssessmentSidePanel:active {
        left: -5% !important;
    }

    #eapp-switcher {
        min-height: 600px;
    }

    #dcr-generator {
        width: 1000px;
        position: relative;
        left: -110px;
    }

    /*goal setting*/
    .homeLoanCheckBoxDS span, .othersCheckBoxDS span, .carLoanCheckBoxDS span, .moneyLoanCheckBox span, .othersCheckBoxDS span, .vacLoanCheckBox span {
        display: block;
        max-width: 100% !important;
        background-position: right -20px !important;
        background-position: bottom -120px !important;
        width: auto;
        height: auto;
    }

   

    .circle {
        display: block;
        width: 80px !important;
        height: 80px !important;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center center;
        -webkit-border-radius: 99em;
        -moz-border-radius: 99em;
        border-radius: 99em;
        border: 1px solid #ddd;
        box-shadow: 0 3px 2px rgba(0, 0, 0, 0.3);
        cursor: pointer;
        text-align: center;
    }

    .vorv_text, .BodyFont {
        font-size: 10px !important;
    }
    
    .BodyFont {
        font-size: 12px !important;
    }

    .HeadFont {
        font-size: 9px !important;
    }

    .HeadFontMajor {
        font-size: 9px !important;
    }

    .BodyFontQuestion {
        font-size: 18px;
    }

    .fundText {
        font-size: 15px;
    }

    /*for healt template*/
    /*.col-sm-offset-2 {
        margin-left: 0% !important;
    }*/
}

/* Heart of the matter */
@media (min-width: 768px) {
    .ten-columns > .col-sm-2 {
        width: 20%;
    }

     
}

.item {
    position: relative;
    display: inline-block;
}

@media screen and (min-width: 1366px) {
    .psRiderStyle {
        width: 450px;
        position: absolute;
        z-index: 10;
        left: -43%;
        top: 0px;
    }

    #riderAssessmentSidePanel:hover, #riderAssessmentSidePanel:active {
        left: -11% !important;
    }
}

@media screen and (min-width: 1440px) {
    .psRiderStyle {
        width: 450px;
        position: absolute;
        z-index: 10;
        left: -47%;
        top: 0px;
    }

    #riderAssessmentSidePanel:hover, #riderAssessmentSidePanel:active {
        left: -13% !important;
    }
}

.border-gray-1px {
    border: 1px solid gray;
    padding: 1px;
}
/*test*/
.bank-needs {
    position: relative;
    width: 180px;
    height: 180px;
    float: left;
    margin-right: 50px;
    padding: 5px;
}

.checkbox {
    position: absolute;
    top: 0px;
    left: 0px;
}

.homeLoanCheckBox input {
    display: none;
}

.homeLoanCheckBox span {
    width: 150px;
    height: 150px;
    display: block;
    margin-right: 2px;
    background: url("../../img/home_loan.png");
}

.homeLoanCheckBox input:checked + span {
    background: url("../../img/home_loan.png");
    -webkit-filter: saturate(3);
    border: 2px solid orangered;
}

.homeLoanCheckBox input:disabled + span {
    background: url("../../img/home_loan.png");
    -webkit-filter: invert(20%);
}


.homeLoanCheckBoxDS input {
    display: none;
}


.homeLoanCheckBoxDS span {
    object-fit: cover;
    width: 200px;
    height: 200px;
    display: block;
    margin-right: 2px;
    background-color: white;
    background-image: url(../img/u78-gs.png);
    -webkit-filter: invert(10%);
    border: 2px solid rgba(168,168,168,0.65);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    border-radius: 12px;
}


.homeLoanCheckBoxDS input:checked + span {
    background-image: url(../img/u78.png);
    -webkit-filter: invert(0);
    border: 2px solid #103184;
}

.homeLoanCheckBoxDS input:disabled + span {
    background: url("../../img/home_loan.png");
    -webkit-filter: invert(20%);
}


.carLoanCheckBox input {
    display: none;
}


.moneyLoanCheckBox input {
    display: none;
}


.vacLoanCheckBox input {
    display: none;
}


.moneyLoanCheckBox input {
    display: none;
}


.vacLoanCheckBox input {
    display: none;
}



.carLoanCheckBox span {
    width: 150px;
    height: 151px;
    display: block;
    margin-right: 2px;
    background: url("../../img/car_loan.png");
}

.carLoanCheckBox input:checked + span {
    background: url("../../img/car_loan.png");
    -webkit-filter: saturate(3);
    border: 2px solid orangered;
}

.carLoanCheckBox input:disabled + span {
    background: url("../../img/car_loan.png");
    -webkit-filter: invert(20%);
}

.carLoanCheckBoxDS input {
    display: none;
}

.carLoanCheckBoxDS span {
    width: 200px;
    height: 200px;
    display: block;
    margin-right: 2px;
    background-color: white;
    background-image: url(../img/u80.png);
    -webkit-filter: invert(10%);
    border: 2px solid rgba(168,168,168,0.65);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
}

.carLoanCheckBoxDS input:checked + span {
    background-image: url(../img/u80-colored.png);
    -webkit-filter: invert(0);
    border: 2px solid #103184;
}

.carLoanCheckBoxDS input:disabled + span {
    background-image: url(../img/u80.png);
    -webkit-filter: invert(20%);
}

.moneyLoanCheckBox span {
    width: 200px;
    height: 200px;
    display: block;
    background-color: white;
    margin-right: 2px;
    background-image: url(../img/u79-gs.png);
    -webkit-filter: invert(10%);
    border: 2px solid rgba(168,168,168,0.65);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
}

.moneyLoanCheckBox input:checked + span {
    background-image: url(../img/u79.png);
    -webkit-filter: invert(0);
    border: 2px solid #103184;
}

.moneyLoanCheckBox input:disabled + span {
    background: url("../../img/u79-gs.png");
    -webkit-filter: invert(20%);
}

.vacLoanCheckBox span {
    width: 200px;
    height: 200px;
    display: block;
    margin-right: 2px;
    background-color: white;
    background-image: url(../img/u81.png);
    -webkit-filter: invert(20%);
    border: 2px solid rgba(168,168,168,0.65);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
}

.vacLoanCheckBox input:checked + span {
    background-image: url(../img/u81-colored.png);
    -webkit-filter: invert(0);
    border: 2px solid #103184;
}

.vacLoanCheckBox input:disabled + span {
    background: url("../../img/vacation_loan.png");
    -webkit-filter: invert(20%);
}



.othersCheckBoxDS input {
    display: none;
}

.othersCheckBoxDS span {
    width: 200px;
    height: 200px;
    display: block;
    margin-right: 2px;
    background-color: white;
    background-image: url(../img/u82.png);
    -webkit-filter: invert(10%);
    border: 2px solid rgba(168,168,168,0.95);
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 12px;
}

.othersCheckBoxDS input:checked + span {
    background-image: url(../img/u82-colored.png);
    -webkit-filter: invert(0);
    border: 2px solid #103184;
}

.othersCheckBoxDS input:disabled + span {
    background-image: url(../img/u82-colored.png);
    background-position-x: center;
    -webkit-filter: invert(20%);
}

.linkforGoal {
    font-family: Source Sans Pro,Arial,sans-serif;
    /*font-weight: bolder;*/
    cursor: pointer;
    text-decoration: underline !important;
    font-size: 14px;
    color: rgb(0, 0, 143);
    font-weight: 600;
    letter-spacing: 0.08em;
    cursor: pointer;
}

.othersCheckBox input {
    display: none;
}

.othersCheckBox span {
    width: 120px;
    height: 60px;
    display: block;
    margin-right: 2px;
    background: url("../../img/others.png");
    background-position-x: center;
}

.othersCheckBox input:checked + span {
    background: url("../../img/others.png");
    background-position-x: center;
    -webkit-filter: saturate(3);
    border: 2px solid orangered;
}

.othersCheckBox input:disabled + span {
    background: url("../../img/others.png");
    background-position-x: center;
    -webkit-filter: invert(20%);
}

.notInterestedCheckBox input {
    display: none;
}

.notInterestedCheckBox span {
    width: 150px;
    height: 60px;
    display: block;
    background: url("../../img/not_interested.png");
}

.notInterestedCheckBox input:checked + span {
    background: url("../../img/not_interested.png");
    -webkit-filter: saturate(3);
    border: 2px solid orangered;
}

.notInterestedCheckBox input:disabled + span {
    background: url("../../img/not_interested.png");
    -webkit-filter: invert(20%);
}

.homeLoanCheckBoxDSChecked {
    background-image: url(../img/u78.png) !important;
    -webkit-filter: invert(0) !important;
    border: 3px solid #103184 !important;
    border-radius: 10px;
}

.carLoanCheckBoxDSChecked {
    background-image: url(../img/u80-colored.png) !important;
    -webkit-filter: invert(0) !important;
    border: 3px solid #103184 !important;
    border-radius: 10px;
}

.moneyLoanCheckBoxDSChecked {
    background-image: url(../img/u79.png) !important;
    -webkit-filter: invert(0) !important;
    border: 2px solid #103184 !important;
    border-radius: 10px;
}

.vacLoanCheckBoxDSChecked {
    background-image: url(../img/u81-colored.png) !important;
    -webkit-filter: invert(0) !important;
    border: 2px solid #103184 !important;
    border-radius: 10px;
}

.otherLoanCheckBoxDSChecked {
    background-image: url(../img/u82-colored.png) !important;
    -webkit-filter: invert(0) !important;
    border: 2px solid #103184 !important;
    border-radius: 10px;
}


/*for disabled*/
.CarLoan input:checked + span {
    background-image: url(../img/u80.png) !important;
    -webkit-filter: invert(10%);
    border: 1px solid rgba(168,168,168,0.65) !important;
}

/*for disabled*/
.MoneyLoan input:checked + span {
    background: url("../../img/u79-gs.png") !important;
    margin-right: 2px !important;
    -webkit-filter: invert(10%);
    border: 1px solid rgba(168,168,168,0.65) !important;
    background-position: center !important;
}

.TravelLoan input:checked + span {
    background-image: url(../img/u81.png);
    -webkit-filter: invert(10%);
    border: 1px solid rgba(168,168,168,0.65) !important;
    background-position: center !important;
}

.OtherLoan input:checked + span {
    background-image: url(../img/u82.png);
    margin-right: 2px !important;
    -webkit-filter: invert(10%);
    border: 1px solid rgba(168,168,168,0.65) !important;
    background-position: center !important;
}



.addBankInfo :hover {
    color: #005FA9;
}

.privSchoolCheckBox input {
    display: none;
}

.privSchoolCheckBox span {
    width: 150px;
    height: 150px;
    display: block;
    margin-right: 2px;
    background: url("../../img/private_school.png");
}

.privSchoolCheckBox input:checked + span {
    background: url("../../img/private_school.png");
    -webkit-filter: saturate(3);
    border: 2px solid orangered;
}

.privSchoolCheckBox input:disabled + span {
    background: url("../../img/private_school.png");
    -webkit-filter: invert(20%);
}


/**/
.pubSchoolCheckBox input {
    display: none;
}

.pubSchoolCheckBox span {
    width: 150px;
    height: 150px;
    display: block;
    margin-right: 2px;
    background: url("../../img/public_school.png");
}

.pubSchoolCheckBox input:checked + span {
    background: url("../../img/public_school.png");
    -webkit-filter: saturate(3);
    border: 2px solid orangered;
}

.pubSchoolCheckBox input:disabled + span {
    background: url("../../img/public_school.png");
    -webkit-filter: invert(20%);
}


/**/
.pubHospitalCheckBox input {
    display: none;
}

.pubHospitalCheckBox span {
    width: 150px;
    height: 150px;
    display: block;
    margin-right: 2px;
    background: url("../../img/public_hospital.png");
}

.pubHospitalCheckBox input:checked + span {
    background: url("../../img/public_hospital.png");
    -webkit-filter: saturate(3);
    border: 2px solid orangered;
}

.pubHospitalCheckBox input:disabled + span {
    background: url("../../img/public_hospital.png");
    -webkit-filter: invert(20%);
}
/**/
.privHospitalCheckBox input {
    display: none;
}

.privHospitalCheckBox span {
    width: 150px;
    height: 150px;
    display: block;
    margin-right: 2px;
    background: url("../../img/private_hospital.png");
}

.privHospitalCheckBox input:checked + span {
    background: url("../../img/private_hospital.png");
    -webkit-filter: saturate(3);
    border: 2px solid orangered;
}

.privHospitalCheckBox input:disabled + span {
    background: url("../../img/private_hospital.png");
    -webkit-filter: invert(20%);
}

/* For health benefit level (Gold lite) page*/
.table-curved {
    border-collapse: separate;
    border: solid #ddd 5px;
    border-radius: 25px;
    border-left: 0;
    border-top: 0;
}

    .table-curved > thead:first-child > tr:first-child > th {
        border-bottom: 0;
        border-top: solid #ddd 5px;
    }

    .table-curved td, .table-curved th {
        border-left: 5px solid #ddd;
        border-top: 5px solid #ddd;
    }

    .table-curved > :first-child > :first-child > :first-child {
        border-top-left-radius: 20px;
    }

    .table-curved > :first-child > :first-child > :last-child {
        border-top-right-radius: 20px;
    }

    .table-curved > :last-child > :last-child > :first-child {
        border-bottom-left-radius: 20px;
    }

    .table-curved > :last-child > :last-child > :last-child {
        border-bottom-right-radius: 20px;
    }

.fontStyle {
    font-size: 20px;
    font-weight: bold;
}

.fontTitle {
    color: #092f87;
    text-align: center;
    font-size: 45px;
    font-weight: bold;
}

.pic {
    height: 80px;
    width: auto;
}

.table-bl-gha > tbody > tr > td {
    border-width: thin;
    border-color: #faa61e;
    padding-left: 15px;
    border-right-style: solid;
    vertical-align: middle;
}

.table-bl-gha > tbody > tr > th {
    border-width: thin;
    border-color: #faa61e;
    padding-left: 15px;
    border-right-style: solid;
    vertical-align: middle;
    border-right-color: white;
    font-weight: normal;
    font-size: x-large;
    color: #092f87;
}

.bl-td-vab {
    border-color: #faa61e;
    border-width: thin;
    text-align: center;
    background-color: #faa61e;
    color: #092f87;
    border-right-style: solid;
    border-left-style: solid;
    font-size: xx-large;
    font-weight: bold;
}

.bl-row-td-valb {
    border-style: none solid solid solid;
    border-width: thin;
    border-color: #faa61e;
    background-color: #fdf9c1;
}

.bl-download-link {
    text-align: center;
}
/*END of */

.campaign-banner-horizontal {
    height: 60px;
    /*width:650px;*/
    border: 1px solid grey;
    cursor: pointer;
    background: url('../img/Campaign_Banner_Horizontal_AmbitionX.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.campaign-banner-full {
    height: 612px;
    border: 1px solid grey;
    cursor: pointer;
    background: url('../img/Campaign_Banner_Full_AmbitionX.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.campaign-banner-vertical {
    height: 612px;
    width: 100px;
    border: 1px solid grey;
    position: absolute;
    margin-top: 30px;
    cursor: pointer;
    background: url('../img/Campaign_Banner_vertical_AmbitionX.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
}


.sync-status {
    border-radius: 5px;
    font-size: 80%;
    font-weight: bold;
    padding: 1px 5px 1px 5px;
}


.border-green {
    border: 1px solid green;
}

.border-gray {
    border: 1px solid #808080;
}

.border-blue {
    border: 1px solid #0090d4;
}

.border-red {
    border: 1px solid red;
}

/* SYNC FEEDBACK MSG */

.feedbackMsg {
    position: absolute;
    display: block;
    opacity: .4;
    width: 100%;
    top: 50%;
    text-align: center;
}


/* GHA */

.ribbon {
    position: absolute;
    right: -5px;
    top: -5px;
    z-index: 1;
    overflow: hidden;
    width: 75px;
    height: 75px;
    text-align: right;
}

    .ribbon span {
        font-size: 10px;
        font-weight: bold;
        color: #FFF;
        text-transform: uppercase;
        text-align: center;
        line-height: 20px;
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        width: 100px;
        display: block;
        background: #79A70A;
        background: linear-gradient(#F79E05 0%, #8F5408 100%);
        box-shadow: 0 3px 10px -5px rgba(0, 0, 0, 1);
        position: absolute;
        top: 19px;
        right: -21px;
    }

        .ribbon span::before {
            content: "";
            position: absolute;
            left: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid #8F5408;
            border-right: 3px solid transparent;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F5408;
        }

        .ribbon span::after {
            content: "";
            position: absolute;
            right: 0px;
            top: 100%;
            z-index: -1;
            border-left: 3px solid transparent;
            border-right: 3px solid #8F5408;
            border-bottom: 3px solid transparent;
            border-top: 3px solid #8F5408;
        }

.healthBenefits {
    color: white;
    margin-bottom: 5px;
    padding-top: 12px;
    font-weight: bold;
    height: 66px;
    cursor: pointer;
}

.benefitLevels {
    cursor: pointer;
    padding-top: 5px;
    height: 146px;
    margin-bottom: 10px;
}

.gradient-platinum {
    background: -moz-linear-gradient(-45deg, rgba(204,194,194,0.65) 0%, rgba(201,137,16,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(204,194,194,0.65) 0%,rgba(201,137,16,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(204,194,194,0.65) 0%,rgba(201,137,16,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ccc2c2', endColorstr='#00c98910',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gradient-gold {
    background: -moz-linear-gradient(-45deg, rgba(201,137,16,0.65) 0%, rgba(201,137,16,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(201,137,16,0.65) 0%,rgba(201,137,16,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(201,137,16,0.65) 0%,rgba(201,137,16,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6c98910', endColorstr='#00c98910',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


.gradient-silver {
    background: -moz-linear-gradient(-45deg, rgba(168,168,168,0.65) 0%, rgba(201,137,16,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(168,168,168,0.65) 0%,rgba(201,137,16,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(168,168,168,0.65) 0%,rgba(201,137,16,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a8a8a8', endColorstr='#00c98910',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.gradient-gold-lite {
    background: -moz-linear-gradient(-45deg, rgba(217,164,65,0.65) 0%, rgba(201,137,16,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, rgba(217,164,65,0.65) 0%,rgba(201,137,16,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(135deg, rgba(217,164,65,0.65) 0%,rgba(201,137,16,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6d9a441', endColorstr='#00c98910',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}

.color-platinum {
    border: 4px solid transparent;
    -moz-border-image: -moz-linear-gradient(-45deg, rgba(204,194,194,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    -webkit-border-image: -webkit-linear-gradient(-45deg, rgba(204,194,194,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    border-image: linear-gradient(135deg, rgba(204,194,194,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-image-slice: 1;
}

.color-gold {
    border: 4px solid transparent;
    -moz-border-image: -moz-linear-gradient(-45deg, rgba(201,137,16,0.65) 0%, rgba(201,137,16,0) 100%); /* FF3.6-15 */
    -webkit-border-image: -webkit-linear-gradient(-45deg, rgba(201,137,16,0.65) 0%,rgba(201,137,16,0) 100%); /* Chrome10-25,Safari5.1-6 */
    border-image: linear-gradient(135deg, rgba(201,137,16,0.65) 0%,rgba(201,137,16,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-image-slice: 1;
}


.color-gold-lite {
    border: 4px solid transparent;
    -moz-border-image: -moz-linear-gradient(-45deg, rgba(217,164,65,0.65) 0%, rgba(201,137,16,0) 100%); /* FF3.6-15 */
    -webkit-border-image: -webkit-linear-gradient(-45deg, rgba(217,164,65,0.65) 0%,rgba(201,137,16,0) 100%); /* Chrome10-25,Safari5.1-6 */
    border-image: linear-gradient(135deg, rgba(217,164,65,0.65) 0%,rgba(201,137,16,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-image-slice: 1;
}

.color-silver {
    border: 4px solid transparent;
    -moz-border-image: -moz-linear-gradient(-45deg, rgba(168,168,168,0.65) 0%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    -webkit-border-image: -webkit-linear-gradient(-45deg, rgba(168,168,168,0.65) 0%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    border-image: linear-gradient(135deg, rgba(168,168,168,0.65) 0%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    border-image-slice: 1;
}

.contentHover {
    background: -moz-linear-gradient(left, rgba(0,0,0,1) 0%, rgba(43,35,11,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,1) 0%,rgba(43,35,11,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,1) 0%,rgba(43,35,11,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#a62b230b',GradientType=1 ); /* IE6-9 */
}

.titleHover {
    background: -moz-linear-gradient(left, rgba(255,255,255,1) 0%, rgba(43,35,11,0.65) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(255,255,255,1) 0%,rgba(43,35,11,0.65) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(255,255,255,1) 0%,rgba(43,35,11,0.65) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a62b230b',GradientType=1 ); /* IE6-9 */
}

.gha_background {
    background-image: url(../img/gha_bg.jpg);
    background-repeat: no-repeat;
    background-color: black;
    background-position: center;
    height: calc(100vh - 101px);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    top: 10.5%;
}

.viewButton {
    position: absolute;
    bottom: 10px;
}

    .viewButton a:hover, .nextButton:hover {
        color: burlywood;
    }

/* GHA */


.btn-glyphicon-padded {
    min-width: 170px;
}

.span-glyphicon-padded i {
    margin: 0px 0px 0px 20px;
}

.btn-glyphicon-padded i {
    margin: 0px 0px 0px 10px;
}

.fixed-height-box {
    /*display: block;*/
    min-height: 170px;
    min-width: 170px;
    vertical-align: top !important;
}

    .fixed-height-box a, .fixed-height-box span {
        margin-top: 8px;
    }


.upload-wrapper {
    background: #D6E3E1;
    margin: 0px 0px 10px 0px;
    padding: 20px 0px;
}

/* ***** DCR ***** */
.bg-eapp-header {
    color: #22338b;
    padding: 5px;
    /*background-color: #F39011;*/
    background: #22338b url('/img/E-App-Banner-01.png') top left;
    font-size: 2.5em;
    margin-bottom: 15px;
    max-height: 60px;
}

/* EApp Signature Wizard */

.riskquestionAnswersFont {
    font-size: 18px;
}
.riskquestionAnswers {
    font-size: 20px;
}
.wizard {
    margin: 0 -15px;
}

    .wizard .nav-tabs {
        position: relative;
        margin: -25px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > .wizard-inner {
        position: relative;
        margin-bottom: 0px;
    }

.connecting-line {
    height: 2px;
    background: #e0e0e0;
    position: absolute;
    width: 60%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 50%;
    z-index: 1;
}

    .connecting-line.extended {
        height: 2px;
        background: #e0e0e0;
        position: absolute;
        width: 80%;
        margin: 0 auto;
        left: 0;
        right: 0;
        top: 50%;
        z-index: 1;
    }

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: table-cell;
    border-radius: 100px;
    background: #fff;
    border: 2px solid #e0e0e0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    padding-top: 12%;
    font-size: 25px;
}

    span.round-tab i {
        color: #555555;
    }

.wizard li.active span.round-tab {
    background: #fff;
    border: 2px solid #33b5e5;
}

    .wizard li.active span.round-tab i {
        color: #33b5e5;
    }

.wizard li.warning span.round-tab {
    background: #fff;
    border: 2px solid #ffbb33;
}

    .wizard li.warning span.round-tab i {
        color: #ffbb33;
    }

.wizard li.success span.round-tab {
    background: #fff;
    border: 2px solid #00C851;
}

    .wizard li.success span.round-tab i {
        color: #00C851;
    }


span.round-tab:hover {
    color: #333;
    border: 2px solid #333;
}

.wizard .nav-tabs > li {
    width: 33%;
}

.wizard.extended .nav-tabs > li {
    width: 25%;
}

.wizard .nav-tabs > li a {
    cursor: default;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #33b5e5;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: 0px;
    border: 10px solid transparent;
    border-bottom-color: #33b5e5;
}

.wizard .nav-tabs > li a {
    width: 70px;
    height: 70px;
    margin: 20px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 10px;
}

@@media( max-width : 585px ) {

    .wizard {
        width: 100%;
        height: auto !important;
    }

    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
}

#proposed-body-sameowner {
    height: 700px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding: 0 10px 0 10px;
}

#proposed-body {
    height: 700px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding: 0 10px 0 10px;
}

#insured-body {
    height: 650px;
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding: 0 10px 0 10px;
}

#insured-below18 {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding: 0 10px 0 10px;
}

#dist-declaration {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding: 0 10px 0 10px;
}

.img-sig {
    border: 1px solid black;
}

#complete-body {
    border-bottom: 1px solid #e0e0e0;
    margin-bottom: 15px;
    padding: 0 10px 0 10px;
}

.eapp-zipcode .dropdown-menu {
    left: auto !important;
    right: 5px;
}

#beneficial-owner-info .popover {
    max-width: 1000px !important;
}

    #beneficial-owner-info .popover .arrow {
        margin-left: 10px;
    }

.beneficialowner-margin {
    margin-top: 200px;
}

.btn-IP:focus
.btn-IP:active
.btn-IP.active :focus
.btn-IP ::after {
    border: 20px solid white;
}

.btn-IP {
    color: #FFFFFF;
    background-color: #F39011;
    padding: 50px;
    margin-bottom: 20px;
}

.btn-H {
    color: #FFFFFF;
    background-color: #EB5F28;
    padding: 50px;
    margin-bottom: 20px;
}

.btn-E {
    color: #FFFFFF;
    background-color: #999999;
    padding: 50px;
    margin-bottom: 20px;
}

.btn-R {
    color: #FFFFFF;
    background-color: #0090D4;
    padding: 50px;
    margin-bottom: 20px;
}

.ps-who-we-are-header {
    position: absolute;
    color: #22338b;
    width: 100%;
    top: 20px;
}


.stepwizard-step p {
    margin-top: 10px;
}

.stepwizard-row {
    display: table-row;
    text-align: center;
}

.stepwizard {
    display: table;
    width: 92%;
    position: relative;
}

.stepwizard-step a[disabled] {
    background-color: #ccc;
    color: white;
    opacity: 1;
}



.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
}

.btn-circle {
    width: 40px;
    height: 40px;
    text-align: center;
    padding: 8px 0;
    font-size: 18px;
    border-radius: 25px;
    margin-top: 20px;
    margin-bottom: 10px;
    margin-right: 0px;
    margin-left: 90px;
    padding-right: 0;
}


.btn-checked {
    background-color: black;
    color: white;
}

label.btn.btn-default.active {
    border: 5px solid #3ad283;
    border-radius: 4px;
}

.stepwizard-step a {
    font-weight: bold;
}

.goalsrow {
    margin-top: 20px;
}


 

/*goal-setting css*/
.homeLoanCheckBoxDSx span {
    /*width: 210px;*/
    display: block;
    margin-right: 2px;
    background-color: white;
    background-position: center;
    text-align:center;
}

.badgesSpan {
    float: right;
    background-color: deeppink;
    padding: 0px 0px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    color: white;
    border: none;
    border-radius: 50px;
    position: relative;
    margin-top: -8px;
    margin-left: 30px;
}


.label_select {
    display: block !important;
}


.homeLoanCheckBoxDS .badges {
    float: right;
    background-color: deeppink;
    padding: 0px 0px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    color: white;
    margin-top: -8px;
    border-radius: 50px;
    position: relative;
}

.carLoanCheckBoxDS .badges {
    float: right;
    background-color: deeppink;
    padding: 0px 0px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    color: white;
    margin-top: -8px;
    border-radius: 50px;
}

.moneyLoanCheckBox .badges {
    float: right;
    background-color: deeppink;
    padding: 0px 0px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    color: white;
    margin-top: -8px;
    border-radius: 50px;
}

.vacLoanCheckBox .badges {
    float: right;
    background-color: deeppink;
    padding: 0px 0px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    color: white;
    margin-top: -8px;
    border-radius: 50px;
}

.othersCheckBoxDS .badges {
    float: right;
    background-color: deeppink;
    padding: 0px 0px;
    width: 30px;
    text-align: center;
    font-size: 20px;
    color: white;
    margin-top: -8px;
    border-radius: 50px;
}



/*Basic Need CSS*/

hr.style8 {
    border-top: 1px solid #8c8b8b;
    border-bottom: 1px solid #fff;
    width: 800px;
}


h2.background {
    position: relative;
    z-index: 1;
}

    h2.background:before {
        border-top: 1px solid #8c8b8b;
        content: "";
        margin: 0 auto;
        /* this centers the line to the full width specified */
        position: absolute;
        /* positioning must be absolute here, and relative positioning must be applied to the parent */
        top: 50%;
        left: 0;
        right: 0;
        bottom: 0;
        width: 50%;
        z-index: -1;
    }

    h2.background span {
        /* to hide the lines from behind the text, you have to set the background color the same as the container */
        background: #027180;
        padding: 5px 25px 5px 25px;
        color: #fff;
        border-radius: 2px;
        letter-spacing: .06em;
    }

h2.double:before {
    /* this is just to undo the :before styling from above */
    border-top: none;
}

h2.double:after {
    border-bottom: 1px solid blue;
    -webkit-box-shadow: 0 1px 0 0 red;
    -moz-box-shadow: 0 1px 0 0 red;
    box-shadow: 0 1px 0 0 red;
    content: "";
    margin: 0 auto;
    /* this centers the line to the full width specified */
    position: absolute;
    top: 45%;
    left: 0;
    right: 0;
    width: 95%;
    z-index: -1;
}

hr {
    padding-bottom: 0 !important;
    border: 0;
    border-top: 1px solid #eee;
}

.divflat {
    color: white;
}


/*customize select prospect-info*/
.select2-container .select2-choice {
    display: block;
    height: 28px;
    overflow: hidden;
    position: relative;
    border: 1px solid #ccc !important;
    white-space: nowrap;
    line-height: 26px;
    color: #555 !important;
    text-decoration: none;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background-clip: padding-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: none !important;
    background-image: none !important;
    text-align: left !important;
}

    .select2-container .select2-choice div {
        display: block;
        width: 18px;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        border-left: none !important;
        -webkit-border-radius: 0 4px 4px 0;
        -moz-border-radius: 0 4px 4px 0;
        border-radius: 0 4px 4px 0;
        -webkit-background-clip: padding-box;
        -moz-background-clip: padding;
        background-clip: padding-box;
        background: none !important;
        background-image: none !important;
        color: #555 !important;
    }

    .select2-container .select2-choice b {
        border-color: #000 transparent transparent transparent !important;
    }

    /*Risk Score Card*/

.Card_profile {
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.04), 0 4px 5px 0 rgba(0,0,0,.04), 0 1px 10px 0 rgba(0,0,0,.05);
    min-height: 100%;
    position: relative;
    top: 0;
    transition: all .1s ease-in;
    padding: 20px;
}

    /*Rider CSS*/

.modal-content{
    position: relative;
    background-color: #fff;
    border: 0px solid #999 !important;  
    border-radius: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0,0,0,.5);
    box-shadow: 0 3px 9px rgba(0,0,0,.5);
    background-clip: padding-box;
    outline: 0;
}

.modal-header-rider {
    padding: 15px;
    border-bottom: 0px solid #e5e5e5 !important;
    min-height: 16.42857143px;
}

.arrow-down {
    margin-left: auto;
    margin-right: auto;
    width: 0px;
    height: 0px;
    border-left: 25px solid transparent;
    border-right: 25px solid transparent;
    border-top: 25px solid #00008F;
}

.bg-color-rider-pink {
    color: #fff;
    background-color: #00008F;
}

.line-ht-40 {
    line-height: 40%;
}

#riderTable td {
    text-align: center;
    padding: 0;
    vertical-align: middle;
    border: 1px solid #fff;
}

#riderTable .border-color-gray-15 {
    border: 1px solid #d8d8d8;
    background-color: white;
    padding: 10px;
}

.bg-color-disponible-red {
    color: #fff;
    background-color: #c91432;
    padding: 0 6px;
    margin-top: -3px;
}

.table-bordered-axa-blue > thead > tr > td {
    border: 1px solid #00008f;
    text-align: center;
    padding: 0;
}

.table-bordered-axa-blue > tbody > tr > td {
    border: 1px solid #00008f;
    text-align: center;
    padding: 0;
}

.border-color-gray-15 {
    padding: 0px;
}

    .border-color-gray-15.padding-number {
        padding: 4.5px;
    }

.table-bordered-axa-blue {
    margin-bottom: 20px;
}

    .table-bordered-axa-blue td .checkbox-fix {
        position: inherit !important;
    }

.modal-dialog.modal-lg .border-color-gray-15 {
    border: 1px solid #d8d8d8;
}

.bg-eapp-header {
    width: 95%;
}

.width-100{
    width:100% !important;
}

textarea.political-textarea {
    outline: -webkit-focus-ring-color auto 0px !important;
    margin: 10px 0;
    height: 80px;
}

.border-color-valid {
    border-style: solid;
    border-color: #CCCCCC;
    border-width: 1px;
}

.border-color-invalid {
    border-style: solid;
    border-color: red;
    border-width: 1px;
}

.float-none-margin-auto {
    float: none;
    margin: 0 auto;
}

.float-left {
    float: left;
    margin-bottom: 20px;
    margin-top: 40px;
}

.padding-left-txt {
    padding-left: 4%;
}

.padding-left-md-txt {
    padding-left: 10%;
}

.border-raduis-8px {
    border-radius: 8px;
}

.margin-top-30 {
    margin-top: 30px;
}

.margin-top-40px {
    margin-top: 40px;
}

.width-40-percent {
    width: 40% !important;
}

.text-align-left {
    text-align: left;
}

.text-align-right {
    text-align: right;
}

.text-align-center {
    text-align: center;
}

.margin-5 {
    margin-top: 6px;
    margin-bottom: 5px;
}

.margin-bottom-100 {
    margin-bottom: 100px;
}

.margin-bottom-10 {
    margin-bottom: 10px;
}

.font-weight-800 {
    font-weight: 800;
}

.notification-bar_container {
    width: 100%;
}

.green-top-bar {
    background: #138636;
    padding: 10px;
}

.red-top-bar {
    background: #C91432;
    padding: 10px;
}

.animate-hide {
    -webkit-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -moz-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    -o-transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    transition: all cubic-bezier(0.250, 0.460, 0.450, 0.940) 0.5s;
    opacity: 1;
    position: absolute;
    top: 0;
}

    .animate-hide.ng-hide {
        top: -100%;
        opacity: 0;
        padding: 0 10px;
    }

.redtxt-color {
    color: red;
}

.greentxt-errormsg {
    color: green;
}

.width-float {
    width: 100%;
}

.loginhideshowicon {
    right: 4%;
    top: 0%;
}

.passwordhideshowicon {
    right: 4%;
    top: 41%;
}

.hideshowicon {
    position: absolute;
    font-size: 20px;
    padding: 13px 4px;
    color: #22338b;
}

.overlapdomain {
    position: absolute;
    right: 4%;
    top: 0%;
    padding: 10px 4px;
    font-size: 18px;
    color: #FFFFFF;
}
/* Change Autocomplete styles in Chrome*/
.bg-color-yorange:-webkit-autofill,
.bg-color-yorange:-webkit-autofill:hover,
.bg-color-yorange:-webkit-autofill:focus,
.bg-color-yorange:-webkit-autofill::first-line {
    -webkit-text-fill-color: #FFFFFF;
    -webkit-box-shadow: 0 0 0px 1000px #F39011 inset;
    transition: background-color 5000s ease-in-out 0s;
    font-size: 18px;
}

/*add css for 6 needs*/
.Card-thumb {
    background: #fff;
    background-size: cover;
    min-height: 200px;
    position: relative;
    height: 100%;
}

.color-grey-80 {
    text-transform: uppercase;
    font-size: 20px;
    letter-spacing: .5px;
    color: #ad7d52;
    font-weight: bold;
}

.btn-axa {
    font-family: Source Sans Pro,Arial,sans-serif;
    font-size: 14px;
    letter-spacing: .01em;
    line-height: 1.5;
    background: #3032c1;
    color: #fff;
    transition: color .3s;
    outline: none;
    overflow: hidden;
    border-width: 0;
    border-style: solid;
    font-weight: 400;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.ps-presentation-page-container-slide6 {
    background-image: url(../img/ps_presentation/slide_6_background.png);
    background-position: 50% 50%;
    background-size: cover;
    height: 100%;
    opacity: 0.2;
}

.ps-presentation-parent-page-container {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 100px;
    left: 0;
}

.bg-color-white {
    color: #000000;
    background-color: #FFFFFF;
}

.padding-right-20 {
    padding-right: 20px;
}

.plan-desc-dropdown {
    word-wrap: break-word !important;
    white-space: -moz-pre-wrap !important;
    white-space: pre-wrap !important;
    display: inline-block !important;
}

.currency-dropdown {
    width: 57% !important;
    word-wrap: break-word !important;
    white-space: -moz-pre-wrap !important;
    white-space: pre-wrap !important;
    display: inline-block !important;
}

/* FLEX */
.display-flex {
    display: flex;
}

.align-self-start {
    align-self: start;
}

