﻿h3 {
    font-size: 1.8em;
}

    h3.no-bottom-buffer {
        padding-top: 50px;
        padding-bottom: 20px;
    }

    h3.lefty {
        text-align: left;
    }

.standard-text.lefty {
    text-align: left;
    padding: 0 80px;
}

.secondary-hero-font {
    font-size: 5.0em;
}

hr.headline {
    height: 2px;
    width: 60px;
    background: #0055a5;
    margin: 30px auto;
}

h4.headline {
    font-size: 1.6em;
    font-weight: 300;
    color: #0055a5;
}

.blured-dash {
    filter: brightness(150%) drop-shadow(0px 0px 1px #0055A4);
}

.light-blue-box {
    background: #E0F0FF;
    margin: 20px 0;
    margin-bottom: 15px;
    padding: 16px;
    padding-bottom: 0;
    width: 100%;
}

    .light-blue-box .heading {
        color: #0055A4;
        font-weight: 600;
        font-size: 0.9em;
    }

.gray-row {
    background: #E1E2E7;
}

    .gray-row:first-child {
        margin-top: 0.5em;
    }

    .gray-row .col.mini-dash {
        text-align: center;
    }

.blue-box {
    background: #157BDD;
    margin: 20px;
    font-size: 0.65em;
    width: auto;
    height: 150px;
    color: #fff;
    position: relative;
}

    .blue-box:first-child {
        margin-right: 0;
    }

    .blue-box:last-child {
        margin-left: 0;
    }

    .blue-box .heading {
        color: #fff;
        font-weight: 600;
        font-size: 1.2em;
        line-height: 1.4em;
        padding-top: 10px;
    }

    .blue-box .info {
        font-weight: 300;
        font-size: 1.0em;
        position: absolute;
        bottom: -8px;
    }

.long-box {
    background: #0055A4;
    margin: 5px 20px;
    width: auto;
    color: #fff;
    height: auto;
    text-align: center;
    padding: 20px 0;
    line-height: 1.2em;
    font-size: 0.8em;
}

    .long-box.firsty {
        margin-top: 20px;
    }

    .long-box.lasty {
        padding: 1.75em 0;
        margin-bottom: 20px;
    }

    .long-box .heading {
        color: #fff;
        font-weight: 600;
        font-size: 1.0em;
        line-height: 1.4em;
        padding-top: 10px;
    }

    .long-box .info {
        font-weight: 300;
        font-size: 0.85em;
        color: #7ABBDB;
    }

    .long-box.white {
        background: #fff;
        font-weight: 500;
        /*height: 19.8em;*/
    }

        .long-box.white .info {
            color: #057BD3;
        }

        .long-box.white .heading {
            color: #0055A5;
            font-weight: 600;
            font-size: 0.9em;
        }

.gray-square {
    background: #E1E2E7;
    margin: 15px auto;
    font-size: 1.0em;
    width: 360px;
    height: auto;
    padding: 40px;
    color: #fff;
}

.dark-blue-rect {
    background: #0055a4;
    margin: 0;
    font-size: 1.0em;
    padding: 20px 30px;
    color: #fff;
}

    .dark-blue-rect img {
        width: 90%;
        height: auto;
    }

.blue-rect {
    background: #157BDD;
    margin: 0;
    margin-top: 20px;
    font-size: 0.9em;
    font-weight: 600;
    padding: 10px;
    color: #fff;
}

.cert-bodies-display.large {
    display: block;
    padding-bottom: 2em;
}

.cert-bodies-display.small {
    display: none;
}

.cert-bodies {
    text-align: left;
    padding: 0 3em;
    margin: 0.35em auto;
}

    .cert-bodies h3 {
        text-align: left;
    }

    .cert-bodies p {
        margin: 0;
        font-size: 0.75em;
        line-height: 1.5em;
    }

    .cert-bodies .row {
        margin: 0;
    }

    .cert-bodies .col {
        margin: 0 auto;
    }

        .cert-bodies .col .circle-table {
            margin: 0 auto;
            display: table;
        }

        .cert-bodies .col .circle {
            width: 10.0em;
            height: 7.0em;
            border-radius: 50%;
            display: table-cell;
            vertical-align: middle;
            text-align: center;
        }

            .cert-bodies .col .circle.squeeze {
                width: 7.0em;
            }

            .cert-bodies .col .circle img {
                width: 100%;
                height: auto;
            }

                .cert-bodies .col .circle img.smallerize {
                    width: 75%;
                }

.schedule {
    padding: 0 40px;
    text-align: center;
    font-size: 1.5em;
}

    .schedule h3 {
        padding-bottom: 0.75em;
    }

    .schedule .large-sized-button {
        font-size: 1.0em;
        padding: 0.4em 3em;
        margin: 30px 0;
        margin-bottom: 60px;
    }

.keep-this-here-to-push-down-the-code-editing-area {
    background: black;
}

/* for-tablet-portrait */
@media (max-width: 899px) {
    h3 {
        font-size: 1.5em;
    }

    .content-column {
        padding: 0 25px;
    }

        .content-column.lefty {
            padding: 0 25px;
        }

            .content-column.lefty.firsty {
                padding: 0 10px;
            }

        .content-column .righty {
            padding: 0 25px;
        }

    .standard-text {
        font-size: 1.0em;
    }

    .blue-box {
        margin: 10px;
    }

        .blue-box .info {
            line-height: 1.5em;
        }

    .long-box.white {
        height: 38.2em;
    }

    .gray-square {
        width: unset;
    }

    .cert-bodies-display.large {
        display: none;
    }

    .cert-bodies-display.small {
        display: block;
    }

    .cert-bodies {
        margin: 3em auto;
    }

        .cert-bodies.narrow {
            margin: -2em auto;
        }

        .cert-bodies .col .circle {
            width: 12.0em;
            height: 9.0em;
        }
}
