<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Global CSS Includes */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
* 1. Set default font family to sans-serif.
* 2. Prevent iOS text size adjust after orientation change, without disabling
* user zoom.
*/
/* line 9, ../scss/_vendor-normalize.scss */
html {
font-family: sans-serif;
/* 1 */
-ms-text-size-adjust: 100%;
/* 2 */
-webkit-text-size-adjust: 100%;
/* 2 */bas
}
/**
* Remove default margin.
*/
/* line 19, ../scss/_vendor-normalize.scss */
body {
margin: 0;
}
/* HTML5 display definitions
========================================================================== */
/**
* Correct `block` display not defined in IE 8/9.
*/
/* line 41, ../scss/_vendor-normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
display: block;
}
/**
* 1. Correct `inline-block` display not defined in IE 8/9.
* 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
*/
/* line 53, ../scss/_vendor-normalize.scss */
audio,
canvas,
progress,
video {
display: inline-block;
/* 1 */
vertical-align: baseline;
/* 2 */
}
/**
* Prevent modern browsers from displaying `audio` without controls.
* Remove excess height in iOS 5 devices.
*/
/* line 63, ../scss/_vendor-normalize.scss */
audio:not([controls]) {
display: none;
height: 0;
}
/**
* Address `[hidden]` styling not present in IE 8/9.
* Hide the `template` element in IE, Safari, and Firefox &lt; 22.
*/
/* line 74, ../scss/_vendor-normalize.scss */
[hidden],
template {
display: none;
}
/* Links
========================================================================== */
/**
* Remove the gray background color from active links in IE 10.
*/
/* line 85, ../scss/_vendor-normalize.scss */
a {
background: transparent;
}
/**
* Improve readability when focused and also mouse hovered in all browsers.
*/
/* line 94, ../scss/_vendor-normalize.scss */
a:active,
a:hover {
outline: 0;
}
/* Text-level semantics
========================================================================== */
/**
* Address styling not present in IE 8/9, Safari 5, and Chrome.
*/
/* line 105, ../scss/_vendor-normalize.scss */
abbr[title] {
border-bottom: 1px dotted;
}
/**
* Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
*/
/* line 114, ../scss/_vendor-normalize.scss */
b,
strong {
  font-weight: bold;
  font-family: 'museo_sans500';
}
/**
* Address styling not present in Safari 5 and Chrome.
*/
/* line 122, ../scss/_vendor-normalize.scss */
dfn {
font-style: italic;
}
/**
* Address variable `h1` font-size and margin within `section` and `article`
* contexts in Firefox 4+, Safari 5, and Chrome.
*/
/* line 131, ../scss/_vendor-normalize.scss */
h1 {
font-size: 2em;
margin: 0.67em 0;
}
/**
* Address styling not present in IE 8/9.
*/
/* line 140, ../scss/_vendor-normalize.scss */
mark {
background: #ff0;
color: #000;
}
/**
* Address inconsistent and variable font size in all browsers.
*/
/* line 149, ../scss/_vendor-normalize.scss */
small {
font-size: 80%;
}
/**
* Prevent `sub` and `sup` affecting `line-height` in all browsers.
*/
/* line 158, ../scss/_vendor-normalize.scss */
sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
/* line 165, ../scss/_vendor-normalize.scss */
sup {
top: -0.5em;
}
/* line 169, ../scss/_vendor-normalize.scss */
sub {
bottom: -0.25em;
}
/* Embedded content
========================================================================== */
/**
* Remove border when inside `a` element in IE 8/9.
*/
/* line 180, ../scss/_vendor-normalize.scss */
img {
border: 0;
}
/**
* Correct overflow displayed oddly in IE 9.
*/
/* line 188, ../scss/_vendor-normalize.scss */
svg:not(:root) {
overflow: hidden;
}
/* Grouping content
========================================================================== */
/**
* Address margin not present in IE 8/9 and Safari 5.
*/
/* line 199, ../scss/_vendor-normalize.scss */
figure {
margin: 1em 40px;
}
/**
* Address differences between Firefox and other browsers.
*/
/* line 207, ../scss/_vendor-normalize.scss */
hr {
-moz-box-sizing: content-box;
box-sizing: content-box;
height: 0;
}
/**
* Contain overflow in all browsers.
*/
/* line 217, ../scss/_vendor-normalize.scss */
pre {
overflow: auto;
}
/**
* Address odd `em`-unit font size rendering in all browsers.
*/
/* line 228, ../scss/_vendor-normalize.scss */
code,
kbd,
pre,
samp {
font-family: monospace, monospace;
font-size: 1em;
}
/* Forms
========================================================================== */
/**
* Known limitation: by default, Chrome and Safari on OS X allow very limited
* styling of `select`, unless a `border` property is set.
*/
/**
* 1. Correct color not being inherited.
* Known issue: affects color of disabled elements.
* 2. Correct font properties not being inherited.
* 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
*/
/* line 252, ../scss/_vendor-normalize.scss */
button,
input,
optgroup,
select,
textarea {
color: inherit;
/* 1 */
font: inherit;
/* 2 */
margin: 0;
/* 3 */
}
/**
* Address `overflow` set to `hidden` in IE 8/9/10.
*/
/* line 262, ../scss/_vendor-normalize.scss */
button {
overflow: visible;
}
/**
* Address inconsistent `text-transform` inheritance for `button` and `select`.
* All other form control elements do not inherit `text-transform` values.
* Correct `button` style inheritance in Firefox, IE 8+, and Opera
* Correct `select` style inheritance in Firefox.
*/
/* line 274, ../scss/_vendor-normalize.scss */
button,
select {
text-transform: none;
}
/**
* 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
* and `video` controls.
* 2. Correct inability to style clickable `input` types in iOS.
* 3. Improve usability and consistency of cursor style between image-type
* `input` and others.
*/
/* line 289, ../scss/_vendor-normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
-webkit-appearance: button;
/* 2 */
cursor: pointer;
/* 3 */
}
/**
* Re-set default cursor for disabled elements.
*/
/* line 299, ../scss/_vendor-normalize.scss */
button[disabled],
html input[disabled] {
cursor: default;
}
/**
* Remove inner padding and border in Firefox 4+.
*/
/* line 308, ../scss/_vendor-normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
border: 0;
padding: 0;
}
/**
* Address Firefox 4+ setting `line-height` on `input` using `!important` in
* the UA stylesheet.
*/
/* line 318, ../scss/_vendor-normalize.scss */
input {
line-height: normal;
}
/**
* It's recommended that you don't attempt to style these elements.
* Firefox's implementation doesn't respect box-sizing, padding, or width.
*
* 1. Address box sizing set to `content-box` in IE 8/9/10.
* 2. Remove excess padding in IE 8/9/10.
*/
/* line 331, ../scss/_vendor-normalize.scss */
input[type="checkbox"],
input[type="radio"] {
box-sizing: border-box;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Fix the cursor style for Chrome's increment/decrement buttons. For certain
* `font-size` values of the `input`, it causes the cursor style of the
* decrement button to change from `default` to `text`.
*/
/* line 343, ../scss/_vendor-normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
height: auto;
}
/**
* 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
* 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
* (include `-moz` to future-proof).
*/
/* line 353, ../scss/_vendor-normalize.scss */
input[type="search"] {
-webkit-appearance: textfield;
/* 1 */
-moz-box-sizing: content-box;
-webkit-box-sizing: content-box;
/* 2 */
box-sizing: content-box;
}
/**
* Remove inner padding and search cancel button in Safari and Chrome on OS X.
* Safari (but not Chrome) clips the cancel button when the search input has
* padding (and `textfield` appearance).
*/
/* line 367, ../scss/_vendor-normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
/**
* Define consistent border, margin, and padding.
*/
/* line 375, ../scss/_vendor-normalize.scss */
fieldset {
border: 1px solid #c0c0c0;
margin: 0 2px;
padding: 0.35em 0.625em 0.75em;
}
/**
* 1. Correct `color` not being inherited in IE 8/9.
* 2. Remove padding so people aren't caught out if they zero out fieldsets.
*/
/* line 386, ../scss/_vendor-normalize.scss */
legend {
border: 0;
/* 1 */
padding: 0;
/* 2 */
}
/**
* Remove default vertical scrollbar in IE 8/9.
*/
/* line 395, ../scss/_vendor-normalize.scss */
textarea {
overflow: auto;
}
/**
* Don't inherit the `font-weight` (applied by a rule above).
* NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
*/
/* line 404, ../scss/_vendor-normalize.scss */
optgroup {
font-weight: bold;
}
/* Tables
========================================================================== */
/**
* Remove most spacing between table cells.
*/
/* line 415, ../scss/_vendor-normalize.scss */
table {
border-collapse: collapse;
border-spacing: 0;
}
/* line 421, ../scss/_vendor-normalize.scss */
td,
th {
padding: 0;
}
/*
* HTML5 Boilerplate 4.1.0
*
* What follows is the result of much research on cross-browser styling.
* Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
* Kroc Camen, and the H5BP dev community and team.
*/
/* ==========================================================================
Base styles: opinionated defaults
========================================================================== */
/* line 17, ../scss/_vendor-html5boilerplate.scss */
html,
button,
input,
select,
textarea {
color: #222;
}
/* line 21, ../scss/_vendor-html5boilerplate.scss */
body {
font-size: 1em;
line-height: 1.4;
}
/*
* Remove text-shadow in selection highlight: h5bp.com/i
* These selection declarations have to be separate.
* Customize the background color to match your design.
*/
/* line 32, ../scss/_vendor-html5boilerplate.scss */
::-moz-selection {
background: #b3d4fc;
text-shadow: none;
}
/* line 37, ../scss/_vendor-html5boilerplate.scss */
::selection {
background: #b3d4fc;
text-shadow: none;
}
/*
* A better looking default horizontal rule
*/
/* line 46, ../scss/_vendor-html5boilerplate.scss */
hr {
display: block;
height: 1px;
border: 0;
border-top: 1px solid #ccc;
margin: 1em 0;
padding: 0;
}
/*
* Remove the gap between images and the bottom of their containers: h5bp.com/i/440
*/
/* line 59, ../scss/_vendor-html5boilerplate.scss */
img {
vertical-align: middle;
}
/*
* Remove default fieldset styles.
*/
/* line 67, ../scss/_vendor-html5boilerplate.scss */
fieldset {
border: 0;
margin: 0;
padding: 0;
}
/*
* Allow only vertical resizing of textareas.
*/
/* line 77, ../scss/_vendor-html5boilerplate.scss */
textarea {
resize: vertical;
}
/* ==========================================================================
Chrome Frame prompt
========================================================================== */
/* line 85, ../scss/_vendor-html5boilerplate.scss */
.chromeframe {
margin: 0.2em 0;
background: #ccc;
color: #000;
padding: 0.2em 0;
}
/* ==========================================================================
Author's custom styles
========================================================================== */
/* ==========================================================================
Helper classes
========================================================================== */
/*
* Image replacement
*/
/* line 120, ../scss/_vendor-html5boilerplate.scss */
.ir {
background-color: transparent;
border: 0;
overflow: hidden;
/* IE 6/7 fallback */
*text-indent: -9999px;
}
/* line 128, ../scss/_vendor-html5boilerplate.scss */
.ir:before {
content: "";
display: block;
width: 0;
height: 150%;
}
/*
* Hide from both screenreaders and browsers: h5bp.com/u
*/
/* line 139, ../scss/_vendor-html5boilerplate.scss */
.hidden {
display: none !important;
visibility: hidden;
}
/*
* Hide only visually, but have it available for screenreaders: h5bp.com/v
*/
/* line 148, ../scss/_vendor-html5boilerplate.scss */
.visuallyhidden {
border: 0;
clip: rect(0 0 0 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
/*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
/* line 165, ../scss/_vendor-html5boilerplate.scss */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
/*
* Hide visually and from screenreaders, but maintain layout
*/
/* line 178, ../scss/_vendor-html5boilerplate.scss */
.invisible {
visibility: hidden;
}
/*
* Clearfix: contain floats
*
* For modern browsers
* 1. The space content is one way to avoid an Opera bug when the
* `contenteditable` attribute is included anywhere else in the document.
* Otherwise it causes space to appear at the top and bottom of elements
* that receive the `clearfix` class.
* 2. The use of `table` rather than `block` is only necessary if using
* `:before` to contain the top-margins of child elements.
*/
/* line 195, ../scss/_vendor-html5boilerplate.scss */
.clearfix:before,
.clearfix:after {
content: " ";
/* 1 */
display: table;
/* 2 */
}
/* line 200, ../scss/_vendor-html5boilerplate.scss */
.clearfix:after {
clear: both;
}
/*
* For IE 6/7 only
* Include this rule to trigger hasLayout and contain floats.
*/
/* line 209, ../scss/_vendor-html5boilerplate.scss */
.clearfix {
*zoom: 1;
}
/* ==========================================================================
EXAMPLE Media Queries for Responsive Design.
Theses examples override the primary ('mobile first') styles.
Modify as content requires.
========================================================================== */
@media only screen and (min-width: 35em) {
/* Style adjustments for viewports that meet the condition */
}
@media print, (-o-min-device-pixel-ratio: 5 / 4), (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi) {
/* Style adjustments for high resolution devices */
}
/* ==========================================================================
Print styles.
Inlined to avoid required HTTP connection: h5bp.com/r
========================================================================== */
@media print {
/* line 236, ../scss/_vendor-html5boilerplate.scss */
* {
background: transparent !important;
color: #000 !important;
/* Black prints faster: h5bp.com/s */
box-shadow: none !important;
text-shadow: none !important;
}
/* line 244, ../scss/_vendor-html5boilerplate.scss */
a,
a:visited {
text-decoration: underline;
}
/* line 252, ../scss/_vendor-html5boilerplate.scss */
abbr[title]:after {
content: " (" attr(title) ")";
}
/*
* Don't show links for images, or javascript/internal links
*/
/* line 262, ../scss/_vendor-html5boilerplate.scss */
.ir a:after,
a[href^="javascript:"]:after,
a[href^="#"]:after {
content: "";
}
/* line 267, ../scss/_vendor-html5boilerplate.scss */
pre,
blockquote {
border: 1px solid #999;
page-break-inside: avoid;
}
/* line 272, ../scss/_vendor-html5boilerplate.scss */
thead {
display: table-header-group;
/* h5bp.com/t */
}
/* line 277, ../scss/_vendor-html5boilerplate.scss */
tr,
img {
page-break-inside: avoid;
}
/* line 281, ../scss/_vendor-html5boilerplate.scss */
img {
max-width: 100% !important;
}
@page {
margin: 0.5cm;
}
/* line 291, ../scss/_vendor-html5boilerplate.scss */
p,
h2,
h3 {
orphans: 3;
widows: 3;
}
/* line 297, ../scss/_vendor-html5boilerplate.scss */
h2,
h3 {
page-break-after: avoid;
}
}
/* Footer Text etc. Currently same as section-gf above */
/* Site Sections/Categories */
/* Wealth Management */
/* Asset Management */
/* Guidance For */
/* Capital Markets */
/* Investment Banking */
/* Borders and Horizontal Rules */
/* Body/Page Background Color */
/* Custom Selects */
/* placeholder for Museo */
@font-face {
font-family: 'Adobe Garamond Pro' ;
src: url('/fonts/garamond/agaramondpro-regular.eot') ;
src: url('/fonts/garamond/agaramondpro-regular.eot?#iefix') format("embedded-opentype"),
url('/fonts/garamond/agaramondpro-regular.woff') format("woff"),
url('/fonts/garamond/agaramondpro-regular.ttf') format("truetype"),
url('/fonts/garamond/agaramondpro-regular.eot#1eabc8b27c1d378ed9b1f5dd58b5095c') format("svg") ;
font-style: normal ;
font-weight: 400 ;
}
@font-face {
font-family: 'museo_sans500' ;
src: url('/fonts/museosans/museosans_500-webfont.eot') ;
src: url('/fonts/museosans/museosans_500-webfont.eot?#iefix') format('embedded-opentype'),
url('/fonts/museosans/museosans_500-webfont.woff') format('woff'),
url('/fonts/museosans/museosans_500-webfont.ttf') format('truetype'),
url('/fonts/museosans/museosans_500-webfont.svg#museo_sans500') format('svg') ;
font-weight: normal ;
font-style: normal ;
}
@font-face {
font-family: 'museo_sans700' ;
src: url('/fonts/museosans/museosans_700-webfont.eot') ;
src: url('/fonts/museosans/museosans_700-webfont.eot?#iefix') format('embedded-opentype'), 
url('') format('woff'), 
url('') format('truetype'), 
url('#museo_sans700') format('svg') ;
font-weight: normal ;
font-style: normal ;
}
@font-face {
font-family: 'museo_sans100' ;
src: url('/fonts/museosans/museosans_100-webfont.eot') ;
src: url('/fonts/museosans/museosans_100-webfont.eot?#iefix') format('embedded-opentype'), 
url('/fonts/museosans/museosans_100-webfont.woff') format('woff'), 
url('/fonts/museosans/museosans_100-webfont.ttf') format('truetype'), 
url('/fonts/museosans/museosans_100-webfont.svg#museo_sans100') format('svg') ;
font-weight: normal ;
font-style: normal ;
}
/* line 11, ../scss/_global-typography.scss */
h1,
h2,
h3,
h4,
h5,
h6,
p {
font-weight: normal;
margin: 0;
}
.tac {
text-align: center;
}
.clear {
clear: both;
}
.left {
float: left;
}
.right {
float: right;
}
/* line 16, ../scss/_global-typography.scss */
h1 {
font-family: "Adobe Garamond Pro", Georgia, serif;
font-size: 2.35294em;
line-height: 1.2em;
}
/* line 22, ../scss/_global-typography.scss */
h2 {
font-family: "Adobe Garamond Pro", Georgia, serif;
font-size: 1.88235em;
line-height: 1.2em;
}
/* line 28, ../scss/_global-typography.scss */
h3 {
font-family: "Adobe Garamond Pro", Georgia, serif;
font-size: 1.17647em;
line-height: 1.2em;
}
/* line 34, ../scss/_global-typography.scss */
h4 {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.76471em;
text-transform: uppercase;
}
/* line 40, ../scss/_global-typography.scss */
h5 {
font-family: Arial, Helvetica, sans-serif;
font-size: 0.70588em;
text-transform: uppercase;
}
/* line 46, ../scss/_global-typography.scss */
h6 {
font-family: "Adobe Garamond Pro", Georgia, serif;
font-size: 0.94118em;
}
/* line 51, ../scss/_global-typography.scss */
.bold {
font-weight: bold;
}
/* line 55, ../scss/_global-typography.scss */
.paragraph-text {
text-align: justify;
font-weight: 600;
font-size: 0.969em;
color: #000;
line-height: 1.8em;
margin-bottom: 20px;
font-family: 'museo_sans100';
}
.paragraph-text p {font-weight: inherit}
.paragraph-text ul
{
margin: 0;
padding: 0;
}
.paragraph-text ul li {
list-style:disc;
margin-left: 20px;
}
ul.circle, ul.circle li{
    list-style: circle;
}
ul.square, ul.square li{
    list-style: square;
}
/* line 61, ../scss/_global-typography.scss */
.caption-text {
font-size: 0.70588em;
}
/* global 'Learn More' links */
/* line 66, ../scss/_global-typography.scss */
.learn-more {
position: absolute;
text-decoration: none;
text-transform: uppercase;
font-size: 0.76471em;
}
/* line 72, ../scss/_global-typography.scss */
.learn-more:after {
content: "&gt;";
padding-left: 3px;
}
/* line 5, ../scss/_global-layout.scss */
body,
html {
height: 100%;
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
}
/* line 11, ../scss/_global-layout.scss */
body {
background-color: #013067;
}
/* line 15, ../scss/_global-layout.scss */
ul {
padding: 0;
margin: 0;
list-style: none;
}
/* line 21, ../scss/_global-layout.scss */
.container {
width: 940px;
margin: 0 auto;
}
/* line 26, ../scss/_global-layout.scss */
.main-content {
background-position: top center;
background-repeat: no-repeat;
background-color: white;
padding: 120px 0 0 0;
}
/* override background color on home */
/* line 35, ../scss/_global-layout.scss */
#home .main-content {
background-color: #f0f0f0;
}
/* line 43, ../scss/_global-layout.scss */
header {
width: 100%;
background: url("") top left no-repeat #000;
color: white;
display: block;
position: absolute;
top: 0;
z-index: 1;
}
/* line 52, ../scss/_global-layout.scss */
header .main-header {
width: 1024px;
margin: 0 auto;
min-height: 50px;
}
/* line 57, ../scss/_global-layout.scss */
header .main-header .header-content {
background: black;
width: 982px;
}
/* line 61, ../scss/_global-layout.scss */
header .main-header .header-content .logo-anchor {
margin: 25px 0 0 20px;
display: block;
float: left;
}
/* line 67, ../scss/_global-layout.scss */
header .main-header .header-content .sitelinks-search {
width: 680px;
float: right;
border-bottom: 1px solid white;
margin: 29px 20px 0 0;
padding-bottom: 13px;
position: relative;
}
/* line 75, ../scss/_global-layout.scss */
header .main-header .header-content .sitelinks-search form {
float: right;
position: relative;
}
/* line 79, ../scss/_global-layout.scss */
header .main-header .header-content .sitelinks-search form i {
font-size: 1.23529em;
position: absolute;
left: 4px;
top: 3px;
color: #999999;
}
/* line 87, ../scss/_global-layout.scss */
header .main-header .header-content .sitelinks-search form .site-search {
-webkit-border-radius: 15px;
border-radius: 15px;
background-clip: padding-box;
background-color: #4e4e4e;
border: none;
padding: 4px 15px 3px 30px;
width: 80px;
margin: 0;
float: right;
color: #999999;
}
/* line 99, ../scss/_global-layout.scss */
header .main-header .header-content .sitelinks-search nav {
float: right;
font-size: 0.875em;
margin: 6px 7px 0 0;
}
/* line 105, ../scss/_global-layout.scss */
header .main-header .header-content .sitelinks-search nav ul li {
float: left;
margin: 0;
padding: 0 14px;
border-right: 1px solid #999999;
}
/* line 106, ../scss/_global-layout.scss */
header .main-header .header-content .sitelinks-search nav ul li a {
color: #999999;
font-family: 'museo_sans700';
}
/* line 109, ../scss/_global-layout.scss */
header .main-header .header-content .sitelinks-search nav ul li a:hover {
color: #7dacdb;
}
/* line 118, ../scss/_global-layout.scss */
header .main-header .header-content .sitelinks-search nav ul li.login-link {
border: none;
}
/* line 121, ../scss/_global-layout.scss */
header .main-header .header-content .sitelinks-search nav ul li.login-link a {
color: #7dacdb;
}
/* line 132, ../scss/_global-layout.scss */
header nav a {
color: white;
}
/* line 135, ../scss/_global-layout.scss */
header nav a:hover, header nav a:link, header nav a:visited, header nav a:active, .utility-bar-menu .meganav-dropdown a:link {
text-decoration: none;
}
/* line 145, ../scss/_global-layout.scss */
footer {
background-color: #013067;
}
/* line 148, ../scss/_global-layout.scss */
footer .nav-container {
padding: 25px 0;
}
/* line 152, ../scss/_global-layout.scss */
footer .nav-container nav ul {
float: right;
}
/* line 155, ../scss/_global-layout.scss */
footer .nav-container nav ul li {
float: left;
padding: 0 6px;
height: 12px;
line-height: 12px;
border-left: 1px solid white;
}
/* line 162, ../scss/_global-layout.scss */
footer .nav-container nav ul li:first-child {
border: none;
}
/* line 166, ../scss/_global-layout.scss */
footer .nav-container nav ul li a {
display: block;
color: white;
text-decoration: none;
font-size: 0.64706em;
}
/* line 172, ../scss/_global-layout.scss */
footer .nav-container nav ul li a:hover {
color: #bbdaf9;
}
/* line 180, ../scss/_global-layout.scss */
footer .nav-container nav:first-child ul {
float: left;
}
/* line 183, ../scss/_global-layout.scss */
footer .nav-container nav:first-child ul li {
border: none;
}
/* line 186, ../scss/_global-layout.scss */
footer .nav-container nav:first-child ul li a {
color: white;
font-size: 0.58824em;
}
/* line 190, ../scss/_global-layout.scss */
footer .nav-container nav:first-child ul li a:hover {
color: #bbdaf9;
}
/* line 200, ../scss/_global-layout.scss */
footer hr {
border-color: #3b618a;
width: 100%;
margin: 0;
}
/* line 206, ../scss/_global-layout.scss */
footer .copyright {
font-size: 0.64706em;
color: white;
text-align: right;
padding: 10px 0 20px 0;
}
/* line 217, ../scss/_global-layout.scss */
.utility-bar {
margin-top: 171px;
padding: 15px 0;
}
.utility-bar.branch
{
margin-top:0px;
}
.utility-bar .container {
position: relative;
}
/* line 222, ../scss/_global-layout.scss */
.interior-hr {
margin: 0;
}
/* line 5, ../scss/_global-modules.scss */
.module {
padding: 19px;
margin-bottom: 10px;
border-top: 4px solid #525f6e;
position: relative;
/* section colors */
/* typography */
}
/* line 11, ../scss/_global-modules.scss */
.module.dark {
background-color: rgba(0, 0, 0, 0.85);
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #DD000000, endColorstr= #DD000000);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DD000000, endColorstr=#DD000000)";*/
zoom: 1;
color: white;
}
.module.dark a{
color: #cb9430;
}
/* line 16, ../scss/_global-modules.scss */
.module.light {
background-color: #fff;
color: #000;
border: 1px solid black;
}
/* line 22, ../scss/_global-modules.scss */
.module.section-cm {
border-color: #507f39;
}
/* line 25, ../scss/_global-modules.scss */
.module.section-cm .section-cat {
color: #507f39;
}
.category-cm {
color: #507f39 !important;
}
/* line 30, ../scss/_global-modules.scss */
.module.section-ib {
border-color: #a29061;
}
/* line 35, ../scss/_global-modules.scss */
.module.section-ib .section-cat,
.module.section-ib .transaction-price,
.module.section-ib .learn-more {
color: #a29061;
font-weight:bold;
font-size: 14px;
}
.category-ib {
color: #a29061 !important;
}
/* line 40, ../scss/_global-modules.scss */
.module.section-other {
border-color: #525f6e;
}
/* line 43, ../scss/_global-modules.scss */
.module.section-other .section-cat {
color: #525f6e;
}
.category-other {
color: #525f6e !important;
}
/* line 48, ../scss/_global-modules.scss */
.home-module .section-cat {
font-family: 'museo_sans700';
}
.module.section-am {
border-color: #ca902d;
}
/* line 51, ../scss/_global-modules.scss */
.module.section-am .section-cat {
color: #ca902d;
}
.category-am {
color: #ca902d !important;
}
/* line 56, ../scss/_global-modules.scss */
.module.section-gf {
border-color: #93b1d7;
}
/* line 59, ../scss/_global-modules.scss */
.module.section-gf .section-cat {
color: #93b1d7;
}
.category-gf {
color: #93b1d7 !important;
}
/* line 64, ../scss/_global-modules.scss */
.module.section-wm {
border-color: #00457c;
}
/* line 67, ../scss/_global-modules.scss */
.module.section-wm .section-cat {
color: #00457c;
}
.category-wm {
color: #00457c !important;
}
/* line 73, ../scss/_global-modules.scss */
.module .section-cat {
margin-bottom: 5px;
text-transform: uppercase;
}
/* line 78, ../scss/_global-modules.scss */
.module .title-text {
margin-bottom: 10px;
font-family: 'museo_sans700';
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
}
.module.horizontal-small .title-text {
margin-bottom: 5px;
margin-top:-5px;
}
/* line 82, ../scss/_global-modules.scss */
.module .sub-text-primary {
font-size: 0.82353em;
}
.home-module .sub-text-primary, .home-module .sub-text-secondary, .home-module .sub-text-tertiary {
font-family: 'museo_sans100';
font-size: 12px !important;
}
/* line 86, ../scss/_global-modules.scss */
.module .sub-text-secondary {
font-size: 0.76471em;
}
/* line 90, ../scss/_global-modules.scss */
.module .sub-text-tertiary {
font-size: 0.58824em;
}
/* line 94, ../scss/_global-modules.scss */
.module .sub-text-block {
display: block;
}
/* line 98, ../scss/_global-modules.scss */
.module .position-bottom {
bottom: 20px;
left: 20px;
position: absolute;
padding-right: 20px;
}
.module.horizontal-small .position-bottom {
bottom: 5px;
}
/* line 105, ../scss/_global-modules.scss */
.module .text-width-half {
padding-right: 40%;
}
/* line 109, ../scss/_global-modules.scss */
.module .profile-info {
width: 90px;
padding-left: 88px;
}
/* line 114, ../scss/_global-modules.scss */
.module .profile-image {
width: 80px;
}
/* line 118, ../scss/_global-modules.scss */
.module .profile-name {
font-family: "Adobe Garamond Pro", Georgia, serif;
}
/* line 122, ../scss/_global-modules.scss */
.module .module-image-margin {
margin: 10px 0;
}
/* line 126, ../scss/_global-modules.scss */
.module .transaction-price {
margin-bottom: 10px;
font-family: 'museo_sans100';
}
/* line 130, ../scss/_global-modules.scss */
.module .transaction-details {
position: absolute;
bottom: 20px;
font-family: 'museo_sans100';
left: 20px;
font-size: 12px;
}
/* line 136, ../scss/_global-modules.scss */
.module .transaction-logo {
background-color: #fff;
/*border: 1px solid #cccccc;*/
text-align: center;
height: 80px;
line-height: 80px;
margin-bottom: 10px;
}
/* styles for 3-col */
/* line 147, ../scss/_global-modules.scss */
.three-col-wrapper {
margin-left: -10px;
margin-right: -10px;
}
/* line 151, ../scss/_global-modules.scss */
.three-col-wrapper .three-col {
width: 260px;
height: 260px;
margin: 0 10px;
float: left;
}
.three-col-wrapper .module.three-col {
width: 260px;
height: 260px;
margin: 0 10px 10px;
float: left;
}
      
#branchListView.three-col-wrapper .module.three-col {
height: 360px;
}
#advisorListView.three-col-wrapper .module.three-col {
height: 450px;
}
/* Component Specific CSS Includes */
/* line 5, ../scss/_component-meganav.scss */
.meganav {
clear: both;
padding: 0 20px;
}
/* line 10, ../scss/_component-meganav.scss */
.meganav-list {
position: relative;
}
/* line 14, ../scss/_component-meganav.scss */
.meganav-list-item {
float: left;
}
/* line 18, ../scss/_component-meganav.scss */
.meganav-anchor {
display: block;
padding: 10px 0;
border-bottom: 6px solid black;
text-align: center;
width: 180px;
}
/* line 25, ../scss/_component-meganav.scss */
.meganav-anchor span {
font-size: 0.76471em;
font-family: 'museo_sans700';
}
/* line 30, ../scss/_component-meganav.scss */
.meganav-dropdown {
position: absolute;
top: 48px;
left: 0;
background-color: #f0f0f0;
width: 680px;
padding: 30px 20px 20px 20px;
z-index: 2;
font-size: 0.70588em;
}
/* line 40, ../scss/_component-meganav.scss */
.meganav-dropdown .title {
text-transform: uppercase;
padding-bottom: 6px;
margin-bottom: 10px;
}
/* line 47, ../scss/_component-meganav.scss */
.dropdown-list {
width: 100%;
}
/* line 51, ../scss/_component-meganav.scss */
.dropdown-list .dropdown-list-item a {
color: #4e4e4e;
padding: 6px;
display: block;
}
/* line 56, ../scss/_component-meganav.scss */
.dropdown-list .dropdown-list-item a:hover {
background-color: #d6d6d6;
}
/* line 61, ../scss/_component-meganav.scss */
.dropdown-list .dropdown-list-item.title {
border-bottom: 1px solid #cccccc;
}
/* line 67, ../scss/_component-meganav.scss */
.guidance-for {
float: right;
margin-right: 0;
}
/* line 71, ../scss/_component-meganav.scss */
.guidance-for .meganav-anchor {
text-align: left;
width: auto;
}
/* line 76, ../scss/_component-meganav.scss */
.guidance-for .meganav-dropdown {
right: -20px;
left: auto;
width: 160px;
}
/* line 82, ../scss/_component-meganav.scss */
.guidance-for .dropdown-list-item a {
color: #00457c;
}
/* line 86, ../scss/_component-meganav.scss */
.guidance-for span {
padding-right: 0;
}
/* line 90, ../scss/_component-meganav.scss */
.guidance-for i, .utility-bar-menu i, .article-side-border-bottom i, .author-info i, .about-module i, .transaction-grid-top p a i, .faq-side-module i, .contact-side i {
font-size: 1.5em;
line-height: 0.9em;
vertical-align: top;
}
/* line 97, ../scss/_component-meganav.scss */
.single-column {
width: 140px;
}
/* line 101, ../scss/_component-meganav.scss */
.double-column {
width: 180px;
}
/* line 105, ../scss/_component-meganav.scss */
.column-margin {
margin-right: 20px;
}
/* line 109, ../scss/_component-meganav.scss */
.dropdown-list {
float: left;
}
/* line 113, ../scss/_component-meganav.scss */
.feature-item {
float: right;
}
/* line 116, ../scss/_component-meganav.scss */
.feature-item .image-anchor {
display: block;
margin-bottom: 14px;
}
/* line 121, ../scss/_component-meganav.scss */
.feature-item .description {
color: #4e4e4e;
}
/* section colors */
/* line 129, ../scss/_component-meganav.scss */
.section-wm .meganav-anchor:hover,
.section-wm .meganav-anchor.active {
border-color: #00457c;
}
/* line 134, ../scss/_component-meganav.scss */
.section-wm .meganav-dropdown,
.section-wm .meganav-dropdown a {
color: #00457c;
}
/* line 141, ../scss/_component-meganav.scss */
.section-am .meganav-anchor:hover,
.section-am .meganav-anchor.active {
border-color: #ca902d;
}
/* line 146, ../scss/_component-meganav.scss */
.section-am .meganav-dropdown,
.section-am .meganav-dropdown a {
color: #ca902d;
}
/* line 153, ../scss/_component-meganav.scss */
.section-cm .meganav-anchor:hover,
.section-cm .meganav-anchor.active {
border-color: #507f39;
}
/* line 158, ../scss/_component-meganav.scss */
.section-cm .meganav-dropdown,
.section-cm .meganav-dropdown a {
color: #507f39;
}
/* line 165, ../scss/_component-meganav.scss */
.section-ib .meganav-anchor:hover,
.section-ib .meganav-anchor.active {
border-color: #a29061;
}
/* line 170, ../scss/_component-meganav.scss */
.section-ib .meganav-dropdown,
.section-ib .meganav-dropdown a {
color: #a29061;
}
/* line 175, ../scss/_component-meganav.scss */
.grayscale {
filter: url("data:image/svg+xml;utf8,&lt;svg xmlns='http://www.w3.org/2000/svg'&gt;&lt;filter id='grayscale'&gt;&lt;feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/&gt;&lt;/filter&gt;&lt;/svg&gt;#grayscale");
/* Firefox 3.5+ */
filter: gray;
/* IE6-9 */
-webkit-filter: grayscale(1);
/* Google Chrome, Safari 6+ &amp; Opera 15+ */
}
/* line 180, ../scss/_component-meganav.scss */
.grayscale:hover {
filter: none;
-webkit-filter: grayscale(0);
}
/* line 5, ../scss/_component-interior-hero.scss */
.interior-hero {
position: absolute;
top: 0;
width: 100%;
height: 290px;
background: #f0f0f0 url("/img/hero/hero-gradient.png") repeat-y;
}
/* line 12, ../scss/_component-interior-hero.scss */
.interior-hero .hero-background {
height: 290px;
}
/* line 15, ../scss/_component-interior-hero.scss */
.interior-hero .hero-background.image-guidance {
background: transparent url("/img/hero/hero-business.jpg") no-repeat center center;
}
/* line 19, ../scss/_component-interior-hero.scss */
.interior-hero .hero-background.image-transaction {
background: transparent url("/img/hero/hero-transaction.jpg") no-repeat center center;
}
/* line 24, ../scss/_component-interior-hero.scss */
.interior-hero .hero-text {
color: white;
}
/* line 28, ../scss/_component-interior-hero.scss */
.interior-hero .headline {
margin-top: -70px;
}
/* line 5, ../scss/_component-breadcrumbs.scss */
.breadcrumb-list {
font-size: 0.64706em;
color: #4e4e4e;
float: left;
text-transform: uppercase;
}
/* line 12, ../scss/_component-breadcrumbs.scss */
.breadcrumb-item {
float: left;
}
/* line 15, ../scss/_component-breadcrumbs.scss */
.breadcrumb-item .link {
color: #7dacdb;
text-decoration: none;
}
/* line 19, ../scss/_component-breadcrumbs.scss */
.breadcrumb-item .link:after {
content: "&gt;";
padding: 0 5px;
color: #4e4e4e;
}
.breadcrumb-item.link:after {
content: "&gt;";
padding: 0 5px;
color: #4e4e4e;
}
/* line 5, ../scss/_component-pagination.scss */
.pagination-list {
font-size: 0.76471em;
float: right;
text-transform: uppercase;
font-weight: bold;
}
/* line 12, ../scss/_component-pagination.scss */
.pagination-item {
float: left;
padding: 0 6px;
}
/* line 16, ../scss/_component-pagination.scss */
.pagination-item .link {
text-decoration: none;
color: black;
}
/* line 21, ../scss/_component-pagination.scss */
.pagination-item.active .link {
color: #7dacdb;
cursor: default;
}
/* line 26, ../scss/_component-pagination.scss */
.pagination-item.next .link:after {
content: "&gt;";
padding: 0 0 0 3px;
}
/* line 5, ../scss/_component-filter-bar.scss */
.filter-bar {
background-color: black;
padding: 20px;
margin: 10px 0;
font-size: 0.70588em;
}
/* line 11, ../scss/_component-filter-bar.scss */
.filter-bar .form-elements {
float: left;
}
/* line 15, ../scss/_component-filter-bar.scss */
.filter-bar .form-label {
margin-right: 15px;
}
/* line 18, ../scss/_component-filter-bar.scss */
.filter-bar .form-label .label-text {
text-transform: uppercase;
color: white;
display: inline-block;
padding-right: 5px;
}
/* line 26, ../scss/_component-filter-bar.scss */
/*.filter-bar .select {
width: 160px;
}*/
/* line 31, ../scss/_component-filter-bar.scss */
.filter-results {
color: white;
float: right;
padding-top: 4px;
}
/* line 37, ../scss/_component-filter-bar.scss */
.total-results {
margin-right: 10px;
}
/* line 40, ../scss/_component-filter-bar.scss */
.total-results .value {
color: #7dacdb;
}
/* Custom Select */
/* line 46, ../scss/_component-filter-bar.scss */
.customSelect {
background: #4e4e4e url("") no-repeat 154px center;
padding: 4px 8px;
}
/* line 51, ../scss/_component-filter-bar.scss */
span.customSelectInner {
    color: #a7a7a7;
}
/* Page Specific CSS Includes */
/* line 5, ../scss/_page-home.scss */
.intro {
margin: 0 0 5px 0;
font-family: 'museo_sans100';
background-color: rgba(0, 0, 0, 0.45);
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #DD000000, endColorstr= #DD000000);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#DD000000, endColorstr=#DD000000)";*/
zoom: 1;
color: white;
}
/* line 9, ../scss/_page-home.scss */
.homepage-module-wrapper {
width: 720px;
margin: 50px 0 70px 0;
float: right;
}
.homepage-module-wrapper a {
color: #fff;
text-decoration: none;
}
/* Default View */
/* line 16, ../scss/_page-home.scss */
.default-column {
float: left;
}
/* line 19, ../scss/_page-home.scss */
.default-column.primary {
width: 490px;
}
/* line 23, ../scss/_page-home.scss */
.default-column.secondary {
width: 220px;
margin-left: 10px;
}
/* line 28, ../scss/_page-home.scss */
.default-column .height-main {
height: 400px;
}
/* line 32, ../scss/_page-home.scss */
.default-column .height-submain {
height: 162px;
}
/* line 36, ../scss/_page-home.scss */
.default-column .height-detail {
height: 169px;
}
/* Takeover View */
/* line 43, ../scss/_page-home.scss */
.takeover-row.primary {
width: 100%;
}
/* line 47, ../scss/_page-home.scss */
.takeover-row .two-col {
width: 50%;
float: left;
}
/* line 52, ../scss/_page-home.scss */
.takeover-row.secondary {
background-color: rgba(0, 0, 0, 0.5);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr= #7F000000, endColorstr= #7F000000);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#7F000000, endColorstr=#7F000000)";
zoom: 1;
}
/* line 55, ../scss/_page-home.scss */
.takeover-row.secondary .module {
padding: 10px;
margin-right: 10px;
float: left;
width: 213px;
height: 250px;
}
/* line 62, ../scss/_page-home.scss */
.takeover-row.secondary .module:nth-of-type(3n) {
margin-right: 0;
}
/* line 67, ../scss/_page-home.scss */
.takeover-row.secondary .position-bottom {
left: 10px;
}
/* line 71, ../scss/_page-home.scss */
.takeover-row.secondary .module-image-margin {
margin: 0 0 10px 0;
}
/* line 76, ../scss/_page-home.scss */
.takeover-row .height-main {
height: 305px;
}
/* line 80, ../scss/_page-home.scss */
.takeover-row .height-submain {
height: 280px;
}
/* line 85, ../scss/_page-home.scss */
.takeover-subhead {
color: white;
font-family: 'museo_sans100';
padding: 10px;
font-size: 0.82353em;
}
/* line 5, ../scss/_page-transaction.scss */
.transaction-grid {
margin-top: 20px;
margin-bottom: 40px;
position: relative;
}
/* line 9, ../scss/_page-transaction.scss */
.transaction-grid .module {
font-size: 0.70588em;
margin-bottom: 20px;
}
/* line 14, ../scss/_page-transaction.scss */
.transaction-grid .learn-more {
bottom: 20px;
right: 20px;
font-family: 'museo_sans700';
font-size: 12px;
}
/* global GUIDANCE styles */
/* line 7, ../scss/_page-guidance.scss */
.content-row .section-title {
margin: 20px 0;
font-weight: bold;
}
/* line 12, ../scss/_page-guidance.scss */
.content-row .secondary-color {
color: #999999;
}
/* content-row ONE styles */
/* line 19, ../scss/_page-guidance.scss */
.one .info-summary {
float: left;
width: 630px;
border-right: 1px solid #cccccc;
padding: 40px 49px 0px 0;
}
/* line 25, ../scss/_page-guidance.scss */
.one .info-aside {
float: right;
width: 249px;
padding: 40px 0 40px 10px;
color: black;
}
/* line 32, ../scss/_page-guidance.scss */
.one .info-aside .section-title {
margin: 0 0 10px 0;
}
/* line 36, ../scss/_page-guidance.scss */
.one .info-aside .caption-text {
margin-bottom: 10px;
}
/* line 40, ../scss/_page-guidance.scss */
.one .info-aside .title {
margin-bottom: 0;
}
/* line 45, ../scss/_page-guidance.scss */
.one .summary-list {
width: 300px;
float: left;
margin-bottom: 20px;
}
/* line 51, ../scss/_page-guidance.scss */
.one .summary-list-item {
font-size: 1.41176em;
margin-bottom: 10px;
color: #7dacdb;
font-family: 'museo_sans100';
  font-weight: bold;
}
.one .summary-list-item a {
color: #7dacdb;
text-decoration: none;
   font-weight: bold;
}
/* line 57, ../scss/_page-guidance.scss */
.one .module {
margin: 0 0 20px -20px;
}
.one .learn-more {
top: 0;
right: 70px;
color: #7dacdb;
font-weight: bold;
}
/* content-row TWO styles */
/* line 63, ../scss/_page-guidance.scss */
.two {
padding: 40px 0;
}
/* line 66, ../scss/_page-guidance.scss */
.two img {
float: left;
}
/* line 70, ../scss/_page-guidance.scss */
.two .caption {
width: 250px;
float: right;
}
/* content-row FOUR styles */
/* line 77, ../scss/_page-guidance.scss */
.four {
position: relative;
}
/* line 80, ../scss/_page-guidance.scss */
.four .learn-more {
top: 0;
right: 70px;
color: #7dacdb;
font-weight: bold;
}
/* line 87, ../scss/_page-guidance.scss */
.four .left-title-section .choose-op-wrapper {
margin: 10px 0 60px 0;
}
/* line 91, ../scss/_page-guidance.scss */
.four .left-title-section .op-choice {
margin: 10px 0;
padding: 10px 0;
display: table;
}
/* line 97, ../scss/_page-guidance.scss */
.four .op-choice-title .left-title-section {
border-right: 1px solid #cccccc;
width: 439px;
text-align: right;
display: table-cell;
vertical-align: middle;
padding: 20px 20px 20px 10px;
font-size: 30px;
font-family: "Adobe Garamond Pro", Georgia, serif;
font-style: italic;
color: #7dacdb;
}
.four .op-choice-title.left-title-section {
border-right: 1px solid #cccccc;
width: 439px;
text-align: right;
display: table-cell;
vertical-align: middle;
padding: 20px 20px 20px 10px;
font-size: 30px;
font-family: "Adobe Garamond Pro", Georgia, serif;
font-style: italic;
color: #7dacdb;
}
/* line 110, ../scss/_page-guidance.scss */
.four .op-choice-description.left-title-section {
width: 370px;
padding: 0 80px 0 20px;
display: table-cell;
vertical-align: middle;
}
.op-choice-div-int:last-of-type {
display:none;
}
/*OUR HISTORY SECTION*/
#our-history {
padding-bottom: 0px;
}
.our-history-hero {
height: 555px;
background: #fff;
}
#our-history .first
{
width:50px;
margin:0 auto;
display: block;
margin-top: -100px;
}
#our-history .last
{
width:50px;
margin:0 auto;
display: block;
padding: 13px;
}
.our-history-hero .hero-background {
height: 555px;
background: transparent url("/img/our-history/our-history.jpg") no-repeat top center;
margin-top: 70px;
}
.our-history-hero .year-h3{
text-align:center;
}
.our-history-hero .headline {
text-align: center;
padding-top: 210px;
}
.our-history-divider {
width: 100%;
border-top: 0px;
height: 1px;
background: url("/img/our-history/top-divider.png") no-repeat center center;
}
.our-history-hero .paragraph-text {
color: #fff;
text-align: center;
width: 390px;
margin: auto;
}
#our-history .content-row.one {
background: url("/img/our-history/abe-lincoln.jpg") no-repeat center center;
width: 1024px;
height: 398px;
margin-top: 430px;
}
.year-1870 {
width: 465px;
margin: 50px 0 0 450px;
color: #333;
}
.white-hr {
margin: 5px 0 12px 0;
border-top: 1px solid white;
}
.white-h2 {
color: #fff;
font-size: 20px;
}
.year-h3 {
font-size: 36px;
}
.year-paragraph {
font-size: 18px;
font-family: "Adobe Garamond Pro", Georgia, serif;
padding-top: 6px;
}
#our-history .content-row.two {
background: url("/img/our-history/1880s.jpg") no-repeat top center;
width: 1024px;
height: 398px;
padding: 0 0 30px 0;
position: relative;
}
.year-1880 {
width: 445px;
margin: 85px 0 0 110px;
color: #333;
}
.year-1880 p {
padding-right: 40px;
}
.side-1880 {
position: absolute;
left: 555px;
top: -30px;
float: right;
width: 370px;
height: 440px;
}
#our-history .content-row.three {
background: url("/img/our-history/1930s.jpg") no-repeat top center;
width: 1024px;
height: 689px;
padding-top: 0px;
position: relative;
}
.profile-1930, .year-1930 {
float: left;
}
.profile-1930 {
margin: 170px 0 0 60px;
}
.year-1930 {
width: 323px;
height: 315px;
margin: 170px 0 0 0;
background: rgba(0, 0, 0, 0.75);
padding: 30px 3px 0 20px;
}
.year-1930 h3, .year-1940 h3, .year-1950s h3 {
color: #fff;
}
.year-1930 p {
color: #999;
}
#our-history .content-row.four {
background: url("/img/our-history/mid-1900s.jpg") no-repeat top center;
width: 1024px;
height: 613px;
padding-top: 0px;
position: relative;
}
.year-1940 {
background: url("/img/our-history/1940s.jpg") no-repeat top left;
width: 502px;
height: 266px;
position: absolute;
left: 60px;
top: -130px;
padding: 30px 0 0 30px;
}
.year-1940 hr {
width: 280px;
}
.year-1940 p {
padding: 6px 200px 0 0;
}
.year-1950s {
background: #000;
width: 360px;
height: 270px;
padding: 24px;
position: absolute;
left: 585px;
top: -70px;
color: #fff;
}
.year-1960s {
color: #fff;
background: rgba(70, 96, 136, 0.65);
width: 400px;
height: 370px;
padding: 20px 35px 20px 35px;
position: absolute;
left: 91px;
top: 170px;
}
.year-1960s .year-paragraph.tac {
margin-top: 40px;
}
.year-1980s {
color: #fff;
background: url("/img/our-history/80s-logo.png") no-repeat 272px 250px #00457c;
width: 360px;
height: 365px;
padding: 24px;
position: absolute;
left: 585px;
top: 360px;
z-index: 999;
}
#our-history .content-row.five {
background: url("/img/our-history/1990s.jpg") no-repeat top center;
width: 1024px;
height: 482px;
position: relative;
}
.year-1990 {
color: #fff;
background: rgba(0, 0, 0, 0.5);
position: absolute;
left: 110px;
top: 70px;
width: 410px;
padding: 30px 20px 30px 20px;
}
#our-history .content-row.six {
background: url("/img/our-history/2000.jpg") no-repeat top center;
width: 1024px;
height: 438px;
position: relative;
color: #fff;
text-align: center;
}
.year-2000 {
width: 460px;
margin: auto;
padding-top: 30px;
}
#our-history .content-row.seven {
width: 1024px;
height: 438px;
position: relative;
color: #fff;
text-align: center;
}
.year-2008 {
width: 460px;
margin: auto;
}
/*Choose Opp Left Column - Template 1*/
.interior-hero .hero-background.choose-header {
background: transparent url("/img/hero/hero-choose.jpg") no-repeat center center;
}
.choose-left-bar .info-summary {
border-right: 1px solid #acacac;
width: 640px;
}
.choose-callout {
border-top: 5px solid #95a1aa;
background: black;
padding: 15px 24px 24px 24px;
color: #fff;
width: 532px;
font-size: 0.82353em;
line-height: 1.8em;
}
.choose-callout p {
font-family: 'museo_sans100';
}
.choose-left-bar .choose-op-wrapper {
position: relative;
}
.choose-left-bar .choose-op-wrapper hr {
border-top: 1px solid #999;
}
.choose-left-bar .op-choice {
text-align: center;
padding: 28px 80px 18px 15px;
}
.choose-left-bar .op-choice-title {
vertical-align: middle;
font-size: 30px;
font-family: "Adobe Garamond Pro", Georgia, serif;
font-style: italic;
color: #7dacdb;
width: 540px;
padding: 0 5px;
}
.choose-left-bar .op-choice-title h3 {
font-size: 30px;
position: relative;
z-index: 999;
background: #fff;
}
.op-choice-title{ 
display:table;
text-align:center; 
width:600px; 
padding:10px;
margin: 0 auto;
}
.op-choice-title:before, .op-choice-title:after{ 
content:'';
display:table-cell; 
background: url("/img/choose/line.gif") repeat-x left center; 
width:50%;
border-radius:0px;
}
.op-choice-title &gt; h3 {
white-space:pre; 
padding:0 10px;
}
.choose-left-bar .op-choice .op-choice-description {
padding: 0 80px;
}
/*Choose Wide Template*/
.choose-full {
padding-top: 40px;
}
.choose-callout.choose-callout-wide {
width: 892px;
}
.choose-full .op-choice .op-choice-description {
padding: 0 180px;
}
/*Choose Wide Template With Split Callouts - Don't remove the four from the div because those styles are shared.*/
.choose-full-four {
padding-top: 40px;
}
/*Analyst Bios*/
.utility-bar-menu {
float: right;
text-transform: uppercase;
padding: 0px;
margin: 0px;
position: absolute;
right: 0px;
top: -5px;
}
.utility-bar-menu .meganav-anchor {
border-bottom: 0px;
width: auto;
padding: 0px;
font-weight: bold;
text-decoration: none;
color: #000;
padding-bottom: 13px;
}
.utility-bar-menu .meganav-dropdown {
width: 150px;
top: 35px;
padding: 20px 20px 20px 20px;
}
.utility-bar-menu a {
text-transform: none;
}
/*Analyst Left Side*/
.analyst-wrapper-left {
width: 580px;
height: auto;
float: left;
border-right: 1px solid #ccc;
padding: 40px 40px 10px 0;
}
.analyst-bio {
width: auto;
padding: 0px 35px 25px 0;
float: left;
}
.analyst-snapshot {
float: left;
border: 1px solid #dedede;
width: 154px;
height: 212px;
}
.analyst-snapshot img {
border: 7px solid #f2f2f2;
width:91%;
height:93%;
}
.analyst-info {
float: left;
width: 386px;
}
.analyst-header {
background: black;
border-top: 5px solid #51813a;
padding: 10px 20px 13px 20px;
width: 330px;
margin-bottom: 30px;
}
.analyst-header h4 {
color: #51813a;
font-family: "Adobe Garamond Pro", Georgia, serif;
text-transform: none;
font-size: 24px;
}
.analyst-header h5 {
color: #fff;
text-transform: none;
font-size: 16px;
font-family: 'museo_sans100';
}
.analyst-info p {
font-size: 14px;
padding: 0 0px 0px 20px;
}
/*Analyst Full Width*/
.analyst-wrapper-full {
float: left;
width: 940px;
padding: 40px 40px 10px 0;
}
.analyst-wrapper-full .analyst-info {
width: 650px;
}
/*Article Page*/
.one .article-page {
padding-bottom: 0px;
}
blockquote {
color: #cb9330;
font-size: 30px;
margin: 0px 40px 15px 15px;
font-family: "Adobe Garamond Pro", Georgia, serif;
}
.one .info-aside.article-side {
padding-left: 0px;
width: 259px;
}
.article-side-padding-left {
padding-left: 10px;
}
.article-side .module .title-text, .about-us-info-aside .module .title-text {
font-family: "Adobe Garamond Pro", Georgia, serif;
text-transform: none;
font-weight: normal;
font-size: 20px;
}
.title-text.title-text-bigger {
font-size: 30px !important;
}
.in-this-article-ul {
text-transform: uppercase;
font-size: 14px;
line-height: 1.75em;
padding: 10px 0 0 0;
font-family: 'museo_sans100';
}
.module.border-top-green {
border-color: #cb9430;
}
.module.custom {
line-height:1.4;
}
.module.custom input {
margin: 7px 0;
display: block;
}
.article-side .sub-text-primary {
color: #999;
font-family: 'museo_sans100';
}
.article-side-border-bottom {
padding-top: 55px;
}
.article-side-border-bottom a, .the-author a, .faq-side-module a {
font-size: 12px;
color: #7dacdb;
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
}
.article-side-border-bottom i, .author-info i, .about-module i, .contact-side i {
line-height: 1.3em;
}
.article-side-border-bottom hr {
margin: 15px 0 0 -12px;
}
.featured-header-text-span.green-h3, .green-h3 {
color: #cb9430;
}
.module.border-top-light-blue {
border-color: #93b1d7;
}
.light-blue-h3, .featured-header-text-span.light-blue-h3 {
color: #93b1d7;
}
.paragraph-download-header {
text-align: center;
}
.paragraph-download-header a {
text-transform: uppercase;
text-decoration: none;
font-size: 16px;
color: #727070;
font-weight: bold;
}
.the-author {
width: 485px;
margin: 35px 0 0 55px;
}
.author-snapshot {
float: left;
width: 126px;
}
.author-info {
background: black;
float: left;
width: 309px;
padding: 25px 20px 55px 20px;
}
.author-info h3 {
font-size: 12px;
margin-bottom: 10px;
}
.author-info h4 {
color: #fff;
font-family: "Adobe Garamond Pro", Georgia, serif;
font-size: 20px;
text-transform: none;
}
.author-info .paragraph-text {
color: #cecece;
}
.the-author a {
float: right;
}
.author-info i {
vertical-align: middle;
}
/*Branch Manager section*/
.branch-manager {
width: 485px;
margin: 35px 0;
border: 1px solid black;
position:relative;
}
.branch-manager .branch-manager-title {
text-transform:uppercase;
font-weight:bold;
position:absolute;
top:-20px;
}
.branch-manager-image {
display:inline-block;
vertical-align:top;
width:175px;
height:219px;
}
.branch-manager-image {
width:175px;
height:219px;
}
.branch-manager-image img{
width:100%;
height:100%;
}
.branch-manager-text {
display:inline-block;
}
.branch-manager .paragraph-text {
vertical-align: top;
padding-left: 10px;
margin-bottom: -5px;
color: #222;
}
.branch-manager .paragraph-text.name {
text-transform:uppercase;
font-weight:bold;
padding: 10px;
}
.branch-manager .profile-container {
padding: 100px 0 0 10px
}
.branch-manager a {
text-decoration: none;
}
.branch-manager .profile-container .paragraph-text {
vertical-align: top;
padding: 0 10px;
font-weight:bold;
border: 1px solid black;
display:inline;
border-radius: 5px;
}
/*About Us Page*/
.info-summary.about-us-info-summary {
width: 600px;
}
.about-us-info-aside .module .sub-text-primary {
font-family: 'museo_sans100';
}
.info-summary.about-us-info-summary h2 {
font-family: 'museo_sans100';
font-size: 30px;
color: #727070;
margin-bottom: 10px;
}
.info-aside.about-us-info-aside {
width: 279px;
}
.feature-profile {
min-height: 200px;
}
.feature-profile img {
float: left;
}
.featured-profile-info {
float: right;
font-family: 'museo_sans100';
margin-top: 40px;
font-size: 14px;
width: 115px;
}
.featured-profile-info h6 {
font-family: 'museo_sans100';
font-size: 12px;
}
.featured-profile-info h5 {
color: #cb9430;
font-size: 18px;
font-weight: bold;
font-family: "Adobe Garamond Pro", Georgia, serif;
padding: 3px 0;
}
.about-module, .about-module .module {
width: 580px;
float: left;
}
.about-module h4, .choose-left-bar h4, .h4-header {
color: #727070;
font-size: 14px;
padding-bottom: 15px;
font-weight: bold;
}
.about-module img {
margin-right: 20px;
}
.about-module-first-p {
margin-top: 260px;
}
.about-module-second-p {
padding: 15px 0 10px 0;
}
.about-module p {
font-size: 14px;
font-family: 'museo_sans100';
}
.about-module p a {
color: #cb9430;
padding: 10px 0;
text-decoration: none;
text-transform: uppercase;
font-family: 'museo_sans700';
}
.about-module i {
vertical-align: middle;
}
.light-brown-top {
border-color: #bab493;
}
/*Careers*/
.career-module {
line-height: 1.75em;
font-size: 1.125em;
padding-bottom: 30px;
}
.career-module {
font-family: "Adobe Garamond Pro", Georgia, serif;
}
.career-module .sub-text-primary {
font-size: 21px;
font-family: "Adobe Garamond Pro", Georgia, serif !important;
}
.career-module h5 {
color: #cb9430;
font-size: 30px;
font-weight: bold;
text-transform: none;
padding: 5px 0;
font-family: "Adobe Garamond Pro", Georgia, serif;
}
.career-module h6 a {
color: #cb9430;
font-size: 12px;
text-decoration: none;
float: right;
font-family: 'museo_sans700';
}
.paragraph-video {
color: #fff;
width: 582px;
margin: -7px 0 45px 0;
padding: 20px;
background: #000;
}
.numbers-module .title-text {
font-size: 48px !important;
font-family: "Adobe Garamond Pro", Georgia, serif !important;
margin-bottom: 0px !important;
}
.numbers-module .sub-text-primary {
font-family: 'museo_sans100';
}
/*Investment Banking Page*/
.transaction-grid.transaction-grid-top {
margin-bottom: 0px;
}
.transaction-grid-top p a {
color: #cb9430;
font-size: 14px;
text-decoration: none;
float: right;
padding: 0 10px 10px 0;
text-transform: uppercase;
font-weight: bold;
}
.module.border-top-gray {
border-color: #95a1aa;
}
.featured-investment-profile h4, .side-date-header {
color: #cb9430;
font-size: 12px;
font-family: 'museo_sans100';
padding-bottom: 10px;
}
.featured-investment-profile h5 {
color: #cb9430;
font-size: 20px;
font-family: "Adobe Garamond Pro", Georgia, serif;
padding-bottom: 30px;
font-weight: bold;
text-transform: none;
}
.featured-investment-profile .placeholder-logo {
padding-bottom: 10px;
}
.featured-investment-profile .sub-text-primary.first {
font-size: 12px;
font-family: 'museo_sans100';
color: #95a1aa;
}
.featured-investment-profile .sub-text-primary {
font-family: "Adobe Garamond Pro", Georgia, serif;
}
.event-module {
width: 150px;
float: left;
padding: 20px;
margin-right: 20px;
}
.event-wrapper.count .module.event-module {
width: 150px;
float: left;
padding: 20px;
margin: 0 20px 10px 0;
}
.event-module h4 {
color: #bab493;
text-transform: uppercase;
padding-bottom: 5px;
font-family: 'museo_sans700';
}
.event-module h5 {
font-size: 16px;
text-transform: none;
font-family: "Adobe Garamond Pro", Georgia, serif;
padding-bottom: 10px;
}
.event-module h6 {
font-family: 'museo_sans100';
padding-top: 10px;
font-size: 0.875em;
font-weight: lighter;
}
/*FAQ Page*/
.faq-left li {
color: #b3d4fc;
font-family: 'museo_sans100';
list-style: disc;
margin-left: 15px;
padding-bottom: 8px;
}
.faq-left li a {
text-decoration: none;
color: #b3d4fc;
}
.faq-wrapper {
width: 538px;
border-left: 1px solid #bcbcbc;
border-top: 1px solid #bcbcbc;
border-right: 1px solid #bcbcbc;
margin-top: 25px;
}
.faq {
border-bottom: 1px solid #bcbcbc;
padding: 15px 15px 30px 15px;
}
.faq h5 {
font-family: "Adobe Garamond Pro", Georgia, serif;
color: #727070;
font-size: 20px;
text-transform: none;
}
.faq p {
font-family: 'museo_sans100';
font-size: 14px;
}
.faq a {
color: #b3d4fc;
float: right;
text-decoration: none;
}
.search .faq a {
float: none;
}
.faq-odd {
background: #ebebeb;
}
.fa-2x.fa-long-arrow-up {
font-size: 1em;
font-weight: lighter;
}
/*Industrial Page*/
.summary-list-item-2 {
font-family: 'museo_sans100';
list-style: disc;
margin-left: 20px;
padding-bottom: 8px;
color: #727070;
font-size: 24px;
}
/*Contact Page*/
.contact-left {
min-height: 700px;
}
.contact-side {
font-size: 14px;
}
.contact-side p {
padding-bottom: 10px;
}
.contact-side a {
text-decoration: none;
}
.contact-form {
width: 512px;
}
.contact-side i {
font-size: 1.3em;
margin-left: 5px;
}
.gray {
color: #95a1aa;
}
.contact-form h4 {
color: #727070;
font-weight: bold;
text-transform: uppercase;
margin: 10px 0;
}
.input {
width: 350px;
border: 1px solid #d1d1d1;
-webkit-box-shadow: inset 0px 0px 1px 2px rgba(209,209,209,0.2);
-moz-box-shadow: inset 0px 0px 1px 2px rgba(209,209,209,0.2);
box-shadow: inset 0px 0px 1px 2px rgba(209,209,209,0.2);
}
.contact-form input {
background: #fcfcfc;
min-height: 35px;
}
.contact-form textarea {
-webkit-box-shadow: inset 0px 0px 1px 2px rgba(209,209,209,0.2);
-moz-box-shadow: inset 0px 0px 1px 2px rgba(209,209,209,0.2);
box-shadow: inset 0px 0px 1px 2px rgba(209,209,209,0.2);
border: 1px solid #d1d1d1;
}
.contact-form input[type="submit"] {
float: right;
font-size: 14px;
font-family: 'museo_sans500';
width: 100px !important;
margin-top: 10px;
background: rgba(229,241,246,1);
background: -moz-linear-gradient(top, rgba(229,241,246,1) 0%, rgba(220,236,243,1) 50%, rgba(210,231,239,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,241,246,1)), color-stop(50%, rgba(220,236,243,1)), color-stop(100%, rgba(210,231,239,1)));
background: -webkit-linear-gradient(top, rgba(229,241,246,1) 0%, rgba(220,236,243,1) 50%, rgba(210,231,239,1) 100%);
background: -o-linear-gradient(top, rgba(229,241,246,1) 0%, rgba(220,236,243,1) 50%, rgba(210,231,239,1) 100%);
background: -ms-linear-gradient(top, rgba(229,241,246,1) 0%, rgba(220,236,243,1) 50%, rgba(210,231,239,1) 100%);
background: linear-gradient(to bottom, rgba(229,241,246,1) 0%, rgba(220,236,243,1) 50%, rgba(210,231,239,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5f1f6', endColorstr='#d2e7ef', GradientType=0 );
border: 1px solid #a4bfc8;
color: #6d97a8;
padding-top: 5px;
}
.upperC {
text-transform: uppercase;
}
.museo100 {
font-family: 'museo_sans100';
}
.museo500 {
font-family: 'museo_sans500';
}
.museo700 {
font-family: 'museo_sans700';
}
/*Login Page*/
.login-form input[type="submit"] {
margin-right: 157px;
}
/*Careers Page Landing*/
.faq-side-module {
margin-top: 35px;
}
.faq-side-module ul li {
list-style: disc;
margin-left: 15px;
padding-bottom: 10px;
font-family: 'museo_sans100';
font-size: 14px;
}
.employee-testimonials {
padding-bottom: 60px;
}
.career-path {
font-size: 12px;
padding-bottom: 10px;
}
.three-col.employee-testimonial-module {
padding-bottom: 10px;
height: auto;
}
.three-col-wrapper .three-col.dark.employee-testimonial-module {
padding-bottom: 10px;
height: auto;
}
.employee-testimonial-module .placeholder-logo {
padding-bottom: 15px;
}
.employee-testimonial-module .title-text {
margin: 15px 0 10px 0;
line-height:26px;
}
.employee-testimonial-module .title-text a {
color: #cc932f;
text-decoration: none;
font-weight: bold;
font-size: 30px;
font-family: "Adobe Garamond Pro", Georgia, serif;
}
.employee-testimonial-module .paragraph-text {
margin-bottom: 0px;
color: #fff;
}
.careers-four .learn-more {
right: 0px;
}
/*Trend Analysis Page*/
.trend-container {
padding-bottom: 10px;
}
.trend-analysis-module .date {
font-family: 'museo_sans100';
font-size: 16px;
color: #b98529;
}
.trend-analysis-module h4 {
font-size: 30px;
font-weight: lighter;
text-transform: none;
line-height: 1em;
color: #666;
font-family: "Adobe Garamond Pro", Georgia, serif;
padding: 15px 0 15px 0;
}
.trend-analysis-module .author {
font-family: 'museo_sans100';
font-size: 16px;
}
.trend-analysis-module .learn-more {
font-family: 'museo_sans700';
font-size: 13px;
color: #b98529;
left: 20px;
}
.trend-grid .pagination-list {
position: absolute;
bottom: -35px;
right: 0px;
}
/*Article Page Profile*/
.interior-hero .headline.article-page-profile {
margin-top: -90px;
}
.featured-header-text-span {
color: #96a1aa;
font-size: 12px;
text-transform: uppercase;
font-family: 'museo_sans700';
position: absolute;
margin-top: -20px;
}
.featured-header-text-h3 {
font-size: 14px;
font-family: 'museo_sans100';
margin-top: 5px;
}
.the-author.profile-author a {
color: #cecece;
text-transform: none;
font-weight: normal !important;
float: none;
}
.one-half {
width: 50%;
}
.image-caption {
text-align: center;
margin-bottom: 45px;
}
.margin-top-block-quote {
margin-top: 20px;
}
.interior-hero .headline.article-page-profile-education {
margin-top: -140px;
}
/*Detail Page Investment Advisors*/
.paragraph-right {
width: 265px; 
float: right;
margin-top: 40px;
}
.login-side input {
background-color: #4e4e4e;
border: none;
padding: 3px;
width: 160px;
margin: 0;
min-height: 12px;
color: #999999;
-webkit-box-shadow: inset 0px 0px 0px 0px rgba(209,209,209,0.2);
-moz-box-shadow: inset 0px 0px 0px 0px rgba(209,209,209,0.2);
box-shadow: inset 0px 0px 0px 0px rgba(209,209,209,0.2);
margin-right: 10px;
}
/*Detail Results Page*/
.result-input-field {
width: 216px;
background: #4e4e4e;
border: 1px solid #4e4e4e;
color: #ccc;
padding: 5px;
-webkit-box-shadow: inset 0px 0px 0px 0px;
-moz-box-shadow: inset 0px 0px 0px 0px;
box-shadow: inset 0px 0px 0px 0px;
}
.results-wrapper {
border-left: 1px solid #bcbcbc;
border-top: 1px solid #bcbcbc;
border-right: 1px solid #bcbcbc;
margin: auto;
width: 938px;
margin-bottom: 20px;
}
.result-p {
padding-top: 10px;
}
.label-text a {
text-decoration: none;
padding-left: 5px;
font-size: 12px;
}
.label-text a i {
font-size: 1.25em;
}
.filter-results.filter-results-2 {
padding-top: 0px;
}
/*Small Business Page*/
.idea-module .section-cat {
font-size: 12px;
font-family: 'museo_sans700';
}
.idea-module .title-text {
font-size: 30px;
font-family: "Adobe Garamond Pro", Georgia, serif;
font-weight: normal;
text-transform: none;
margin-top: 25px;
}
.idea-module .sub-text-primary {
font-family: 'museo_sans100';
}
/*Home Page*/
.home-module h1 {
text-transform: none !important;
font-weight: normal !important;
font-size: 40px !important;
font-family: "Adobe Garamond Pro", Georgia, serif !important;
}
.home-module h2 {
text-transform: none !important;
font-weight: normal !important;
font-size: 32px !important;
font-family: "Adobe Garamond Pro", Georgia, serif !important;
}
.home-module h3, .home-module h6 {
text-transform: none !important;
font-weight: normal !important;
font-size: 22px !important;
font-family: "Adobe Garamond Pro", Georgia, serif !important;
}
.home-module .profile-name {
text-transform: none !important;
font-weight: normal !important;
font-size: 14px !important;
font-family: "Adobe Garamond Pro", Georgia, serif !important;
}
/**
* simplePagination.js
*/
ul.simple-pagination {
list-style: none;
}
.simple-pagination {
display: block;
overflow: hidden;
padding: 0 5px 5px 0;
margin: 0;
}
.simple-pagination ul {
list-style: none;
padding: 0;
margin: 0;
}
.simple-pagination li {
list-style: none;
padding: 0;
margin: 0;
float: left;
}
.light-theme a, .light-theme span {
float: left;
color: #666;
font-size:14px;
line-height:24px;
text-align: center;
min-width: 14px;
padding: 0 7px;
margin: 0 5px 0 0;
}
.light-theme a:hover {
text-decoration: none;
background: #FCFCFC;
}
.light-theme .current {
color: #7dacdb;;
cursor: default;
}
.light-theme .ellipse {
background: none;
border: none;
border-radius: 0;
box-shadow: none;
font-weight: bold;
cursor: default;
}
/**
* End simplePagination.js
*/
.no-underline { text-decoration: none; }
.hideMe {
    margin: 0 auto;
    width: 508px;
}
::-webkit-input-placeholder {
   font-family: "Adobe Garamond Pro", Georgia, serif
}
:-moz-placeholder { /* Firefox 18- */
   font-family: "Adobe Garamond Pro", Georgia, serif
}
::-moz-placeholder {  /* Firefox 19+ */
   font-family: "Adobe Garamond Pro", Georgia, serif
}
:-ms-input-placeholder {  
   font-family: "Adobe Garamond Pro", Georgia, serif
}
/* Elegant Aero - for contact forms - derekp*/
.elegant-aero {
    margin-left:auto;
    margin-right:auto;
    max-width: 500px;
    background: #D2E9FF;
    padding: 20px 20px 20px 20px;
    font: 12px Arial, Helvetica, sans-serif;
    color: #666;
}
.elegant-aero h1 {
    font: 24px "Trebuchet MS", Arial, Helvetica, sans-serif;
    padding: 10px 10px 10px 20px;
    display: block;
    background: #C0E1FF;
    border-bottom: 1px solid #B8DDFF;
    margin: -20px -20px 15px;
}
.elegant-aero h1&gt;span {
    display: block;
    font-size: 11px;
}
.elegant-aero label&gt;span {
    float: left;
    margin-top: 10px;
    color: #5E5E5E;
}
.elegant-aero label {
    display: block;
    margin: 0px 0px 5px;
}
.elegant-aero label&gt;span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 15px;
    margin-top: 10px;
    font-weight: bold;
}
.elegant-aero input[type="text"], .elegant-aero input[type="email"], .elegant-aero textarea, .elegant-aero select {
    color: #888;
    width: 70%;
    padding: 0px 0px 0px 5px;
    border: 1px solid #C5E2FF;
    background: #FBFBFB;
    outline: 0;
    -webkit-box-shadow:inset 0px 1px 6px #ECF3F5;
    box-shadow: inset 0px 1px 6px #ECF3F5;
    font: 200 12px/25px Arial, Helvetica, sans-serif;
    height: 30px;
    line-height:15px;
    margin: 2px 6px 16px 0px;
}
.elegant-aero textarea{
    height:100px;
    padding: 5px 0px 0px 5px;
    width: 70%;
}
.elegant-aero select {
    background: #fbfbfb url('down-arrow.png') no-repeat right;
    background: #fbfbfb url('down-arrow.png') no-repeat right;
   appearance:none;
    -webkit-appearance:none; 
   -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
}
.elegant-aero .button{
    padding: 10px 30px 10px 30px;
    background: #66C1E4;
    border: none;
    color: #FFF;
    box-shadow: 1px 1px 1px #4C6E91;
    -webkit-box-shadow: 1px 1px 1px #4C6E91;
    -moz-box-shadow: 1px 1px 1px #4C6E91;
    text-shadow: 1px 1px 1px #5079A3;
    
}
.elegant-aero .button:hover{
    background: #3EB1DD;
}
/* Basic Grey contact form on contact page*/
.basic-grey {
    margin-left:auto;
    margin-right:auto;
    max-width: 500px;
    background: #F7F7F7;
    padding: 25px 15px 25px 10px;
    font: 12px Georgia, "Times New Roman", Times, serif;
    color: #888;
    text-shadow: 1px 1px 1px #FFF;
    border:1px solid #E4E4E4;
}
.basic-grey h1 {
    font-size: 25px;
    padding: 0px 0px 10px 40px;
    display: block;
    border-bottom:1px solid #E4E4E4;
    margin: -10px -15px 30px -10px;;
    color: #888;
}
.basic-grey h1&gt;span {
    display: block;
    font-size: 11px;
}
.basic-grey label {
    display: block;
    margin: 0px;
}
.basic-grey label&gt;span {
    float: left;
    width: 20%;
    text-align: right;
    padding-right: 10px;
    margin-top: 10px;
    color: #888;
}
.basic-grey input[type="text"], .basic-grey input[type="email"], .basic-grey textarea, .basic-grey select {
    border: 1px solid #DADADA;
    color: #888;
    height: 30px;
    margin-bottom: 16px;
    margin-right: 6px;
    margin-top: 2px;
    outline: 0 none;
    padding: 3px 3px 3px 5px;
    width: 70%;
    font-size: 12px;
    line-height:15px;
    box-shadow: inset 0px 1px 4px #ECECEC;
    -moz-box-shadow: inset 0px 1px 4px #ECECEC;
    -webkit-box-shadow: inset 0px 1px 4px #ECECEC;
}
.basic-grey textarea{
    padding: 5px 3px 3px 5px;
}
.basic-grey select {
    background: #FFF url('down-arrow.png') no-repeat right;
    background: #FFF url('down-arrow.png') no-repeat right);
    appearance:none;
    -webkit-appearance:none; 
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    width: 70%;
    height: 35px;
    line-height: 25px;
}
.basic-grey textarea{
    height:100px;
}
.basic-grey .button {
    background: #252525;
    border: none;
    padding: 10px 25px 10px 25px;
    color: #FFF;
    box-shadow: 1px 1px 5px #B6B6B6;
    border-radius: 3px;
    text-shadow: 1px 1px 1px #9E3F3F;
    cursor: pointer;
}
.basic-grey .button:hover {
    background: #CF7A7A
}
.g-recaptcha
{
    margin-left:22%;
}
._wco_recaptcha-error-message
{   
    margin-left:22%;
}
.basic-grey .button.submit
{   
    margin-left:22%;
}
.btn_fullreport {
    background: #013067;   
    padding: 0.5em;   
    border-radius: 4px;   
    text-decoration: none;   
    color: #fff;   
    border: 1px solid #CCC;
    margin: 1em 0;
    display: block;
    text-align: center;
}
/* Floating CTAs */
.floatingMenu {
    position: fixed;
    top: 210px;
    right: 0;
    z-index: 8884;
}
.floatingMenu ul li {
    list-style: none;
    display: block;
    margin-bottom: 3px;
}
.floatingMenu ul li a {
    text-decoration: none;
    width: 89px;
    text-align: center;
    display: inline-block;
    color: #005985;
    background-color: #fff;
    font-family: 'univers-cn';
    font-size: 12px;
    -webkit-transition: background-color .4s ease;
    -moz-transition: background-color .4s ease;
    -o-transition: background-color .4s ease;
    transition: background-color .4s ease;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
floatingMenu ul li a .fa {
    font-size: 30px;
    display: block;
    text-align: center;
}
.floatingMenu ul li a .fa-phone {
    font-size: 30px;
    display: block;
    text-align: center;
}
.fa-phone:before {
    content: "\f095";
}
.fa-check:before {
    content: "\f00c";
}
@media only screen and (min-width: 48.0625em){
    .floatingMenu ul li a {
        height: 80px;
        line-height: normal;
        display: table;
    }
    .floatingMenu ul li a span {
        display: table-cell;
        vertical-align: middle;
    }
    .floatingMenu ul li a .fa {
        padding-bottom: 5px;
    }
    
    .floatingMenu ul li a .fa-phone {
        padding-bottom: 2px;
    }
}
/*** Video **/
.global-btn {
    padding-left: 0;
    /*margin-top: 49px;*/
    width: 940px;
    margin: 40px auto 0;
}
.global-btn.white a {
    color: #ff9529;
    border-color: #005985;
    background-color: #fff;
}
.global-btn.white a:hover, .global-btn.white a:active 
{    
    color: #fff;
    background-color: #ff9529;
    cursor:pointer;
}
.global-btn a {
    position: relative;
    font-family: Arial;
    font-size: 0.9em;
    /*padding: 13px 29px 9px 55px;*/
    border-radius: 28px;
    background: #ffffff;
    padding: 10px 20px 10px 20px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: background-color .4s ease;
    outline: 0;
}
.global-btn.white a {
    border: 1px solid;
}
.global-btn a .fa-play-circle {
    font-size: 30px;
    position: absolute;
    left: 10px;
    top: 6px;
}
.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);
}
.fa-play-circle:before {
    /*content: "\f144";*/
}
.videoWrapper {
    position: fixed;
    width: 100%;
    height: inherit;
    left: 0;
    top: 0;
    z-index: 8888;
    display: none;
}
@media only screen and (min-width: 48.0625em){
    .heroImage-topics .videoWrapper iframe {
        min-height: 515px;
    }   
}
.videoWrapper iframe {
    width: 100%;
    height: inherit;
    background-color: #000;
}
.close-video {
    position: absolute;
    top: 11px;
    right: 95px;
    cursor: pointer;
    z-index: 9999;
}
@media (max-width: 767px){
    .global-btn 
    {
        width:35%;
    }
}
.joinopco-btn a{
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
   border-radius: 28px;
   font-family: Arial;
   font-size: 0.9em;
   background: #ffffff;
   padding: 10px 20px 10px 20px;
   border: solid #ff9526 1px;
   text-decoration: none;
   width: auto;
   float: right;
   margin: 10px;
}
.joinopco-btn a {
   text-decoration: none;
   color: #ff9529;
}
.joinopco-btn a:hover {
  background: #ff9529;
  text-decoration: none;
  color: #ffffff;
  display:block;
}
/*** Responsive Buttons **/
.toro-btn {
  display: inline-block; 
  vertical-align: top; 
  background-color: #002856; 
  padding: 0.5em 2em 0.5em 2em; 
  color: #ffffff !important; 
  text-align: center; 
  font-size: 1em;
  -webkit-border-radius: 10;
  -moz-border-radius: 10;
   border-radius: 10px;
   /*margin-right: 1em; espacio between buttons*/
   border: 1px solid #778692; 
}
.toro-btn a{
  text-decoration: none;   
  color: #ffffff !important; 
}
.toro-btn a:hover{
  color: #f38b00 !important;
  text-decoration: none;
  /*
  background-color: #6a8db5 !important;
  padding: 2em;
  font-size: 1em;
  -webkit-border-radius: 28;
  -moz-border-radius: 28;
   border-radius: 28px;
  display: inline-block; 
  vertical-align: top;
  */
}
/*** End of Responsive Buttons **/</pre></body></html>