body {
    position: relative;
    height: 100%;
}

a:hover, a:focus, a:active {
    text-decoration: none !important;
    color: #1c70e1;
}

.font-weight-light {
    font-weight: 300;
}

.font-weight-semi {
    font-weight: 600;
}

.lz-white-bg {
    background: #fff;
}

.lz-white {
    color: #fff;
}

.lz-dark {
    color: #131d26;
}

.lz-charcoal-lt {
    color: #3a444e;
}

.lp-heading {
    font-weight: 300;
    line-height: 40px;
}

.dashboard-bg {
    background: #fff;
}

.lz-light-grey {
    color: #ededee;
}

.dashboard-bg:before {
    content: "";
    position: absolute;
    bottom: 2rem;
    width: 100%;
    right: 15%;
    height: 100%;
    margin-bottom: -1rem;
    margin-right: -2rem;
    background: url(/assets/lifeplan/img/dashboard.svg) no-repeat;
    background-position: bottom right;
    background-size: 60%;
    pointer-events: none;
}

.widget-header-icon .lz-icon {
    width: 28px;
    height: 28px;
}

.file-content .lz-icon {
    width: 36px;
    height: 48px;
}

.lifeplan-icon__info {
    width: 18px;
    color: #339eff;
}

.lz-dropdown > button {
    white-space: normal;
    line-height: 1rem;
}


/**
  * CSS for common elements
 */

.subheader {
    background-color: #1c70e1; /* sass me */ /* $lz-blue-3 */
    color: #fff;
    text-align: center;
    padding: 5rem 1rem;
}

    .subheader h1 {
        margin-bottom: 1.875rem;
        font-weight: 300;
        line-height: 48px;
        letter-spacing: 0.2px;
    }

    .subheader h2 {
        font-size: 1rem;
        margin-bottom: 0;
        line-height: 24px;
        letter-spacing: 0.2px;
        font-weight: 300;
    }

.lifeplan-section, .faq-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
}

.lz-nav-progressive .lz-nav-item.active {
    color: #1a1a1e;
}

    .lz-nav-progressive .lz-nav-item.active ~ .lz-nav-item {
        color: #444447;
    }

.activation-desktop {
    display: inline;
}

.activation-mobile {
    display: none;
}

.white-icon {
    color: #fff;
    height: 48px;
    width: 48px;
    cursor: pointer;
}

.activation-space {
    letter-spacing: 0.08px;
}

.activation-welcome {
    font-weight: bold;
    line-height: 0.92;
    font-size: 26px;
}

.activation-header {
    font-weight: bold;
    font-size: 26px;
    line-height: 1.23;
}

.send-email-btn {
    font-weight: normal;
    width: 125px;
    height: 49.7px;
    letter-spacing: 0.6px;
    padding: 0;
}

.go-back-btn {
    letter-spacing: 0.51px;
    line-height: 2;
}

.activation-notification {
    position: relative;
    top: 0;
    height: 120px;
    width: 100%;
    background-color: #133ba3;
    line-height: 120px;
    z-index: 999;
}

.h-min-7 {
    min-height: 7rem;
}

@media screen and (min-width: 992px) {
    .lz-slider .lz-overlay .lz-overlay-modal {
        padding: 2rem;
        margin: 0 !important;
    }

    .itp-services-container, .itp-wrapper {
        padding: 5rem 1rem 0 !important;
    }

    .stand-alone-event {
        display: none !important;
    }

    .float-widget-mobile-close-button {
        display: none;
    }

    .my-account-isnt-working {
        font-size: 14px !important;
    }

    .ep-cards {
        width: 960px !important;
        max-width: 100% !important;
    }

    div.lz-overlay-modal.cancel-order-coc {
        padding:95px;
        max-width: 673px;
    }

    div.lz-overlay-modal.edit-payment-coc{
        max-width: 780px;
        max-height: 500px;
        padding: 24px 35px 70px 49px !important;

    }
    img.mr-2.modal-icon-size{
        width: 36px;
    }
}

.mobile-arrow-right {
    float: right;
    margin-top: 19px;
    padding-right: 24px;
    color: #339eff;
    display: none;
}

.float-widget-mobile-close-button {
    z-index: 2;
    float: right;
    position: absolute;
    right: 16px;
    top: 12px;
}

    .float-widget-mobile-close-button .lz-icon {
        width: 40px;
        height: 40px;
    }

.faq-pre-icon .lz-icon {
    left: 1.5rem !important;
    width: 2rem;
    height: 2rem;
}

.lz-accordion-active .faq-pre-icon .lz-icon {
    transform: translateY(0) rotate(0);
}

@media screen and (max-width: 992px) {
    .my-files-content .toggle-hide.active {
        max-height: 1100px !important;
        padding: inherit !important;
        margin-top: inherit !important;
    }

    .upcoming-cta-section {
        max-width: 217px;
        margin: auto;
    }

        .upcoming-cta-section .upcoming-cta {
            max-width: 49%;
            word-wrap: break-word;
            display: inline-block;
            padding-left: 0px;
            font-size: 13px;
        }

        .upcoming-cta-section .previous-cta {
            max-width: 49%;
            word-wrap: break-word;
            display: inline-block;
            padding-right: 0px;
            font-size: 13px;
        }

        .upcoming-cta-section .animated-underline {
            margin-top: 0;
            max-width: 183px;
        }

    .overview-points-wrapper .image-block .img-wrapper {
        min-height: auto !important;
    }

        .overview-points-wrapper .image-block .img-wrapper .img-fluid {
            max-width: 150px !important;
            margin-top: 2rem;
        }

    .itp-wrapper {
        padding: 3em 1.75em 0 !important;
    }

    .doc-status {
        padding: 100px 50px !important;
        margin: 0 !important;
    }

    .additional-events {
        display: none !important;
    }

    .additional-events {
        display: none !important;
    }

    .mobile-arrow-right {
        display: block !important;
    }

    .life-event-content-widget .widget-body {
        padding: 0 !important;
        min-height: auto !important;
    }

    .life-events-widget-heading {
        width: 100%;
        text-align: center;
        margin: 24px 0;
    }

    a[data-selector="#lz-orderstatustracker"] {
        display: none !important;
    }

    .life-events-widget-content .arrow-button {
        display: none !important;
    }

    .life-events-widget-content .scroll-content {
        display: block !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
        margin-left: 0 !important;
    }

        .life-events-widget-content .scroll-content .item {
            border-radius: 0 !important;
            width: 100% !important;
            display: block !important;
            margin: 0 !important;
            max-width: 100%;
            height: auto !important;
            border: none;
            border-top: 3px solid #f7f7f7;
        }

            .life-events-widget-content .scroll-content .item .life-event-icon {
                width: auto;
                float: left;
                margin: 0 !important;
                padding: 1rem 2rem !important;
                max-width: 24px;
                max-height: 57px;
                height: 57px;
            }

                .life-events-widget-content .scroll-content .item .life-event-icon .lz-icon {
                    width: 24px;
                    height: 24px;
                    max-width: 24px;
                    max-height: 24px;
                }

            .life-events-widget-content .scroll-content .item > a {
                max-width: 100% !important;
                display: block;
                width: auto !important;
                margin-left: 24px;
            }

        .life-events-widget-content .scroll-content .separator {
            display: none !important;
        }

    .lz-overlay .life-event-future-container > .item {
        margin-right: 0 !important;
    }

    .life-event-future-container > .item .circle-text {
        margin-top: auto !important;
    }

    .lz-overlay .life-event-modal.lz-overlay-modal.tac-modal {
        left: 0;
        top: 0;
        width: 100%;
        max-width: 100%;
        min-height: 100%;
        height: auto;
        transform: none;
        margin: 0;
        margin-top: 0 !important;
        padding: 1rem;
    }

    .life-event-future-container {
        justify-content: space-around !important;
    }

    .tac-tabs-wrapper {
        margin: auto;
        float: none !important;
        text-align: center;
    }

    .consultation-additional-info-section > span {
        text-align: center;
    }

    .upcoming-consultation-section img.circle + span {
        max-width: 100% !important;
        margin: auto;
    }

    .text-center-mobile {
        text-align: center;
    }

    .lp-heading {
        font-size: 28px !important;
    }

    .doc-status-title {
        font-size: 18px !important;
    }

    .text-center-mobile {
        text-align: center !important;
    }

    .text-left-mobile {
        text-align: left !important;
    }

    .copyright-section {
        text-align: center;
    }

    .welcome-quote-wrapper {
        flex-direction: column;
    }

    .quote-author {
        margin-top: 12px;
    }

    .subheader h1 {
        font-size: 1.75rem;
    }

    .lifeplan-section {
        padding: 3.5rem 0;
    }

    .faq-section {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;
    }

    .account-card-carousel__left, .account-card-carousel__right {
        display: none;
    }

    .profile-navigation {
        width: 100% !important;
        padding: 30px;
    }

    .lz-nav-progressive .lz-nav-item {
        padding: 0 12px !important;
    }

    #ta-close-button.close-button {
        position: fixed !important;
        top: 0;
        right: 30px;
    }

    .profile-navigation .lz-nav-progressive {
        flex-direction: row !important;
    }

    .profile-content {
        width: 100% !important;
        float: none !important;
        padding: 30px;
    }

    .life-event-content-wrapper {
        padding-right: 0 !important;
    }

    .my-account-isnt-working {
        font-size: 14px !important;
    }

    .sso-error-confirmation-page {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .sso-show-floater {
        display: none !important;
    }

    .callmembership {
        display: block !important;
    }

    .fail-whale-background {
        background-image: url(/assets/lifeplan/img/fail-whale-mobile.png) !important;
        background-repeat: no-repeat;
        background-position: center;
        height: 663px !important;
    }

    .Were-dealing-with-a {
        width: 275px !important;
        height: 118px !important;
        font-family: OpenSans;
        font-size: 23px !important;
        letter-spacing: 0.5px;
        text-align: center;
        color: #ffffff;
    }

    .bg-meantime {
        padding: 300px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size: 14px !important;
    }
}



/**
  * CSS for Account Settings - View Mode
*/


.account-label {
    font-size: 0.875rem;
    margin-bottom: 0;
}

.account-info-section {
    margin-bottom: 3rem;
}

.account-card-carousel__wrapper {
    position: relative;
}

.account-card-carousel {
    overflow: hidden;
}

.account-card-carousel__left, .account-card-carousel__right {
    color: #444447;
    display: inline-block;
    border-radius: 50%;
    border: 1px solid #c7c8c9;
    height: 48px;
    width: 48px;
    position: relative;
    cursor: pointer;
    font-size: 1.3rem;
    position: absolute;
    top: 150px;
}

.account-card-carousel__left {
    transform: rotate(90deg);
    left: -75px;
}

.account-card-carousel__right {
    transform: rotate(-90deg);
    left: 760px;
}

.account-card-carousel__left--disabled, .account-card-carousel__right--disabled {
    border-color: #eaeaea;
    color: #eaeaea;
    cursor: default;
}

.account-card-carousel__left svg, .account-card-carousel__right svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

@media screen and (min-width:1200px) {
    .account-card {
        width: 350px !important;
    }

    .left-150 {
        left: 150px !important;
    }

    .ep-cards {
        width: 1300px !important;
        max-width: 100% !important;
    }
    
}

.account-card {
    width: 100%;
    background: #fff;
    border: 1px solid #a3d4ff; /* sass me */
    padding: 1.875rem 1.25rem;
    margin-bottom: 1rem;
    position: relative;
    float: left;
    margin-right: 30px;
    height: 360px;
    display: inline-table;
}

.account-card__menu-toggle {
    cursor: pointer;
    position: absolute;
    top: -10px;
    right: 15px;
    font-size: 1.875rem;
    font-weight: bold;
    color: #339eff; /* sass me */
    z-index: 2;
}

.account-card__menu {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 1.5rem 1rem;
    background-color: #fafafa; /* sass me */
    border: solid 1px #1c70e1; /* sass me */
    display: none;
    box-sizing: border-box;
}

.account-card__menu__expand {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    padding: 2rem 1.5rem 1rem;
    background-color: #fafafa; /* sass me */
    border: solid 1px #1c70e1; /* sass me */
    display: block;
    -webkit-transition: width 2s; /* For Safari 3.1 to 6.0 */
    transition: width 2s;
}

@-moz-document url-prefix() {

    .account-card__menu__expand {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 350px;
        padding: 2rem 1.5rem 1rem;
        background-color: #fafafa;
        border: solid 1px #1c70e1;
        display: block;
        -webkit-transition: width 2s;
        transition: width 2s;
    }

    .account-card__menu-toggle {
        cursor: pointer;
        position: absolute;
        top: -10px;
        left: 300px;
        font-size: 1.875rem;
        font-weight: bold;
        color: #339eff; /* sass me */
        z-index: 2;
    }

    @media screen and (max-width: 360px) and (max-height: 740px) {
        .account-card__menu-toggle {
            left: 240px !important;
        }

        .account-card__menu__expand {
            position: absolute;
            top: 0px;
            left: 0px;
            width: 298px;
            padding: 2rem 1.5rem 1rem;
            background-color: #fafafa;
            border: solid 1px #1c70e1;
            display: block;
            -webkit-transition: width 2s;
            transition: width 2s;
        }
    }
}


.account-card__menu-item {
    color: #1c70e1; /* sass me */
    cursor: pointer;
}

.account-card__label {
    margin-bottom: 0;
    color: #88888a; /* sass me */
    font-size: 0.875rem;
}

