/* file requested: /App_themes/default/Carepath/css/carepaths_main.css */
/* file resolved: /App_themes/default/Carepath/css/carepaths_main.css */

body {
    position: relative;
}

html, body {
    overflow-x: hidden;
}

.bordered {
    border: solid 1px #000;
}

.borderedw {
    border: solid 1px #fff;
}

.borderedgrey {
    border: solid 1px #333;
}

.wb-cta1 {
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    background-color: #0033ff;
    border: 2px transparent;
    border-radius: 24px;
    font-size: 1em;
    padding: 7px 15px;
    font-weight: normal;
    min-width: 150px;
    width: auto;
    height: 40px;
}



    .wb-cta1:hover {
        background-color: #110081;
        border: solid 2px #110081;
        color: #ffffff;
        padding: 7px 15px;
    }



/*MAIN NAVIGATION*/

.navbar {
    min-height: 150px;
}

.shadow-sm {
    box-shadow: 0 .250rem .50rem rgba(0,0,0,.375) !important;
}

.button-register {
    border: solid 1px #d0d0d0;
    color: #110081;
    background-color: #fff;
    margin-top: 15px;
}


    .button-register:hover {
        border: solid 1px #d0d0d0;
        color: #ffffff;
        background-color: #004986;
    }

#wb-cigna-logo {
    max-width: 180px;
    padding-bottom: 15px;
}

    #wb-cigna-logo img {
        width: 85%;
        height: auto;
    }

ul#wb-main-nav li a {
    color: #110081;
    font-size: 1.1em;
    margin-bottom: 30px;
}


ul #wb-main-nav li {
    color: #110081;
    margin-right: 25px;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    font-weight: 500;
}

    ul#wb-main-nav li.active a {
        border-bottom: solid 10px #0033ff;
    }

.navbar-toggler {
    border-color: rgba(0,0,0,.1);
}

.navbar-white .navbar-toggler-icon {
    background-image: url('/App_Themes/default/Carepath/imgs/menu.svg?v=22');
}


#wb-language-selector {
    margin-right: 45px;
    padding-bottom: 20px;
}

    #wb-language-selector select {
        width: 150px;
        border: transparent;
        font-size: 1.2em;
        color: #004986;
    }

/*HOME - INTRO BLOCK*/

#wb-intro-block {
    padding-bottom: 0;
}

    #wb-intro-block div.container {
        max-width: 70rem;
    }

    #wb-intro-block div div div h1 {
        font-weight: bold;
        font-size: 1.8em;
        color: #58595b;
        padding-top: 20px;
        text-align: left;
    }

    #wb-intro-block div div div p {
        text-align: left;
    }

/*CAREPATH - INTRO BLOCK*/

#carepath-intro-block {
    padding-bottom: 30px;
    background-color: #e7f1f8;
    padding-top: 10px;
}

    #carepath-intro-block div.container {
        max-width: 70rem;
    }

    #carepath-intro-block div div div h1 {
        font-weight: bold;
        font-size: 1.8em;
        color: #333333;
        padding-top: 80px;
        text-align: left;
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    }

    #carepath-intro-block div div div p {
        text-align: left;
        font-size: 1.25rem;
        font-weight: 300;
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
        color: #6c757d !important;
    }




/*New Styles*/
#carepath-steps div div div.msk-register-warning {
    border-radius: 12px;
    background-color: #fffabd;
    border: solid 1px #c8c9c7;
    padding: 15px 15px 0 15px;
    color: #0033ff;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    font-size: 1.2em;
    text-align: center;
    margin-bottom: 25px;
}

.msk-text-link {
    text-decoration: underline;
    color: #0033ff;
    font-weight: bold;
}


/*TOP LINK SECTION*/
#back-link-block {
    background-color: #fff;
    padding-top: 2rem;
    padding-bottom: 0;
}

    #back-link-block .container {
        max-width: 70rem;
    }

    #back-link-block a.wb-back-link {
        text-align: left;
        color: #0033ff;
        font-weight: bold;
        font-size: 1.1rem;
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    }

a.wb-back-link .bi-chevron-left {
    font-weight: bold;
    margin-right: 1em;
}

/*ASSESSMENT STEP*/

#assessment-step .wb-bottom-block {
    margin-bottom: 40px;
}


.assessment-step-header {
    background-color: #f8f8f8;
    border-radius: 8px;
    margin: 0;
    padding: 20px 15px;
    font-size: 1.2em;
    color: #333333;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    font-weight: bold;
}

span.assessment-step-number {
    float: right;
}

h3.assessment-step-title {
    margin: 25px 20px;
    font-size: 1.60rem;
    margin-bottom: 40px;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    font-weight: bold;
    color: #110081;
}

p.assessment-step-text {
    margin: 20px 25px;
}

.wb-challenge-image {
    margin: 0 10px;
    width: 100%;
    text-align: center;
}

.wb-challenge-image-wide {
    margin: 15px 10px;
}

p.challenge-text {
    margin: 40px 15px;
    font-size: 1rem;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}


.wb-challenge-buttonset {
    margin: 0 10px;
    display: block;
}


.wb-challenge-message-right, .wb-challenge-message-wrong {
    color: #ffffff;
    margin: 15px;
    padding: 15px;
    padding-left: 80px;
    width: 90%;
    font-size: 1.1rem;
    margin-top: 30px;
}

.wb-challenge-message-right {
    background-color: #488319;
}

.wb-challenge-message-wrong {
    background-color: #ba0000;
}

.wb-challenge-message-icon {
    display: inline-block;
    float: left;
    font-size: 3rem;
    margin: 0 15px 0 -60px;
}

.assessment-radio-set {
    /*margin: 25px 25px;*/
    font-size: 1.2em;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

    .assessment-radio-set input[type=radio] {
        width: 25px;
        height: 25px;
        border: solid 1px #1081e1;
    }

    .assessment-radio-set label {
        margin-left: 30px;
    }

/*HOME - CARDS*/

#carepath-steps-container {
    background-color: #ffffff;
    padding-bottom: 6rem !important;
}

    #carepath-steps-container div h1 {
        font-weight: bold;
        font-size: 1.8em;
        color: #58595b;
        padding-top: 20px;
        text-align: left;
        margin-bottom: 30px;
    }

    #carepath-steps-container div div div {
        margin-bottom: 30px;
    }

