/*
<link href="/css/custom_style.css" rel="stylesheet">
<meta name="viewport" content="width=device-width, initial-scale=1.0, shrink-to-fit=no">
*/

body {
    /*background-image: url("http://www.rightroadcapital.blnsoftware.com/img/road_img.jpg");*/
    /*background-position: center center;*/
    background-color: #ffffff;
    /*font-family: 'Open Sans', sans-serif;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
	overflow-x: hidden;
	margin: 0px;
}
/*
#custom_header_img {
    margin: 0 auto;
    width: 221px;
}*/

body > .home, body > div {
    z-index: auto;   
}

header {
    padding: 16px 24px;
    height: 62px;
    color: white;
}

.left_of_logo {
    float: left;
    position: absolute;
    top: 16px;
    left: 24px;
    z-index: 1;
    display:block;
}

.right_of_logo {
    right: 24px;
    position: absolute;
    top: 16px;
    float: right;
    z-index: 1;
    display:block;
}

.left_of_logo span {
	margin-left:24px;
	line-height:30px;
}

.right_of_logo span {
	margin-right:24px;
	line-height:30px;
}

#mobile_menu {
    display:none;
}

#logo_center {
    position: relative;
    margin: 0 auto;
    float: none;
    text-align: center;
    font-family: 'League Spartan', arial, helvetica, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px;
    /* min-width: 425px; */
}

#header {
	padding: 50px 0 10px;
    height: auto;
    background-color: #ffffff;
    width: 100%;
    position: relative;
}
#header-logo {
    max-width: 1110px; 
    width: 95%;
    margin: 0 auto;
}
#header-logo img {
    max-width: 926px;
    width:100%;
}

#main {
    /* position: absolute; */
    width: 100%;
    margin: 0 auto;
    font-family: arial;
}

#loan_navigation {
    max-width: 1110px;
    width: 95%;
    margin: 30px auto 0;
    height: 54px;
}

#loan_navigation ul {
    margin: 0;
    padding: 0;
    border-right: 1px solid #cccccc;
    box-shadow: rgba(0, 0, 0, 0.6) 0px 1px 4px 0px;
    float: left;
}

#loan_navigation li {
    list-style: none;
    float: left;
    position: relative;
    display: inline;
    width: auto;
    text-align: center;
    margin-left: 0;
    border-left: 1px solid #ccc;
    background-image: linear-gradient(#ffffff 23px, #f3f3f3 24px);
    height: 45px;
}

#loan_navigation a {
    text-decoration: none;
    display: block;
    text-transform: uppercase;
    color: #468dff;
    font-size: 16px;
    font-weight: 700;
    padding: 13px 13px 20px 13px;
    font-family: "Arial", sans-serif;
}

#loan_navigation a:hover {
    color: #1b50a4;
}

#loan_navigation li:hover {
    background-image: linear-gradient(#b1e5a9 22px, #8bb984 25px);
}

#bln-api-ajax-content-div p {
    font-size: 19px;
    font-weight: 800;
    font-family: arial;
    color: #468dff;
    text-shadow:0 0 0 #ffffff;
    padding:0;
    text-align: center;
    font-style: oblique;
}

#bln-api-ajax-content-div .form_entity p {
    font-size: 16px;
    font-weight: bold;
    font-family: arial;
    color:#1b50a4;
    text-shadow:0 0 0 #ffffff;
    clear:left;
    text-align: left;
    font-style: normal;
}

#bln-api-ajax-content-div a {
    color: #468dff;
    font-weight: bold;
    text-decoration: none;
}

#bln-api-ajax-content-div a:hover {
    color: #1b50a4;
}

#bln-api-ajax-content-div {
    width: 100%;
    margin: 0 auto;
    /*background-color: rgb(0,0,0); /* Fallback color */
    /*background-color: rgba(0,0,0, 0.4); /* Black w/opacity/see-through */
    /*background-image: url("http://www.leadingcommercialfinancing.com/assets/img/bg-cf-homepage.jpg");*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
    /*background-blend-mode: overlay;*/
    padding: 0;
    max-width: 1000px;
}


#bln-api-ajax-content-div h2 {
    font-size: 40px;
    color: #468dff;
    font-family: "Times New Roman", serif;
    font-weight: 700;
    text-align: center;
}

