<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/********************** Font sizes **********************/

/* Body */

	body {
		font-size: 14px;
		line-height: 1;		
	}
	
	#menu &gt; ul &gt; li &gt; 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(16, 42, 91); }
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 : #444444 !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 #666666; }
table.tabform { border-bottom : 1px solid #666666; }
table.list { border : 1px solid #666666; border-collapse : separate; }
table.form a { color : #444444; }
table.form a:hover { color : #444444; }
table.form a:active { color : #444444; }
table.form a:visited { color : #444444; }
table.list a { color : #444444; }
table.list a:hover { color : #444444; }
table.list a:active { color : #444444; }
table.list a:visited { color : #444444; }
table.innerform a {	color : #444444; }
table.tabform a { color : #444444; }
table.tabform a:hover { color : #444444; }
table.tabform a:active { color : #444444; }
table.tabform a:visited { color : #444444; }
table.list th,
table.list td { line-height:1em; padding : 6px; color:#444444; }
table.tabform td { padding : 4px; }
table.innerform td { padding : 4px; color:#444444; }
table.form td { padding : 4px; color:#444444; }
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 &gt; tbody &gt; tr:hover { background:#cfcfcf; }


table.list &gt; tbody &gt; tr.even,
table.list &gt; tbody &gt; 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 : #102a5b;
	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 : #102a5b !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; }

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(20, 82, 143);
    color : rgb(255, 255, 255);
    border: 1px solid #bbbbbb;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    *margin-left: .3em;
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
    box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}

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 #666666;
	text-align : left;
}
#errorSummary { 
	background-color : #FFCCCC;
	padding : 0px 2px 2px 2px;
	font-size : 100%;
	border : 1px solid #666666;
	text-align : left;
}
.popup *  { 
	color:  #333;
}

/* Quickform */
.quickform-wrapper {
	z-index:100;
    background: rgb(251, 175, 66);
	background-color:rgb(251, 175, 66);
}

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%;
}
.socialmenu-box {
	float:right;
    width:100%;
    text-align:right;
}

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%;
}
.searchbox input {
	background-color:transparent !important;
    color:#333333 !important;
    border:0;
    height:1.5em;
    width:180px;
    padding:1px 0 1px 10px;
    border-radius:0px;
    box-shadow:none;
    -webkit-box-shadow:none;
    -mox-box-shadow:none;
}
.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: 10px 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: #102a5b;
    color: ;
    margin:20px 0;
    float:left;
    width:100%;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;


}
.side-nav ul { 
	background-color: #102a5b;
}
.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:100%; 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 &gt; ul {
    list-style: none;
    margin-left: 0;
	width:100%;
}
#bannerslider &gt; ul &gt; 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:900;
    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);	
}

#header_wrapper {
	background-color : #ffffff;
}

.slicknav_menu {
	background-color : #102a5b;
}
.slicknav_menu .slicknav_icon-bar {
	background-color : rgb(20, 82, 143);

}
.slicknav_nav a,
.slicknav_nav a:active,
.slicknav_nav a:visited {
	color : rgb(20, 82, 143);
	background-color : transparent;
}

.slicknav_nav a:hover,
.slicknav_nav .slicknav_row:hover {
	background: transparent;
	color: rgb(20, 82, 143); 
}

#header_wrapper .top {
	border-bottom : 1px solid #FFFFFF;
}

.headerbox {
	margin:0 0 0 20px;
}    
.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:#ffffff;
}
#content_outer {
	background:#ffffff;
}
#content {
	background:#ffffff;
 }

#slideshow {
	background:#ffffff;
}
#banner {
	background:transparent;	
}
#banner_wrapper {
	box-sizing:border-box;
    line-height:0;
	width:100%;
    height:auto;
    overflow:hidden;   
    position:relative;
	background:#ffffff;
    margin: 75px 0 0 0;
    padding:0;
}
body.contentpage #banner_wrapper {
    max-height:350px !important;
}
#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;
}
#footer_wrapper {
    color:#ffffff;
	background-color : rgb(16, 42, 91);
	border-top: thin none #1d2e42;

}


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:after {

}

body.brokerpage ul.tabmenu li.active {
	background-color:#015495;
	color:#ffffff;
}
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 #015495 #015495;
    
    transform-origin: 0 0;
    transform: rotate(-45deg);
    
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
}

