/*
<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;
}*/

html {
	scroll-behavior: smooth;
}

body>.home,
body>div {
	z-index: auto;
}

header {
	background-color: #ffffff;
	height: 70px;
	min-width: 450px;
}

header div {
	max-width: 1110px;
	margin: 0 auto;
	padding-top: 14px;
	width: 95%;
	min-width: 400px;
}

header p {
	color: #FFC505;
	font-family: lulo-clean-w01-one-bold, sans-serif;
	font-size: 19px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 3px;
	margin: 0px 0px 14px;
	float: left;
	padding-top: 10px;
}

header a {
	display: block;
	float: right;
	font-size: 25px;
	font-family: futura-lt-w01-book, sans-serif;
	font-weight: 700;
	color: #0E2E47;
	margin-right: 10px;
}

header i {
	margin-right: 10px;
	font-size: 35px;
}

#header {
	padding: 20px 0;
	height: auto;
	background-color: transparent;
	width: 95%;
	position: relative;
	margin: 0 auto;
	max-width: 1110px;
	min-width: 450px;
}

#header-logo {
	max-width: 1110px;
	width: auto;
	margin: 0 auto;
	height: 84px;
	float: left;
}

#header-logo img {
	/* max-width: 926px; */
	width: auto;
	float: left;
}

#header-logo span {
	line-height: 82px;
	display: block;
	float: left;
	font-family: lulo-clean-w01-one-bold, sans-serif;
	color: #ffffff;
	font-size: 18px;
	font-weight: 800;
	letter-spacing: 4px;
}

#main {
	/* position: absolute; */
	width: 100%;
	margin: 0 auto;
	font-family: arial;
	clear: both;
	min-width: 450px;
}

#loan_navigation {
	max-width: 1110px;
	width: auto;
	margin: 20px auto 0;
	height: 54px;
	float: right;
}

#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: capitalize;
	color: #FFFFFF;
	padding: 13px 13px 20px 13px;
	font: normal normal normal 16px/1.4em futura-lt-w01-light, sans-serif;
}

#loan_navigation a.nav_current {
	color: #CCCCCC;
}

#loan_navigation a:hover {
	color: #FFC505;
}

#loan_navigation li:hover {
	/* background-image: linear-gradient(#b1e5a9 22px, #8bb984 25px); */
}

#bln-api-ajax-content-div p {
	color: #FCD200;
	text-align: center;
	font: normal normal normal 21px futura-lt-w01-book, sans-serif;
}

#bln-api-ajax-content-div .form_entity p {
	color: #000000;
	text-align:left;
}

#bln-api-ajax-content-div a {
	color: #0E2E47;
	font-weight: bold;
	text-decoration: none;
	/* text-align: left; */
	/* float: left; */
	/* clear: both; */
}

#bln-api-ajax-content-div a:hover {
	color: #000000;
}

#bln-api-ajax-content-div {
	width: 95%;
	max-width: 1110px;
	margin: 0 auto 0;
	/*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: 1px 0 0;
}

#bln-api-ajax-content-div h2 {
	font-size: 54px;
	color: #FFFFFF;
	font-family: arial;
	text-align: center;
	text-transform: uppercase;
	font-weight: 800;
	letter-spacing: 10px;
}

#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: rgba(255, 255, 255, 0.6) !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: large;
	font-weight: bold;
	text-align: center;
	color: #ffffff;
}

#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: 20px;
	background-color: #0E2E47!important;
	/*color: #000!important;*/
	border: 2px solid #0E2E47!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: #ffffff!important;
	color: #0E2E47!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: #f2f3f4;
	margin-top: 100px;
	width: 100%;
	height: 300px;
	min-width: 450px;
}

#footer_ctn {
	max-width: 840px;
	margin: 0 auto;
}

#footer_info {
	padding: 0 1;
	font: normal normal normal 14px/1.4em futura-lt-w01-light, sans-serif;
	color: #0E2E47;
	margin: 0 auto;
	max-width: 555px;
}

#footer_info span {
	display: inherit;
	margin-top: 20px;
	color: #0E2E47;
}

#footer_info span a {
	color: #0E2E47;
}

#footer_info span a:hover {
	color: #0E2E47;
}

#copy {
	float: left;
}

#go_up {
	float: right;
	font-size: 25px;
	color: #ffffff;
	background: #0E2E47;
	padding: 15px;
	margin-right: calc(50% - 25px);	
    border: 1px solid #0E2E47;	
}

#go_up:hover {
	background: transparent;
	color: #0E2E47;	
}

#social_media {
	clear: both;
	text-align: center;
	color: #0E2E47;
	padding-top: 15px;
}

#social_media i {
	color: #0E2E47;
	font-size: 20px;
	padding: 15px
}

#contact_bar {
	text-align: center;
}

#fyi {
	clear: both;
	float: left;
	color: #FFC400;
	margin-top: 40px;
	font: normal normal normal 14px/1.4em futura-lt-w01-light, sans-serif;
}

#fyi a {
	color: #FFC400;
}

@media screen and (max-width: 1130px) {
	header {
		height: 120px;
	}
	header p {
		float: none;
		text-align: center;
	}
}

@media screen and (max-width: 950px) {
	#footer {
		height: 350px;
	}
	#footer_ctn {
		width: 100%;
	}
	#footer_info {
		width: 100%;
	}
	#footer_info span {
		text-align: center;
		/* These are technically the same, but use both */
		overflow-wrap: break-word;
		word-wrap: break-word;
		-ms-word-break: break-all;
		/* This is the dangerous one in WebKit, as it breaks things wherever */
		word-break: break-all;
		/* Instead use this non-standard one: */
		word-break: break-word;
		/* Adds a hyphen where the word breaks, if supported (No Blink) */
		-ms-hyphens: auto;
		-moz-hyphens: auto;
		-webkit-hyphens: auto;
		hyphens: auto;
	}
}

@media screen and (max-width: 850px) {
	#header-logo {
		width: 320px;
		float: none;
	}
	#loan_navigation {
		float: none;
		width: 100%;
	}
	#loan_navigation ul {
		float: none;
		margin: 0 auto;
		width: 450px;
		height: 45px;
	}
}

@media screen and (max-width: 550px) {
	.form_label {
		float: none!important;
	}
}

@media screen and (max-width: 500px) {
	#loan_navigation ul {
		width: auto;
		height: auto;
	}
}