
.gradient-bg {
    background: linear-gradient(135deg, #92c83e, #46acb9);
}

.white-bg {
    background: #ffffff !important;
}

.btn-green {
    background-color: #92c83e;
    border-color: #92c83e;
    color: #fff;
}

/*fixes content flicker problem on ng-hide/ngshow, ngif*/
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
    display: none !important;
}


/*for using bootstrap columns like a table so you can vertically align*/
.row.like-table-row {
    display: table-row;
}

    .row.like-table-row > div {
        display: table-cell;
        vertical-align: middle;
        float: none;
    }

        .row.like-table-row > div.employee-assessment_score {
            height: 50px;
        }

.initiative {
    min-width: 306px;
    font-family: Open Sans;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    text-align: left;
    overflow: hidden;
}

.initiative-banner, .profile-header {
    width: 100%;
    height: 300px;
    padding: 0;
    overflow: hidden;
    background-size: cover;
    background-position: right center;
}


    .initiative-banner:before, .results-recommendation-banner:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 40%;
        z-index: 1;
        background: -moz-linear-gradient(left, #2d93a1 40%, rgba(70, 172, 185, 0) 100%);
        background: -webkit-linear-gradient(left, #2d93a1 40%, rgba(70, 172, 185, 0) 100%);
        background: linear-gradient(to right, #2d93a1 40%, rgba(70, 172, 185, 0) 100%);
    }

.profile-banner:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 40%;
    z-index: 1;
}

.left-divide {
    border-left: solid thin lightgrey;
}

.career-anchors .initiative-banner, .profile-header {
    height: 460px;
}

    .career-anchors .initiative-banner:before,
    .profile-header:before {
        content: none;
    }

.initiative-banner_header {
    max-width: 1120px;
    width: 65%;
    margin: 0 auto;
    height: 100%;
    z-index: 2;
    position: relative;
    color: #ffffff;
    line-height: 55px;
    text-align: left;
    text-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1), 1px -1px 10px rgba(0, 0, 0, 0.1), -1px 1px 10px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.initiative-banner_header__title {
    font-size: 1.3em;
    font-weight: 600;
}

.initiative-banner_progress {
    display: block;
    font-weight: 200;
    font-size: 0.8em;
    letter-spacing: -0.7px;
}

.initiative-banner_image {
    height: 100%;
    width: 100%;
    visibility: hidden;
}

.initiative-panel {
    position: relative;
    padding: 55px 0;
    background: #333333;
}

    .initiative-panel:after {
        border-top: 40px solid #333333;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        bottom: -40px;
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -40px;
        width: 0;
        height: 0;
    }

.initiative-panel_media-wrapper {
    padding: 145px 0;
}

.initiative-panel_controls {
    position: relative;
    width: 100%;
    max-width: 1550px;
    margin: 0 auto;
}

.initiative-media {
    position: relative;
    margin: 0 auto;
    max-height: 630px;
    height: 100%;
    max-width: 1120px;
    width: 65%;
}

.initiative-media_cover {
    max-height: 630px;
    height: 100%;
    max-width: 1120px;
    width: 100%;
}

.initiative-media_start {
    position: absolute;
    transform: translate(-50%,-50%);
    margin-right: -50%;
    top: 50%;
    left: 50%;
    height: 80px;
    width: 55%;
    max-width: 520px;
    min-width: 230px;
    border: 4px solid white;
    border-radius: 40px;
    background: #92c83e;
    font-size: 35px;
    font-weight: 600;
    line-height: 24px !important;
    text-align: center;
    color: #ffffff;
}

.initiative-nav_container {
    width: 100%;
    background: #333333;
}

.initiative-nav_controls {
    transform: translate(0,-50%);
    font-size: 28px;
    line-height: 0.9;
    letter-spacing: -0.7px;
    position: absolute;
    top: 50%;
    max-width: 45%;
}

    .initiative-nav_controls * {
        vertical-align: middle;
    }

.initiative-panel_media-wrapper .initiative-nav_controls {
    float: left;
    position: relative;
    top: 0;
    margin-top: 50px;
    max-width: 50%;
    width: 50%;
}

.initiative-previous {
    text-align: left;
    left: 0;
}

.initiative-next {
    text-align: right;
    right: 0;
}

.initiative-return {
    text-align: center;
}

    .initiative-return .btn {
        min-width: 130px;
        background-color: transparent;
        color: #ccc;
        margin-bottom: 8px;
    }

    .initiative-return:hover button {
        font-weight: 500;
        color: #fff;
    }

.initiative-previous_control,
.initiative-next_control,
.initiative-previous_control:visited,
.initiative-next_control:visited {
    display: block;
    position: relative;
    color: #cccccc;
}

    .initiative-previous_control:hover,
    .initiative-next_control:hover {
        color: #ffffff;
    }

.initiative-control_text {
    margin-bottom: -5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    padding-bottom: 6px;
}

.initiative-previous_title {
    padding: 0 15px 0 75px;
}

.initiative-next_title {
    padding: 0 75px 0 15px;
}


.initiative-nav span {
    font-size: 18px;
    font-weight: 600;
    line-height: 1.22;
    letter-spacing: -0.4px;
}

.initiative-previous_estimate {
    color: #92c83e;
}

.initiative-next_estimate {
    color: #46acb9;
}

.initiative-nav_icon {
    max-width: 100%;
    height: auto;
}

.initiative-nav_icon-container {
    position: absolute;
    max-width: 60px;
    max-height: 60px;
    top: 50%;
    margin-top: -30px;
}

.initiative-previous_icon {
    left: 0;
}

.initiative-next_icon {
    right: 0;
}

    .initiative-next_icon.roadmap-zone-index {
        max-width: 60px;
        max-height: 60px;
        font-size: 32px;
        line-height: 52px;
        text-align: center;
        color: #ffffff;
    }

.initiative-content,
.content-description {
    background: #ffffff;
}

    .initiative-content,
    .content-description.with-padding {
        padding: 90px 0 72px 0;
    }

.initiative-text,
.initiative-resources,
.content-description-text,
.prompt-list:not(.sectional-assessment),
.card-sort-section_content,
.employee-rating_content,
.assessment_report,
.prompt-change-answers-container,
.personal-path .report-chart_prompt-container,
.assessment_rating-key,
.print_button {
    margin: 0 auto;
    max-width: 1120px;
    width: 90%;
}

.content-description-question .content-description-text {
    width: 100%;
}

.explore-jobs-filters-panel {
    margin: 20px auto 0px auto;
    max-width: 1120px;
}

.initiative-resources {
    padding: 0 15px 72px 15px;
}

.initiative-header {
    font-weight: 400;
    margin: 20px 0;
    font-size: 35px;
    letter-spacing: -0.7px;
}

.initiative-text_title,
.content-text_description h1, h2, h3, h4 {
    color: #595959;
}

.initiative-description,
.initiative-text_description p,
.initiative-text_description ol,
.initiative-text_description ul,
.initiative-description > *,
.prompt-list,
.prompt-list > *,
.personal-path .report-chart_legend {
    font-size: 18px;
    letter-spacing: -0.4px;
}

.initiative-text_description,
.content-text_description {
    color: #808080;
}

    .initiative-text_description p,
    .content-text_description p,
    .initiative-text_description span,
    .content-text_description span {
        color: #808080;
        margin: 22px 0;
    }

    .initiative-text_description span,
    .content-text_description span {
        display: block;
    }


    .initiative-text_description li p,
    .content-text_description li p {
        font-size: 18px;
        margin: 0px 0px 0px 30px;
    }

    .initiative-text_description strong,
    .content-text_description strong {
        font-weight: 600;
        color: #595959;
    }

    .content-text_description.bottom-pad-large {
        padding-bottom: 50px;
    }

.initiative-text_rating {
    height: 40px;
    margin: 20px 0;
    color: #46acb9;
}

    .initiative-text_rating a {
        cursor: pointer;
    }
        /* don't know why but angular is 'animating' the stars when they refresh */
        .initiative-text_rating a.ng-leave {
            display: none;
        }

.initiative-text_recommended {
    font-size: 20px;
    line-height: 1;
    color: #46acb9;
}

.action-items {
    padding: 60px 0 180px 0;
    background-position: 50% 100%;
}

.action-items_title,
.action-items_description,
.action-items_description > * {
    color: #ffffff;
}

.action-items_items, .results-actions_items {
    list-style-type: none;
    margin-top: 28px;
    padding: 0;
}

    .action-items_items > li, .results-actions_items > li {
        display: block;
    }


.assessment {
    min-width: 306px;
}

.assessment-progress_anchor {
    position: relative;
}

.assessment-progress-bar {
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    height: 10px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, .25);
    z-index: 100;
}

    .assessment-progress-bar.assessment-progress-bar--fixed {
        position: fixed;
    }

.assessment-progress-bar_fill {
    height: 10px;
    background-color: #92c83e;
}

.assessment-report {
    display: table;
    position: relative;
    margin: 0 auto;
}

.assessment-report_more {
    color: white;
    position: absolute;
    top: 18px;
    right: 41px;
    font-size: 67px;
}

.assessment-report_info {
    position: absolute;
    bottom: 2em;
    left: 2em;
    font-size: 16px;
    color: white;
    display: inline-block;
}

.assessment-completion_decision-btn {
    background-color: #92c83e;
    border-radius: 50px;
    color: white;
    padding: 0.5em 1.5em;
    margin: 20px 20px 20px 0;
    min-width: 150px;
}

    .assessment-completion_decision-btn:hover {
        color: #ffffff;
        background-color: #46acb9;
    }


.assessment_badge_message {
    font-size: 30px;
    color: #7e7e7e;
}

.prompts-panel,
.results-panel,
.card-sort-section,
.work-values-section {
    background: #e6e6e6;
}


.triangle-arrow-top:before {
    border-top: 40px solid #ffffff;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 0;
    height: 0;
    z-index: 999;
}


/*.triangle-arrow-bottom:after {
    border-top: 40px solid #000000;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 0;
    height: 0;
    z-index: 999;
}*/

.prompt-list {
    margin: 0 auto;
    padding: 45px 0;
    list-style-type: none;
}

.prompt_container {
    overflow: hidden;
    margin: 0 auto;
    padding: 12px 10px;
    border-radius: 10px;
}


.prompt-change-answers {
    margin: 0 auto;
    background: #fff;
    padding: 80px 0;
    text-align: center;
}

.prompt-change-answers-button {
    height: 80px;
    width: 400px;
    object-fit: contain;
    border-radius: 40px;
    background-color: #92c83e;
    margin: 0 auto;
    text-align: center;
    color: white;
    font-size: 22px;
    line-height: 75px;
    vertical-align: middle;
    cursor: pointer;
    display: inline-block;
}

.career-anchors-results-header h1,
.work-values-results-header h1 {
    color: #595959;
    font-size: 35px;
    letter-spacing: -0.7px;
    font-weight: 400;
    margin: 20px 0;
}

.career-anchors-results-header,
.work-values-results-header {
    color: #808080;
    line-height: 22px;
    height: 242px;
    margin: 20px 0;
    font-size: 18px;
    letter-spacing: -0.4px;
}


.career-anchors-action-list-bg {
    background-image: url("/content/images/developme/DEVELOPME_EXERCISE_CAREERANCHORS/action-items-background.jpg");
}

.results-list {
    margin: 0 auto;
    max-width: 1152px;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.3px;
    text-align: center;
    color: #808080;
}

.work-values-results-list {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
    text-align: center;
    color: #808080;
}

.commstyles-values-results-list {
    margin: 0 auto;
    max-width: 1152px;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
    text-align: center;
    color: #808080;
}

.results-list ul {
    padding-left: 0;
    list-style-type: none;
    display: block;
}

.results-list ul,
.commstyles-values-results-list ul {
    padding-left: 0;
    list-style-type: none;
    display: block;
}

.results-list li,
.work-values-results-list li {
    display: inline-block;
}

.results-list li,
.commstyles-values-results-list li {
    display: inline-block;
}

.results-list h1 {
    font-weight: 400;
    font-size: 22px;
    letter-spacing: -0.4px;
    line-height: 22px;
    color: #595959;
}

.work-values-results-list h1 {
    font-weight: 400;
    font-size: 35px;
    letter-spacing: -0.7px;
    line-height: 37px;
    color: #595959;
}

.commstyles-values-results-list h1 {
    font-weight: 400;
    font-size: 35px;
    letter-spacing: -0.7px;
    line-height: 37px;
    color: #595959;
}



.results-list h2 {
    font-size: 24px;
    line-height: 26px;
    letter-spacing: -0.5px;
    color: #808080;
}

.work-values-results-list h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.commstyles-values-results-list h2 {
    font-size: 24px;
    line-height: 26px;
    font-weight: 400;
    letter-spacing: -0.5px;
}

.recommendation-result-container {
    overflow: hidden;
    padding: 12px 10px;
    border-radius: 10px;
    height: 447.5px;
    background: #ffffff;
    width: 352px;
    object-fit: contain;
    box-shadow: 0px 1px 21px 0 rgba(0, 0, 0, 0.1);
    margin: 15px;
}

.work-values-result-container {
    overflow: hidden;
    padding: 20px 20px 60px 20px;
    border-radius: 10px;
    background: #ffffff;
    object-fit: contain;
    box-shadow: 0px 1px 21px 0 rgba(0, 0, 0, 0.1);
    min-height: 580px;
}

