@font-face {
    font-family: 'metropolisblack';
    src: url('https://appcues-public.s3.us-west-2.amazonaws.com/microsites/plg-assessment/fonts/metropolis-black-webfont.woff2') format('woff2'),
        url('https://appcues-public.s3.us-west-2.amazonaws.com/microsites/plg-assessment/fonts/metropolis-black-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Muli';
    src: url('https://assets.website-files.com/5c7d318eeaea1d6e1198d906/60ba524efd97a1055187c2a4_1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('https://assets.website-files.com/5c7d318eeaea1d6e1198d906/60ba524efd97a1055187c2a4_1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('https://assets.website-files.com/5c7d318eeaea1d6e1198d906/60ba524efd97a1055187c2a4_1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('https://assets.website-files.com/5c7d318eeaea1d6e1198d906/60ba524efd97a1055187c2a4_1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('https://assets.website-files.com/5c7d318eeaea1d6e1198d906/60ba524efd97a1055187c2a4_1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2') format('woff2');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('https://assets.website-files.com/5c7d318eeaea1d6e1198d906/60ba524efd97a1055187c2a4_1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2') format('woff2');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('https://assets.website-files.com/5c7d318eeaea1d6e1198d906/60ba524efd97a1055187c2a4_1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Muli';
    src: url('https://assets.website-files.com/5c7d318eeaea1d6e1198d906/60ba524efd97a1055187c2a4_1Ptvg83HX_SGhgqk3wotYKNnBQ.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

html {
    height: 100%;
    margin: 0;
}

body {
    background-color: #0a1424;
    font-family: 'Muli', sans-serif;
    margin: 0;
    height: 100%;
}

p {
    color: #c8d2e0;
    font-size: 16px;
    line-height: 1.6em;
}

a {
    color: #b9b9ff;
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    color: #a0a0ff;
}

ul {
    color: #c8d2e0;
    font-size: 18px;
}

h1 {
    color: white;
    text-align: center;
    font-size: 100px;
    font-weight: 800;
    line-height: 0.9em;
    font-family: 'metropolisblack', sans-serif, impact;
    margin: 0;
    z-index: 100;
    padding: 50px;

}

h2 {
    color: white;
    font-size: 32px;

}

h3 {
    color: white;
    font-size: 26px;
}

.logo-header {
    padding: 0;
    margin: 0;
    width: 100%;
}

.landing-body-questions {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    /* Height of the footer */
    background-image: url(../png/movement-half.png);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center 100%;
    background-size: 100% 20%;
}

.landing-body {
    min-height: 100%;
    padding-bottom: 50px;
    position: relative;

}

.landing-body-results {
    min-height: 100%;
    padding-bottom: 50px;
    position: relative;
}

.logo-div {
    width: 25%;
    height: 100px;
    max-width: 250px;
    max-height: 100px;
    padding: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
    background-color: transparent;
}

.logo-div-questions {
    max-width: 25%;
    padding: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.landing-hero {
    background-image: url(https://appcues-public.s3.us-west-2.amazonaws.com/microsites/plg-assessment/img/movement-background/FullColor-Movement-LandingPage-NoCrop.svg);
    background-size: 100% 90%;
    display: flex;
    flex-direction: column;
    width: 100%;
}

.landing-hero-results {
    background-image: url();
    background-size: 100% 86%;
    display: flex;
    flex-direction: column;
    width: 100%;
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center center;
    background-size: 100% 100%;
    height: 100%;
}

/*
.landing-body-results {
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://appcues-public.s3.us-west-2.amazonaws.com/microsites/plg-assessment/img/movement-background/Elite-Hero-Gradient.svg);
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center bottom;
    background-size: 100% 100%;
}
*/

.vector-circle {
    max-height: 222px;
    right: 10%;
    top: 55%;
    position: absolute;
    max-width: 204px;
}

.vector-square {
    max-height: 212px;
    position: absolute;
    max-width: 213px;
    left: 8%;
}

.vector-circle-questions {
    max-height: 222px;
    left: 5%;
    top: 10%;
    position: absolute;
    max-width: 204px;
}

.vector-square-questions {
    max-height: 118px;
    max-width: 213px;
    position: absolute;
    bottom: 50px;
    /* Height of the footer */
    left: 80%;
}

.vector-circle-results {
    max-height: 142px;
    position: absolute;
    left: 12%;
    top: 15%;
    max-width: 124px;
}

.vector-square-results {
    max-height: 212px;
    max-width: 213px;
    right: 3%;
    top: 95%;
    position: absolute;
    z-index: 98;
}

.outline {
    color: white;
    font-size: 75px;
    text-shadow:
        -1px -1px 0 #000,
        1px -1px 0 #000,
        -1px 1px 0 #000,
        1px 1px 0 #000
}

@supports((text-stroke: 2px white) or (-webkit-text-stroke: 2px white)) {
    .outline {
        color: transparent;
        font-size: 75px;
        -webkit-text-stroke: 2px white;
        text-stroke: 2px white;
        text-shadow: none;
    }
}

.simple-email-form {
    color: #394455;
    font-size: 18px;
    line-height: 20px;
    font-weight: 400;
    font-family: 'Muli';
    -webkit-font-smoothing: antialiased;
    text-align: center;
    box-sizing: border-box;
    display: flex;
    width: 100%;
    margin-top: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: start;
    align-items: flex-start;
}

.email-label input {
    height: 50px;
    padding: 0px 20px 0px 20px;
    border-radius: 6px 0 0 6px;
    border: none;
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    color: #394455;
    font-weight: normal;
    min-width: 300px;
}

.email-label input:focus {
    outline: none;
}

.email-button {
    position: relative;
    left: -1px;
}

.email-button input {
    color: white;
    background-color: #5c5cff;
    height: 50px;
    border: none;
    padding: 0px 30px 0px 30px;
    border-radius: 0 6px 6px 0;
    font-size: 18px;
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    cursor: pointer;
}

.email-label {
    margin: 0;
}

.form-block {
    margin: auto;
    margin-top: 50px;
    max-width: 500px;
}

.white-down-arrow {
    margin: auto;
    width: 2%;
    padding: 75px;
}

.white-down-arrow img {
    margin: auto;
    width: 100%;
    z-index: 100;
    min-width: 20px;
}

.bounce {
    animation: bounce 2s;
    animation-delay: 1s;
}

@keyframes bounce {

    0%,
    25%,
    50%,
    75%,
    100% {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-20px);
    }

    60% {
        transform: translateY(-12px);
    }
}

.level-up-container {
    display: flex;
    justify-content: center;
    margin: auto;
    min-height: 450px;
}

.level-up-block {
    display: flex;
    width: 90%;
    background-color: #202e45;
    align-items: center;
    border-radius: 15px;
}

.level-up-img {
    width: 50%;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

.level-up-img img {
    width: 55%;
    padding: 50px 0px 50px 0;
}

.level-up-text {
    padding: 50px 5% 50px 100px;
    width: 50%;
}

.level-up-text h2 {
    margin-bottom: 30px;
}

.reasons-block {
    display: flex;
    width: 90%;
    margin: auto;
    padding: 30px 0px 30px 0px;
}

.reason-title {
    max-width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: start;
}

.reason-title-img {
    width: 7%;
}

.reason-title-img img {
    max-width: 65%;
    margin: 0;
    margin-top: 5%;
}

.reason-title-h3 {
    max-width: 95%;
}

.reason-title-h3 h3 {
    margin: 0;
    margin-bottom: 3%;
}

.reasons-text {
    width: 50%;
    padding: 50px 25px 50px 25px;
}

.reasons-text p {
    padding-left: 7%;
}

.reasons-text ul {
    padding-left: 15%;
}

.reasons-text li {
    font-size: 16px;
    line-height: 30px;
}

.quote-callout {
    margin-top: 20px;
    font-size: 18px;
}

.quote-callout:before {
    border-radius: 50%
}

.quote-callout:after {
    border-radius: 50%
}

.quote-callout-name {
    font-size: 16px;
    color: white;
    font-weight: 600;
}

.quote-callout-title {
    font-size: 16px;
}

footer {
    width: 100%;
    height: 50px;
    background-color: #202e45;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    bottom: 0;
}

footer div {
    background-color: #202e45;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    bottom: 0;
}

.assessment-footer-div {
    background-color: #202e45;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 50px;
    position: relative;

}

.plg-assessment-footer {
    font-size: 12px;
    font-weight: 700;
    padding: 0px;
    color: white;
    letter-spacing: .2em;
    margin: 0;
}

.assessment-footer-div img {
    max-width: 2%;
    padding: 0 10px 0 10px;
    min-height: 1em;
}

.question-section {
    width: 45%;
    margin: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 0 0 45px 0;
    flex-grow: 1;
    margin-bottom: 50px;
}

.progress-counter {
    font-size: 14px;
    color: #c0c6d9;
    margin: 10px 0 10px 0;
}

/* .question-text {
    margin: 0;
} */

.question-text {
    font-size: 24px;
    font-weight: 700;
    color: white;
    margin: 5px 0 30px 0;
    line-height: 1.5em;
}

.answer-box {
    width: 100%;
    border: 1px #c0c6d9 solid;
    border-radius: 6px;
    padding: 0;
    margin: 10px 0 10px 0;
    cursor: pointer;
    background-color: transparent;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
}

.answer-box-section input,
.answer-box-section label {
    width: 100%;
    border: 1px #c0c6d9 solid;
    border-radius: 6px;
    padding: 10px 0 10px 0;
    margin: 0;
    cursor: pointer;
    background-color: transparent;
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: white;
    font-family: 'Muli', sans-serif;
    line-height: 1.5em;
    text-align: center;
    height: 4.2em;
    vertical-align: middle;
    padding: 0 20px 0 20px;
}

.answer-box-section input[type="checkbox"] {
    display: none;
}

.answer-box-section input[type="radio"] {
    display: none;
}

.hidden {
    display: none;
}

.option-container.hidden input[type="checkbox"],
.option-container.hidden input[type="radio"] {
    display: none;
}

.option-container {
    margin-bottom: 15px;
}

.answer-box-section input:hover,
.answer-box-section label:hover {
    border: 1px #5c5cff solid;
    background-color: #161f45;
}

input[type="checkbox"]:checked+label {
    border: 1px #5c5cff solid;
    background-color: #161f45;
}

input[type="radio"]:checked+label {
    border: 1px #5c5cff solid;
    background-color: #161f45;
}

.answer-box-section input:focus-within,
.answer-box-section label:focus-within {
    border: 1px #5c5cff solid;
    background-color: #161f45;
}

/* .answer-box:hover {
    border: 1px #5c5cff solid;
    background-color: #161f45;
}

.answer-box:active {
    border: 1px #5c5cff solid;
    background-color: #161f45;
}

.answer-box:focus {
    border: 1px #5c5cff solid;
    background-color: #161f45;
}

.answer-box p {
    font-size: 18px;
    color: white;
    font-family: 'Muli', sans-serif;
    line-height: 1.5em;
    text-align: center;
    margin: 0;
    min-height: 50px;
    vertical-align: middle;
} */

.button-control-section {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.previous-button {
    display: flex;
    cursor: pointer;
    justify-content: center;
    align-items: center;
    margin: 0;
    border-radius: 6px;
    width: 10%;
    background-color: #405373;
    padding: 0;
    min-height: 55px;
    min-width: 245px;
}

.previous-button.hidden {
    visibility: hidden;
}

.previous-button p {
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    color: white;
    margin: 0;
}

.previous-button img {
    max-width: 5%;
    margin-right: 15px;
    min-width: 20px;
}

.next-button {
    display: flex;
    justify-content: center;
    width: 10%;
    border-radius: 6px;
    margin: 0;
    align-items: center;
    background-color: #5c5cff;
    padding: 0;
    cursor: pointer;
    min-height: 55px;
    min-width: 245px;
}

.next-button p {
    font-family: 'Muli', sans-serif;
    font-weight: 600;
    color: white;
    margin: 0;
}

.next-button img {
    max-width: 5%;
    margin-left: 15px;
    min-width: 20px;
}

.main-maturity-badge {
    max-width: 200px;
    z-index: 100;
    margin-top: 100px;
    position: relative;
    top: 130px;
}

.share-button {
    display: flex;
    background-color: #5c5cff;
    width: 12%;
    position: fixed;
    right: 0;
    top: 5%;
    z-index: 101;
    border-radius: 8px 0 0 8px;
    margin: 0;
    padding: 10px 0 10px 25px;
    opacity: 80%;
    max-width: 175px;
    cursor: pointer;
}

.share-button-text {
    color: white;
    padding: 0 0 0 10px;
    margin: 0;
    font-size: 16px;
    font-weight: 600;
}

.share-icon {
    max-width: 15px;
}

.results-h1 {
    font-size: 40px;
    text-align: left;
    padding: 0 0 20px 100px;
    width: 70%;
}

.main-results-text h1 {
    font-weight: 700;
    line-height: 1.25em;
    font-family: 'Muli', sans-serif;
}

.main-results-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: -200px auto 0 auto;
    z-index: 99;
    box-shadow: 0px 4px 28.08px 25.92px rgba(0, 0, 0, 0.1);
}

.chart-container {
    width: 40%;
    margin: 0 5% 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.chart-background {
    width: 80%;
    margin-left: 40px;
}

.chart-styles {
    width: 100%;
}

.main-results-block {
    display: flex;
    width: 90%;
    background-color: #202e45;
    align-items: center;
    justify-content: space-between;
    border-radius: 15px;
    padding: 50px 0 50px 0;
}

.main-results-block img {
    width: 80%;
    padding: 50px 0px 50px 30px;
}

.main-results-text {
    padding: 0px 0px 50px 0px;
    width: 50%;
    text-align: left;
}

.results-word {
    padding: 20px 0 0 100px;
    font-size: 14px;
    font-weight: 700;
    color: white;
    letter-spacing: .2em;
}

.results-description {
    padding-left: 100px;
}

.results-description p {
    padding: 0px 0px 75px 75px;
    width: 100%;
    text-align: left;
    margin: 0;
}

.recommendation-area-button {
    background-color: transparent;
    margin-left: 100px;
    margin-top: 20px;
    border: 1px solid #c8d2e0;
    border-radius: 12px;
    padding: 0 50px 0 50px;
    cursor: pointer;
}

.recommendation-area-button p {
    font-family: 'Muli', sans-serif;
    font-weight: 700;
    color: white;
    margin: 10px 0 10px 0;
}

.focus-area-text {
    color: #b9b9ff;
}

.focus-area-text:hover {
    color: #a0a0ff;
}

.radar-chart-subtitle {
    width: 80%;
    text-align: center;
    padding: 0 0 50px 25px;
    margin: 0;
    font-size: 16px;
}

.about-your-results-container {
    display: flex;
    justify-content: center;
    margin: auto;
    width: 70%;
    background-color: #152135;
    border-radius: 0 0 15px 15px;
}

.about-your-results-block {
    display: flex;
    width: 90%;
    background-color: #152135;
    align-items: center;
    border-radius: 15px;
    justify-content: space-between;
}

.about-your-results-block img {
    width: 40%;
    padding: 50px 50px 50px 50px;
}

.about-your-results-text {
    padding: 50px 0px 75px 25px;
    width: 50%;
    font-size: 32px;
}

.about-your-results-text h3 {
    font-size: 32px;
    font-family: 'Muli', sans-serif;
    margin-bottom: 20px;
}

.about-your-results-text a {
    font-weight: 700;
}

.details-header-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin: 50px auto -150px auto;
    width: 60%;
}

.details-header-profile {
    padding: 20px 0 0 0;
    font-size: 14px;
    font-weight: 700;
    color: white;
    letter-spacing: .2em;
}

.details-header-h2 {
    margin: 10px;
}

.detail-results-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 150px auto 150px auto;
    z-index: 99;
    max-height: 800px;
    cursor: default;
}

#Adoption.detail-results-container {
    margin-top: 0;
}

#Expansion.detail-results-container {
    margin-top: 0;
}

#Advocacy.detail-results-container {
    margin-top: 0;
}

.anchor-box {
    cursor: default;
}

.detail-results-block {
    display: flex;
    width: 90%;
    background-color: #202e45;
    align-items: center;
    border-radius: 15px;
    justify-content: space-between;
    margin-top: 50px;
    cursor: default;
}

.detail-results-block img {
    width: 80%;
    padding: 50px 0px 50px 30px;
}

.detail-results-text {
    padding: 0px 0px 75px 0px;
    width: 50%;
    text-align: left;
    margin: 0;
    cursor: default;
}

.benchmark-callout-container {
    display: flex;
    margin-left: 75px;
    margin-top: 40px;
    width: 80%;
}

.benchmark-callout {
    background-color: #364760;
    margin: 0 20px 0 20px;
    padding: 10px 30px 10px 30px;
    border-radius: 8px;
    min-width: 50%;
}

.benchmark-callout-header {
    font-size: 40px;
    font-weight: 700;
    margin: 0;
    color: #ffffff;
}

.detail-maturity-badge {
    max-width: 200px;
    z-index: 100;
    position: relative;
    top: 130px;
    width: 100%;
    cursor: default;
}

.detail-results-description {
    padding-left: 100px;
    cursor: default;
}

.detail-results-description p {
    padding: 25px 0px 75px 75px;
    width: 100%;
    text-align: left;
    margin: 0;
    cursor: default;
}

.detail-results-h3 {
    font-size: 32px;
    text-align: left;
    padding: 75px 0 25px 100px;
    width: 100%;
    margin: 0;
    cursor: default;
}

.detail-results-text h3 {
    font-size: 32px;
    cursor: default;
}

.detail-results-h4 {
    font-size: 20px;
    text-align: left;
    padding: 20px 0 0 100px;
    width: 100%;
    margin: 0;
    cursor: default;
}

.detail-results-text h4 {
    font-size: 20px;
    color: white;
    cursor: default;
}

.detail-results-description-right {
    padding-left: 0;
    margin: 0;
    cursor: default;
}

.detail-results-text-right {
    padding: 50px 75px 0px 0px;
    width: 40%;
    text-align: left;
    margin-left: -25%;
}

.detail-results-description-right p {
    padding: 0;
    width: 50%;
    text-align: left;
    margin: 0;
}

.detail-results-h4-right {
    font-size: 20px;
    text-align: left;
    padding: 0;
    width: 100%;
    color: white;
    margin-top: 50px;
    margin-bottom: 30px;
}

.detail-results-text-right h4 {
    font-size: 20px;
    color: white;
}

.assessment-resources-block {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    margin: 0 75px 0 0;
    width: 95%;
    height: 100%;
    min-height: 150px;
    cursor: pointer;
    background-color: #152033;
}

.assessment-resources-image {
    background-color: #152033;
    background-image: url();
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    width: 60%;
    height: 100%;
    min-height: 150px;
    border-radius: 8px 0 0 8px;
}

.assessment-resources-image img {
    object-fit: contain;

}

.assessment-resources-title {
    text-align: left;
    margin: 5%;
    width: 100%;
}

.assessment-resources-title p {
    font-weight: 600;
}

.assessment-resources-title p:hover {
    color: white;
}

.next-steps-item img {
    max-width: 30px;
    padding: 1% 15px 0 0;
    margin: 0 0 0 7%;
}

.next-steps-item p {
    font-size: 16px;
}

.next-steps-item {
    display: flex;
    margin: 0;
    margin-left: -25px;
    align-items: flex-start;
    max-height: 80px;
    width: 100%;
}

.resources-arrow-block {
    display: flex;
    justify-content: flex-end;
    margin-right: 8%;
    margin-top: -25px;
}

.resources-arrow-block img {
    width: 15%;
    max-width: 50px;
    cursor: pointer;
}

.backward-arrow {
    opacity: 50%;
    cursor: pointer;
}

.bottom-cta-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0 auto 150px auto;
    text-align: center;
    width: 60%;
}

.share-button-bottom {
    display: flex;
    background-color: #5c5cff;
    width: 30%;
    right: 0;
    top: 5%;
    border-radius: 8px;
    margin: 20px 0 0 0;
    padding: 15px 40px 15px 40px;
    border: none;
}

.share-button-bottom p {
    text-align: center;
}

.copy-button {
    display: flex;
    background-color: #5c5cff;
    width: 60%;
    right: 0;
    top: 5%;
    border-radius: 8px;
    margin: 20px 0 20px 0;
    padding: 15px 40px 15px 40px;
    border: none;
    text-align: center;
    align-items: center;
    justify-content: center;
}

.copy-button p {
    text-align: center;
    margin: 0;
    width: 100%;
    padding: 0;
    color: #fff;
    font-weight: 700;
}

.share-button-bottom-text {
    color: white;
    margin: auto;
    font-family: 'Muli', sans-serif;
    text-align: center;
    font-weight: 600;
}

/* The modal */
.modal {
    display: none;
    position: fixed;
    z-index: 200;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.9);
}

