/*
@font-face {
    font-family: oswald;
    font-style: normal;
    font-weight: 300;
    src: url(/fonts/oswald-v36-latin-300.eot);
    src: local("Oswald Light"), local("Oswald-Light"), url(/fonts/oswald-v36-latin-300.eot?#iefix) format("embedded-opentype"), url(/fonts/oswald-v36-latin-300.woff2) format("woff2"), url(/fonts/oswald-v36-latin-300.woff) format("woff"),
        url(/fonts/oswald-v36-latin-300.ttf) format("truetype"), url(/fonts/oswald-v36-latin-300.svg#Oswald) format("svg");
}
@font-face {
    font-family: oswald;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/oswald-v16-latin-regular.eot);
    src: local("Oswald Regular"), local("Oswald-Regular"), url(/fonts/oswald-v16-latin-regular.eot?#iefix) format("embedded-opentype"), url(/fonts/oswald-v16-latin-regular.woff2) format("woff2"),
        url(/fonts/oswald-v16-latin-regular.woff) format("woff"), url(/fonts/oswald-v16-latin-regular.ttf) format("truetype"), url(/fonts/oswald-v16-latin-regular.svg#Oswald) format("svg");
}
@font-face {
    font-family: coda;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/coda-v13-latin-regular.eot);
    src: local("Coda Regular"), local("Coda-Regular"), url(/fonts/coda-v13-latin-regular.eot?#iefix) format("embedded-opentype"), url(/fonts/coda-v13-latin-regular.woff2) format("woff2"),
        url(/fonts/coda-v13-latin-regular.woff) format("woff"), url(/fonts/coda-v13-latin-regular.ttf) format("truetype"), url(/fonts/coda-v13-latin-regular.svg#Coda) format("svg");
}
@font-face {
    font-family: open sans;
    font-style: normal;
    font-weight: 400;
    src: url(/fonts/open-sans-v15-latin-regular.eot);
    src: local("Open Sans Regular"), local("OpenSans-Regular"), url(/fonts/open-sans-v15-latin-regular.eot?#iefix) format("embedded-opentype"), url(/fonts/open-sans-v15-latin-regular.woff2) format("woff2"),
        url(/fonts/open-sans-v15-latin-regular.woff) format("woff"), url(/fonts/open-sans-v15-latin-regular.ttf) format("truetype"), url(/fonts/open-sans-v15-latin-regular.svg#OpenSans) format("svg");
}
*/
body,
html {
    height: 100%;
    width: 100%;
}
html {
    font-family: open sans, arial, helvetica, sans-serif;
    font-size: 62.5%;
    line-height: normal;
    color: #0a0a0a;
    -webkit-text-size-adjust: none;
}
a,
.fake-link {
    text-decoration: underline;
    color: #0090ff;
}
a:hover,
.fake-link:hover {
    text-decoration: none;
}
.clear {
    clear: both;
}
hr {
    width: 100%;
    border: 0;
    height: 1px;
    background: #ccc;
    margin: 18px 0;
    padding: 0;
}
div,
section {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.container {
    margin: 0 auto;
    width: 92%;
    max-width: 1000px;
    position: relative;
    padding: 0;
}
.buttonContainer {
    display: block;
}
.button {
    font-family: open sans, arial, helvetica, sans-serif;
    display: inline-block;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-appearance: none;
    z-index: 999;
    text-decoration: none;
    cursor: pointer;
    text-align: center;
    line-height: 1em;
    padding: 12px 18px;
    color: #fff;
    background: #67823a;
    font-weight: 700;
    font-size: 1.5rem;
}
.button:hover,
.button:focus {
    background: #4a5d2a;
}
form .button {
    width: 100%;
    max-width: 300px;
}
body.subscription .middle > .container {
    padding: 40px 0;
}
body.request-info,
body.apply-now {
    background: #b5985a;
}
body.request-info .infoForm,
body.apply-now .infoForm {
    background: 0 0;
    color: #fff;
    padding: 25px 0 15px;
    margin: 0 auto;
    max-width: 450px;
}
body.request-info .formTitle,
body.apply-now .formTitle {
    font-weight: 700;
}
body.request-info .formTitle {
    font-size: 3rem;
    line-height: 100%;
    margin: 0 0 20px;
}
body.apply-now .formTitle {
    font-size: 2rem;
    line-height: 100%;
    margin: 0 0 15px;
}
body.request-info .form-group,
body.apply-now .infoForm .form-group {
    margin: 0 0 10px;
}
body.request-info .infoForm input[type="text"],
body.request-info .infoForm input[type="email"],
body.request-info .infoForm select,
body.apply-now .infoForm input[type="text"],
body.apply-now .infoForm input[type="email"],
body.apply-now .infoForm select {
    font-size: 1.3rem;
    padding: 10px;
    color: #6e6e6e;
    border-color: #c0a56e;
}
body.request-info .infoForm input[type="text"]:focus,
body.request-info .infoForm input[type="email"]:focus,
body.request-info .infoForm select:focus,
body.apply-now .infoForm input[type="text"]:focus,
body.apply-now .infoForm input[type="email"]:focus,
body.apply-now .infoForm select:focus {
    border-color: #0a0a0a;
}
body.request-info .errorMessage span,
body.apply-now .errorMessage span {
    color: #fff;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.3rem;
    line-height: 130%;
}
body.request-info .button.formButton,
body.apply-now .button.formButton {
    background: #0a0a0a;
    color: #fff;
    border-radius: 5px;
    padding: 12px;
    font-weight: 700;
}
body.request-info .button.formButton:hover,
body.apply-now .button.formButton:hover,
body.request-info .button.formButton:focus,
body.apply-now .button.formButton:focus {
    background: #495965;
}
body.request-info .button.formButton {
    font-size: 2.3rem;
    line-height: 100%;
}
body.apply-now .button.formButton {
    font-size: 1.7rem;
    line-height: 100%;
}
body.request-info .formContact,
body.apply-now .formContact {
    margin: 15px 0 10px;
}
body.request-info .formContact,
body.apply-now .formContact {
    font-size: 2.4rem;
    line-height: 100%;
}
body.request-info .formContact,
body.apply-now .formContact {
    font-size: 1.7rem;
    line-height: 100%;
}
body.request-info .formConsent,
body.apply-now .formConsent {
    text-align: left;
}
body.request-info footer,
body.apply-now footer {
    display: none;
}
body.request-info .infoForm img.logo,
body.apply-now .infoForm img.logo {
    display: block;
    max-width: 100%;
    margin: 10px auto 0;
}
body.apply-now .app-step {
    font-size: 1.5rem;
    line-height: 120%;
    color: #fff;
    font-weight: 700;
    text-align: center;
    margin: 10px 0 15px;
}
body.apply-now .app-step span {
    display: inline-block;
    background: #e5e5e5;
    border: 1px solid #bdbdbd;
    color: #0a0a0a;
    margin: 0 10px 0 0;
    padding: 5px;
}
body.request-info .cta,
body.apply-now .cta {
    display: none;
}
@media screen and (min-width: 801px) {
    .mobile-only {
        display: none !important;
    }
}
@media screen and (max-width: 800px) {
    .desktop-only {
        display: none !important;
    }
    body {
        min-width: 320px;
        max-width: 9999px;
    }
}
@media screen and (max-width: 399px) {
    body.request-info .formTitle {
        font-size: 2.5rem;
        line-height: 100%;
    }
}
