.admissions-intro h1 {
    max-width: 450px;
}

.admissions-intro .admissions-award-image {
    width: 325px;
    height: 325px;
}

.admissions-intro .image.admissions-award-image img {
    object-fit: cover;
    width: 100%;
}

.more-info-form {
    padding: 1rem;
    background: #e4e4e4;
    border: 1px solid #383838;
}

.more-info-form h3 {
    margin-bottom: 0px;
}

.more-info-form label {
    display: block;
    padding: 15px 0px 5px 0px;
    font-weight: bold;
}

.more-info-form input {
    width: 100%;
}

.more-info-form input {
    width: 100%;
}

.more-info-form input[type="radio"], .more-info-form input[type="checkbox"] {
    width: initial;
}

.more-info-form button {
    background-color: #D74100;
    border: 2px solid #D74100;
    margin-bottom: 25px;
    text-align: center;
    justify-content: center !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 16px;
    color: #fff;
    font-size: .875rem;
    font-weight: 700;
    letter-spacing: .05rem;
    text-decoration: none;
    transition: all 0.25s;
    cursor: pointer;
}

.more-info-form button:after {
    font-family: orange-icons !important;
    content: "\e91c";
    margin-left: 8px;
}

@media (min-width:768px) {
    .more-info-form {
        font-size: 1.25rem;
    }
}