/* About page specific styles */

.about-page .masthead-content {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0 60px;
}

.about-page .masthead-title {
    color: var(--primary-blue);
}

.about-page .masthead .ui-btn {
    background-color: var(--white);
    color: var(--primary-blue);
    font-size: 4rem;
}

.about-page .masthead .ui-btn:hover {
    background-color: var(--primary-blue);
    color: var(--white);
}

/* CTA Section */
.about-page .cta-section {
    padding-top: 140px;
    padding-bottom: 140px;
}

.about-page .cta-image-container {
    padding-left: 0;
    text-align: right;
}

.about-page .cta-image {
    box-shadow: 600px -180px 0px var(--cta-drop-shadow-color, var(--accent-yellow));
}

.about-page .cta-content {
    padding: 0 3rem;
}

/* Section masthead */
.about-page .section-masthead {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 50vh;
}

.about-page .section-masthead-heading {
    color: var(--section-heading-color, #000000);
}

/* People section */
.about-page .people-section .person-card {
    text-align: center;
    padding: 1rem 0;
}

.about-page .people-section .person-headshot {
    height: 240px;
    width: 240px;
}

/* Quote carousel */
.about-page .quote-section {
    background-color: var(--quote-bg-color, #f8f9fa);
    color: var(--quote-text-color, #000000);
}

.about-page .quote-carousel {
    padding: 3rem 0;
}

.about-page .quote-carousel .ui-carousel-control-prev,
.about-page .quote-carousel .ui-carousel-control-next {
    width: 10%;
}

/* Partner section */
.about-page .partner-section {
    padding: 3rem 0;
}

.about-page .partner-card {
    border: none;
    text-align: center;
    padding: 1rem;
}

.about-page .partner-logo {
    width: 50%;
}

/* Responsive styles */
@media only screen and (max-width: 600px) {
    .about-page figure p {
        font-size: 1.1667rem;
    }
}