@media screen and (max-width: 992px) {
    .upcoming-consultation-section .main-details {
        flex-direction: column;
    }

        .upcoming-consultation-section .main-details img.circle {
            display: block;
            margin: auto;
            margin-top: 1.5rem;
            top: 0;
        }

        .upcoming-consultation-section .main-details .circle-wrapper {
            margin: 1.5rem auto 0.5rem !important;
        }

        .upcoming-consultation-section .main-details .session-img-title {
            max-width: none !important;
            margin-right: 0 !important;
        }

        .upcoming-consultation-section .main-details .consultation-name {
            padding-top: 1.5rem;
        }

        .upcoming-consultation-section .main-details .consultation-name,
        .upcoming-consultation-section .consultation-details,
        .upcoming-consultation-section .consultation-details > div {
            display: flex;
            flex-direction: column;
            align-items: center;
            padding-top: 1rem;
        }

            .upcoming-consultation-section .main-details .consultation-name span,
            .upcoming-consultation-section .consultation-details > div span {
                font-size: 16px;
            }

    .account-card-carousel__left, .account-card-carousel__right {
        display: none;
    }

    .my-account-isnt-working {
        font-size: 14px !important;
    }

    .fail-whale-background {
        background-image: url(/assets/lifeplan/img/fail-whale-mobile.png) !important;
        background-repeat: no-repeat;
        background-position: center;
        height: 663px !important;
    }

    .Were-dealing-with-a {
        width: 275px !important;
        height: 118px !important;
        font-family: OpenSans;
        font-size: 23px !important;
        letter-spacing: 0.5px;
        text-align: center;
        color: #ffffff;
    }

    .bg-meantime {
        padding: 300px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size: 14px !important;
    }
}

.upcoming-consultation-section .session-img-title {
    max-width: 96px;
    margin-right: 3.5rem !important;
}

/**
  * CSS for My Files page
 */

.my-files-header {
    text-align: center;
    padding-top: 5rem;
    padding-bottom: 3rem;
}

    .my-files-header h1 {
        font-weight: 300;
        margin-bottom: 1.5rem;
    }

.my-files-item {
    position: relative;
    padding-left: 100px;
}

    .my-files-item img {
        max-width: 70px;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
    }

    .my-files-item h2 {
        font-weight: 600;
        font-size: 1rem;
        margin-bottom: 0;
    }

.my-files-subheading {
    font-size: 1.5rem;
    font-weight: 300;
    text-align: center;
    padding: 5.5rem 0 2.5rem;
}

.home-header {
    position: relative;
    z-index: 91;
}

@media (max-width: 768px) {
    .my-files-header {
        padding-top: 3rem;
        padding-bottom: 3rem;
    }

        .my-files-header h1 {
            font-size: 1.75rem;
        }

    .my-files-subheading {
        font-size: 1.125rem;
    }

    .lz-list .lz-icon {
        display: none;
    }

    .lz-list-item-content .lz-list-item-content-heading {
        font-size: 1rem;
    }

    .activation-desktop {
        display: none;
    }

    .activation-mobile {
        display: inline;
    }

    .activation-notification {
        height: 140px;
        line-height: 20px;
        letter-spacing: 0.2px;
        padding-top: 44px;
    }

    .my-account-isnt-working {
        font-size: 14px !important;
    }

    .fail-whale-background {
        background-image: url(/assets/lifeplan/img/fail-whale-mobile.png) !important;
        background-repeat: no-repeat;
        background-position: center;
        height: 663px !important;
    }

    .Were-dealing-with-a {
        width: 275px !important;
        height: 118px !important;
        font-family: OpenSans;
        font-size: 23px !important;
        letter-spacing: 0.5px;
        text-align: center;
        color: #ffffff;
    }

    .bg-meantime {
        padding: 300px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size: 14px !important;
    }
}

@media (max-width:767px) {
    .my-files-item {
        padding-left: 0;
    }

        .my-files-item img {
            display: none;
        }
}

.home-header-wrapper {
    transition: all 0.2s linear;
}

.home-header .navbar-brand {
    min-width: 242px;
}

.home-header .navbar {
    transition: padding-top 0.1s ease-in;
}

.logo-section img, .logo-section {
    transition: width 50ms ease-in;
}

.nav-wrapper-bg.fixed-top .logo-section img, .sticky .logo-section img {
    width: 190px;
    height: 100%;
}

.navbar {
    height: 54px;
}

.nav-link {
    cursor: pointer;
}

.submenu-arrow {
    pointer-events: none;
}

/* Navigation Hover effect styles */

.subnav-background {
    height: 294px;
    z-index: 90;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0
}

    .subnav-background.subnav-xl {
        height: 248px;
    }

.dropdown-menu {
    padding: 2rem 0 0;
    border: none;
    background: none;
}

    .dropdown-menu .dropdown-item {
        padding-left: 0.75rem;
    }

    .dropdown-menu .dropdown-item {
        text-transform: capitalize;
        font-size: 1rem;
        cursor: pointer;
    }

        .dropdown-menu .dropdown-item.no-text-capitalize {
            text-transform: none;
        }

        .dropdown-menu .dropdown-item:hover {
            color: #1c70e1;
        }

.header-to-small .subnav-background {
    top: 54px;
}

.home-header-wrapper .navbar-nav .nav-link, .account-nav > * {
    color: #444447;
    /* font-weight: 600; */
}

    .home-header-wrapper .navbar-nav .nav-link.active, .nav-link:hover {
        color: #1a1a1e;
    }

.dropdown-toggle::after {
    content: none;
    display: none;
}

.dropdown-item.active, .dropdown-item:active {
    background: none;
    color: #444447;
}

.user-icon .lz-icon {
    width: 1rem;
    height: 1rem;
}

.tac-modal .lz-button.lz-button-primary:hover:enabled {
    background: #339eff;
    color: #fff;
}

.calendar-section .dropdown .add-to-calendar {
    display: none;
    padding-top: 0;
    background: white;
    border: 1px solid #f7f7f7;
    margin-left: 10px;
}

.calendar-section .dropdown.active .add-to-calendar {
    display: block;
}

.navbar-light .navbar-toggler, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
    left: 0;
    margin-left: 3px;
    margin-top: 15px;
    border: none;
    color: #1c70e1;
    outline: none;
    box-shadow: none;
    padding-top: 0;
    width: 48px;
    z-index: 888888;
    position: fixed;
}

    .navbar-light .navbar-toggler .lz-icon {
        height: 1.5rem;
        width: 1.5rem;
    }

.collapse {
    display: block;
}

.dropdown-menu {
    display: block;
}

.nav-wrapper {
    height: 54px;
}

.nav-wrapper-bg {
    width: 100%;
    background: #fff;
    cursor: pointer;
}

.navbar {
    max-width: 1110px;
    margin: auto;
}
/* @media screen and (min-width: 789px) {
    .nav-item.dropdown:hover .dropdown-menu {
        display: block;
    }
} */

@media screen and (max-width:992px) {
    .calendar-section .add-to-calendar {
        left: 50%;
        transform: translateX(-50%);
        margin-left: 0 !important;
    }

    .navbar-light .navbar-toggler, .navbar-light .navbar-toggler:focus, .navbar-light .navbar-toggler:hover {
        display: block;
    }

    .home-header .navbar-brand {
        max-width: 242px;
    }

    .lz-fs-18-mobile {
        font-size: 18px !important;
    }

    .logo-section img {
        margin-top: 11px;
        max-width: 160px;
    }

    .logo-section {
        width: 100%;
        text-align: center;
        margin: 0;
    }

    .arrow-up svg {
        transform: rotateY(180deg);
    }

    .arrow-down svg {
        transform: rotateY(0);
    }

    .subnav-background {
        display: none;
    }

    .navbar-nav.mr-auto {
        padding-top: 24px;
    }

    .navbar-nav .nav-item {
        border-bottom: 1px solid #9cd4fc;
    }

    .navbar-nav .dropdown-item {
        font-size: 14px;
    }

    .dropdown-menu {
        padding-top: 0;
    }

    .navbar-collapse {
        position: fixed;
        left: 0;
        top: 55px;
        width: 100%;
        background: #f7f7f7;
        padding-bottom: 3rem;
        box-shadow: 0 0 60px 0 rgba(0,0,0,.4);
    }

    .navbar .nav-item .nav-link {
        padding-top: 12px;
        color: #1c70e1;
    }

    .account-nav {
        display: block !important;
    }

        .account-nav .lz-icon {
            float: right;
        }

        .navbar .nav-item.active .nav-link, .account-nav > label, .account-nav .lz-icon {
            color: #1c70e1;
        }

    .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
        color: #1c70e1;
    }

    .navbar-collapse > * {
        margin: 0 30px;
        width: calc(100% - 60px);
    }

    .navbar-collapse .nav-item {
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .navbar-collapse .dropdown-item {
        padding-bottom: 1rem;
    }

    .home-header-wrapper {
        height: 55px;
    }

    .dropdown span {
        float: right;
    }

    .user-icon {
        display: none;
    }

    .account-nav {
        justify-content: flex-start !important;
        align-items: flex-start !important;
        margin-top: 0 !important;
        margin-bottoM: 0 !important;
    }

    .nav-wrapper {
        position: fixed;
        width: 100%;
        top: 0;
        left: 0;
    }

    #navbarSupportedContent {
        z-index: -1;
    }

    .floater-widget-placeholder {
        top: 0 !important;
        position: fixed;
        left: 0;
        padding: 0;
    }

        .floater-widget-placeholder .floater-widget-wrapper {
            max-width: none;
            width: 100%;
            transform: translateY(-100%);
            background: white;
        }

            .floater-widget-placeholder .floater-widget-wrapper.active {
                transform: translateY(7px);
            }

            .floater-widget-placeholder .floater-widget-wrapper .widget-header-content {
                display: none;
            }

    .fail-whale-background {
        background-image: url(/assets/lifeplan/img/fail-whale-mobile.png) !important;
        background-repeat: no-repeat;
        background-position: center;
        height: 663px !important;
    }

    .Were-dealing-with-a {
        width: 275px !important;
        height: 118px !important;
        font-family: OpenSans;
        font-size: 23px !important;
        letter-spacing: 0.5px;
        text-align: center;
        color: #ffffff;
    }

    .bg-meantime {
        padding: 300px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size: 14px !important;
    }
}

.arrow-button {
    float: left;
    width: 10%;
    margin-top: 90px;
}

.scroll-content {
    overflow: hidden;
    float: left;
    width: 80%;
}

.scroll-content-width-90 {
    overflow: hidden;
    float: left;
    width: 90%;
}

.lz-colour {
    border-color: #1c70e1 !important;
}

.lz-dropdown-size {
    height: 3.5rem !important;
}

/*
    Floater Widget
*/

.floater-widget-wrapper {
    max-width: 366px;
    min-width: 280px;
    float: right;
    transform: translateY(400px);
    transition: transform 0.3s ease;
    pointer-events: all;
    background: white;
}

    .floater-widget-wrapper.active {
        transform: translateY(0);
    }

