/**
 * ============================================================================
 * APP.CSS - BLUEPOINT TEMPLATE STYLES
 * Editorial Financial Excellence Design System
 * ============================================================================
 * 
 * AI MODIFICATION GUIDE:
 * This file contains template-specific styles that build upon the design
 * system defined in design-system.css and stylesheet-new.php.
 * 
 * DESIGN PHILOSOPHY:
 * - "The Architectural Anchor" - trust through tonal depth and asymmetry
 * - NO 1px solid borders for sectioning - use background color shifts
 * - Surface hierarchy creates depth without visual noise
 * - Plus Jakarta Sans for display, Inter for body, Work Sans for labels
 * 
 * COLOR TOKENS (from design-system.css):
 * - Primary: #00173e (deep navy) - hero, CTAs, branding
 * - Secondary: #276293 (rich blue) - links, accents
 * - Tertiary: #745b00 (gold) - premium labels (use sparingly)
 * - Surface: #f9f9ff (base background)
 * - Surface-container-low: #f1f3ff (secondary sections)
 * - Surface-container-lowest: #ffffff (cards, content)
 * - On-surface: #0d1b35 (text - NEVER use pure black)
 * 
 * TYPOGRAPHY:
 * - Display/Headlines: Plus Jakarta Sans, 600-700 weight
 * - Body text: Inter, 400-600 weight
 * - Labels/Chips: Work Sans, 500 weight, uppercase, +5% tracking
 * 
 * KEY PRINCIPLES:
 * - Use tonal layering instead of shadows/borders
 * - Large spacing (5-6rem) between major sections
 * - Asymmetrical margins for editorial feel
 * - Glassmorphism for floating navigation
 * 
 * @version 2.0.0 - Editorial Financial Excellence
 * @lastModified 2026-03-19
 * ============================================================================
 */

@charset "UTF-8";

/* ============================================================================
 * 1. BASE TYPOGRAPHY & BODY STYLES
 * ============================================================================
 * AI: Base font is Inter for high readability
 * Font stack includes system fonts as fallbacks
 */

body {
    /* AI: Inter for body text - high readability for loan terms */
    font-family: 'Inter', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    /* AI: On-surface color - NEVER use pure black */
    color: #0d1b35;
    /* AI: Surface background */
    background-color: #f9f9ff;
    line-height: 1.6;
}

/* AI: Lists with comfortable spacing */
ul,
ol,
dl {
    margin-left: 40px;
    margin-bottom: 1.25em;
}

/* AI: Links use secondary color, inherit weight */
a {
    color: #276293;
    font-weight: inherit;
    text-decoration: none;
    line-height: inherit;
    transition: color 150ms ease-out;
}

a:hover {
    color: #00173e;
    text-decoration: underline;
}

a:active,
a:visited,
a:focus {
    color: #276293;
}

/* ============================================================================
 * 2. NAVIGATION STYLES
 * ============================================================================
 * AI: Clean navigation without harsh borders
 * Uses tonal shifts on hover instead of color changes
 */

.navbar-container {
    position: relative;
    float: right;
    clear: right;
}

.nav-bar {
    height: auto;
    margin: 0;
    background-color: transparent;
    text-shadow: none;
    z-index: 999;
    line-height: 1;
}

.nav-bar li.has-flyout {
    position: relative;
}

/* AI: Nav items with no border - use hover background instead */
.nav-bar > li {
    background-color: transparent;
    /* AI: NO border on nav items */
    border: none;
    box-shadow: none;
    margin: 0;
    padding: 0.5rem 0.75rem;
    line-height: 1;
    font-size: 1.2rem;
    font-weight: 500;
    /* AI: Smooth transitions for hover effects */
    transition: all 0.15s ease-out;
}

/* AI: Surface-container-high background on hover instead of solid color */
.nav-bar > li:hover {
    background-color: #dfe4f5;
    /* AI: Rounded top corners */
    border-radius: 0.375rem 0.375rem 0 0;
}

.nav-bar > li:hover > a {
    color: #00173e !important;
}

/* AI: Nav link styling */
.nav-bar > li > a,
.nav-bar > li.has-flyout > a {
    line-height: 1.5;
    padding: 0 1.25rem 0 0;
    margin: 0;
    font-size: 1.2rem;
    /* AI: On-surface text color */
    color: #0d1b35;
    font-family: 'Inter', sans-serif;
}

/* AI: Dropdown indicator arrow */
.nav-bar > li.has-flyout > a:first-child:after {
    content: "";
    display: block;
    border: solid 0.3em;
    /* AI: Arrow uses on-surface color */
    border-color: #0d1b35 transparent transparent transparent;
    width: 0;
    height: 0;
    position: absolute;
    right: 0;
    top: 0.6em;
}

.nav-bar > li.first,
.nav-bar > li:first-child {
}

.nav-bar > li.last,
.nav-bar > li:last-child {
    border: none;
    box-shadow: none;
}

.nav-bar > li.last:hover,
.nav-bar > li:last-child:hover {
    border: none;
    box-shadow: none;
}

