﻿h3 {
    font-size: 1.8em;
}

    h3.no-bottom-buffer {
        padding-top: 50px;
    }

    h3.top {
        padding-bottom: 0;
    }

.secondary-hero-content {
    padding: 0 6em;
}

.secondary-hero-image {
    opacity: 0.65;
}

.secondary-hero-font {
    font-size: 4.50em;
    margin: 0 auto;
    margin-top: 0.5em;
}

.secondary-hero-subtext {
    font-size: 1.4em;
    font-weight: 300;
    line-height: 1.5em;
    text-transform: none;
    margin: 0 auto;
    margin-top: 1.5em;
    width: 38.5em;
}

.wave-on-hero {
    margin-top: -50px !important;
}

.major-points {
    text-align: center;
    margin-top: 75px;
    margin-bottom: 150px;
}

.major-points-content {
    color: #fff;
    max-width: 680px;
    margin: 0 auto;
}

    .major-points-content p {
    }

        .major-points-content p.mini-headline {
            font-weight: 500;
            margin: 60px 0;
        }

        .major-points-content p.headline {
            font-size: 1.5em;
            font-weight: 600;
            letter-spacing: 0.05em;
            margin: 60px 0;
            margin-top: 30px;
        }

    .major-points-content img {
        width: 36px;
        height: auto;
    }

.major-points .large-sized-button {
    margin-top: 1em;
    font-size: 1.0em;
}

.advocacy-content {
    max-width: 680px;
    text-align: center;
    margin: 0 auto;
}

    .advocacy-content .sized-logo {
        width: 100%;
        margin: 40px 0;
    }

        .advocacy-content .sized-logo img {
            width: 340px;
            height: auto;
        }

            .advocacy-content .sized-logo img.shrunk {
                width: 300px;
                height: auto;
            }

    .advocacy-content .divider-chain {
        width: 100%;
        height: auto;
        margin: 60px 0;
    }

        .advocacy-content .divider-chain img {
            width: 19px; /* should be 38 x 185 */
            height: 92px;
        }

.vision-column h3.on-wave {
    padding-bottom: 25px;
}

.vision-column hr {
    width: 80px;
    padding-bottom: 2px;
    opacity: 0.60;
}

.vision-content {
    color: #fff;
    max-width: 680px;
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
    margin-bottom: 380px;
}

.vision-content-overlay {
    background: #fff;
    margin-top: -340px;
    text-align: center;
}

.centered-content-container {
    text-align: center;
    max-width: 36em;
    margin: 0 auto;
    margin-top: 1em;
}

.vision-content-overlay .overlay-container p {
    line-height: 1.75em;
    color: #888;
}

.vision-buttons {
    margin: 3em auto;
}

    .vision-buttons .large-sized-button {
        padding: 0.5em 1em;
        font-size: 1.4rem;
        width: 100%;
        height: auto;
    }

.non-hero-wave-container {
    position: relative;
    margin-top: 80px;
}

.row .why {
    margin-bottom: 150px;
}

    .row .why .cell {
        text-align: center;
        width: 33%;
    }

        .row .why .cell p {
            padding: 0 35px;
            font-size: .75em;
            line-height: 1.5em;
        }

        .row .why .cell img {
            width: 64px;
            height: auto;
        }

hr.headline {
    height: 2px;
    width: 60px;
    background: #0055a5;
    margin: 30px auto;
}

h4.headline {
    font-size: 1.6em;
    font-weight: 300;
    color: #0055a5;
}

.top-cards-header {
    margin: 0 auto;
    margin-top: 6em;
}

    .top-cards-header h3 {
        font-size: 1.4em;
        padding: 1em 0;
        margin: 0 auto;
    }

.top-cards-chooser {
    font-size: 1.0em;
    height: 2em;
    margin: 0 auto;
    margin-bottom: 7em;
    text-align: center;
}

    .top-cards-chooser .language-chooser {
        background: #147ADC;
        padding: 1em 0;
        min-height: 82px;
    }

        .top-cards-chooser .language-chooser .selector {
            font-size: 0.65em;
            color: #B0D9FF;
            font-weight: 600;
            margin: 0 1em;
            margin-top: 2em;
            cursor: pointer;
        }

            .top-cards-chooser .language-chooser .selector.active {
                color: #fff;
            }

