#header-red-bar {
    width: 100%;
    border-top: 5px solid #ce0000;
}

#header-main {
    width: 100%;
    height: 50px;
    background-color: #FEFFFE;
    padding-left: 20%;
    padding-right: 20%;
}

#header-main-logo {
    height: 29px;
    line-height: 50px;
}

#header-nav {
    width: 100%;
    height: 50px;
    background-color: black;
    padding-left: 20%;
    padding-right: 20%;
}

#header-nav-logo {
    font-family: 'Open Sans',sans-serif !important;
    font-size: 17.6px;
    font-weight: 600;
    color: white;
    height: 100%;
    line-height: 50px;
}

#header-nav-trycontent {
    font-family: 'Open Sans',sans-serif !important;
    font-size: 17.6px;
    font-weight: 600;
    color: white;
    height: 100%;
    line-height: 50px;
}

#footer-links {
    background-color: #3C3C3C;
    padding-left: 20%;
    padding-right: 20%;
    height: 64px;
    color: white;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
}

#footer-legal {
    background-color: #E4E4E4;
    font-size: 12px;
    font-weight: 100;
    color: #333;
    padding-left: 20%;
    padding-right: 20%;
    font-family: Arial, sans-serif;
    vertical-align: bottom;
    height: 52px;
}

#form {
    background-color: #FEFFFE;
    margin-top: 40px;
    margin-bottom: 20px;
}

.form-header {
    font-size: 24px;
    font-weight: 300;
    width: 100%;
    border-bottom: 1px solid rgb(225, 225, 225);
}

#submit-button {
    margin-top: 15px;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ce0000;
    color: #ce0000;
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 900;
    letter-spacing: 0.1em;
    outline: 0 none;
    text-decoration: none;
    text-transform: uppercase;
    padding: 10px 10px;
    width: 200px;
}

#submit-button:hover {
    background-color: #ce0000;
    color: white;
}

.vantara-green-bg {
    background-color: #0E8B8D;
}

label {
    font-size: 14px;
    font-weight: normal !important;
}

.divider {
    border-top: 1px solid black;
    width: 100%;
    margin-top: 10px;
}

#right-info {
    top: 0;
    bottom: 0;
    margin-top: 0;
    margin-bottom: 0;
    color: white;
    font-size: 24px;
    font-weight: 600;
    text-align: center;
    font-family: "Open Sans", sans-serif;
    margin-top: 120px;
}