body.brokerpage ul.tabmenu li i {
	float:left;
	display:inline-block;
	width:2em;
    height:2em;
    font-size:.75em;
    margin:0 10px 0 0;
    padding:.5em .25em;
    background:#015495;
    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:#015495;
    background:#ffffff;
}


#brokermenu_wrapper {
	background:#ffffff;	
    width:100%;
    float:left;
}

.brokermenu {
	color : hsv(0, 0%, 0%);
    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 {
    color: #015495;
    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: #F7941E;
}
.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; }


#footermenu {
	padding: 5px 5px 20px 5px;
	margin:0;
    text-align:left;
    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: left;
    font-size:100%;
    
}

#footermenu ul li {
	display: block;
	padding: 0;
	margin: 0;
	white-space:nowrap;
	text-align:left;
    font-size:100%;
}
#footermenu &gt; ul &gt; li {
	display:inline-block !important;
}


#footermenu ul li a {
	text-decoration: none;
	padding: 0 10px;
	margin:0;
	color: #ffffff;
	border:none; 
	line-height:1.1em;
    font-size:100%;
}
#footermenu ul li a:hover {color: #ffffff; text-decoration: underline; }
#footermenu ul li a:active {color: #ffffff; }
#footermenu ul li a:visited {color: #ffffff; }
#footermenu ul li.first a {  }
#footermenu ul li.last a { border:none; }
#footermenuclear { display: block; clear: both; }

div.footer {
	color:#ffffff;
	background:transparent;	
	font-size:90%;
}
div.footer h1 { color:#ffffff; font-size:120%; margin:0; padding:0; }
div.footer h2 { color:#ffffff; font-size:100%; margin:0; padding:0; }
div.footer p {
	color:#ffffff;
    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:#ffffff;
	text-decoration:none;	
}
div.footer a:hover { text-decoration:underline; }

#sidebar {
	background:rgb(238, 238, 238);	
    color: rgb(56, 40, 17);
    z-index:100;
}

#sidebar p { color: rgb(56, 40, 17); }

#sidebar h1,
#sidebar h2,
#sidebar h3 { color: rgb(56, 40, 17); }
#sidebar .testimonial blockquote p { color: rgb(56, 40, 17); }

#sidebar a,
#sidebar a:hover,
#sidebar a:active,
#sidebar a:visited { color: rgb(102, 102, 102); }




.buttons-container {
	background:#102a5b;	
}

.buttons-container .nav-select {
	border:2px #102a5b solid;
}


.homebutton,
.homebutton:active,
.homebutton:visited,
.homebutton:link {
	display:inline-block;
	font-size:140%;
	padding:15px;
    margin:10px 0;
    color: #ffffff !important;
	background-color : rgb(20, 82, 143) !important;

	text-decoration:none !important;	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;

	border: 2px solid rgb(20, 82, 143);
    text-shadow: none;
}

.homebutton:hover {
    color: rgb(20, 82, 143) !important;
	background-color :#ffffff !important;
	text-decoration:none !important;	
}
.homebutton:focus {
	text-decoration:none !important;	
}
/*
a.google:before {
  content: "\f0d5";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size:140%;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
    color:inherit;
    width:20px;
    height:20px;
    display:inline;
    margin-right:10px;
    padding:4px 8px;
  line-height:1.2em;
}
a.google:hover:before { background-color:#C63D2D; color:#ffffff; }

a.youtube:before {
  content: "\f167";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size:140%;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
    color:inherit;
    width:20px;
    height:20px;
    display:inline;
    margin-right:10px;
    padding:4px 8px;
  line-height:1.2em;
}
a.youtube:hover:before { background-color:#FF3333; color:#ffffff; }



a.facebook:before {
  content: "\f09a";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size:140%;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
    color:inherit;
    width:20px;
    height:20px;
    display:inline;
    margin-right:10px;
    padding:4px 8px;
  line-height:1.2em;
}
a.facebook:hover:before { background-color:#3B5998; color:#ffffff; }

a.twitter:before {
  content: "\f099";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size:140%;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
    color:inherit;
    width:20px;
    height:20px;
    display:inline;
    margin-right:10px;
    padding:4px 8px;
  line-height:1.2em;
}
a.twitter:hover:before { background-color:#33CCFF; color:#ffffff; }

a.linkedin:before {
	content: "\f0e1";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size:140%;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
    color:inherit;
    width:20px;
    height:20px;
    display:inline;
    margin-right:10px;
    padding:4px 8px;
  line-height:1.2em;
}
a.linkedin:hover:before { background-color:#4875B4; color:#ffffff; }
*/
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(20, 82, 143) !important;
	color : rgb(255, 255, 255) !important;

	text-decoration:none !important;	
	border-radius: 0px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;

	border:none;
    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(20, 82, 143) !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 : #102a5b;
	color : #ffffff;
	border : 1px solid #666666;
}

