/*Login Overlay*/
#login-background-dim {
    position: fixed;
    display: none;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    overflow-y: hidden;
}

#login-modal {
    position: absolute;
    display: none;
    margin: auto;
    /*background: rgba(255,255,255,0.95);
    -webkit-filter: blur(10px);*/
    background-color: white;
    width: 380px;
    height: 400px;
    padding: 30px 20px;
    z-index: 10000;
    top: 220px;
    left: 0;
    right: 0;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
}

#login-modal-error {
    display: none;
    color: red;
}

.login-input-modal {
    margin-bottom: 10px;
    width: 250px;
    padding: 10px 10px !important;
    border: 1px #ddd solid !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.login-page-btn-modal {
    background: #f8901f !important;
    color: #fff !important;
    border: none;
    margin: auto;
    width: 250px !important;
    height: 40px;
    display: block;
    border-radius: 0;
    font-size: 14px;
    -webkit-appearance: none;
    -moz-appearance: none;
}

/*Login Page*/
#login {
    display: block;
    margin: 150px auto;
    width: 380px;
    padding: 30px 20px 65px;
}

.login-head {
    text-align: center;
    margin-bottom: 20px;
}

.login-input {
    margin-bottom: 20px;
    width: 250px;
    padding: 10px 10px !important;
    border: none !important;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.login-failed {
    color: red;
    text-align: center;
}

.login-page-btn {
    background: #f8901f !important;
    color: #fff !important;
    border: none;
    margin: auto;
    width: 250px !important;
    display: block;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.login-form {
    width: 250px;
    margin: auto;
    margin-bottom: 40px;
}

.login-bottom-links {
    width: 250px;
    margin: auto;
    margin-top: 15px;
}

.login-align-left {
    float: left;
    font-weight: normal;
    text-decoration: none;
}

.login-align-right {
    float: right;
    font-weight: normal;
    text-decoration: none;
}

@media (max-width: 767px){
    #login-modal {
        top: 20px;
        width: 320px;
        padding: 20px 20px 50px;
    }

    #login {
        top: 20px;
        margin: 10px auto 60px;
        width: 320px;
        padding: 20px 20px 50px;
    }

}

/*salesforce Overlay*/
#salesforce-background-dim {
    position: fixed;
    display: none;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    overflow-y: hidden;
}

#salesforce-modal {
    position: absolute;
    display: none;
    margin: auto;
    /*background: rgba(255,255,255,0.95);
    -webkit-filter: blur(10px);*/
    width: 600px;
    height: 450px;
    z-index: 10000;
    top: 220px;
    padding: 0px 0px;
    left: 0;
    right: 0;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
}

.contact-form-form {
    width: 100%;
    float: right;
    background: #5a5a5a;
    padding: 20px;
}

.form-fields {
    border: none;
    margin: 10px;
    padding: 10px;
    width: 45%;
    color: #666666;
}

p.form-required
    {
    margin-left: 10px;
    font-size: 12px;
    font-style: italic;
    color: #333;
    margin-bottom: 0;
    margin-left:20px;
}

.cta-sub-form {
    border: none;
    background: #f8901f;
    color: #fff;
    padding: 10px 50px;
    margin-left: 10px;
    margin-top: 15px;
    font-size: 23px;
    float:left;
}

h3.form-heading {
    color: white;
    text-align: center;
    font-weight: 300;
    margin-top: 10px;
    margin-bottom: 20px;
}

#comment-section {
    width: 94.5%;
}

/*Thankyou Overlay*/
#thankyou-background-dim {
    position: fixed;
    display: none;
    z-index: 1000;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.5);
    overflow-x: hidden;
    overflow-y: hidden;
}

#thankyou-modal {
    position: absolute;
    display: none;
    margin: auto;
    /*background: rgba(255,255,255,0.95);
    -webkit-filter: blur(10px);*/
    width: 600px;
    height: 151px;
    z-index: 10000;
    top: 220px;
    padding: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 3px 0 rgba(0,0,0,.1);
}

.thankyou-form-form {
    width: 100%;
    text-align: center;
    background: #5a5a5a;
    padding: 20px;
    color: white;
}
.thankyou-form-form h1 {
    color: white;
}