.wb-card {
    background-color: #fff;
    border: solid 1px #c8c9c7;
    border-radius: 8px;
}


    .wb-card a h2 {
        color: #110081;
        font-size: 1.5em;
        line-height: 1.2em;
        margin: 15px 20px;
        position: relative;
        font-weight: 600;
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    }

    .wb-card h2:hover {
        font-weight: bold;
    }

    .wb-card h2 span {
        /*width: 66%;*/
        display: inline-block;
    }

    .wb-card svg.bi {
        width: 28px;
        height: 28px;
        display: inline-block;
        position: absolute;
        top: 20%;
        right: 5%;
    }

.wb-card-p {
    border-top: solid 2px #d3e9f5;
    padding-top: 25px;
}

.carepath-simple-links, .back-to-top {
    color: #0033ff;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    ;
}

    .back-to-top:hover {
        color: #110081;
    }
/*HOME - BOTTOM SECTION*/

#wb-cards-bottom {
    background-color: #ffffff;
    background-image: url('/App_Themes/default/Carepath/imgs/CarepathBottomsectionbg_bottom.jpg?v=22');
    background-repeat: no-repeat;
    background-position: 66% 0%;
}

    #wb-cards-bottom div.container div.row div.wb-bottom-block {
        margin-bottom: 25px;
    }


    #wb-cards-bottom div h1 {
        font-weight: bold;
        font-size: 1.8em;
        color: #58595b;
        padding-top: 20px;
        text-align: left;
        margin-bottom: 30px;
    }

    #wb-cards-bottom div div div {
        margin-bottom: 5px;
    }

.wb-bottom-image {
    margin-left: 15px;
}

.wb-bottom-arrow {
    position: unset;
}

    .wb-bottom-arrow svg.bi {
        top: 40%;
    }

#wb-cards-bottom .wb-bottom-image img {
    margin: 15px;
}

#wb-cards-bottom div.row {
    margin-bottom: 0;
}

.wb-card-bottom-body {
    padding: 0 1.25em;
}

.wb-footer-copyright img {
    margin-right: 10px;
}

/*CAREPATH - STEPS*/
#carepath-steps {
    background-color: #ffffff;
}

    #carepath-steps div.container div.row div.wb-bottom-block {
        margin-bottom: 25px;
    }

    #carepath-steps div div div {
        margin-bottom: 5px;
    }

/*CAREPATH - MODULES*/
.carepath-module-disabled {
    background-color: #f7f7f7;
}

    .carepath-module-disabled div div a h2, .carepath-module-disabled div div p {
        color: #808081;
    }

    .carepath-module-disabled div div a h2 {
        font-size: 1.3em;
        font-weight: 600;
        margin: 10px 10px;
        cursor: not-allowed;
    }

.carepath-module-enabled div div a h2 {
    font-size: 1.3em;
    font-weight: 600;
    margin: 10px 10px;
    cursor: not-allowed;
}

.carepath-module-disabled div div a h2:hover {
    font-weight: 600;
}

.carepath-module-enabled div div a h2, .carepath-module-enabled div div p {
    color: #000000;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

.carepath-module-text div p.card-text {
    margin: 10px -10px;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    line-height: 1.4em;
    text-align: justify;
}


#carepath-steps div.container div.row div.wb-bottom-block {
    margin-bottom: 25px;
}

#carepath-steps div div div {
    margin-bottom: 5px;
}

.carepath-module-image {
    padding-left: 0;
    padding-right: 5px;
}

    .carepath-module-image img {
        margin-left: 5px;
        margin-top: 15px;
    }

.carepath-module-text {
    padding: 15px 20px;
}

.carepath-module-image-active img {
    width: 99%;
    height: auto;
    padding: 15px 5px;
}

/*ICONS*/
.wb-icon-style {
    color: #004986;
}


/*ASSORTED ELEMENTS*/

.wb-bottom-right-link {
    margin-bottom: -35px;
    margin-top: 10px;
}

/*CODE FOR STEPS*/

/* (A) TIMELINE CONTAINER */
.vtl {
    /* (A1) RELATIVE POSITION REQUIRED TO PROPERLY POSITION THE TIMELINE */
    position: relative;
    /* (A2) RESERVE MORE SPACE TO THE LEFT FOR THE TIMELINE */
    padding: 10px 10px 10px 50px;
    /* (A3) OPTIONAL WIDTH RESTRICTION *
  max-width: 400px;*/
}

    .vtl, .vtl * {
        box-sizing: border-box;
    }

        /* (B) DRAW VERTICAL LINE USING ::BEFORE */
        .vtl::before {
            /* (B1) VERTICAL LINE */
            content: "";
            width: 5px;
            background-color: #dbdbdb;
            /* (B2) POSITION TO THE LEFT */
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
        }

/* (C) COSMETICS FOR EVENTS */
div.event {
    padding: 20px 30px;
    background-color: rgba(217, 217, 217, 0.15);
    position: relative;
    border-radius: 6px;
    margin-bottom: 10px;
}

div.step-circle-done {
    padding: 20px 30px;
    background-color: rgba(217, 217, 217, 0.15);
    position: relative;
    border-radius: 6px;
    margin-bottom: 10px;
}


div.step-circle-active {
    padding: 20px 30px;
    background-color: rgba(217, 217, 217, 0.15);
    position: relative;
    border-radius: 6px;
    margin-bottom: 10px;
}

    div.step-circle-active p {
        color: #004986;
    }


div.step-circle-locked {
    padding: 20px 30px;
    background-color: rgba(217, 217, 217, 0.15);
    position: relative;
    border-radius: 6px;
    margin-bottom: 10px;
}

/* (D) COSMETICS FOR EVENT DATE & TEXT */
p.date {
    font-size: 1.1em;
    font-weight: 700;
    color: #ff6a00;
}

p.txt {
    margin: 10px 0 0 0;
    color: #222;
}

/* (E) EVENT "SPEECH BUBBLE CALLOUT" */
div.event::before {
    /* (E1) "MAGIC TRIANGLE" */
    content: "";
    border: 10px solid transparent;
    border-right-color: rgba(217, 217, 217, 0.15);
    border-left: 0;
    /* (E2) POSITION TO THE LEFT */
    position: absolute;
    top: 20%;
    left: -10px;
}