.floater-widget-placeholder {
    right: 0;
    position: fixed;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

    .floater-widget-placeholder .placeholder-widget {
        max-width: 1110px;
        margin: auto;
    }

/*
  CSS for FAQ page
*/

.faq-subheading {
    font-size: 1.75rem;
    color: #133ba3;
    padding: 0 0 2.75rem;
    text-align: center;
}



/*
    CSS for EP page
*/

.ep-bullet-list {
    list-style: disc;
    list-style-position: inside;
}

.ep-subheading {
    font-size: 1.5rem;
    font-weight: 300;
    margin: 5.5rem 0 1rem;
}

.ep-tooltip-1, .ep-tooltip-2, .checkout-tooltip-1, .checkout-tooltip-2, .myaccount-tooltip {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

    .ep-tooltip-1 > .lz-tooltip {
        width: 460px;
        top: -200px;
        left: -38px;
    }

    .ep-tooltip-2 > .lz-tooltip {
        width: 400px;
        top: -164px;
        left: -191px;
    }

    .checkout-tooltip-1 > .lz-tooltip {
        width: 328px;
        top: -118px;
        left: 132px;
    }

    .checkout-tooltip-2 > .lz-tooltip {
        width: 340px;
        top: -186px;
        left: 25px;
    }

    .myaccount-tooltip > .lz-tooltip {
        top: -13rem;
    }

.lz-tooltip {
    position: absolute;
    border: 1px solid #1c70e1;
    box-shadow: 0 2px 32px 0 rgba(0,0,0,.1);
    padding: 2.5rem;
    z-index: 2;
    background: #fff;
    color: #444447;
    min-width: 320px;
    display: none;
}

.ep-tooltip-2 {
    z-index: 1;
}

    .ep-tooltip-1:hover .lz-tooltip, .ep-tooltip-2:hover > .lz-tooltip, .checkout-tooltip-1:hover .lz-tooltip, .checkout-tooltip-2:hover .lz-tooltip, .myaccount-tooltip:hover .lz-tooltip {
        cursor: pointer;
        display: block !important;
    }

.lz-tooltip-content p:last-child {
    margin-bottom: 0;
}

.checkout-text-center {
    text-align: center !important;
}

.ep-heading-offset {
    position: relative;
    top: 53px;
    margin-bottom: 0rem;
}

.ep-column {
    text-align: center;
    font-size: 0.875rem;
}

    .ep-column img {
        max-width: 100%;
    }

.ep-column__name {
    margin-top: 0.5rem;
}

.ep-column__type {
    margin-bottom: 1.5rem;
}

.ep-column__links li {
    margin-bottom: 1rem;
}

.ep-column__links a {
    letter-spacing: 0.6px;
    font-weight: 600;
    font-size: 0.875rem;
}

.ep-section__details {
    padding-top: 3.75rem;
}

.ep-margin {
    margin-top: 1.5rem;
}

.ep-toggle-button {
    margin-left: 17px;
    margin-bottom: 45px
}

.ep-top-margin-lock {
    top: -76px;
}

.ep-top-margin-normal {
    top: -41px;
}


.ep-productname {
    margin-bottom: 69px;
}

.lz-overlay-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 50px;
    height: 50px;
    color: #339eff;
    cursor: pointer;
}

.lz-rings {
    position: relative;
    width: 300px;
    margin: 2.5rem auto 0;
    height: 200px;
}

.lz-rings__items {
    position: absolute;
    top: 0;
    left: 0;
    text-align: right;
    font-size: 0.875rem;
    background: #fff;
    padding-right: 10px;
    padding-bottom: 20px;
}

.lz-rings__item {
    height: 23px;
}

.lz-rings__rings-wrapper {
    position: absolute;
    top: 0;
    left: 50px;
    width: 215px;
    height: 215px;
}

.lz-rings__rings {
    position: relative;
    top: 113px;
}

.lz-ring__ring {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%;
    border: 10px solid;
}

.lz-ring__ring--one {
    border-color: #030077;
    width: 215px;
    height: 215px;
}

.lz-ring__ring--two {
    border-color: #1c70e1;
    width: 170px;
    height: 170px;
}

.lz-ring__ring--three {
    border-color: #3cd33c;
    width: 125px;
    height: 125px;
}

.lz-ring__ring--four {
    border-color: #f7f7f7;
    width: 80px;
    height: 80px;
}

.lz-ring__ring--one_disabled {
    border-color: #f7f7f7;
    width: 215px;
    height: 215px;
}

.lz-ring__ring--two_disabled {
    border-color: #f7f7f7;
    width: 170px;
    height: 170px;
}

.lz-ring__ring--three_disabled {
    border-color: #f7f7f7;
    width: 125px;
    height: 125px;
}

.lz-ring__ring--four_disabled {
    border-color: #f7f7f7;
    width: 80px;
    height: 80px;
}

@media screen and (max-width: 992px) {
    .itp-services-container .faq-subheading, .itp-wrapper .faq-subheading {
        font-size: 1.25rem;
    }

    .subheader h1 {
        font-size: 1.75rem;
    }

    .lifeplan-section {
        padding: 3.5rem 0;
    }

    .ep-subheading {
        text-align: center;
        margin: 2rem 0;
        font-size: 1.125rem;
    }

    .ep-section h3 {
        padding-top: 1rem;
        font-size: 1.5rem;
        font-weight: 300;
    }

    .overview-video-size {
        width: auto;
    }

    .ep-heading-offset {
        top: 0;
        margin-bottom: 2rem;
        margin-top: 3rem;
    }

    .ep-section__details {
        padding-top: 0rem;
    }

    .ep-top-margin-lock {
        top: 0px;
    }

    .ep-top-margin-normal {
        top: 0px;
    }

    .ep-toggle-button {
        margin-left: 17px;
        margin-bottom: 24px;
    }

    .ep-margin {
        margin-top: 1rem;
    }

    .ep-productname {
        margin-bottom: 0rem;
        padding-top: 0rem !important;
    }

    .ep-bullet-list {
        margin-bottom: 1rem;
    }

        .ep-bullet-list li {
            margin-bottom: 1rem;
        }

    .ep-tooltip-1 > .lz-tooltip, .ep-tooltip-2 > .lz-tooltip, .checkout-tooltip-1 > .lz-tooltip, .checkout-tooltip-2 > .lz-tooltip, .myaccount-tooltip > .lz-tooltip {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        top: auto;
        border-left: none;
        border-bottom: none;
        border-right: none;
        padding: 1rem;
        border-top: 2px solid #1c70e1;
    }

    .lz-tooltip:before, .lz-tooltip:after {
        display: none;
        left: 0;
    }

    .lz-overlay .lz-overlay-modal {
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        transform: none;
        max-width: 100%;
        padding: 4rem !important;
        margin: 0 !important;
    }

    .account-card .lz-overlay .lz-overlay-modal {
        padding: 50px;
    }

    .my-account-isnt-working {
        font-size: 14px !important;
    }
}

.no-pointer {
    pointer-events: none;
}

.floater-widget-wrapper .widget-header {
    cursor: pointer;
}

/*
    Css for My account page scroller functionality
*/
.lz-slider {
    overflow: hidden;
    width: 800px;
    min-height: 360px;
    margin-bottom: 25px;
}

.lz-slider-wrapper {
    overflow: hidden;
    width: 730px;
    min-height: 360px;
    order: 2;
}

.lz-slider .lz-slider-cta-back {
    margin-top: -48px !important;
    margin-left: -78px;
}

.lz-slider .lz-slider-cta-forward {
    margin-right: 18px;
}

.lz-list {
    width: auto;
    display: flex;
    flex-wrap: wrap;
    height: 400px;
}

.lz-slider .lz-slider-cta {
    position: absolute;
    top: 50%;
    margin-top: -1.5rem;
    z-index: 2;
}


.lz-slider-cta.lz-slider-cta-forward, carousel-next {
    right: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

@media (max-width: 1200px) {

    .lz-list {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        height: auto;
    }

    .lz-slider {
        overflow: auto;
        width: 100%;
        height: auto;
    }

    .lz-slider-cta {
        display: none;
    }

    .lz-slider-wrapper {
        overflow: initial;
        width: 100%;
        min-height: 0;
        order: 2;
        margin-left: 0px;
    }

    .my-account-isnt-working {
        font-size: 14px !important;
    }
}

.tac-content {
    max-width: 700px;
}

.lz-overlay .lz-overlay-modal {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    padding: 100px;
    text-align: center;
    background: #fff;
    width: 100%;
    margin: 0 20px;
    max-width: 560px;
    box-shadow: 0 0 50px 0 rgba(0,0,0,.3);
}

.profile-navigation {
    float: left;
    width: 25%;
    margin-top: 72px;
}

.profile-content {
    float: left;
    width: 73%;
}

.lz-nav-progressive .lz-nav-item.active ~ .lz-nav-item {
    pointer-events: all;
}

.ep-tooltip-1 .lz-tooltip-content {
    display: block;
}

.phone-call-cta {
    background: none;
    box-shadow: none;
    outline: none;
    border: none;
    position: fixed;
    right: 0;
    margin-right: 15px;
    top: 11px;
    z-index: 9999;
}

    .phone-call-cta:focus, .phone-call-cta:active, .phone-call-cta:hover {
        outline: none;
        box-shadow: none;
    }

.tab-left {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.selected-button:hover, .selected-button {
    pointer-events: none !important;
    cursor: default !important;
}

.tab-right {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    margin-left: -6px;
}

.content-title {
    font-weight: 300;
    line-height: 32px;
}

.content-title-wrapper {
    padding-top: 3rem !important;
}


.lz-overlay .lz-overlay-modal.tac-modal {
    max-width: 100%;
    width: 100%;
    min-height: 100%;
    height: auto;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 0;
    overflow-y: auto;
    padding: 1rem;
    top: 0;
    left: 0;
    transform: none;
    margin-top: 0 !important;
}

.lz-overlay-modal.tac-modal .lz-button.lz-button-primary, .lz-overlay-modal.tac-modal .lz-button.lz-button-outline, .checkout-billing-coc {
    padding: 0 1.5rem;
}

.font-size-28 {
    font-size: 28px;
}

.error-block {
    padding: 0 1.5rem;
    color: red;
}

.close-button {
    text-align: right;
    position: static;
    margin-top: 1rem;
    float: right;
    z-index: 10;
}

.account-close-button-container {
    float: right;
    width: 100%;
    margin-right: 6rem;
}

.account-close-button-container-tac {
    float: right;
    margin-right: 6rem;
}

@media (max-width: 768px) {
    .quote-content {
        max-width: 236px;
    }

    .account-close-button-container {
        float: right;
        width: 100%;
        margin-right: 0rem;
        position: absolute;
        top: 0;
        right: 30px;
    }

        .account-close-button-container img {
            width: 40px;
            padding-top: 6px;
        }

    .my-account-isnt-working {
        font-size: 14px !important;
    }

    .fail-whale-background {
        background-image: url(/assets/lifeplan/img/fail-whale-mobile.png) !important;
        background-repeat: no-repeat;
        background-position: center;
        height: 663px !important;
    }

    .Were-dealing-with-a {
        width: 275px !important;
        height: 118px !important;
        font-family: OpenSans;
        font-size: 23px !important;
        letter-spacing: 0.5px;
        text-align: center;
        color: #ffffff;
    }

    .bg-meantime {
        padding: 300px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size: 14px !important;
    }

    .h-220 {
        height: 220px !important;
    }

    .h-min-11 {
        height: 11rem;
    }

 
}

.lz-dropdown.security-question-dropdown li {
    white-space: normal;
    height: auto;
    text-overflow: initial;
}

.hover-mb-active {
    font-weight: 600;
    color: #444447;
}

.p-3-5 {
    padding: 36px;
}

.floater-widget-close-button {
    text-align: right;
    position: absolute;
    margin-top: -2.3rem;
    float: right;
    right: 14px;
    color: white;
    cursor: pointer;
}

.error-span {
    position: absolute;
    right: 12px;
    top: 19px;
    bottom: 0;
    margin-right: 0.5rem;
    cursor: pointer;
    color: #ccc;
}

.lz-form-group.lz-form-group-error .lz-input-material-label {
    color: #ff3e5d;
}

input::-ms-clear, input::-ms-reveal {
    display: none !important;
}

.consultation-buttons {
    max-width: 50%;
    height: auto;
    line-height: 1.5;
    white-space: normal;
    padding: 0.7rem 1rem;
}

.itp-invite-wrapper {
    padding: 6rem 2rem;
}

.itp-icon {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.lp-img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.itp-services-container, .itp-wrapper {
    padding: 5rem 1.75rem 0;
}

.itp-cards-wrapper {
    margin: 0 auto;
    width: auto;
    float: none;
    display: block;
    position: relative;
}

.cards__wrapper {
    background: rgba(240,240,240,0.5)
}

.cards {
    list-style: none;
    padding: 0;
    margin: 0
}

.cards__li {
    color: #133ba3;
    float: left;
    width: calc(33% - 10px);
    text-align: center;
    position: relative;
    margin: 0 10px 20px 0;
    padding: 0;
    background: #fff;
    cursor: pointer;
    border: 2px solid #fff !important;
    border-radius: 5px;
    height: 250px;
    display: table;
    background: #f7f7f7;
}

.cards_financial_li {
        width: calc(25% - 10px);
    }

    .cards__li:hover {
        background: #2293f9 !important;
        color: #fff;
    }

.cards__li--active .cards__box {
    color: #fff
}

.cards__li--active {
    background: #2293f9;
    color: #fff;
}

.cards__box {
    font-size: 1.25em;
    line-height: 1.5;
    font-family: "psRegular",Helvetica,Arial,sans-serif;
    width: 100%;
    cursor: pointer;
    padding: 0 10px;
    display: table-cell;
    vertical-align: middle
}

.cards__links-wrapper {
    display: none
}

.cards__popup {
    border-radius: 5px;
    background: #2293f9;
    font-family: "psRegular",Helvetica,Arial,sans-serif;
    color: #fff !important;
    width: 100%;
    clear: both;
    display: none;
    margin: 0 0 20px 0;
    padding: 2rem 3rem 2rem 2rem;
    overflow: hidden;
    font-size: 1.14em;
    line-height: 1;
    position: relative
}

.cards__content {
    font-size: 1rem;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

    .cards__content ul {
        list-style: disc;
        padding: 0 2rem;
    }

    .cards__content li {
        color: #fff;
    }
.remove_bullets{
		 list-style: none !important;
	}
.cards__close {
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer
}

.cards__popup .cards__links {
    display: block
}

.cards__footer {
    text-align: center;
    padding: 20px 0 50px
}


@media (min-width: 998px) {
    .cards_li_three {
        margin-right: 0;
    }
}

@media (max-width: 1000px) {
    .cards__links {
        padding-bottom: 0
    }

        .cards__links li {
            margin-bottom: 10px;
            padding-right: 0
        }

        .cards__links a {
            font-size: 0.9em
        }

    .cards__box {
        font-size: 1em
    }

    .cards__popup {
        padding-bottom: 10px
    }

   
}


@media(max-width: 1200px) and (min-device-width: 768px){
    div.lz-overlay-modal.cancel-order-coc{
        max-height:420px;
        max-width: 624px;
        padding-top: 80px !important;
    }
}
@media (max-width: 768px) {
		.cards_financial_li {
        width: calc(50% - 10px);
        height: 160px;
    }
}
@media (max-width: 640px) {
    .cards__li {
        width: calc(50% - 11px);
        height: 230px;
    }
	


    .cards__li--even {
        margin-right: 0
    }

    .cards__links {
        float: none;
        width: 100%
    }

    .billing-container {
        max-width: 450px;
    }

    .progress-container {
        max-width: 220px;
    }

    .step-mr {
        margin-right: 60px;
    }

    .my-account-isnt-working {
        font-size: 14px !important;
    }

    .sso-error-confirmation-page {
        padding-left: 3rem !important;
        padding-right: rem !important;
    }

    .sso-show-floater {
        display: none !important;
    }

    .callmembership {
        display: block !important;
    }

    .fail-whale-background {
        background-image: url(/assets/lifeplan/img/fail-whale-mobile.png) !important;
        background-repeat: no-repeat;
        background-position: center;
        height: 663px !important;
    }

    .Were-dealing-with-a {
        width: 275px !important;
        height: 118px !important;
        font-family: OpenSans;
        font-size: 23px !important;
        letter-spacing: 0.5px;
        text-align: center;
        color: #ffffff;
    }

    .bg-meantime {
        padding: 300px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size: 14px !important;
    }

    .ep-intro-paragraph {
        margin-left: 0rem !important;
    }

    .ep-welcome-card-icon-wrapper {
        left: 57% !important;
    }
}

@media (max-width: 576px) {
    .grey-rectangle:first-child {
        border-top: solid 2px #ededee !important;
        border-right: none !important;
        border-left: none !important;
        box-shadow: 0px 30px 45px -30px #d8d8d8 !important
    }

    .grey-rectangle:not(:first-child) {
        border-right: none !important;
        border-left: none !important;
    }

    .pencil-paper {
        height: 60px;
        width: 55px;
    }

    .package-name {
        font-size: 18px;
    }

    .continue-billing {
        width: 250px !important;
        height: 60px !important;
    }

    .checkout-heading {
        font-size: 24px;
    }

    .sso-error-confirmation-page {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .sso-show-floater {
        display: none !important;
    }

    .callmembership {
        display: block !important;
    }

    .fail-whale-background {
        background-image: url(/assets/lifeplan/img/fail-whale-mobile.png) !important;
        background-repeat: no-repeat;
        background-position: center;
        height: 663px !important;
    }

    .Were-dealing-with-a {
        width: 275px !important;
        height: 118px !important;
        font-family: OpenSans;
        font-size: 23px !important;
        letter-spacing: 0.5px;
        text-align: center;
        color: #ffffff;
    }

    .bg-meantime {
        padding: 300px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size: 14px !important;
    }
}

.cards__image svg, .cards__image {
    width: 5rem;
    height: 4rem;
    display: inline-block;
}



/* ANimations */
.transition-fade-alt {
    transition: all .3s ease;
}

    .transition-fade-alt.ng-enter {
        opacity: 0;
    }

    .transition-fade-alt.ng-enter-active {
        opacity: 1;
    }

.transition-fade-alte.ng-leave {
    opacity: 1;
}

.transition-fade-alt.ng-leave-active {
    opacity: 0;
}

.transition-fade[ui-view] lp-welcome-card + * {
    transition: all .5s ease;
}

.transition-fade.ng-enter[ui-view] lp-welcome-card + * {
    opacity: 0;
}

.transition-fade.ng-enter-active[ui-view] lp-welcome-card + * {
    opacity: 1;
}

.transition-fade.ng-leave[ui-view] lp-welcome-card + * {
    opacity: 1;
}

.transition-fade.ng-leave-active[ui-view] lp-welcome-card + * {
    opacity: 0;
}

.repeat-animation.ng-enter-stagger {
    transition-delay: 0.2s;
    transition-duration: 0;
}

.repeat-animation.ng-enter {
    transition: 0.3s linear all;
    opacity: 0;
    transform: translateY(75%);
}

    .repeat-animation.ng-enter.ng-enter-active {
        opacity: 1;
        transform: translateY(0);
    }

.repeat-animation.ng-enter-stagger,
.repeat-animation.ng-leave-stagger,
.repeat-animation.ng-move-stagger {
    transition-delay: 0.2s;
}

.repeat-animation.ng-enter,
.repeat-animation.ng-leave,
.repeat-animation.ng-move {
    transition: 0.3s linear all;
}

    .repeat-animation.ng-leave.ng-leave-active,
    .repeat-animation.ng-enter,
    .repeat-animation.ng-move {
        transition: 0.3s linear all;
        opacity: 0;
        transform: translateY(75%);
    }

        .repeat-animation.ng-leave,
        .repeat-animation.ng-move.ng-move-active,
        .repeat-animation.ng-enter.ng-enter-active {
            opacity: 1;
            transform: translateY(0);
        }


.spin-animation {
    animation: spin 1s infinite linear;
}

.file-content {
    animation: blink 0.8s ease;
}

@keyframes spin {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}

@keyframes blink {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}
/* ENDOF ANimations */

.files-widget-scroll-control:active,
.files-widget-scroll-control:hover,
.files-widget-scroll-control:focus {
    outline: none;
    box-shadow: none;
}

.life-event-div {
    padding: 1rem;
    height: 10rem;
    width: 11rem;
    font-family: OpenSans;
    /*font-size: 20px;*/
    font-weight: 600;
}

.life-event-action {
    /*color: #339eff;*/
    color: #133ba3;
    background: #f7f7f7;
}

    .life-event-action.active, .life-event-action:active, .life-event-action :hover {
        /*background-color: #339eff;
	background-color: #133ba3;*/
        background-color: #1c70e1;
        color: #fff;
        cursor: pointer;
    }

@media (max-width: 767px) {
    .life-event-div {
        /*background: #f7f7f7;
		padding: 1rem;*/
        height: 9rem;
        width: 7rem;
    }

    .file-widget-mobile-view {
        height: 220px;
    }

    .life-event-icon {
        width: 2rem;
        height: 2rem;
    }

    .life-event-complete-mobileView {
        width: 18rem;
    }

    .my-account-isnt-working {
        font-size: 14px !important;
    }

    .fail-whale-background {
        background-image: url(/assets/lifeplan/img/fail-whale-mobile.png) !important;
        background-repeat: no-repeat;
        background-position: center;
        height: 663px !important;
    }

    .Were-dealing-with-a {
        width: 275px !important;
        height: 118px !important;
        font-family: OpenSans;
        font-size: 23px !important;
        letter-spacing: 0.5px;
        text-align: center;
        color: #ffffff;
    }

    .bg-meantime {
        padding: 300px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size: 14px !important;
    }
}


.life-event-future-div {
    /* background: #f7f7f7;	 */
    padding: 1rem;
    height: 10rem;
    width: 11rem;
    font-family: OpenSans;
    /*font-size: 20px;*/
    font-weight: 600;
}

.life-event-future-action {
    background: #f7f7f7;
    color: #133ba3;
    transition: all 0.3s ease;
}

    .life-event-future-action.active, .life-event-future-action:active {
        background-color: #1c70e1;
        cursor: pointer;
        color: #fff;
    }

@media (min-width: 767px) {
    .life-event-future-action:hover {
        background-color: #1c70e1;
        cursor: pointer;
        color: #fff;
    }
}

@media (min-width: 577px) {
    .blue-background{
        height: 298.8px;
        padding: 38px 54px 45px 53px;
    }
}

.cards_financial_image svg, .cards_financial_image {
    width: 4rem;
    height: 4rem;
    display: inline-block;
}

.check-div{
	margin-left: -5px;
}

@media (max-width: 767px) {
.cards_financial_image svg, .cards_financial_image{
    width: 3rem;
    height: 3rem;
	margin-right:1rem;
    display: inline-block;
}
 
div.lz-overlay-modal.cancel-order-coc{
    max-height:460px;
    max-width: 310px;
    padding: 70px 30px 20px 30px !important;
}

#coc-close-button{
    display:none;
}

p.mb-5.lz-fs-24.cancel-coc-text{
    font-size: 18px;
    margin-bottom: 2rem !important;
}

button.lz-button.lz-button-outline.j-overlay-close.mt-2.mr-2.lz-button-coc{
    height: 3rem !important;
    margin-top: 1.6rem !important;
}

}

.life-event-future-container {
    max-width: 840px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

    .life-event-future-container > .item {
        margin-right: 80px !important;
        margin-top: 68px !important;
        background: #f7f7f7;
        border: none;
        transition: all 0.3s ease;
    }

        .life-event-future-container > .item .lz-icon {
            color: #444447;
            transition: all 0.3s ease;
        }

        .life-event-future-container > .item .circle-text {
            color: #1c70e1;
            font-size: 12px;
            font-weight: 600;
            line-height: 1.1rem;
            transition: all 0.3s ease;
        }

        .life-event-future-container > .item.active {
            background: #1c70e1;
        }

            .life-event-future-container > .item.active .lz-icon,
            .life-event-future-container > .item.active .circle-text {
                color: #fff;
            }

        .life-event-future-container > .item:hover {
            border: none;
        }

        .life-event-future-container > .item > a {
            text-transform: uppercase;
            max-width: 100px;
        }

        .life-event-future-container > .item:nth-child(4n) {
            margin-right: 0 !important;
        }

@media (max-width: 767px) {

    .life-event-future-div {
        height: 9rem;
        width: 9rem;
    }

    .life-event-icon {
        width: 2rem;
        height: 2rem;
    }
}

.upcoming-consultation-section img.circle {
    max-width: 96px;
    max-height: 96px;
    height: auto;
    width: 100%;
    border-radius: 50%;
    position: relative;
    top: 0;
}

.consultation-additional-info-section {
    max-height: 0px;
    overflow-y: hidden;
    transition: all .4s linear;
}

    .consultation-additional-info-section.active {
        max-height: 1000px;
    }

.life-event-detail-wrapper .profile-navigation {
    padding: 0 2rem;
}

.life-event-h4 {
    padding-left: 3rem;
}

.life-event-section-header {
    font-weight: 600;
}

.life-event-advice-button-wrapper {
    margin-top: 4rem;
}

.life-event-selected-item-line {
    visibility: hidden;
    width: 36px;
    border-top: none;
    border-bottom: solid 3px #133ba3;
    margin: 0.5rem 0 0 36px;
}

.selected-option {
    font-weight: 600 !important;
}

    .selected-option + .life-event-selected-item-line {
        visibility: visible !important;
    }

.life-event-h4.selected-option + .life-event-selected-item-line {
    margin-left: 3rem;
}

.life-event-h4:hover {
    cursor: pointer;
    font-weight: 600;
}

.life-event-content-wrapper {
    padding-right: 20%;
}

@media screen and (max-width: 480px) {
    .lp-img {
        width: 50%
    }

    .lifepath-box {
        max-width: 315px;
    }

    .lifepath-box-sso {
        width: 315px;
    }

    .send-email-btn {
        width: 125px;
        height: 40px;
        font-size: 12px;
        line-height: 24px;
        padding: 0;
        letter-spacing: 0.6px;
    }

    .my-account-isnt-working {
        font-size: 14px !important;
    }

    .sso-error-confirmation-page {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .sso-show-floater {
        display: none !important;
    }

    .callmembership {
        display: block !important;
    }

    .fail-whale-background {
        background-image: url(/assets/lifeplan/img/fail-whale-mobile.png) !important;
        background-repeat: no-repeat;
        background-position: center;
        height: 663px !important;
    }

    .Were-dealing-with-a {
        width: 275px !important;
        height: 118px !important;
        font-family: OpenSans;
        font-size: 23px !important;
        letter-spacing: 0.5px;
        text-align: center;
        color: #ffffff;
    }

    .bg-meantime {
        padding: 300px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size: 14px !important;
    }

    .ep-close-button-position {
        margin-right: -1rem;
    }

    .lz-overlay-modal.edit-payment-coc{
        height: 100% !important;
        max-height: 100%;
        padding: 2rem 2rem !important;
    }
    
    div.col-lg-12.mobile-mt-2{
        margin-top: 2rem;
    }

    div.lz-form-group.lz-mb-2.col-xl-6.col-lg-6.col-md-6.col-sm-8.pl-0.pr-0.mobile-pl-15{
        padding-left: 15px !important;
    }
    .checkout-billing-coc.edit-billing-coc{
        height: 100% !important;
        float: none !important;
        /* max-height: 88%; */
        padding: 2rem 2rem !important;
        overscroll-behavior: contain;
    }
    
}

@media screen and (max-width: 420px) {
    .welcome-card-icon-wrapper img {
        width: 90%
    }

    .sso-error-confirmation-page {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .sso-show-floater {
        display: none !important;
    }

    .callmembership {
        display: block !important;
    }

    .fail-whale-background {
        background-image: url(/assets/lifeplan/img/fail-whale-mobile.png) !important;
        background-repeat: no-repeat;
        background-position: center;
        height: 663px !important;
    }

    .Were-dealing-with-a {
        width: 275px !important;
        height: 118px !important;
        font-family: OpenSans;
        font-size: 23px !important;
        letter-spacing: 0.5px;
        text-align: center;
        color: #ffffff;
    }

    .bg-meantime {
        padding: 300px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size: 14px !important;
    }

    .ep-close-button-position-span {
        margin-top: -1rem !important;
        transform: translateX(-52%);
    }
}

.lz-dropdown .mobile-dropdown-icon .lz-icon {
    position: static;
    transform: rotate(0deg);
}

.footnotes {
    margin-bottom: -30px;
}

.welcome-card-icon-wrapper {
    position: absolute;
    left: 49%;
    transform: translateX(-50%);
    margin-top: -55px;
    z-index: 1;
}

    .welcome-card-icon-wrapper img {
        max-width: 120px;
    }

.advice-tabs {
    max-width: 448px;
    width: 100%;
}

    .advice-tabs .consultation-buttons {
        cursor: pointer;
    }

.animated-underline {
    max-width: 416px;
    width: 100%;
    margin: auto;
    height: 3px;
    margin-top: 10px;
    position: relative;
}
.animated-underline.coc-checkout {
    max-width: 316px;
}

.animated-underline .underline {
    position: absolute;
    height: 3px;
    width: 48px;
    background: #133ba3;
    transition: 0.3s ease all;
}

.animated-underline.coc-checkout .underline{
    width:72px;
}

.animated-underline .underline.go-right {
    right: 0;
}
.animated-underline.coc-checkout .underline.go-right {
    right: 43px;
}

.animated-underline .underline.go-left {
    left: 0;
}

.event-widget-day {
    font-size: 60px;
    line-height: 72px;
    letter-spacing: -1.5px;
}

.event-widget-main-data > * {
    min-width: 220px;
}

.event-widget-main-data {
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.loader-wrapper {
    min-height: 300px;
    width: 100%;
}

    .loader-wrapper .spinner-icon {
        margin: auto;
        display: block;
        max-width: 4rem;
        max-height: 4rem;
        width: 100%;
        height: 100%;
    }

    .loader-wrapper svg.lz-icon {
        color: #339eff;
        width: 4rem;
        height: 4rem;
    }

.spinner-hide-active {
    position: absolute;
}

.additional-style-section {
    font-weight: 300;
}

.lp-placeholder-widget {
    overflow: hidden;
}

.life-event-future-question-container {
    width: 35rem;
}

@media (max-width: 767px) {
    .life-event-future-question-container {
        width: 20rem;
    }

    .my-account-isnt-working {
        font-size: 14px !important;
    }

    .sso-error-confirmation-page {
        padding-left: 3rem !important;
        padding-right: 3rem !important;
    }

    .sso-show-floater {
        display: none !important;
    }

    .callmembership {
        display: block !important;
    }

    .lifepath-box-sso {
        width: 450px !important;
    }
}


.main-notification-container {
    display: none;
    width: 100%;
    min-height: 200px;
    border: 2px solid #1c70e1;
    box-shadow: 0 17px 33px 0px rgba(68, 68, 71, 0.5);
    position: fixed;
    top: 102px;
    z-index: 100;
    background: #f7f7f7;
    transition: all 0.3s ease;
    opacity: 0;
}

    .main-notification-container.fixed {
        top: 50px;
    }

    .main-notification-container.active {
        opacity: 1;
        display: block;
    }

.tac-page.close-button {
    position: absolute;
    top: 24px;
    right: 24px;
}

.circle-image {
    float: left;
    width: 100%;
    padding-top: 20%;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
}

.item:not(.lzweb-item) {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: #ffffff;
    width: 144px;
    height: 144px;
    min-width: 144px;
    border: solid 2px #a3d4ff;
    margin: 0.5rem;
    background-color: white;
    border-radius: 100%;
    transition: all 0.3s ease;
}

    .item:not(.lzweb-item):hover {
        cursor: pointer;
        box-shadow: 0 0 16px 2px rgba(0, 0, 0, 0.26);
        border: solid 2px #1c70e1;
    }

.circle-text {
    float: left;
    width: 100%;
    padding-top: 32px;
    line-height: 1em;
    margin-top: -0.5em;
    text-align: center;
    color: #339eff;
}

    .circle-text:hover {
        color: #339eff;
    }

.life-event-icon svg.lz-icon {
    width: 40px;
    height: 40px;
}

.separator-line {
    width: 40px;
    min-width: 40px;
    height: 2px;
    display: block;
}

.itp-wrapper .faq-subheading {
    padding: 0 0 1.5rem;
}

.fw-600 {
    font-weight: 600;
}

.letter-spacing-06 {
    letter-spacing: 0.6px;
}

.break-word {
    word-break: break-word;
}

.lz-dropdown .dropdown-button {
    height: 3.5rem;
}

.confirm-spin {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100000;
    width: 100%;
    height: 100%;
    text-align: center;
    background: #fff;
}

    .confirm-spin .confirm-spin-content {
        top: 50%;
        position: relative;
        transform: translateY(-50%);
    }

.hideVisible {
    visibility: hidden !important;
}

.state-dropdown {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    cursor: pointer;
    line-height: 3rem;
    color: #c7c8c9;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 600;
    font-size: 1rem;
    height: 3rem;
    padding: 0 3rem 0 1rem;
    border: 1px solid #a3d4ff;
    text-align: left;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 91;
}

    .sticky + .content {
        padding-top: 102px;
    }

.top-container {
    position: relative;
    z-index: 100;
    background-color: #fff;
}

.header .home-header {
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

.no-border {
    border: none;
}

.sticky + .subnav-background {
    height: 248px;
}

.hidden {
    display: none !important;
}

.nav-account {
    color: #444447 !important;
}

.overview-points-wrapper .image-block .img-wrapper {
    min-height: 320px;
}

.my-files-content .toggle-hide {
    max-height: 0;
    overflow: hidden;
    padding: 0 !important;
    transition: all 0.3s ease;
    margin-top: 0 !important;
}

    .my-files-content .toggle-hide.active {
        max-height: 400px;
        padding: inherit !important;
        margin-top: inherit !important;
    }

/* LZWeb CSS */
#dlpMainContent .box.itp-box {
    margin: 0 auto;
}

.personalInfo .grayBG.edit, .personalInfo .grayBG.header, .personalInfo .grayBG.item {
    height: 40px !important;
    vertical-align: middle;
}

.personalInfo .edit {
    width: 75px !important;
}

.itp-subNavText {
    line-height: 15px;
}

.itp-dlpSubNav {
    height: 84px !important;
}

#dlpMainContent {
    background: none !important;
}

.itp-textarea {
    font-style: italic;
    color: #c7c8c9;
    height: 130px !important;
}

/* LZWeb CSS */

.circle-wrapper {
    border-radius: 50%;
    padding: 20px;
    max-width: 86px;
    max-height: 96px;
    background-color: #f7f7f7;
}

.no-mouse-event {
    pointer-events: none;
}

.my-files-welcome-card-wrapper .welcome-card-icon-wrapper {
    margin-top: -65px;
}

.my-profile-welcome-card-wrapper .welcome-card-icon-wrapper {
    margin-top: -90px;
}

.padding-bottom-5 {
    padding-bottom: 5px;
}

.padding-right-20 {
    padding-right: 20px;
}

.padding-bottom-20 {
    padding-bottom: 20px;
}

.lz-button-width-15 {
    width: 15rem;
}


.hopscotch-bubble {
    cursor: default;
    border-radius: 2px;
    background: #fff;
    background-color: #fff;
    box-shadow: 10px 19px 45px 11px rgba(0,0,0,.3), 10px 25px 12px -31px rgba(0,0,0,.1);
    position: absolute;
    z-index: 555;
    box-sizing: content-box;
    background-clip: padding-box;
}

    .hopscotch-bubble .hopscotch-title {
        font-weight: bold;
        height: 24px;
        font-size: 18px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: 0.2px;
        text-align: left;
    }

    .hopscotch-bubble .hopscotch-bubble-content {
        margin: 0 0 20px 45px;
    }

    .hopscotch-bubble .hopscotch-nav-button {
        font-weight: bold;
        color: #fff;
        padding: 5px 20px 5px 0px;
        border-radius: 2px;
        border: 1px solid #9b9b9b;
        letter-spacing: .5px;
        display: inline-block;
    }

    .hopscotch-bubble .hopscotch-actions {
        margin: 10px 0 0;
        pointer-events: auto;
    }

    .button.button-blue, .hopscotch-bubble .button-blue.hopscotch-nav-button, .hopscotch-bubble .hopscotch-nav-button.next, .hopscotch-bubble button.hopscotch-nav-button.next, button.button-blue {
        color: #339eff;
        background: #fff;
        border-color: #fff;
    }


    .hopscotch-bubble .hopscotch-bubble-arrow-container {
        position: absolute;
        width: 20px;
        height: 20px;
    }

        .hopscotch-bubble .hopscotch-bubble-arrow-container.up {
            top: -20px;
            right: -1px !important;
            transform: rotate(90deg) !important;
        }

        .hopscotch-bubble .hopscotch-bubble-arrow-container.down {
            transform: rotate(270deg);
            left: -1px;
        }


        .hopscotch-bubble .hopscotch-bubble-arrow-container.left {
            top: 10px;
            left: -10px;
        }


            .hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow {
                border-bottom: 10px solid transparent;
                border-right: 10px solid #fff;
                border-top: 10px solid transparent;
                position: relative;
                left: 1px;
                top: -20px;
            }

            .hopscotch-bubble .hopscotch-bubble-arrow-container.left .hopscotch-bubble-arrow-border {
                border-right: 10px solid #4184f3;
                border-bottom: 10px solid transparent;
                border-top: 10px solid transparent;
            }

        .hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow, .hopscotch-bubble .hopscotch-bubble-arrow-container .hopscotch-bubble-arrow-border {
            width: 0;
            height: 0;
        }

        .hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow-border {
            border-right: 20px solid transparent;
            border-bottom: 20px solid transparent;
        }

        .hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
            border-bottom: 20px solid transparent;
            border-right: 20px solid #fff;
            position: relative;
            left: 2px;
            top: -19px;
        }

        .hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow-border {
            border-right: 20px solid transparent;
            border-bottom: 20px solid transparent;
        }

        .hopscotch-bubble .hopscotch-bubble-arrow-container.down .hopscotch-bubble-arrow {
            border-bottom: 20px solid transparent;
            border-right: 20px solid #fff;
            position: relative;
            left: 2px;
            top: -19px;
        }

.myaccount-pos {
    position: absolute;
    margin-left: 56.5%;
    top: 58px;
    width: 23rem;
}


.myitp-pos {
    position: absolute;
    top: -14rem;
    left: 3rem;
    width: 27rem;
}

.lp-placeholder-widget-unset {
    overflow: unset !important;
}

.life-events-pos {
    position: absolute;
    top: -15rem;
    left: 3rem;
    width: 27rem;
    pointer-events: all;
}

.advice-session-pos {
    position: absolute;
    top: -14rem;
    left: 3rem;
    width: 27rem;
}

.estate-planning-pos {
    position: absolute;
    top: -14rem;
    left: 3rem;
    width: 27rem;
}

.hopscotch-bubblecss {
    width: 400px;
    padding: 15px;
}

.hopscotch-bubble-container {
    padding: 15px 15px 15px 20px;
}

.navigation-container {
    display: -webkit-box; /* OLD - iOS 6-, Safari 3.1-6, BB7 */
    display: -ms-flexbox; /* TWEENER - IE 10 */
    display: -webkit-flex; /* NEW - Safari 6.1+. iOS 7.1+, BB10 */
    display: flex; /* NEW, Spec - Firefox, Chrome, Opera */
    justify-content: center;
    align-items: center;
    float: left;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    padding-top: 1rem;
}

.overview-answer {
    padding: 0 7.5rem;
}

@media (max-width: 767px) {

    .overview-answer {
        padding: 0 1.5rem !important;
    }

    .navigation-container {
        width: auto;
        left: 0;
        transform: none;
    }

    .hopscotch-bubble .hopscotch-bubble-arrow-container.up {
        top: -20px;
        right: -1px !important;
        transform: rotate(180deg) !important;
    }

        .hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
            left: 12px;
            top: -22px;
        }

    .myaccount-pos {
        position: absolute;
        left: 28px;
        top: 9px;
        width: 18rem;
        margin-left: 0;
        margin-top: 0;
    }

    .myitp-pos {
        position: absolute;
        top: -270px;
        width: 18rem;
        margin-left: 0;
        margin-top: 0;
    }

    .life-events-pos {
        margin-left: 0rem;
        width: 18rem;
        top: -263px;
        pointer-events: all;
    }

    .advice-session-pos {
        width: 18rem;
        top: -240px;
        margin-left: 0rem;
    }

    .estate-planning-pos {
        width: 18rem;
        top: -267px;
        margin-left: 0rem;
    }

    .hopscotch-bubble .hopscotch-bubble-arrow-container.down {
        right: 15rem;
    }

    .hopscotch-bubble-container {
        padding: 15px;
    }

    .hopscotch-bubble .hopscotch-bubble-arrow-container.up {
        margin-right: 16rem;
    }
}

.hopscotch-content {
    color: #444447;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.2px;
}


.layer {
    width: 7rem;
    height: 1rem;
    font-size: 12px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.67;
    letter-spacing: 0.6px;
    text-align: left;
    color: #339eff;
    float: right;
    padding-top: 1rem;
}

.oval {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    background-color: #339eff;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}


.oval-gray {
    width: 1rem;
    height: 1rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    background-color: #ededee;
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
}

.transprant-screen {
    cursor: default;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: block;
    z-index: 554;
    background: transparent;
}

    .transprant-screen:hover {
        cursor: default;
    }

.disabled-page-events {
    pointer-events: none !important;
}
/*Header menu animation:Start*/
@keyframes moveDown {
    from {
        height: 0px;
    }

    to {
        height: 270px;
    }
}

@keyframes moveUp {
    from {
        height: 250px;
    }

    to {
        height: 0px;
    }
}

@keyframes moveDownMobile {
    from {
        height: 0%;
    }

    to {
        height: 100%;
    }
}

@keyframes moveUpMobile {
    from {
        height: 100%;
    }

    to {
        height: 0%;
    }
}

#animated-header:not(.ng-hide) {
    animation: 0.08s moveDown;
}

#animated-header.ng-hide {
    animation: 0.10s moveUp;
}

#mobile-menu:not(.ng-hide) {
    animation: 0.15s moveDownMobile;
}

#mobile-menu.ng-hide {
    animation: 0.05s moveUpMobile;
}

@keyframes moveMenuDown {
    from {
        height: 0px;
    }

    to {
        height: 160px;
    }
}

@keyframes moveMenuUp {
    from {
        height: 100px;
    }

    to {
        height: 0px;
    }
}

#drop-menu:not(.ng-hide) {
    animation: 0.10s moveMenuDown;
}

#drop-menu.ng-hide {
    animation: 0.05s moveMenuUp;
}
/*Header menu animation:End*/

.lifepath-background {
    background-image: url(/assets/lifeplan/img/topo-lines.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 950px;
}

.lifepath-content {
    background-color: #fff;
    padding-right: 0px;
    padding-left: 0px;
}

.lifepath-box {
    width: 450px;
    min-height: 500px;
    border: solid 1px #c7c8c9;
    overflow: hidden;
}

    .lifepath-box > div:first-child {
        padding: 46px 37px 0px 37px
    }

.lifeevent-progressbar {
    background-color: #3cd33c
}

.loader {
    -webkit-animation: spin 1s linear infinite; /* Safari */
    animation: spin 1s linear infinite;
}

/*LPL styles:Start*/
.lz-accordion-question-ng {
    border: solid 1px #a3d4ff;
    padding: 1.25rem 3rem;
    font-weight: 600;
    color: #1a1a1e;
    font-size: 1.125rem;
    position: relative;
    cursor: pointer;
}

.lz-accordion-active .lz-accordion-question-ng {
    border-color: transparent;
}

.lz-accordion-question-ng .lz-icon-arrow {
    color: #1c70e1;
    right: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .5s;
}

.lz-accordion-active .lz-icon-arrow {
    transform: translateY(-50%) rotate(180deg);
}

.overview-icon {
    fill: currentColor;
    width: 1em;
    height: 1em;
    vertical-align: -.15em;
}

.lz-disable-control {
    opacity: 0.3;
}
/*LPL styles:End*/



.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.checkout .logo-section img, .logo-section img {
    width: 230px;
}

.grey-rectangle:first-child {
    border: solid 2px #ededee;
    width: 650px;
}

    .grey-rectangle:first-child:not(.different) {
        border: solid 2px #ededee;
        box-shadow: 0px 15px 30px -11px #d8d8d8;
        width: 650px;
    }

.grey-rectangle:not(:first-child) {
    border-right: solid 2px #ededee;
    border-left: solid 2px #ededee;
    border-bottom: solid 2px #ededee;
    width: 650px;
}

.lpl-img {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.continue-billing {
    width: 300px;
    height: 72px;
}

.stepwizard-row {
    display: table-row;
}

.stepwizard {
    display: table;
    width: 50%;
    position: relative;
}

.stepwizard-step {
    display: table-cell;
    text-align: center;
    position: relative;
    top: -15px;
}

.progress-dot {
    height: 25px;
    width: 25px;
    text-align: center;
    background-color: #f1f1f1;
    border-radius: 50%;
    display: inline-block;
}

.progress-step1 {
    left: -15px;
}

.progress-step2 {
    left: 8px;
}

.progress-step3 {
    left: 15px;
}

.step-mr {
    margin-right: 165px;
}

.checkout-icon__info {
    width: 18px;
    color: #0275d8 !important;
}

.progress-bar-text {
    color: #1c70e1;
}

.billing-container {
    max-width: 756px;
}

.progress-container {
    max-width: 420px;
}

.progress-height {
    height: 2px;
}

@media (max-width: 640px) {
    .billing-container {
        max-width: 450px;
    }

    .progress-container {
        max-width: 220px;
    }

    .step-mr {
        margin-right: 60px;
    }

    .my-account-isnt-working {
        font-size: 14px !important;
    }

    .fail-whale-background {
        background-image: url(/assets/lifeplan/img/fail-whale-mobile.png) !important;
        background-repeat: no-repeat;
        background-position: center;
        height: 663px !important;
    }

    .Were-dealing-with-a {
        width: 275px !important;
        height: 118px !important;
        font-family: OpenSans;
        font-size: 23px !important;
        letter-spacing: 0.5px;
        text-align: center;
        color: #ffffff;
    }

    .bg-meantime {
        padding: 300px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
        font-size: 14px !important;
    }
}

.fix-spinner {
    width: 100%;
    height: 100vh;
    position: fixed;
    z-index: 9;
    top: 0;
    left: 0;
}

.success-spinner {
    border: 2px solid #fff;
    border-radius: 50%;
    border-top: 2px solid transparent;
    width: 24px;
    height: 24px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

.checkout-billing {
    z-index: 2222;
    overflow-y: auto;
    overflow-x: hidden;
    width: 75%;
    min-height: 85%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 56px 0px;
    background-color: white;
    border: 2px solid rgb(237, 237, 238);
    margin: 5% auto;
}

@media (max-width: 640px) {
    .checkout-billing {
        transform: none;
        width: 100%;
        left: 0%;
    }
    .checkout-billing-coc.edit-billing-coc {
        height: 100% !important;
    }
    .body {
        height: 100% !important;
    }
}

.checkout-billing-coc {
    z-index: 2222;
    overflow-y: auto;
    overflow-x: hidden;
    width: 95%;

    min-height: 50%;
    box-shadow: rgba(0, 0, 0, 0.25) 0px 2px 56px 0px;
    background-color: white;
    border: 2px solid rgb(237, 237, 238);
    margin: 2% auto;
}

.checkout-billing-coc.edit-billing-coc {
    max-width: 780px;
    padding: 24px 35px 70px 49px !important;
}

@media (max-width: 640px) {
    .checkout-billing-coc {
        transform: none;
        width: 100%;
        height: 100%;
        left: 0%;
    }
}



.billing-info-bar {
    margin-left: -370px;
    width: 1450px;
}

.lz-overlay-checkoutreview-editpopup {
    overflow: auto;
}

.lz-material-block.lz-input-material-active .lz-input-material-label {
    transform: translateY(.5rem);
}

.message-a-membership {
    height: 32px;
    font-family: OpenSans,Arial,sans-serif;
    font-size: 21px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: left;
}

.my-preferred-method {
    height: 24px;
    font-family: OpenSans,Arial,sans-serif;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.1px;
    text-align: left;
    color: #444447;
    padding-right: 14px;
}

.padding-right-12 {
    padding-right: 12px;
}

.font-size-15 {
    font-size: 15px;
}

.my-account-isnt-working {
    font-family: OpenSans,Arial,sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #c7c8c9;
    margin-left: 24px;
    transform: translateY(3rem)
}

.lifepath-box-sso {
    width: 600px;
}

.messageBox-div {
    border: 1px solid #a3d4ff;
}

.messageBox-label {
    top: -18px;
    margin-left: 24px;
    color: #88888a;
}

.messageBox-testarea {
    border: none;
    margin-top: 34px !important;
    padding-left: 24px;
}

.ssofooter-fontsize {
    font-size: 12px;
}

.ssofooterImage-width {
    min-width: 284px;
}

.ssofooterImage-padding {
    padding: 0px;
    border: none;
}

.hideBlock {
    display: none;
}

.sso-error-confirmation-page {
    padding-left: 7rem;
    padding-right: 7rem;
}

.callmembership {
    display: none;
}

.padding-60 {
    padding-top: 60px;
}

.lifeBox-ssopadding {
    padding: 46px 37px 0px 37px;
}

.close-button-hide {
    display: none;
}

.lzfloater-widget-placeholder {
    right: 118px;
    position: fixed;
    bottom: 0;
    pointer-events: none;
    z-index: 2;
}

.sso-show-floater {
    display: block;
}

.sso-password-show-font-weight {
    font-weight: 600
}

.sso-show-password {
    pointer-events: none;
    color: lightgray;
}

.sso-createPassword-background {
    background: 0 !important
}

.sso-cursor:hover {
    cursor: unset
}

.sso-mb-p {
    margin-bottom: -1rem;
}

.Were-dealing-with-a {
    width: 570px;
    height: 110px;
    font-family: sans-serif;
    font-size: 40px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #ffffff;
}

.fail-whale-background {
    background-image: url(/assets/lifeplan/img/fail-whale.png);
    background-repeat: no-repeat;
    background-position: center;
    height: 950px;
    background-size: cover;
}

.bg-meantime {
    padding: 532px;
    padding-left: 325px;
    padding-right: 331px;
}

.label-meantime {
    font-weight: 600;
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .bg-meantime {
        padding: 532px !important;
        padding-left: 100px !important;
        padding-right: 102px !important;
    }
}
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .checkout-billing-coc.edit-billing-coc {
        max-width: 740px;
        max-height: 720px;
    }
}
.itp-placeholdertxt {
    bottom: 104px;
    position: absolute;
    font-style: italic;
    color: #c7c8c9;
    font-size: 10px;
}

.blue-oval {
    width: 36px;
    height: 36px;
    border-radius: 20px;
    text-align: center;
    line-height: 36px;
    background-color: #0066ff;
}

.ep-intro-paragraph {
    max-width: 700px;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.33;
    letter-spacing: normal;
    text-align: justify;
    color: #444447;
    margin-top: 4rem;
}

.ep-compare-button {
    height: 60px;
    background: #339eff;
    color: #fff;
    border: 2px solid #339eff;
    padding: 0 3rem 0 2.5rem;
}

.ep-compare-button-lz-icon {
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(-38px, -8px);
    transition: transform .5s;
    cursor: pointer;
}

.ep-compare-button-active .lz-icon {
    transform: translate(-26px, -8px) rotate(180deg);
}

.ep-comparesection {
    width: 960px;
    max-width: 100%;
}


.ep-box {
    opacity: 0;
    height: 0px;
    z-index: 0;
}

.ep-comparesection-heading {
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #133ba3;
}

.ep-comparesection-will {
    color: #1c70e1;
}

.ep-comparesection-trust {
    color: #133ba3;
}

.ep-comparesection-text {
    color: #444447;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: normal;
    text-align: left;
}

.ep-comparesection-will-checkicon {
    color: #1c70e1;
}

.ep-comparesection-trust-checkicon {
    color: #133ba3;
}

.ep-margin-left {
    margin-left: 10px;
}

.ep-comparesectiontext-divider {
    border: solid 2px #ededee;
    margin-top: 3rem;
}

.ep-watchoverview-img-margin {
    margin-right: 0.5rem;
}

.ep-compare-button-lz-icon-arrow-toogle {
    transform: translate(-38px, -8px) rotate(180deg);
}

@media (max-width: 575px) {
    .col-xs {
        flex-basis: 0;
        flex-grow: 1;
        max-width: 100%
    }

    .col-xs-auto {
        flex: 0 0 auto;
        width: auto
    }

    .col-xs-2 {
        flex: 0 0 20%;
        max-width: 20%;
    }

    .col-xs-2-will {
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 0 0 7%;
    }

    .col-xs-2-trust {
        flex: 0 0 20%;
        max-width: 20%;
        padding: 0 0 0 9%;
    }

    .col-xs-8 {
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media only screen and (min-device-width : 769px) and (max-device-width : 1024px) {
    .ep-col-md-8 {
        -ms-flex: 0 0 66.66667% !important;
        flex: 0 0 66.66667% !important;
        max-width: 66.66667% !important;
    }

    .ep-close-button-position {
        margin-right: 1rem !important;
        margin-top: 19rem !important;
    }

    .ep-watchoverview-video-margin {
        margin: 0 2px !important;
    }

    .ep-close-button-position-span {
        margin-top: 300px;
        transform: translateX(-52%);
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
    .ep-close-button-position {
        margin-top: 2rem !important;
        margin-right: -1rem !important;
    }

    .ep-close-button-position-span {
        margin: 0;
        transform: translateX(-52%);
    }

    .ep-cards {
        width: 720px !important;
        max-width: 100% !important;
    }

    .col-md-8-comparesectionheading {
        flex: 0 0 65.66667%;
        max-width: 65.66667%;
    }

    .col-md-2-heading {
        padding: 0 0 0 5%;
    }

    .col-md-2-will {
        padding: 0 0 0 6%;
    }

    .col-md-2-trust {
        padding: 0 0 0 7%;
    }

    .ep-welcome-card-icon-wrapper {
        left: 54% !important;
    }
    
    .animated-underline .underline.go-left {
        left: 32px;
    }
}

.account-close-button-container-margin {
    position: absolute;
    margin: 20px 20px;
    left: 50%;
    text-align: right;
    transform: translateX(-50%);
    width: 100%;
    max-width: 1000px;
}

.ep-close-button {
    text-align: right;
    position: static;
    float: right;
    z-index: 10;
}

@media (max-width: 320px) {
    .ep-toggle-padding {
        padding: 0 2rem;
    }
}

.ep-lp-heading {
    font-weight: 500;
    line-height: 40px;
}

.ep-lz-overlay-watchoverview {
    background: rgba(255,255,255,255);
}

.ep-welcome-card-icon-wrapper {
    left: 52%;
}

.overview-video-wrapper {
    position: relative;
    display: block;
    max-width: 300%;
}

.overview-video-container {
    padding-top: 56.25%;
}

.overview-video-frame {
    border: none;
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.hide-screen {
    opacity: 0.20;
}


.lz-accordion-question-ng {
    border: solid 1px #a3d4ff;
    padding: 1.25rem 3rem;
    font-weight: 600;
    color: #1a1a1e;
    font-size: 1.125rem;
    position: relative;
    cursor: pointer;
}

.lz-accordion-active .lz-accordion-question-ng {
    border-color: transparent;
}

.lz-accordion-question-ng .lz-icon {
    color: #1c70e1;
    right: 1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: transform .5s;
}

.lz-accordion-active .lz-icon {
    transform: translateY(-50%) rotate(180deg);
}

@media (max-width: 767px) {
    .lz-accordion-question-ng {
        margin-left: 1.5rem !important;
    }
}

@media only screen and (max-width: 768px) {
    .w-250 {
        width: 250px;
    }
}

.user-missing-email-Call-phone-icon {
    width: 58px;
    height: 57px;
    object-fit: contain;
    margin-top: 25px;
}

.user-missing-email-It-looks-like-we-don {
    max-width: 275px;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.6px;
    text-align: center;
    color: #444447;
    color: var(--charcoal-grey);
}

.user-missing-email-Rectangle-3 {
    align-content: center;
    background-color: #ffffff;
}

.user-missing-email-phone-number {
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.71;
    letter-spacing: 0.6px;
    text-align: center;
    color: #339eff;
}

@media screen and (min-width:1024px) {
    #what-we-offer .offer-item {
        border-bottom: solid 1px #9ac3fd;
    }

        #what-we-offer .offer-item.active {
            border-bottom: 8px solid #0066ff;
        }

        #what-we-offer .offer-item .title {
            text-align: center;
            display: inline-block;
        }

    #whos-it-for {
        background-image: linear-gradient(to bottom, #033ab7, #033ab7 77%, #fff 33%);
    }

    #what-we-offer {
        padding-top: 4rem;
    }

        #what-we-offer h2 {
            text-align: center;
        }

        #what-we-offer .offer-item .title {
            text-align: left;
            font-size: 1.25rem;
            display: flex;
            align-items: center;
            justify-content: center;
        }
}

#what-we-offer {
    background-image: linear-gradient(to bottom, #ffffff, #f0f3f8);
}

    #what-we-offer h2 {
        text-align: center;
    }

    #what-we-offer .offer-item {
        text-align: center;
        cursor: pointer;
    }

        #what-we-offer .offer-item .image-wrapper {
            text-align: center;
            min-height: 94px;
        }

        #what-we-offer .offer-item .offer-details {
            display: none;
        }

            #what-we-offer .offer-item .offer-details p {
                text-align: left;
            }

        #what-we-offer .offer-item.active .title {
            color: #000;
        }

        #what-we-offer .offer-item .title {
            color: #0066ff;
            font-size: 16px !important;
        }

