/* Site Adjustments */
/* tty line break */
.tty-text {
    display: block;
}
/* slideshow */
.hero-intro .hero-bg {
    filter: brightness(0.8);
}
/* footer */
footer .footer-awards-container {
    max-width: 1200px;
    margin: 20px auto;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    gap: 1rem;
}
footer .footer-awards-container .header-text-style-5 {
    color: #fff;
    text-align: center;
    width: 100%;
}
footer .footer-awards-container .custom-award-img {
    max-width: 150px;
}
footer .copyright_text .copyright-link {
    white-space: nowrap;
}

/* faq */
#body_faq .faq-link {
    text-decoration: underline;
    color: var(--secondary-base);
    transition: 0.3s ease all;
    white-space: nowrap;
}

#body_faq .faq-link:hover {
    opacity: 0.6;
    transition: 0.3s ease all;
}

#body_faq .faq.text_sections-container .faq-list-container .list-item-content {
    white-space: pre-line;
}

#body_faq .faq.text_sections-container .header-text-style-1,
.faq.text_sections-container .faq-list-container dt.header-text-style-2 {
    font-family: var(--fonts-body);
}