@charset "utf-8";
/* Simple fluid media */
img, object, embed, video {
	max-width: 100%;
}
.ie6 img {
	width:100%;
}




/*======================================================
    ABOUT INTRO  —  the business summary
======================================================*/

    .about-intro{
        width: 100%;
        padding: 4.5em 7.5%;
        background-color: var(--white);
        float: left;
        clear: both;
    }

    .ai-inner{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 2.5em;
    }

    .ai-left{ width: 100%;}

    .ai-left h2{
        color: var(--basin-green);
        margin-bottom: 0.6em;
    }

    .ai-right{ width: 100%;}

    .ai-right h4{
        margin-bottom: 1.2em;
        font-size: 1.12em;
        font-weight: 500;
        line-height: 1.6;
        color: var(--basin-green);
    }




/*======================================================
    PMV  —  purpose / mission / vision cards
======================================================*/

    .pmv{
        width: 100%;
        padding: 4.5em 7.5%;
        background-color: var(--mist);
        float: left;
        clear: both;
    }

    .pmv-inner{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 1em;
    }

    .pmv-card{
        width: 100%;
        padding: 2em 1.8em;
        background-color: var(--white);
        border: 1px solid var(--line);
        border-radius: 1.5em;
    }

    .pmvc-icon{
        display: flex;
        align-items: center;
        justify-content: center;
        width: 3em;
        height: 3em;
        margin-bottom: 1.4em;
        font-size: 1.05em;
        color: var(--white);
        background-color: var(--basin-green);
        border-radius: 50%;
    }

    .pmv-card h3{
        margin-bottom: 0.7em;
        color: var(--basin-green);
    }

    .pmv-card p{ font-size: 0.92em;}




/*======================================================
    PARTNERSHIP  —  the two founding firms
======================================================*/

    .partnership{
        width: 100%;
        padding: 4.5em 7.5%;
        background-color: var(--basin-deep);
        color: var(--white);
        float: left;
        clear: both;
    }

    .pt-head{ margin-bottom: 2.8em;}

    .pt-head h2{
        max-width: 13em;
        color: var(--white);
        margin-bottom: 0.5em;
    }

    .pt-head p{
        max-width: 34em;
        color: rgba(255,255,255,0.65);
    }

    .pt-inner{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 1em;
    }

    .pt-firm{
        width: 100%;
        padding: 2em 1.8em;
        background-color: rgba(255,255,255,0.05);
        border: 1px solid var(--line-light);
        border-radius: 1.5em;
    }

    .pt-firm h5{
        margin-bottom: 0.9em;
        color: var(--energy-lime);
    }

    .pt-firm h3{
        margin-bottom: 0.7em;
        color: var(--white);
    }

    .pt-firm p{
        font-size: 0.92em;
        color: rgba(255,255,255,0.65);
    }

    /*--the supporting roles strip--*/
    .pt-roles{
        width: 100%;
        margin-top: 1em;
        display: flex;
        flex-wrap: wrap;
        gap: 1em;
    }

    .ptr{
        width: 100%;
        padding: 1.4em 1.6em;
        background-color: rgba(255,255,255,0.03);
        border: 1px solid var(--line-light);
        border-radius: 1.2em;
    }

    .ptr h4{
        margin-bottom: 0.4em;
        font-size: 0.95em;
        font-weight: 600;
        color: var(--river-blue);
    }

    .ptr p{
        margin: 0;
        font-size: 0.85em;
        color: rgba(255,255,255,0.6);
    }




/*======================================================
    DIFFERENTIATION  —  numbered factors
======================================================*/

    .different{
        width: 100%;
        padding: 4.5em 7.5%;
        background-color: var(--white);
        float: left;
        clear: both;
    }

    .df-head{ margin-bottom: 2.8em;}

    .df-head h2{
        max-width: 14em;
        color: var(--basin-green);
        margin-bottom: 0.5em;
    }

    .df-head p{ max-width: 36em;}

    .df-inner{ width: 100%;}

    .df-row{
        width: 100%;
        padding: 2em 0;
        display: flex;
        flex-wrap: wrap;
        gap: 1em;
        border-top: 1px solid var(--line);
    }

    .df-row:last-child{ border-bottom: 1px solid var(--line);}

    .dfr-no{
        width: 100%;
        font-size: 0.72em;
        font-weight: 600;
        letter-spacing: 0.2em;
        text-transform: uppercase;
        color: var(--growth-teal);
    }

    .dfr-text{ width: 100%;}

    .dfr-text h3{
        margin-bottom: 0.6em;
        color: var(--basin-green);
    }