#forgotPasswordForm {
    width: 100%!important;
}

.form, #password_form {
    box-shadow: 0px 0px 10px #000000;
}

.form,
.new-referral-left .form,
#password_form,
#bln-api-ajax-content-div .form,
#p1e_b_w_dialog_owneroccupy {
    background: #ffffff !important;
    /*border: 3px solid black;*/
    border-radius: 0px 0px 0px 0px;
	width: auto!important;
}

.form_label {
    float: left!important;
}

#p1e_b_w_dialog_owneroccupy {
    background: none !important;
    border: none !important;
}

#bln-api-static-div {
	padding-top: 20px;
	max-width: 1110px;
	width: 95%;
	margin: 0 auto;
	font-size: 40px;
	font-weight: bold;
	color: #1b50a4;
	text-align: center;
	font-family: "Times New Roman";
}

#bln-api-static-div p {
	font-size: larger;	
}

#password_form {
    padding: 20px;
}

#forgotPasswordForm {
    width: 100%!important;
}

.form_entity a {
    cursor: pointer;
}
.submit-active, .form_submit_button input {
    /*border-radius: 300px;*/
    background-color: #468dff!important;
    /*color: #000!important;*/
    /*border-width: 2px!important;*/
    /*border-style: solid!important;*/
    -webkit-transition: 0.1s background-color linear, 0.1s color linear;
    -moz-transition: 0.1s background-color linear, 0.1s color linear;
    -o-transition: 0.1s background-color linear, 0.1s color linear;
    transition: 0.1s background-color linear, 0.1s color linear;
    cursor: pointer;
}

.submit-active-previous {
    color: #ffffff!important;
    border: none!important;
}

.submit-active:hover,
.form_submit_button input:hover {
    background-color: #1b50a4!important;
    /*color: #fff!important;*/
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-dialog-buttons.ui-draggable.ui-resizable {
    max-width: 100%;
}

#footer {
    background-color: #ffffff;
    margin-top: 100px;
    width: 100%;
    height: 250px;
}

#footer_ctn {
    max-width: 1110px;
	width:95%;
    margin: 0 auto;
}

#footer_info {
    float: left;
    font-size: 18px;
    font-family: arial;
    width: 100%;
}

#footer_logo {
    float: left;
    width: 400px;
}

#footer_info span {
    display: inherit;
    margin-top: 20px;
    color: rgb(150, 150, 150);
}

#footer_info span a {
    color: #ffffff;
    text-decoration: none;
}

#footer_info span a:hover {
    color: rgb(150, 150, 150);
}

.form .checkbox input[type=checkbox] {
    margin: 4px!important;
}

@media screen and (max-width: 1200px) {

}

@media screen and (max-width: 1000px) {
    header {
        padding: 16px 24px;
        height: 62px;
        color: white;
    }
    
    .left_of_logo {
        display:none;
    }
    
    .right_of_logo {
        display:none;
    }
    
    #mobile_menu {
        display:block;
        position: absolute;
        margin: 6px;
        z-index: 1;
    }
    
    #mobile_menu .fa-bars {
        
font-size: 25px;
        
cursor: pointer;
    }
    
    #sub_mobile_menu {
        
position: fixed;
        
z-index: 1;
        
top: 0;
        
left: 0;
        
width: 100%;
        
height: 100%;
        
background: rgba(0,0,0,0.9);
        
display: none;
    }
    
    #sub_mobile_menu ul {
        
font-family: Helvetica, arial, sans-serif;
        
font-size: 22px;
        
margin: 0;
        
padding: 0;
        
list-style: none;
        
margin: 60px 24px;
    }
    
    #sub_mobile_menu li {
        
border-bottom: 1px solid rgba(76, 76, 76, 0.5);
        
height: 60px;
        
line-height: 60px;
        
padding: 0 24px;
    }
    
    #close_mobile_menu {
        
font-size: 25px;
        
position: fixed;
        
top: 0;
        
left: 0;
        
width: 100vw;
        
height: 60px;
    }
    
    #close_mobile_menu .fa-times {
        
cursor: pointer;
        
float: right;
        
margin: 20px;
    }
}

@media screen and (max-width: 550px) {
    .form_label {
        float: none!important;
    }
    
    #logo_center {
    text-align: center;
    }
    #logo_center span {
    	
font-size: 4vw;
    }

}