/*
<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: black;*/
    /*font-family: 'Open Sans', sans-serif;*/
    /*background-repeat: no-repeat;*/
    /*background-size: cover;*/
	overflow-x: hidden !important;
	margin: 0px;
}
/*
#custom_header_img {
    margin: 0 auto;
    width: 221px;
}*/

body > .home, body > div {
    z-index: auto;   
}

#bln-api-ajax-content-div {
    width: 100%;
    max-width: 950px;
    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;*/
    color: #004121;
    font-family: arial;
}


h2 {
    font-size: xx-large;
}

#forgotPasswordForm {
    width: 100%!important;
}

.form, #password_form {
    /*box-shadow: 0px 0px 10px #333333;*/
}

.form,
.new-referral-left .form,
#password_form,
#bln-api-ajax-content-div .form,
#p1e_b_w_dialog_owneroccupy {
    background: #ffffff !important;
    border: 
    solid rgba(0, 73, 112, 1);
    border-radius: 10px;
	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: 100%;
    margin: 0 auto;
    font-size: large;
    font-weight: bold;
}

#bln-api-static-div p {
	font-size: larger;
}

#password_form {
    padding: 20px;
}

.form_entity a {
    cursor: pointer;
}
.submit-active, .form_submit_button input {
    /*border-radius: 300px;*/
    /*background-color: transparent!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:hover,
.form_submit_button input:hover {
    /*background-color: #000!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%;
}

#videoBackground {
    overflow: hidden;
}

#siteWrapper {
    width: 980px;
    margin: 0 auto;
    background-color: white;
    min-height: 100vh;
}

#siteHeader {
    padding-top: 15px;
    height: 177px;
    float: left;
    width: 100%;
}

#siteLogo {
    padding: 0 27px;
    width: auto;
    float: left;
}

#siteLogo img {  
    width: auto !important;  
    height: 160px !important; 
} 

#siteHeaderRight {
    float: left;
    margin: 55px 0 0 0;
}

#siteMenu {
    padding-bottom: 13px;
    border-bottom: 3px solid rgba(0, 73, 112, 1);
}

#siteMenu ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
    height: 32px;
}

#siteMenu ul li {
    float: left;
    width: 72px;
    font-size: 11px;
    transition: background-color 0.4s ease 0s;
    border-radius: 0;
    background-color: rgba(0, 73, 112, 1);
    height: 32px;
    margin: 0 3px;
    font-family: arial, sans-serif;
}

#siteMenu ul li a {
    text-decoration: none;
    color: #ffffff;
    transition: color 0.4s ease 0s;
    text-align: center;
    width: 72px;
    height: 32px;
    line-height: 32px;
    display: inline-block;
}

#siteMenu ul li a:hover {
    color: #bfbfbf;
}

#siteMenu ul li:hover {
    background-color: rgba(88, 88, 88, 1);
}

#siteTagLine {
    margin-top: 10px;
    float: right;
    line-height: 35px;
}

#siteTagLine span {
    font-size: 17px;
    font-style: italic;
    font-weight: normal;
    font-stretch: normal;
    font-family: arial;
    float: left;
    color: #585858;
    margin-left: 15px;
}

.fb-share-button {
    float: right;
}

#siteFooter {
    width: 940px;
    margin: 0 auto;
    border-top: 3px solid rgba(0, 73, 112, 1);
    padding-top: 10px;
}

#footerInfo {
    font-size: 12px;
}

#footerInfo a {
    color: #000000;
    text-decoration: none;
}

#footerBottom {
    margin-top: 10px;
    height: 46px;
}

#footerBottom a {
    font-family: arial;
    color: #000000;
}

#footerBottomL, #footerBottomM {
    float: left;
}

#footerBottomM {
    margin: 0 220px;
}

#footerBottomR {
    float: right;
}

#footerBottomR ul {
    margin: 0;
    padding: 0;
}

#footerBottomR li {
    margin: 0;
    padding: 0;
}