#details-display {
    text-align: center;
    height: 225px;
}

    #details-display p {
        text-align: left;
        width: 67%;
        display: inline-block;
    }

@media only screen and (max-width: 768px) {
    .pr-centerAlign {
        justify-items: center;
    }

    .pr-fl_mb-0 {
        display: inline-block;
        margin-bottom: 0px !important
    }

    .pr-textCenter {
        display: inline-block;
        justify-content: center;
    }

    .pr-clearBoth {
        clear: both;
    }

    #what-we-offer .offer-item {
        text-align: unset;
    }

    .pr-displayNone {
        display: none;
    }

    #what-we-offer .offer-item.active .offer-details {
        display: block !important;
    }

    .hidden-sm-down {
        display: none;
    }
}

@media only screen and (min-device-width : 1023px) and (max-device-width : 1199px) {
    .myaccount-pos {
        margin-left: 36.5rem !important;
    }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1023px) {
    .myaccount-pos {
        position: absolute;
        left: 28px;
        top: 9px;
        width: 18rem;
        margin-left: 0;
        margin-top: 0;
    }

    .myitp-pos {
        position: absolute;
        top: -270px;
        width: 18rem;
        margin-left: 0;
        margin-top: 0;
    }

    .life-events-pos {
        margin-left: 0rem;
        width: 18rem;
        top: -263px;
        pointer-events: all;
    }

    .advice-session-pos {
        width: 18rem;
        top: -240px;
        margin-left: 0rem;
    }

    .estate-planning-pos {
        width: 18rem;
        top: -267px;
        margin-left: 0rem;
    }

    .hopscotch-bubble .hopscotch-bubble-arrow-container.up .hopscotch-bubble-arrow {
        left: 12px;
        top: -22px;
    }

    .hopscotch-bubble .hopscotch-bubble-arrow-container.up {
        margin-right: 16rem;
    }

    .hopscotch-bubble .hopscotch-bubble-arrow-container.up {
        top: -20px;
        right: -1px !important;
        transform: rotate(180deg) !important;
    }
}

