
/********************** Font sizes **********************/
/* Prev Blue */
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
	background: #1ebdd0;
	color: #FFFFFF;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
	background: #1ebdd0;
	color: #FFFFFF;
}
.ui-datepicker-header {
	background: #1ebdd0;
	color: #FFFFFF;
}

#findingsTabs .ui-widget-header {
	background: #1ebdd0;
}

#findingsTabs > ul.ui-tabs-nav > li > a {
	color: #FFFFFF !important;
}

/* Body */

	body {
		font-size: 14px;
		line-height: 1;		
	}
	
	#menu > ul > li > a {	
		font-size: 15px;
	}
	
p,li,input,blockquote,ul { 
	font-size:100%;
}

ul, ol, dl { margin-left:40px; }
body.popup {
	padding:10px;
    width:auto;
}
header nav h1 {
	font-size:120%;
    color: #707885;
}
table { width: auto; margin: 0; border-collapse: collapse; border-spacing: 0; }
table thead th, table tbody td {
	padding: 4px;
	border-width: 0;
	border-style: none;
	vertical-align:top;
}
table thead th { font-weight: bold; }
table.form input,
table.form select,
table.form button,
table.form textarea {
	margin:0;
	padding: 5px;	
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	padding: 5px;
	outline: none;
	margin: 0;
	width: auto;
	max-width: 100%;
	display: inline;
	font-size: 100%;

	border: 1px solid #999;
	padding: 2px;
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.3);
}


.lonform label,.lonform legend, .lonform input,.lonform button,.lonform select,.lonform textarea {
	line-height:1em;
	font-size:100%;
}