.nav-bar > li > a:hover { background-color: transparent; }
.nav-bar > li > a:active { background-color: transparent; }
.nav-bar > li > a:visited { background-color: transparent; }

/* 
 * AI: FLYOUT/DROPDOWN MENUS
 * Uses surface-container-highest for maximum elevation
 * Ambient shadow for floating effect instead of border
 */
.flyout {
    top: 2.5rem;
    /* AI: Surface-container-highest background */
    background: #d8e2ff;
    /* AI: NO border - use shadow */
    border: none;
    border-radius: 0 0 0.375rem 0.375rem;
    /* AI: Ambient shadow for floating elements */
    box-shadow: 0 16px 32px rgba(13, 27, 53, 0.08);
    z-index: 999;
}

ul.flyout li, .nav-bar li ul li {
    /* AI: NO borders on flyout items */
    border: none;
}

/* AI: Flyout link styling with on-surface text */
ul.flyout li a, .nav-bar li ul li a {
    background: transparent;
    border: none;
    /* AI: On-surface text color */
    color: #0d1b35;
    padding: 0.75rem 1.25rem;
    box-shadow: none;
    transition: background-color 150ms ease-out;
}

ul.flyout > li.last a {
    border-radius: 0 0 0.375rem 0.375rem;
}

/* AI: Hover state uses surface-container instead of solid color */
ul.flyout li a:hover, ul.flyout li a:focus, .nav-bar li ul li a:hover, .nav-bar li ul li a:focus {
    /* AI: Surface-container background on hover */
    background: #e8ebf8;
    /* AI: Primary text on hover */
    color: #00173e; 
    border: none;
}

ul.flyout li.active, .nav-bar li ul li.active {
    border: none;
}

/* AI: Active state with primary background */
ul.flyout li.active a, .nav-bar li ul li.active a {
    background: #00173e;
    border: none;
    color: #ffffff;
}

.flyout .flyout {
    left: 250px;
    top: 0;
    margin-top: 0;
}

ul.nav-bar > li.last > ul.flyout ul.flyout {
    left: -250px;
}

/* ============================================================================
 * 3. SIDEBAR STYLES
 * ============================================================================
 * AI: Sidebar uses surface-container-low for visual separation from content
 */

#sidebar {
    /* AI: Surface-container-low creates separation without borders */
    background: #f1f3ff;
    color: #0d1b35;
}

/* ============================================================================
 * 4. PAGE WRAPPER & CONTENT
 * ============================================================================
 * AI: Content area uses surface-container-lowest (white) for focus
 */

#page_wrapper {
    /* AI: Surface background */
    background: #f9f9ff;
    width: 100%;
    float: left;
    min-height: 400px;
}

/* ============================================================================
 * 5. BANNER/HERO SECTION
 * ============================================================================
 * AI: Hero area with gradient background capability
 */

#banner_wrapper {
    box-sizing: border-box;
    line-height: 0;
    width: 100%;
    float: left;
    height: auto;
    overflow: hidden;   
    position: relative;
    /* AI: Primary gradient for hero when no image */
    background: linear-gradient(135deg, #00173e 0%, #152c57 100%);
    margin: 85px 0 0 0;
    padding: 0;
}

body.contentpage #banner_wrapper {
    max-height: 300px;
}

/* ============================================================================
 * 6. HEADER WRAPPER
 * ============================================================================
 * AI: Fixed header with glassmorphism effect
 * Uses backdrop-filter for blur effect
 */

#header_wrapper {
    float: left;
    width: 100%;
    /* AI: Glassmorphism - semi-transparent white with blur */
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    /* AI: Ghost border at bottom - felt, not seen */
    border-bottom: 1px solid rgba(196, 198, 208, 0.15);
    z-index: 999;
    position: fixed;
    top: 0;
    left: 0;
    min-height: 85px;
}

body.brokerpage #header_wrapper {
    position: relative;
    top: auto;
    left: auto;
}

#navbar_wrapper {
    font-size: 1rem;
    float: left;
    width: 100%;
    /* AI: Surface-container-low background */
    background: #f1f3ff;
    z-index: 999;
    position: relative;
    min-height: 1.5rem;
}

#navbar_wrapper div { font-size: 100%; }

#header_wrapper .top {
    background-color: transparent;
    padding: 0;
}

#header_wrapper .bottom {
    color: inherit;
    background-color: transparent;
    padding: 0;
}

#content_wrapper {
    /* AI: Surface-container-lowest for content */
    background: #ffffff;
}

#content_outer {
    float: left;
    display: inline;
    width: 100%;
    background: #ffffff;
}

#content {
    /* AI: Surface-container-lowest for primary content */
    background: #ffffff;
}

.padding { padding: 2%; }

/* ============================================================================
 * 7. TYPOGRAPHY - HEADINGS
 * ============================================================================
 * AI: Plus Jakarta Sans for headings - "Financial Magazine" aesthetic
 * On-surface color (#0d1b35) - NEVER use pure black
 */