.work-values.recommendation-results-description {
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.recommendation-results-description {
    margin-top: 20px;
}

.results-description-smaller-font {
    font-size: 15px;
}

.results-list li:nth-child(-n+2) {
    height: 546px !important;
    width: 546px !important;
}

    .results-list li:nth-child(-n+2) h1 {
        font-size: 35px !important;
        letter-spacing: -0.7px !important;
        line-height: 37px !important;
    }

.results-list li:nth-child(-n+2) {
    font-size: 18px !important;
    letter-spacing: -0.4px !important;
    line-height: 22px !important;
}

.recommendation-result {
    position: relative;
    padding: 20px 20px;
    width: 100%;
}

.results-list .recommendation-result-graph {
    height: 140px;
    width: 140px;
    text-align: center;
    margin: 0 auto;
}

.results-list li:nth-child(-n+2) .recommendation-result-graph {
    height: 180px;
    width: 180px;
    margin-top: 10px;
    margin-bottom: 40px;
}

.work-values-results-list .recommendation-result-graph {
    height: 180px;
    width: 180px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 40px;
}

.commstyles-values-results-list .recommendation-result-graph {
    height: 180px;
    width: 180px;
    text-align: center;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 40px;
}

.card-sort-section,
.work-values-section {
    position: relative;
}

/*.work-values-section {
    overflow: hidden; /* very important for work values structure, do not remove
}*/

.personal-path {
    padding-top: 60px;
}

.card-sort-section_completion-screen,
.work-values-section_completion-screen {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0.95;
    background-color: #404040;
    z-index: 98;
    text-align: center;
    border-bottom: 3px solid #595959;
    border-top: 3px solid #595959;
    -webkit-backface-visibility: hidden;
}

.sectional-assessment.prompts-divider {
    margin-left: -50%;
    margin-right: -50%;
}

.sectional-assessment.prompt-change-answers {
    margin-left: -50%;
    margin-right: -50%;
}

.section-restart-btn:hover svg path {
    fill: #ffffff;
}

.section-completion {
    margin: 0 auto;
    width: 100%;
    text-align: center;
    margin-top: -60px;
    padding: 0 30px;
}

.section-completion-warning {
    cursor: pointer;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.section-completion_title,
.section-completion_error {
    display: block;
    font-size: 60px;
    font-weight: 600;
    letter-spacing: -1.2px;
    color: #53bfcd;
    line-height: 55px;
    margin: 45px 0 20px 0;
}

.section-completion_error {
    color: #ffffff;
}

.section-completion_text,
.section-completion_action {
    display: block;
    font-size: 30px;
    line-height: 28px;
    letter-spacing: -0.6px;
    color: #ffffff;
}

.section-completion_action {
    color: #ffa500;
    font-weight: 600;
}

.section-completion_btn {
    position: absolute;
    left: 50%;
    bottom: -40px;
    padding: 0;
    margin-left: -38px;
    width: 80px;
    height: 80px;
    z-index: 99;
}

.section-completion_vertical-line {
    position: absolute;
    border-left: 4px solid #ffffff;
    border-left: 4px solid rgba(255, 255, 255, 0.5);
    bottom: 0;
    height: 40%;
    width: 1px;
    margin-left: 50%;
    z-index: 99;
}

.section-text:nth-child(n+1) {
    margin-top: 40px;
}

.section-text_title {
    margin: 20px 0;
    color: #595959;
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -0.7px;
}

.section-text_description,
.section-text_description p {
    margin: 22px 0;
    color: #808080;
    font-size: 18px;
    letter-spacing: -0.4px;
}

.section_inner-divider {
    margin: 15px;
    border-top: 1px solid #cccccc;
}

.card-sort-section_content .work-values-section_content {
    padding: 55px 0 125px 0;
    margin: 0 auto;
}

.work-values-section_content {
    margin: 0 auto;
    max-width: 1120px;
    width: 100%;
}

.card-sort-section_content {
    padding-bottom: 80px;
}

.card_container, .work-values_container {
    width: 100%;
    margin: 0 auto;
}

.card {
    position: relative;
    min-height: 200px;
    background: #333333;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

    .card:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 0;
        background: -moz-linear-gradient(rgba(70, 172, 185, 0) 30%,#333333);
        background: -webkit-linear-gradient(rgba(70, 172, 185, 0) 30%,#333333);
        background: linear-gradient(rgba(70, 172, 185, 0) 30%,#333333);
    }

.card_image,
.activity-entry_image {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    width: 100%;
}

.card_prompt {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    padding: 0 90px;
    text-align: center;
}

.card_name {
    display: block;
    font-size: 35px;
    line-height: 58px;
    letter-spacing: -0.7px;
    color: #ffffff;
}

.card_text {
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #ffffff;
}

.card_answers,
.activity-entry_name {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #ffffff;
    color: #808080;
}

.card_index {
    position: absolute;
    z-index: 0;
    left: 0;
    right: 0;
    font-size: 18px;
    letter-spacing: -0.4px;
    text-align: center;
}

.card_answer {
    position: relative;
    z-index: 1;
    float: left;
    text-align: center;
}

.personal-path .card_answer {
    padding: 40px 0 80px 0;
}

.card_answer_yes {
    text-align: left;
    padding-left: 55px;
}

.card_answer_no {
    text-align: right;
    padding-right: 55px;
}

.card_answer-title {
    font-size: 30px;
    font-weight: normal;
    letter-spacing: -0.6px;
    text-align: center;
    color: #46acb9;
    padding-bottom: 10px;
}

.card_answer-text,
.employee-name_input {
    background: none;
    border: none;
    border-bottom: 2px solid #cccccc;
    font-size: 22px;
    font-style: normal;
    text-align: left;
    letter-spacing: -0.4px;
    text-align: left;
    color: #595959;
    color: #808080;
}

.card_answer-text,
.card_answer-slider,
.card_answer-slider_text {
    margin: 0 auto;
    min-width: 200px;
    max-width: 400px;
    width: 80%;
}

.card_answer-slider_text {
    display: block;
    margin: 20px auto;
    padding-top: 15px;
    font-size: 22px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 22px;
    letter-spacing: -0.4px;
    text-align: center;
}

.card_answer-btn {
    margin: 20px 0;
    color: #bfbfbf;
}

    .card_answer-btn svg {
        height: 100px;
        width: 100px;
    }

.card_answer_yes .card_answer-btn--selected svg path,
.card_answer_yes .card_answer-btn:hover svg path {
    fill: #9ac752;
}

.card_answer_no .card_answer-btn--selected svg path,
.card_answer_no .card_answer-btn:hover svg path {
    fill: #cc6854;
}

.card_nav {
    position: absolute;
    bottom: 25px;
    width: 100%;
    left: 0;
    right: 0;
    padding: 0 15px;
}

.card_nav-btn-container {
    float: left;
    width: 50%;
}

    .card_nav-btn-container svg path {
        fill: #a6a6a6;
    }

    .card_nav-btn-container svg:hover path {
        fill: #ffffff;
    }


.card_nav-btn_next {
    text-align: right;
}

.card_nav-btn_previous {
    text-align: left;
}


.activity-tab-list,
.employee-rating_tab-list {
    list-style-type: none;
    padding: 5px;
}

.activity-tab-list_entry,
.employee-rating_tab-list_entry {
    display: inline-block;
    padding: 6px;
    margin: 10px;
    font-size: 20px;
    letter-spacing: -0.4px;
    text-align: left;
    color: #808080;
    cursor: pointer;
}

    .activity-tab-list_entry:hover,
    .employee-rating_tab-list_entry:hover {
        background: #f6f6f6;
        border-bottom: 3px solid #efefef;
        color: #808080;
    }


.activity-tab-list_entry--selected,
.employee-rating_tab-list_entry--selected {
    color: #46acb9;
    border-bottom: 3px solid #46acb9;
}


.activity-entry {
    margin: 1em 0;
}

#activity-tab_likes .activity-entry {
    cursor: pointer;
}

.activity-entry_image-container {
    position: relative;
    text-align: center;
}

.activity-entry_counter {
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    font-weight: bold;
    letter-spacing: -0.6px;
    text-align: center;
    color: #ffffff;
    border: 3px solid white;
    border-radius: 1.5em;
    width: 2.2em;
    height: 2.2em;
    line-height: 2em;
    background-color: #92c83e;
}

.activity-entry_selection-counter {
    width: 100%;
    padding: 0 10px;
    font-size: 30px;
    letter-spacing: -0.6px;
    text-align: center;
    color: #ffffff;
}

.activity-entry_name {
    padding: 25px 10px;
    font-size: 18px;
    letter-spacing: -0.4px;
    text-align: center;
    color: #808080;
    box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.vertically-centered {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.prompt_done .prompt {
    background: #46acb9;
}

.prompt {
    height: 250px;
    position: relative;
    padding: 20px 20px;
    border-bottom-left-radius: 10px;
    border-top-left-radius: 10px;
    background: #595959;
    font-size: 22px;
    line-height: 24px;
    color: #ffffff;
    overflow: hidden;
}

.prompt_order {
    display: block;
    color: #ffffff;
    position: absolute;
    right: 20px;
    top: 20px;
    font-size: 120px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 88px;
    letter-spacing: -2.4px;
    text-align: right;
    opacity: 0.15;
}

.prompt_text {
    padding-right: 10px;
}

.prompt-answer-list {
    list-style-type: none;
    width: 100%;
    padding: 20px;
}

.prompt_answers {
    height: 250px;
    position: relative;
    padding: 0;
    border-bottom-right-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #ffffff;
}

.prompt_larger {
   height: 350px;
}

.prompt_answer {
    width: 100%;
    margin: 5px auto;
    padding: 10px 10px;
    border: 2px solid #a6a6a6;
    border-radius: 50px;
    font-size: 18px;
    line-height: 17px;
    text-align: center;
    color: #a6a6a6;
    text-transform: capitalize;
}

.prompt_answer_5_buttons {
     padding: 8px 8px;
}


.prompt_answer--selected {
    border: 2px solid #46acb9;
    background: #46acb9;
    color: #ffffff;
}

.prompts-divider {
    height: 260px;
}

.career-anchors .prompts-divider {
    height: 360px;
    background-position: right;
}

.prompts-divider.prompts-end {
    height: 600px;
}

.prompts-divider-container {
    margin: 0 auto;
    max-width: 1120px;
    width: 65%;
    padding: 100px 80px;
    text-align: center;
    position: relative;
}

    .prompts-divider-container:before,
    .prompts-divider-container:after {
        position: absolute;
        font-family: 'Oswald', sans-serif;
        font-size: 200px;
        font-weight: 300;
        line-height: 22px;
        letter-spacing: -4px;
        color: #ffffff;
    }

    .prompts-divider-container:before {
        content: '\201C';
        left: 0;
        top: 115px;
    }

    .prompts-divider-container:after {
        content: '\201D';
        right: 0;
        bottom: -11px;
    }

.menu-quotes-container {
    margin: 0 auto;
    max-width: 750px;
    width: 100%;
    padding: 120px 0 70px 0;
    text-align: center;
    position: relative;
}

    .menu-quotes-container:before,
    .menu-quotes-container:after {
        position: absolute;
        font-family: 'Oswald', sans-serif;
        font-size: 100px;
        font-weight: 300;
        line-height: 22px;
        letter-spacing: -4px;
        color: #ffffff;
    }

    .menu-quotes-container:before {
        content: '\201C';
        left: 0;
        top: 89px;
    }

    .menu-quotes-container:after {
        content: '\201D';
        right: 0;
        bottom: -11px;
    }

.prompts-divider_quote-text {
    display: block;
    width: 100%;
    font-size: 40px;
    line-height: 40px;
    letter-spacing: -0.9px;
    font-style: italic;
    color: #ffffff;
}

.menu-quotes_quote-text {
    display: block;
    width: 100%;
    font-size: 19px;
    line-height: 40px;
    letter-spacing: -0.9px;
    font-style: italic;
    color: #ffffff;
}

.prompts-divider_quote-author {
    position: absolute;
    right: 75px;
    bottom: 60px;
    height: 25px;
    font-family: Open Sans;
    font-size: 25px;
    letter-spacing: -0.5px;
    text-align: right;
    color: #b6f2fa;
}

    .prompts-divider_quote-author:before {
        margin-right: 5px;
    }

.prompts-question-progress {
    font-size: 25px;
    font-weight: bold;
    padding-bottom: 10px;
}

.prompt-category {
    text-align: left;
    margin-top: 25px;
}

.prompt-category_details {
    position: relative;
}

.prompt-category_name {
    font-size: 35px;
    line-height: 1.06;
    letter-spacing: -0.7px;
    color: #595959;
}

.prompt-category_percent {
    position: relative;
    margin-right: 22px;
    font-size: 55px;
    line-height: 45px;
    font-weight: 600;
    letter-spacing: -1.1px;
    color: #92c83e;
}

    .prompt-category_percent:after {
        content: '%';
        font-size: 28px;
        line-height: 28px;
        font-weight: normal;
        position: absolute;
    }

.prompt-category_description {
    height: 450px;
    margin-top: 15px;
    font-size: 18px;
    letter-spacing: -0.4px;
    color: #808080;
    overflow: hidden;
}

.commstyles-slider {
    padding-top: 8px;
    margin: auto auto;
}

.prompt-category_slider {
    position: absolute;
    bottom: 0;
    height: 70px;
    width: 100%;
}

.bottom-pad-30 {
    padding-bottom: 30px;
}


.card_answer-slider .slider .work-values_slider .silder,
.prompt-category_slider .slider .work-values_slider .silder,
.commstyles-slider .slider .work-values_slider .sidler {
    position: absolute;
    bottom: 0;
}

.card_answer-slider .slider-track,
.prompt-category_slider .slider-track,
.commstyles-slider .slider-track,
.work-values_slider .slider-track,
.card_answer-slider .slider-selection,
.prompt-category_slider .slider-selection,
.work-values_slider .slider-selection,
.commstyles-slider .slider-selection {
    background: #808080;
}

.card_answer-slider .slider-handle,
.prompt-category_slider .slider-handle,
.commstyles-slider .slider-handle {
    cursor: pointer;
    background: #92c83e;
    width: 28px;
    height: 28px;
    margin-left: -12px;
    margin-top: -4px;
}

.card_answer-slider .slider-handle {
    background: #595959;
    width: 35px;
    height: 35px;
    margin-top: -8px;
    margin-left: -15px !important;
}

.prompt-category_activities .activity-entry {
    margin: 30px 0;
    cursor: pointer;
}


.prompt-category_activities .activity-entry_counter {
    background: #ffffff;
}

.work-values_section {
    width: 100%;
    text-align: center;
}

.work-values_inner {
    display: inline-block;
}

.work-values-answer {
    margin: 1em;
    background-color: #fff;
    margin: 1em 0 1em 0;
}

.work-values-answer-top {
    background-color: #595959;
    object-fit: contain;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    padding: 60px 10px 60px 10px;
    height: 137px;
}

.work-values-answer-bottom {
    padding: 70px 30px 70px;
    border: solid 2px #e6e6e6;
    border-top: 0;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    box-shadow: 0 1px 21px 0 rgba(0, 0, 0, 0.1);
    font-size: 22px;
    letter-spacing: -0.4px;
    line-height: 22px;
}

    .work-values-answer-bottom.satisfied {
        color: #92c83e;
    }

    .work-values-answer-bottom.neutral {
        color: #fdb85e;
    }

    .work-values-answer-bottom.unsatisfied {
        color: #cc6854;
    }

.work-values_slider .slider-handle {
    cursor: pointer;
    width: 40px;
    height: 40px;
    background-image: none;
    margin-top: -10px;
}

.work-values_slider .slider.slider-horizontal .slider-track {
    height: 6px;
}

.work-values-answer-bottom.satisfied .work-values_slider .slider-handle {
    background-color: #92c83e;
}

.work-values-answer-bottom.neutral .work-values_slider .slider-handle {
    background-color: #fdb85e;
}

.work-values-answer-bottom.unsatisfied .work-values_slider .slider-handle {
    background-color: #cc6854;
}

.work-values-text_rating,
.work-values-text_answer {
    text-align: center;
}

.work-values-text_rating {
    line-height: 22px;
    letter-spacing: -0.6px;
    font-size: 30px;
    color: #fff;
}

.work-values-text_answer {
    margin-bottom: 30px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
}

.assessment-complete-panel {
    background: #ffffff;
    padding: 55px 0;
}

.assessment-complete-panel_btn {
    display: block;
    margin: 0 auto;
    width: 100%;
    max-width: 320px;
    padding: 20px 50px;
    border-radius: 50px;
    background-color: #92c83e;
    font-size: 20px;
    text-align: center;
    white-space: normal;
    color: #ffffff;
}

    .assessment-complete-panel_btn:hover {
        color: #ffffff;
        background-color: #46acb9;
    }

.results-panel {
    padding: 40px 0;
}

.report-recommendation_container {
    position: relative;
    margin: 1em 0;
}

.report-recommendation_content {
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 1px 21px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}

.report-recommendation_graph {
    height: 250px;
    padding: 50px 20px 0 20px;
}

    .report-recommendation_graph .report-recommendation_percentage-graph:before {
        content: '%';
        font-size: 20px;
        line-height: 20px;
        font-weight: normal;
        position: absolute;
        top: 118px;
        right: 50%;
        margin-right: -50px;
    }

.report-recommendation,
.report-recommendation-employee-rating {
    height: 350px;
    padding: 20px 45px;
}

.report-recommendation-explore {
    height: 200px;
    padding: 10px 10px;
}

.report-recommendation_title {
    font-size: 35px;
    line-height: 35px;
    letter-spacing: -0.7px;
    color: #595959;
}

.report-recommendation_subtitle {
    font-size: 24px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #808080;
}

.report-recommendation_text {
    margin-top: 20px;
    font-size: 18px;
    letter-spacing: -0.4px;
    text-align: center;
    color: #808080;
}

.report-recommendation_activities {
    height: 120px;
    padding: 10px 20px;
    border-top: 2px solid #e6e6e6;
    font-size: 18px;
    letter-spacing: -0.4px;
    text-align: center;
    color: #808080;
}

.report-recommendation_activities-title {
    font-weight: 600;
    color: #595959;
}

.initiative-action-added-icon-grey svg path {
    fill: #f0f0f0;
}


.explore-jobs-recommendation_content {
    height: 250px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 1px 21px 0 rgba(0, 0, 0, 0.1);
    text-align: center;
}

.explore-jobs-recommendation_graph {
    padding: 25px 20px 0 20px;
}

    .explore-jobs-recommendation_graph .explore-jobs-recommendation_percentage-graph:before {
        content: '%';
        font-size: 20px;
        line-height: 20px;
        font-weight: normal;
        position: absolute;
        top: 118px;
        right: 50%;
        margin-right: -50px;
    }

.explore-jobs-recommendation_title {
    font-size: 20px;
    line-height: 35px;
    letter-spacing: -0.7px;
    font-weight: 600;
    color: #595959;
}

.explore-jobs-recommendation_subtitle-div {
    height: 45px;
}

.explore-jobs-recommendation_subtitle {
    font-size: 18px;
    letter-spacing: -0.5px;
    text-align: center;
    color: #808080;
    line-height: 80%;
}

.explore-jobs-recommendation_text {
    margin-top: 5px;
    font-size: 18px;
    letter-spacing: -0.4px;
    text-align: center;
    color: #808080;
}

.explore-jobs-recommendation-explore {
    padding: 10px 10px;
}

.explore-jobs-recommendation_activities {
    height: 100px;
    padding: 20px;
    border-top: 2px solid #e6e6e6;
    font-size: 18px;
    letter-spacing: -0.4px;
    text-align: center;
    color: #808080;
}

.explore-jobs-recommendation_activities-title {
    font-weight: 600;
    color: #595959;
}

.explore-jobs-recommendation_container {
    position: relative;
    margin: 1em 0;
}

.explore-jobs-arrow-up-position {
    float: right;
    margin-top: 18px;
}

.explore-jobs-arrow-down-position {
    float: right;
    margin-top: 13px;
}

.explore-jobs-filter-up-title {
    text-align: center;
}

.explore-jobs-filter-down-title {
    text-align: center;
}

.explore-jobs-panel-radius {
    border-radius: 10px;
}

.employee-report {
    margin: 40px 20px 80px 20px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0px 1px 21px 0 rgba(0, 0, 0, 0.1);
}

.employee-report_details {
    text-align: left;
    padding: 40px 25px 20px 25px;
}

.employee-details_name {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: normal;
    color: #46acb9;
}

.employee-details_date {
    font-size: 22px;
    letter-spacing: -0.4px;
    color: #808080;
}

.employee-report-score_container {
    border: 2px solid #e6e6e6;
}

.employee-report-score_importance {
    border-left: 0;
    border-right: 1px;
}

.employee-report-score_retention {
    border-left: 1px;
    border-right: 0;
}

.employee-report-score {
    text-align: center;
    margin: 0 10px;
}

.report-recommendation_actions {
    text-align: left;
    padding: 40px 25px;
}

.report-recommendation_title {
    font-size: 30px;
    font-weight: 600;
    letter-spacing: -0.6px;
    color: #595959;
}

.recommendation-actions_title {
    margin-top: 30px;
    font-size: 22px;
    font-weight: 600;
    letter-spacing: -0.4px;
    color: #595959;
}

.recommendation-actions-list {
    list-style-type: none;
    padding: 0;
}

.recommendation-action {
    padding: 1em 9em 1em 5.5em;
    margin: 0.5em 0;
    position: relative;
    background: #f0f0f0;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: -0.3px;
    color: #808080;
}

.recommendation-action_index {
    position: absolute;
    left: 1em;
    font-size: 30px;
    line-height: 32px;
    color: #595959;
}

/* Roadmap page */
.initiative-search-header-container {
    background-image: url('/content/images/developme/roadmap-header.png');
}

.roadmap-header-container, .explore-header-container, .initiative-search-header-container, .profile-header,
.explore-jobs-header-container {
    position: relative;
    background-position: center;
    background-size: cover;
    color: white;
    overflow: hidden;
}

    .roadmap-header-container::before, .explore-header-container::before, .initiative-search-header-container::before,
    .explore-jobs-header-container::before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 40%;
        z-index: 1;
        background: -moz-linear-gradient(left, #2d93a1 40%, rgba(70, 172, 185, 0) 100%);
        background: -webkit-linear-gradient(left, #2d93a1 40%, rgba(70, 172, 185, 0) 100%);
        background: linear-gradient(to right, #2d93a1 40%, rgba(70, 172, 185, 0) 100%);
    }

.roadmap-header, .explore-header, .initiative-search-header, .explore-jobs-header {
    padding-top: 9em;
    padding-bottom: 5em;
    position: relative;
    z-index: 2;
}

.roadmap-name, .explore-title, .initiative-search-title,
.explore-jobs-title {
    font-weight: 600;
    display: block;
    font-size: 1.3em;
}

.roadmap-completion, .explore-subtitle, .initiative-search-subtitle,
.explore-jobs-subtitle {
    display: block;
    font-size: 0.8em;
}

    .roadmap-completion strong {
        font-weight: 600;
    }

.explore-jobs-filter-buttons {
    text-align: center;
}

.explore-jobs-flip-vertical {
    transform: scaleY(-1);
}

.explore-jobs-align-right {
    float: right;
    right: 0;
}

.explore-jobs-align-centre {
    float: center;
}

.roadmap-zone-links-container, .explore-categories-container, .initiative-search-text-container {
    background-color: rgba(146, 200, 62, 0.9);
    z-index: 2;
    position: relative;
}

.explore-job-hierarchy-container {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: 2;
    position: relative;
}

.roadmap-zone-links-container {
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
}

    .roadmap-zone-links-container::after {
        content: '';
        position: absolute;
        z-index: 1;
        bottom: 0;
        left: 0;
        right: 0;
        top: 75px;
        height: 10em;
        background-color: #83b337;
        min-width: 800px;
    }

    .roadmap-zone-links-container > .container {
        position: relative;
        min-width: 800px;
    }

        .roadmap-zone-links-container > .container::before {
            position: absolute;
            z-index: 1;
            left: 3em;
            right: 3em;
            top: 3em;
            height: 4px;
            display: block;
            background-color: rgba(255,255,255,0.5);
        }

.roadmap-zone-links {
    padding: 1em 0 0 0;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.roadmap-zone-link {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    position: relative;
    z-index: 2;
    margin: 0 1em;
}

    .roadmap-zone-link.active .roadmap-zone-index {
        background-color: white !important;
        color: #808080;
    }

    .roadmap-zone-link.active .checkmark {
        fill: #808080;
    }

.roadmap-zone-index {
    border: 3px solid white;
    border-radius: 1.5em;
    display: inline-block;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.2em;
    font-size: 1.7em;
    font-weight: bold;
    background-color: rgba(146, 200, 62, 1);
}

    .roadmap-zone-index svg {
        width: 2.5em;
        padding: 0.7em 0.8em 0.3em 0.6em;
    }

    .roadmap-zone-index .checkmark {
        fill: white;
    }

.roadmap-zone-link:hover .roadmap-zone-index {
    background-color: rgba(159, 213, 75, 1);
}

.roadmap-zone-name {
    display: block;
    left: -2em;
    right: -2em;
    text-align: center;
    padding-top: 0.7em;
    font-size: 16px;
}

.roadmap__zone-overview {
    padding: 3em 1em;
}

    .roadmap__zone-overview h2 {
        margin: 0px 0px 20px;
        color: #595959;
        font-size: 35px;
        letter-spacing: -0.4px;
    }

    .roadmap__zone-overview p {
        color: #818181;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.4px;
    }

.roadmap__zone-initiatives-container {
    background-color: #e6e6e6;
    padding: 2em 0;
}

.roadmap__zone-recommendations-container {
    padding: 2em 0;
}

    .roadmap__zone-recommendations-container .col-sm-6 {
        padding: 1em;
    }

    .roadmap__zone-recommendations-container p {
        color: #818181;
        font-size: 18px;
        line-height: 22px;
        letter-spacing: -0.4px;
    }

.initiative-list__initiative {
    background-color: white;
    border-radius: 10px;
    margin: 1em 0;
    box-shadow: 0 1px 21px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0,0,0,0.1);
    position: relative;
    padding-bottom: 4.5em;
}


/* thumbnail uses this trick to enforce a square sized image even when image is not loadad:
    http://stackoverflow.com/a/6615994/1860652 */
.initiative-list__thumbnail-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .initiative-list__thumbnail-container::after {
        content: "";
        display: block;
        padding-top: 100%; /* 100% of width..! */
        background-color: #92c83e;
        border-radius: 10px 10px 0 0;
    }

.initiative-list__thumbnail {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.initiative-list__thumbnail-check {
    position: absolute;
    z-index: 2;
    left: 50%;
    right: 50%;
    top: 50%;
    bottom: 50%;
    max-width: 30%;
    transform: translate(-50%, -50%);
    background-color: white;
    border: 3px solid white;
    border-radius: 50%;
}

.initiative-list__overview {
    padding: 1em;
}

.assessment-report__overview {
    padding: 20px;
}

.initiative-list__name {
    font-weight: 400;
    margin-top: 0;
}

.initiative-list__description {
    font-size: 1em;
}

.initiative-list__link,
.initiative-list__link:visited {
    width: 100%;
    max-width: 10em;
    margin: 0 auto;
    display: block;
    border-radius: 1.2em;
    padding: 0.5em 0;
    text-align: center;
    color: white;
    background-color: #46acb9;
    position: absolute;
    bottom: 1em;
    left: 0;
    right: 0;
}

    .initiative-list__link.completed {
        background-color: #92c83e;
    }

.roadmap__zone-recommendations-container h3,
.roadmap__zone-recommendations-container h5 {
    margin-top: 0;
    color: #595959;
}

.roadmap__zone-recommendations-container h3 {
    font-size: 35px;
    letter-spacing: -0.7px;
    margin-bottom: 20px;
}

.roadmap__zone-recommendations-container h5 {
    margin-bottom: 0px;
    font-size: 22px;
    vertical-align: top;
}

.roadmap__recommendation-list {
    list-style: none;
    padding: 0;
    display: table;
    width: 100%;
}

.roadmap__recommendation-item {
    list-style: none;
    display: table-row;
}

    .roadmap__recommendation-item > div {
        display: table-cell;
    }

.roadmap__recommendation-icon {
    width: 40px;
    height: 40px;
    object-fit: contain;
    border-radius: 4px;
    background: #46acb9;
    padding: 10px;
}

.roadmap__recommendation-overview {
    padding: 0px 20px 20px;
    vertical-align: top;
    line-height: 32px;
    width: 100%;
}


    .roadmap__recommendation-overview p {
        vertical-align: top;
        width: 100%;
    }

    .roadmap__recommendation-overview a :hover {
        color: #46acb9 !important;
    }

.orgResource {
    padding: 5px;
    position: relative;
    width: 280px;
    height: 270px;
}

.orgResourceText {
    font-family: Open Sans;
    font-size: 22px;
    width: 200px;
    position: absolute;
    bottom: 20px;
    margin: 0px 35px;
    text-align: left;
    color: #808080;
}



.employee-name_prompt {
    margin-right: 15px;
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.4px;
    text-align: left;
    color: #595959;
}

.employee-name_container {
    display: inline-block;
    position: relative;
}

.employee-name_input:disabled {
    border-bottom: 0;
}

.employee-name_input-placeholder,
.card_answer-placeholder {
    font-style: italic;
    color: #a6a6a6;
}

.employee-name_assessment-list {
    position: absolute;
    left: -12px;
    right: -12px;
    top: 32px;
    padding: 0;
    padding-top: 5px;
    margin: 0;
    max-height: 120px;
    list-style-type: none;
    overflow: auto;
    border-top: 2px solid #cccccc;
    z-index: 10;
}

.employee-name_assessment-entry {
    background: #ffffff;
    border-bottom: 2px solid #cccccc;
    font-size: 22px;
    letter-spacing: -0.4px;
    text-align: left;
    color: #46acb9;
    cursor: pointer;
    padding: 5px 12px 8px 12px;
}

.employee-name_assessment-entry--progress {
    color: #333;
}

.employee-search-control {
    width: 350px;
    margin-top: -5px;
}

.employee-assessment-completion {
    text-align: right;
}

    .employee-assessment-completion .assessment-completion_decision-btn {
        margin: 5px 0 5px 10px;
        min-width: 190px;
    }

.employee-rating-panel {
    background: #e6e6e6;
    padding-top: 20px;
}

.employee-rating_content--padding {
    padding-bottom: 80px;
}

.employee-rating_employee {
    margin-top: 40px;
}

.employee-summary_label {
    font-size: 35px;
    letter-spacing: -0.7px;
    color: #595959;
}

.employee-summary_table-headers {
    padding: 0 65px;
    margin: 0.5em 0;
    font-size: 14px;
    letter-spacing: -0.3px;
    text-align: center;
    color: #808080;
}

.employee-summary_employee-assessment {
    background: #ffffff;
    padding: 30px 80px;
    margin: 0.5em 0;
    position: relative;
}

.employee-assessment_name {
    margin: 0;
    font-size: 22px;
    font-weight: 600;
    line-height: 32px;
    letter-spacing: normal;
    color: #46acb9;
}

.employee-assessment_date {
    margin: 0;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -0.3px;
    color: #808080;
}

.employee-assessment_score {
    font-size: 18px;
    letter-spacing: -0.4px;
    text-align: center;
    color: #808080;
}

.employee-assessment_selection-btn {
    position: absolute;
    left: 30px;
    top: 50%;
}

.employee-assessment_delete-btn {
    position: absolute;
    right: 30px;
    top: 50%;
}

.employee-summary_report {
    background-color: #92c83e;
    border-radius: 50px;
    color: white;
    padding: 0.5em 1em;
}

    .employee-summary_report:disabled {
        background: #808080;
        color: #ccc;
    }


.modal-auto > .modal-dialog {
    width: auto;
    display: table;
}

.developme-modal {
    padding: 1.5em;
    min-width: 32em;
}

.developme-modal_title {
    margin-top: 1px;
    font-size: 25px;
    font-weight: 400;
    color: #666666;
}

.developme-modal_text {
    color: #808080;
    max-width: 25em;
    display: block;
    font-weight: 400;
}

.developme-modal_text-input {
    width: 100%;
    padding: 0.5em 1em;
    display: block;
    border: thin solid #808080;
}

textarea[auto-height] {
    overflow-y: hidden;
}

textarea.developme-modal_text-input {
    resize: vertical;
    min-height: 7em;
    max-height: 29em;
    border: thin solid #808080;
}

textarea.developme-admin-input {
    min-height: 10em;
    width: 100%;
    min-width: 21em;
}


/* do not group these rules */
.developme-modal_text-input::-webkit-input-placeholder {
    font-style: italic;
}

.developme-modal_text-input:-moz-placeholder {
    /* FF 4-18 */
    font-style: italic;
}

.developme-modal_text-input::-moz-placeholder {
    /* FF 19+ */
    font-style: italic;
}

.developme-modal_text-input:-ms-input-placeholder {
    /* IE 10+ */
    font-style: italic;
}

.developme-modal_button-container {
    text-align: center;
}

.developme-modal_button-submit {
    background-color: #46acb9;
    color: white;
    margin-top: 1em;
}

.developme-modal_button-warning {
    background-color: #FDB85E;
}

.card_answer-btn {
    margin: 20px 0;
    color: #bfbfbf;
}

.initiative-feedback-modal_cancel {
    border: 1px solid #808080;
    margin-top: 0.5em;
    color: #808080;
}

.developme-modal_button-submit, .initiative-feedback-modal_cancel {
    display: inline-block;
    min-width: 11em;
    padding: 0.4em;
    border-radius: 3em;
}

    .developme-modal_button-submit[disabled] {
        background: #808080;
        color: #ccc;
    }

.developme-modal_close {
    float: right;
}

.profile-header {
    background-size: cover;
    min-height: 350px;
}

    .profile-header.profile-settings {
        background-image: linear-gradient(135deg, #6CBA7B, #46ACB9);
    }

.profile-subheader {
    font-size: 22px;
    line-height: 22px;
    letter-spacing: -0.4px;
    color: #46acb9;
    font-weight: 500;
}

.profile-icon {
    margin-top: 40px;
    font-size: 13px;
    line-height: 16px;
    color: #595959;
    padding-bottom: 20px;
}

.profile-initials {
    color: #fff;
    font-size: 25px;
    line-height: 47px;
    text-align: center;
    font-weight: 600;
    width: 50px;
    font-family: Open Sans;
}

.icon_avatar_circle .profile-initials,
.icon_avatar_circle .developme-profile-initials {
    position: absolute;
    top: 1px;
    right: 0;
}

.profile-name {
    color: #404040;
    font-weight: 800;
    height: 50px;
    text-align: right;
    vertical-align: middle;
}

.profile-save-btn {
    background-color: #92c83e;
    border-radius: 50px;
    color: white;
    padding: 0.5em 5em;
    margin: 20px 0px 20px 0;
}

.profile-password-btn {
    background-color: #46acb9;
    border-radius: 50px;
    color: white;
    padding: 0.5em 1.5em;
    margin: 20px 20px 20px 0;
}

.profile-email-checkbox_wrapper {
    position: relative;
    height: 100%;
}

.profile-email-checkbox {
    display: none;
}

    .profile-email-checkbox:checked + label #checkbox-icon,
    .profile-email-checkbox:checked + label #checkbox-icon-marketing {
        fill: #46acb9;
        fill-rule: evenodd;
    }

    .profile-email-checkbox + label #checkbox-icon,
    .profile-email-checkbox + label #checkbox-icon-marketing {
        fill: #bfbfbf;
        fill-rule: evenodd;
    }

    .profile-email-checkbox + label svg {
        vertical-align: middle;
    }

.profile-email-checkbox_wrapper label {
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.profile-email-checkbox_wrapper > label span {
    padding-left: 10px;
    color: #404040;
    font-size: 14px;
    white-space: nowrap;
}

.profile-email-checkbox_wrapper > p {
    padding-left: 45px;
    color: #7f7f7f;
    font-size: 14px;
    line-height: 15px;
}

.profile-password-container {
    overflow: hidden;
    padding: 12px 10px;
    border-radius: 10px;
    height: 100%;
    background: #ffffff;
    width: 500px;
    object-fit: contain;
    box-shadow: 0 1px 21px 0 rgba(0, 0, 0, 0.1);
    float: none;
    margin: 0 auto;
    color: #7f7f7f;
}

.profile-save-div-btn {
    margin-right: -10px;
}

.profile-save-btn:hover {
    color: #ffffff;
    background-color: #46acb9;
}

.profile-focus p {
    font-size: 14px;
    line-height: 16px;
    letter-spacing: -0.3px;
    text-align: center;
    color: #a6a6a6;
}

.profile-focus .focus-button {
    cursor: pointer;
    padding: 0;
    margin-top: 10px;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 20px 0;
}

.focus-button:hover svg path[fill="#e6e6e6"],
.focus-button:hover svg path[fill="#E6E6E6"],
.focus-button.active svg path[fill="#e6e6e6"],
.focus-button.active svg path[fill="#E6E6E6"] {
    fill: #46ACB9;
}

.focus-button:hover svg path[fill="#fff"],
.focus-button:hover svg path[fill="#FFF"],
.focus-button.active svg path[fill="#fff"],
.focus-button.active svg path[fill="#FFF"] {
    fill: #46ACB9;
}

.focus-button:hover svg path[fill="#ccc"],
.focus-button:hover svg path[fill="#CCC"],
.focus-button.active svg path[fill="#ccc"],
.focus-button.active svg path[fill="#CCC"] {
    fill: #ffffff;
}

.profile-focus img, .profile-focus svg {
    width: 72px;
    height: 72px;
}

.profile-focus_entry {
    height: 160px;
    overflow: hidden;
}

.option-focus {
    margin: 0 auto;
    display: inline-block;
}

.option-focus_entry {
    height: 180px;
    margin: 0 20px;
}

.profile-focus p.active {
    color: #595959;
}

.profile-change-password {
    margin-top: 20px;
    color: #7f7f7f;
    font-family: Open Sans;
}

    .profile-change-password p {
        color: #7f7f7f;
        font-family: Open Sans;
    }

.profile-grey-section {
    background: #e6e6e6;
}

.profile-nav {
    /* border-bottom: 1px solid black; */
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.profile-nav-items {
    list-style: none;
    margin: 0 auto;
    display: block;
}

.profile-nav-item {
    display: inline-block;
    padding: 1em;
}

    .profile-nav-item a {
        color: #7f7f7f;
    }

        .profile-nav-item a.active {
            color: #46acb9;
            border-bottom: 2px solid #46acb9;
            padding: 3px;
        }

.action-plan_introduction {
    padding-top: 2em;
    padding-bottom: 2em;
}

.action-plan_actions {
    background-image: linear-gradient(135deg, #6CBA7B, #46ACB9);
    padding: 2em 0;
}

.action-plan_action-date {
    color: white;
    margin-top: 1em;
    margin-bottom: 1em;
}

.action-plan_action-date-clue {
    font-weight: 600;
}

.action-plan_action,
.action-plan_completed-action,
.profile-action-plan_action,
.profile-action-plan_completed-action {
    padding: 1em 8em 1em 2em;
    margin: 0.5em 0;
    position: relative;
}

.action-plan_action,
.profile-action-plan_action {
    background-color: white;
}

.action-plan_completed-action {
    background-color: #e6e6e6;
}

.action-plan_action-title {
    color: #46acb9;
    font-weight: 400;
    margin-bottom: 0;
    font-size: 22px;
}

.action-plan_add-button {
    float: right;
    margin: 18px 0;
}

.action-plan_action-buttons {
    position: absolute;
    right: 1em;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}

.action-plan_button-update {
    float: right;
}


.action-plan_action-notes {
    font-style: italic;
    word-wrap: break-word;
}

.action-plan_action-notes-title {
    font-weight: 600;
    font-style: normal;
    text-transform: uppercase;
}

.action-plan_completed {
    padding-top: 2em;
    padding-bottom: 2em;
}

.action-plan_completed-heading {
    color: #444444;
    font-weight: 400;
    margin-top: 1em;
    margin-bottom: 1em;
}

.action-plan_completed-action-title {
    color: #80ad36;
    font-weight: 400;
}

.clickable {
    cursor: pointer;
}

.action-plan_action-description {
    margin-top: 0;
    word-break: break-word;
    color: #808080;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
}

.action-items-add {
    padding: 0;
}

.action-items-added {
    vertical-align: sub;
    margin-right: 0.3em;
    font-size: 1.3em;
    font-weight: 600;
    color: #92c83e;
}

.action-items-added-icon svg {
    vertical-align: middle;
}

.action-items-added-icon path {
    fill: rgb(204,204,204);
    opacity: 1;
}

.developme-edit-action-date {
    padding: 1.5em;
    margin-left: -1.5em;
    margin-right: -1.5em;
}

    .developme-edit-action-date > input {
        width: 100%;
    }

/* Explore */

.explore-categories-container, .initiative-search-text-container,
.explore-job-hierarchy-container {
    padding: 1.5em 0;
    font-size: 2em;
}

.explore-category-select, .initiative-search-text, .explore-jobs-select-1, .explore-jobs-select-2 {
    background: transparent;
    border: none;
    font-weight: 300;
    border-bottom: 2px solid rgba(255,255,255,0.5);
    padding: 0 0.5em;
    min-width: 10em;
}

.explore-category-control-label {
    padding-top: 7px
}

.explore-jobs-select-1, .explore-jobs-select-2 {
    min-width: 510px;
}

.explore-category-select, .explore-jobs-select-1, .explore-jobs-select-2 {
    text-transform: none;
}

    .explore-category-select option {
        background: #92c83e;
        border: none;
        font-weight: 300;
    }

    .explore-jobs-select-1 option, .explore-jobs-select-2 option {
        background-color: rgba(0, 0, 0, 0.4);
    }

.explore-job-filters-col {
    display: inline-block;
}

.initiative-filter,
.job-filter {
    position: relative;
    overflow-x: auto;
    white-space: nowrap;
    box-shadow: 0px 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.initiative-filter-types,
.job-filter-levels {
    padding: 1em 0;
    margin: 0;
    list-style: none;
    font-size: 1.2em;
}

.initiative-filter-type,
.job-filter-level {
    display: inline-block;
    padding: 0.5em 1em;
}

    .initiative-filter-type a,
    .job-filter-level a {
        color: #7f7f7f;
        padding: 0 0.3em 0.2em 0.3em;
    }

    .initiative-filter-type .active,
    .job-filter-level .active {
        color: #46acb9;
        border-bottom: 3px solid #46acb9;
    }

.logo_developme {
    width: 120px;
    height: 40px;
    object-fit: contain;
}

#focusSelectionScreen {
    position: relative;
    overflow: hidden;
    margin: 0;
    min-height: 75vh;
    width: 100%;
    clear: both;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.focusSelectionContent {
    margin: auto;
}

.focusSelection-background-container {
    z-index: -1;
    position: fixed;
    /*top: 0;*/
    left: 0;
    width: 100%;
    height: 100%;
}

    .focusSelection-background-container div {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        min-width: 50%;
        min-height: 100%;
    }

#focus-option-container {
    max-width: 840px;
    min-width: 300px;
    background-color: #fff;
    margin: 5% auto;
    width: 75%;
}

.focus-selection-content {
    margin-top: 150px;
    margin-bottom: 90px;
    padding-bottom: 90px;
}

.focus-options-title {
    background-color: #f5f5f5 !important;
    color: #808080 !important;
    font-size: 40px;
    font-family: 'Univers 45 Light';
    border-top-left-radius: 10px !important;
    border-top-right-radius: 10px !important;
    border-color: #f5f5f5 !important;
}

.focus-options-title-Main {
    padding-left: 25px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-top: 25px;
    text-align: center;
}

.focus-selection-body-bg {
    background-image: url('/Content/Images/developMe/hero-pic.png'); /*TODO REMOVE*/
    background-size: 100% 100%;
}

.focus-selection-header {
    padding: 33px 0px 27px 41px !important;
    background-color: #fff;
}

.logo-developMe {
    width: 120px;
    height: 40px;
}

.focus-selection-green-separator {
    background-image: url('/Content/Images/developMe/bar-header-accent.svg');
    height: 10px;
    background-repeat: repeat-x;
    border: 0px none;
    clear: both;
    margin: 0px;
}

.focus-selection-header .lang-link, .focus-selection-header .help-link {
    float: right;
    padding: 10px;
}

    .focus-selection-header .lang-link a, .focus-selection-header .help-link a {
        color: #7f7f7f;
        cursor: pointer;
        line-height: 20px;
        font-size: 20px;
    }

.button_lets_do_this {
    width: 260px;
    height: 50px;
    object-fit: contain;
    border-radius: 25px;
    background-color: #92c83e;
    opacity: 1 !important;
    white-space: normal;
}

    .button_lets_do_this .Watched {
        width: 110px;
        height: 14px;
        font-family: 'Open sans', sans-serif !important;
        font-size: 18px;
        font-weight: 600;
        font-style: normal;
        font-stretch: normal;
        line-height: 0.94;
        text-align: center;
        color: #ffffff !important;
    }

.focus-selection-button_desc {
    font-family: Open Sans;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.57;
    letter-spacing: -0.3px;
    text-align: center;
    color: #bfbfbf;
    filter: brightness(0.5);
}

.button_lets_do_this-margin {
    padding-top: 40px;
    padding-bottom: 10px;
}

.focus-selection-body .options-button {
    cursor: pointer;
    height: 128px;
    padding: 0;
    margin: 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: 20px 0px;
    background-size: 128px;
}

.focus-selection-body {
    margin: 0 auto;
    width: 100%;
    text-align: center;
}

.options-button {
    padding: 0 20px 0 20px;
    margin: 0 20px 0 20px;
}


.focus-selection-body img {
    width: 128px;
    height: 128px;
}

.options-button svg {
    width: 128px;
    height: 128px;
}

.options-button:hover svg path[fill="#E6E6E6"],
.options-button:hover svg path[fill="#e6e6e6"],
.options-button.active svg path[fill="#E6E6E6"],
.options-button.active svg path[fill="#e6e6e6"] {
    fill: #46ACB9;
}

.options-button:hover svg path[fill="#FFF"],
.options-button:hover svg path[fill="#fff"],
.options-button.active svg path[fill="#FFF"],
.options-button.active svg path[fill="#fff"] {
    fill: #46ACB9;
}

.options-button:hover svg path[fill="#CCC"],
.options-button:hover svg path[fill="#ccc"],
.options-button.active svg path[fill="#CCC"],
.options-button.active svg path[fill="#ccc"] {
    fill: #ffffff;
}

.focus-selection-body .option-text {
    height: 17px;
    font-family: Open Sans;
    font-size: 18px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.22;
    letter-spacing: -0.4px;
    text-align: center;
    color: #a6a6a6;
    text-align: center;
}

    .focus-selection-body .option-text.active {
        color: #595959;
    }

.hero_overlay {
    background-image: url('/Content/Images/developMe/hero-overlay.png');
    background-repeat: repeat-y;
    background-size: 100%;
    width: 100%;
    height: 100%;
    position: absolute;
}

.hero-background {
    background-image: url('/Content/Images/developMe/hero-pic.png');
    background-size: 100% 100%;
}

.developme-menu-link {
    cursor: pointer;
    line-height: 20px;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    letter-spacing: -0.4px;
    text-align: left;
    color: #808080 !important;
    text-decoration: none;
}

    .developme-menu-link.active, .developme-menu-link:hover {
        color: #46acb9 !important;
        border-bottom: 4px solid #46acb9;
        padding-bottom: 2px;
    }


.personal-path .report-chart {
    position: absolute;
    top: -40px;
    left: 1120px;
    z-index: 1;
    width: 3620px;
    height: 700px;
    transform: rotate(90deg);
    transform-origin: left top;
}


.change-map .report-chart {
    max-width: 1020px;
    max-height: 1000px;
    overflow: hidden;
    margin: auto;
}

.personal-path .report-chart_legend-container,
.change-map .report-chart_legend-container {
    margin-top: -70px;
    padding-bottom: 60px;
}

.personal-path .report-chart_legend {
    color: #808080;
    position: relative;
    width: 220px;
    margin: 5px 15px;
}

.change-map .report-chart_legend {
    color: #808080;
    position: relative;
    width: 300px;
    margin: 5px 15px;
}

.personal-path .report-chart_current-line {
    position: absolute;
    right: 0;
    height: 1px;
    width: 100px;
    display: inline-block;
    border: 3px dashed #a6a6a6;
}

.change-map .report-chart_current-line {
    position: absolute;
    right: 0;
    height: 1px;
    width: 100px;
    display: inline-block;
    border: 3px dashed #a6a6a6;
}


.personal-path .report-chart_future-line {
    position: absolute;
    right: 0;
    height: 1px;
    width: 100px;
    display: inline-block;
    border: 4px solid #a6a6a6;
}

.personal-path .report-chart_margin-wrapper {
    margin: 0 auto;
    max-width: 1120px;
    width: 90%;
    position: relative;
}

.personal-path .report-chart_column {
    display: none;
}

.personal-path .report-chart_prompt-list {
    list-style-type: none;
    margin: 0;
    padding: 170px 0;
}

.report-chart_prompt-container {
    padding: 30px 0;
}

.personal-path .report-chart_prompt-box {
    width: 400px;
    box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.personal-path .report-chart_prompt {
    position: relative;
    z-index: 0;
}

.personal-path .report-chart_prompt-image-container {
    position: relative;
    height: 235px;
    overflow: hidden;
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}

.personal-path .report-chart_prompt-name {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 0;
    padding: 0 20px;
    text-align: center;
    font-size: 22px;
    line-height: 58px;
    letter-spacing: -0.7px;
    color: #ffffff;
}

.personal-path .report-chart_prompt-comments {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #ffffff;
    color: #808080;
    padding: 20px;
    height: 105px;
}

.personal-path .report-chart_prompt-comments--expanded {
    min-height: 340px;
    height: auto;
    margin-top: -235px;
    border-radius: 10px;
}

.personal-path .report-chart_prompt-comment {
    display: block;
    margin: 6px 0;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -0.4px;
    text-align: left;
    color: #808080;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-break: break-all;
    overflow: hidden;
}

.personal-path .report-chart_prompt-comment--wrap {
    white-space: normal;
}

.personal-path .report-chart_prompt-comment_label {
    font-weight: bold;
    margin-right: 5px;
}

.personal-path .popover-content {
    height: auto;
    width: auto;
    padding: 20px;
    white-space: normal;
    word-wrap: break-word;
    z-index: 3;
}

.demo-settings-roadmap-width {
    width: 100%;
}

.demo-settings-roadmap-ddl {
    display: inline-block;
    float: left;
    width: 90%;
}

.demo-setting-roadmap-x-button {
    display: inline-block;
}

/* Call to Action*/

.call-to-action-box {
    background-color: white;
    background: -moz-linear-gradient(left, #2d93a1 40%, rgba(70, 172, 185, 0.1) 100%);
    background: -webkit-linear-gradient(left, #2d93a1 40%, rgba(70, 172, 185, 0.1) 100%);
    background: linear-gradient(to right, #2d93a1 40%, rgba(70, 172, 185, 0.1) 100%);
    border-radius: 10px;
    margin: 1em 0;
    box-shadow: 0 1px 21px 0 rgba(0, 0, 0, 0.1);
    position: relative;
    width: 100%;
    color: #fff;
}

.call-to-action_content h3,
.call-to-action_content p {
    color: white;
}

.call-to-action_content {
    padding: 2em;
    text-align: center;
}

.call-to-action-box_close {
    float: right;
    padding: 1em;
}

    .call-to-action-box_close img {
        height: 12.5px;
        width: 12.5px;
    }

.call-to-action_content button {
    color: #fff;
    border-color: #fff;
    padding: 6px 50px 6px 50px;
}

    .call-to-action_content button:hover {
        color: #fff;
        background-color: #92c83e;
        border-color: #92c83e;
    }


/*Explore Jobs*/

.job-list__job {
    background-color: white;
    border-radius: 10px;
    margin: 1em 0;
    box-shadow: 0 1px 21px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0,0,0,0.1);
    position: relative;
    padding-bottom: 4.5em;
}

    .job-list__job button {
        color: #7f7f7f;
        padding: 6px 50px 6px 50px;
        position: absolute;
        right: 0;
        bottom: 10px;
        left: 0;
        margin-left: auto;
        margin-right: auto;
        width: 166px;
        margin: 0 auto;
    }

        .job-list__job button:hover {
            background-color: #92c83e;
            border-color: #92c83e;
            color: #fff;
        }


/* thumbnail uses this trick to enforce a square sized image even when image is not loadad:
    http://stackoverflow.com/a/6615994/1860652 */
.job-list__thumbnail-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .job-list__thumbnail-container::after {
        content: "";
        display: block;
        padding-top: 40%;
        background: -moz-linear-gradient(left, #2d93a1 40%, rgba(70, 172, 185, 0.1) 100%);
        background: -webkit-linear-gradient(left, #2d93a1 40%, rgba(70, 172, 185, 0.1) 100%);
        background: linear-gradient(to right, #2d93a1 40%, rgba(70, 172, 185, 0.1) 100%);
        background-color: white;
        border-radius: 10px 10px 0 0;
    }


.job-list__thumbnail {
    width: 100%;
    position: absolute;
    z-index: 1;
    border-radius: 10px 10px 0 0;
    height: 100%;
}

.job-list__thumbnail-favorite {
    position: absolute;
    z-index: 2;
    left: 35%;
    right: 35%;
    top: 25%;
    bottom: 50%;
    max-width: 30%;
    color: #ffffff;
    text-align: center;
}

.job-list__overview {
    padding: 1em;
    position: relative;
    text-align: center;
}

    .job-list__overview p {
        color: #7f7f7f;
    }


.job-list__name {
    font-weight: 400;
    margin-top: 0;
    text-align: center;
}

.job-list__description {
    font-size: 1em;
}

/*Mega Menu*/

.mega-menu_focusOneRoadmap {
    visibility: hidden;
}

.mega-menu_focus-title {
    line-height: 0.9;
}

.mega-menu-focus {
    margin-right: 0 !important;
}

.developme-menu-position {
    position: relative;
    padding-top: 25px;
}

.mega-dropdown {
    position: static !important;
}

.mega-dropdown-menu {
    width: 1920px;
    height: 900px;
    object-fit: contain;
    opacity: 0.95;
    background-color: #404040 !important;
    border-radius: 0;
    margin: 0;
    border: none;
    padding-top: 40px;
}

.active-mega-menu {
    background-color: #4A4A4A;
}

    .active-mega-menu > a > span {
        color: #ffffff;
        border-bottom: 4px solid #46acb9;
    }

.mega-menu-quotes {
    margin-top: -30px;
    margin-right: 60px;
}

.mega-dropdown-menu > li > div.mega-menu-profile {
    padding-left: 20px;
    margin-right: 60px;
}

.mega-menu-div-profile {
    margin-right: 60px;
    padding-left: 20px;
}

.mega-menu-content {
    padding-left: 20px;
}

.mega-menu-focus {
    padding-left: 20px;
}

.mega-dropdown-menu > li > div > ul {
    padding: 10px 0;
    margin: 0;
}

    .mega-dropdown-menu > li > div > ul > li > ul {
        padding: 0;
    }

        .mega-dropdown-menu > li > div > ul > li,
        .mega-dropdown-menu > li > div > ul > li > ul > li {
            list-style: none;
        }

            .mega-dropdown-menu > li > div > ul > li > a,
            .mega-dropdown-menu > li > div > ul > li > ul > li > a {
                display: block;
                color: #ffffff;
                padding: 20px 0;
                min-width: 100px;
                word-wrap: break-word;
            }

            .mega-dropdown-menu > li > div > ul > li > div {
                font-weight: normal;
                margin-bottom: 0;
                padding: 12px 0;
                cursor: pointer;
                color: #ffffff;
            }

.div-focus-svg {
    float: left;
    margin-right: 10px;
    cursor: pointer;
}

.mega-dropdown-menu > li > div > ul > li > ul > li > label > span {
    color: #ffffff;
    margin-left: 10px;
}

.mega-dropdown-menu > li > div > ul > li > div > span:hover {
    color: #46acb9 !important;
    padding: 20px 0 2px 0;
    margin-bottom: 20px;
}

.mega-dropdown-menu > li > div > ul > li > ul > li > a > span {
    padding-left: 20px;
}

.mega-dropdown-menu > li > div > ul > li > a > span:hover {
    color: #46acb9 !important;
    padding: 20px 0 0 0;
    margin-bottom: 20px;
}

.mega-dropdown-menu > li > div > ul > li > ul > li > a > span:hover {
    color: #46acb9 !important;
    padding: 20px;
    margin-bottom: 20px;
}

.mega-sub-menu {
    display: none;
}

.mega-dropdown-menu > li > div > h2 {
    font-size: 25px;
    font-weight: 300;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.63;
    letter-spacing: -0.7px;
    text-align: left;
    color: #ffffff;
    margin-top: 0;
}

.mega-menu-list_divider {
    border-left-color: #737373;
    border-left-style: solid;
    border-left-width: 2px;
}


.menu-roadmap-checkbox_wrapper {
    padding-top: 10px;
}

.menu-roadmap-checkbox {
    display: none;
}

.sub-mega-menu-svg {
    fill: #404040;
    fill-opacity: 0.95;
    fill-rule: evenodd;
}

.dropdown-submenu:hover .sub-mega-menu-svg,
.dropdown-submenu > svg:hover,
.svg-sub-mega-menu-on {
    fill: #fff;
    fill-rule: evenodd;
    cursor: pointer;
}

.menu-roadmap-checkbox + label .icon-on {
    display: none;
}

.menu-roadmap-checkbox:checked + label .icon-on {
    display: inline-block;
}

.menu-roadmap-checkbox:checked + label .icon-off {
    display: none;
}

.menu-roadmap-checkbox + label > svg {
    vertical-align: middle;
    cursor: pointer;
}

.dropdown-submenu .sub-menu-ul {
    background-color: #404040;
    opacity: 0.95;
    background-clip: unset;
    border: none;
    -webkit-box-shadow: unset;
    box-shadow: unset;
    margin-top: 5px;
}

    .dropdown-submenu .sub-menu-ul > li {
        margin-bottom: 20px;
    }

        .dropdown-submenu .sub-menu-ul > li > a {
            color: #ffffff;
        }

            .dropdown-submenu .sub-menu-ul > li > a:hover {
                color: #46acb9 !important;
                background-color: unset;
            }

/*End of Mega Menu*/

.dashboard-panel .dashboardAchievementsImage {
    max-width: 140px;
}

@media (min-width: 768px) {

    /*Mega Menu*/

    .mega-menu-focus {
        float: left !important;
    }

    .mega-dropdown-menu > li > div.mega-menu-profile {
        margin-top: 0;
        padding-right: 110px;
    }

    .mega-menu-content {
        margin-right: 180px;
    }

    /*End of Mega Menu*/

    .developme-menu-position {
        position: relative;
    }

    #navbar-collapse3 {
        float: left;
        margin-top: 26px;
    }

    .developme-menu-container .logo-developMe {
        margin: 30px 10px 0px 40px;
    }

    .icon_avatar_circle {
        display: inline-block;
        object-fit: contain;
        text-align: center;
        position: relative;
        vertical-align: middle;
    }

        .icon_avatar_circle.larger {
            width: 50px;
            height: 50px;
        }

        .icon_avatar_circle svg path {
            fill: #46acb9;
        }

        .icon_avatar_circle .profile-initials {
            position: absolute;
            top: 2px;
            right: 0;
        }

        .icon_avatar_circle .developme-profile-initials {
            position: absolute;
            top: 1px;
            right: 0;
        }

    .developme-menu-right {
        padding: 30px 8px 8px 8px;
    }


    #dmProfileMenu .dropdown-submenu.pull-left > .dropdown-menu {
        left: -165px;
    }
}

@media (max-width: 768px) {

    /*Mega Menu*/

    .mega-menu_focusOneRoadmap {
        display: none;
    }

    .dropdown-submenu .sub-menu-ul {
        left: 0px;
        margin-top: 40px !important;
    }

    .menu-quotes-container {
        max-width: 220px;
        margin-top: -20px;
    }

    .mega-menu-quotes {
        margin-right: 0 !important;
        padding-left: 0 !important;
    }

    .mega-menu-content {
        margin-right: 18px !important;
    }

    .mega-menu-focus {
        padding-left: 18px !important;
        margin-right: 60px !important;
    }


    .mega-dropdown-menu > li > div.mega-menu-profile {
        margin-top: 20px;
        padding-right: 110px;
    }

    /*End of Mega Menu*/

    .profile-focus_entry {
        height: 180px;
    }

    .achievement-item {
        width: 30%;
    }

    .badgeTitle {
        font-size: 18px;
        word-break: break-word;
    }

    .badgeTitleUnearned {
        font-size: 18px;
        word-break: break-word;
    }

    .developme-menu-position {
        position: relative;
    }

    .employee-assessment_score--hidden {
        display: none;
    }

    .developme-menu-container #navbar-collapse3 {
        clear: left;
        padding-left: 0px;
    }

    .developme-menu-container .logo-developMe {
        margin: 10px 0px 0px 10px;
    }

    .icon_avatar_circle {
        display: inline-block;
        width: 40px;
        height: 40px;
        object-fit: contain;
        text-align: center;
    }

    .developme-menu-right {
        padding: 8px;
    }

    .navbar {
        margin-bottom: 0px;
    }

    #dmProfileMenu {
        min-width: 90px;
    }

        #dmProfileMenu .dropdown-menu {
            width: 120px;
            min-width: 120px;
        }

        #dmProfileMenu .dropdown-submenu.pull-left > .dropdown-menu {
            left: -115px;
        }

    .profile-focus svg {
        width: 128px;
        height: 128px;
    }

    .employee-rating_summary {
        padding-left: 0;
        padding-right: 0;
    }

    .employee-assessment_score {
        font-size: 16px;
    }
}



.developme-menu-container ul li {
    list-style-type: none;
    padding: 5px 10px;
    line-height: 40px;
}

.developme-menu-container .icon_search {
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.developme-menu-link.search:hover {
    border-bottom: 0px none;
}



.developme-profile-name {
    height: 20px;
    font-family: Open Sans;
    font-size: 20px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 0.85;
    letter-spacing: normal;
    text-align: right;
    color: #a4a4a4;
    padding-left: 5px;
}

.developme-profile-initials {
    font-family: Open Sans;
    font-size: 20px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 39px;
    letter-spacing: normal;
    text-align: center;
    color: #ffffff;
    width: 40px;
}


/* Expandable Search */
#expandableSearch input[type=search] {
    background-image: url('/Content/Images/developMe/icon-search.svg');
    background-repeat: no-repeat;
    background-position: 5px 8px;
    padding-left: 10px;
    color: transparent;
    cursor: pointer;
    -webkit-appearance: textfield;
    font-family: Open Sans;
    font-size: 20px;
    border: 0px none;
    padding: 5px;
    width: 50px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
    -webkit-border-radius: 5em;
    -moz-border-radius: 5em;
}

    #expandableSearch input[type=search]:focus {
        width: 250px !important;
        padding-left: 32px;
        color: #000;
        background-color: #fff;
        cursor: auto;
        width: 130px;
        border-color: #66CC75;
        border: solid 1px #ccc;
        font-family: Open Sans;
        font-size: 20px;
        border: solid 1px #ccc !important;
        -webkit-border-radius: 5em;
        -moz-border-radius: 5em;
    }

#expandableSearch input:-moz-placeholder {
    color: transparent;
}

#expandableSearch input::-webkit-input-placeholder {
    color: transparent;
}

#expandableSearch input {
    outline: none;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
    display: none;
}


.background-grey {
    background-color: #f0f0f0;
}

.dashboard-header-button {
    font-size: 20px;
    padding: 5px 25px 5px 25px;
}

.dashboard-header-text, .dashboard-header-text p {
    color: #808080;
    font-size: 18px;
    letter-spacing: -0.4px;
}

    .dashboard-header-text h1,
    .dashboard-header-text h2,
    .dashboard-header-text h3,
    .dashboard-header-text h4 {
        color: #595959;
        font-weight: 400;
        margin: 20px 0;
        font-size: 35px;
        letter-spacing: -0.7px;
    }

    .dashboard-header-text:after {
        border-top: 40px solid #ffffff;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -40px;
        width: 0;
        height: 0;
    }

.dashboard-panel {
    position: relative;
    min-height: 545px;
    border-radius: 10px;
}

.dashboard-panel-header {
    margin: auto auto;
    font-size: 30px;
    color: #808080;
}

    .dashboard-panel-header div {
        text-align: center;
    }

.dashboard-panel-icon {
    padding-top: 30px;
    margin: auto 0;
    text-align: center;
}

.dashboard-panel-desc {
    font-size: 18px;
    color: #808080;
    padding: 10px 0;
    text-align: center;
}

    .dashboard-panel-desc div {
        margin: auto 0;
        text-align: center;
    }

.dashboard-panel-button {
    margin: auto 0;
    text-align: center;
    position: relative;
    margin-top: 45px;
}

.dashboard-panel .action-plan_action {
    background-color: #f0f0f0;
}

.dashboard-panel .actionButton path {
    fill: rgb(204,204,204);
    opacity: 1;
}

.grey-button {
    width: 260px;
    margin: 5px auto;
    padding: 10px 10px;
    border: 2px solid #a6a6a6;
    border-radius: 50px;
    font-size: 18px;
    line-height: 17px;
    text-align: center;
    color: #a6a6a6;
    text-transform: capitalize;
}

.dashboard-panel .dashboardRow {
    height: 140px;
    border-top: solid 2px #f0f0f0;
    padding: 10px;
}

.dashboard-panel .badgeIcon {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: auto;
}

.dashboard-panel .dashboardRowText {
    font-size: 18px;
    color: #808080;
    margin-top: 25px;
}

.results-recommendation-banner {
    width: 100%;
    height: 300px;
    padding: 0;
    overflow: hidden;
    background-image: url(/Content/Images/developMe/picture-assessment.png);
    background-size: cover;
    background-position: right;
}

.results-recommendation .section-recommendation-area .recommendation-area-title,
.results-recommendation .section-recommendation-change-map .recommendation-area-title {
    line-height: 27px;
    font-family: Open Sans;
    font-size: 35px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: -0.7px;
    text-align: left;
    color: #595959;
}

.bar_header_progress_off {
    max-width: 1120px;
    height: 10px;
    object-fit: contain;
    background-color: #e0e0e0;
}

.bar_header_progress_on {
    max-width: 1120px;
    height: 10px;
    object-fit: contain;
}

.results-recommendation .result-banner_header-text {
    display: block;
    /*font-family: Open Sans;*/
    font-size: 60px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: -1.2px;
    text-align: left;
    color: #ffffff;
}

.results-recommendation .result-banner_title {
    display: inline;
    /*font-family: Open Sans;*/
    font-size: 35px;
    font-weight: 600;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.11;
    letter-spacing: -0.7px;
    text-align: left;
    color: #ffffff;
}

.section-recommendation-area,
.results-recommendation-panel {
    padding-right: 15px;
    padding-left: 15px;
}

.results-recommendation .section-recommendation-area .recommendation-area-content,
.results-recommendation .section-recommendation-change-map .recommendation-area-content {
    margin: 20px 0 50px 0;
}

    .results-recommendation .section-recommendation-area .recommendation-area-content p,
    .results-recommendation .section-recommendation-change-map .recommendation-area-content p {
        font-family: Open Sans;
        font-size: 18px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.22;
        letter-spacing: -0.4px;
        text-align: left;
        color: #808080;
    }

.recommendation-result-box {
    background-color: #fff !important;
    object-fit: contain;
    border: 2px solid #e6e6e6;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 1px 21px 0 rgba(0, 0, 0, 0.1);
    overflow: hidden;
    margin-bottom: 50px;
}

.section-recommendation-area {
    margin-bottom: 50px;
}

.recommendation-btn {
    border: 1px solid transparent;
    border-radius: 45px;
    color: #fff;
    line-height: 26px;
    height: 40px;
    cursor: pointer;
    font-size: 16px;
    letter-spacing: -0.3px;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    padding-top: 5px;
    max-width: 280px;
}

.recommendation-action-box {
    padding: 35px 0px;
    color: #fff;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}

    .recommendation-action-box h4 {
        font-family: Open Sans;
        font-size: 22px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: -0.4px;
        text-align: left;
        color: #ffffff;
    }

    .recommendation-action-box p {
        font-family: Open Sans;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: left;
        color: #fffefe;
    }

.recommendation-box {
    padding: 35px 0;
    font-size: 22px;
    letter-spacing: -0.4px;
    line-height: 22px;
    word-wrap: break-word;
}

.qa-action-items-padding {
    margin-left: 15px;
    margin-right: 15px;
}

.recommendation-boxes:nth-child(1) .recommendation-box {
    border-right: 2px solid #e6e6e6;
}

.recommendation-boxes:nth-child(2) .recommendation-box {
    position: absolute;
    left: 33.33333%;
    border-right: 2px solid #e6e6e6;
}

.recommendation-boxes:nth-child(3) .recommendation-box {
    position: absolute;
    left: 66.6666%;
}

.recommendation-boxes h3 {
    margin-bottom: 30px;
}

.recommendation-result-box.change-map {
    margin-bottom: 40px;
}

.recommendation-box.selected:after {
    border-top: 40px solid #fff;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    bottom: -40px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 0;
    height: 0;
    z-index: 999;
}

.recommendation-action-box p.ques-id, .recommendation-action-box p.ques-text, .recommendation-action-box p.ans-text {
    font-family: Open Sans;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.07;
    letter-spacing: normal;
    text-align: left;
    color: #ffffff;
    margin: 0;
}

.recommendation-action-box p.ques-text {
    font-size: 14px;
    line-height: 1.21;
}

.recommendation-action-box p.ans-text {
    font-size: 14px;
    font-weight: bold;
    line-height: 1.07;
}

/*print styles*/

.inline-block {
    display: inline-block;
}

.parentTable {
    display: table;
}

.parentDiv {
    display: table;
}

.childDiv {
    display: table-cell;
}

.print-width-recommendation-boxes-3 {
    width: 33.33333%;
    float: left;
}

.print-width-recommendation-boxes-2 {
    width: 50%;
    float: left;
}

.print-width-recommendation-boxes-1 {
    width: 100%;
}

.print-portrait {
    font-family: 'Open sans', sans-serif;
    margin: 0 auto;
    width: 790px;
    text-align: center;
    display: block;
}

.print-landscape {
    font-family: 'Open sans', sans-serif;
    margin: 0 auto;
    width: 1120px;
    text-align: center;
    display: block;
}

.recommendation-graph-border-bottom-print {
    overflow: hidden;
    border-bottom-color: #f0f0f0;
    border-bottom-style: solid;
    border-bottom-width: thin;
    text-align: center;
}

.recommendation-graph-text-print {
    font-family: 'Open sans', sans-serif;
    font-size: 13px;
    color: #808080;
    font-weight: 500;
}

.recommendation-graph-text-height {
    height: 45px;
}

.recommendation-area-title-print {
    font-family: 'Open sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #808080;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}

.recommendation-result-box-print {
    background-color: #fff !important;
    object-fit: contain;
    background-color: #ffffff;
    overflow: hidden;
}

.initiative-banner-print {
    width: 100%;
    height: 250px;
    padding: 0;
    overflow: hidden;
    background-size: cover;
    background-position: right center;
}

    .initiative-banner-print:before, .results-recommendation-banner:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 40%;
        z-index: 1;
        background: -moz-linear-gradient(left, #2d93a1 40%, rgba(70, 172, 185, 0) 100%);
        background: -webkit-linear-gradient(left, #2d93a1 40%, rgba(70, 172, 185, 0) 100%);
        background: linear-gradient(to right, #2d93a1 40%, rgba(70, 172, 185, 0) 100%);
    }


.initiative-banner-print_header {
    max-width: 1120px;
    width: 85%;
    margin: 0 auto;
    height: 100%;
    z-index: 2;
    position: relative;
    color: #ffffff;
    font-size: 30px;
    font-weight: 600;
    line-height: 40px;
    letter-spacing: normal;
    text-align: left;
    text-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1), 1px -1px 10px rgba(0, 0, 0, 0.1), -1px 1px 10px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(0, 0, 0, 0.1);
}

.actions-results-print {
    display: inline-flex;
    width: 100%;
    padding: 5px 5px 5px 5px;
}

.actions-results-background-print {
    background-color: #f0f0f0;
}

.action-questions-margin-print {
    margin-bottom: 30px;
}

.action-plan_action-display-print-ID {
    display: inline-block;
    width: 5%;
}

.action-plan_action-display-print-description {
    display: inline-block;
    width: 95%;
}

.action-items_items-print, .results-actions_items-print {
    list-style-type: none;
    padding: 0;
}

    .action-items_items-print > li, .results-actions_items-print > li {
        display: block;
        text-align: left;
    }

    .results-actions_items-print p {
        margin: 0px;
    }

.recommendation-area-text-print {
    font-size: 14px;
    text-align: left;
}

    .recommendation-area-text-print p {
        font-size: 14px;
        text-align: left;
        color: #808080;
    }

.results-actions_items-print .action-plan_action-print-ID {
    font-size: 13px;
    text-align: left;
    color: #808080;
    vertical-align: middle;
    padding-right: 5px;
    float: left;
    font-weight: 600;
}

.results-actions_items-print .initiative-action-plan_action-print-ID {
    font-size: 13px;
    text-align: left;
    color: #808080;
    vertical-align: middle;
    padding-right: 5px;
    float: left;
    font-weight: 600;
    width: 100%;
}

.results-actions_items-print .action-plan_action-print-description {
    font-size: 12px;
    letter-spacing: normal;
    float: left;
    color: #808080;
    margin: 0;
    vertical-align: middle;
    font-family: Open Sans;
}

.results-actions_items-print .action-plan_action-print-description-bold {
    font-size: 12px;
    letter-spacing: normal;
    text-align: left;
    color: #808080;
    margin: 0;
    vertical-align: middle;
    font-weight: 600;
    font-family: Open Sans;
}

.results-actions-padding-print {
    padding: 0.1em 1em 0.1em 0em;
    text-align: left;
}

.action-plan_action-print,
.action-plan_completed-action-print {
    padding: 0.5em 0em 0.5em 0.5em;
    margin: 0.5em 0;
    position: relative;
}

.recommendation-question-box-print {
    text-align: left;
    padding: 0px 0px;
}

    .recommendation-question-box-print p {
        font-family: Open Sans;
        font-size: 14px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        line-height: 1.21;
        letter-spacing: normal;
        text-align: left;
    }


        .recommendation-question-box-print p.ques-id, .recommendation-question-box-print p.ques-text, .recommendation-question-box-print p.ans-text {
            font-family: Open Sans;
            font-size: 20px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.07;
            letter-spacing: normal;
            text-align: left;
            color: #808080;
            margin: 0;
            background-color: #ffffff;
        }

        .recommendation-question-box-print p.ques-text {
            font-size: 14px;
            line-height: 1.21;
        }

        .recommendation-question-box-print p.ans-text {
            font-size: 14px;
            font-weight: bold;
            line-height: 1.07;
        }

.recommendation-action-box-print {
    padding: 0px 0px;
}

    .recommendation-action-box-print p {
        font-family: Open Sans;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: left;
        color: #808080;
        padding-right: 1em;
    }


        .recommendation-action-box-print p.ques-id, .recommendation-action-box-print p.ques-text, .recommendation-action-box-print p.ans-text {
            font-family: Open Sans;
            font-size: 13px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.07;
            letter-spacing: normal;
            text-align: left;
            color: #808080;
            margin: 0;
            background-color: #ffffff;
        }

        .recommendation-action-box-print p.ques-text {
            font-size: 13px;
            line-height: 1.21;
        }

        .recommendation-action-box-print p.ans-text {
            font-size: 13px;
            font-weight: bold;
            line-height: 1.07;
        }

    .recommendation-action-box-print ul {
        font-family: Open Sans;
        font-size: 13px;
        font-weight: normal;
        font-style: normal;
        font-stretch: normal;
        letter-spacing: normal;
        text-align: left;
        color: #808080;
        padding-left: 2em;
        padding-right: 1em;
    }

.recommendation-action-box-print-RatingDesc {
    background-color: #ffffff !important;
    color: #808080 !important;
    font-size: 14px;
}

    .recommendation-action-box-print-RatingDesc span {
        font-size: 14px;
    }


.recommendation-box-print-bottom {
    border-bottom: 2px solid #e6e6e6;
}


.recommendation-box-print {
    padding: 35px 0px;
    font-size: 22px;
    letter-spacing: -0.4px;
    line-height: 22px;
}

.recommendation-boxes-print:nth-child(1) .recommendation-box-print {
    border-right: 2px solid #e6e6e6;
}

.recommendation-boxes-print:nth-child(2) .recommendation-box-print {
    position: absolute;
    left: 33.33333%;
    border-right: 2px solid #e6e6e6;
}

.recommendation-boxes-print:nth-child(3) .recommendation-box-print {
    position: absolute;
    left: 66.6666%;
}

.recommendation-box-print.selected:after {
    border-top: 40px solid #fff;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    bottom: -40px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -40px;
    width: 0;
    height: 0;
    z-index: 999;
}

.commstyles-values-results-list-print {
    font-size: 13px;
    letter-spacing: normal;
    text-align: center;
    color: #808080;
    margin-top: 15px;
}

.commstyles-title-print {
    font-family: 'Open sans', sans-serif;
    font-size: 14px;
    font-style: normal;
    font-stretch: normal;
    line-height: 1;
    letter-spacing: normal;
    text-align: left;
    color: #808080;
    margin-top: 20px;
    margin-bottom: 10px;
    font-weight: 600;
}


.commstyles-description-print {
    font-size: 14px;
    text-align: left;
    color: #808080;
    padding-bottom: 20px;
}

.initiative-action-items-print {
    display: inline-block;
    width: 100%;
    padding: 10px 10px 10px 10px;
    background-color: #f0f0f0;
}

.commstyles-icon-title-print {
    font-size: 14px;
    color: #53bfcd;
    text-align: center;
    margin-top: 15px;
}

.commstyles-icon-title-comparison-print {
    font-size: 14px;
    color: #53bfcd;
    text-align: center;
    font-weight: 600;
}

.commstyles-icon-title-off-results-print {
    font-size: 14px;
    color: #5b5b5b;
    text-align: center;
    margin-top: 15px;
}

.commstyles-recommendation-results-description-print {
    text-align: center;
    padding: 20px 5px 40px 5px;
    font-size: 14px;
}

.commstyles-icon-results-container-print {
    height: 340px;
    position: relative;
}

    .commstyles-icon-results-container-print div {
        width: 100%;
        text-align: center;
        bottom: 0px;
    }

.commstyles-questions-print {
    width: 50%;
    display: inline;
}

.panel-print {
    border-color: #ddd;
    border-style: solid;
    border-width: thin;
    margin-bottom: 20px;
    display: table;
}

.commstyles-recommendation-result-print {
    position: relative;
    width: 100%;
    display: inline-table;
    vertical-align: top;
}

.commstyles-icon-container-results-print {
    height: 180px;
    position: relative;
    text-align: center;
}

.commstyles-icon-position-print {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.commstyles-results-print {
    color: #808080;
    width: 50%;
    margin-bottom: 30px;
    object-fit: contain;
    display: inline-block;
    margin-top: 60px;
}

.commstyles-list-questions-container-print {
    text-align: left;
    margin-left: 20px;
    font-size: 14px;
    width: 100%;
    vertical-align: top;
    overflow: hidden;
}

.commstyles-list-questions-column-print {
    display: inline-block;
    width: 47%;
    vertical-align: top;
    margin-right: 5px;
}

.commstyles-list-questions-row-print {
    display: inline-block;
    width: 50%;
    word-wrap: break-word;
}

.commstyles-results-img-size-print {
    width: 120px;
}

.commstyles-comparison-25-print {
    width: 25%;
    float: left;
}

.commstyles-comparison-50-print {
    width: 50%;
    float: left;
}

.commstyles-result-title-print {
    display: inline-block;
    font-weight: bold;
}

.commstyles-recommendation-results-description2 {
    margin-bottom: 20px;
}

.workvalues-results-print {
    color: #808080;
    width: 50%;
    object-fit: contain;
    display: inline-block;
    vertical-align: top;
    margin-top: 50px;
}


.workvalues-results-first-print {
    height: 500px;
}

.workvalues-results-second-print {
    margin-top: 0;
    height: 450px;
}

.workvalues-results-third-print {
    margin-top: 0;
    height: 400px;
}

.workvalues-recommendation-result-print {
    position: relative;
    width: 100%;
}

.employee-report-print {
    margin: 40px 20px 80px 20px;
    background-color: #ffffff;
}

.employee-report_details-print {
    text-align: left;
}

.recommendation-action-print {
    margin: 0.5em 0;
    position: relative;
    background: #f0f0f0;
    line-height: 17px;
    letter-spacing: normal;
    color: #808080;
}

.employee-report-score_container-print {
    border-bottom: 2px solid #e6e6e6;
}

.employee-report-score-item-print {
    width: 49%;
    display: inline-block;
    vertical-align: top;
    margin-top: 20px;
    color: #808080;
}

.employee-details_name-print {
    font-size: 14px;
    font-weight: 600;
    letter-spacing: normal;
    color: #46acb9;
}

.employee-details_date-print {
    font-size: 14px;
    letter-spacing: normal;
    color: #808080;
}

.recommendation-action-bottom-print {
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.inline-block {
    display: inline-block;
}

.talentsort-results-print {
    color: #808080;
    width: 50%;
    object-fit: contain;
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
}

.row-print {
    min-height: 100px;
    text-align: center;
}

.result-second-section-print {
    margin-bottom: 10px;
    padding: 0 10px;
}


.report-chart_prompt-container-print {
    margin: 0;
    padding: 10px 0 0 0;
    max-width: none;
    width: initial;
}

.report-chart_prompt-box-print {
    width: 455px;
    box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    min-height: 180px;
}

.report-chart-key_prompt-box-print {
    width: 150px;
    box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
}


.report-chart_prompt-image-container-print {
    position: relative;
    min-height: 50px;
    overflow: hidden;
    text-align: center;
    border-radius: 10px;
    border-bottom: solid 1px #e6e6e6;
}

.report-chart_prompt-list-print {
    list-style-type: none;
    margin: 0 auto;
    padding: 0 10px 0 10px;
    margin-top: 40px;
    text-align: center;
}

.report-chart_prompt-name-print {
    position: absolute;
    left: 0;
    right: 0;
    padding: 0 20px;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    line-height: 50px;
    color: #808080;
}

.report-chart_prompt-comment_label-print {
    font-weight: bold;
    margin-right: 5px;
}

.report-chart_prompt-comments-print {
    position: relative;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    background: #ffffff;
    color: #808080;
    padding: 10px;
    font-size: 14px;
}


.report-chart_prompt-comment-print {
    display: block;
    margin: 6px 0;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.4px;
    text-align: left;
    color: #808080;
    white-space: normal;
    word-wrap: break-word;
}

.report-chart_prompt-comment-print--wrap {
    white-space: normal;
}

.report-chart_legend-container-print {
    margin-bottom: 50px;
    margin: 0 auto;
    width: 100%;
}

.report-chart_legend-print {
    font-size: 14px;
    font-weight: bold;
    letter-spacing: -0.4px;
    color: #808080;
    position: relative;
    text-align: left;
}

.results-panel-print {
    padding: 10px 0;
    background: #e6e6e6;
    width: 1420px;
}

.report-chart_prompt-print {
    position: relative;
    z-index: 0;
    display: inline-block;
    vertical-align: top;
    width: 450px;
    margin-right: 20px;
    border-radius: 10px;
    margin-bottom: 10px;
    margin: auto 0;
}

.pageBreakAvoid {
    page-break-inside: avoid;
}

.pageBreakInsideAuto {
    page-break-inside: auto;
}

.pageBreakBeforeAlways {
    page-break-before: always;
}

.pageBreakAfterAlways {
    page-break-after: always;
}

.pageBreakAfterAuto {
    page-break-after: auto;
}

.results-recommendation-clear-print {
    clear: both;
    display: block;
}

.displayBlock {
    display: block;
}

.displayInline {
    display: inline;
}

/*end print styles*/

.achievement-container {
    margin-top: 50px;
    margin-bottom: 30px;
}

.achievement-item {
    width: 270px;
    height: 290px;
    border-radius: 10px;
    background-color: #fff;
    margin: 10px;
    overflow: hidden;
}

.achievement-item-container {
    position: relative;
}

.assessment-report-summary {
    color: #595959;
}

.assessment-report-summary-section {
    margin-top: 50px;
    overflow: hidden;
}

.assessment-report-summary_no-reports {
    margin-bottom: 400px;
}

.modal-body.user-assessment-delete {
    min-height: 250px;
    max-width: 600px;
}

.assessment-report_option-panel {
    height: 70px;
    position: absolute;
    bottom: -10px;
    left: 0;
    padding: inherit;
}

.assessment-report__overview {
    background: #ffffff;
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
    height: 100%;
    font-size: 1px;
}

    .assessment-report__overview h5 {
        color: #92c83e;
        font-size: 14px;
        font-weight: bold;
    }

    .assessment-report__overview h4 {
        font-size: 20px;
        color: #595959;
        font-weight: bold;
    }

    .assessment-report__overview p {
        color: #595959;
    }

.assessment-report-summary-section h2 {
    margin-left: 15px;
    font-weight: 400;
}

.assessment-report__report {
    background-color: #f2f2f2;
    border-radius: 10px;
    margin: 1em 0;
    box-shadow: 0 1px 21px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(0,0,0,0.1);
    position: relative;
    padding-bottom: 4.5em;
}

.assessment-report__thumbnail-link {
    background: #fff;
}

.assessment-report-option-icons {
    margin-left: 25%;
    margin-right: 25%;
    margin-top: 10px;
}

.report-view:hover svg path[fill="#BFBFBF"],
.report-remove:hover svg path[fill="#BFBFBF"] {
    fill: #92c83e;
}

.report-remove {
    float: right;
    cursor: pointer;
}

/* thumbnail uses this trick to enforce a square sized image even when image is not loadad:
    http://stackoverflow.com/a/6615994/1860652 */
.assessment-report__thumbnail-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

    .assessment-report__thumbnail-container::after {
        content: "";
        display: block;
        padding-top: 100%; /* 100% of width..! */
        background-color: #92c83e;
        border-radius: 10px 10px 0 0;
    }

.assessment-report__thumbnail {
    width: 100%;
    position: absolute;
    z-index: 1;
}

.badgePanelBottom {
    position: absolute;
    top: 160px;
    height: 140px;
    margin-left: -15px;
    margin-right: -15px;
    background-color: #404040;
    padding: 10px 20px 10px 20px;
    width: 120%;
}

.badgeImage {
    position: absolute;
    top: 35px;
    width: 100%;
    text-align: center;
}

    .badgeImage img {
        height: 100px;
    }

.badgeTitle {
    font-size: 22px;
    color: #fff;
}

.badgeDesc {
    font-size: 13px;
    color: #bfbfbf;
}

.badgeTextUnearned {
    position: absolute;
    top: 85px;
}

.badgeTitleUnearned {
    font-size: 22px;
    color: #595959;
}

.badgeDescUnearned {
    font-size: 13px;
    color: #595959;
}


.dm-summary-items {
    margin-bottom: 50px;
}

.results-actions_items p {
    margin: 0px;
}

.results-actions_items .action-plan_action-ID {
    font-size: 30px;
    text-align: left;
    color: #595959;
    vertical-align: middle;
    padding-right: 10px;
}

.results-actions_items .action-plan_action-description {
    font-size: 14px;
    letter-spacing: -0.3px;
    text-align: left;
    color: #808080;
    margin: 0;
    vertical-align: middle;
}


.print_button-btn {
    background-color: #92c83e;
    border-radius: 50px;
    color: white;
    padding: 0.5em 1.5em;
    margin: 0px 20px 0px 0px;
}

    .print_button-btn:hover {
        color: #ffffff;
        background-color: #46acb9;
    }

.print_button .button-container {
    padding-top: 20px;
}

.button-container {
    float: right;
}

.assessment_rating-key .key-container {
    padding-top: 50px;
}

.key-container {
    float: right;
}

.assessment-legend {
    display: inline;
    text-align: center;
    padding: 0 20px 0 0;
    display: inline-block;
    vertical-align: middle;
    color: #808080;
    font-size: 18px;
    line-height: 17px;
    max-height: 65px;
}

    .assessment-legend svg {
        display: inline-block;
        vertical-align: middle;
    }

.assessment-key-icon {
    padding: 0 20px 0 0;
    display: inline-block;
}

.assessment-legend span {
    line-height: 100px;
    display: inline-block;
    vertical-align: middle;
}

#popoverDevelopMe {
    position: absolute;
    width: 300px;
    color: #808080;
}

    #popoverDevelopMe .popoverTitle {
        font-size: 24px;
        font-weight: bold;
        color: #46acb9;
    }

    #popoverDevelopMe .popoverContent {
        margin-top: 4px;
        margin-bottom: 6px;
    }

    #popoverDevelopMe .popoverButton {
        text-align: center;
    }

#RoadmapZoneNumberAnchor {
    position: absolute;
    left: 25px;
    top: 60px;
    width: 30px;
    height: 0px;
}

#AssessmentReportAnchor {
    position: relative;
    top: 250px;
    height: 0px;
}

/*.focus-selection-body .options-button.active {
    border: 1px solid #008000;
}*/

/* Communication Styles Styles*/

.commstyles-selected {
    fill: #46acb9;
}

.commstyles-unselected {
    fill: #595959;
}

.commstyles-results_content {
    margin: 0 auto;
    max-width: 1120px;
    width: 100%;
}

.commstyles-recommendation-results-description {
    margin-top: 20px;
    padding-bottom: 80px;
    text-align: center;
}

.commstyles-recommendation-results-description2 {
    text-align: center;
    margin-top: 20px;
}

.commstyles-icon-centered {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}

.commstyles-values-result-container {
    overflow: hidden;
    padding: 12px 10px;
    border-radius: 10px;
    height: 700px;
    background: #ffffff;
    width: 546px;
    object-fit: contain;
    box-shadow: 0px 1px 21px 0 rgba(0, 0, 0, 0.1);
    margin: 15px;
}

.commstyles-values-recommendation-results-container {
    overflow: hidden;
    padding: 50px 15px;
    border-radius: 10px;
    height: 800px;
    background: #ffffff;
    /*width: 546px;*/
    object-fit: contain;
    box-shadow: 0px 1px 21px 0 rgba(0, 0, 0, 0.1);
    margin: 15px;
}


.commstyles-icon-container {
    height: 250px;
    position: relative;
}

    .commstyles-icon-container div {
        width: 100%;
        text-align: center;
        position: absolute;
        bottom: 0px;
    }

.commstyles-icon-results-container {
    height: 360px;
    position: relative;
}

    .commstyles-icon-results-container div {
        width: 100%;
        text-align: center;
        bottom: 0px;
    }


.commstyles-icon-title {
    font-size: 35px;
    line-height: 37px;
    color: #53bfcd;
    text-align: center;
    padding-top: 6px;
}

.commstyles-icon-title-off {
    font-size: 35px;
    line-height: 37px;
    color: #a6a6a6;
    text-align: center;
    padding-top: 6px;
}

.commstyles-icon-title-off-results {
    font-size: 35px;
    line-height: 37px;
    color: #5b5b5b;
    text-align: center;
    padding-top: 6px;
}

.commstyles-recommendation-result {
    position: relative;
    width: 100%;
}

.commstyles-result-title {
    display: inline-block;
}

.commstyles-result-percentage {
    font-weight: bold;
    display: inline;
}

.commstyles-icon-desc {
    font-size: 18px;
    line-height: 22px;
    color: #808080;
    text-align: center;
}

.commstyles-colleague-name {
    width: 180px;
    text-align: center;
    border-bottom-style: solid;
    border-bottom-color: #ccc;
    border-bottom-width: 3px;
    font-size: 18px;
    color: #595959;
    line-height: 26px;
    margin: auto auto;
}

.commstyles-colleague-name-invalid {
    border-bottom-color: #a94442;
}

.commstyles-colleague-name input::placeholder {
    color: #ccc;
}

.commstyles-colleague-name input {
    width: 180px;
    border-style: none;
    text-align: center;
}

.commstyles-addTeamMember {
    font-size: 18px;
    line-height: 1.44;
    font-size: 18px;
    line-height: 1.44;
    padding-bottom: 6px;
}

.commstyles-rnd-panel {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 1;
    background-color: #fff;
}

.commstyles-icon-container-results {
    height: 230px;
    position: relative;
}

.commstyles-icon-position {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
}

.commstyles-list-questions-container {
    text-align: left;
    margin-left: 25px;
}

.commstyles-questions {
    width: 50%;
}

.commstyles-description {
    display: inline;
}

.commstyles-description-bold {
    font-weight: bold;
}

.commstyles-value-selected {
    font-weight: bold;
}

.commstyles-value-selected-max {
    color: #53bfcd;
}

.commstyles-value-selected-min {
    color: #808080;
}

.commstyles-slider {
    width: 200px;
}

.text_bubble_position {
    position: absolute;
    top: 34%;
    left: 0;
    width: 100%;
    font-size: 20px;
    text-align: center;
    color: #ffffff;
    padding: 0 50px 0 50px;
}

.img_cursor {
    cursor: pointer;
}


.boolean_prompt__bubble-container {
    position: relative;
    display: inline-block;
    width: 100%;
}

.boolean_prompt__bubble {
    z-index: 1;
}

.boolean_prompt_answers {
    height: 200px;
    position: relative;
}

.profile-settings-title {
    padding-top: 15px;
    padding-left: 30px;
}

.toggle-switch_developme {
    border-radius: 50px;
    border-color: #ccc;
}

    .toggle-switch_developme .switch-left {
        color: #fff;
        background: #46acb9 !important;
    }

/*--Media Queries Only Below this point*/

@media (max-width: 1625px) {

    /*Mega Menu*/

    .menu-quotes-container {
        max-width: 750px;
    }

    .mega-menu-content {
        margin-right: 60px;
    }

    /*End of Mega Menu*/

    .initiative-panel {
        padding: 0;
    }

    .initiative-nav {
        overflow: hidden;
        height: 110px;
        width: 65%;
        margin: 0 auto;
        padding: 15px 0;
    }

    .initiative-panel_media-wrapper .initiative-nav_controls,
    .initiative-nav_controls {
        float: left;
        position: relative;
        top: 0;
        margin-top: 40px;
        max-width: 50%;
        width: 50%;
    }

    .prompt,
    .prompt_answers {
        height: 350px;
    }

    .work-values-answer-bottom {
        padding: 50px 30px 50px;
    }

    .work-values_slider .slider-handle {
        height: 25px;
        width: 25px;
        margin-top: -5px;
    }
}

@media (max-width: 1450px) {

    /*Mega Menu*/

    .menu-quotes-container {
        max-width: 520px;
    }

    .mega-menu-quotes {
        margin-right: 0 !important;
        padding-left: 0 !important;
    }

    .mega-menu-content {
        margin-right: 60px;
    }

    /*End of Mega Menu*/

    .report-recommendation,
    .report-recommendation-employee-rating {
        height: 450px;
    }

    .prompt-category {
        width: 50%;
    }

    .prompt-category_description {
        height: 330px;
    }

    .work-values-text_rating {
        font-size: 20px;
    }

    .work-values-text_answer {
        font-size: 16px;
    }
}

@media (max-width: 1200px) {

    /*Mega Menu*/

    .menu-quotes_quote-text {
        font-size: 19px;
    }

    .menu-quotes-container {
        margin-top: -20px;
        max-width: 480px;
    }

    .mega-menu-quotes {
        padding-left: 0 !important;
    }

    .mega-menu-content {
        margin-right: 200px;
    }

    /*End of Mega Menu*/

    .achievement-item {
        width: 22%;
    }

    .badgeTitle {
        font-size: 18px;
        word-break: break-word;
    }

    .badgeTitleUnearned {
        font-size: 18px;
        word-break: break-word;
    }

    .assessment-legend {
        font-size: 12px;
    }

    .assessment-legend,
    .assessment-key-icon {
        padding: 0 10px 0 0;
    }

    .initiative-banner_header h1 {
        font-size: 32px;
    }

    .roadmap__zone-overview h2,
    .roadmap__zone-recommendations-container h3 {
        font-size: 26px;
    }

    .personal-path .results-panel {
        overflow-x: scroll;
    }


    .personal-path .report-chart_container {
        width: 3980px;
        margin: auto;
        white-space: nowrap;
    }

    .change-map .report-chart_container {
        max-width: 1020px;
    }

    .personal-path .report-chart {
        position: relative;
        z-index: 1;
        width: 3980px;
        height: 450px;
        transform: none;
        transform-origin: initial;
        top: 0;
        left: 0;
    }

    .change-map .report-chart {
        position: relative;
        z-index: 1;
        max-width: 1020px;
        max-height: 1000px;
        overflow: hidden;
        transform: none;
        transform-origin: initial;
        top: 0;
        left: 0;
    }

    .personal-path .report-chart_margin-wrapper,
    .change-map .report-chart_margin-wrapper {
        margin: 0;
        max-width: none;
        width: initial;
    }

    .personal-path .report-chart_column {
        display: block;
        position: absolute;
        height: 2000px;
        width: 440px;
        margin-left: -30px;
        margin-top: -800px;
        bottom: -40px;
        z-index: -1;
    }

    .personal-path .report-chart_prompt-list {
        margin: 25px 230px 0 230px;
        padding: 0;
    }

    .personal-path .report-chart_prompt-container {
        margin: 0;
        padding: 0;
        max-width: none;
        width: initial;
    }

    .personal-path .report-chart_prompt-box {
        width: initial;
    }

    .personal-path .report-chart_prompt {
        position: relative;
        z-index: 0;
        display: inline-block;
        vertical-align: top;
        width: 380px;
        margin: 0 30px;
        border-radius: 10px;
    }

    .personal-path .report-chart_prompt-comments {
        height: auto;
        min-height: 105px;
    }

    .personal-path .report-chart_prompt-comments--expanded {
        height: initial;
        margin-top: initial;
        border-radius: initial;
    }

    .personal-path .report-chart_prompt-comment {
        white-space: normal;
    }

    .employee-assessment-completion {
        text-align: left;
    }

        .employee-assessment-completion .assessment-completion_decision-btn {
            margin: 25px 10px 5px 0;
        }

    .dashboard-header-button {
        font-size: 15px;
        padding: 5px 15px 5px 15px;
    }

    .initiative-media {
        max-width: 770px;
        width: 100%;
    }

    .initiative-nav {
        width: 90%;
        max-width: 770px;
    }

    .initiative-nav_controls {
        font-size: 16px;
        line-height: 22px;
        letter-spacing: -0.5px;
    }

    .initiative-control_text {
        margin-bottom: -2px;
    }

    .initiative-media_start {
        font-size: 24px;
        line-height: 0.5;
    }

    .initiative-banner, .profile-header {
        height: 250px;
    }

    .initiative-text,
    .content-description-text,
    .initiative-resources,
    .prompt-list,
    .prompts-divider-container,
    .prompt-list:not(.sectional-assessment),
    .card-sort-section_content,
    .employee-rating_content,
    .assessment_report,
    .prompt-change-answers-container,
    .assessment_rating-key,
    .print_button {
        width: 90%;
        max-width: 770px;
    }

    .explore-jobs-filters-panel {
        max-width: 900px;
        width: 95%;
    }

    .results-list {
        max-width: 765px;
    }

    .results-list,
    .commstyles-values-results-list {
        max-width: 765px;
    }

    .prompt-answer-list {
        left: 50%;
        transform: translate(-50%,-50%);
        max-width: 450px;
    }

    .prompt {
        min-height: 100px;
        max-height: 150px;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .prompt_answers {
        height: 250px;
        border-top-left-radius: 0;
        border-top-right-radius: 0;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .prompt_larger {
        height: 350px;
    }


    .initiative-text_rating {
        margin: 55px 0 20px 0;
    }

    .prompts-divider_quote-text {
        font-size: 30px;
    }

    .prompts-divider_quote-author {
        font-size: 20px;
    }

    .menu-quotes_quote-text {
        font-size: 16px;
    }

    .roadmap-header,
    .explore-header,
    .explore-jobs-header {
        padding-top: 3em;
        padding-bottom: 6em;
    }

        .roadmap-header h1,
        .explore-header h1,
        .explore-jobs-header h1 {
            font-size: 23px;
        }

    .report-recommendation,
    .report-recommendation-employee-rating {
        height: 275px;
    }

    .results-list li:nth-child(-n+2) {
        height: 447.5px !important;
        width: 352px !important;
    }

    .commstyles-values-results-list li {
        height: 780px !important;
        /*width: 352px !important;*/
    }

    .results-list li:nth-child(-n+2) h1,
    .work-values-results-list h1 {
        font-size: 22px !important;
        letter-spacing: -0.4px !important;
        line-height: 22px !important;
    }

    .results-list li:nth-child(-n+2) h1,
    .commstyles-values-results-list h1 {
        font-size: 22px !important;
        letter-spacing: -0.4px !important;
        line-height: 22px !important;
    }

    .results-list li:nth-child(-n+2) h2,
    .work-values-results-list h2 {
        font-size: 16px !important;
        letter-spacing: -0.3px !important;
        line-height: 17px !important;
        font-weight: 600;
    }

    .results-list li:nth-child(-n+2) h2,
    .commstyles-values-results-list h2 {
        font-size: 16px !important;
        letter-spacing: -0.3px !important;
        line-height: 17px !important;
        font-weight: 600;
    }

    .results-list li:nth-child(-n+2) .recommendation-result-graph,
    .work-values-results-list li .recommendation-result-graph {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .results-list li:nth-child(-n+2) .recommendation-result-graph canvas .recommendation-result-graph li .recommendation-result-graph canvas {
            height: 140px !important;
            width: 140px !important;
            margin-top: 0px;
            margin-bottom: 0px;
        }

    .results-list li:nth-child(-n+2) .recommendation-result-graph,
    .commstyles-values-results-list li .recommendation-result-graph {
        margin-top: 0px;
        margin-bottom: 0px;
    }

        .results-list li:nth-child(-n+2) .recommendation-result-graph canvas .recommendation-result-graph li .recommendation-result-graph canvas {
            height: 140px !important;
            width: 140px !important;
            margin-top: 0px;
            margin-bottom: 0px;
        }

    .results-list li:nth-child(-1n+2),
    .recommendation-result-graph li {
        font-size: 14px !important;
        letter-spacing: -0.3px !important;
        line-height: 17px !important;
    }


    .employee-report-score_container {
        border-left: 0;
        border-right: 0;
    }

    .assessment_rating-key .key-container {
        padding-bottom: 0;
    }

    .print_button .button-container {
        padding-bottom: 0;
    }

    .input-group-btn.with-info {
        vertical-align: top !important;
    }

    .dashboard-panel .dashboardRowText {
        margin-top: 15px;
    }

    .initiative-nav_icon,
    .initiative-next_icon.roadmap-zone-index {
        max-width: 50px;
        max-height: 50px;
        font-size: 32px;
        line-height: 46px;
    }

    .initiative-nav_icon-container {
        margin-top: -25px;
    }

    .initiative-next_title {
        padding: 0 65px 0 15px;
    }

    .initiative-previous_title {
        padding: 0 15px 0 65px;
    }


    .roadmap-zone-index {
        border: 2px solid white;
        border-radius: 1em;
        display: inline-block;
        width: 2em;
        height: 2em;
        line-height: 2em;
        font-size: 1.3em;
        margin-top: 10px;
    }

        .roadmap-zone-index svg {
            width: 2em;
            padding: 0.7em 0.8em 0.3em 0.6em;
        }

    .content-description-question .content-description-text {
        max-width: 100%;
    }

    .profile-icon-name {
        margin-left: 5px;
    }
}

@media (max-width: 995px) {

    /*Mega Menu*/
    .menu-quotes-container {
        max-width: 300px;
        margin-top: -20px;
    }

    .mega-menu-quotes {
        margin-right: 0 !important;
        padding-left: 0 !important;
    }

    .mega-menu-content {
        margin-right: 200px;
    }

    .profile-save-btn {
        width: 180px;
    }

    /*End of Mega Menu*/

    .settings-profile-save-btn {
        float: left !important;
    }

    .achievement-item {
        width: 30%;
    }

    .personal-path .report-chart_container {
        width: 3570px;
    }

    .personal-path .report-chart {
        width: 3570px;
        height: 350px;
    }

    .personal-path .report-chart_column {
        width: 395px;
    }

    .personal-path .report-chart_prompt-list {
        margin: 25px 205px 0 205px;
        padding: 0;
    }

    .personal-path .report-chart_prompt-image-container {
        height: 200px;
    }

    .personal-path .report-chart_prompt {
        width: 335px;
    }

    .recommendation-box.selected:after {
        border: none;
    }

    .recommendation-action-box:before {
        border-top: 40px solid #ffffff;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -40px;
        width: 0;
        height: 0;
        z-index: 999;
    }

    .recommendation-action-box {
        padding-top: 0;
    }

    .recommendation-boxes > .recommendation-box {
        border-right: none !important;
    }

    .recommendation-boxes:nth-child(2) .recommendation-box {
        position: static;
    }

    .recommendation-boxes:nth-child(3) .recommendation-box {
        position: static;
    }

    .commstyles-recommendation-results-description {
        margin-top: 20px;
        padding-bottom: 40px;
    }
}

@media (max-width: 990px) {

    /*Mega Menu*/

    .menu-quotes-container {
        max-width: 360px;
        margin-top: -20px;
    }

    .mega-menu-quotes {
        margin-right: 0 !important;
        padding-left: 0 !important;
    }

    /*End of Mega Menu*/

    .recommendation-boxes h2 {
        margin-bottom: 20px;
    }

    .initiative-banner,
    .profile-header {
        height: 180px;
    }

    .initiative-banner_header {
        line-height: 30px;
        width: 75%;
    }

        .initiative-banner_header h1 {
            font-size: 28px;
        }

    .roadmap__zone-initiative-container {
        width: 50% !important;
        max-width: 50%;
    }

    .section-completion_vertical-line {
        height: 30%;
    }

    .results-recommendation .section-recommendation-area .recommendation-area-content,
    .results-recommendation .section-recommendation-change-map .recommendation-area-content {
        margin: 15px 0px 25px 0px;
    }

        .results-recommendation .section-recommendation-area .recommendation-area-content p,
        .results-recommendation .section-recommendation-change-map .recommendation-area-content p {
            font-size: 16px;
        }

    .content-description-question .content-description-text {
        width: 95%;
    }
}

@Media(max-width: 892px) {

    .menu-quotes-container {
        max-width: 330px;
        margin-top: -20px;
    }

    .mega-menu-quotes {
        margin-right: 0 !important;
        padding-left: 0 !important;
    }

    .dashboard-panel .dashboardRowText {
        margin-top: 30px;
    }

    .section-recommendation-area,
    .results-recommendation-panel {
        padding-right: 0;
        padding-left: 0;
    }
}

@media (max-width: 843px) {

    /*Mega Menu*/

    .menu-quotes-container {
        max-width: 280px;
        margin-top: -20px;
    }

    .mega-menu-quotes {
        margin-right: 0 !important;
        padding-left: 0 !important;
    }

    /*End of Mega Menu*/

    .focus-options-title {
        font-size: 30px;
    }

    .section-recommendation-area {
        margin-top: 20px;
    }

    .key-container {
        float: left;
    }

    .button-container {
        float: left;
    }

    .assessment-legend {
        display: block;
        text-align: left;
    }

        .assessment-legend span {
            line-height: 40px;
        }

    .initiative-content, .content-description.with-padding {
        padding: 30px 0 72px 0;
    }

    .initiative-banner_header {
        line-height: 20px;
        width: 80%;
    }
}

@media (max-width: 795px) {

    /*Mega Menu*/

    .menu-quotes-container {
        max-width: 220px;
        margin-top: -20px;
    }

    .mega-menu-quotes {
        margin-right: 0 !important;
        padding-left: 0 !important;
    }

    .mega-dropdown-menu > li > div.mega-menu-profile {
        margin-top: 20px;
        padding-right: 110px;
    }

    /*End of Mega Menu*/

    .career-anchors .initiative-banner {
        background-position-x: -1050px;
    }


    .career-anchors .prompts-divider {
        background-position-x: -1050px;
    }

    .action-plan_button-update, .action-plan_button-delete {
        display: block;
        margin: 3px;
    }

    .prompt-category_description {
        height: 450px;
    }

    .career-anchors-results-header,
    .work-values-results-header {
        margin-bottom: 30px;
    }

    .work-values-text_answer {
        font-size: 14px;
    }

    .initiative-nav_icon,
    .initiative-next_icon.roadmap-zone-index {
        max-width: 40px;
        max-height: 40px;
        font-size: 28px;
        line-height: 35px;
    }

    .initiative-nav_icon-container {
        top: 55%;
        margin-top: -20px;
    }

    .initiative-nav_icon-container_explore {
        top: 100%;
    }

    .initiative-next_title {
        padding: 0 55px 0 15px;
    }

    .initiative-previous_title {
        padding: 0 15px 0 55px;
    }

    .assessment-report-summary-section h2 {
        font-size: 1.8em;
    }

    .assessment-report-summary-section {
        margin-top: 18px;
    }
}

@media (max-width: 767px) {

    /*Mega Menu*/

    .mega-menu_div-focus-roadmap {
        max-width: 240px;
        min-width: 240px;
    }

    .mega-dropdown-menu > li.mega-menu-profile {
        margin-top: 20px;
        padding-right: 153px;
    }

    /*End of Mega Menu*/

    .recommendation-boxes h2 {
        margin-bottom: 10px;
    }

    .work-values-text_answer,
    .work-values-text_rating {
        font-size: 22px;
    }

    .work-values-answer-bottom {
        padding: 70px 30px 70px;
    }

    .work-values_slider .slider-handle {
        height: 40px;
        width: 40px;
        margin-top: -10px;
    }

    .results-recommendation .section-recommendation-area .recommendation-area-title,
    .results-recommendation .section-recommendation-change-map .recommendation-area-title {
        font-size: 30px;
    }

    #RoadmapZoneNumberAnchor {
        position: absolute;
        left: 25px;
        top: 20px;
        width: 30px;
        height: 0;
    }

    .section-text-container {
        margin-top: 20px;
    }

    .sectional-assessment.prompts-divider {
        padding: 0 50%;
    }

    .employee-summary_label {
        font-size: 2.5em;
    }

    .employee-assessment_name {
        font-size: 1.5em;
    }

    .employee-assessment_score {
        font-size: 1.2em;
    }
}

@media (max-width: 691px) {

    /*Mega Menu*/

    .mega-menu_div-focus-roadmap {
        max-width: 240px;
        min-width: 240px;
    }

    .mega-menu-focus {
        padding-left: 18px !important;
        margin-right: 60px !important;
    }

    .mega-dropdown-menu > li.mega-menu-profile {
        margin-top: 20px;
        padding-right: 153px;
    }

    .mega-dropdown-menu {
        height: 1500px;
    }

    /*End of Mega Menu*/

    .focus-options-title {
        font-size: 25px;
    }

    .report-recommendation_activities {
        height: 120px;
        padding: 10px;
        font-size: 15px;
    }

    .commstyles-icon-results-container {
        height: 290px;
    }

    .commstyles-recommendation-results-description2 {
        margin: 25px;
    }

    .commstyles-values-results-list {
        font-size: 14px;
        letter-spacing: -0.3px !important;
        line-height: 17px !important;
    }
}

@media (max-width: 650px) {

    /*Mega Menu*/

    .mega-menu-focus {
        padding-left: 18px !important;
    }

    .mega-menu_div-focus-roadmap {
        max-width: 240px;
        min-width: 240px;
    }

    .mega-dropdown-menu > li.mega-menu-profile {
        margin-top: 20px;
        padding-right: 153px;
    }

    .mega-dropdown-menu {
        height: 1500px;
    }

    /*End of Mega Menu*/

    .button_lets_do_this {
        width: 220px;
    }

    .achievement-item {
        width: 44%;
    }

    .badgeTitle {
        font-size: 17px;
        word-break: break-word;
    }

    .badgeTitleUnearned {
        font-size: 17px;
        word-break: break-word;
    }

    .profile-password-container {
        width: auto;
    }

    .report-recommendation_activities {
        height: 120px;
        padding: 10px;
        font-size: 15px;
    }

    .card_name {
        display: block;
        font-size: 27px;
        line-height: 58px;
        letter-spacing: -0.7px;
        color: #ffffff;
    }

    .card_text {
        font-size: 16px;
        line-height: 16px;
        letter-spacing: -0.4px;
        color: #ffffff;
    }

    .card_nav {
        position: absolute;
        bottom: 5px;
        width: 100%;
        left: 0;
        right: 0;
        padding: 0 5px;
    }

    .card_prompt {
        position: absolute;
        padding: 0 20px 50px 20px;
        text-align: center;
    }

    .card_answer-btn svg {
        height: 90px;
        width: 90px;
    }


    .initiative-banner_header h1,
    .dashboard-header-text h1,
    .dashboard-header-text h2,
    .dashboard-header-text h3,
    .dashboard-header-text h4,
    .initiative-text_title {
        font-size: 30px;
    }

    .prompt-change-answers {
        padding: 40px 0;
    }

    .prompt-change-answers-button {
        width: 100%;
        line-height: 50px;
        font-size: 16px;
        height: 50px;
    }

    .prompt-change-answers-button-sectional {
        width: 50%;
    }

    .prompt-list {
        padding: 45px 0 10px;
    }

    .report-recommendation {
        padding: 10px 10px;
    }

    .report-recommendation_text {
        font-size: 16px;
    }

    .report-recommendation,
    .report-recommendation-employee-rating {
        height: 375px;
    }

    .results-recommendation .section-recommendation-area .recommendation-area-title,
    .results-recommendation .section-recommendation-change-map .recommendation-area-title {
        font-size: 22px;
    }

    .dashboard-panel {
        min-height: 345px;
    }

    .initiative-banner_header {
        width: 85%;
    }

    .assessment-completion_decision-btn {
        display: block;
        margin: 0 auto;
        margin-top: 10px;
        min-width: 100%;
    }

    .initiative-return .btn {
        min-width: 95%;
    }

    .initiative-nav_icon,
    .initiative-next_icon.roadmap-zone-index {
        font-size: 15px;
        line-height: 26px;
        max-width: 30px;
        max-height: 30px;
    }

    .initiative-nav_icon-container {
        top: 60%;
        margin-top: -20px;
    }

    .initiative-nav_icon-container_explore {
        top: 100%;
    }

    .initiative-next_title {
        padding: 0 45px 0 15px;
    }

    .initiative-previous_title {
        padding: 0 15px 0 45px;
    }

    .print_button-btn,
    .button-container {
        width: 100%;
    }

    .assessment_rating-key {
        width: 50%;
    }

    .results-actions_items .action-plan_action-ID,
    .recommendation-action_index,
    .recommendation-action-box p.ques-id {
        font-size: 22px;
    }

    .assessment-report-summary-section {
        margin-top: 15px;
    }

    .work-values_container {
        padding-left: 0px;
        padding-right: 0px;
    }

    .commstyles-values-recommendation-results-container {
        margin: 15px 0;
    }

    .prompts-divider_quote-text,
    .menu-quotes_quote-text {
        letter-spacing: -0.4px;
    }

    .employee-summary_report {
        width: 100%;
    }
}

@media (max-width: 550px) {

    /*Mega Menu*/

    .mega-menu-focus {
        padding-left: 18px !important;
        margin-right: 60px !important;
    }

    .mega-menu_div-focus-roadmap {
        max-width: 240px;
        min-width: 240px;
    }

    .mega-dropdown-menu > li.mega-menu-profile {
        margin-top: 20px;
        padding-right: 153px;
    }

    .mega-dropdown-menu {
        height: 1500px;
    }

    /*end mega menu*/

    .dashboard-panel .dashboardAchievementsImage {
        max-width: 100px;
    }

    .achievement-item {
        width: 95%;
    }


    .report-recommendation_activities {
        height: 120px;
        padding: 10px;
        font-size: 15px;
    }

    .prompt-category_description {
        height: 350px;
    }

    .card_name {
        display: block;
        font-size: 25px;
        line-height: 58px;
        letter-spacing: -0.7px;
        color: #ffffff;
    }

    .card_text {
        font-size: 15px;
        line-height: 16px;
        letter-spacing: -0.4px;
        color: #ffffff;
    }

    .card_nav {
        position: absolute;
        bottom: 5px;
        width: 100%;
        left: 0;
        right: 0;
        padding: 0 5px;
    }

    .card_prompt {
        position: absolute;
        padding: 0 20px 50px 20px;
        text-align: center;
    }

    .card_answer-btn svg {
        height: 80px;
        width: 80px;
    }

    .prompt-category {
        width: 100%;
    }

    .prompt-category_description {
        height: 250px;
    }

    .career-anchors-results-header,
    .work-values-results-header {
        margin-bottom: 40px;
    }

    .results-recommendation .section-recommendation-area .recommendation-area-title,
    .results-recommendation .section-recommendation-change-map .recommendation-area-title {
        font-size: 18px !important;
    }

    .assessment-legend {
        padding-right: 2px;
        font-size: 12px;
    }

    .assessment-key-icon {
        padding-right: 5px;
    }

    .key-container {
        min-width: 270px;
    }

    .dashboard-panel-icon img {
        width: 20%;
    }

    .assessment-legend span {
        line-height: 50px;
    }

    .assessment_rating-key > .col-lg-12 {
        padding: 0;
    }

    .assessment_completion-panel {
        margin-top: 20px;
    }

    .print_button > .col-lg-12 {
        padding: 0;
    }

    .dashboard-panel-header {
        font-size: 25px;
    }

    .dashboard-panel-desc {
        font-size: 16px;
    }

    .action-plan_action-title {
        font-size: 18px;
    }

    .dashboard-panel-button {
        margin-top: 10px;
    }

        .dashboard-panel-button button {
            width: 230px;
            font-size: 15px;
        }

    .action-plan_action-description,
    .dashboard-header-text,
    .dashboard-header-text p,
    .initiative-text_description,
    .initiative-text_description p,
    .initiative-text_description ol,
    .initiative-text_description ul,
    .initiative-description > *,
    .initiative-description li p {
        font-size: 16px;
    }

    .dashboard-panel .dashboardRow {
        height: 90px;
    }

    .dashboard-panel .dashboardRowText {
        font-size: 16px;
        margin-top: 0;
    }

    .initiative-banner_header h1,
    .dashboard-header-text h1,
    .dashboard-header-text h2,
    .dashboard-header-text h3,
    .dashboard-header-text h4,
    .initiative-text_title {
        font-size: 25px;
    }

    .initiative-banner_header {
        width: 90%;
    }

    .dashboard-panel .dashboardRowText {
        margin-top: 20px;
    }

    .initiative-nav span,
    .initiative-nav_controls {
        font-size: 14px;
    }

    .prompts-divider-container {
        padding: 100px 0px;
    }

    .prompts-divider_quote-text,
    .menu-quotes_quote-text {
        font-size: 20px;
    }

    .recommendation-box {
        font-size: 18px;
    }

    .action-plan_action-buttons {
        right: 0.1em;
    }

    .initiative-action-added-icon-hide {
        display: none;
    }


    .results-actions_items .action-plan_action-description,
    .recommendation-action,
    .recommendation-action-box p.ans-text,
    .ques-text {
        font-size: 12px;
    }

    .recommendation-action-box p.ans-text,
    .ques-text {
        margin-left: 5px;
    }

    .recommendation-action {
        padding: 2.5em 3.5em 1em 1em;
    }

    .recommendation-action_index {
        left: 10px;
        top: 20px;
    }

    .qa-action-items-padding {
        margin-left: 0;
        margin-right: 0;
        margin-top: 60px;
    }

    .answers-determined-score {
        margin-top: 0;
    }

    .answers-determined-score_questions {
        margin-top: 10px;
    }

    .assessment-report-summary-section {
        margin-top: 15px;
    }

    .assessment-report__overview {
        padding: 15px;
    }

    .work-values-results-list {
        font-size: 14px;
        letter-spacing: -0.3px !important;
        line-height: 17px !important;
    }

    .commstyles-values-results-list {
        font-size: 10px;
        letter-spacing: -0.3px !important;
        line-height: 16px !important;
    }

    .employee-rating_tab-list_entry {
        font-size: 13px;
    }
}

@media (max-width: 450px) {

    /*Mega Menu*/

    .mega-menu_div-focus-roadmap {
        max-width: 240px;
        min-width: 240px;
    }

    .mega-menu-focus {
        padding-left: 18px !important;
    }

    .mega-dropdown-menu > li.mega-menu-profile {
        margin-top: 20px;
        padding-right: 153px;
    }

    .mega-dropdown-menu {
        height: 1500px;
    }

    /*End of Mega Menu*/

    .developme-modal {
        min-width: 25em;
    }

    .report-recommendation_activities {
        height: 120px;
        padding: 10px;
        font-size: 14px;
    }

    .prompt-category_description {
        height: 400px;
    }

    .card {
        position: relative;
        min-height: 250px;
        background: #333333;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .card_nav {
        position: absolute;
        bottom: 5px;
        width: 100%;
        left: 0;
        right: 0;
        padding: 0 5px;
    }

    .card_prompt {
        position: absolute;
        padding: 0 20px 50px 20px;
        text-align: center;
    }


    .card_name {
        display: block;
        font-size: 20px;
        line-height: 58px;
        letter-spacing: -0.7px;
        color: #ffffff;
    }

    .card_text {
        font-size: 12px;
        line-height: 16px;
        letter-spacing: -0.4px;
        color: #ffffff;
    }

    .card_answer-btn svg {
        height: 70px;
        width: 70px;
    }

    .initiative-list_entry,
    .job-list_entry,
    .explore-jobs-filters-panel,
    .assessment-report-card {
        width: 100%;
    }

    .explore-jobs-recommendation_container {
        width: 100%;
    }

    .initiative-banner_header h1,
    .dashboard-header-text h1,
    .dashboard-header-text h2,
    .dashboard-header-text h3,
    .dashboard-header-text h4,
    .initiative-text_title,
    .section-text_title,
    .prompt-category_name,
    .prompt-category_percent {
        font-size: 25px;
    }


    .action-plan_action-description,
    .dashboard-header-text,
    .dashboard-header-text p,
    .initiative-text_description,
    .initiative-text_description p,
    .initiative-description > * .initiative-description li p {
        font-size: 16px;
    }

    .dashboard-panel .dashboardRowText {
        font-size: 14px;
    }


    .initiative-text_description ol,
    .initiative-text_description ul {
        font-size: 16px !important;
    }

    .dashboard-panel .dashboardRowText {
        margin-top: 0;
    }

    .initiative-nav_icon-container {
        top: 60%;
    }

    .prompt {
        font-size: 18px;
    }

    .prompts-question-progress {
        font-size: 20px;
    }

    .initiative-content, .content-description.with-padding {
        padding: 30px 0 72px 0;
    }

    .commstyles-icon-results-container {
        height: 240px;
    }

    .employee-report {
        margin: 0;
        margin-bottom: 20px;
    }

    .employee-details_name {
        font-size: 18px;
    }

    .employee-details_date {
        font-size: 16px;
    }

    .employee-report_details {
        padding: 10px 25px 20px 25px;
    }

    .report-recommendation-employee-rating {
        padding: 0px;
    }

    .report-recommendation_title {
        font-size: 25px;
    }

    .report-recommendation_text {
        font-size: 14px;
    }

    .commstyles-rnd-panel {
        margin-bottom: 20px;
    }

    .employee-summary_label {
        font-size: 2em;
    }
}

@media (max-width: 360px) {

    /*Mega Menu*/

    .dropdown-submenu .sub-menu-ul {
        left: 0px;
        margin-top: 40px !important;
    }

    .mega-menu_div-focus-roadmap {
        max-width: 200px;
        min-width: 200px;
    }

    .mega-menu-content {
        padding-left: 20px;
        margin-right: -23px !important;
    }

    .mega-menu-focus {
        margin-right: 59px !important;
    }

    .mega-dropdown-menu > li.mega-menu-profile {
        margin-top: 20px;
        padding-right: 112px;
    }

    .mega-dropdown-menu {
        height: 1800px;
    }

    /*End of Mega Menu*/

    .profile-password-title {
        padding-bottom: 0px;
    }

    .profile-password-title-heading {
        font-size: 21px !important;
    }

    .profile-password-input > div > div > input {
        font-size: 13px;
    }

    .developme-modal {
        min-width: 22em;
    }

    .report-recommendation_activities {
        height: 120px;
        padding: 5px;
        font-size: 12px;
    }

    .report-recommendation {
        padding: 10px 5px;
    }

    .activity-entry_name,
    .report-recommendation_text {
        font-size: 13px;
    }

    .activity-entry_counter {
        font-size: 24px;
    }

    .card {
        position: relative;
        min-height: 250px;
        background: #333333;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    .card_answer_yes {
        text-align: left;
        padding-left: 40px;
    }

    .card_nav {
        position: absolute;
        bottom: 5px;
        width: 100%;
        left: 0;
        right: 0;
        padding: 0 5px;
    }

    .card_prompt {
        position: absolute;
        padding: 0 20px 50px 20px;
        text-align: center;
    }

    .card_answer-btn svg {
        height: 65px;
        width: 65px;
    }


    .explore-jobs-filter-up-title {
        font-size: 20px;
        text-align: left;
        width: 70%;
    }

    .explore-jobs-filter-down-title {
        font-size: 20px;
        text-align: left;
        width: 60%;
    }

    .explore-jobs-arrow-up-position {
        margin-top: 35px;
    }

    .explore-jobs-arrow-down-position {
        margin-top: 20px;
    }

    .assessment-report__overview h4 {
        font-size: 18px;
    }

    .commstyles-list-questions-container {
        margin-left: 0;
    }

    .action-plan_action,
    .action-plan_completed-action {
        padding: 1em 4em 1em 2em;
        margin: 0.5em 0;
        position: relative;
    }
}


@media print {
    @page {
        /*size: auto;*/ /* auto is the current printer page size */
        margin: 2cm;
    }

    body {
        width: 100%;
        margin: 0;
        padding: 0;
        background-color: #FFFFFF;
    }

    .pageBreakAvoid {
        page-break-inside: avoid;
    }

    .pageBreakInsideAuto {
        page-break-inside: auto;
    }

    .pageBreakBeforeAlways {
        page-break-before: always;
    }

    .pageBreakAfterAlways {
        page-break-after: always;
    }

    .pageBreakAfterAuto {
        page-break-after: auto;
    }


    .noPrint {
        display: none !important;
    }

    .parentTable {
        display: table;
    }

    .parentDiv {
        display: table-row;
    }

    .childDiv {
        display: table-cell;
    }

    .print-width-recommendation-boxes-3 {
        width: 33.33333%;
        float: left;
    }

    .print-width-recommendation-boxes-2 {
        width: 50%;
        float: left;
    }

    .print-width-recommendation-boxes-1 {
        width: 100%;
        float: left;
    }


    .print-portrait {
        font-family: 'Open sans', sans-serif;
        margin: 0 auto;
        width: 790px;
        text-align: center;
        display: block;
    }

    .print-landscape {
        font-family: 'Open sans', sans-serif;
        margin: 0 auto;
        width: 1120px;
        text-align: center;
        display: block;
    }

    .recommendation-graph-border-bottom-print {
        overflow: hidden;
        border-bottom-color: #f0f0f0;
        border-bottom-style: solid;
        border-bottom-width: thin;
        text-align: center;
    }

    .recommendation-graph-text-print {
        font-family: 'Open sans', sans-serif;
        font-size: 13px;
        color: #808080;
        font-weight: 500;
    }

    .recommendation-graph-text-height {
        height: 45px;
    }

    .recommendation-area-title-print {
        font-family: Open Sans;
        font-size: 14px;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: left;
        color: #808080;
        margin-top: 20px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .recommendation-boxes h2 {
        margin-bottom: 20px;
    }

    .recommendation-result-box.change-map {
        margin-bottom: 40px;
    }

    .recommendation-result-box-print {
        background-color: #fff !important;
        object-fit: contain;
        background-color: #ffffff;
        overflow: hidden;
    }

    .initiative-banner-print {
        width: 100%;
        height: 250px;
        padding: 0;
        overflow: hidden;
        background-size: cover;
        background-position: right center;
    }

        .initiative-banner-print:before, .results-recommendation-banner:before {
            content: '';
            position: absolute;
            top: 0;
            bottom: 0;
            left: 0;
            right: 40%;
            z-index: 1;
            background: -moz-linear-gradient(left, #2d93a1 40%, rgba(70, 172, 185, 0) 100%);
            background: -webkit-linear-gradient(left, #2d93a1 40%, rgba(70, 172, 185, 0) 100%);
            background: linear-gradient(to right, #2d93a1 40%, rgba(70, 172, 185, 0) 100%);
        }


    .initiative-banner-print_header {
        max-width: 1120px;
        width: 85%;
        margin: 0 auto;
        height: 100%;
        z-index: 2;
        position: relative;
        color: #ffffff;
        font-size: 30px;
        font-weight: 600;
        line-height: 40px;
        letter-spacing: normal;
        text-align: left;
        text-shadow: -1px -1px 10px rgba(0, 0, 0, 0.1), 1px -1px 10px rgba(0, 0, 0, 0.1), -1px 1px 10px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(0, 0, 0, 0.1);
    }


    .actions-results-print {
        display: inline-flex;
        width: 100%;
        padding: 5px 5px 5px 5px;
    }

    .actions-results-background-print {
        background-color: #f0f0f0;
    }

    .action-questions-margin-print {
        margin-bottom: 30px;
    }

    .action-plan_action-display-print-ID {
        display: inline-block;
        width: 5%;
    }

    .action-plan_action-display-print-description {
        display: inline-block;
        width: 95%;
    }

    .action-items_items-print, .results-actions_items-print {
        list-style-type: none;
        padding: 0;
    }

        .action-items_items-print > li, .results-actions_items-print > li {
            display: block;
            text-align: left;
        }

        .results-actions_items-print p {
            margin: 0px;
        }

    .recommendation-area-text-print {
        font-size: 14px;
        text-align: left;
    }

        .recommendation-area-text-print p {
            font-size: 14px;
            text-align: left;
            color: #808080;
        }

    .results-actions_items-print .action-plan_action-print-ID {
        font-size: 13px;
        text-align: left;
        color: #808080;
        vertical-align: middle;
        padding-right: 5px;
        float: left;
        font-weight: 600;
    }

    .results-actions_items-print .initiative-action-plan_action-print-ID {
        font-size: 13px;
        text-align: left;
        color: #808080;
        vertical-align: middle;
        padding-right: 5px;
        float: left;
        font-weight: 600;
        width: 100%;
    }

    .results-actions_items-print .action-plan_action-print-description {
        font-size: 12px;
        letter-spacing: normal;
        float: left;
        color: #808080;
        margin: 0;
        vertical-align: middle;
        font-family: Open Sans;
    }

    .results-actions_items-print .action-plan_action-print-description-bold {
        font-size: 12px;
        letter-spacing: normal;
        text-align: left;
        color: #808080;
        margin: 0;
        vertical-align: middle;
        font-weight: 600;
        font-family: Open Sans;
    }

    .results-actions-padding-print {
        padding: 0.1em 1em 0.1em 0em;
        text-align: left;
    }


    .action-plan_action-print,
    .action-plan_completed-action-print {
        padding: 0.5em 0em 0.5em 0.5em;
        margin: 0.5em 0;
        position: relative;
    }

    .recommendation-question-box-print {
        text-align: left;
        padding: 0px 0px;
    }

        .recommendation-question-box-print p {
            font-family: Open Sans;
            font-size: 14px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            line-height: 1.21;
            letter-spacing: normal;
            text-align: left;
        }


            .recommendation-question-box-print p.ques-id, .recommendation-question-box-print p.ques-text, .recommendation-question-box-print p.ans-text {
                font-family: Open Sans;
                font-size: 20px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.07;
                letter-spacing: normal;
                text-align: left;
                color: #808080;
                margin: 0;
                background-color: #ffffff;
            }

            .recommendation-question-box-print p.ques-text {
                font-size: 14px;
                line-height: 1.21;
            }

            .recommendation-question-box-print p.ans-text {
                font-size: 14px;
                font-weight: 600;
                line-height: 1.07;
            }

    .recommendation-action-box-print {
        padding: 0px 0px;
    }


        .recommendation-action-box-print p {
            font-family: Open Sans;
            font-size: 13px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: normal;
            text-align: left;
            color: #808080;
            padding-right: 1em;
        }


            .recommendation-action-box-print p.ques-id, .recommendation-action-box-print p.ques-text, .recommendation-action-box-print p.ans-text {
                font-family: Open Sans;
                font-size: 13px;
                font-weight: normal;
                font-style: normal;
                font-stretch: normal;
                line-height: 1.07;
                letter-spacing: normal;
                text-align: left;
                color: #808080;
                margin: 0;
                background-color: #ffffff;
            }

            .recommendation-action-box-print p.ques-text {
                font-size: 13px;
                line-height: 1.21;
            }

            .recommendation-action-box-print p.ans-text {
                font-size: 13px;
                font-weight: 600;
                line-height: 1.07;
            }

        .recommendation-action-box-print ul {
            font-family: Open Sans;
            font-size: 13px;
            font-weight: normal;
            font-style: normal;
            font-stretch: normal;
            letter-spacing: normal;
            text-align: left;
            color: #808080;
            padding-left: 2em;
            padding-right: 1em;
        }

    .recommendation-action-box-print-RatingDesc {
        background-color: #ffffff !important;
        color: #808080 !important;
        font-size: 14px;
    }

        .recommendation-action-box-print-RatingDesc span {
            font-size: 14px;
        }

    .recommendation-box-print-bottom {
        border-bottom: 2px solid #e6e6e6;
    }


    .recommendation-box-print {
        padding: 35px 0px;
        font-size: 22px;
        letter-spacing: -0.4px;
        line-height: 22px;
    }

    .recommendation-boxes-print:nth-child(1) .recommendation-box-print {
        border-right: 2px solid #e6e6e6;
    }

    .recommendation-boxes-print:nth-child(2) .recommendation-box-print {
        position: absolute;
        left: 33.33333%;
        border-right: 2px solid #e6e6e6;
    }

    .recommendation-boxes-print:nth-child(3) .recommendation-box-print {
        position: absolute;
        left: 66.6666%;
    }

    .recommendation-box-print.selected:after {
        border-top: 40px solid #fff;
        border-left: 40px solid transparent;
        border-right: 40px solid transparent;
        bottom: -40px;
        content: "";
        position: absolute;
        left: 50%;
        margin-left: -40px;
        width: 0;
        height: 0;
        z-index: 999;
    }


    .bar_header_progress_off {
        max-width: 1120px;
        height: 10px;
        object-fit: contain;
        background-color: #e0e0e0;
    }

    .bar_header_progress_on {
        max-width: 1120px;
        height: 10px;
        object-fit: contain;
    }

    .text-center {
        text-align: center;
    }

    .text-left {
        text-align: left;
    }

    .inline-block {
        display: inline-block;
    }

    * {
        -webkit-print-color-adjust: exact !important; /* Chrome, Safari */
        color-adjust: exact !important; /*Firefox*/
    }


    .commstyles-values-results-list-print {
        font-size: 13px;
        letter-spacing: normal;
        text-align: center;
        color: #808080;
        margin-top: 15px;
    }

    .commstyles-title-print {
        font-family: 'Open sans', sans-serif;
        font-size: 14px;
        font-style: normal;
        font-stretch: normal;
        line-height: 1;
        letter-spacing: normal;
        text-align: left;
        color: #808080;
        margin-top: 20px;
        margin-bottom: 10px;
        font-weight: 600;
    }

    .commstyles-description-print {
        font-size: 14px;
        text-align: left;
        color: #808080;
        padding-bottom: 20px;
    }

    .initiative-action-items-print {
        display: inline-block;
        width: 100%;
        padding: 10px 10px 10px 10px;
        background-color: #f0f0f0;
    }

    .commstyles-description {
        display: inline;
    }

    .commstyles-description-bold {
        font-weight: bold;
    }

    .commstyles-icon-container-results {
        height: 230px;
        position: relative;
    }

    .commstyles-icon-position {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
    }

    .commstyles-icon-title-print {
        font-size: 14px;
        color: #53bfcd;
        text-align: center;
        margin-top: 15px;
    }

    .commstyles-icon-title-comparison-print {
        font-size: 14px;
        color: #53bfcd;
        text-align: center;
        font-weight: 600;
    }


    .commstyles-result-title-print {
        display: inline-block;
        font-weight: bold;
    }

    .commstyles-result-percentage {
        font-weight: bold;
        display: inline;
    }

    .commstyles-icon-title-off-results-print {
        font-size: 14px;
        color: #5b5b5b;
        text-align: center;
        margin-top: 15px;
    }

    .commstyles-recommendation-results-description-print {
        text-align: center;
        padding: 20px 5px 40px 5px;
        font-size: 14px;
    }

    .commstyles-list-questions-container {
        text-align: left;
        margin-left: 25px;
    }

    .commstyles-questions {
        width: 50%;
    }

    .commstyles-value-selected {
        font-weight: bold;
    }

    .commstyles-value-selected-max {
        color: #53bfcd;
    }

    .commstyles-value-selected-min {
        color: #808080;
    }

    .commstyles-rnd-panel {
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
        border-radius: 1;
        background-color: #fff;
    }


    .panel-print {
        border-color: #ddd;
        border-style: solid;
        border-width: thin;
        margin-bottom: 20px;
        display: table;
    }

    .commstyles-icon-results-container-print {
        height: 340px;
        position: relative;
    }

        .commstyles-icon-results-container-print div {
            width: 100%;
            text-align: center;
            bottom: 0px;
        }

    .commstyles-icon-centered {
        position: relative;
        top: 50%;
        transform: translateY(-50%);
    }

    .commstyles-recommendation-results-description2 {
        text-align: center;
        margin-top: 20px;
    }

    .commstyles-questions-print {
        width: 50%;
        display: inline;
    }

    .commstyles-recommendation-result-print {
        position: relative;
        width: 100%;
        display: inline-table;
        vertical-align: top;
    }

    .commstyles-icon-container-results-print {
        height: 180px;
        position: relative;
        text-align: center;
    }

    .commstyles-icon-position-print {
        position: absolute;
        bottom: 0;
        text-align: center;
        width: 100%;
    }

    .commstyles-results-print {
        color: #808080;
        width: 50%;
        margin-bottom: 30px;
        object-fit: contain;
        display: inline-block;
        margin-top: 60px;
    }

    .commstyles-results-img-size-print {
        width: 120px;
    }


    .commstyles-list-questions-container-print {
        text-align: left;
        margin-left: 20px;
        font-size: 14px;
        width: 100%;
        vertical-align: top;
        overflow: hidden;
    }

    .commstyles-comparison-25-print {
        width: 25%;
        float: left;
    }

    .commstyles-comparison-50-print {
        width: 50%;
        float: left;
    }

    .workvalues-results-print {
        color: #808080;
        width: 50%;
        object-fit: contain;
        display: inline-block;
        vertical-align: top;
        margin-top: 50px;
    }

    .workvalues-results-first-print {
        height: 500px;
    }

    .workvalues-results-second-print {
        margin-top: 0;
        height: 450px;
    }

    .workvalues-results-third-print {
        margin-top: 0;
        height: 400px;
    }

    .workvalues-recommendation-result-print {
        position: relative;
        width: 100%;
    }

    .employee-report-print {
        margin: 40px 20px 80px 20px;
        background-color: #ffffff;
    }

    .employee-report_details-print {
        text-align: left;
    }

    .recommendation-action-print {
        margin: 0.5em 0;
        position: relative;
        background: #f0f0f0;
        line-height: 17px;
        letter-spacing: normal;
        color: #808080;
    }

    .employee-report-score_container-print {
        border-bottom: 2px solid #e6e6e6;
    }

    .employee-report-score-item-print {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        margin-top: 20px;
        color: #808080;
    }

    .employee-details_name-print {
        font-size: 14px;
        font-weight: 600;
        letter-spacing: normal;
        color: #46acb9;
    }

    .employee-details_date-print {
        font-size: 14px;
        letter-spacing: normal;
        color: #808080;
    }

    .recommendation-action-bottom-print {
        margin-bottom: 20px;
    }

    .commstyles-list-questions-column-print {
        display: inline-block;
        width: 47%;
        vertical-align: top;
        margin-right: 5px;
    }

    .commstyles-list-questions-row-print {
        display: inline-block;
        width: 50%;
        word-wrap: break-word;
    }

    .report-chart_legend-container-print {
        margin-bottom: 50px;
        margin: 0 auto;
        width: 100%;
    }

    .report-chart_legend-print {
        font-size: 14px;
        font-weight: bold;
        letter-spacing: -0.4px;
        color: #808080;
        position: relative;
        text-align: left;
    }

    .report-chart_prompt-container-print {
        margin: 0;
        padding: 10px 0 0 0;
        max-width: none;
        width: initial;
    }

    .report-chart_prompt-list-print {
        list-style-type: none;
        margin: 0 auto;
        padding: 0 10px 0 10px;
        margin-top: 40px;
        text-align: center;
    }

    .report-chart_prompt-container {
        padding: 30px 0;
    }

    .report-chart_prompt-box-print {
        width: 455px;
        box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(0, 0, 0, 0.1);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
        min-height: 180px;
    }

    .report-chart-key_prompt-box-print {
        width: 150x;
        box-shadow: -1px 1px 10px rgba(0, 0, 0, 0.1), 1px 1px 10px rgba(0, 0, 0, 0.1);
        border-radius: 10px;
    }


    .report-chart_prompt {
        position: relative;
        z-index: 0;
    }

    .report-chart_prompt-image-container-print {
        position: relative;
        min-height: 50px;
        overflow: hidden;
        text-align: center;
        border-radius: 10px;
        border-bottom: solid 1px #e6e6e6;
    }

    .report-chart_prompt-name-print {
        position: absolute;
        left: 0;
        right: 0;
        padding: 0 20px;
        text-align: center;
        font-size: 12px;
        font-weight: bold;
        line-height: 50px;
        color: #808080;
    }

    .report-chart_prompt-comments-print {
        position: relative;
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        background: #ffffff;
        color: #808080;
        padding: 10px;
        font-size: 14px;
    }

    .report-chart_prompt-comment-print {
        display: block;
        margin-left: -12px;
        margin: 6px 0;
        font-size: 14px;
        line-height: 22px;
        letter-spacing: -0.4px;
        text-align: left;
        color: #808080;
        white-space: normal;
        word-wrap: break-word;
    }

    .report-chart_prompt-comment-print--wrap {
        white-space: normal;
    }

    .report-chart_prompt-comment_label-print {
        font-weight: bold;
        margin-right: 5px;
    }


    .vertically-centered {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    .results-panel-print {
        padding: 10px 0;
        background: #e6e6e6;
        width: 1420px;
    }

    .report-chart_prompt-print {
        position: relative;
        z-index: 0;
        display: inline-block;
        vertical-align: top;
        width: 450px;
        border-radius: 10px;
        margin-bottom: 10px;
        margin: auto 0;
    }

    .talentsort-results-print {
        color: #808080;
        width: 50%;
        object-fit: contain;
        display: inline-block;
        vertical-align: top;
        font-size: 14px;
    }

    .row-print {
        min-height: 100px;
        text-align: center;
    }

    .result-second-section-print {
        margin-bottom: 10px;
        padding: 0 10px;
    }

    .recommendation-graph-title-print {
        font-family: 'Open sans', sans-serif;
        font-size: 16px;
        color: #808080;
        font-weight: 800;
    }

    h2, h3, h4 {
        color: #808080;
    }

    .results-recommendation-clear-print {
        clear: both;
        display: block;
    }

    .displayBlock {
        display: block;
    }

    .displayInline {
        display: inline;
    }
}


.main-content-900 {
    max-width: 900px;
    padding-top: 60px;
    min-height: 100%;
    overflow: hidden;
}

.scheduleEvent-panel .container .heading-title h4 {
    font-size: 40px;
    margin: 0;
    text-transform: none;
}

.scheduleEvent-panel .heading-title {
    background: #4d065b;
    padding: 55px 30px;
    text-align: center;
    color: #fff;
}

    .scheduleEvent-panel .heading-title h4 {
        color: #fff;
        font-size: 30px;
    }

.scheduleEvent-panel form#meetingForm {
    background: #fff;
    border-bottom: 6px solid #4d065b;
}

    .scheduleEvent-panel form#meetingForm .exp-modal {
        padding: 40px 80px;
    }

        .scheduleEvent-panel form#meetingForm .exp-modal .exp-inputs h4 {
            margin-bottom: 30px;
        }

        .scheduleEvent-panel form#meetingForm .exp-modal .form-group label {
            color: #000;
            font-size: 14px;
            font-family: 'Noto Sans', serif;
        }

        .scheduleEvent-panel form#meetingForm .exp-modal .form-group .select2-container,
        .scheduleEvent-panel form#meetingForm .exp-modal .form-group input {
            /*height: 44px;*/
            width: 100%;
            color: black;
            font-family: Noto Sans;
            font-size: 16px;
            font-weight: 400;
            margin: 5px 0;
            text-indent: 0;
            padding: 0 15px;
        }

        .scheduleEvent-panel form#meetingForm .exp-modal .form-group textarea {
            height: 50px;
            width: 100%;
            border: 2px solid #a6a6a6;
            border-radius: 0px;
            color: black;
            font-family: Noto Sans;
            font-size: 16px;
            font-weight: 400;
            margin: 5px 0;
            text-indent: 0px;
            padding: 6px 15px;
            resize: vertical;
        }

.selectpicker .select2-choice {
    background-position-x: 97%;
}

.scheduleEvent-panel .datepicker tr td button[disabled] {
    background: #a683ad;
}

.scheduleEvent-panel form#meetingForm .exp-modal-footer {
    padding: 0;
}

.scheduleEvent-panel .select2-container .select2-choice {
    height: 40px;
    line-height: 24px;
}

.scheduleEvent-panel .scheduleEvent-panel form#meetingForm input#SelectedScheduleDate[readonly] {
    cursor: pointer !important;
    background-color: #fff !important;
}

.scheduleEvent-panel span#select2-chosen-2 {
    display: block !important;
    margin-right: 0px;
}

@media (max-width: 767px) and (min-width: 320px) {
    .scheduleEvent-panel form#meetingForm .exp-modal {
        padding: 40px 20px;
    }
}

.eventDetails-panel .heading-title {
    background: #4d065b;
    padding: 20px 30px;
    text-align: center;
    color: #fff;
}

    .eventDetails-panel .heading-title h5 {
        color: #fff;
        margin-top: 10px;
    }

.eventDetails-panel .profile-icon {
    border-radius: 50%;
    width: 140px;
    height: 140px;
    border: 3px solid #fff;
    background: #fff;
    margin: 0 auto;
}

.eventDetails-panel .schedule-content {
    background: #fff;
    border-bottom: 6px solid #4d065b;
    padding: 60px 20px;
}

    .eventDetails-panel .schedule-content h3.pink-font {
        margin-top: 0;
        margin-bottom: 0;
    }

    .eventDetails-panel .schedule-content p small {
        font-size: 100%;
    }

    .eventDetails-panel .schedule-content h4,
    .eventDetails-panel .schedule-content p {
        font-family: 'Noto Sans';
    }

.eventDetails-panel .checkYour {
    margin-top: 50px;
    margin-bottom: 50px;
}

    .eventDetails-panel .checkYour h5 {
        font-family: 'Noto Sans';
    }

.scheduleEvent-panel form#meetingForm .exp-modal .form-group .select2-container-active,
.scheduleEvent-panel form#meetingForm .exp-modal .form-group input:focus,
.exp-modal .form-group textarea:focus,
.scheduleEvent-panel form#meetingForm .exp-modal-footer button.btn:focus {
    /*border-color: #3d3d3d !important;*/
}
/*New changes for schedule event*/
.scheduleEvent-panel .event__cnt {
    border-bottom: 6px solid #4f185a;
}

.schedule-event-banner .banner-bottom {
    height: 40px;
    background: #4f185a;
}

.schedule-event-banner .inner-baner-bg {
    background-image: url("/Content/Images/r19/illustration_ask_a_coach.svg");
    background-repeat: no-repeat;
    height: 100%;
    width: 100%;
    background-position: bottom;
    background-size: cover;
}
.schedule-event-banner .banner-content span {
    font-family: 'Noto Serif';
}

.event__cnt {
    margin: 40px 0 60px;
    border: 1px solid #eee;
}

    .event__cnt textarea {
        width: 100%;
        border: 1px solid #a6a6a6;
        border-radius: 0px;
        color: #555555;
        margin: 5px 0;
        text-indent: 0px;
        padding: 15px;
        resize: vertical;
        min-height: 120px;
    }

    .event__cnt .exp__footer {
        border-top: 1px solid #a6a6a6;
        padding: 20px;
    }

        .event__cnt .exp__footer .right_btn {
            float: right;
        }

    .event__cnt .select-control .select2-choice {
        background-position-x: 100%;
    }

    .event__cnt .datepicker {
        background-position-x: calc(~'100% - 15px');
    }

    .event__cnt label {
        color: black;
        font-size: 14px;
        font-family: 'Noto Sans', serif;
    }

    .event__cnt .exp-inputs {
        padding: 10px 20px 20px 20px;
    }

.schedule-event-banner.inner-banner-container {
    position: relative;
}

    .schedule-event-banner.inner-banner-container .banner-content {
        top: 30%;
        max-width: 39.5em;
        margin-top: 0;
        margin-left: 14.5%;
        position: absolute;
    }

    .schedule-event-banner.inner-banner-container .explore-title {
        margin-bottom: 10px;
    }

    .schedule-event-banner.inner-banner-container .explore-subtitle {
        clear: both;
        margin-top: 0px;
    }

.coach__panel {
    margin-top: 60px;
    padding: 10px 20px 20px;
    border: 1px solid #eee;
}

    .coach__panel .coach__card__cnt {
        margin-top: 10px;
        display: flex;
        flex-wrap: wrap;
    }

    .coach__panel .coach__card {
        margin-right: 1.5%;
        width: 31.33%;
        cursor: pointer;
        border: 2px solid #eeeeee;
        padding: 20px;
        position: relative;
        height: 100%;
        display: flex;
        margin-bottom: 10px;
        flex-direction: column;
        align-items: stretch;
    }

.coach__card__tick {
    position: absolute;
    right: 10px;
    top: 10px;
}

.coach__panel .coach__card__tick img {
    width: 30px;
}

.coach__card__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: 100%;
    margin-top: 20px;
}

    .coach__card__content .coach__img {
        width: 80px;
        height: 80px;
        background: #e6e6e6;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 80px;
    }

    .coach__card__content .coach__pic {
        width: 70px;
        height: 70px;
        border: 3px solid white;
        margin: 7px;
        border-radius: 50%;
        background: white;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

        .coach__card__content .coach__pic img {
            max-width: 100%;
        }

.coach__footer {
    border-top: 1px solid #a6a6a6;
    border: #eee;
    border-bottom: 6px solid #4f185a;
    padding: 20px;
    margin-bottom: 60px;
}

    .coach__footer .left_btn {
        float: left;
    }

        .coach__footer .left_btn button {
            background: white;
            color: #4f185a;
            border: 2px solid #4f185a;
            border-radius: 0;
            padding: 10px 40px;
            font-weight: bold;
            min-width: 200px;
        }

    .coach__footer .right_btn {
        float: right;
    }

        .coach__footer .right_btn button {
            background-color: #4f185a;
            color: white;
            border-radius: 0;
            padding: 10px 40px;
            min-width: 200px;
        }

.coach__card__content .btn {
    background: white;
    color: #4f185a;
    border: 2px solid #4f185a;
    border-radius: 0;
    font-size: 14px;
    font-weight: bold;
    padding: 5px 10px;
}

.eventDetails-panel .schedule-content {
    border: 1px solid #eee;
    padding: 60px 20px 0;
}

.red-event-details .exp-modal-footer {
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
    border-bottom: 6px solid #4f185a;
    padding: 20px;
}

.eventDetails-panel .profile-icon {
    margin: 20px auto 5px;
}

.eventDetails-panel .profile-user-initial {
    width: 140px;
    height: 140px;
    margin: 20px auto 5px;
}
.event-wrapper-loading{
    padding: 15px 0;
    min-height: 100px;
}
    .eventDetails-panel .profile-user-initial .profile-initials span {
        font-size: 40px;
        vertical-align: middle;
        line-height: 128px;
        display: block;
        background: #4d005b;
        border-radius: 50%;
        border: 3px solid white;
        height: 128px;
    }

    .eventDetails-panel .profile-user-initial .profile-initials {
        background: white;
        border-radius: 50%;
        width: 140px;
        padding: 0;
        height: 140px;
        border: 6px solid #cccccc;
    }
/*--Media Queries Only Below this point*/
@media screen and (max-width: 2560px) {
    .schedule-event-banner.inner-banner-container {
        height: 520px;
    }
}

@media screen and (max-width: 1280px) {
    .schedule-event-banner.inner-banner-container {
        height: 350px;
    }
}

@media (max-width: 1280px) {
    .schedule-event-banner.inner-banner-container .banner-content {
        max-width: 39.5em;
        margin-left: 3%;
    }
}

@media (max-width: 1600px) {
    .schedule-event-banner.inner-banner-container .banner-content {
        top: 50%;
        transform: translateY(-50%);
        max-width: 39.5em;
        margin-left: 8%;
    }
}

@media screen and (max-width: 2560px) {
    .schedule-event-banner.inner-banner-container .explore-title {
        font-size: 50px;
        margin-top: 0;
    }

    .schedule-event-banner.inner-banner-container .explore-subtitle {
        font-size: 24px;
    }
}

@media screen and (max-width: 1920px) {
    .schedule-event-banner.inner-banner-container .explore-title {
        font-size: 44px;
    }

    .schedule-event-banner.inner-banner-container .explore-subtitle {
        font-size: 22px;
    }
}

@media screen and (max-width: 1280px) {
    .schedule-event-banner.inner-banner-container .explore-title {
        font-size: 44px;
    }

    .schedule-event-banner.inner-banner-container .explore-subtitle {
        font-size: 22px;
    }
}

@media (max-width: 767px) {
    .event__cnt .exp__footer .right_btn {
        float: none;
        width: 100%;
    }

        .event__cnt .exp__footer .right_btn .btn {
            width: 100%;
        }

    .event__cnt .left_btn {
        margin-bottom: 15px;
        float: none;
    }

        .event__cnt .left_btn .btn {
            width: 100%;
        }

    .coach__footer .right_btn, .coach__footer .left_btn {
        float: none;
    }

        .coach__footer .right_btn .btn, .coach__footer .left_btn .btn {
            width: 100%;
        }

    .coach__footer .left_btn {
        margin-bottom: 15px;
    }

    .coach__panel .coach__card {
        width: 100%;
    }

    .red-event-details .exp-modal-footer .btn {
        width: 100%;
    }
}

@media (max-width: 767px) {
    .askacoach-schedule .crd-footer {
        margin-bottom: 45px;
    }
        .askacoach-schedule .crd-footer .text-overlap {
            vertical-align: middle;
            line-height: 24px;
        }
}