/**********************************************************/
h1, h2 { color: rgb(51, 51, 51); }
h3 { color: #666; }
h4, h5 {  color:#000000; }
hr { height: 1px; color : #444444; }

a { color: #1d2e42; }
a:hover { color: #1d2e42; }
a:active { color: #1d2e42; }
a:visited { color: #1d2e42; }

table.form, table.list, table.tabform, table.innerform {
	color : rgb(68, 68, 68) !important;
	background: rgb(238, 238, 238);
	padding :0;
	margin: 0;
	font-size : 100% !important;
}
table.innerform{ font-size:100% !important; margin:0; }
table.form { border : 1px solid rgb(204, 204, 204); }
table.tabform { border-bottom : 1px solid rgb(204, 204, 204); }
table.list { border : 1px solid rgb(204, 204, 204); border-collapse : separate; }
table.form a { color : rgb(68, 68, 68); }
table.form a:hover { color : rgb(68, 68, 68); }
table.form a:active { color : rgb(68, 68, 68); }
table.form a:visited { color : rgb(68, 68, 68); }
table.list a { color : rgb(68, 68, 68); }
table.list a:hover { color : rgb(68, 68, 68); }
table.list a:active { color : rgb(68, 68, 68); }
table.list a:visited { color : rgb(68, 68, 68); }
table.innerform a {	color : rgb(68, 68, 68); }
table.tabform a { color : rgb(68, 68, 68); }
table.tabform a:hover { color : rgb(68, 68, 68); }
table.tabform a:active { color : rgb(68, 68, 68); }
table.tabform a:visited { color : rgb(68, 68, 68); }
table.list th,
table.list td { line-height:1em; padding : 6px; color:rgb(68, 68, 68); }
table.tabform td { padding : 4px; }
table.innerform td { padding : 4px; color:rgb(68, 68, 68); }
table.form td { padding : 4px; color:rgb(68, 68, 68); }
table { border-collapse : collapse; }
.even { background : #ffffff; }

table.form table,
table.list table {
	background-color:transparent !important;
}
table.innerform.compressed td { padding:0 4px; }
table.list > tbody > tr:hover { background:#cfcfcf; }


table.list > tbody > tr.even,
table.list > tbody > tr:nth-child(even) {
	background: #ffffff;
}

.TipBox {
	background : #cccccc;
	color : #333333;
	font-size : 80%;
	padding : 5px;
	border : 1px solid #666666;
}
.TipBox th {
	background-color : #000099;
	color : #FFFFFF;
	font-weight : bold;
}
.TipBox a { font-size: 100%; color: #000000; }
.TipBox li { list-style:none; }
.TipBox ul { margin:0 0 0 10px; }

table.form th,
.tablehead,
table.list th {
	padding : .2em .5em;
	background-color : #5d5e60; /*rgb(18, 145, 156);*/
	color : rgb(255, 255, 255);
	font-weight : bold;
	vertical-align : bottom;
	line-height: 1.9em;
}
table.form th a { color : rgb(255, 255, 255); }
table.form th a:hover { color : rgb(255, 255, 255); }
table.form th a:active { color : rgb(255, 255, 255); }
table.form th a:visited { color : rgb(255, 255, 255); }
table.list th a { color : rgb(255, 255, 255); }
table.list th a:hover { color : rgb(255, 255, 255); }
table.list th a:active { color : rgb(255, 255, 255); }
table.list th a:visited { color : rgb(255, 255, 255); }
.tablehead {
	padding : 6px !important;
	background-color : rgb(18, 145, 156) !important;
	color : rgb(255, 255, 255) !important;
	font-weight : bold !important;
	vertical-align : bottom !important;
}
.tablehead a { color : rgb(255, 255, 255) !important; }
.tablehead a:hover { color : rgb(255, 255, 255) !important; }
.tablehead a:active { color : rgb(255, 255, 255) !important; }
.tablehead a:visited { color : rgb(255, 255, 255) !important; }


#logo {  }

select,
textarea,
input[type="text"],
input[type="password"],
input[type="file"],
input[type="image"],
input[type="submit"],
input[type="reset"],
input[type="button"],
input[type="radio"],
input[type="checkbox"] {
    width: auto;
    height:auto;
    line-height:1.2em;
    margin-bottom:0;
    padding:2px;
}
input[type="file"],
input[type="submit"],
input[type="reset"],
input[type="button"] {
    padding: 2px 8px;
    line-height: 1.2em;
    background-color : rgb(182, 70, 38);
    color : rgb(255, 255, 255);
    border: 1px solid #bbbbbb;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    *margin-left: .3em;

}

div.picturebox  {
	float : right;
	background-color : transparent;
	margin : 0 0 10px 10px;
	text-align : center;
}

div.infobox  {
	font-size : 80%;
	float : right;
	background-color : #e0e0e0;
	margin : 0 0 10px 10px;
	padding : 5px;
	text-align : left;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px
}

.smalltext { font-size: 80%; }
.subnotes { font-size: 80%; font-style: italic; font-weight : normal;}
.debugmsg  { color : black; }
.errormsg  { color : red; }
.required  { color : red; }
.actionmsg  { color : red; font-weight : bold;  }
.help { cursor: help; }
#HelpDiv { 
	background-color : #FFCCCC;
	padding : 0px 2px 2px 2px;
	font-size : 100%;
	border : 1px solid rgb(204, 204, 204);
	text-align : left;
}
#errorSummary { 
	background-color : #FFCCCC;
	padding : 0px 2px 2px 2px;
	font-size : 100%;
	border : 1px solid rgb(204, 204, 204);
	text-align : left;
}
.popup *  { 
	color:  #333;
}

/* Quickform */
.quickform-wrapper {
	z-index:100;
    background: rgb(255, 255, 255);
	background-color:rgb(255, 255, 255);
}

form.quickform {
	margin:0;
    padding:0;
    font-size:90%;
}

form.quickform p {
	margin:5px 0;
    padding:0;
    line-height:1.4em !important;
    font-size:100%;
}
form.quickform label {
	display:block;
    width:90%;
    font-size:100%;
    margin:5px 0 0 0;
    padding:0;
    line-height:1.1em;
}
form.quickform input[type=text] {
	margin:2px 0;
    padding:0;
    font-size:100%;
	display:block;
    width:90%;
}
form.quickform select {
	margin:2px 0;
    padding:0;
    font-size:100%;
	display:block;
    width:90%;
}
form.quickform textarea {
	margin:2px 0;
    padding:0;
    font-size:100%;
	display:block;
    width:90%;
}
form.quickform button {
	margin:2px auto;
    padding:2px 10px;
    font-size:100%;
}

ul.hmenu {
	list-style: none;
	line-height: 1.4em;
	font-weight: bold;
	padding: 0;
	margin: 0;
	font-size: 100%;
	display: inline;
	vertical-align: bottom;
}
ul.hmenu li a, ul.hmenu li h1 {
	font-size: 100%;
	font-weight: bold;
	background-color: transparent;
	text-decoration: none;
	padding: 0 10px;
	margin: 0;
}

ul.hmenu li {
	display: inline;
	float: left;
    line-height:1em;
	padding: 0;
	margin: 0;
	border-left: 1px solid #999;
}
ul.hmenu li.first { border-left-style: none; }
ul.hmenu li.last { border-right-style: none; }
ul.hmenu li:hover, ul.hmenu li.sfhover { text-decoration:underline; }
.input-append button.add-on { 
	height: inherit !important;
	line-height:1em;
    padding:3px;
}
.searchbox {
    background-color:transparent;
    color:#333333;
    font-size:70%;
}
.loginbox input[type="text"],
.loginbox input[type="password"],
.searchbox input[type="text"] {
	background-color:transparent !important;
    color:#333333 !important;
    height:1.5em;
    width:100px;
    padding:1px 0 1px 10px;
    margin-right:5px;
    border: 1px solid #e0e0e0;
    border-radius:4px;
    -webkit-box-shadow:none !important;
    -mox-box-shadow:none !important;
    box-shadow:none !important;
}
.loginbox p { margin:0; padding:0; }
.searchbox input[type="text"] { width:100px; }

.searchbox input:focus {
	background-color:transparent !important;
}
.searchbox a,
.searchbox a:hover,
.searchbox a:active,
.searchbox a:visited {
	color: #ccc;
    text-decoration:none;
}

.logo {
	margin-top:5px;
    margin-bottom:5px;
}
.logobox  {
	background-color:transparent;
    padding: 0;
}
div.pad-top-bottom-10 { 
	padding-top:10px !important;
    padding-bottom:10px !important; 
}
div.pad-top-bottom-20 { 
	padding-top:20px !important;
	padding-bottom:20px !important;
}
div.padding-10 { padding:10px !important; }
div.padding-20 { padding:20px !important; }
div.padding-5 { padding:5px !important; }

.lsidebar { 
	background-color: rgb(18, 145, 156);
    color: ;
    margin:20px 0;
    float:left;
    width:100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;


}
.side-nav ul { 
	background-color: rgb(18, 145, 156);
}
.licenseinfo p {
	font-size:80%;
    line-height:1.2em;
    text-align:center;
}

.affiliates {
	margin:5px auto;
    text-align:center;
}
.affiliate {
	display:inline;
}
.affiliate img { width:auto; max-width:120px; max-height:80px; }
.sliderform { font-size:90%;}
.sliderform h1, .sliderform h2,.sliderform p  { color: #fff; }
.sliderform .lonform { min-height:100px; }
.lonform legend {
	font-weight:bold;
    border:none;
    
}

.member-contact {
	padding:0;
    margin:0 0 0 10px;
	width:auto;
    color:inherit;
    float:left;
}
.member-contact * {
    color:inherit;
}
.member-photo {
    width:auto;
    height:auto;
    margin:0;
    padding:0;
    float:left;
}
.member-photo img {
    border:1px solid #fff;
    margin:2px;
}
ul.social_icons img { width:20px; background-image:none !important; padding-left:5px !important; }


#banner-officer {
	font-size:90%;
    float:right;
    color: inherit;
    display:block;
}

#banner-officer * {
    color: inherit;
}
#banner-officer .member-photo {
	margin:0 5px;
}
#banner-officer .member-contact {
	margin:0 5px;
    padding:0;
    font-size:100%;
 	line-height:1em;
 }
.small_banner {
	height: auto;
    vertical-align:bottom;
}
#banner-officer .member-name { font-size:100%; line-height:1em; }
#banner-officer .member-title {font-size:90%; line-height:1em; }
#banner-officer .member-list { font-size:100%; line-height:1em; }
#banner-officer .member-list li { font-size:80%; line-height:1em; }
#bannerslider {
	background-color:transparent !important;
	padding:0;
    margin:0;
	width:100%;
	position:relative;
    overflow:hidden;
    display:block;
}

#bannerslider > ul {
    list-style: none;
    margin-left: 0;
	width:100%;
}
#bannerslider > ul > li {
	visibility:hidden;
    display:inline-block;
}
div.cp-content {
	font-family:"Gotham Book", Helvetica, Arial, sans-serif;
}

div.contactbox2 {
	background-color:#cccccc;
    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;
    
}
/*  COLORS */

body {
	background-color:rgb(255, 255, 255);	
}

#page_headline {
	position:absolute;
    z-index:1000;
    bottom:0;
    left:0;
    width:100%;
	min-height:20px;
	background: rgba(0,0,0,.30);
    padding:5px;
}
#page_headline_content {
	text-align:center;
    color:#fff;
}
#page_headline_content h1 {
	color:#fff;
    line-height:1em;
    margin:5px;
    padding:0;
}
#page_headline_content h2 {
	color:#fff;
    line-height:1em;
}
#page_headline_content p {
	color:#fff;
    line-height:1em;
}