h1, h2, h3, h4, h5, h6 {
    /* AI: Plus Jakarta Sans for commanding display typography */
    font-family: 'Plus Jakarta Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
    margin-top: 0;
    /* AI: On-surface text color - maintains "Financial Blue" soul */
    color: #0d1b35;
}

h1 { 
    /* AI: Headline-lg - 32px / 2rem */
    font-weight: 600;
    font-size: 2rem;
    line-height: 1.2;
    letter-spacing: -0.01em;
}

h2 { 
    /* AI: Headline-md - 28px / 1.75rem - "Architectural" tone */
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.2;
}

h3 { 
    /* AI: Headline-sm - 24px / 1.5rem */
    font-weight: 600;
    font-size: 1.5rem;
    line-height: 1.2;
}

h4 { 
    /* AI: Title-lg - 22px / 1.375rem */
    font-weight: 600;
    font-size: 1.375rem;
    line-height: 1.3;
}

h5 { 
    /* AI: Title-md - 18px / 1.125rem */
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.3;
}

h6 { 
    /* AI: Title-sm - 16px / 1rem */
    font-weight: 600;
    font-size: 1rem;
    line-height: 1.3;
}

/* ============================================================================
 * 8. SLIDESHOW & BANNER
 * ============================================================================
 * AI: Hero slideshow and banner styling
 */

#slideshow {
    display: block;
    width: 100%;
    height: auto;
    background-color: transparent;
    margin: 0;
    padding: 0;
    z-index: 1;
    position: relative;
    overflow: hidden;
}
#slideshow ul {
	list-style:none;
	padding:0;
	margin:0;
}

#slideshow > ul > li {
	visibility:hidden;
	height:100%;
}
/*  attempt to center the image vertically in the slide

#slideshow >ul >li > div.slotholder {
	position:absolute;
	width:100%;
	height:100%;
	margin:0;
	padding:0;
}
#slideshow >ul >li > div.slotholder > img {
	position:absolute;
	top:0px;
	bottom:0px;
	margin:auto;
}
*/
#banner {
	position:relative;
	background-color:transparent;
	margin:0;
	padding:0;
	z-index:1;
}
#banner > img {
	width:100%;	
	border:none;
	margin:0;
	padding:0;
	display:block;
}


/* -----------------------------------------
  footer
----------------------------------------- */
div.copyright {
	padding:5px 0;
	font-size:90% !important;
}

#footer_wrapper {
	background:#666;	
	behavior: url(/script/jquery/pie/PIE.htc)\9; /* IE8 and below */
	width:100%;
	float:left;
	position:relative;
}
#footer_wrapper .column, #footer_wrapper .columns {
	height:auto;	
}

.dark_wrapper {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background:rgba(0,0,0,0.15);
}
.light_wrapper {
	float:left;
	width:100%;
	margin:0;
	padding:0;
	background:rgba(255,255,255,0.15);
}
.footer {
	color:#ccc;
	font-size:100% !important;
}
.footer h1 { font-size:120%; color:#fff; }
.footer h2 { font-size:100%; color:#fff; }

.footer a,
.footer a:hover,
.footer a:active,
.footer a:visited {
	color:#ccc;
	text-decoration:underline;	
}
.affiliates {
	text-align:center;
}
.affiliate {
	margin:0 10px;
	display:inline-block;
	vertical-align:middle;
}
.affiliate img {
}
.navbar-container {
	position:relative;
	float:right;
}

.headercontent {
	width:100%;
	position:absolute;
	bottom:0px;	
}

.headerbox {
	color:#fff;
	line-height:1.1em;
	font-size:100%;	
	margin:0px;
	padding: 10px 20px 10px 0;
	float:right;
	text-align:right;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;

}
.headerbox h1 {
	color:#fff;
	line-height:1.2em;
	margin:0;
	padding:0;	
	font-size:150%;
	width:auto;
}
.headerbox h2 {
	color:#fff;
	line-height:1.2em;
	margin:0;
	padding:0;	
	font-size:140%;
}
.headerbox p {
	color:#fff;
	line-height:1.2em;
	margin:0;
	padding:0;	
	font-size:100%;
}
.headerbox a,
.headerbox a:hover,
.headerbox a:active,
.headerbox a:visited {
	color:#fff;
}
.headerbox input.button {
	width:auto !important;
	padding:4px 10px !important;
}
.loginbox {
	position:relative;
    margin:0 0 0 10px;
	padding:5px;
	width:auto;
	float:right;
}
.loginbox p {
	margin:5px 0;
}
.searchbox {
	position:relative;
    margin:0;
	padding:30px 0 20px 20px;
	width:auto;
	float:right;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
.searchbox h1 { margin:0px; }
.header_buttons {
	margin:0 10px;
	text-align:center;
	text-wrap:none;
	float:right;
	min-width:100px;
}
.header_buttons  img {  }

/* More */
.more-header { position: relative; padding: 15px 5px; }
.more-header h2 { margin: 0; padding:0; }
.more-header a.button-more { position: absolute; right: 0; top: 15px; display: block; overflow: hidden; }

.logobox {
	display:block;
	width:100%;
	height:auto;
	z-index:100;
	margin:0;
	padding:0;
	text-align:center;
	position:relative;

	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}


#logo {
	width:auto;
	height:auto;
	max-height:90px;
	margin:0 auto;
	padding:0;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
}
#banner_title {
	position:absolute;
	display:block;
	border:none;
	padding:10px 40px 10px 0;
	z-index:2;
	bottom:0;
	background:rgba(0, 40, 94,.3);
	width:100%;
	text-align:right;
	color:#fff;
	font-size:100%;
	line-height:1;
	font-weight:normal;
	float:right;
}
div#banner_title  h1 {
	color:#fff !important;
	font-size: 200%;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-weight:normal;
	text-align:center;
	line-height:1em;
}
.shadowtop {
	box-shadow: 0 -20px 20px -20px #000;
}