.text-area-default-color {
    color: #1a1a1a !important;
}

.pr-welcome-heading {
    font-weight: 300 !important;
    font-size: 2.5rem !important;
}

.lz-display-inline-block {
    display: inline-block;
}
/*For Cancellation UI*/

.header-cancel-popup {
    transform: translateY(130%);
}

.popup-ep-widget-transform {
    transform: translateX(-47%);
}

.popup-ep-widget-right-transform {
    transform: translateX(-75%);
}

.popup-ep-widget-left-transform {
    transform: translateX(-30%);
}

.popup-bubble .popup-bubble-arrow-container.right-down-arrow-desktop-ep {
    right: 5rem !important;
}

.popup-bubble .popup-bubble-arrow-container.left-down-arrow-desktop-ep {
    left: 4rem !important;
}

.popup-bubble .popup-bubble-arrow-container.right-down-arrow-ep {
    right: 12rem !important;
}

.lz-inactive-link, .lz-inactive-link:hover {
    cursor: auto;
    color: #444447 !important;
}

.lz-lock-icon {
    vertical-align: text-top;
    margin-left: 5px;
}

.lz-lock-icon-event-details .lz-icon {
    margin-left: 11px;
    height: 1.2em !important;
    pointer-events: none;
}

.lz-lock-icon-ep-widget .lz-icon {
    height: 1.2em !important;
    pointer-events: none;
    margin-left: -5px;
}

