html {
    position: relative;
    min-height: 100%;
}
body {
    height: initial;
    position: static;
    background-color: rgb(232, 233, 235);
}

/* -------------------------------------------------------------------------- */
/* Common */

a{
    color: rgb(255, 112, 0);
}

a:hover{
    color: rgb(255, 112, 0);
}

.title {
    font-weight: bold;
}

.margin-top {
    padding-top: 12%;
}

.margin-bottom {
    padding-bottom: 5%;
}

.section-header {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(255, 112, 0);
    text-transform: uppercase;
    letter-spacing: 3px;
    text-align: center;
    margin: 10px 0;
    line-height: 1.1em;
}
.break {
    border-width: 1px 0px 0px;
    border-right-style: initial;
    border-bottom-style: initial;
    border-left-style: initial;
    border-right-color: initial;
    border-bottom-color: initial;
    border-left-color: initial;
    border-image: initial;
    height: 1px;
    width: 50%;
    border-top-style: solid;
    border-top-color: rgb(200, 140, 149);
    opacity: 0.25;
}

/* -------------------------------------------------------------------------- */
/* Header */

body > header {
    display: block;
    margin-left: auto;
    margin-right: auto;
    position: absolute;
    width: 100%;
    z-index: 99;
    transition: all 0.3s ease-in-out;
    background-color: transparent;
}
body > header .container {
    width: 100%;
}
body > header .logo-white {
    display: block;
    width: 125px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
}

/* -------------------------------------------------------------------------- */
/* Hero */

.hero-area-customer {
    min-height: 600px;
    max-width: 100%;
    padding-bottom: 50px;
    background: url("../images/hero-image.jpg") 0px 0px / cover no-repeat;
}
.hero-area-customer .container {
    text-align: left;
}
.hero-area-customer .container .customer-container {
    margin-top: 305px;
}

.hero-area-customer .container .customer-container h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
}
.hero-area-customer .container .customer-container h1 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
}
.hero-area-customer .container .customer-container p {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
}

.hero-area-customer .container .customer-container h2,
.hero-area-customer .container .customer-container h1,
.hero-area-customer .container .customer-container p,
.hero-area-customer .lead-thankyou{
    color: rgb(255,255,255);

}


.hero-area-customer .container .customer-container #apply-now {
    border-radius: 5px;
    background-color: rgb(255, 112, 0);
    width: 225px;
    height: 75px;
    padding: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    color: rgb(250, 250, 250);
    border: 0px;
    transition: all 0.3s ease;
}
.hero-area-customer .container .customer-container #apply-now:hover {
    background-color: white;
    color: rgb(81, 81, 74);
}

/* -------------------------------------------------------------------------- */
/* Discovery */

.discovery-form {
    display: block;
    margin-top: 20px;
    background-color: white;
    border-radius: 3px;
    padding-bottom: 10px;
}
.discovery-form .invite_form_header {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: rgb(81, 81, 74);
    padding-top: 10px;
    text-transform: uppercase;
}

.discovery-form .form_header {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    color: rgb(81, 81, 74);
    padding-top: 10px;
    text-transform: uppercase;
}
.discovery-form .form_sub_header {
    display: block;
    margin-left: auto;
    margin-right: auto;
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: rgb(81, 81, 74);
}

.discovery-form .questionDiv {
    padding: 2px;
}
.discovery-form.match-version label {
    margin-top: 10px;
    margin-left: 2%;
}
.discovery-form .radio-container {
    padding-top: 15px;
    text-align: center;
}
.no-matches {
    text-align: center;
}

.radio-container label {
    margin-right: 50px;
}
.radio-container .sole-prop-radio {
    margin: 5px;
}

