.thank-you-form {
    margin-top: 4rem;
    margin-bottom: 4rem;
}

.thank-you-form .thank-you-title {
    font-family: "Times New Roman", serif;
    font-size: 2.4rem;
    font-weight: 700;
}

.thank-you-form .thank-you-message {
    font-family: "Times New Roman", serif;
    font-size: 1.6rem;
    font-weight: 100;
    margin-bottom: 2rem;
}

.thank-you-form .primary-asset {
    background-color: #efefef;
    padding: 2rem;
}

.thank-you-form .primary-asset-title {
    font-family: "Times New Roman", serif;
    font-size: 2.4rem;
    line-height: 2.8rem;
    font-weight: 700;
    margin-bottom: 2rem;
}

.thank-you-form .primary-asset-subhed {
    font-family: "Times New Roman", serif;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-weight: 100;
    margin-bottom: 2rem;
}

.thank-you-form .download-button {
    border-radius: 0;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 1.4rem;
    font-weight: 700;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    background-color: #0095d5;
    border: 1px solid transparent;
}

.thank-you-form .download-button:active,
.thank-you-form .download-button:hover,
.thank-you-form .download-button:focus {
    opacity: 0.8;
}

.thank-you-form .primary-asset-link {
    color: #fff;
}

.thank-you-form .primary-asset-link:active,
.thank-you-form .primary-asset-link:hover,
.thank-you-form .primary-asset-link:focus {
    color: #fff;
    text-decoration: none;
}

@media (min-width: 576px) {
    .thank-you-form .download-button {
        width: 150px;
    }
}

@media (max-width: 575px) {
    .thank-you-form .download-button {
        width: 100%;
    }
}