/* (F) CIRCLE ON TIMELINE */
div.event::after {
    /* (F1) "MAGIC CIRCLE" */
    content: "";
    background: #fff;
    border: 4px solid #dbdbdb;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    /* (F2) POSITION TO THE LEFT */
    position: absolute;
    top: 20%;
    left: -65px;
}

div.step-circle-done::after {
    content: "";
    background: #ffffff;
    border: 4px solid #dbdbdb;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    top: 20%;
    left: -65px;
    background-image: url('/App_Themes/default/Carepath/imgs/check-lg.png?v=22');
    background-size: 100%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}


div.step-circle-active:after {
    content: "";
    background: #110081;
    border: 4px solid #004986;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    /* (F2) POSITION TO THE LEFT */
    position: absolute;
    top: 20%;
    left: -65px;
}

div.step-circle-locked::after {
    content: "";
    background: #ffffff;
    border: 4px solid #58595b;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    position: absolute;
    top: 20%;
    left: -65px;
    background-image: url('/App_Themes/default/Carepath/imgs/lock.png?v=22');
    background-size: 70%;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}

div.step-circle-done p.date {
    color: #000000;
    font-weight: 600;
}


div.step-circle-active p.date {
    color: #004986;
}

div.step-circle-locked a {
    color: #b2b1b1;
    font-weight: 600;
}

/*NURSE BOX CODE*/
.wb-nurse-box {
    border-radius: 8px;
    background-color: #e7f1f8;
    border: solid 1px #c8c9c7;
    /* max-height: 200px; */
    padding: 20px 15px;
    margin: 0 0;
}

    .wb-nurse-box img {
        border-radius: 50%;
    }

    .wb-nurse-box p {
        color: #000;
        font-size: 1em;
        line-height: 1.5em;
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    }


/*PDF BOX CODE*/
.wb-pdf-box {
    border-radius: 8px;
    background-color: #ffffff;
    border: solid 1px #c8c9c7;
    /*max-height: 200px;*/
    padding: 20px 15px;
    margin: 30px 0;
}

    .wb-pdf-box img {
        border-radius: 0%;
    }

    .wb-pdf-box p {
        color: #000;
        font-size: 1.1em;
        line-height: 1.5em;
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    }


/*Error boxes*/
.field-validation-error {
    display: block;
    color: #e35205;
    background: transparent url('/App_Themes/default/Redesign/images/icons/error_cross.png?v=22') left center no-repeat;
    padding-left: 14px;
    min-height: 24px;
    padding-top: 4px;
    font-size: 12px !important;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
}

.paa-expectations, .terms {
    color: #00487a;
    font-size: 16px;
    font-weight: bolder;
}

.terms {
    background: #f1f2f2;
    margin-left: 10px;
    width: 95%;
    width: 96%;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
}

div.terms div.terms-text {
    max-height: 300px;
    overflow-y: auto;
    background-color: #f1f2f2;
    padding: 5px;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 10px;
}

.next-button, .register-button, .login-button, .submit-button .previous {
    margin: 10px 0 -5px 0;
    width: 99%;
    text-align: center;
}

    .next-button button, .login-button button, .submit-button button, .register-button button, .cancel-button button, .previous-button button {
        background-color: #0033ff;
        min-width: 150px;
        width: auto;
        height: 40px;
        /* border-radius: 0; */
        margin: 0 auto;
        color: #fff;
        border: none;
        position: relative;
        -webkit-box-shadow: -2px 1px 2px 0px rgba(0, 0, 0, 0.55);
        -moz-box-shadow: -2px 1px 2px 0px rgba(0, 0, 0, 0.55);
        box-shadow: -2px 1px 2px 0px rgba(0, 0, 0, 0.55);
        transition: all 0.5s;
        font-size: 16px;
        cursor: pointer;
    }

    .register-button button {
        background-color: #a6a6a6;
    }


