header.alt {
    background-color: var(--primary-color);
}

header.alt nav {
    background-color: var(--primary-color);
}

header.alt nav ul.menu a {
    color: #fff;
}

header.alt nav .logo {
    background-image: url(/images/logo_white.svg);
}

header.alt .button {
    background-color: #fff;
    color: var(--primary-color);
    border: 2px solid #fff;
}

header.alt .button.secondary {
    background-color: unset;
    color: #fff;
    border: 2px solid #fff;
}

section.page_title {
    text-align: center;
    background-color: var(--primary-color);
    color: #fff;
    padding: 60px 0;
}

section.page_title h1 small {
    color: #fff;
}

section h1 {
    font-size: 3.6rem;
    font-family: 'Lora', serif;
    font-weight: 500;
    margin: 0 auto 20px;
    padding: 0 40px;
    max-width: 800px;
}

section h1 small {
    font-weight: 500;
    color: #fff;
    font-size: 1.6rem;
    letter-spacing: 1px;
    line-height: 3.8rem;
    margin: 0 0 0px 0;
    padding: 0;
    font-family: 'Inter', sans-serif;
    display: block;
    text-transform: uppercase;
}

.page_content {
    padding: 30px 20px;
}

section p {
    font-size: 1.7rem;
    line-height: 160%;
    max-width: 900px;
    margin-left: auto;
    margin-right: auto;
}

.page_content .intro {
    font-size: 2rem;
}

.page_content h2 {
    color: var(--primary-color);
    font-size: 2.4rem;
    font-family: 'Lora', serif;
    margin: 2em auto 1em;
    text-align: center;
    font-weight: 600;
    max-width: 900px;
}

.team {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px auto 30px;
    max-width: 1200px;
}

.team .teamimage {
    transform: rotate(-2deg);
    box-shadow: 4px 4px 0 rgb(0, 0, 0, 0.1);
    border-radius: 4px;
    margin-bottom: 1.5em;
    display: block;
    max-width: 80%;
    margin: 0 auto;
}

h3.tagline {
    font-size: 2rem;
    margin: 1em auto 1em;
    text-align: center;
    font-weight: 400;
    line-height: 160%;
}

.careers {
    text-align: center;
    margin-bottom: 60px;
}

.careers .content {
    padding: 36px 20px;
}

.careers .cta {
    padding-top: 16px;
}

.waveBG h1 small {
    color: var(--primary-color);
    line-height: 140%;
}

#careers_about {
    background-image: none;
    margin-bottom: 0;
}

/* ABOUT PAGE RESPONSIVE STYLES */

@media (min-width: 768px) {
    section.page_title {
        padding: 120px 0;
    }

    .team {
        flex-direction: row;
        justify-content: center;
        column-gap: 32px;
        max-width: 900px;
        margin-top: 40px;
    }

    h3.tagline {
        max-width: 700px;
        margin-top: 44px;
    }

    .careers .content {
        padding: 66px 20px;
    }
}

/* PRICING PAGE */

.pricing {
    text-align: center;
}

h2.pricingIntro {
    font-size: 2.4em;
    color: var(--text-primary);
    font-weight: 400;
    max-width: 630px;
    line-height: 160%;
    margin-top: 0;
    padding: 0 10px;
}

.enquiryForm {
    display: flex;
    flex-direction: column;
    margin: 0 auto;
    max-width: 900px;
    justify-content: space-around;
    margin-bottom: 120px;
    padding: 0 20px;
}

.enquiryForm h2 {
    color: var(--primary-color);
    font-family: 'Lora', serif;
    font-size: 2.2em;
    font-weight: 500;
}

.enquiryForm .form,
.partnerships .form {
    box-shadow: 4px 4px 0 rgb(0, 0, 0, 0.1);
    border-radius: 12px;
    background-color: #fff;
    min-width: 300px;
    min-height: 400px;
    border: 1px solid #EEE;
}

/* PRICING PAGE RESPONSIVE STYLES */