.shadowright {
	box-shadow: -20px 0 20px -20px #000;
}

.shadowbottom {
	box-shadow: 0 20px 20px -20px #000;
}

.shadowleft {
	box-shadow: 20px 0 20px -20px #000;
}

.shadowall {
	-moz-box-shadow:  0 0 20px #000;
	-webkit-box-shadow:  0 0 20px #000;
	box-shadow:  0 0 20px #000;
}

.insettop {
	box-shadow: inset 0 -20px 20px -20px #000;
}

.insetright {
	box-shadow: inset -20px 0 20px -20px #000;
}

.insetbottom {
	box-shadow: inset 0 20px 20px -20px #000;
}

.insetleft {
	box-shadow: inset 20px 0 20px -20px #000;
}

.insetall {
	-moz-box-shadow: inset 0 0 20px #000;
	-webkit-box-shadow: inset 0 0 20px #000;
	box-shadow: inset 0 0 20px #000;
}

.affiliates {
	
}
#licenseInformation { max-width:800px; padding:20px; }
input:-ms-input-placeholder {
	color:#000000;
    font-weight:bold;
}
#searchform {
	position:relative;
	width:100%;
	text-align:center;
	margin:0;
}
#search-text { 
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border:1px solid #333;
    width:150px;
    font-size:13px;
    line-height:17px;
    height:24px;
	white-space:nowrap;
	display:inline-block;
    padding:0 5px;

}
#search-button {
	position:absolute;
    right:2px;
    top:2px;
    height:20px;
    width:20px;
    padding:0;
    margin:0;
	white-space:nowrap;
	display:inline-block;
	
}
.search button.add-on { 
	height: inherit !important;
	line-height:1em;
    padding:3px;
}

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
select,
textarea {
	background-color: white;
	font-family: inherit;
	border: 1px solid #cccccc;
/*	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
*/	
	color: #333;
	display: inline-block;
	font-size: 14px;
	margin: 0;
	padding: 2px 4px;
	height: auto;
	width: auto;
}

input[type=submit], input[type=button], input[type=reset], button {
	background-color : #015438;
	color : #fff;
	border: 1px solid #999;
    padding:5px 10px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.31);
    text-decoration:none;
    line-height:1em;
	font-weight:normal;
}
input[type=submit]:hover, input[type=button]:hover, input[type=reset]:hover, button:hover  {
	font-weight:normal;
	background-color : #01704B;
    color: #fff;
}

.button, a.button, div.cp-content a.button {
	display: inline-block;
	background-color : #015438;
	color : #fff;
	border: 1px solid #999;
    padding:5px 10px;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.31);
    text-decoration:none;
    text-align:center;
    line-height:1em;
	font-weight:normal;
}
.button:hover, a.button:hover, div.cp-content a.button:hover {
	font-weight:normal;
	background-color : #01704B;
    color: #fff;
}
.button:focus {
	font-weight:normal;
	background-color : #01704B;
    color: #fff;
}

.disabled.button,
[disabled].button,
.disabled.button:hover,
[disabled].button:hover {
	background-color: #e0e0e0;
	color:#999;
}
div.quickquote {
	float:none;
	display:inline-block;
	background-color : #EA641B;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #999;
	margin: 20px 0;
	padding:10px 0 20px 0;
	width:99%;
	
}
div.quickquote .lonform_wrapper {
	background-color:#ffffff;	
}

div.quickquote h1 {
	margin:0 10px 10px 10px;
	text-align:center;
	font-size:180%;
	color:#fff;
	line-height:1.1em;
}
div.quickquote p {
	margin:0;
	padding:5px 10px;
	text-align:center;
	font-size:100%;
	line-height:1.1em;
	color:#fff;
	background-color:#015438;
}
div.sliderbuttons input[type=button].button {
	background-color : #015438;
	color : #fff;

}
div.sliderbuttons input[type=button].button:hover {
	background-color : #01704B;
    color: #fff;
}

ul.mainlinks {
	list-style:none;
	margin:20px 10px;
	padding:0;
	width:auto;
	font-size:100%;
}