.paa-login-box {
    background: rgb(231,241,248); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(231,241,248,1) 0%, rgba(231,241,248,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(231,241,248,1) 0%,rgba(231,241,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(231,241,248,1) 0%,rgba(231,241,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e67', endColorstr='#00487a',GradientType=0 ); /* IE6-9 */
    padding-top: 0;
}

.paa-login-page {
    background: rgb(231,241,248); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(231,241,248,1) 0%, rgba(231,241,248,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(231,241,248,1) 0%,rgba(231,241,248,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(231,241,248,1) 0%,rgba(231,241,248,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#003e67', endColorstr='#00487a',GradientType=0 ); /* IE6-9 */
}

    .paa-login-page h1 {
        font-weight: bold;
        font-size: 30px;
        margin: 0 0 0 0;
        padding: 0;
        margin-top: 10px;
        padding-bottom: 20px;
    }

    .paa-login-page p {
        text-align: left;
        margin: 25px auto;
        padding: 0;
        font-size: 14px;
        padding: 0 10px 0 20px;
    }

form#paa-login-page div.login-intro-text, form#paa-register-page div.register-intro-text {
    margin: 0 0 10px 0;
    width: auto;
}

.carepath_dropdown {
    padding-top: 10px;
    width: 350px;
}

.TopErrorbox {
    color: red;
    font-size: 11px;
    font-weight: 300;
    font-family: var(--bs-body-font-family);
    background: transparent url('/App_Themes/default/Redesign/images/icons/error_pages.png?v=22') 2px 8px no-repeat;
    background-size: 22px 19px;
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
}


.ver-line {
    border-right: 3px #dbdbdb solid;
}

.username-desction {
    color: #58595b;
    font-size: 1.6em;
    padding-top: 10px;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

/* WIDGET */
.widget-wrap {
    padding: 15px;
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.4);
}

    .widget-wrap .step-circle-done a {
        color: #000000;
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    }

    .widget-wrap .step-circle-active a {
        color: #110081;
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    }


/* SVG */
#grid {
    width: 100%;
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
}




/* FOOTER */
#code-boxx {
    font-weight: 600;
    margin-top: 50px;
}

    #code-boxx a {
        display: inline-block;
        padding: 5px;
        text-decoration: none;
        background: #b90a0a;
        color: #fff;
    }

#code-boxx, h1 {
    text-align: center;
}







/*FOOTER*/

footer {
    background-color: #333333;
    padding-top: 1rem;
}

    footer div p {
        color: #ffffff;
        font-size: 1.1rem;
    }

    footer div svg {
        margin-right: 5px;
    }

.wb-footer-links, .wb-footer-copyright {
    margin: 15px;
    color: #fff;
    font-size: 12px;
}


.wb-footer-copyright {
    float: left;
    text-align: left;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

.wb-footer-links {
    margin-left: 0;
}

    .wb-footer-links ul {
        list-style: none;
        text-align: left;
        margin: 0px !important;
        font-size: 12px;
    }

        .wb-footer-links ul li {
            display: block;
            float: left;
            margin-right: 20px;
            width: auto;
        }

            .wb-footer-links ul li a {
                display: block;
                padding: 3px;
                text-decoration: none;
                color: #fff;
            }

                .wb-footer-links ul li a:hover {
                    text-decoration: underline;
                    color: #d9d9d7;
                }

@media (min-width: 576px) {
}

@media (min-width: 768px) {
    .wb-nurse-box {
        margin: 0;
    }



    .carepath-module-text {
        padding-top: 15px;
        padding-left: 0;
        padding-right: 5px;
    }
}

@media (min-width: 992px) {
}

@media (min-width: 1200px) {
}

/*COOKIES*/
@media (min-width: 1024px) {
    .cookies_alert div.form-group {
        display: flex;
    }

    .pdfmargin {
        margin-left: 50px;
    }
}

/*LOGIN PAGE*/
@media (min-width: 1024px) {
    .paa-form-box {
        width: 67%;
        padding: 30px 20px 30px 40px;
        margin-left: 18%;
    }

    .displayFlex {
        display: flex;
    }
}

.paa-login-box label {
    padding-top: 0;
    outline: none !important;
    font-size: 18px;
    font-weight-bold;
}

div.login-intro-text p {
    padding-left: 30px;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    font-size: 16px;
}


div.login-intro-text strong {
    color: #58595b;
}

div.login-intro-text h2 {
    font-size: 1.3em;
    font-weight: 600;
    color: #000000;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

.paa-form p {
    font-size: 16px;
    padding: 0;
}

.paa-form input {
    margin-bottom: 10px;
    border-radius: unset;
    height: 40px;
    font-size: 20px;
    text-align: center;
    margin-bottom: 10px;
    border-radius: unset;
    -webkit-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    border-right: solid 2px #ccc;
    border-top: solid 1px #f0f0f2;
    border-bottom: solid 1px #f0f0f0;
    margin-top: 5px;
}

.login-top {
    margin-top: 15px;
}

.btn-bottom {
    margin-bottom: 20px;
}

.paa-form label {
    font-size: 18px;
    font-weight: bold;
    color: #58595b;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

.forgot-pw p {
    padding: 20px;
}


*T&C*/
@media(min-width: 1024px) {
    .cp-terms-conditions

{
    margin-left: 70px;
}

}

div.terms div.terms-text {
    max-height: 300px;
    overflow-y: auto;
    background-color: #f7f7f7;
    padding: 5px;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 10px;
}

.terms {
    color: #58595b;
    font-size: 16px;
    font-weight: normal;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}


.terms {
    background: #f7f7f7;
    width: 95%;
    border: 2px;
    padding: 10px;
    border-radius: 25px;
}

.account-terms {
    margin-top: 20px;
    text-align: initial;
}

    .account-terms h2 {
        font-size: 1.60rem;
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    }

    .account-terms h3 {
        font-size: 1.3em;
        font-weight: 600;
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    }


.waringtop {
    margin-top: 20px;
}

.carepath-terms {
    margin: auto;
}

div.paa-terms-conditions {
    background-color: #00487a;
    padding: 30px 15px 30px 15px;
}

span.add-phone-text {
    color: #58595b;
    font-weight: normal;
    font-size: 13px;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

.field-validation-error {
    display: block;
    color: #e35205;
    background: transparent url('/App_Themes/default/Redesign/images/icons/error_cross.png?v=22') left center no-repeat;
    padding-left: 14px;
    min-height: 24px;
    padding-top: 4px;
    font-size: 12px !important;
    font-weight: bold;
    text-align: left;
    margin-bottom: 5px;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}


/*  CHECKBOX */

input#add-second-phone, input#accept-terms, input#accept-age, input#AO_Terms_Accept, input#AO_Terms_Over18, input#AO_Terms_Consent {
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    border-radius: 0;
    background-color: #fff;
    -webkit-box-shadow: -1px 0px 2px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: -1px 0px 2px 0px rgba(0,0,0,0.55);
    box-shadow: -1px 0px 2px 0px rgba(0,0,0,0.55);
    border-right: solid 1px #ccc;
    border-top: solid 1px #f0f0f2;
    border-bottom: solid 1px #f0f0f0;
    margin-right: 5px; /**/
    width: 20px;
    height: 20px;
    display: inline-block;
    border-radius: none;
}

.add-phone label::after, .accepting-terms label::after {
    opacity: 0;
    content: '';
    position: absolute;
    width: 16px;
    height: 9px;
    background: transparent;
    top: 6px;
    left: 4px;
    border: 3px solid #333;
    border-top: none;
    border-right: none;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.add-phone input[type=checkbox]:checked + label::after, .add-phone input[type=checkbox]:checked + input[type=hidden] + label::after, .accepting-terms input[type=checkbox]:checked + label::after {
    opacity: 1;
}


/*  Personal Details Page*/

.form-more-info-inner {
    max-width: 100%;
    margin-left: 10px;
}


@media (min-width: 320px) and (max-width: 768px) {
    .paa-select select {
        min-width: 100%;
    }

    .module-image-mobile {
        display: block;
        margin-left: auto;
        margin-right: auto;
        width: 50%;
    }
}

.paa-select select {
    width: 100%;
    height: 40px;
    color: #939594;
    font-size: 18px;
    font-weight: normal;
    padding-right: 20px;
    -webkit-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    border-right: solid 2px #ccc;
    border-top: solid 1px #f0f0f2;
    border-bottom: solid 1px #f0f0f0;
    margin-top: 5px;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

.cp-terms-conditions input {
    height: 40px;
    width: 100%;
    border-radius: 0px;
    -webkit-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    -moz-box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    box-shadow: -2px 1px 3px 0px rgba(0,0,0,0.55);
    border-right: solid 2px #ccc;
    border-top: solid 1px #f0f0f2;
    border-bottom: solid 1px #f0f0f0;
    font-size: 20px;
    text-align: center;
    margin-top: 5px;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}


@media (min-width: 1024px) {
    .dob-day {
        width: 45%;
    }

    .dob-month {
        width: 55%;
    }

    .dob-year {
        width: 45%;
        margin-left: 30px;
    }
}

.cp-terms-conditions label {
    font-weight: bold;
    font-size: 18px;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}


.hidden {
    display: none !important;
    visibility: hidden !important;
}


/*DOB*/
label.select-length-stay, label.select-children, label.select-country-origin, label.select-country-destination {
    width: 98%;
}

select#day-of-birth, select#month-of-birth, select#year-of-birth, select#day-of-departure, select#month-of-departure, select#year-of-departure {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

select#Q_Profile_DateOfBirth_SelectedYear, select#Q_Profile_DateOfBirth_SelectedMonth, select#Q_Profile_DateOfBirth_SelectedDay, select#Q_T4E_DepartureDate_SelectedDay, select#Q_T4E_DepartureDate_SelectedMonth, select#Q_T4E_DepartureDate_SelectedYear {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
}

select#length-of-stay, select#country-origin, select#travel-children, select#country-destination {
    width: 100%;
}

@media (min-width: 320px) and (max-width: 768px) {

    .dob-day {
        width: 30%;
    }


    .dob-year {
        padding-right: 0;
        margin-right: -5px;
        width: 35%;
        padding-left: 28px;
    }

    .dob-month {
        width: 40%;
        padding-left: 2px;
    }

    .cancel-button {
        margin-left: 0px !important;
    }

    .wb-cta1 {
        min-width: 0px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {

    .dob-day {
        width: 22%;
    }

    .dob-month {
        width: 24%;
        margin-left: -5px;
    }

    .dob-year {
        width: 21%;
        margin-left: -5px;
    }
}

/*Conditions*/

div#conditions-intro p.conditions-show-text {
    font-weight: bold;
    color: #1061b2;
}




#tooltip-date-of-birth, #tooltip-username, #tooltip-password, #tooltip-date-of-departure {
    display: block;
}









/*Error boxes*/

.error-boxes {
    background: #fbeded;
    width: 99%;
    border: 0;
    font-size: 12px;
    color: #cc0707;
    margin-bottom: 1px;
    margin-top: 5px;
    padding-left: 10px !important;
}

/*Summary Page*/
@media (min-width: 1024px) {
    .paa-expectations {
        display: flex;
        flex-wrap: wrap;
        padding: 20px 30px;
    }
}

.paa-summary div {
    margin: 0;
    padding: 0;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

div.summary-data {
    border-bottom: 1px solid #c7c7c7;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-bottom: 10px;
}

.paa-summary div#myModal {
    margin: 0 auto;
    padding: 15px;
}

div.summary-data:last-child {
    border-bottom: none;
    margin-bottom: 40px;
}

.paa-expectations .summary-data p {
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
    color: #58595b;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

.summary-data p.summary-label {
    color: #505050;
    font-size: 15px;
    font-weight: normal;
    margin-bottom: 5px;
    padding-left: 0;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

.paa-summary h4 {
    margin-bottom: 22px;
    display: inline-block;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    font-weight: bolder;
    line-height: 15px;
    color: #58595b;
}

.paa-summary span.edit-summary-icon {
    display: inline-block;
    padding-right: 5px;
    float: right;
    margin-top: 7px;
    margin-right: 5px;
    background-color: #484848;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    font-family: 'Font Awesome';
    font-size: 12px;
    color: #000;
}

    .paa-summary span.edit-summary-icon i {
        color: #fff;
        text-align: center;
        margin: 4px 3px 3px 3px;
    }

.paa-summary a.edit-summary {
    display: inline-block;
    padding-right: 5px;
    padding-top: 10px;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    float: right;
    font-size: 12px;
    text-decoration: underline;
    color: #484848;
}

.paa-form p, .paa-summary p {
    font-size: 16px;
    padding: 0;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

.paa-summary h3 {
    font-size: 24px;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    margin-top: 20px;
}

.paa-summary h4 {
    font-size: 18px;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

@media (min-width: 1200px) {
    div .summary-data:last-child {
        border-bottom: 1px solid #c7c7c7;
        margin-bottom: 40px;
    }
}

.summary p {
    padding: 20px 30px;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

@media (max-width: 768px) {
    .next-button button, .previous-button button {
        /*width: 49%;*/
        /* height: 55px;*/
        text-align: center;
        font-size: 18px;
    }
}

/*Privacy Page*/
#footer {
    background-color: #333333;
}

.tourp h2 {
    color: #58595b;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    font-size: 2em !important;
    margin: 25px 0 25px 0;
}

.tourp p {
    font-size: 16px !important;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    text-align: justify;
}

.tourp h3 {
    font-size: 18px !important;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

ol li {
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}



ul li {
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

a {
    color: #004986;
    cursor: pointer;
}

@media (max-width: 768px) {
    .questionpanel {
        width: 100%;
    }
}

/*mobile header navigation*/

#mobile-navigation .navigation-list {
    float: left;
}

#mobile-navigation {
    display: none;
    background-color: #e7f1f8;
    padding: 20px 15px;
}

.mobile-visible-wrap {
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    #mobile-navigation {
        display: inline-block;
        width: 100%;
        margin-bottom: -5px;
    }

    .navbar {
        min-height: 10px;
    }

    .button-register {
        margin: 10px 60px 1px 80px;
    }

    #wb-cigna-logo1 img {
        width: 85%;
        height: auto;
    }
}

.navigation-list {
    font-weight: 700;
    font-size: 11px;
    margin: 0 auto;
    max-width: 1060px;
}

    .navigation-list li {
        float: left;
        color: #004986;
        text-transform: uppercase;
        padding-right: 10px;
        list-style: none;
    }


#mobile-navigation .navigation-list {
    float: left;
}

#mobile-navigation {
    display: none;
    background-color: #e7f1f8;
    padding: 20px 15px;
}

.mobile-visible-wrap {
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    #mobile-navigation {
        display: inline-block;
        width: 100%;
        margin-bottom: -5px;
    }

    .navbar {
        min-height: 10px;
    }

    .button-register {
        margin: 10px 60px 1px 80px;
    }

    #wb-cigna-logo1 img {
        width: 85%;
        height: auto;
    }
}

.navigation-list {
    font-weight: 700;
    font-size: 11px;
    margin: 0 auto;
    max-width: 1060px;
}

    .navigation-list li {
        float: left;
        color: #004986;
        text-transform: uppercase;
        padding-right: 10px;
        list-style: none;
    }

.navigation-list {
    float: left;
}

#mobile-navigation {
    display: none;
    background-color: #e7f1f8;
    padding: 20px 15px;
}

.mobile-visible-wrap {
    margin-bottom: 0px;
}

@media screen and (max-width: 768px) {
    #mobile-navigation {
        display: inline-block;
        width: 100%;
        margin-bottom: -5px;
    }

    .navbar {
        min-height: 10px;
    }

    .button-register {
        margin: 10px 60px 1px 80px;
    }

    #wb-cigna-logo1 img {
        width: 85%;
        height: auto;
    }
}