.top-cards {
    margin: 0 auto;
    margin-bottom: 3em;
}

.desktop-section .top-cards .col {
    margin: 0;
    width: 25%;
}

    .desktop-section .top-cards .col.cards .col {
        max-width: 25%;
    }

.mobile-section .top-cards .col {
    margin: 0;
    width: 100%;
}

    .mobile-section .top-cards .col.cards .col {
        max-width: 25%;
    }

.top-cards .language-row {
    display: none;
}

    .top-cards .language-row.active {
        display: block;
    }

.audit-info {
    font-size: 0.85em;
    color: #999;
    text-align: center;
    margin: 0;
    margin-top: -30px;
    padding: 0;
}

.content-column.cards {
    padding: 0;
}

    .content-column.cards .row .col {
        padding: 0;
        margin: 0 12px;
    }

        .content-column.cards .row .col:first-child {
            margin-left: 0;
        }

        .content-column.cards .row .col:last-child {
            margin-right: 0;
        }

.card {
    font-size: 1.0rem;
    margin: 0;
    margin-top: 1em;
}

    .card .content {
        padding: .5em;
        background: #fff;
        color: #0055A5;
    }

    .card.special .content {
        background: #147ADC;
        color: #fff;
        max-height: 18em;
        overflow-y: auto;
    }

        .card.special .content a {
            color: #fff;
        }

            .card.special .content a:hover {
                color: #fff;
            }

    .card.amendment {
        margin: 0;
    }

        .card.amendment p.explain {
            margin: 0;
            padding: 0;
            padding-bottom: 6px;
            line-height: 1.5em;
            font-style: normal;
            color: #777;
        }

    .card.comments {
        margin: 0;
    }

    .card.amendment .content {
        background: #E0F0FF;
        color: #0055A5;
    }

    .card.comments .content {
        background: #013565;
        color: #fff;
    }

    .card .content {
        padding-bottom: 1em;
    }

        .card .content .mini-heading {
            font-size: 0.75em;
            font-weight: 400;
            text-transform: uppercase;
            color: #777;
            letter-spacing: 0.15em;
            line-height: 2.5em;
        }

        .card .content h4 {
            font-size: 1.3em;
            font-weight: 600;
        }

        .card .content p {
            font-weight: 400;
            font-style: italic;
            line-height: 1.5em;
            padding: 0;
            margin: 0;
        }

            .card .content p.normal {
                font-weight: 500;
                font-style: normal;
            }

    .card .tail {
        background: #DFE2E9;
        font-size: 1.0em;
        padding: 0;
    }

    .card .head {
        background: #0055A5;
        padding-bottom: 0.2em;
    }

    .card span {
        margin: 0 0.8em;
        color: #0055A5;
        font-size: 1.0em;
        line-height: 1.5em;
    }

        .card span.issue {
            font-style: italic;
        }

    .card .head span {
        color: #fff;
    }

    .card .tail span {
        vertical-align: sub;
        font-weight: 500;
        color: #057BD3;
    }

    .card .icon {
        width: 42px;
        height: 42px;
        text-align: center;
        float: right;
        background: #057BD3;
        color: #fff;
    }

    .card.amendment .icon,
    .card.special .icon,
    .card.comments .icon {
        background: #0055A5;
    }

    .card .icon p {
        transform: scale(1,2);
        margin-top: 0.25em;
    }