@media (min-width: 768px) {
    .enquiryForm {
        flex-direction: row;
        padding: 0;
    }
}

/* PARTNERSHIPS */
section.page_title h1 small {
    color: #fff;
}

section h1 small {
    color: var(--primary-color);
}

.partnerships {
    text-align: center;
    margin-bottom: 60px;
}

.partnerships .page_content {
    padding: 60px 20px;
}

.partnerships h2.pricingIntro {
    max-width: unset;
}

.partnerships h3 {
    color: var(--primary-color);
    font-size: 2.4rem;
    font-family: 'Lora', serif;
    font-weight: 400;
    max-width: 800px;
    margin: 26px auto;
    line-height: 150%;
}

.partnerships h1 strong {
    background-color: var(--maize-muted);
    padding: 0 0.25em;
}

.partnerships .waveBG .content {
    padding: 98px 0 32px;
}

.for_agencies {
    padding: 0 20px;
}

.for_agencies p {
    text-align: left;
    margin: 10px auto;
}

.partnerships section h1 {
    padding-left: 0;
    padding-right: 0;
}

.partnerships p.lora {
    font-size: 2.4rem;
    font-family: 'Lora', serif;
    margin-bottom: 0;
}

.for_agencies div.bullets {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    max-width: 900px;
    margin: 40px auto 100px;
    gap: 20px;
    text-align: left;
}

.for_agencies div.bullets .bullet {
    width: 100%;
}

.for_agencies .bullet h4 {
    font-size: 1.4rem;
    text-transform: uppercase;
    color: var(--primary-color);
    letter-spacing: 1px;
    font-weight: 500;
    margin-bottom: 8px;
}

.for_agencies .bullet p {
    font-size: 1.6rem;
    margin-top: 4px;
}

.partnerships .whypartner {
    padding: 112px 20px 72px;
}

.partnerships .whypartner .quote_text,
.partnerships .whypartner .quote_author {
    font-size: 3rem;
    font-weight: 600;
    line-height: 130%;
    margin: 32px auto 12px;
    color: var(--primary-color);
    font-style: italic;
}

.partnerships .whypartner .quote_author {
    margin: 0 auto;
    font-weight: 500;
    font-size: 2rem;
}

.whypartner .bullets {
    display: flex;
    flex-direction: column;
    text-align: left;
    max-width: 1200px;
    margin: 0 auto;
    gap: 0px;
    justify-content: center;
}

.whypartner .bullet {
    width: 100%;
}

.whypartner .bullet h4 {
    font-size: 1.7rem;
    margin-bottom: 0;
}

.whypartner .bullet p {
    font-size: 1.6rem;
    margin-top: 8px;
}

.whypartner .quote_wrapper {
    box-shadow: 4px 4px 0 rgb(0, 0, 0, 0.1);
    border-radius: 12px;
    background-color: #fff;
    border: 1px solid #EEE;
    width: fit-content;
    padding: 0 40px 20px;
    margin: 0 auto 40px;
}

/* PARTNERSHIPS SLIDER */

.partnerships .successStories .content {
    padding: 80px 0 120px;
    margin-bottom: 80px;
}

.partnerships .successStories .slider {
    max-width: 900px;
}

.partnerships .successStories .slider {
    max-width: 900px;
}

.partnerships .successStories .slide {
    padding: 30px 60px;
    text-align: left;
}

.partnerships .successStories .slide .quote_text {
    font-size: 1.6rem;
}

.partnerships .successStories .slide .quote_source {
    font-weight: bold;
}

.partnerships .form {
    max-width: 800px;
    margin: 30px auto 80px;
}

/* PARTNERSHIPS PAGE RESPONSIVE STYLES */

@media (min-width: 768px) {
    .for_agencies div.bullets {
        flex-direction: row;
    }

    .for_agencies div.bullets .bullet {
        width: calc(50% - 10px);
    }

    .whypartner .bullets {
        flex-direction: row;
        gap: 20px;
    }

    .whypartner .bullet {
        width: calc(30% - 10px);
    }
}

/* PARTNERSHIPS */