@media (min-width: 768px) {
    .wb-nurse-box {
        margin: 0;
    }

    .carepath-module-text {
        padding-top: 15px;
        padding-left: 0;
        padding-right: 5px;
    }

    .wb-nurse-box {
        max-height: 230px;
    }

    .wb-challenge-image {
        margin: 0 10px;
        width: auto;
        text-align: left;
    }

    .wb-cta2, .wb-cta1 {
        width: auto;
    }

    .wb-challenge-buttonset {
        margin: 0 25px;
    }

    .assessment-step-header {
        padding: 20px 45px;
    }

    .wb-challenge-image-wide {
        margin: 0 30px;
    }

    p.challenge-text {
        margin: 40px 35px;
        font-size: 1rem;
    }
}

.navigation-list {
    font-weight: 700;
    font-size: 11px;
    margin: 0 auto;
    max-width: 1060px;
}

    .navigation-list li {
        float: left;
        color: #004986;
        text-transform: uppercase;
        padding-right: 10px;
        list-style: none;
    }

.menutoggle {
    float: right;
    margin-right: 10px;
}

.burgericon {
    max-width: 30px;
}

.float-right {
    float: right !important;
}

a {
    text-decoration: none;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}


.buttonfont {
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    font-size: 1.1em !important;
}

.cookies_alert {
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

.disabled a {
    pointer-events: none;
    color: #b2b1b1;
}

.assessment-checkbox-set {
    /*margin: 25px 25px;*/
    margin-top: 25px;
    font-size: 1.2em;
}

    .assessment-checkbox-set input[type=checkbox] {
        width: 25px;
        height: 25px;
        border: solid 1px #1081e1;
        vertical-align: middle;
        position: relative;
    }

.questionerrorbox {
    width: 50% !important;
    margin-left: 25px;
    margin-top: 25px;
}

.assessment-checkbox-set label {
    margin-left: 30px;
    font-family: 'ValueSans-Regular-Pro', Georgia, Verdana;
    font-size: 1.2em;
}

.assessment-radio-set {
    /*margin: 25px 25px;*/
    font-size: 1.2em;
}

    .assessment-radio-set input[type=radio] {
        width: 25px;
        height: 25px;
        border: solid 1px #1081e1;
    }

    .assessment-radio-set label {
        margin-left: 30px;
    }

/*TOP LINK SECTION*/
#back-link-block {
    background-color: #fff;
    padding-top: 2rem;
    padding-bottom: 0;
}

    #back-link-block .container {
        max-width: 70rem;
    }

    #back-link-block a.wb-back-link {
        text-align: left;
        color: #0033ff;
        font-weight: bold;
        font-size: 1.1rem;
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    }


