#view--radical-thinking {
    h1 {
        position: absolute;
        visibility: hidden;
    }

    .block {
        .columns {
            display: flex;
            flex-direction: row;
            justify-content: center;
            margin: 0 auto;

            .column {
                width: 100%;

                &:first-child { flex: 1 0 0; }
                &:last-child { flex: 1 0 0; }
            }
        }

        &.block--color-black {
            background-color: #000000;
            color: white;
        }
    }

    .button--microsite {
        width: 250px;
        padding: 10px 24px;
        font-family: 'DMSans-Regular';
        font-size: 12px;
        font-weight: 600;
        text-transform: uppercase;
        border-radius: 5px;
    }

    .hashtag--microsite {
        margin-top: 15px;
        font-family: 'DMSans-Regular';
        font-weight: 600;
        color: black;
    }

    .separator {
        width: 100%;
        border-bottom: 3px solid white;

        &.separator--black { border-bottom: 3px solid black; }
    }

    .block--hero { padding: 25px; }

    .block--intro {
        .block--intro--text {
            text-align: left;
            font-family: 'Spectral-Regular';
            color: black;

            h2 {
                margin-top: 0;
                margin-bottom: 75px;
                color: black;
                font-weight: 400;
                font-size: 34px;

            }
            p {
                font-family: 'DMSans-Regular';
                font-size: 22px;
            }
        }

        .block--intro--image {
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .columns .column {
            &:first-child { margin-right: 25px; }
            &:last-child { margin-left: 25px; }
        }
    }

    .block--state-of-education {
        .block--state-of-education--column-left {
            display: flex;
            flex-direction: column;
            justify-content: space-around;
            margin-right: 75px;

            p {
                margin-top: 0;
                font-family: 'Spectral-Regular';
                font-size: 26px;
            }
            em { font-style: italic; }
        }
        .block--state-of-education--column-right {
            margin-left: 75px;
            font-family: 'DMSans-Regular';

            .block--state-of-education--stats {
                display: grid;
                grid-template-columns: 1fr 1fr;
                column-gap: 50px;
                row-gap: 25px;

                .statistic {
                    .statistic--number {
                        font-size: 36px;
                        font-weight: 600;
                    }
                    .statistic--description { margin-top: 10px; }
                    .statistic--source {
                        margin-top: 10px;
                        font-family: 'Spectral-Regular';
                        font-size: 14px;
                        font-style: italic;
                    }
                }
            }

            p { font-size: 20px; }
        }

        h2 {
            text-transform: uppercase;
            font-family: 'Anton-Regular';
            color: white;
            font-weight: 400;
        }
    }

    .block--state-of-the-future {
        color: black;

        .mobile-display { display: none; }

        .block--state-of-the-future--image {
            background-position: center center;
            background-size: contain;
            background-repeat: no-repeat;
        }

        .block--state-of-the-future--text {

            p {
                font-family: 'Spectral-Regular';
                font-size: 26px;

                &.small-text {
                    font-family: 'DMSans-Regular';
                    font-size: 16px;
                }
            }
        }

        .block--state-of-the-future--terms-row {
            display: flex;
            flex-direction: row;
            justify-content: center;
            flex-basis: space-between;
            margin: 25px;

            .term {
                display: flex;
                flex-direction: column;
                flex: 1 0 0;
                width: 100%;
                margin: 25px 15px;

                &:first-child { margin-left: 0; }
                &:last-child { margin-right: 0; }

                .term--image {
                    flex: 1 0 0;
                    width: 100%;
                    min-height: 275px;
                    background-position: center center;
                    background-size: cover;
                    background-repeat: no-repeat;
                }

                .term--separator {
                    width: 30px;
                    margin-top: 35px;
                    margin-bottom: 10px;
                    border: 1px solid black;
                }

                .term--text {
                    flex: 1 0 0;
                    font-family: 'Spectral-Regular';
                    font-size: 26px;

                }
            }

            .terms-row--download-report {
                flex: 2 0 0;
                margin: 15px 0 15px 45px;

                ul {
                    display: block;
                    margin-top: 15px;

                    li {
                        display: inline-block;
                        margin: 0 5px;

                        a {
                            display: flex;
                            justify-content: space-around;
                            align-items: center;
                            width: 36px;
                            height: 36px;
                            border-radius: 50%;
                            background-color: var(--color-off-white);

                            &:hover { background-color: var(--color-gray); }
                        }

                        &.social--twitter img { height: 14px; }
                        &.social--linkedin img { height: 15px; }
                        &.social--facebook img { height: 15px; }
                    }
                }

                p {
                    font-family: 'DMSans-Regular';
                    font-size: 26px;
                }
            }
        }

        h2 {
            text-transform: uppercase;
            font-family: 'Anton-Regular';
            color: black;
            font-weight: 400;
        }
    }

    .block--navigation-tools {
        .block--navigation-tools--header {
            padding: 25px 0;
            font-family: 'Spectral-Regular';
            font-size: 26px;

            .column {
                &:first-child {
                    margin-right: 15px;
                    padding-top: 12px;
                    flex: 2 0 0;
                }
                &:last-child {
                    margin-left: 15px;
                    flex: 3 0 0;
                }
            }
        }

        .block--navigation-tools--tools {
            display: flex;
            flex-direction: row;
            justify-content: center;

            .tool {
                width: 100%;
                margin: 15px;
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                font-family: 'DMSans-Regular';

                &:first-child { margin-left: 0; }
                &:last-child { margin-right: 0; }

                .tool--image {
                    flex: 1 0 0;
                    width: 100%;
                    min-height: 250px;
                    max-height: 250px;
                    background-position: center center;
                    background-size: cover;
                    background-repeat: no-repeat;
                }

                .tool--title {
                    margin: 25px 0;
                    font-size: 22px;
                }

                .tool--text { font-size: 20px; }
            }
        }

        h2 {
            margin: 0;
            text-transform: uppercase;
            font-family: 'Anton-Regular';
            font-size: 48px;
            color: white;
            font-weight: 400;
        }
    }

    .block--collapse {
        padding: 0;

        .wrapper {
            max-width: 100%;
            padding: 0;
        }

        .columns {
            flex-direction: row-reverse;
            height: 600px;
        }

        .block--collapse--image {
            width: 100%;
            height: 100%;
            background-position: center center;
            background-size: cover;
            background-repeat: no-repeat;
        }

        .block--collapse--download-report {
            flex: 2 0 0;
            padding-left: 75px;
            display: flex;
            flex-direction: column;
            justify-content: center;

            ul {
                display: block;
                margin-top: 15px;

                li {
                    display: inline-block;
                    margin: 0 5px;

                    a {
                        display: flex;
                        justify-content: space-around;
                        align-items: center;
                        width: 36px;
                        height: 36px;
                        border-radius: 50%;
                        background-color: var(--color-off-white);

                        &:hover { background-color: var(--color-gray); }
                    }

                    &.social--twitter img { height: 14px; }
                    &.social--linkedin img { height: 15px; }
                    &.social--facebook img { height: 15px; }
                }
            }

            p {
                max-width: 420px;
                font-family: 'Spectral-Regular';
                font-size: 26px;
                color: black;
            }
        }
    }

  @media(max-width: 924px) {
        .block { padding: 50px 25px; }

        .block--state-of-education {
            .column:first-child { margin-right: 25px; }
            .column:last-child { margin-left: 25px; }
        }

        .block--state-of-the-future {
            .block--state-of-the-future--terms-row {
                .term {
                    .term--image { min-height: 200px; }
                    .term--text { font-size: 20px; }
                }

                .terms-row--download-report p { font-size: 20px; }
            }
        }

        .block--navigation-tools {
            .block--navigation-tools--header {
                .column:first-child { flex: 1 0 0; }
                .column:last-child { flex: 1 0 0; }
            }

            .block--navigation-tools--tools {
                .tool {
                    .tool--image {
                        min-height: 175px;
                        max-height: 175px;
                    }
                }
            }
        }

        .block--collapse {
            padding: 0;

            .block--collapse--download-report p { font-size: 20px; }
        }
    }

    @media(max-width: 768px) {
        .block--intro {
            padding: 0;

            .wrapper {
                padding: 0;
                display: block;

                .block--intro--text {
                    padding: 25px;

                    .button {
                        display: block;
                        margin: 0 auto;
                    }
                }

                .block--intro--image { height: 100vw; }

                .columns .column:first-child, .column:last-child { margin: 0; }
            }
        }

        .block--state-of-education {
            .columns {
                display: block;

                .column:first-child, .column:last-child { margin: 0; }
            }
        }

        .block--state-of-the-future {
            .block--state-of-the-future--header p {
                font-size: 20px;

                &.small-text { font-size: 16px }
            }

            .block--state-of-the-future--terms-row {
                display: block;
                margin: 25px 0;


                .term {
                    margin: 25px auto;
                    max-width: 480px;

                    &:first-child, &:last-child { margin: 25px auto; }

                    .term--image {
                        min-height: 300px;
                        background-position: center top;
                    }
                }

                .terms-row--download-report {
                    margin: 50px auto;

                    .button {
                        display: block;
                        margin: 0 auto;
                    }
                    .hashtag--microsite, ul { text-align: center; }
                }
            }
        }

        .block--navigation-tools {
            .block--navigation-tools--header {
                display: block;

                .column:last-child { margin: 25px 0; }
            }

            .block--navigation-tools--tools {
                display: block;

                .tool {
                    display: block;
                    margin: 25px 0;

                    .tool--image {
                        min-height: 0;
                        max-height: 999px;
                        height: 50vw;
                    }
                }
            }
        }

        .block--collapse {
            .columns {
                display: block;
                height: auto;
            }

            .block--collapse--download-report {
                margin: 0;
                padding: 50px;

                p { font-size: 26px; }
            }

            .block--collapse--image { height: 100vw; }
        }
    }

    @media(max-width: 540px) {
        .block--intro {
            .wrapper {
                .block--intro--text {
                    h2 {
                        margin-bottom: 25px;
                        font-size: 28px;
                    }
                    p { font-size: 18px; }
                }
            }
        }

        .block--state-of-education {
            .block--state-of-education--column-right {
                .block--state-of-education--stats {
                    grid-template-columns: 1fr;

                    .statistic {
                        padding-top: 16px;
                        border-top: 1px solid white;
                    }
                }
            }
        }

        .block--state-of-the-future {
            .desktop-display { display: none; }

            .block--state-of-the-future--image { display: none; }
            .block--state-of-the-future--text h2 br { display: none; }

            .mobile-display {
                display: block;

                p {
                    font-size: 20;

                    &.small-text {
                        font-family: 'DMSans-Regular';
                        font-size: 16px;
                    }
                }
            }
        }

        .block--collapse {
            .block--collapse--download-report {
                p { font-size: 20px; }
                .button { margin: 0 auto; }
                .hashtag--microsite, ul { text-align: center; }
            }
        }
    }

    .block--survey {
        text-align: center;
        a {
            text-decoration: underline;
            font-weight: 700;
        }
    }

    @media(max-width: 420px) {
        .block--navigation-tools {
            h2 { font-size: 36px; }
        }
    }

}