#page_wrapper {
	background:rgb(255, 255, 255);	
}
#mainlink_wrapper {
	background:rgb(255, 255, 255);	
	border-bottom: thin none rgb(255, 255, 255);	
}

#header_wrapper {
	float:left;
    width:100%;
    position:relative;
    z-index:100;
    border-bottom:1px solid black;
	background-color : #ffffff;
}
#header_wrapper .top {
	background-color : #ffffff;
    border:none;
}
#header_wrapper .bottom {
	background-color: rgb(18, 145, 156);
    border:none;
}

.slicknav_menu {
	background-color : rgb(18, 145, 156);
}
.slicknav_menu .slicknav_icon-bar {
	background-color : rgb(255, 255, 255);

}
.slicknav_nav a,
.slicknav_nav a:active,
.slicknav_nav a:visited {
	color : rgb(255, 255, 255);
	background-color : transparent;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	background: transparent;
	color: rgb(29, 190, 206); 
}

.headerbox,
.headerbox h1,
.headerbox h2,
.headerbox p,
.headerbox a,
.headerbox a:link,
.headerbox a:hover,
.headerbox a:active,
.headerbox a:visited {
	color:#333333;
    text-decoration:none;
}

#header_wrapper h1,
#header_wrapper h2,
#header_wrapper p {
	color:#333333;
    font-weight:normal !important;
}