.show-popup {
    display: inline !important;
}

.hide-popup {
    display: none;
}


.popup-bubble {
    cursor: default;
    border-radius: 2px;
    background: #fff;
    background-color: #fff;
    box-shadow: 10px 19px 45px 11px rgba(0,0,0,.3), 10px 25px 12px -31px rgba(0,0,0,.1);
    position: absolute;
    z-index: 555;
    box-sizing: content-box;
    background-clip: padding-box;
}

    .popup-bubble .popup-title {
        font-weight: bold;
        height: 24px;
        font-size: 18px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.33;
        letter-spacing: 0.2px;
        text-align: left;
    }

    .popup-bubble .popup-bubble-content {
        margin: 0 0 20px 45px;
    }

    .popup-bubble .popup-nav-button {
        font-weight: bold;
        color: #fff;
        padding: 5px 20px 5px 0px;
        border-radius: 2px;
        border: 1px solid #9b9b9b;
        letter-spacing: .5px;
        display: inline-block;
        font-size: 0.75rem;
    }

    .popup-bubble .popup-actions {
        margin: 10px 0 0;
        pointer-events: auto;
    }

    .button.button-blue, .popup-bubble .button-blue.popup-nav-button, .popup-bubble .popup-nav-button.next, .popup-bubble button.popup-nav-button.next, button.button-blue {
        color: #339eff;
        background: #fff;
        border-color: #fff;
    }


    .popup-bubble .popup-bubble-arrow-container {
        position: absolute;
        width: 20px;
        height: 20px;
    }

        .popup-bubble .popup-bubble-arrow-container.up {
            box-shadow: none;
            top: -17px;
            background: transparent;
        }

        .popup-bubble .popup-bubble-arrow-container.down {
            transform: rotate(270deg);
            left: 0px;
        }

        .popup-bubble .popup-bubble-arrow-container.right-down {
            transform: rotate(270deg);
            right: 2.5px;
        }


        .popup-bubble .popup-bubble-arrow-container.left {
            top: 10px;
            left: -10px;
        }


            .popup-bubble .popup-bubble-arrow-container.left .popup-bubble-arrow {
                border-bottom: 10px solid transparent;
                border-right: 10px solid #fff;
                border-top: 10px solid transparent;
                position: relative;
                left: 1px;
                top: -20px;
            }

            .popup-bubble .popup-bubble-arrow-container.left .popup-bubble-arrow-border {
                border-right: 10px solid #4184f3;
                border-bottom: 10px solid transparent;
                border-top: 10px solid transparent;
            }

        .popup-bubble .popup-bubble-arrow-container .popup-bubble-arrow, .popup-bubble .popup-bubble-arrow-container .popup-bubble-arrow-border {
            width: 0;
            height: 0;
        }

        .popup-bubble .popup-bubble-arrow-container.up .popup-bubble-arrow-border {
            border-right: 20px solid transparent;
            border-bottom: 20px solid #fff;
            border-right: 20px solid transparent;
            background-color: transparent;
        }

        .popup-bubble .popup-bubble-arrow-container.up .popup-bubble-arrow {
            border-bottom: 20px solid transparent;
            position: relative;
            left: 2px;
        }

        .popup-bubble .popup-bubble-arrow-container.down .popup-bubble-arrow-border {
            border-right: 20px solid transparent;
            border-bottom: 20px solid transparent;
        }

        .popup-bubble .popup-bubble-arrow-container.right-down-arrow-ep .popup-bubble-arrow-border,
        .popup-bubble .popup-bubble-arrow-container.right-down-arrow-desktop-ep .popup-bubble-arrow-border {
            border-bottom: 18px solid transparent;
        }

        .popup-bubble .popup-bubble-arrow-container.left-down-arrow-desktop-ep .popup-bubble-arrow-border {
            border-bottom: 18px solid transparent;
        }

        .popup-bubble .popup-bubble-arrow-container.down .popup-bubble-arrow {
            border-bottom: 20px solid transparent;
            border-right: 20px solid #fff;
            position: relative;
            left: 2px;
            top: -20px;
        }

        .popup-bubble .popup-bubble-arrow-container.right-down-arrow-ep .popup-bubble-arrow,
        .popup-bubble .popup-bubble-arrow-container.right-down-arrow-desktop-ep .popup-bubble-arrow {
            border-bottom: 20px solid transparent;
            border-right: 20px solid #fff;
            position: relative;
            top: -20px;
        }

        .popup-bubble .popup-bubble-arrow-container.left-down-arrow-desktop-ep .popup-bubble-arrow {
            border-bottom: 20px solid transparent;
            border-right: 20px solid #fff;
            position: relative;
            top: -20px;
        }