/* The modal content */
.modal-content {
    background-color: #202e45;
    margin: 10% auto auto auto;
    padding: 20px;
    border: none;
    border-radius: 10px;
    width: 50%;
    height: 50%;
}

#html-link {
    margin-bottom: 5%;
}

#results-link {
    margin-top: 5%;
}

#assessment-link {
    margin-top: 7%;
    font-weight: 700;
    cursor: pointer;
}

.share-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.share-content h2 {
    margin-top: 40px;
}

/* The close button */
.close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 140px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px;
    position: absolute;
    z-index: 500;
    bottom: 150%;
    left: 50%;
    margin-left: -75px;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}

/* RESPONSIVENESS */

@media only screen and (max-width: 767px) {
    .logo-div {
        max-width: 80%;
        margin-bottom: 50px;
        width: 70%;
    }

    .landing-body-questions {
        background-position: center 110%;
        background-size: 160% 18%;
    }

    /* .landing-hero-results {
        background-position: center 1%;
        background-size: 120% 10%;
        margin: 0;
    } */

    .landing-hero-results {
        background-position: center 1%;
        background-size: 120% 10%;
        margin: 0;
        min-height: 100%;
        width: 100%;
    }

    .logo-div-questions {
        max-width: 80%;
    }

    .vector-square {
        max-width: 20%;
        top: 15%;
    }

    .vector-circle {
        max-width: 20%;
        top: 45%;
        right: 5%;
    }

    .vector-square-questions {
        display: none;
    }

    .vector-circle-questions {
        max-width: 20%;
        top: 8%;
        display: none;
    }

    .vector-circle-results {
        max-width: 20%;
    }

    .vector-square-results {
        max-width: 20%;
    }

    .level-up-container {
        width: 100%;
    }

    .landing-hero h1 {
        font-size: 45px;
        line-height: 1.4em;
        padding: 20px 0 0 0;
    }

    .outline {
        font-size: 35px;
        letter-spacing: 0.08em;
        text-shadow:
            -.05px -0.5px 0 #000,
            0.5px -0.5px 0 #000,
            -0.5px 0.5px 0 #000,
            0.5px 0.5px 0 #000
    }

    @supports((text-stroke: 1px white) or (-webkit-text-stroke: 1px white)) {
        .outline {
            color: transparent;
            -webkit-text-stroke: 1px white;
            text-stroke: 1px white;
        }
    }

    .form-block {
        max-width: 80%;
    }

    .email-label input {
        max-width: 200px;
        min-width: 50px;
    }

    .email-button input {
        padding: 0 20px 0 20px;
    }

    .landing-hero {
        background-repeat: no-repeat;
        background-size: 100% 50%;
    }

    .white-arrow-down {
        padding-top: 45px;
    }

    .level-up-block {
        flex-direction: column;
    }

    .level-up-text {
        padding: 20px;
        width: 100%;
    }

    .level-up-text h2 {
        font-size: 25px;
    }

    .level-up-img {
        width: 75%;
    }

    .level-up-img img {
        padding: 20px 0 50px 0;
        width: 100%;
    }

    .reasons-block {
        flex-direction: column;
    }

    .reasons-text {
        width: 100%;
    }

    .reason-title {
        flex-direction: column;
        align-items: center;
    }

    .reason-title-h3 h3 {
        font-size: 22px;
        line-height: 30px;
        margin-left: -5px;
        margin-bottom: 10px;
        text-align: center;
    }

    .reason-title-img {
        width: 50px;
        margin-bottom: 30px;
    }

    .chart-container {
        margin: 0;
    }

    .chart-background {
        margin: 0;
        width: 95%;
    }

    .radar-chart-subtitle {
        padding: 0;
    }

    .quote-callout-name::after {
        content: "\a";
        white-space: pre;
    }

    .reasons-text p {
        padding-left: 0;
    }

    .reasons-text ul {
        padding-left: 10%;
    }

    .question-section {
        width: 95%;
    }

    .answer-box-section input {
        min-height: 5.8em;
        max-height: 7.2em;
        font-size: 15px;
        line-height: 1.5em;
    }

    .answer-box-section label {
        min-height: 5.8em;
        max-height: 7.2em;
        font-size: 15px;
        line-height: 1.5em;
        padding: 10px;
    }

    .previous-button {
        min-width: 10px;
        width: 40%;
    }

    .question-text {
        font-size: 20px;
        line-height: 1.4em;
    }

    .next-button {
        min-width: 10px;
        width: 40%;
    }

    .main-results-block {
        flex-direction: column;
    }

    .about-your-results-container {
        width: 85%;
        margin-bottom: 20%;
    }

    .about-your-results-block {
        flex-direction: column;
    }

    .about-your-results-block img {
        width: 95%;
        padding: 0 20px 40px 20px;
    }

    .about-your-results-text {
        width: 90%;
        padding-left: 0;
    }

    .about-your-results-text h3 {
        font-size: 24px;
        text-align: center;
    }

    .main-results-text {
        width: 80%;
        align-items: center;
        display: flex;
        flex-direction: column;
    }

    .results-description {
        padding-left: 0;
    }

    .results-word {
        padding: 0;
        margin-top: 100px;
        font-size: 12px;
    }

    .results-h1 {
        padding-left: 0;
        width: 100%;
        font-size: 32px;
        text-align: center;
    }

    .share-button-text {
        display: none;
    }

    .share-button {
        width: 18%;
        top: 10%;
        padding: 10px 0px 10px 20px;
    }

    .share-icon {
        max-width: 20px;
        margin-left: 5px;
    }

    .recommendation-area-button {
        margin-left: 0;
    }

    .chart-container {
        width: 85%;
    }

    .detail-results-container {
        max-height: 100%;
        margin: 0;
    }

    .detail-results-block {
        flex-direction: column;
    }

    .detail-results-text {
        width: 80%;
        padding: 0;
    }

    .benchmark-callout-container {
        flex-direction: column;
        margin-left: 0;
        width: 100%;
    }

    .benchmark-callout {
        margin: 10px 0 10px 0;
        min-width: 100%;
    }

    .detail-results-text-right {
        width: 80%;
        padding: 0;
        margin-left: 5%;
    }

    .details-header-section {
        margin: -5% auto 0 auto;
        width: 90%;
    }

    .details-header-h2 {
        font-size: 28px;
        line-height: 34px;
    }

    .details-header-profile {
        font-size: 12px;
    }

    .assessment-resources-image {
        background-size: 190%;
        background-position: center;
    }

    .resources-arrow-block img {
        width: 20%;
    }

    .share-button-bottom {
        width: 80%;
    }

    .bottom-cta-section {
        margin: 30px auto 100px auto;
        width: 90%;
    }

    .modal-content {
        width: 80%;
        height: 55%;
        padding: 20px;
    }

    .share-content h2 {
        font-size: 23px;
    }

    .next-steps-item {
        max-height: 100%;
    }

    .close {
        margin-right: -3%;
    }

    .copy-button p {
        font-size: 14px;
    }

    .share-content {
        margin-right: 0;
    }

    .copy-button {
        width: 100%;
    }

    .detail-results-h3 {
        padding-left: 0;
        margin: 30px auto 0 auto;
        font-size: 28px;
        line-height: 40px;
        text-align: center;
    }

    .detail-results-description {
        padding-left: 0;
        margin: 0px auto 0 auto;
    }

    .acad-footer-brand-3 {
        max-width: 320px;
        display: flex;
        padding: 0;
        margin: 0;
    }

    .acad-footer-3 {
        padding: 0;
        margin: 0;
    }

    .plg-assessment-footer {
        font-size: 9px;
    }

    .acad-footer-3.plg.quiz {
        position: fixed;
    }
}

@media only screen and (max-width: 320px) {
    .landing-body-questions {
        background-position: center 125%;
        background-size: 160% 18%;
    }

    .acad-footer-3.plg.quiz {
        position: relative;
    }

    .email-label input {
        max-width: 160px;
        min-width: 50px;
    }

    .email-button input {
        padding: 0 20px 0 20px;
    }

    .landing-hero h1 {
        font-size: 40px;
        line-height: 1.4em;
        padding: 20px 0 0 0;
    }

    .outline {
        font-size: 30px;
    }

    .answer-box-section input {
        min-height: 8em;
        max-height: 8em;
        font-size: 15px;
        line-height: 1.5em;
    }

    .answer-box-section label {
        min-height: 8em;
        max-height: 8em;
        font-size: 15px;
        line-height: 1.5em;
    }

    .about-your-results-container {
        width: 85%;
        margin-bottom: 90%;
    }
}