:root {
    --color-black: #000000;
    --color-white: #ffffff;
    --color-purple: #60469e;
    --color-purple-dark: #2f0b4f;
    --color-aqua: #0072A0;
    --color-aqua-light: #B2D4E2;
    --color-teal: #089faa;
    --color-orange: #e64b39;
    --color-green: #059f39;
    --color-red: #e70026;
    --color-dark-red: #a5001a;
    --color-grey-light: #F4F4F4;
    --color-grey: #707070;
    --color-grey-dark: #C0C1C2;
    --color-grey-medium: #797979;
    --color-grey-text: #767676;
    --color-grey-bg: #d6d6d6;
    --color-text-dark: #362C2D;
    --color-text-link: #222222;
}

body {
    font-size: 1.25rem;
    font-family: Lato, sans-serif;
    color: var(--color-black);
}
.bg-purple {
    background-color: var(--color-purple) !important;
}
.bg-aqua {
    background-color: var(--color-aqua) !important;
}
.bg-orange {
    background-color: var(--color-orange) !important;
}
.bg-green {
    background-color: var(--color-green) !important;
}
.bg-grey {
    background-color: var(--color-grey-light) !important;
}
.text-aqua {
    color: var(--color-aqua) !important;
}
.text-purple {
    color: var(--color-purple) !important;
}
.text-white {
    color: var(--color-white) !important;
}
.text-aqua-light {
    color: var(--color-aqua-light) !important;
}
.text-orange {
    color: var(--color-orange) !important;
}
.text-dark-grey {
    color: var(--color-grey-dark) !important;
}
.border-blue,
.border-aqua {
    border-color: var(--color-aqua) !important;
}
/* Header */
.site-logo {
    width: 220px;
    @media (min-width: 992px) {
        width: 322px;
    }
}
#block-10 {
    
}
#mobile-menu-control-wrapper {
    display: none;
}
.header-title {
    display: inline-block;
    text-align: right;
    padding-left: 1rem;
    line-height: 40px;
    margin-bottom: 0;
    margin-left: -36px;
}
#footer-legal-info {
    font-size: 17px;
    line-height: 21px;
    color: var(--color-text-dark);
    margin: 0 auto;
    text-wrap: balance;
    margin-bottom: 36px;
}
#footer-info {
    font-size: 12px;
    font-weight: 400;
    color: var(--color-grey);
    margin: 0 auto;
    text-wrap: balance;
}
#footer-info a {
    color: var(--color-text-link);
}
#footer-legal-info,
#footer-info {
    padding: 0 5%;
}
@media (min-width: 768px) {
    #footer-legal-info,
    #footer-info {
        padding: 0 15%;
    }
}
#block-18 {
    text-align: right;
}
.site-footer .footer-widgets-container {
    padding-left: 40px;
    padding-right: 40px;
}
body {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}
.site.container.grid-container {
    width: 100%;
}
.site-footer {
    margin-top: auto;
}
.content-area #main {
    margin-top: 0;
}
.content-area #main .inside-article {
    padding-top: 0;
}
.size-1-5 {
    width: 20%;
    flex: 0 0 20%;
    max-width: 20%;
}
#reference-card {
    position: absolute;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    column-gap: 20px;
    background-color: var(--color-purple);
    border-radius: 28px;
    padding: 24px;
    color: var(--color-white);
    font-size: 17px;
    margin-top: 62px;
    margin-left: 40px;
    margin-right: 40px;
    width: 460px;
    .book-icon {
        width: 54px;
        height: 48px;
        background: transparent url(../assets/images/book-icon.png) no-repeat center center / contain;
    }
    .text {
        width: 85%;
    }
    p { display: none; }
}
#survey-sidebar {
    background: transparent url(../assets/images/pillar-bg.webp) no-repeat 50% / cover;
    color: var(--color-white);
    max-width: 554px;
    display: none;
    @media (min-width: 992px) {
        display: block;
    }
    h2 {
        font-size: 28px;
        line-height: 32px;
        @media (min-width:576px) {
            font-size: 32px;
            line-height: 36px;
        }
        @media (min-width:992px) {
            font-size: 36px;
            line-height: 40px;
        }
    }
    h3 {
        font-size: 28px;
    }
    h4 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 12px;
        @media (min-width:576px) {
            font-size: 22px;
            line-height: 26px;
        }
        @media (min-width:992px) {
            font-size: 24px;
            line-height: 28px;
        }
    }
    p {
        font-size: 20px;
        line-height: 26px;
    }
}
#form_roi-calculator {
    @media (min-width: 992px) {
        padding-top: 50px;
        padding-bottom: 35px;
    }
    h2 {
        font-size: 20px;
        line-height: 24px;
        @media (min-width:576px) {
            font-size: 24px;
            line-height: 30px;
        }
        @media (min-width:992px) {
            font-size: 28px;
            line-height: 36px;
        }
    }
    h3 {
        font-size: 20px;
        line-height: 24px;
        font-weight: 600;
        color: var(--color-black);
        @media (min-width:576px) {
            font-size: 22px;
            line-height: 28px;
        }
        @media (min-width:992px) {
            font-size: 24px;
            line-height: 30px;
        }
    }
    p {
        font-size: 16px;
        line-height: 24px;
        color: var(--color-black);
        @media (min-width:576px) {
            font-size: 18px;
            line-height: 26px;
        }
        @media (min-width:992px) {
            font-size: 22px;
            line-height:32px;
        }
    }
    .frm_primary_label {
        font-size: 16px;
        line-height: 20px;
        color: var(--color-grey-medium);
        font-weight: 600;
        @media (min-width:576px) {
            font-size: 18px;
            line-height: 22px;
        }
        @media (min-width:992px) {
            font-size: 20px;
            line-height: 24px;
        }
    }
    .sales-rep-dropdown .frm_primary_label {
       color: var(--color-black);
    }
    #field_sales_rep {
        color: var(--color-purple);
        border-color: var(--color-purple);
        border-width: 2px;
        width: 100%;
        option {
            color: var(--color-purple);
        }
        @media (min-width: 992px) {
            width: 50%;
        }
    }
    #field_sales_rep_label {
        display: flex;
        flex-wrap: nowrap;
    }
    .frm_page_num_1 .frm_button_submit,
    #calculate-btn {
        border: 2px solid var(--color-red);
        border-radius: 8px;
        background-color: var(--color-red);
        color: var(--color-white);
        font-size: 1.25rem;
        line-height: 100%;
        padding: 10px 12px;
        font-family: Lato, sans-serif;
        width: 50%;
        &:hover {
            background-color: var(--color-dark-red);
            border-color: var(--color-dark-red);
        }
        @media (min-width: 992px) {
            width: 20%;
        }
    }
    #frm_field_6_container {
        visibility: hidden;
        height: 1px;
    }
    #frm_field_72_container {
        flex-direction: column;
        align-items: center;
    }
    #calculation-error {
        .content {
            padding-top: 20px;
            color: var(--color-red);
            font-style: italic;
        }
    }
}
.frm_page_num_1 .frm_submit {
    margin-top: 0;
    padding-left: 0;
    @media (min-width:992px) {
        margin-top: -83px;
        padding-left: 330px;
    }
}
#calculator-results {
    h4 {
        color: var(--color-purple);
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0;
        @media (min-width:992px) {
            font-size: 20px;
        }
        @media (min-width:1200px) {
            font-size: 24px;
        }
        @media (min-width:1600px) {
            font-size: 27px;
        }
    }
    .math_icon {
        font-size: 60px;
        line-height: 100%;
        color: var(--color-purple);
        @media (min-width:992px) {
            font-size: 120px;
        }
    }
    .info-box {
        padding: 30px 20px;
        margin-left: 10%;
        margin-right: 10%;
        @media (min-width:1200px) {
            padding: 60px 40px;
        }
        @media (min-width:1600px) {
            padding: 75px 80px;
        }
    }
    .profit {
        font-size: 36px;
        line-height: 40px;
        font-weight: 600;
        @media (min-width:1200px) {
            font-size: 44px;
            line-height: 48px;
        }
        @media (min-width:1400px) {
            font-size: 60px;
            line-height: 70px;
        }
    }
    .text-100 {
        font-size: 100px;
        font-weight: 700;
        letter-spacing: -1px;
        @media (min-width:576px) {
            font-size: 18px;
            line-height: 22px;
        }
        @media (min-width:992px) {
            font-size: 60px;
        }
        @media (min-width:1200px) {
            font-size: 70px;
        }
        @media (min-width:1600px) {
            font-size: 90px;
        }
    }
    .inner-card {
        padding: 20px 24px;
        border-radius: 19px;
        border: 2px solid var(--color-white);
        @media (min-width:992px) {
            padding: 28px 32px;
        }
    }
}
.client-portfolio-charts {
   display: flex;
   flex-direction: row;
}
#three_year_projections {
    column-gap: 16px;
}
#annual_revenue_from_retained_clients_content {
    .text-100 {
        font-size: 65px;       
    }
}
#submit-results,
#download-report {
        border: 2px solid var(--color-red);
        border-radius: 8px;
        background-color: var(--color-red);
        color: var(--color-white);
        font-size: 1.25rem;
        line-height: 100%;
        padding: 8px 12px;
        text-decoration: none;
        &:hover {
            background-color: var(--color-dark-red);
            border-color: var(--color-dark-red);
        }
    }
 #post-submit-message {
    display: none;
    p {
     padding-left: 0;
     padding-right: 0;
     @media (min-width: 992px) {
         padding-left: 20%;
         padding-right: 20%;
     }
 }
}
.form-submitted {
    #main-assessment-section #survey-sidebar,
    #submit-assessment-results {
        display: none;
    }
    #post-submit-message {
        display: block;
    }
}
/* Charts */
#riskAnalysis1,
#riskAnalysis2 {
    width: 320px !important;
    height: 320px !important;
    margin: 0 auto;
    @media (min-width:992px) {
        width: 408px !important;
        height: 408px !important;
    }
}
#currrent_clients_at_risk, 
#target_number_of_clients_at_risk {
    width: 308px !important;
    height: 308px !important;
    margin: 0 auto;
    margin-bottom: 0px;
    @media (min-width: 992px) {
        margin-bottom: 102px;
    }
}
.chart-legend {
    li {
        list-style: none;
        display: flex;
        align-items: center;
        justify-content: flex-start;
        column-gap: 12px;
        margin-bottom: 16px;
        font-size: 18px;
        @media (min-width: 992px) {
            font-size: 20px;
        }
         @media (min-width: 1200px) {
            font-size: 24px;
        }
    }
    .color-dot {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        display: inline-block;
    }
}