.lp-placeholder-widget-unset {
    overflow: unset !important;
}


.lz-inactive-link, .lz-inactive-link:hover {
    cursor: auto;
    color: #444447 !important;
}

.lz-lock-icon {
    vertical-align: text-top;
    margin-left: 5px;
}

.popups-cancelled-account {
    position: absolute;
    width: 340px;
    height: 200px;
    pointer-events: all;
    z-index: 2;
    text-transform: none;
}

.popups-cancelled-account-ep {
    position: absolute;
    width: 336px;
    height: 200px;
    pointer-events: all;
    z-index: 2;
    text-transform: none;
}


.popup-bubble-container {
    padding: 35px 23px 5px 24px;
}

.popup-bubble .popup-title {
    font-weight: bold;
    height: 50px;
    font-size: 18px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: 0.2px;
    line-height: 1.5;
    text-align: left;
}

.popup-bubble {
    cursor: default;
    border-radius: 2px;
    background: #fff;
    background-color: #fff;
    box-shadow: 10px 20px 40px 0 rgba(0, 0, 0, 0.3), 10px 15px 15px 0 rgba(0, 0, 0, 0.1);
    position: absolute;
    z-index: 1;
    box-sizing: content-box;
    background-clip: padding-box;
}

.popup-content {
    color: #444447;
    width: 100%;
    text-align: left;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.5;
    letter-spacing: 0.2px;
}

.popup-bubble-container .popup-content p {
    margin-bottom: 7px;
    font-size: 14px;
}

.popup-bubble .popup-actions {
    margin: 10px 0 0;
    pointer-events: auto;
    text-align: left !important;
}

.popup-bubble.popup-invert-shadow {
    box-shadow: -3px -7px 20px 0 rgba(0, 0, 0, 0.1), 5px 7px 7px 0 rgba(0, 0, 0, 0.1);
}

.link-with-svg {
    display: inline-block;
}

.popup .lz-lock-icon {
    vertical-align: top;
    margin-left: 5px;
}

.popup-dropdown-button {
    display: inline-block;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    background-color: #fff;
    cursor: pointer;
    line-height: 3rem;
    color: #c7c8c9;
    font-family: "Open Sans",Arial,sans-serif;
    font-weight: 600;
    font-size: 1rem;
    height: 3rem;
    padding: 0 3rem 0 1rem;
    border: 1px solid #a3d4ff;
    text-align: left;
}

.popup-dropdown-icon {
    position: absolute;
    right: 2.5rem;
    margin-top: -30px;
    color: #1c70e1;
}

.popup-outline-none {
    outline: none !important;
}

@media (max-width: 767px) {
    .lz-lock-icon-ep-widget .lz-icon {
        height: 1.2em !important;
        pointer-events: none;
        margin-left: -12px;
    }

    .overview-answer {
        padding: 0 1.5rem !important;
    }

    .navigation-container {
        width: auto;
        left: 0;
        transform: none;
    }

    .popup-bubble .popup-bubble-arrow-container.up {
        top: -20px;
        right: -1px !important;
        margin-right: 16rem;
    }

        .popup-bubble .popup-bubble-arrow-container.up .popup-bubble-arrow {
            left: 12px;
            top: -22px;
        }


    .popup-bubble .popup-bubble-arrow-container.down {
        right: 15rem;
    }

    .popup-bubble-container {
        padding: 15px;
    }

    .lock-icon-space {
        margin-left: -0.5rem;
    }
}