#content_wrapper {
	background:rgb(255, 255, 255);
}
#content_outer {
	background:rgb(255, 255, 255);
}
#content {
	background:rgb(255, 255, 255);
 }

#slideshow {
	background:rgb(255, 255, 255);
}
#banner {
	background:transparent;	
}
#banner_wrapper {
	box-sizing:border-box;
    line-height:0;
	width:100%;
    height:auto;
    overflow:hidden;   
    position:relative;
	background:#ffffff;
    margin:0;
    padding:0;
    border-bottom:1px solid #333;
}
body.contentpage #banner_wrapper {
    max-height:350px;
}
#banner_wrapper .banner_image {
	box-sizing:border-box;
	position:relative;
    width:100%;
    margin:0;
    padding:0;
}
.banner_image img {
	width:100%;
    margin:0;
    padding:0;
}
#sitemap_wrapper {
    color:#666;
	background-color : #e0e0e0;
}


body.brokerpage #page_wrapper {
	background-color : #ffffff;

}

body.brokerpage #content {
	background-color : #ffffff;

}
body.brokerpage ul.tabmenu {
	font-size:90%;
}



body.brokerpage ul.tabmenu li {
	position:relative;
	box-sizing:border-box;
	background-color : #e0e0e0;
	color:#000000;
	border-radius:5px;
	font-size:100%;
	line-height:1.3em;
	border:none;
	-moz-box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
	-webkit-box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
	box-shadow: 0px 3px 3px 0 rgba(0, 0, 0, 0.4);
    transition :all 0.5s ease;

}

body.brokerpage ul.tabmenu li.active:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: -5px;
    top:100%;
    left: 50%;
    box-sizing: border-box;
    
    border: 5px solid black;
    border-color: transparent transparent #e0e0e0 #e0e0e0;
    
    transform-origin: 0 0;
    transform: rotate(-45deg);
    
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}

body.brokerpage ul.tabmenu li.active {
	/*background-color:#1d2e42;*/
	background-color:#5d5e60;
	color:#ffffff;
}
body.brokerpage ul.tabmenu li.active:after {
	border-color: transparent transparent #1d2e42 #1d2e42;
}

body.brokerpage ul.tabmenu li i {
	float:left;
	display:inline-block;
	width:1.2em;
    height:1.2em;
    font-size:1.75em;
    margin:0 10px 0 0;
    padding:.2em;
    background:#1d2e42;
    color:#ffffff;
    border-radius:50%;
    box-sizing: border-box;
}

