﻿/*
    Follow styles were inlined in the <head> of the main President's site.

*/

.plugin-card.grid-area--b .plugin-card__media, .plugin-card.grid-area--c .plugin-card__media, .plugin-card.grid-area--d .plugin-card__media, .plugin-card.grid-area--e .plugin-card__media {
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
}

.plugin-card.grid-area--b, .plugin-card.grid-area--c, .plugin-card.grid-area--d, .plugin-card.grid-area--e {
    border: none;
    border-top-right-radius: 5px;
    border-top-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}

.pres-feed-grid {
    padding: 27px;
    background: #f8b300;
    border-radius: 5px;
}

.brd-dark {
    border-color: rgba(0,0,0,0.5);
}

.plugin-card.spacer-top {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
}

.spacer-top {
    margin-top: 40px;
}

.cwf-nav__toggle {
    --cwf-nav--foreground-color: #f8b300;
}

.cwf-grid--page-layout {
    padding: 0.5rem 0 3rem 0;
}

.sm-hdr h2 {
    font-size: 1.444444rem;
}


.cwf-grid--2-columns {
    padding: 10px 0 20px 0;
}

.plugin-card {
    margin-bottom: 25px;
}

.quote {
    color: #454545;
    text-align: center;
    margin: 20px 0 40px 0;
    font-family: 'merriweather';
    background: url(/media/president-2021/media/images/openquote.png) top left no-repeat;
}

    .quote p {
        font-weight: 300;
        font-size: 1.4rem;
        color: #222;
        padding: 20px;
    }

    .quote > :first-child {
        font-size: 1.5rem;
        line-height: 1.3;
        font-weight: 300;
        text-align: left;
        color: #222;
    }

    .quote > :last-child {
        font-size: 1.2rem;
        color: #666;
        text-align: right;
        line-height: 1.5;
    }

.stat {
    text-align: center;
    margin-top: 40px;
}

    .stat > :first-child {
        font-weight: 700;
        color: #454545;
        font-size: 3rem;
        margin-bottom: 0;
        padding-bottom: 20px;
    }

    .stat > :last-child {
        font-size: 1rem;
        font-weight: 500;
        color: #555555;
    }

    .stat hr {
        width: 80%;
    }

.plugin-hero__caption > :first-child {
    font-weight: 300;
    color: #FFF;
    font-size: 2rem;
    margin-bottom: 0;
}

.plugin-hero__caption p {
    margin-bottom: 0;
    padding-top: 0;
}

.caption {
    font-size: 1.6em;
    line-height: 1.4;
    font-weight: 700;
    color: #f8b300;
    text-align: center;
}

.light-gray {
    background: #FAFAFA;
}

.cwf-grid__column--page-layout > :last-child {
    margin-bottom: 40px !important;
}

.plugin-hero__caption {
    padding: 1rem 2rem;
}

.cwf-grid--page-layout {
    background-color: #FFF;
}

body {
    overflow-x: hidden;
}

.full-bleed {
    margin: 0 -999rem;
    padding: 1rem 999rem;
}

.full-bleed--indent {
    padding: 1rem 1001rem 2rem 1001rem;
}

.full-bleed--gray {
    background-color: #F5F5F5;
}

.full-bleed--white {
    background-color: #fff;
}

.no-margin {
    margin: 0;
}

.border-top--gray {
    border-top: 1px solid rgba(0,0,0,0.125);
}

.border-bottom--gray {
    border-bottom: 1px solid rgba(0,0,0,0.125);
}

@media (min-width: 1024px) {
    .quote p {
        font-weight: 300;
        font-size: 1.4rem;
        color: #222;
        padding: 20px;
    }

    .quote > :first-child {
        font-size: 2rem;
        line-height: 1.3;
        font-weight: 300;
        text-align: left;
        color: #222;
    }

    .quote > :last-child {
        font-size: 1.4rem;
        color: #666;
        text-align: right;
        line-height: 1.5;
    }

    .plugin-card.grid-area--b .plugin-card__body, .plugin-card.grid-area--c .plugin-card__body, .plugin-card.grid-area--d .plugin-card__body, .plugin-card.grid-area--e .plugin-card__body {
        padding: 2.4rem 1.25rem;
    }

    .org-person {
        padding-top: 0;
    }
}

.t4_button {
    --cwf-button--background-color: #f8b300;
    --cwf-button--border-color: #F8b300;
    --cwf-button--color: #333;
    --cwf-button--active--background-color: #004f70;
    --cwf-button--active--color: #fff;
    --cwf-button--hover-focus--background-color: #454545;
    --cwf-button--hover-focus--color: #fff;
}