ul.mainlinks > li  {
	display: block;
	margin:10px 0;
	vertical-align:middle;
	font-size:100%;
}
ul.mainlinks > li a p { font-size:100%; line-height:1.2em; margin:0 0 0 0; }
ul.mainlinks > li a h1 { font-size: 160%; line-height:1.2em; margin:0 0 10px 0; }
ul.mainlinks > li a { 
	font-size:100%;
	display:block;
	margin:0;
	padding:10px;
	background-color : #F1CB50;
	color : #000;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #999;
    text-shadow: 1px 1px 1px rgba(0,0,0,0.31);
    text-decoration:none;
    text-align:center;
    line-height:1em;
	font-weight:normal;
}
ul.mainlinks > li a:hover,
ul.mainlinks > li a:active,
ul.mainlinks > li a:visited { 
	text-decoration:none;
	color:#000;
}
ul.mainlinks > a:hover {
	font-weight:normal;
	background-color : #E0A63B;
    color: #000;
}

#sidebar { font-size:100%; }
#sidebar h1 { font-size:160%; }
#sidebar h2 { font-size:140%; }
#sidebar div.menu {
	clear:both;
	float:left;
	width:100%;
	margin:20px 0;	
}
#sidebar div.menu > ul {
	list-style:none;
	margin:0;
	padding:0;	
}
#sidebar div.menu > ul > li {
	display: block;
	background-color : #F1CB50;
	color : #000;
	border: 1px solid #999;
    padding: 4px 0 4px 10px;
	margin:0 -20px 0 0;
    text-decoration:none;
    text-align:left;
    line-height:1em;
	font-weight:normal;
}
#sidebar div.menu > ul > li:hover {
	font-weight:normal;
	background-color : #E0A63B;
    color: #000;
}
#sidebar div.menu a {
	color:#000;
	font-weight:normal;
	text-decoration:none;
	width:100%;
	display:inline-block;
	margin:0;
	padding:5px 0;	
}
#sidebar div.menu a:hover,
#sidebar div.menu a:active,
#sidebar div.menu a:visited {
	color:#000;
}


.ratetable {
	clear:both;
	display:block;
	padding:10px;
	background-color:#fff;
	border:1px solid #ccc;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	font-size:90%;
	margin:10px 0 20px 0;
}
div.cp-content {
	color:white;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	behavior: url(/script/jquery/pie/PIE.htc)\9; /* IE8 and below */
	font-size:100%;
}
div.cp-content div,
div.cp-content p,
div.cp-content h1,
div.cp-content h2,
div.cp-content h3 {
	color:white;
	margin-bottom:10px;	
	text-shadow: inherit;	
}

.shadow {
	text-shadow: 2px 2px 5px #000000;	
	
}
.yellow { color:#F4C31A !important; }
div.cp-content a,
div.cp-content a:hover,
div.cp-content a:active,
div.cp-content a:visited {
	color:inherit !important;	
	text-shadow:inherit !important;	
	text-decoration:underline;
}
div.contactbox {
	padding:5px;
	background-color: #B3E3D3;;
    border-bottom: 1px solid #dfdfdf;
    border-left: 1px solid #ececec;
    border-right: 1px solid #ececec;
    border-top: 1px solid #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: 0 1px 3px #CCCCCC;
    
}

div.contactbox.orange {
	background-color: #EA641B;
	background-image: url(/templates/fundloans/images/header_box_bg.jpg);
	background-repeat: repeat-x;
}
div.contactbox  div.lonform {
	background-color:#fff;	
}
div.contactbox h2 {
	font-size:120%;
	text-align:center;
}
div.officercontainer {
	position:relative;
	width:100%;
	max-width:250px;
	margin:0 auto;
	padding:0;
	text-align:center;
	background-color:#eee;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

}
#sidebar div.officercontainer{
		float:left;
}
div.officercontainer h2 {
	font-size:120%;
	font-weight:bold;
	line-height:1.2em;	
	margin:0;
	padding:0;
}
div.officercontainer h3 {
	font-size:120%;
	font-weight:normal;
	line-height:1.2em;	
	margin:0;
	padding:0;
}
div.officercontainer p {
	font-size:100%;
	font-weight:normal;
	margin:0;
	padding:0;
}