@media (max-width: 996px) and (min-device-width: 768px) {
    .popup-bubble .popup-bubble-arrow-container.down.left-down-arrow.middle-down-arrow,
    .popup-bubble .popup-bubble-arrow-container.down.middle-down-arrow,
    .popup-bubble .popup-bubble-arrow-container.down.right-down-arrow.middle-down-arrow {
        left: 45%;
    }

    .popup-bubble-container {
        padding: 21px 23px 5px 24px;
    }

    .popups-cancelled-account {
        transform: translateX(-50%);
        left: 50% !important;
    }

    .transform-popup-ep-widegt-left {
        transform: translateX(-50%);
    }

    .invert-popup {
        transform: translate(-50%,30%);
    }

    .popups-cancelled-account.iPad-header-cancel {
        left: 30px !important;
        transform: unset;
    }

    .popup-bubble .popup-bubble-arrow-container.down {
        transform: rotate(270deg);
        left: auto;
    }

    .popup-topAlign {
        top: -1rem !important;
    }

    .leftNegative100 {
        left: -30vw;
        width: 400px;
    }

    .popup-bubble .popup-bubble-arrow-container.down.right-down-arrow {
        right: 4rem;
    }

    .popup-bubble .popup-bubble-arrow-container.down.left-down-arrow {
        right: 20rem;
    }

    .popup-bubble .popup-bubble-arrow-container.down.transform-popup-ep-left {
        left: 50%;
    }

    .popup-bubble .popup-bubble-arrow-container.down.transform-popup-ep-widget-left {
        left: 20%;
    }

    .popup-bubble .popup-bubble-arrow-container.down.transform-popup-ep-right {
        left: 50%;
    }

    .popup-bubble .popup-bubble-arrow-container.down.transform-popup-ep-widget-right {
        right: 20% !important;
    }

    .popup-bubble .popup-title .popup-bubble .popup-content {
        width: 100%;
        height: auto;
    }

    .popup-bubble .popup-content {
        height: auto;
    }

    .lock-icon-space {
        margin-left: -0.5rem;
    }
}

@media (max-width: 767px) {
    .popups-cancelled-account {
        width: 300px;
        height: 200px;
        left: 50% !important;
        transform: translateX(-50%);
    }

    .popup-bubble .popup-bubble-arrow-container.down.right-down-arrow {
        right: 4rem;
    }

    .popup-dropdown-icon {
        margin-top: 15px;
    }

    .popup-bubble .popup-bubble-arrow-container.down.left-down-arrow {
        right: 17rem;
    }

        .popup-bubble .popup-bubble-arrow-container.down.left-down-arrow.middle-down-arrow,
        .popup-bubble .popup-bubble-arrow-container.down.middle-down-arrow,
        .popup-bubble .popup-bubble-arrow-container.down.right-down-arrow.middle-down-arrow {
            left: 45%;
        }

    .popup-bubble .popup-bubble-arrow-container.down {
        transform: rotate(270deg);
        left: auto;
    }

    .popup-content {
        color: #444447;
        width: 100%;
        height: auto;
    }

    .leftNegative100 {
        right: 70%;
    }

    .rightPositive25 {
        right: 25%;
    }
}

@media (max-width: 480px) {
    .popups-cancelled-account {
        height: auto;
        top: -1.66rem;
        z-index: 1;
    }

    .transform-popup-ep-left {
        transform: translateX(-29%);
    }

    .popup-dropdown-icon {
        margin-top: 15px;
    }

    .transform-popup-ep-right {
        transform: translateX(-70%) !important;
    }

    .transform-popup-ep-widegt-left {
        transform: translateX(-50%);
    }

    .transform-popup-ep-widget-right {
        transform: translateX(-48%);
    }

    .rightPositive25 {
        right: auto;
    }

    .popup-bubble .popup-title {
        width: 100%;
        height: auto;
    }

    .popup-bubble .popup-content {
        height: auto;
        line-height: 1.3;
    }

    .popup-bubble {
        width: 100%;
    }

        .popup-bubble .popup-bubble-arrow-container.down.left-down-arrow {
            left: 4rem;
        }

    .pop-over-width {
        width: 300px !important;
    }

    .lock-icon-space {
        margin-left: -0.5rem;
    }

    .popup-bubble .popup-bubble-arrow-container.right-down-arrow-ep {
        right: 4rem !important;
    }
}

/*End-popover*/

/*Start-free Itp*/
.itp-overview-video {
    width: 100%;
    max-height: 525px;
}

.itp-free-offering-img {
    height: 95%;
    width: 95%;
    margin-left: 1rem !important;
}

#lifeplan-offering .container {
    color: #fff;
}

.play-button {
    position: absolute;
    width: 150px;
    height: 150px;
    top: 65%;
    left: 50%;
    margin: -100px 0 0 -100px;
}


    .play-button:hover {
        content: url('/assets/lifeplan/img/play-button-hover.svg');
    }

.ep-lz-overlay-watchoverview {
    background: rgba(255,255,255,255);
}

.home-close-button-container-margin {
    transform: translateX(-50%);
    margin: 20px 20px;
    text-align: right;
    position: static;
    float: right;
    z-index: 10;
}

.lz-overlay {
    background: rgba(255,255,255,1)
}

.itp-contact-us {
    color: #f7f7f7;
    text-decoration: underline;
}

    .itp-contact-us:hover {
        color: #f7f7f7;
    }

.free-itp-background {
    background: #033ab7;
    width: 100%;
}

.free-itp-overview-icon {
    fill: currentColor;
    width: 2em;
    height: 1.5em;
    vertical-align: -.15em;
}

.free-itp-faq .lz-accordion {
    max-width: 800px;
    margin-left: 8rem;
}

.free-itp-faq-heading {
    font-size: 2.5rem !important;
}

@media screen and (max-width: 768px) {
    .lz-overlay-modal {
        height: 75% !important;
    }

    .lz-overlay-modal.edit-billing-coc {
        padding: 2.5rem 2.5rem;
    }
    .lz-input-material-alt+.lz-input-material-label{
        padding-left:.7rem;
    }

    .home-close-button-container-margin {
        transform: unset;
        text-align: right;
        position: static;
        float: right;
        z-index: 10;
    }

    .home-close-button {
        margin-top: -1rem !important;
        transform: translateX(-52%);
    }

    .play-button {
        position: relative;
        top: -305px;
        left: 50%;
    }

    .itp-free-offering-img {
        height: 90%;
        width: 90%;
        margin-left: 2rem !important;
    }

    .free-itp-faq .lz-accordion {
        max-width: 800px;
        margin-left: 0;
    }
    /*COC Checkout */
    .blue-background{
        padding: 38px 48px 45px 53px;
      }
      .animated-underline .underline.go-left {
        left: 32px;
    }
    .animated-underline.coc-checkout .underline.go-right {
        right: 74px;
    }
}

@media (max-width: 576px) {
    .play-button {
        position: relative;
        width: 100px;
        height: 100px;
        top: -100px;
        left: 60%;
    }

    .itp-free-offering-img {
        height: 100%;
        width: 100%;
        padding-top: 0.5rem;
        margin-left: 0rem !important;
    }

    .free-itp-faq .lz-accordion {
        max-width: 800px;
        margin-left: 0;
    }
    .blue-background{
        height: 363.8px;
        padding: 42px 32px 44px 32px;
      }
}

@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    .play-button {
        position: relative;
        top: -273px;
        left: 50%;
    }

    .home-video-image {
        width: 100%;
        height: 90%;
    }

    .free-itp-faq .lz-accordion {
        max-width: 800px;
        margin-left: 3rem;
    }
    .lz-overlay-modal.edit-payment-coc{
        height: 45% !important;
        max-width: 650px;
        padding: 2.5rem 2.5rem;
    }
}

@media (max-width: 767px) {
    .hide-div {
        display: none !important;
    }
}

/*End-free Itp*/
.wrap-word {
    word-wrap: break-word;
}

.video-div {
    max-width: 1000px !important;
    margin-top: 13px !important;
}

.iframe-ui {
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
}

.iframe-padding {
    padding-top: 50%;
}

.freeitp-myfiles-desktop {
    display: block;
}

.freeitp-myfiles-mobile {
    display: none;
}

.home-video-image {
    width: 100%;
}

@media (max-width: 480px) {
    .freeitp-myfiles-desktop {
        display: none;
    }

    .freeitp-myfiles-mobile {
        display: block;
    }

    .animated-underline.coc-checkout .underline.go-right {
        right: 86px;
    }
    .animated-underline.coc-checkout .underline{
        width:61px;
    }
    .animated-underline .underline.go-left {
        left: 46px;
    }
    body.fixed #lz-cocBillingDetails{
        display:block;
    }
 
}

.info-icon-height {
    height: 1.4rem;
}

.bbb-frame {
    min-width: 284px;
    padding-top: 15px;
}
.in-providing-my-phone {
    font-family: Open Sans;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 18px;
    color: #444447;
    margin-top: 20px;
  }
  .in-providing-my-phone .text-style-1 {
    font-weight: 600;
    color: #339eff;
  }
  .lp-black{
      color:#000000;
  }

.show-widget-desktop {
    background-color: #033ab7; 
    min-height: 80px;
    display: block;
}

.show-widget-mobile {
    background-color: #033ab7; 
    min-height: 80px;
    display: none;
}

.show-coc-map-image {
    display: block;
}

.coc-with-lp-box-blue {
    border: solid 2px #033ab7; 
    overflow: hidden;
}

.coc-with-lp-box-gray {
    border: solid 2px #c7c8c9; 
    overflow: hidden;
}

.coc-without-lp-box {
    margin-top: 180px;
    border: solid 2px #c7c8c9; 
    overflow: hidden; 
    max-height: 602px;
}

.coc-content-desktop {
    display:block;
}

.coc-content-mobile {
    display:none;
}

.coc-header-image {
    top:220px;
}

.coc-header-height {
    max-height: 500px;
}

.coc-section {
    border-top: solid 2px #c7c8c9;
}

.coc-header-text {
    font-size: 57px;
}

.coc-subheader-text {
    margin-top: 96px;
}

.coc-cancellation-img {
    margin-top: 128px;
    margin-bottom: 96px;
}

.coc-purchase-container {
    max-width: 575px;
}

.coc-address-box-header {    
    border: solid 2px #c7c8c9; 
    overflow: hidden; 
    max-height: 830px;
    border-bottom: none;
}

.coc-address-box-body {    
    border: solid 2px #c7c8c9; 
    overflow: hidden; 
    max-height: 830px;
}

@media (max-width: 480px) {
    .show-widget-desktop {
        background-color: #033ab7; 
        min-height: 80px;
        display: none;
    }

    .show-widget-mobile {
        background-color: #033ab7; 
        min-height: 80px;
        display: block;
    }

    .show-coc-map-image {
        display: none;
    }

    .coc-content-desktop {
        display:none;
    }

    .coc-content-mobile {
        display:block;
    }

    .coc-header-text {
        font-size: 38px;
    }

    .coc-subheader-text {
        margin-top: 50px;
        margin-bottom: 40px;
    }

    .coc-cancellation-img {
        margin-top: 58px;
        margin-bottom: 5px;
    }
    .coc-toggle-text {
        font-size: 12px!important
    }
}

@media (max-width: 768px) {
    .coc-without-lp-box {
        margin-top: 218px;
        border: solid 2px #c7c8c9; 
        overflow: hidden; 
        max-height: 830px;
    }

    .coc-header-image {
        top:292px;
    }

}

@media only screen 
  and (min-device-width: 1024px) 
  and (max-device-width: 1366px) {
    .coc-without-lp-box {
        margin-top: 215px;
        border: solid 2px #c7c8c9; 
        overflow: hidden; 
        max-height: 725px;
    }

    .coc-header-image {
        top:250px;
    }
}

.coc-review-gray-box-width {
    width: 650px;
}

.coc-pay-now-button {
    width: 200px;
    height: 72px;
    border-radius: 50px;
    background-color: var(--pale-grey);
  }

  .coc-review-checkbox-text {
    width: 610.1px;
    height: 60px;
    font-family: "Open Sans";
    font-size: 14px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.43;
    letter-spacing: 0.2px;
    color: var(--charcoal-grey);
  }

  button.lz-button.lz-button-outline.j-overlay-close.mt-2.mr-2.lz-button-coc{
      padding: 0 1.8rem;
      height: 3.5rem;
      margin: 0 0 0 15px;
  }

  svg.lz-icon.cancel-coc{
      width:3em;
      height: 3em;
  }

  button#reviewOrder.lz-button.lz-button-primary.lz-fs-16.review-coc-order{
      height:5rem;
      font-stretch: expanded;
  }

  
  .coc-banner-fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 89;
    top: 54px;
  }

/*COC Checkout */ 
.blue-background{
    opacity: 0.75;
    border-radius: 2px;
    border: solid 1px #ffffff;
    background-color: #f2f7ff;
  }

  #coc-close-button{
      position: absolute;
      top: 2rem;
      right: 3rem;
      z-index: 3;
  }
  div.lz-overlay#lz-editPayment{
      background: rgba(255,255,255,.9);
  }

  #billing-form-hr {
      width: 100%;
      border: 2px solid rgba(0,0,0,.1);
  }