/*======================================================
    PERSONA  —  archetype and voice
======================================================*/

    .persona{
        position: relative;
        width: 100%;
        padding: 4.5em 7.5%;
        background-color: var(--mist);
        float: left;
        clear: both;
        overflow: hidden;
    }

    .pn-inner{
        position: relative;
        z-index: 2;
        width: 100%;
    }

    .pn-inner h2{
        max-width: 13em;
        color: var(--basin-green);
        margin-bottom: 0.6em;
    }

    .pn-inner > p{
        max-width: 36em;
        margin-bottom: 2.5em;
    }

    .pn-grid{
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        gap: 1em;
    }

    .pn-card{
        width: 100%;
        padding: 1.8em 1.6em;
        background-color: var(--white);
        border: 1px solid var(--line);
        border-radius: 1.4em;
    }

    .pn-card h4{
        margin-bottom: 0.5em;
        font-size: 0.72em;
        font-weight: 600;
        letter-spacing: 0.18em;
        text-transform: uppercase;
        color: var(--growth-teal);
    }

    .pn-card h3{
        margin-bottom: 0.6em;
        color: var(--basin-green);
    }

    .pn-card p{
        margin: 0;
        font-size: 0.9em;
    }

    /*--the pull quote that closes the section--*/
    .pn-quote{
        width: 100%;
        margin-top: 2.5em;
        padding: 2em 1.8em;
        background-color: var(--basin-green);
        border-radius: 1.5em;
    }

    .pn-quote h3{
        max-width: 22em;
        font-weight: 500;
        line-height: 1.45;
        color: var(--white);
    }

    .pn-quote h3 span{ color: var(--energy-lime);}

    .pn-mark{
        position: absolute;
        right: -10%;
        top: 12%;
        width: 45%;
        height: 60%;
        background-image: url(../img/logos/VB-Logos_icon.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.07;
        z-index: 1;
    }




/*======================================================
    CTA BAND  —  shared by the inner pages
======================================================*/

    .ctaband{
        position: relative;
        width: 100%;
        padding: 4.5em 7.5%;
        background-color: var(--basin-green);
        color: var(--white);
        float: left;
        clear: both;
        overflow: hidden;
    }

    .cb-inner{
        position: relative;
        z-index: 2;
        width: 100%;
    }

    .cb-inner h2{
        max-width: 12em;
        color: var(--white);
        margin-bottom: 0.5em;
    }

    .cb-inner p{
        max-width: 32em;
        margin-bottom: 1.8em;
        color: rgba(255,255,255,0.65);
    }

    .cb-buttons{
        display: flex;
        flex-wrap: wrap;
        gap: 0.7em;
    }

    .cb-mark{
        position: absolute;
        right: -8%;
        bottom: -30%;
        width: 45%;
        height: 140%;
        background-image: url(../img/logos/VB-Logos_icon.svg);
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
        opacity: 0.07;
        z-index: 1;
    }




/*======================================================
    TABLET  481px
======================================================*/

@media only screen and (min-width: 481px) {

    .pmv-card{ width: calc(50% - 0.5em);}

    .pt-firm{ width: calc(50% - 0.5em);}

    .ptr{ width: calc(50% - 0.5em);}

    .pn-card{ width: calc(50% - 0.5em);}

}




/*======================================================
    DESKTOP  769px
======================================================*/

@media only screen and (min-width: 769px) {

    .about-intro{ padding: 6.5em 7.5%;}

    .ai-inner{ flex-wrap: nowrap; gap: 6%;}

    .ai-left{ width: 40%;}
    .ai-right{ width: 54%;}


    .pmv{ padding: 6.5em 7.5%;}

    .pmv-card{ width: calc(33.333% - 0.667em);}


    .partnership{ padding: 6.5em 7.5%;}

    .ptr{ width: calc(50% - 0.5em);}


    .different{ padding: 6.5em 7.5%;}

    .df-row{
        flex-wrap: nowrap;
        gap: 5%;
        padding: 2.6em 0;
    }

    .dfr-no{ width: 12%; padding-top: 0.5em;}
    .dfr-text{ width: 83%;}

    .dfr-text h3{ max-width: 18em;}
    .dfr-text p{ max-width: 44em;}


    .persona{ padding: 6.5em 7.5%;}

    .pn-card{ width: calc(25% - 0.75em);}

    .pn-quote{ padding: 3em 3em;}

    .pn-quote h3{ font-size: 1.8em;}


    .ctaband{ padding: 7em 7.5%;}

}




/*======================================================
    LARGE  1080px
======================================================*/

@media only screen and (min-width: 1080px) {

    .pn-quote h3{ font-size: 2.1em;}

    .ai-right h4{ font-size: 1.25em;}

}
