html, body {
    max-width: 100%;
    overflow-x: hidden;
}
#content{

}
#mainContainer .main-nav > ul > li > a {
    font-size: .75em !important;
    font-family: 'Roboto Condensed', sans-serif !important;
    text-align: justify !important;
    text-justify: inter-word !important;
    line-height: 1em !important;
    color: #073062 !important;
}
#mainContainer {
    background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    margin: auto;
    width: 1170px;
}
body {
    margin: 0 auto;
    background: url('/img/bg.jpg') no-repeat fixed;
    background-size:cover;
}
.form-container {
    width: 1170px;
    margin: auto;
}
#vaFormTarget {
    display: none;
}
#mainContainer .navigation {
    margin-left: 10px;
}
.navigation span {
    cursor: pointer;
    visibility: hidden;
}

.slide-form-container {
    overflow: hidden;
    display:
    width: 100%;
    height: 500px;
    border: none;
    background-color: none;
    /*padding: 20px;*/
}
.slide-form-container .slide {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 500px;
    transition: .25s;
    text-align: center;
    vertical-align: middle;
}
.landinghead {
    width: 65%;
    padding-top: 20px;
    margin: 0 auto;
    display:inline-block;
}
.ratecallout {
    width: 30%;
    padding-top: 20px;
    margin: 0 auto;
    display:inline-block;
}
#mainContainer .disclaimer > p {
    font-size: .75em;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: justify;
    text-justify: inter-word;
    line-height: 1em;
    color: #073062;
    margin: auto;
}
#mainContainer .ratecallout > h1 {
    font-weight: 800;
    font-size: 3em;
    letter-spacing: -.05em;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: underline;
    margin: -.25em 0 -.05em 0;
    text-align: center;
}
#mainContainer .ratecallout > h2 {
    font-weight: 800;
    font-size: 2em;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}
#mainContainer .ratecallout > h3 {
    font-weight: 800;
    font-size: .5em;
    letter-spacing: 1px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    margin: 0 0 -.05em 0;
}
#mainContainer .landinghead > h1 {
    font-weight: 800;
    font-size: 6em;
    letter-spacing: -.05em;
    font-family: 'Roboto Condensed', sans-serif;
    text-decoration: underline;
    margin: -.25em 0 -.05em 0;
    text-align: center;
}
#mainContainer .landinghead > h2 {
    font-weight: 800;
    font-size: 2em;
    letter-spacing: -3px;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
}
#mainContainer .slide-form-container .slide > h1 {
    font-weight: 800;
    font-size: 100px;
    letter-spacing: -4px;
    font-family: 'Roboto Condensed', sans-serif;
}
#mainContainer .slide-form-container .slide > h2 {
    font-weight: 800;
    font-size: 60px;
    letter-spacing: -4px;
    font-family: 'Roboto Condensed', sans-serif;
}
.disclaimer {
    width: 70%;
    margin: auto;
}
#mainContainer .disclaimer > h1 {
    font-size: 2em;
    text-align: center;
    text-decoration: underline;
}
#links > p {
    font-size: 1em;
    text-align: center;
    text-decoration: underline;
}
#links {
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
}
#logos > a {
    margin: 40px 10px 10px 10px;
    align-items: center;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
}
#logos{
    margin: 40px 10px 10px 10px;
    align-items: center;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    font-family: 'Roboto Condensed', sans-serif;
}
.seconds {
    text-align: center;
    float: right;
    margin-top: -5em;
}
.form {
    /*margin-top: 15em;*/
}
#mainContainer .seconds > h1 {
    font-weight: bold;
    font-size: 8em;
    font-family: FontAwesome, 'Roboto Condensed';
}
#mainContainer .seconds > h2 {
    font-weight: bold;
    font-size: 2em;
    letter-spacing: -.25em;
}
img {
    max-width: 100%;
    height: auto;
}
.form-container {
    position: relative;
}
.slide-form-container .slide > div {
    margin-bottom: 10px;
}
.slide-form-container .slide.open {
    opacity: 1;
    visibility: visible;
}
.slide-form-container .slide input {
    width: 250px;
}
.slide-form-container .slide select {
    width: 250px;
}
.slide-form-container button {
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    color: #ffffff;
    border: none;
    padding: 8px 28px 9px;
    text-decoration: none;
    line-height: 1.5em;
    font-family: "Helvetica Neue", Sans-Serif;
    background: #ff0701;
    box-shadow: 1px 1px 2px #ddd;
    border-radius: 3px;
    font-size: 20px;
}
.slider {
    width: 70%;
    margin-left: auto;
    margin-right: auto;
}
.radio-label-icon {
    width: 150px;
    height: 150px;
    display: inline-block;
}
label.radio {
    background: red;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#58ac3f, #51b833);
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#58ac3f, #51b833);
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#58ac3f, #51b833);
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(#58ac3f, #51b833);
    /* Standard syntax */
    margin: 10px;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-color: #e11717;
    display: inline-block;
}
.social-medias {
    visibility: hidden;
}
label.radio .radio-label-text {
    margin-top: 10px;
    text-align: center;
}
label.radio > input {
    visibility: hidden;
    position: absolute;
}
label.radio > input + div {
    cursor: pointer;
    border: 2px solid;
    border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    -webkit-border-radius: 5px 5px 5px 5px;
    border-color: #e11717;
}
label.radio > input:checked + div {
    border-color: #e11717;
}
.ui-slider {
    height: 15px;
}
#mainContainer label {
    color: #e11717;
}
#mainContainer footer {
    /* width: 100%; */
    float: left;
    background-color: #fafafa;
    border-top: solid 1px #c3mainContainerc9;
    padding: 0;
    position: relative;
}
#mainContainer h1, #mainContainer h2, #mainContainer h3, #mainContainer h4, #mainContainer h5, #mainContainer h6 {
    line-height: 100%;
    color: #073062;
    margin: 5px 0 25px 0;
}
.ui-slider-horizontal .ui-slider-handle {
    background-color: #bdce35;
    border: 1px #2d372c solid;
    width: 14px;
    height: 21px;
    cursor: ew-resize;
}
.validate_message {
    transition: .25s;
    opacity: 0;
    visibility: hidden;
    display: block;
}
.validate_input {
    border: 1px solid gray;
}
.error .validate_message {
    visibility: visible;
    opacity: 1;
    color: red;
}
.error .validate_input {
    border: solid 1px red;
}
#propVal, #loanBal {
    margin: 10px;
    font-size: 20px;
}
