body {

}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: rgb(75, 75, 75);
    font-style: normal;
}

h3 {
    font-size: 1.25em;
}

h4 {
    font-size: 1.125em;
}

a {
    color: #3b8bba; /* block-background-text-normal */
    text-decoration: none;
}

    a:visited {
        color: #265778; /* block-normal-text-normal */
    }

.r-content {
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 4em;
    max-width: 768px;
}

    .r-content .content-subhead {
        margin: 1em 0 1em 0;
        font-weight: 300;
        position: relative;
    }

    .r-content .content-spaced {
        line-height: 1.8;
    }

    .r-content .content-quote {
        font-family: "Georgia", serif;
        color: #666;
        font-style: italic;
        line-height: 1.8;
        border-left: 5px solid #ddd;
        padding-left: 1.5em;
    }

.steps {
    
    padding: 1px 0;
    overflow: hidden;
}

    .steps ul, .steps li {
        margin: 0;
        padding: 0;
        list-style: none;
    }

    .steps ul {
        float: left;
    }

    .steps li {
        float: left;
        width: 260px;
    }

        .steps li a {
            display: block;
            padding: 15px 20px;
            background: #d0d0d0;
            color: #fff;
            line-height: 1.5em;
            text-decoration: none;
        }

            .steps li a strong {
                font-size: 2em;
            }

            .steps li a:hover {
                background: #666;
            }

        .steps li.step, .steps li.step a {
            position: relative;
            z-index: 3;
        }

        .steps li.step-2, .steps li.step-2 a {
            z-index: 2;
        }

        .steps li.step-3, .steps li.step-3 a {
            z-index: 1;
        }

            .steps li.step-1 a, .steps li.step-2 a, .steps li.step-3 a {
                background: transparent url(../images/step.png) center right no-repeat;
                padding-right: 25px;
            }

        .steps li.step-2, .steps li.step-3 {
            margin-left: -30px;
        }

            .steps li.step-2 a {
                padding-left: 45px;
            }

            .steps li.step-3 a {
                padding-left: 45px;
                padding-right: 10px;
                background-position: center left;
            }

        .steps li.step a.touch {
            background: transparent url(../images/step_over.png) center right no-repeat;
        }

        .steps li.step-3 a:hover {
            background-position: center left;
        }

        .hvsv-info {
            display:none;
        }
        .cbvc-info {
            display:none;
        }