body.brokerpage ul.tabmenu li.bottom {
	display:none;
}
body.brokerpage ul.tabmenu li.active i {
    color:#1d2e42;
    background:#ffffff;
}
body.brokerpage ul.tabmenu a:hover {
	text-decoration: none !important;
}
#brokermenu_wrapper {
	background:transparent;	
    width:auto;
    float:right;
}

.brokermenu {
	color : rgb(255, 255, 255);
    width:100%;
    font-size:80%;
    position:relative;
    float:right;
    text-align:right;
}
.brokermenu li {
	display:inline-block;
    width:auto;
    padding: 5px 10px;
    text-align:center;
}

.brokermenu a {
	display:block;
}
.brokermenu a:hover,
.brokermenu a:active,
.brokermenu a:visited {
	text-decoration:none;
}

.brokermenu a i {
    font-size:20px;
	display:block;
    width:35px;
    height:35px;
	padding:4px;
    margin:2px auto;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius: 50%;
    background:#efefef;
    box-sizing:border-box;
    border:4px solid #e0e0e0;
    transition :all 0.5s ease;
}
.brokermenu a:hover i {
    border-color: rgb(182, 70, 38);
}
.brokermenu3 i {
	font-size:20px;
    display:block;
    margin: auto;
    padding:0;

}
ul.pipelineOptionButtons { list-style-type: none; margin:0; padding:0;}
ul.pipelineOptionButtons li { display:inline-block; margin:5px; }


#footer_wrapper {
    color:rgb(255, 255, 255);
	background-color : rgb(141, 141, 141);
	border-top: thin none rgb(68, 68, 68);
	font-weight:bold;
}

#footermenu {
	padding: 5px 5px 20px 5px;
	margin:0 auto;
    text-align:center;
    font-size:100%;
}
#footermenu ul {
	display: block;
  	position: relative; /*** IE6 needs this to display the links ***/
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
    font-size:100%;
    
}

#footermenu ul li {
	display: block;
	padding: 0;
	margin: 0;
	white-space:nowrap;
	text-align:center;
    font-size:100%;
}
#footermenu > ul > li {
	display:inline-block !important;
}


#footermenu ul li a {
	text-decoration: none;
	padding: 0 10px;
	margin:0;
	color: rgb(255, 255, 255);
	border:none;
	line-height:1em;
    font-size:100%;
}
#footermenu ul li a:hover {color: rgb(255, 255, 255); text-decoration: underline; }
#footermenu ul li a:active {color: rgb(255, 255, 255); }
#footermenu ul li a:visited {color: rgb(255, 255, 255); }
#footermenu ul li.first a {  }
#footermenu ul li.last a { border:none; }
#footermenuclear { display: block; clear: both; }

div.footer {
	color:rgb(255, 255, 255);
	background:transparent;	
	padding:5px 0;
	font-size:90%;
}
div.footer h1 { color:rgb(255, 255, 255); font-size:120%; margin:0; padding:0; }
div.footer h2 { color:rgb(255, 255, 255); font-size:100%; margin:0; padding:0; }
div.footer p {
	color:rgb(255, 255, 255);
    font-size:100%;
    line-height:1.1em;
    margin:10px 0;
    padding:0;
}

div.footer a,
div.footer a:hover,
div.footer a:active,
div.footer a:visited {
    color:rgb(255, 255, 255);
	text-decoration:none;	
}
div.footer a:hover { text-decoration:underline; }

#sidebar {
	background:rgb(153, 153, 153);	
    color: rgb(255, 255, 255);
}

#sidebar p { color: rgb(255, 255, 255); }

#sidebar h1,
#sidebar h2,
#sidebar h3 { color: rgb(255, 255, 255); }
#sidebar .testimonial blockquote p { color: rgb(255, 255, 255); }

#sidebar a,
#sidebar a:hover,
#sidebar a:active,
#sidebar a:visited { color: rgb(0, 0, 0); }




.buttons-container {
	background:rgb(18, 145, 156);	
}

.buttons-container .nav-select {
	border:2px rgb(18, 145, 156) solid;
}


.homebutton,
.homebutton:active,
.homebutton:visited,
.homebutton:link {
	display:inline-block;
	font-size:140%;
    padding:15px;
    margin:10px 0;
    background-color: #e0e0e0 !important;
	color : rgb(182, 70, 38) !important;

	text-decoration:none !important;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;

	border: 2px solid rgb(182, 70, 38);
    text-shadow: none;
}