a.wb-back-link .bi-chevron-left {
    font-weight: bold;
    margin-right: 1em;
}

@media(min-width:1024px) {
    .float-left {
        float: left !important;
    }

    ul {
        margin: 40px 35px;
    }
}

/*ASSESSMENT STEP*/

#assessment-step .wb-bottom-block {
    margin-bottom: 40px;
}


.assessment-step-header {
    background-color: #f8f8f8;
    border-radius: 8px;
    margin: 0;
    padding: 20px 15px;
    font-size: 1.1em;
    color: #333333;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    font-weight: bold;
}


span.assessment-step-number {
    float: right;
}

h3.assessment-step-title {
    margin: 25px 20px;
    font-size: 1.0rem;
    margin-bottom: 40px;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    font-weight: bold;
    color: #110081;
}

p.assessment-step-text {
    margin: 20px 25px;
}

.wb-challenge-image {
    margin: 0 10px;
    width: 100%;
    text-align: center;
}

.wb-challenge-image-wide {
    margin: 15px 10px;
}

.challenge-text {
    margin: 40px 15px;
    font-size: 1.2rem;
}

.wb-challenge-buttonset {
    margin: 25px;
    display: block;
    width: 100%;
    /*margin-left: 0px;*/
}


.wb-challenge-message-right, .wb-challenge-message-wrong {
    color: #ffffff;
    margin: 15px;
    padding: 15px;
    padding-left: 80px;
    width: 90%;
    font-size: 1.1rem;
    margin-top: 30px;
}

.wb-challenge-message-right {
    background-color: #488319;
}

.wb-challenge-message-wrong {
    background-color: #ba0000;
}

.wb-challenge-message-icon {
    display: inline-block;
    float: left;
    font-size: 3rem;
    margin: 0 15px 0 -60px;
}

.assessment-radio-set {
    /*margin: 25px 25px;*/
    margin-top: 25px;
    font-size: 1.2em;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

    .assessment-radio-set input[type=radio] {
        width: 25px;
        height: 25px;
        border: solid 1px #1081e1;
    }

    .assessment-radio-set label {
        margin-left: 30px;
        color: black !important;
        font-size: 1.0rem;
    }

@media (min-width: 768px) {
    .wb-nurse-box {
        margin: 0;
    }

    /*.carepath-module-text {
        padding-top: 15px;
        padding-left: 0;
        padding-right: 5px;
    }*/

    .wb-nurse-box {
        /*max-height: 200px;*/
    }

    .wb-challenge-image {
        margin: 0 10px;
        width: auto;
        text-align: left;
    }

    .wb-cta2, .wb-cta1 {
        width: auto;
    }

    .wb-challenge-buttonset {
        margin: 25px 25px;
    }



    .wb-challenge-image-wide {
        margin: 0 30px;
    }

    .challenge-text {
        margin: 40px 35px;
        font-size: 1rem;
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    }
}

.align-buttons {
    display: flex;
    justify-content: center;
}

.surveybtn {
    margin-left: 5px !important;
    margin-right: 5px !important;
    margin-bottom: -90px !important;
    min-width: 150px;
    width: auto;
    height: 40px;
    font-weight: normal;
}


.carepath-module-disabled {
    pointer-events: none;
}

.correct {
    background-color: #488319;
    color: #ffffff;
    margin: 25px;
    padding: 15px;
    padding-left: 80px;
    width: 90%;
    font-size: 1.1rem;
    margin-top: 30px;
}

.incorrect {
    background-color: #ba0000;
    margin: 25px;
    color: #ffffff;
    padding: 15px;
    padding-left: 80px;
    width: 90%;
    font-size: 1.1rem;
    margin-top: 30px;
}

.checkbox-title {
    padding-left: 10px;
}

.radiobutton-title {
    padding-left: 10px;
}

.treatment-list {
    margin-left: 20px;
}

.wb-challenge-message-icon {
    display: inline-block;
    float: left;
    font-size: 3rem;
    margin: -20px 15px 0 -60px;
}

@media (min-width: 1024px) {
    .pdf-text-top {
        margin-top: -5px;
    }

    .wb-pdf-box {
        margin: 0;
    }

    #login-password, #login-user {
        width: 50%;
    }
}