#client_portfolio_impact_content {
    .math_icon {
        height: auto;
        display: inline-block;
        @media (min-width: 992px) {
            height: 308px;
            display: flex;
            align-items: center;
        }
    }   
}
.save-draft {
    margin-top: 10rem;
}
a.frm_pending_save_draft,
a.frm_save_draft {
    display: none;
    color: var(--color-white);
    visibility: hidden;
}
.hide-radio-label .frm_primary_label {
    text-align: center;
    font-size: 1.25rem;
    color: var(--color-purple);
}
.hide-radio-label .frm_checkbox.checkbox label,
.hide-radio-label .frm_radio.radio label {
    color: var(--color-white);
    width: 40px;
    height: 48px;
    overflow: hidden;
    margin: 0 auto;
}
.frm_style_formidable-style.with_frm_style .frm_section_heading {
    margin-top: 0;
}
.frm_style_formidable-style.with_frm_style .frm-show-form .frm_section_heading h3[class*="frm_pos_"] {
    border: none;
    padding-top: 0;
}
.frm_section_heading {
    font-size: 1.25rem;
    font-family: Lato, sans-serif;
}
.with_frm_style .frm-show-form .frm_section_heading h3[class*="frm_pos_"] {
    font-weight: 400;
    color: var(--color-red);
    font-size: 1.875rem;
}
.radio-list-text ul {
    margin-top: 20px;
    margin-left: 0;
    list-style: none;
    font-size: 1.25rem;
    text-align: right;
}
.first-page-heading h2 {
    padding-top: 40px;
}
.with_frm_style .frm_checkbox input[type="checkbox"],
.with_frm_style .frm_radio input[type="radio"],
.with_frm_style .frm_scale input[type="radio"] {
    border: 2px solid var(--color-purple);
}
.frm_style_formidable-style.with_frm_style .form-field input:not([type="file"]):focus,
.with_frm_style .frm_checkbox input[type="checkbox"]:checked,
.with_frm_style .frm_radio input[type="radio"]:checked,
.with_frm_style .frm_scale input[type="radio"]:checked {
    border: 1px solid var(--color-purple);
}
.with_frm_style .frm_checkbox input[type="checkbox"]:before,
.with_frm_style .frm_radio input[type="radio"]:before,
.with_frm_style .frm_scale input[type="radio"]:before {
    box-shadow: none;
}
.with_frm_style .frm_hidden_container .frm_primary_label,
.with_frm_style .frm_pos_top,
.with_frm_style .frm_top_container .frm_primary_label {
    font-size: 20px;
}
.frm_form_field.form-field select {
    color: var(--color-grey-medium);
    font-size: 1.25rem;
}
.frm_page_num_1 .frm_form_field.form-field select {
    position: relative;
    z-index: 10;
}
.frm_page_num_1 .form-group.frm_submit {
    padding-left: 272px;
    margin-top: -72px;
    z-index: 9;
}
.frm_page_num_1 .form-group.frm_submit button.frm_button_submit {
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}
.left-side-label .frm_primary_label {
    text-align: right;
    color: var(--color-purple);
}
.left-side-label .frm_opt_container .frm_checkbox.checkbox label,
.left-side-label .frm_opt_container .frm_radio.radio label {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 1rem;
    line-height: 1.25rem;
    padding-right: 1.5rem;
    min-height: 48px;
    padding-left: 0;
    text-indent: 0;
    margin-bottom: 0.75rem;
}
.left-side-label .frm_opt_container .frm_checkbox.checkbox label input,
.left-side-label .frm_opt_container .frm_radio.radio label input {
    order: 2;
    margin-left: 1rem;
}
.hide-radio-label .frm_opt_container .frm_checkbox.checkbox label,
.hide-radio-label .frm_opt_container .frm_radio.radio label {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 0 !important;
    margin-bottom: 0.75rem;
    text-indent: -99999px;
}
div.mce-statusbar {
    display: none !important;
}
.frm_style_formidable-style.with_frm_style .frm_submit button {
    border: 2px solid var(--color-red);
    border-radius: 12px;
    background-color: transparent;
    color: var(--color-red);
    font-size: 24px;
    margin-right: 1rem;
}
#save-survey-draft {
    border: 2px solid var(--color-white);
    border-radius: 12px;
    background-color: transparent;
    color: var(--color-white);
    font-size: 20px;
    padding-top: 7px;
    padding-bottom: 7px;
}
body {
    background-color: var(--color-white);
    font-family: Lato, sans-serif !important;
    overflow-x: hidden;
}
#survey-results-page {
    width: 100vw;
    position: relative;
    left: calc(-50vw + 50%);
    padding-top: 50px;
    padding-bottom: 50px;
}
#survey-results-page:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--color-grey-bg);
    z-index: -1;
}
.frm_rootline_group {
    display: none !important;
}
#results-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    #your-results {
        max-width: 94%;
        background: var(--color-white) url(../assets/images/results-bg.webp) no-repeat 50% / cover;
        border-radius: 19px;
        overflow: hidden;
        margin-top: 129px;
        padding-top: 20px;
        @media (min-width:992px) {
            padding-top: 0;
        }
        .row {
            display: flex;
            flex-direction: column;
            text-align: center;
            @media (min-width: 992px) {
                flex-direction: row;
                text-align: inherit;
            }
        }
        
    }
}
#results-section #your-results h3 {
    font-size: 25px;
    line-height: 30px;
    font-weight: 600;
    color: var(--color-white);
    margin-bottom: 0px;
    padding: 0 10%;
    @media (min-width: 992px) {
        font-size: 28px;        
        line-height: 32px;
    }
    @media (min-width: 1200px) {
        font-size: 35px;        
        line-height: 40px;
    }
}
#results-section #your-results p {
    color: var(--color-white);
}
#results-section #your-results .user-details {
    font-size: 1.25rem;
}
#results-section #your-results .user-details th {
    color: var(--color-teal);
}
#results-section #your-results .user-details td {
    color: var(--color-white);
}
#results-section #your-results .user-details td,
#results-section #your-results .user-details th {
    padding-top: 0;
    padding-bottom: 0;
}
#results-section #your-results .user-details figure {
    padding-top: 2rem;
}
#results-section #your-results .user-details figure img {
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 70px;
    overflow: hidden;
    max-width: 97px;
}
#results-section #your-results #realised-value-chart {
    border-left: none;
    border-right: none;
    margin-left: 0rem;
    margin-right: 0rem;
    @media (min-width: 992px) {
        border-left: 1px solid #e2e2e2;
        border-right: 1px solid #e2e2e2;
        margin-left: 3.4375rem;
        margin-right: 3.4375rem;
    }
}
#results-section #your-results #roiValue {
    display: inline-block;
    font-size: 3.25rem;
    line-height: 100%;
    font-weight: 700;
    color: var(--color-white);
    padding: 30px 0;
    small {
        font-size: 6rem;
    }
    @media (min-width: 992px) {
        font-size: 4.625rem;
        small {
            font-size: 4.5rem;
        }
    }
    @media (min-width: 1200px) {
        font-size: 5.625rem;
        small {
            font-size: 4rem;
        }
    }
    @media (min-width: 1600px) {
        font-size: 7.5rem;
        small {
            font-size: 6rem;
        }
    }
}
#results-section #your-results .pillars {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
    list-style: none;
}
#results-section #your-results .pillars li {
    padding: 1rem;
    color: var(--color-white);
    margin-bottom: 30px;
    border-radius: 8px;
    font-size: 25px;
    line-height: 120%;
}