.soc-people {
    text-align: left;
    padding: 0 3em;
    padding-bottom: 2em;
    margin: 3em auto;
    font-size: 1.4em;
}

    .soc-people h3 {
        font-size: 2.0em;
        text-align: left;
    }

    .soc-people p {
        margin: 0;
        margin-top: 1.5em;
        line-height: 1.5em;
    }

    .soc-people .large-sized-button {
        font-size: 1.0em;
        margin: 2em 0;
    }

    .soc-people .row {
        margin: 2em 0;
    }

    .soc-people .col {
        max-width: 25%;
    }

        .soc-people .col .rect {
            width: 100%;
            height: auto;
        }

            .soc-people .col .rect p {
                color: #0055A5;
                font-size: 0.75em;
                line-height: 1.5em;
                margin: 0;
            }

            .soc-people .col .rect .name {
                font-size: 0.95em;
                font-weight: 600;
                margin-top: 0.5em;
            }

            .soc-people .col .rect .link {
                font-size: 0.85em;
                font-weight: 600;
                color: #777;
            }

                .soc-people .col .rect .link.phone {
                    color: #147ADC;
                }

            .soc-people .col .rect img {
                height: auto;
                width: 100%;
                max-width: 278px;
            }

#contactUsButton {
    padding-left: 4em;
    padding-right: 4em;
}

.split-card-row .col.split-card-img {
    background: #DFE2E9;
    padding: 3em 0;
    text-align: center;
}

    .split-card-row .col.split-card-img img {
        width: 65%;
        height: auto;
        margin: 0 auto;
    }

.questions {
    margin-bottom: 3em;
}

    .questions p {
        margin-top: 2em;
        line-height: 1.5em;
    }

.sps {
    font-size: 1.75em;
}

    .sps h3 {
        margin-bottom: 1.5em;
    }

.big-blue-box {
    background: #147ADC;
    color: #fff;
    text-align: center;
    padding: 2em;
    margin-top: -1em;
}

    .big-blue-box .col {
        text-align: left;
        padding: 0;
        margin: 0;
    }

    .big-blue-box h4 {
        font-size: 1.2em;
        font-weight: 600;
        margin-bottom: 1.25em;
    }

    .big-blue-box ul {
        list-style: none;
    }

    .big-blue-box li {
        font-size: 0.8em;
        line-height: 1.5em;
        padding: 0.75em 0.5em;
    }

        .big-blue-box li::before {
            content: "•";
            color: #0055A5;
            display: inline-block;
            width: 1.0em;
            margin-left: -1.1em;
        }

    .big-blue-box .col:first-child li::before {
        width: 0.75em;
    }

.link-card-col {
    padding: 0 3em;
    margin: 4em 0;
}

.link-card {
    background: #fff;
    font-size: 0.7em;
}

    .link-card .content {
        padding: 0.75em 1.5em;
        line-height: 1.5em;
        color: #999;
        position: relative;
        height: 23em;
    }

        .link-card .content h4 {
            font-size: 1.65em;
            font-weight: 600;
            color: #0055A5;
            margin: 0.75em 0;
        }

    .link-card img {
        width: 100%;
        height: auto;
    }

    .link-card a {
        font-size: 0.8em;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        color: #147ADC;
        position: absolute;
        bottom: 1.0em;
    }

.training {
    text-align: center;
    padding: 0 3em;
    margin: 0 auto;
    margin-bottom: 6em;
    background: #fff;
    color: #2E8BD3;
    font-size: 1.5em;
}

    .training p {
        padding: 1.5em 0;
        padding-bottom: 2em;
    }

.public {
    text-align: left;
    padding: 0 3em;
    margin: 0 auto;
    margin-bottom: 2em;
    color: #fff;
    font-size: 1.5em;
}

    .public h3 {
        font-size: 1.8em;
        margin-bottom: 1em;
        text-align: left;
    }

    .public h5 {
        font-size: 1.4em;
        font-weight: 600;
        color: #fff;
    }

    .public hr {
        background: #fff;
        border: 1px solid #fff;
        margin: 3em 0;
    }

    .public p {
        margin: 1em 0;
        line-height: 1.5em;
    }

        .public p.head-para {
            color: #AED1EB;
        }

    .public .row {
        margin: 2em 0;
    }

    .public .large-sized-button {
        margin-top: 1em;
        font-size: 1.0em;
    }

    .public .final {
        text-align: center;
        margin: 3em auto;
    }

    .public .card {
        background: #147ADC;
        margin-bottom: 1.5em;
    }

        .public .card .content {
            background: #147ADC;
            color: #fff;
            min-height: 7em;
            padding: 0.5em;
        }

            .public .card .content h4 {
                font-size: 1.25em;
            }

        .public .card .tail {
            background: #fff;
        }

            .public .card .tail img {
                background: #0055A5;
            }

            .public .card .tail p {
                color: #0055A5;
                padding: 0 1em;
                margin: 0;
                margin-top: 0.75em;
                font-size: 1.0em;
                font-weight: 500;
            }


