/* Community Level Styles */

/* application */
.application-page .confined-banner-text p {
    white-space: break-spaces;
    max-width: 850px;
}

.application-page .confined-banner-text p .text-link {
    text-decoration: underline;
    transition: 0.3s ease all;
}

.application-page .confined-banner-text p .text-link:hover {
    opacity: 0.6;
    transition: 0.3s ease all;
}