section.section { 
    width: 100%;
    div.container {
        max-width: 1736px;
        margin: 0 auto;
        padding: 20px;
        @media (min-width:992px) {
            padding: auto;
        }
    }
    .section-heading {
        color: var(--color-purple-dark);
        font-size: 40px;
        font-style: normal;
        font-weight: 600;
        text-align: center;
    }
}

#financial_impact_content,
#three_year_projections,
#annual_revenue_from_retained_clients_content {
    flex-direction: column;
    row-gap: 24px;
    @media (min-width: 1200px) {
        flex-direction: row;
        row-gap: 18px;
    }   
}
#financial_impact_1,
#financial_impact_2,
#financial_impact_3 {
    column-gap: 12px;
    @media (min-width: 992px) {
        column-gap: 18px;
    }
}
#annual_revenue_from_retained_clients_content {
    .text-100 {
        font-size: 35px; 
        @media (min-width: 992px) {
            font-size: 100px;
        }
    }
}
#client_portfolio_impact_content {
    flex-direction: column;
    row-gap: 36px;
    align-items: center;
    @media (min-width: 1600px) {
        align-items: flex-start;
        flex-direction: row;
        row-gap: 18px;
    }   
}

#client_portfolio_impact_content {
    .chart-container {
        margin-bottom: 12px;
        @media (min-width: 992px) {
            margin-bottom: 102px;
        }
    }
}
#risk-analysis {
    .row .col:first-child {
        border-right: none;
        @media (min-width: 992px) { 
            border-right: 2px solid #e2e2e2;
        }
    }
}
#current-vs-desired #status-legend ul {
    list-style: none;
}
#current-vs-desired #status-legend ul li.status-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#current-vs-desired #status-legend ul li.status-item.desired span {
    background: transparent url(../assets/images/legend-icon-desired.png) no-repeat 50% / contain;
}
#current-vs-desired #status-legend ul li.status-item.current span {
    background: transparent url(../assets/images/legend-icon-current.png) no-repeat 50% / contain;
}
#current-vs-desired #status-legend ul li.status-item span {
    display: inline-block;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.625rem;
}
#current-vs-desired #status-legend ul li.status-item p {
    font-size: 1rem;
    color: var(--color-grey-text);
    margin-bottom: 0;
}
@media (min-width: 992px) {
    #current-vs-desired #status-legend ul li.status-item p {
        font-size: 1.5rem;
    }
}
#next-steps {
    margin-bottom: 129px;
}