.blue-bg {
    color: #fff;
    background-color: #157bdd;
}

#formDisplay {
    display: none;
}

#formSOCDisplay {
    display: none;
}

    #formDisplay h3 {
        text-align: center !important;
    }

form#feedbackForm {
    width: 28em;
    padding: 30px 0;
    margin: 0 auto;
}

    form#feedbackForm .inliner {
        width: 100%;
        display: inline-block;
    }

        form#feedbackForm .inliner .form-group {
            width: 48%;
            float: left;
        }

            form#feedbackForm .inliner .form-group:last-child {
                float: right;
            }

    form#feedbackForm label {
        font-size: 0.8em;
        color: #95DCF8;
        margin-bottom: 0;
    }

    form#feedbackForm input {
        width: 100%;
    }

    form#feedbackForm textarea {
        width: 100%;
        height: 12em;
    }

    form#feedbackForm .button_keeper {
        width: 100%;
        margin-top: 1.6em;
        text-align: center;
    }

    form#feedbackForm button {
        border: 0;
        border-radius: 30px;
        font-size: 0.9em;
        padding: .4em 4em;
        background: #7BD34B;
        font-size: 1.0em;
    }

    form#feedbackForm span {
        color: #fff;
        font-size: 0.75em;
    }

    form#feedbackForm .recaptcha-area {
        width: 100%;
        height: auto;
        text-align: center;
        margin: 1em 0;
    }

        form#feedbackForm .recaptcha-area div {
            margin: 0 auto;
        }

.panel-response {
    width: 28em;
    color: #fff;
    font-size: 0.8em;
    line-height: 1.75em;
    margin: 0 auto;
    text-align: center !important;
    display: none;
}

.panel-response-buffer {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 120px;
}

.invisible-anchor {
    display: none;
}

#button-container {
    text-align: justify;
    min-width: 1000px;
}

    #button-container button {
        display: inline-block;
    }

    #button-container:after {
        content: '';
        width: 100%; /* Ensures there are at least 2 lines of text, so justification works */
        display: inline-block;
    }


.desktop-section {
    display: block;
}

.mobile-section {
    display: none;
}

/* for mobile */
@media (max-width: 899px) {

    form#feedbackForm {
        width: 100%;
        padding: 10px 0;
        margin: 0 auto;
    }


    h3.on-white {
        font-size: 2.0em;
    }

    .desktop-section {
        display: none;
    }

    .mobile-section {
        display: block;
    }

    .top-cards-chooser {
        margin-bottom: 3em;
        font-size: 2.4em;
    }

    .top-cards-chooser .language-chooser .selector {
        margin: 0 0.5em;
    }



    .audit-info {
        font-size: 1.5em;
        margin-top: -60px;
        margin-bottom: 10px;
    }


    .soc-people {
        font-size: 1.0em;
    }

        .soc-people .soc-row {
            font-size: 1.5em;
        }

        .soc-people .col {
            max-width: 50%;
        }

            .soc-people .col .rect {
                margin: 2em 0;
            }

                .soc-people .col .rect img {
                    width: auto;
                    max-width: 100%;
                }

    .link-card {
        font-size: 1.5em;
    }

        .link-card .content {
            height: 26em;
        }

    .public {
        padding: 0 2.0em;
    }

    .training h3 {
        font-size: 1.0em;
    }

    .sps {
        font-size: 1.0em;
    }
}