div.step-circle-locked p.date {
    color: #b2b1b1;
    font-weight: 600;
}

#carepath-registration {
}


/*.error-boxes {
    display: none;
}*/

.cancel-button {
    background-color: #f4f4f4;
    color: #333333;
    border: transparent;
    margin-left: 0;
    border-radius: 24px;
    font-size: 1.1em;
    padding: 10px 25px;
    font-weight: normal;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    padding: 5px 15px;
}

    .cancel-button:hover {
        background-color: #858585;
        color: #ffffff;
    }

#carepath-registration form label {
    font-weight: bold;
    color: #333333;
    font-size: 1.1em;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}



#carepath-registration form input {
    height: 48px;
    border-radius: 12px;
    border: solid 1px rgba(0,0,0,.33);
}

.question div div.form-group div div {
    padding-left: 0;
}

div.form-group select {
    height: 48px;
    border: solid 1px rgba(0,0,0,.33);
    border-radius: 12px;
    padding: 10px 25px;
}

.dob-day, .dob-month, .dob-year {
    padding-left: 0;
}

.question .input-group .questionpanel {
    padding-left: 0;
}

.question .input-group {
    padding-left: 0;
}

.cp-registration-dob {
    display: inline-block;
}

.country-sel select {
    max-width: 250px;
}

.form-more-info-inner {
    margin-bottom: 3rem;
}

@media (min-width: 576px) {
}

@media (max-width: 768px) {
    .dob-day, .dob-month, .dob-year {
        margin-right: 10px;
        padding-left: 0;
    }
}


.cp-registration-dob {
    display: flex;
}

.country-sel select {
    max-width: 100%;
}

.cancel-button {
    margin-left: 20px;
}

#carepath-registration form input[type=checkbox] {
    width: 25px;
    height: 25px;
    vertical-align: middle;
    border-radius: 0;
}

.btnEditMargin {
    margin-left: 20px
}

.Registration-step-header {
    background-color: #f8f8f8;
    border-radius: 8px;
    margin: 0;
    padding: 20px 30px;
    font-size: 1.2em;
    color: #333333;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    font-weight: bold;
}


#carepath-login-page form {
    padding: 10px 15px;
}

#login-password, #login-user {
    padding: 20px;
}

.login input {
    height: 48px;
    border-radius: 12px;
    border: solid 1px rgba(0,0,0,.33);
    margin-top: 15px;
}

.btnRegister {
    margin-left: 0px !important;
}



.TopErrorbox .wrapper ul {
    margin: 0;
    padding: 5px 0;
    min-height: 15px;
    list-style: none;
}

ul#wb-main-nav li {
    color: #110081;
    margin-right: 25px;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    font-size: 1.1em;
    font-weight: 500;
}


.grey-text {
    color: gray;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}


#msk-modules-container {
    padding-left: 0;
    padding-right: 0;
}

.msk-modules-box {
    background-color: #fff;
    border-radius: 8px;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: none;
}

    .card-header h5 button {
        color: #000000;
        font-family: 'ValueSans-Regular-Pro', Georgia, Verdana;
        font-size: 1.2em;
        font-weight: 600;
        margin: 10px 10px 0 0;
        padding-left: 0;
    }



.card-body h5 {
    font-size: 1.1em;
    font-weight: bold;
    color: #000;
}

.card-body .row div p {
    margin: 15px 5px 35px 0px;
}

.card-body .row div img {
    max-width: auto;
}


.msk-module-intro {
    color: #110081;
    margin-bottom: 2.5em !important;
    background-color: #ffffff;
    border: solid 1px #c8c9c7;
    padding: 15px 20px;
    border-radius: 12px;
    background-image: url('/App_Themes/Default/../imgs/lightbulb.png?v=22');
    background-size: 25% auto;
    background-repeat: no-repeat;
    background-position: 50% 5%;
}

    .msk-module-intro p {
        margin-left: 10px;
        margin-top: 90px;
        margin-bottom: 10px;
    }

.msk-pre-intro {
    margin-left: 0;
    margin-top: 10px;
    border: solid 1px #c8c9c7;
    background-color: rgba(0, 0, 0, 0.02);
    background-color: #e7f1f8;
    margin-bottom: 40px;
    border-radius: 8px;
    padding: 15px;
    color: #110081;
    font-weight: bold;
}

    .msk-pre-intro h5 {
        margin-left: 0;
        padding: 5px 15px;
        font-size: 1.3em;
        font-weight: bold;
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    }

        .msk-pre-intro h5:before {
            content: '\2713';
            display: inline-block;
            position: relative;
            top: -4px;
            width: 24px;
            height: 24px;
            margin-right: 8px;
            padding: 2px;
            font-size: 30px;
            font-weight: bold;
            line-height: 10px;
            color: #110081;
            border: 2px solid #110081;
            border-radius: 50%;
            text-align: center;
        }

    .msk-pre-intro p {
        margin-left: 0;
        margin-bottom: 10px;
        padding: 5px 15px;
        font-size: 1.1em;
        font-weight: normal;
        padding-right: 1.5em;
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    }