.discovery-form .questionDiv h4 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 93%;
    text-align: left;
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(81, 81, 74);
    line-height: 22px;
    padding: 0px;
}
.discovery-form .questionDiv .banker-label h4 {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 93%;
    text-align: center;
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(81, 81, 74);
    line-height: 22px;
    padding: 0px;
}
.discovery-form .questionDiv .banker-label .bold-text {
    font-weight: 500;
}
.discovery-form .questionDiv .banker-label .fav-icon {
    width: 20px;
    height: 20px;
    margin-right: 2px;
}
.discovery-form .questionDiv .banker-label .banker-image {
    width: 150px;
    height: 150px;
}
.discovery-form .questionDiv .validation-message {
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: red;
}
.discovery-form .questionDiv .industrySelect {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 93%;
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(81, 81, 74);
    text-align: left;
}
.discovery-form .questionDiv .textInput {
    margin-left: auto;
    margin-right: auto;
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(81, 81, 74);
    width: 93%;
    height: 40px;
    display: block;
    outline: none;
    padding: 5px;
}
.discovery-form .questionDiv .radioInput {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 93%;
    text-align: left;
    font-family: "Proxima Nova", "Helvetica Neue", Helvetica, Arial, sans-Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: rgb(81, 81, 74);
}
.discovery-form .questionDiv .dropdownInput {
    margin-left: auto;
    margin-right: auto;
    width: 93%;
    background-color: white;
    display: block;
    font-size: 16px;
    height: 40px;
    line-height: 1.05;
}

#incorrect-code {
    text-align: center;
}
#thank-you-message, #in-progress-app-message {
    background-color: white;
    margin-top: 200px;
    padding: 30px;
}
.new-discovery-form {
    margin-bottom: 20px;
}
.self-service-background {
    padding-top: 2%;
    background-color: white;
}
#self-service-table {
    margin-bottom: 40px;
    border-collapse: collapse;
    width: 100%;
}
#self-service-table td {
    text-align: center;
    padding: 8px;
}
#self-service-table tr:nth-child(even){background-color: rgb(255, 255, 255)}
#self-service-table tr:nth-child(odd){background-color: rgb(245,245,245)}
#self-service-table tr {
    border-top: solid 1px gray;
}
#self-service-table tr:hover {
    background-color: rgb(220,220,220);
    cursor: pointer;
}
#self-service-table th {
    background-color: rgb(255, 112, 0);
    color: white;
    text-align: center;
    padding: 10px;
}
.no-match-button {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 45%;
    height: 30px;
    background-color: rgb(255, 112, 0);
    color: white;
    text-transform: uppercase;
    margin-bottom: 25px;
    border: none;
    transition: all 0.3s ease;
}
.no-match-button:hover {
    background-color: white;
    color: rgb(81, 81, 74);
}

.discovery-form customer-container h1{
    font-family: Arial, Helvetica, sans-serif;
    font-size: 30px;
    font-weight: normal;
    font-style: normal;
    color: rgb(250, 250, 250);
}
.discovery-form .actionButton {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 93%;
    height: 45px;
    background-color: rgb(255, 112, 0);
    color: rgb(250, 250, 250);
    margin-top: 10px;
    text-transform: uppercase;
    border: none;
    transition: all 0.3s ease;
}
.discovery-form .actionButton:hover {
    background-color: white;
    color: rgb(81, 81, 74);
}

/* -------------------------------------------------------------------------- */
/* Fast */

.fast-area {
    background-color: rgb(255, 112, 0);
    color: white;
}

.fast-area a{
    color: rgb(222, 186, 191);
}
.fast-area a:hover{
    color: rgb(222, 186, 191);
}
.fast-area .section-header {
    color: white;
}
.fast-area .container {
    text-align: center;
    padding: 50px 20px;
}
.fast-area .container h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-weight: normal;
    font-style: normal;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: white;
    text-align: center;
}
.fast-area .container .col-sm-4 img {
    width: 60%;
}