.homebutton:hover {
    background-color: rgb(182, 70, 38) !important;
	color :#e0e0e0 !important;
	text-decoration:none !important;	
}
.homebutton:focus {
	text-decoration:none !important;	
}

input[type=submit],
input[type=button],
input[type=reset],
button,
.button,
a.button,
a.button:active,
a.button:visited,
a.button:link,
div.cp-content a.button {
    background-color: rgb(182, 70, 38) !important;
	color : rgb(255, 255, 255) !important;

	text-decoration:none !important;	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;

	border: 1px solid #999;
    text-shadow: none;
}

input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
button:hover,
.button:hover,
a.button:hover,
div.cp-content a.button:hover {
    background-color: rgb(255, 255, 255) !important;
	color : rgb(182, 70, 38) !important;
	text-decoration:none !important;	
}
.button:focus {
	text-decoration:none !important;	
}
.disabled.button,
[disabled].button,
.disabled.button:hover,
[disabled].button:hover {
	background-position: 0 0;
}

div.quickquote {
	background-color : rgb(18, 145, 156);
	color : #ffffff;
	border : 1px solid rgb(204, 204, 204);
}

div.quickquote .lonform_wrapper {
	background-color:#ffffff;	
}


div.quickquote h1 {
	color : #ffffff !important;
}
div.quickquote p {
	color:#ffffff !important;
}
	
.mainlink {
	text-align:center;	
    margin:10px auto;
	color: rgb(255, 255, 255);
    min-height:100px;
    max-width:300px;
    font-size:100%;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    position:relative;
}
.mainlink h1 {
	color : rgb(68, 68, 68);
    margin: 0;
    padding: 10px 10px 5px 10px;
    line-height:1em;
	width:100%;
	float:left;
    box-sizing:border-box;

    font-weight:bold !important;
	font-size:120%;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.mainlink p {
	width:100%;
    float:left;
	margin:0;
    padding: 5px 10px;
	color : rgb(255, 255, 255);
	font-size:110%;
    line-height:1.4em;
    box-sizing:border-box;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.mainlink .icon_wrapper {
	display:block;
    width:80px;
    height:80px;
	padding:12px;
    margin:0 auto;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius: 50%;
    background:#efefef;
    box-sizing:border-box;
    border:8px solid #e0e0e0;
    transition :all 0.5s ease;
}
.mainlink i {
	font-size:40px;
    display:inline-block;
    margin: auto;
    padding:0;

}
.mainlink a:hover .icon_wrapper {
    border-color: rgb(255, 255, 255);
}
.mainlink img {
	display:block;
    float:left;
    width:50%;
	height:auto;
    max-width:40px;
    margin:0;
    padding:0;
}

.mainlink .overlay { 
	background-color : #ffffff;
	color : #666666;
    height:100%;
    width:100%;
    margin-top:0;
    margin-left:0;
    position:absolute;
    top:0;
    left: 0;
    text-align:center;
    opacity:0;
	-webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}
.mainlink .plus { 
	display:block;
    height:50px;
    width:50px;
    opacity:0;
    margin: 0 auto;
    position:relative;
}
.mainlink .plus:before { 
	content:"";
	background-color:#fff;
    width:1px;
    height:100%;
    top:0;
    left:50%;
}
.overlay .plus:after { 
	content:"";
	background-color:#fff;
    width:100%;
    height:1px;
    top:50%;
    left:0;
}
.mainlink .overlay:hover,
.mainlink .overlay:hover .plus
{
	opacity:.75;
}
.mainlink .overlay { 
	background-color : rgb(182, 70, 38) !important;
	color : rgb(134, 70, 38) !important;
}
.mainlink .overlay a,
.mainlink h1 a:hover,
.mainlink h1 a:active,
.mainlink h1 a:visited { 
	color : rgb(68, 68, 68);
    text-decoration:none;
}

.homecontent {
	background: rgb(255, 255, 255);
}
#sidebar div.menu > ul > li {
    background-color: rgb(182, 70, 38) !important;
	color : rgb(255, 255, 255) !important;
	text-decoration:none !important;	
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border: 1px solid #999;
    text-shadow: none;
}
#sidebar div.menu > ul > li:hover {
    color: rgb(182, 70, 38) !important;
	background-color : rgb(255, 255, 255) !important;
}
#sidebar div.menu a { color:#FFFFFF; }
#sidebar div.menu a:hover,
#sidebar div.menu a:active,
#sidebar div.menu a:visited {
	color:inherit;
}