p.msk-content {
    margin-bottom: 15px;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

.card-body ul {
    margin-bottom: 2.5em;
    padding-right: 1.5em;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {

    .card-body .row div img {
        max-width: 150px;
    }

    .card-body .row div div.carepath-images {
        margin: 0 auto;
        text-align: center;
        margin: 10px 5px 15px 5px;
        padding: 15px 0 50px 0;
    }

        .card-body .row div div.carepath-images img.carepath {
            max-width: 700px;
            border: 1px solid rgba(0,0,0,.125);
            width: 700px;
            height: auto;
        }

    .msk-module-intro {
        color: #110081;
        margin-bottom: 2.5em !important;
        background-color: #ffffff;
        border: solid 1px #c8c9c7;
        padding: 15px 20px;
        border-radius: 12px;
        background-image: url('/App_Themes/Default/../imgs/lightbulb.png?v=22');
        background-size: 7% auto;
        background-repeat: no-repeat;
        background-position: 2.5% 50%;
    }

        .msk-module-intro p {
            margin-left: 100px;
            margin-top: 0px;
        }

    p.msk-content {
        margin-bottom: 15px !important;
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    }

    .msk-module-intro p {
        margin-left: 80px;
        margin-top: 10px;
        margin-bottom: 10px;
    }
}

.carepath-bg {
    background-color: #110081 !important;
}

.msk-final-page ul li {
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    font-size: 1em;
}

#msk-modules-container {
    padding-left: 0;
    padding-right: 0;
}

.msk-modules-box {
    background-color: #fff;
    border-radius: 8px;
}

.card-header {
    padding: 0.75rem 1.25rem;
    margin-bottom: 0;
    background-color: #ffffff;
    border-bottom: none;
}

    .card-header h5 button {
        color: #000000;
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
        font-size: 1.2em;
        font-weight: 600;
        margin: 10px 10px 0 0;
        padding-left: 0;
    }



.card-body h5 {
    font-size: 1.1em;
    font-weight: bold;
    color: #000;
    font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
}

.card-body .row div p {
    margin: 15px 5px 35px 0px;
}

.card-body .row div img {
    max-width: auto;
}


.msk-module-intro {
    color: #110081;
    margin-bottom: 2.5em !important;
    background-color: #ffffff;
    border: solid 1px #c8c9c7;
    padding: 15px 20px;
    border-radius: 12px;
    background-image: url('/App_Themes/default/Carepath/imgs/lightbulb.png?v=22');
    background-size: 25% auto;
    background-repeat: no-repeat;
    background-position: 50% 5%;
}

    .msk-module-intro p {
        margin-left: 10px;
        margin-top: 90px;
        margin-bottom: 10px;
    }

.msk-pre-intro {
    margin-left: 0;
    margin-top: 10px;
    border: solid 1px #c8c9c7;
    background-color: rgba(0, 0, 0, 0.02);
    background-color: #e7f1f8;
    margin-bottom: 40px;
    border-radius: 8px;
    padding: 15px;
    color: #110081;
    font-weight: bold;
}

    .msk-pre-intro h5 {
        margin-left: 0;
        padding: 5px 15px;
        font-size: 1.3em;
        font-weight: bold;
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    }

        .msk-pre-intro h5:before {
            content: '\2713';
            display: inline-block;
            position: relative;
            top: -4px;
            width: 24px;
            height: 24px;
            margin-right: 8px;
            padding: 2px;
            font-size: 30px;
            font-weight: bold;
            line-height: 10px;
            color: #110081;
            border: 2px solid #110081;
            border-radius: 50%;
            text-align: center;
        }

    .msk-pre-intro p {
        margin-left: 0;
        margin-bottom: 10px;
        padding: 5px 15px;
        font-size: 1.1em;
        font-weight: normal;
        padding-right: 1.5em;
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
    }

p.msk-content {
    margin-bottom: 15px;
}

.card-body ul {
    margin-bottom: 2.5em;
    padding-right: 1.5em;
}

@media (min-width: 576px) {
}

@media (min-width: 768px) and (max-width: 769px) {
    .wb-card svg.bi {
        width: 28px;
        height: 28px;
        display: inline-block;
        position: absolute;
        top: 69%;
        right: 5%;
    }
}

@media (min-width: 992px) {

    .card-body .row div img {
        max-width: 150px;
    }

    .card-body .row div div.carepath-images {
        margin: 0 auto;
        text-align: center;
        margin: 10px 5px 15px 5px;
        padding: 15px 0 50px 0;
    }

        .card-body .row div div.carepath-images img.carepath {
            max-width: 700px;
            border: 1px solid rgba(0,0,0,.125);
            width: 700px;
            height: auto;
        }

    .msk-module-intro {
        color: #110081;
        margin-bottom: 2.5em !important;
        background-color: #ffffff;
        border: solid 1px #c8c9c7;
        padding: 15px 20px;
        border-radius: 12px;
        background-image: url('/App_Themes/default/Carepath/imgs/lightbulb.png?v=22');
        background-size: 7% auto;
        background-repeat: no-repeat;
        background-position: 2.5% 50%;
    }

        .msk-module-intro p {
            margin-left: 100px;
            margin-top: 0px;
        }

    p.msk-content {
        margin-bottom: 15px !important;
    }

    .msk-module-intro p {
        margin-left: 100px;
        margin-top: 10px;
        margin-bottom: 10px;
    }


    .msk-final-page p {
        font-family: 'ValueSans-Regular-Pro', Verdana, Helvetica;
        font-size: 1em;
    }
}

@media (min-width: 1024px) {
    .wb-card h2 span {
        width: 66%;
        display: inline-block;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .wb-card svg.bi {
        width: 28px;
        height: 28px;
        display: inline-block;
        position: absolute;
        top: 46% !important;
        right: 3% !important;
    }
}

@media (min-width: 300px) and (max-width: 344px) {
    .wb-card svg.bi {
        width: 28px;
        height: 28px;
        display: inline-block;
        position: absolute;
        top: 46% !important;
        right: -1% !important;
    }
}

@media (min-width: 820px) and (max-width: 920px) {
    .wb-card svg.bi {
        width: 28px;
        height: 28px;
        display: inline-block;
        position: absolute;
        top: 66%;
        right: 5%;
    }
}

@media (min-width: 768px) and (max-width: 920px) {
    #wb-cards-bottom div.row {
        margin-bottom: 0;
        width: 125%;
    }
}
@media (min-width: 320px) and (max-width: 324px) {
	.wb-card h2 span {
    width: 77%; 
    display: inline-block;
    }
}