.aap-wrap .searchWrap {
    display: flex;
}

.aap-wrap .search-button {
    font-family: "open-sans", Arial, Helvetica, sans-serif;
    margin-left: 10px;
    padding: 12px 20px;
    text-transform: uppercase;
    color: white;
    border: none;
    font-weight: 700;
    background-color: #a5469a;
    border-radius: 0;
    box-shadow: none;
    flex-shrink: 0;
    width: auto;
    min-width: auto;
}

.aap-wrap .search-input {
    padding: 10px;
    background: white;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 0;
    box-shadow: none;
}

.aap-wrap .handouts-resources {
    font-family: "noto-serif-italic", Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #777;
    font-style: italic;
}

.aap-wrap .aap-logo > img {
    max-width: 400px;
}