#sidebar div.officercontact { background-color:	color : rgb(153, 153, 153); }
#sidebar div.officercontact h2 { color:rgb(255, 255, 255) !important; }
#sidebar div.officercontact h3 { color:rgb(255, 255, 255) !important; }
#sidebar div.officercontact p { color:rgb(255, 255, 255) !important; }
#sidebar div.officercontact a,
#sidebar div.officercontact a:hover,
#sidebar div.officercontact a:active,
#sidebar div.officercontact a:visited { color:rgb(0, 0, 0) !important; }
#sidebar div.officercontact a:hover { text-decoration:underline; }

.spinner.small {
    background: url("/contentimages/1439367777_31_WaitSpinnerImage.gif");
}
.spinner.medium {
    background: url("/contentimages/1439367777_31_WaitSpinnerImage.gif");
}
.spinner.large {
    background: url("/contentimages/1439367777_31_WaitSpinnerImage.gif");
}

.flyout {
	background:rgb(18, 145, 156);
}


ul.nav-bar > li > a,
ul.nav-bar > li.has-flyout > a   {
	color:rgb(255, 255, 255);
}
ul.nav-bar > li,
ul.nav-bar > li > a {

	color:rgb(255, 255, 255);
	border-radius: 0 !important;
	-webkit-border-radius:0 !important;
	-moz-border-radius:0 !important;
	behavior: url(/script/jquery/pie/PIE.htc)\9; /* IE8 and below */
}
ul.nav-bar > li:hover {
	background: transparent;
	color: rgb(29, 190, 206); 
}

ul.nav-bar > li:hover > a {
	color: rgb(29, 190, 206) !important;
}
ul.nav-bar a,
ul.nav-bar a:hover,
ul.nav-bar a:active,
ul.nav-bar a:visited {
	text-decoration:none;
}
.flyout {
	border:none;
}
ul.flyout li a, .nav-bar li ul li a {
	background:transparent;
	color: rgb(255, 255, 255);
}
ul.flyout li a:hover, ul.flyout li a:focus, .nav-bar li ul li a:hover, .nav-bar li ul li a:focus {
	background: rgb(29, 190, 206);
	color: #fff; 
}
ul.flyout li.active a, .nav-bar li ul li.active a {
	background: transparent;
	color: rgb(255, 255, 255); 
}
.nav-bar > li.has-flyout > a:first-child {
	padding-right:20px !important;
}
.nav-bar > li.has-flyout > a:first-child:after {
	border-color: rgb(29, 190, 206) transparent transparent transparent;
}
.nav-bar > li.last > ul {
	left:auto;
    right:0px;
}