div.officerimage {
	position:relative;
	width:100%;
	text-align:center;
	z-index:1;
	margin:0;
	padding:0;
	
}
img.officer-image,
div.officerimage img {
	width:100%;
	margin:0;
	padding:0;
	border:none;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	max-width:150px;
}
div.officercontact {
	box-sizing:border-box;
	position:relative;
	margin:0;
	padding:0;
	text-align:center;
	font-size:100%;
}
div.officercontact h2 { font-size:130%; padding-top:0; margin:0; color:#333 !important; }
div.officercontact h3 { font-size:110%; color:#333 !important; }
div.officercontact p { font-size:100%; padding-top:0; color:#666 !important; margin:0; line-height:1.3em; }
div.officercontact a,
div.officercontact a:hover,
div.officercontact a:active,
div.officercontact a:visited{ color:#666 !important; }
div.officercontact a:hover { text-decoration:underline;}

div.odd, tr.odd, li.odd, .odd{ }
div.even, tr.even li.even, .even { background: #eee; }

/* ------------------------------------------
	Tables
-----------------------------------------  */
form { margin:0; padding:0; border:none; }
table {
	background: #ffffff;
	color:#222;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
	margin: 0;
	padding:0;
	border: none;
}
table, tr, td, th { font-size:100%; }
table thead,
table tfoot {
	background: inherit;
}

table thead tr th,
table tfoot tr th,
table tbody tr td,
table tr td,
table tfoot tr td {
	display: table-cell;
	font-size: 100%;
	line-height: 1.2em;
	text-align: left;
}

table thead tr th,
table tfoot tr td {
	padding: 4px 5px;
	font-size: 100%;
	font-weight: bold;
	color: #222;
}

table thead tr th:first-child,
table tfoot tr td:first-child { border-left: none; }

table thead tr th:last-child,
table tfoot tr td:last-child { border-right: none; }

table tbody tr.odd, table tbody tr.alt { background: transparent !important; }
table tbody tr.even { background: #eee;}
table tbody tr.active { background:#aaa !important;}
table tbody tr.active td { color:#ffffff !important;}
table tbody tr:nth-child(even) { background: transparent;}
table tbody tr td { 
	color: #333;
	padding: 2px 4px;
	vertical-align: top;
	border: none;
}

td[align="right"] { text-align:right; }
td[align="center"] { text-align:center; }
/* -----------------------------------------
   testimonials
----------------------------------------- */
.testimonial.odd {
	background-color:#ffffff;
}
.testimonials .testimonial {
	padding:0;
    margin:10px 0;
}
.testimonials .testimonial blockquote {
	background-position-y:100%;
	background-position-x:100%;
    padding:20px 40px 10px 40px;
    margin:0;
    width:auto;
}
.testimonial blockquote p,
.testimonial blockquote h6,
.testimonial blockquote a,
.testimonial blockquote a:hover,
.testimonial blockquote a:active,
.testimonial blockquote a:visited
 { color:#333; }
/* -----------------------------------------
   socialmenu
----------------------------------------- */
/* social media buttons */
.social-media {
	float:left;	
	white-space:nowrap;
	width:auto;
}
.social-media icon { margin:0 2px; }
.social-media a {
	display:inline-block;
	color:inherit;
	padding:4px 4px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	border-radius: 6px;
}
.social-media a:hover { color:inherit; }

.social-media a img { display:none; }
.footer .social-media a,
.footer .social-media a:hover,
.footer .social-media a:active,
.footer .social-media a:visited {
	color:#fff;	
}
.footer .social-media a.facebook { padding-left:10px; }

.footer .social-media a.twitter:hover { background-color:#33CCFF; color:#ffffff; }
.footer .social-media a.facebook:hover { background-color:#3B5998; color:#ffffff; }
.footer .social-media a.youtube:hover { background-color:#FF3333; color:#ffffff; }
.footer .social-media a.google:hover { background-color:#C63D2D; color:#ffffff; }
.footer .social-media a.linkedin:hover { background-color:#4875B4; color:#ffffff; }
.footer .social-media a.instagram:hover { background-color:#125688; color:#ffffff; }


/* -----------------------------------------
   Featured Products List
----------------------------------------- */
#featured_products {
	box-sizing:border-box;
	width:100%;
	float:left;
	padding:10px 30px;
	overflow-y:visible;
}
#featured_products ul li {
	left:100%;	
}
#featured_products ul li > div {
	float:left;
	width:33%;
	margin:0;
	padding:0 20px 0 0;
}
#featured_products .image {
	margin:0;
	width:100%;
	height:auto;
	min-height:100px;
	text-align:center;
}
#featured_products .image img {
	max-width:120px;
	margin:0 auto;
	width:100%;
}
#featured_products ul li p {
	font-style:normal;
	line-height:1.4em;
	text-align:left;
	margin:10px 0;
	padding:0;
}
#featured_products h3 {
	text-align:left;
}
/* -----------------------------------------
   BLOG pages
----------------------------------------- */
.blog_articles, .news_articles {
	width:100%;	
}
.blog_article, .news_article {
	width:100%;	
}
.blog_legend, .news_legend {
	width:100%;
	float:none;
	font-size:100%;	
}
#sidebar div.blogtopics {
	
}
#sidebar div.blogtopics h3 {
	margin:0 0 10px 0;
	font-size:120%;
	line-height:1.2em;
}

div.infobox {
	float:right;
	margin:0 0 20px 20px;
		
}
.news_legend select { width: auto;}



div.sitemap {
	width:100%;
	float:left;
	font-size:100%;
	padding:10px 0;
}
div.sitemap ul {
	list-style:none;
	margin:0 !important;
	padding:0 !important;	
	font-size:100%;
}
div.sitemap > ul > li {
	padding:0 10px 0 0;	
}
div.sitemap li {
	line-height:1.5em;	
	
}
div.sitemap > ul.menu {
	display:block;
}
div.sitemap > ul.menu > li {
	display:inline-block;
	list-style:none;
	font-size:100%;
	line-height:1.5em;
	float:left;
	min-width:16%;
	margin: 0 0 10px 0;
	padding:0;
	font-weight:normal;
}
div.sitemap  h1 {
	font-size:110% !important;
	margin:0;
	padding:5px 0;
	font-weight:600;
}
div.sitemap > ul.menu > li > ul {
	padding-left:0px !important;
}
div.sitemap > ul.menu > li > ul li {
	list-style:none;
	margin:0;
	padding:0;
}
div.sitemap a,
div.sitemap a:hover,
div.sitemap a:active,
div.sitemap a:visited {
	text-decoration:none !important;	
	font-weight:normal;
	line-height:1.2em;
}
/*!
 * SlickNav Responsive Mobile Menu v1.0.3
 * (c) 2015 Josh Cope
 * licensed under MIT
 */
.slicknav_menu {
	display:none;	
}
.slicknav_btn {
	position: absolute;
	right:0;
	display: block;
	vertical-align: middle;
	padding: 0.438em 0.625em 0.438em 0.625em;
	padding:0;
	line-height: 1.125em;
	cursor: pointer;
}
.slicknav_btn .slicknav_icon-bar + .slicknav_icon-bar {
	margin-top: 0.188em;
}
.slicknav_menu {
	*zoom: 1;
	position:absolute;
	z-index:9999;
	width:100%;
}
.slicknav_menu .slicknav_menutxt {
	display: block;
	line-height: 1.188em;
	float: left;
}
.slicknav_menu .slicknav_icon {
	float: left;
	margin: 0.188em 0 0 0.438em;
}
.slicknav_menu .slicknav_no-text {
	margin: 0;
}
.slicknav_menu .slicknav_icon-bar {
	display: block;
	width: 1.125em;
	height: 0.125em;
	-webkit-border-radius: 1px;
	-moz-border-radius: 1px;
	border-radius: 1px;
	-webkit-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	-moz-box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 1px 0 rgba(0, 0, 0, 0.25);
}
.slicknav_menu:before {
	content: " ";
	display: table;
}
.slicknav_menu:after {
	content: " ";
	display: table;
	clear: both;
}
.slicknav_nav {
	clear: both;
}
.slicknav_nav ul {
	display: block;
	font-size:100%;
}
.slicknav_nav li {
	display: block;
	font-size:100%;
	padding:0;
}
.slicknav_nav .slicknav_arrow {
	font-size: 90%;
	margin: 0 0 0 0.4em;
}
.slicknav_nav .slicknav_item {
	cursor: pointer;
}
.slicknav_nav .slicknav_item a {
	display: inline;
}
.slicknav_nav .slicknav_row {
	display: block;
}
.slicknav_nav a {
	display: block;
}
.slicknav_nav .slicknav_parent-link a {
	display: inline;
}

/*  responsive menu styles */

.slicknav_nav a img {
    max-width:30px;
    margin-right:10px;
    vertical-align:middle;
}


.slicknav_brand {
	float: left;
}
.slicknav_menu {
	font-size: 100%;
	box-sizing: border-box;
	background: transparent;
	padding: 0 5px 0 5px;
	background-color:rgba(255,255,255,0.85);
}
.slicknav_menu * {
	box-sizing: border-box;
}
.slicknav_menu .slicknav_menutxt {
	color: #333;
	font-weight: bold;
	text-shadow: 0 1px 3px #000;
}
.slicknav_menu .slicknav_icon-bar {
	background-color: #fff;
}
.slicknav_btn {
	margin: 5px 5px 6px;
	text-decoration: none;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background-color: transparent;
	font-size:2em;
}
.slicknav_nav {
	color: #333;
	margin: 0;
	padding: 0;
	font-size: 100%;
	list-style: none;
	overflow: hidden;
}
.slicknav_nav ul {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0 0 0 40px;
}

.slicknav_nav .slicknav_row {
	padding: 5px 10px;
	margin: 2px 5px;
}
.slicknav_nav .slicknav_row:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #222;
}
.slicknav_nav a {
	padding: 5px 10px;
	margin: 2px 5px;
	text-decoration: none;
	color: #333;
}
.slicknav_nav a:hover {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background: #ccc;
	color: #222;
}
.slicknav_nav .slicknav_txtnode {
	margin-left: 15px;
}
.slicknav_nav .slicknav_item a {
	padding: 0;
	margin: 0;
}
.slicknav_nav .slicknav_parent-link a {
	padding: 0;
	margin: 0;
}
.slicknav_brand {
	color: #333;
	font-size: 18px;
	line-height: 30px;
	padding: 7px 12px;
	height: 44px;
}

body.scroll .flyout { top:30px; }
body.scroll .logobox {  padding:5px 0; }
body.scroll #logo {  max-height:60px; width:auto; }
body.scroll .nav-bar > li { padding:10px 0 5px 10px; }
body.scroll .headerbox { font-size:80%; padding: 10px 10px 5px 0px; }
body.scroll .searchbox { padding: 10px 10px 5px 0px; }
ul.pipelineOptionButtons { list-style-type: none; margin:0; padding:0;}
ul.pipelineOptionButtons li { display:inline-block; margin:5px; }

/* -----------------------------------------
   responsive media queries
----------------------------------------- */
@media (min-width: 980px) {
	.buttons-container { display:none; }
}
@media (min-width: 768px) and (max-width: 979px) {
	#navbar { font-size:85%; }
	.flyout { top:55px; }
	div#sidebar { box-shadow:none; margin:0 auto; padding:5px; text-align:center; font-size:80%;  }
	#footer_wrapper { border-radius:0px; }
	#page_wrapper { border-radius:0px; min-height:auto;}
	#content_outer { border-radius:0px; }
	div.cp-content { font-size:90%; }
	#banner_title h1 { left:0px; font-size: 180% !important;}

	div#sidebar div.quickquote { font-size:90%; }
	div#sidebar div.blogtopics { font-size:80%;  }
	div#sidebar div.ratetable { font-size:80%; }

	.buttons-container { display:none; }
	ul.mainlinks { font-size:90%; }
}
@media (max-width: 767px) { 

	.navbar-container {
		min-width:inherit;
		width:100%;
		height:auto;
		position:relative;
		bottom:auto;
		right:auto;
	}
	#navbar { display:none; }
	.slicknav_menu { display:block;	}
	.buttons-container { display:block; }
	div#sidebar { box-shadow:none; margin:0 auto; padding:0; text-align:center; font-size:80%;  }
	.searchbox { display:none; }
	
	.logobox {
		position:relative;
		top:auto;
		left:auto;
		width:100%;
		margin:0 auto;
	}
	
	.header { margin: 5px; font-size:70%; width:100%; text-align:center;   }
	.socialmenu {  }
	.header_buttons { width:auto; margin:10px 10px 10px 0; }
	.header_buttons img { max-width:90px; }
	.headerbox { text-align:center; float:none; margin:0 auto; padding:0; }
	#content_outer { width:100%; margin:0; }
	div#sidebar div.quickquote { display:inline-block; width: 90%; float:none; }
	div#sidebar div.blogtopics { display:none;  }
	div#sidebar div.ratetable { display:none; }
	#page_wrapper { border-radius:0px; min-height:auto; }
	#content_outer { border-radius:0px; }
	#footer_wrapper { border-radius:0 0 0 0; }
	#banner_title h1 { left:0px; font-size: 150% !important;}
	.homebutton { width: 300px; }
	#header_wrapper { position:relative !important;	min-height:auto; }
	#banner_wrapper { margin-top:0px !important; }

	.column, .columns { width:100% !important; }

	div.footer { text-align:center;}
	.sitemap li.submenu { display:block !important; width:100%;}
	#content, #sidebar {  min-height: auto !important; }
	.socialmenu-box { text-align:center !important; width:100% !important; }

}
@media (max-width: 480px) { 

	.header { font-size:70%; width:100%; text-align:center;  }
	.header_buttons img { max-width:70px; }
	ul.mainlinks { font-size:90%; }
	.logobox {
		position:relative;
		top:auto;
		left:auto;
		width:100%;
		margin:0 auto;
		}

	#banner_title h1 { left:0px; font-size: 100% !important; }
	#content, #sidebar {  min-height: auto !important; }
	#banner_wrapper { margin-top:0px !important; }

}
.left { float:left !important;	}
.right { float:right !important;	}
.ui-widget { font-size:100%; }
.nowrap { white-space:nowrap; }
i.ttip.left { float:none !important; }

.lqb-appraisal-instructions {
	background: #f5f7fb;
	border: 1px solid #ccd5e5;
	color: #00173e;
	margin: 10px 0 14px;
	max-width: 1180px;
	padding: 12px 16px;
}

.lqb-appraisal-instructions ol {
	margin: 8px 0 0 20px;
}

.lqb-appraisal-instructions li {
	margin: 3px 0;
}

#appraisalform td{
	font-size: 14px;
}

#appraisalform .lqb-appraisal-form input[type="text"],
#appraisalform .lqb-appraisal-form select,
#appraisalform .lqb-appraisal-form textarea {
	display: inline-block;
	margin-bottom: 0;
	max-width: 100%;
	vertical-align: middle;
	font-size: 14px;
}

#appraisalform .lqb-control-wide {
	width: 760px;
}

#appraisalform .lqb-control-medium {
	width: 420px;
}

#appraisalform .lqb-control-city {
	width: 240px;
}

#appraisalform .lqb-control-small,
#appraisalform select[name="billingstate"] {
	width: 140px;
}

#appraisalform .lqb-control-zip {
	width: 110px;
}

#appraisalform .lqb-control-tiny {
	width: 80px;
}

#appraisalform .lqb-submit-row td {
	padding: 16px 0;
}

#appraisalform .lqb-appraisal-submit {
	background: #00173e;
	border-color: #00173e;
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	padding: 10px 22px;
}

#appraisalform .lqb-appraisal-submit:hover {
	background: #163d7a;
	border-color: #163d7a;
	color: #fff;
}

/* -----------------------------------------
   Page Name 2
----------------------------------------- */