/* -------------------------------------------------------------------------- */
/* How */
.how-area {
    background-color: rgb(232, 233, 235);
}
.how-area .container {
    text-align: center;
    padding: 50px 20px;
}
.how-area .container .steps {
    margin-top: 80px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.how-area .container .steps .stepContainer {
    padding: 10px;
}
.how-area .container .steps .stepContainer .title {
    text-align: left;
    font-size: 18px;
    margin-bottom: 10px;
}
.how-area .container .steps .home-circle-organic {
    display: inline-block;
    top: 0px;
    background-color: rgb(255, 112, 0);
    color: white;
    border: 1px solid rgb(255, 112, 0);
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    font-size: 16px;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.how-area .container .steps .subtext {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: 400;
    font-style: normal;
    color: rgb(81, 81, 74);
    margin-left: 30px;
    text-align: left;
    overflow: hidden;
}
.how-area .container h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    font-style: normal;
    color: rgb(81, 81, 74);
    text-align: center;
    padding: 10px;
}
.how-area .container img {
    float: left;
    width: 50%;
}
.how-image {
    padding: 20px;
}

/* -------------------------------------------------------------------------- */
/* Grow */

.grow-area {
    background-color: #FFF;
    padding: 50px 20px 0px 20px;
}
.grow-area .container {
    padding: 20px;
}
.grow-area h2 {
    font-family: Arial, "Helvetica", sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    font-style: normal;
    color: #4B4F56;
    text-align: center;
}
.grow-area img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 120px;
}
.grow-area .title {
    text-align: center;
    font-family: Arial, "Helvetica", sans-serif;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #4B4F56;
}

/* -------------------------------------------------------------------------- */
/* Apply */

.apply-area {
    width: 100%;
    text-align: center;
    background-color: white;
}
.apply-area .container h2 {
    font-family: Arial, sans-Arial, Helvetica, sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    font-style: normal;
    color: rgb(81, 81, 74);
}
.apply-area .container {
    text-align: center;
    padding: 0px 20px 80px;
}
.apply-area .container #apply-now {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 20px;
    background-color: rgb(200, 140, 149);
    border-radius: 5px;
    font-family: Arial, Helvetica, sans-serif;
    width: 300px;
    height: 90px;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    color: rgb(250, 250, 250);
    border: none;
    transition: all 0.3s ease;
}
.apply-area .container #apply-now div {
    padding: 2px;
}
.apply-area .container #apply-now:hover {
    background-color: white;
    color: rgb(81, 81, 74);
}

/* -------------------------------------------------------------------------- */
/* FAQs */

.faq-area .container .col-sm-6 .title {
    font-size: 16px;
    color: rgb(81, 81, 74);
}
.faq-area {
    background-color: rgb(232, 233, 235);
    padding: 50px 20px 100px;
}
.faq-area .container .col-sm-6 {
    padding-bottom: 10px;
}
.faq-area .container h2 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 25px;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: normal;
    font-style: normal;
    color: rgb(81, 81, 74);
    text-align: center;
    padding: 10px;
}

/* -------------------------------------------------------------------------- */
/* Footer */

footer {
    margin-top: 0px !important;
}

footer > div.first {
    text-align: left;
    background-color: #cccccc;
    padding: 30px 20px;
    color: #333333;
    font-size: 12px;
    line-height: 1.8em;
}

footer > div.second {
    text-align: center;
    background-color: rgb(37, 40, 44);
    padding: 30px 20px;
    color: rgb(250, 250, 250);
    font-size: 12px;
}

footer div.logo > div{
    display: inline-block;
    max-width: 180px;
}

footer div.logo > div > img{
    width: 100%;
}

footer img.fdic{
    margin-top: 10px;
}

.footer-phone {
    font-weight: bold;
    color: rgb(200, 140, 149);
    font-size: 1.5em;
}
#copyright {
    text-align: left;
    padding-top: 10px;
}
#privacy {
    padding-top: 10px;
    text-align: center;
    color: rgb(250, 250, 250);
    line-height: 1.8em;
}
#privacy > div{
    display: inline-block;
    text-align: left;
}
#privacy a {
    color: rgb(250, 250, 250);
}
#privacy a:hover {
    color: rgb(250, 250, 250);
}
#accessible {
    text-align: right;
}
.footer-rule {
    border-color: rgb(250, 250, 250);
}
#footer-phone-container {
    padding-top: 13px;
    padding-bottom: 13px;
}

@media (max-width: 768px) {
    #copyright {
        text-align: center;
    }
    #accessible {
        text-align: center;
    }
    #privacy > div{
        text-align: center;
    }
    footer img.logo-white{
        margin: 40px 0 20px 0;
    }
    #accessible img {
        margin-top: 30px;
    }
}
