
/*///////////*/
/* EDUCATORS */
/*///////////*/

/* HIT Alternative & Learning Differences Sections */

#hit-alternative, #dyscalculia-link {
    background-image: linear-gradient(to top right, #006066, #003355);
    color: white;
}
#hit-alternative .standard-brochure-module {
    max-width: 1400px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
#hit-alternative .copy {
    display: flex;
    flex-direction: column;
    margin-right: calc(20px + 2vw);
}
#hit-alternative h2 {
    margin-bottom: calc(20px + 1vw);
}
#dyscalculia-link h2 {
    opacity: 0.85;
    color: white;
}
#dyscalculia-link h2 a {
    color: var(--main-super-light-winter-green);
    opacity: 1;
}
#hit-alternative a, #dyscalculia-link a {
    color: var(--main-mint-green);
}
#hit-alternative .visual {
    width: calc(30vw + 16px);
    height: calc(20vw + 0px);
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 0 0 0 8px rgba(255, 255, 255, 0.7);
    border-radius: 3px;
}
#hit-alternative .visual img {
    height: 20vw;
    width: 30vw;
    border-radius: 3px;
}
@media screen and (max-width: 800px) {
    #hit-alternative .standard-brochure-module {
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
    }
    #hit-alternative .visual {
        width: calc(100% - 16px);
        height: auto;
        margin-top: 20px;
    }
    #hit-alternative .visual img {
        width: 100%;
        height: auto;
    }
}

/* Classroom Deployment */

#classroom-deployment {
    font-family: avenir, sans-serif;
}

#classroom-deployment h2 {
    color: var(--main-winter-green) !important;
    font-weight: 600;
}
#classroom-deployment .black {
    color: rgb(33, 37, 41);
    font-weight: 900;
}
#classroom-deployment p {
    margin-top: 20px;
}
#classroom-deployment ul {
    list-style-type: none;
    list-style-position: outside;
    margin-bottom: 45px;
}
#classroom-deployment ul li {
    position: relative; /* Allow positioning of custom bullets */
    margin-top: 20px;
}
#classroom-deployment ul li::before {
    content: "✓";
    color: var(--main-winter-green);
    font-size: 1.2em;
    margin-right: 1em;
    position: absolute;
    left: -30px;
    top: -0.05em;
}
#evidence {
    background-color: #fff;
    border-top: 1px solid #e5e5e5;
    color: #545556;
}
#evidence .standard-brochure-module {
    display: flex;
    align-items: center;
}
#evidence .copy {
    margin-left: 20px;
}
#evidence .copy h4 {
    font-family: avenier, arial, sans-serif;
    font-weight: 900;
    font-size: 0.9em;
}
#evidence .copy p {
    font-size: 0.8em;
}
#evidence .badge {
    background-color: #fff;
    border-radius: 4px;
}
#evidence .badge iframe {
    height: 241px !important;
    margin-bottom: 0px !important;
}