h2 + h3 {
    margin-top: 1.6em;
}

.button {
    margin-top: 1em;
}


/* Dropdown */
.form-element {
    position: relative;
    margin-bottom: 1.5em;
    width: 490px;
}

.form-dropdown {
    display: block;
    box-sizing: border-box;
    margin-bottom: 0.82353rem;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding: 0 32px 0 1em;
    width: 100%;
    height: 3.3em;
    font-family: "SF Pro Text", "SF Pro Icons", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
    font-size: 17px;
    font-weight: 400;
    letter-spacing: -0.022em;
    line-height: 1.23543;
    color: #333333;
    text-align: left;
    background: rgba(255, 255, 255, 0.8);
    background-clip: padding-box;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-icon {
    position: absolute;
    display: inline-block;
    pointer-events: none;
    color: #888888;
    right: 12px;
    font-size: 21px;
    font-weight: 300;
    top: 1rem;
    line-height: 0;
}

@media only screen and (max-width: 542px) {
    .form-element {
        width: 329px;
    }
    .form-dropdown {
        font-size: 14px;
    }
    .form-icon {
        top: 0.8rem;
    }
}

@media only screen and (max-width: 320px) {
    .form-element {
        width: 280px;
    }
}


/* Images */
body[data-color-scheme="light"] .hero-image {
    margin: 0 auto 2em;
    width: 980px;
    height: 420px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/programs/enterprise/images/enterprise-all-hero-large-light.jpg");
}

body[data-color-scheme="dark"] .hero-image {
    margin: 0 auto 2em;
    width: 980px;
    height: 420px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url("/programs/enterprise/images/enterprise-all-hero-large-dark.jpg");
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
    body[data-color-scheme="light"] .hero-image {
        background-image: url("/programs/enterprise/images/enterprise-all-hero-large-light_2x.jpg");
    }

    body[data-color-scheme="dark"] .hero-image {
        background-image: url("/programs/enterprise/images/enterprise-all-hero-large-dark_2x.jpg");
    }
}

@media only screen and (max-width: 1068px) {
    body[data-color-scheme="light"] .hero-image {
        width: 700px;
        height: 300px;
        background-image: url("/programs/enterprise/images/enterprise-all-hero-medium-light.jpg");
    }
    body[data-color-scheme="dark"] .hero-image {
        width: 700px;
        height: 300px;
        background-image: url("/programs/enterprise/images/enterprise-all-hero-medium-dark.jpg");
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
        body[data-color-scheme="light"] .hero-image {
            background-image: url("/programs/enterprise/images/enterprise-all-hero-medium-light_2x.jpg");
        }
        body[data-color-scheme="dark"] .hero-image {
            background-image: url("/programs/enterprise/images/enterprise-all-hero-medium-dark_2x.jpg");
        }
    }
}

@media only screen and (max-width: 735px) {
    body[data-color-scheme="light"] .hero-image {
        margin: 0 auto 1em;
        width: 300px;
        height: 129px;
        background-image: url("/programs/enterprise/images/enterprise-all-hero-small-light.jpg");
    }
    body[data-color-scheme="dark"] .hero-image {
        margin: 0 auto 1em;
        width: 300px;
        height: 129px;
        background-image: url("/programs/enterprise/images/enterprise-all-hero-small-dark.jpg");
    }
    @media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx), only screen and (min-resolution: 144dpi) {
        body[data-color-scheme="light"] .hero-image {
            background-image: url("/programs/enterprise/images/enterprise-all-hero-small-light_2x.jpg");
        }
        body[data-color-scheme="dark"] .hero-image {
            background-image: url("/programs/enterprise/images/enterprise-all-hero-small-dark_2x.jpg");
        }
    }
}