div.quickquote .lonform_wrapper {
	background-color:#ffffff;	
}


div.quickquote h1 {
	color : #ffffff !important;
}
div.quickquote p {
	color:#ffffff !important;
}
.mainlinks {
	padding-top:20px;
    overflow:hidden;
}
.mainlink {
	text-align:center;
    margin:10px auto;
	color : hsv(0, 0%, 0%);
    min-height:100px;
    max-width:300px;
    font-size:100%;
	font-family:Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
    position:relative;
}
/*
.mainlink:after {
	content: "";
    background:#e0e0e0;
    position:absolute;
    top:15%;
    height:30%;
    width:4px;
	right: 0px;
	
}
.mainlink.last:after {
	display:none;
}
*/
.mainlink h1 {
	color : #1d2e42;
    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 : hsv(0, 0%, 0%);
	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:100px;
    height:60px;
	padding:8px 18px;
    margin:0 auto;
	-webkit-border-radius:0px;
	-moz-border-radius:0px;
	border-radius: 0px;
    background:rgb(251, 175, 66);
    box-sizing:border-box;
    border:1px solid rgb(255, 255, 255);
    transition :all 0.5s ease;
}
.mainlink i {
	font-size:40px;
    display:inline-block;
    margin: auto;
    padding:0;

}
.mainlink a:hover .icon_wrapper {
    background:rgb(255, 255, 255);
    color:rgb(251, 175, 66);
}
.mainlink img {
	height:100px;
    max-width:200px;
    max-height:150px;
}
.mainlink a,
.mainlink a:hover,
.mainlink a:active,
.mainlink a:visited { 
	color : hsv(0, 0%, 0%);
}
.mainlink h1 a,
.mainlink h1 a:hover,
.mainlink h1 a:active,
.mainlink h1 a:visited { 
	color : #1d2e42;
    text-decoration:none;
}

#sidebar &gt; h1,
#sidebar &gt; h2,
#sidebar &gt; p,
#sidebar &gt; ul,
#sidebar &gt; ol {
	padding-left:10px;
    padding-right:10px;
}
#sidebar div.menu &gt; h1 {
	padding-left:40px;
    padding-right:10px;
}


#sidebar div.menu &gt; ul &gt; li {
    background-color: transparent !important;
	text-decoration:none !important;	
    text-shadow: none;
    border:none;
    margin:0;
    padding:0;
    position:relative;
}
#sidebar div.menu &gt; ul &gt; li:hover {
    color: #FFFFFF !important;
	background-color : transparent !important;
}
#sidebar div.menu a {
	display:block;
    height:60px !important;
	padding:20px 10px 20px 40px;
    margin:0;
    width:100%;
    background: url(/templates/emmtpo/images/sidebar_divider_shadow.png) 30px bottom no-repeat; 
    font-size:100%;
    -webkit-transition: font-size 0.3s ease;
    -moz-transition: font-size 0.3s ease;
    -o-transition: font-size 0.3s ease;
    -ms-transition: font-size 0.3s ease;

}
#sidebar div.menu a,
#sidebar div.menu a:hover,
#sidebar div.menu a:active,
#sidebar div.menu a:visited {
	color:#FFFFFF;
    font-weight:bold;
	text-decoration:none !important;
    	
}
#sidebar div.menu li.last a {
	background:none;
}

#sidebar div.menu li.active a {
	color:#000;

}
#sidebar div.menu a:hover {
	color:#333;
	background:none;
    font-size:120%;
}

#sidebar div.menu a:hover { background-color : #e0e0e0 !important; }
body.application #sidebar div.menu a:hover { background-color : #e0e0e0 !important; }
body.section_loan_center #sidebar div.menu a:hover { background-color : #e0e0e0 !important; }
body.section_about_us #sidebar div.menu a:hover { background-color : #e0e0e0 !important; }
body.section_products #sidebar div.menu a:hover { background-color : #e0e0e0 !important; }
body.section_resources #sidebar div.menu a:hover { background-color : #e0e0e0 !important; }
body.section_careers #sidebar div.menu a:hover { background-color : #e0e0e0 !important; }
body.section_connect #sidebar div.menu a:hover { background-color : #e0e0e0 !important; }