#results {
    background-color: var(--color-white);
}
.section {
    margin-top: 50px;
}
.container-radius {
    border-radius: 19px;
}
.result-card {
    position: relative;
    padding-bottom: 120px !important;
}
.result-card .button-wrapper {
    position: absolute;
    width: 100%;
    bottom: 20px;
    left: 0;
    right: 0;
}
.result-card .button-wrapper .gb-button {
    margin-left: 10px;
    margin-right: 10px;
}
#download-report {
    cursor: pointer;
}
.chart-container {
    position: relative;
}
.multi-series-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 1.15rem;
    line-height: 100%;
    font-weight: 700;
    color: var(--color-black);
    text-align: center;
    @media (min-width: 992px) {
        font-size: 1.5rem;
    }
}
@media (min-width: 992px) {
    .multi-series-text {
        font-size: 1.5rem;
        line-height: 1.5rem;
    }
}
#all-results h3 {
    font-size: 1.15rem;
    height: 3.125rem;
}
@media (min-width: 992px) {
    #all-results h3 {
        font-size: 1.32rem;
    }
}
#all-results ul {
    list-style: none;
    margin-left: 0;
}
#all-results ul li {
    text-align: left;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: var(--color-grey);
    font-size: 0.65rem;
}
@media (min-width: 992px) {
    #all-results ul li {
        font-size: 1rem;
    }
}
#all-results ul li .icon {
    display: inline-block;
    width: 1rem;
    height: 1rem;
    background-color: var(--color-red);
    margin-right: 0.25rem;
}
#all-results ul li .score {
    margin-left: 0.25rem;
}
.frm_form_field.frm_html_container.form-field h2 {
    color: var(--color-red);
    font-family: Lato, sans-serif;
    font-weight: 600;
    line-height: 1.2em;
    font-size: 1.5rem;
    margin-top: 7px;
}
.with_frm_style .frm_form_field.frm_html_container p {
    font-size: 1.25rem;
    color: var(--color-black);
}
/* Footer */
#block-13,
#block-18 {
    text-align: center;
}
.inside-footer-widgets .footer-widget-1 {
    margin-bottom: 0 !important;
    @media (min-width: 768px) {
        margin-bottom: 40px !important;
    }
}
.inside-footer-widgets .footer-widget-2 {
    margin-bottom: 20px !important;
    @media (min-width: 768px) {
        margin-bottom: 40px !important;
    }
}


.text-green {
    color: var(--color-green) !important;
}
.text-white {
    color: var(--color-white) !important;
}
.text-orange {
    color: var(--color-orange) !important;
}
.text-purple {
    color: var(--color-purple) !important;
}
.font-weight-600 {
    font-weight: 600 !important;
}
.font-size-24 {
    font-size: 1.5rem !important;
    line-height: 1.75rem !important;
}
/* Font Size Helpers */
.text-size-80 {
    font-size: 80px;
}
.font-size-34 {
    font-size: clamp(20px, 34px, 34px) !important;
}

.remove-paragraph-spacing p {
    margin-bottom: 0 !important;
}
.line-height-100 {
    line-height: 100% !important;
}
.text-wrap-balance {
    text-wrap: balance;
}
.btn-red {
    font-size: 20px;
    font-weight: 400;
    text-align: center;
    padding: 5px 20px;
    border-radius: 11px;
    background-color: var(--color-red);
    color: var(--color-white);
    text-decoration: none;
}