.headermenu {
	float:left;
    list-style: none;
    margin: 0;
    padding:5px 0;
    font-size:90%;
}
.headermenu ul {
    margin:0;
    padding:0;
    position:relative;
  -webkit-box-sizing: v-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.headermenu li {
    border: none;
    padding: 0 10px;
    display:inline-block;
    width: auto;
    vertical-align:center;
    line-height:1.2em;
	font-size:100%;
    position:relative;
}
.headermenu li.last, .headermenu li:last-child  {
    padding-right:0px;
}
.headermenu li:after {
	content: "";
    background:#333333;
    position:absolute;
    top:15%;
    height:60%;
    width:1px;
	right: 0px;
	
}
.headermenu li.last:after,
.headermenu li:last-child:after {
	display:none;
}
.headermenu li a,
.headermenu li a:active,
.headermenu li a:visited { color: #333333; }
.headermenu li a:hover { color: #333333; }

.headermenu h1 {
	font-size:100%;
    font-weight:normal;
    margin:0;
}


.highlightbox { background-color:#a12642; color:#fff; }
.greybox { background-color:#eee;  color:#333; }
.redbox { background-color:#a12642; color:#fff; }
.dkgreybox { background-color:#666; color:#eee; }
.blackbox { background-color:#000; color:#eee; }
.bluebox { background-color:#036; color:#fff; }
.greenbox { background-color:#060;  color:#fff;}
.roundcorners { 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
blockquote {
	border-left:none;
}
#banner_apply_now {
	position:absolute;
    top:0;
    right:20px;
	z-index:900;
}
#banner_apply_now a {
	display:inline-block;
    margin:0;
    padding:1em;
    text-align:center;
	border : 1px none #FFFFFF;
    border-top:none;
    -webkit-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.52);
    -moz-box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.52);
    box-shadow: 3px 3px 10px 0px rgba(0,0,0,0.52);    

	border-radius: 0 0 5px 5px !important;
	-webkit-border-radius:0 0 5px 5px !important;
	-moz-border-radius:0 0 5px 5px !important;
	behavior: url(/script/jquery/pie/PIE.htc)\9; /* IE8 and below */
}

#banner_apply_now a,
#banner_apply_now a:hover,
#banner_apply_now a:active,
#banner_apply_now a:visited {
	background: #ffffff;
	color: #333333; 
    text-decoration:none;
}
#banner_apply_now a:hover {
	color: #ffffff;
	background: #333333; 
}



div.homebox {
	background:#c0c0c0;
    min-height:200px;
}
div.homebox.white {	background:#ffffff; }
div.homebox.green {	background:#eaeaea; }
.row_divider {
	float:left;
    width:100%;
    margin:10px 0;
    height:1px;
    background:#e0e0e0;
}

.quick_slider {
	box-sizing:border-box;
	padding-left:30px;
	padding-right:30px;	
	position:relative;
}
.quick_slider.inset {
	padding-left:0px;
	padding-right:0px;	
}
.quick_slider > ul > li {
	left:2000px;
}
.quick_slider > ul > li:first-child {
	left:0;
}
.quick_slider_navigation {
	box-sizing:border-box;
	position:absolute;
	width:100%;
	height:20px;
	background:transparent;
	margin:0 -30px;
	padding:0;
	top:45%;
	z-index:3;
}

.quick_slider.inset .quick_slider_navigation {
	margin:0 0;	
}


.quick_slider_left {
	box-sizing:border-box;
	position:relative;
	float:left;
	background-image:URL(/templates/loanstream_forward/images/slider_navigation.png);
	background-repeat:no-repeat;
	background-position-x:0px;
	background-position-y:0px;
	background-color:transparent;
	width:25px;
	height:25px;
	opacity:.3;

}
.quick_slider_right {
	box-sizing:border-box;
	position:relative;
	float:right;	
	background-image:URL(/templates/loanstream_forward/images/slider_navigation.png);
	background-repeat:no-repeat;
	background-position-x:-30px;
	background-position-y:0px;
	background-color:transparent;
	width:25px;
	height:25px;
	opacity:.3;
}
.quick_slider_down {
	position:relative;
	float:right;
	background-image:URL(/templates/loanstream_forward/images/slider_navigation.png);
	background-repeat:no-repeat;
	background-position-x:-60px;
	background-position-y:0px;
	background-color:transparent;
	width:25px;
	height:25px;
}

.quick_slider_right:hover,.quick_slider_left:hover, .quick_slider_down:hover {
/*
	background-position-y:-30px;
*/
	background-color:transparent;
	opacity:1;
}

.resource-item .image-wrapper {  }
.resource-item h3 { }
.resource-item i { 
	color: #ffffff;
	text-shadow: 1px 1px 2px #000000;	
}
.resource-item p { }
.resource-item a { }
.resource-item a:hover,
.resource-item a:active,
.resource-item a:visited { text-decoration:none; }

.block-grid.one-up,
.block-grid.two-up,
.block-grid.three-up,
.block-grid.four-up,
.block-grid.five-up,
.block-grid.six-up,
.block-grid.seven-up,
.block-grid.eight-up,
.block-grid.nine-up,
.block-grid.ten-up,
.block-grid.eleven-up,
.block-grid.twelve-up {
	margin: 0;
}
.block-grid.one-up > li,
.block-grid.two-up > li,
.block-grid.three-up > li,
.block-grid.four-up > li,
.block-grid.five-up > li,
.block-grid.six-up > li,
.block-grid.seven-up > li,
.block-grid.eight-up > li,
.block-grid.nine-up > li,
.block-grid.ten-up > li,
.block-grid.eleven-up > li,
.block-grid.twelve-up > li{
	padding: 0;
}

@media (max-width: 767px) { 
	.mainlink:after {  display:none !important; }

}
#aecontact_wrapper {
    background: rgb(0, 136, 206);
    color: #ffffff;
    width: 100%;
    float: left;
    padding: 5px 0;
}
#aecontact_wrapper a {
    color: #ffffff;
}