#sidebar div.menu a:after {
	content:"";
    position:absolute;
    right:-14px;
    top:0;
    width:0;
    height:0;
    border-top:30px solid transparent;
    border-bottom:30px solid transparent;
    border-left:30px solid #e0e0e0;
    display:none;
}

body.application #sidebar div.menu a:after { border-left:1em solid #e0e0e0 !important; }
body.section_loan_center #sidebar div.menu a:after { border-left:1em solid #e0e0e0 !important; }
body.section_about_us #sidebar div.menu a:after { border-left:1em solid #e0e0e0 !important; }
body.section_products #sidebar div.menu a:after { border-left:1em solid #e0e0e0 !important; }
body.section_resources #sidebar div.menu a:after { border-left:1em solid #e0e0e0 !important; }
body.section_careers #sidebar div.menu a:after { border-left:1em solid #e0e0e0 !important; }
body.section_connect #sidebar div.menu a:after { border-left:1em solid #e0e0e0 !important; }

#sidebar div.menu li a:hover:after { display:block; }



#sidebar div.officercontact { background-color:	color : rgb(238, 238, 238); }
#sidebar div.officercontact h2 { color:rgb(56, 40, 17) !important; }
#sidebar div.officercontact h3 { color:rgb(56, 40, 17) !important; }
#sidebar div.officercontact p { color:rgb(56, 40, 17) !important; }
#sidebar div.officercontact a,
#sidebar div.officercontact a:hover,
#sidebar div.officercontact a:active,
#sidebar div.officercontact a:visited { color:rgb(102, 102, 102) !important; }
#sidebar div.officercontact a:hover { text-decoration:underline; }


.flyout {
	background:#102a5b;
}

ul.nav-bar &gt; li &gt; a,
ul.nav-bar &gt; li.has-flyout &gt; a   {
	color:rgb(20, 82, 143);
}
ul.nav-bar &gt; li,
ul.nav-bar &gt; li &gt; a {

	border-radius: 5px 5px 0 0 !important;
	-webkit-border-radius:5px 5px 0 0 !important;
	-moz-border-radius:5px 5px 0 0 !important;
	behavior: url(/script/jquery/pie/PIE.htc)\9; /* IE8 and below */
}
ul.nav-bar  li:hover {
	background: rgb(20, 82, 143);
}
ul.nav-bar a,
ul.nav-bar a:hover,
ul.nav-bar a:active,
ul.nav-bar a:visited {
	color:rgb(20, 82, 143);
	text-decoration:none;
}
ul.nav-bar li:hover  a { color: #fff !important; }
.flyout {
	border:none;
}
ul.flyout li a, .nav-bar li ul li a {
	background:transparent;
	color: rgb(20, 82, 143);
}
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: transparent;
}
ul.flyout li.active a, .nav-bar li ul li.active a {
	background: rgb(20, 82, 143); 
}
.nav-bar &gt; li.has-flyout &gt; a:first-child {
	padding-right:20px !important;
}
.nav-bar &gt; li.has-flyout &gt; a:first-child:after {
	border-color: rgb(20, 82, 143) transparent transparent transparent;
}
.nav-bar &gt; li.last &gt; 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:#7db800;  color:#fff;}
.roundcorners { 
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;

}
blockquote {
	border-left:none;
}
#banner_title {
	background:rgba(7,7,7,.3);
}
#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 &gt; ul &gt; li {
	left:2000px;
}
.quick_slider &gt; ul &gt; 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/emmtpo/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/emmtpo/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/emmtpo/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 &gt; li,
.block-grid.two-up &gt; li,
.block-grid.three-up &gt; li,
.block-grid.four-up &gt; li,
.block-grid.five-up &gt; li,
.block-grid.six-up &gt; li,
.block-grid.seven-up &gt; li,
.block-grid.eight-up &gt; li,
.block-grid.nine-up &gt; li,
.block-grid.ten-up &gt; li,
.block-grid.eleven-up &gt; li,
.block-grid.twelve-up &gt; li{
	padding: 0;
}

.hiddenFromView {
	display: none !important;
}

@media (max-width: 767px) { 
	.mainlink:after {  display:none !important; }

}

</pre></body></html>