body {
    background: #fff;
    position: relative;
    z-index: 1;
    margin: 0;
    font-family: MuseoSans-500, Arial, Helvetica, sans-serif;
    padding: 0;
    font-weight: normal;
    color: #333;
}

    body:after {
        bottom: 0;
        content: "";
        height: 100%;
        left: 0;
        position: absolute;
        right: 0;
        width: 100%;
        z-index: -1;
    }

.MuseoSans-500 {
    font-family: MuseoSans-500;
    font-weight: normal;
    font-style: normal;
}

h1, h2, h3, h4, h5 {
    font-family: MuseoSans-500;
    font-weight: normal;
    font-style: normal;
    margin: 0 0 10px;
    padding: 0;
}

img {
    border: none;
    max-width: 100%;
}

a {
    color: #DA441B;
    text-decoration: underline;
}

    a:hover {
        text-decoration: none;
    }

.hidden {
    display: none;
}

#full-width-header {
    width: 100%;
    background: #1b1b1b;
    height: 75px;
}

#content-container {
    width: 100%;
    margin: 40px 0 0 0;
    background: #fff;
    min-height: 600px;
    height: auto;
    overflow: hidden;
    padding: 10px 0 0 0;
}

.headerlogo {
    position: relative;
    width: auto;
    height: auto;
    padding: 25px;
}

    .headerlogo img {
        float: left;
    }

    .headerlogo a {
        float: right;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
    }

        .headerlogo a:hover {
            text-decoration: underline;
        }

#corp-cta {
    background: url(../ImagesVt/corp-cta_back.jpg) top left no-repeat;
    height: 458px;
    margin: 0;
    padding: 150px 0 0;
    max-width: 1350px;
}

.corp-cta_content {
    position: relative;
    text-align: center;
}

    .corp-cta_content h1 {
        color: #fff;
        font-size: 48px;
        margin: 0 0 50px 0;
    }

    .corp-cta_content p {
        color: #fff;
        font-size: 22px;
        padding: 0 350px;
        margin: 0 0 60px 0;
    }

#corp-why {
    position: relative;
    text-align: center;
    margin: 0;
    padding: 50px 0 0 0;
    height: auto;
    overflow: hidden;
}

    #corp-why h2 {
        color: #333;
        font-size: 30px;
        margin: 0 0 50px 0;
        font-weight: normal;
    }

.corp-why_boxes {
    height: auto;
    width: auto;
}

.whybox, .whybox2 {
    background: #3f4965;
    float: left;
    width: 450px;
    min-height: 285px;
    height: auto;
    overflow: hidden;
    text-align: center;
    padding: 50px 0;
}

.whybox2 {
    background: #4b5778;
}

    .whybox img, .whybox2 img {
        margin: 20px 0;
    }

    .whybox h3, .whybox2 h3 {
        color: #fff;
        font-size: 16px;
        margin: 0 0 20px 0;
    }

    .whybox p, .whybox2 p {
        color: #fff;
        font-size: 12px;
        margin: 0;
        padding: 0 100px;
    }

.reasons {
    background: url(../ImagesVt/reasons_back.jpg) top left no-repeat;
    height: auto;
    min-height: 808px;
    margin: 0;
    overflow: hidden;
    padding: 530px 0 0;
    max-width: 1350px;
}

.reasons-content {
    width: 1200px;
    height: auto;
    overflow: auto;
    margin: auto;
    padding: 20px 0 0;
}

.reasonsbox-left {
    margin: 0 0 60px;
    padding: 0;
    text-align: left;
}

.reasonsbox-right {
    margin: 0 0 60px;
    padding: 0;
    text-align: right;
}

.reasonsbox-left img {
    display: inline;
    float: left;
    margin: 0 30px 0 0;
}

.reasonsbox-right img {
    display: inline;
    float: right;
    margin: 0 0 0 30px;
}

.reasonsbox-left-text, .reasonsbox-right-text {
    display: inline;
    margin: 30px;
}

    .reasonsbox-left-text h3, .reasonsbox-right-text h3 {
        color: #3f4965;
        text-transform: uppercase;
        font-size: 20px;
    }

    .reasonsbox-left-text p, .reasonsbox-right-text p {
        color: #333;
        font-size: 15px;
    }

.signupbox {
    background: #3f4965;
    height: auto;
    overflow: hidden;
    padding: 50px 100px;
    text-align: center;
    margin: 20px 0 0 0;
}

    .signupbox h4 {
        color: #fff;
        font-size: 35px;
        margin: 0 0 35px;
    }

.signupbox-fields {
    display: block;
    height: auto;
    margin: 20px 0;
    overflow: hidden;
    text-align: center;
    width: 100%;
}

.input {
    background: none repeat scroll 0 0 white;
    border: 1px solid #ccc;
    margin: 0 10px 3px 0;
    padding: 10px 5px;
    text-align: left;
}

input, textarea, select, label {
    color: #333333;
    font-family: MuseoSans-500;
    font-size: 14px;
}

.input span {
    color: #333;
    margin-left: 3px;
    padding: 5px;
    position: absolute;
}

.input input, .input textarea, .input select {
    background: none repeat scroll 0 0 transparent;
    border-width: 0;
    color: #333;
    font: inherit;
    margin: 0 0 20px 0;
    padding: 3px;
    position: relative;
    width: 20%;
}

.footer {
    width: 100%;
    background: #252525;
    height: auto;
    padding: 20px 0;
    margin: 10px 0;
}

.footer-content {
    text-align: center;
    color: #fff;
    font-size: 11px;
}

    .footer-content a {
        text-decoration: none;
        color: #fff;
    }

        .footer-content a:hover {
            text-decoration: underline;
        }


.validation_box {
    background: url("../ImagesVt/error_icon.png") no-repeat scroll 30px 10px #ffd6d6;
    border: 1px solid #edacac;
    margin-top: 10px;
    min-height: 80px;
    padding: 5px 5px 5px 160px;
    text-align: left;
    width: auto;
}


.textbox_a { padding:0!important; width:64px; margin-top:3px; font-size:12px; color:#333333;}