/*! normalize.css v3.0.2 | 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.
 */

 html {
    font-family: sans-serif;
    /* 1 */
    -ms-text-size-adjust: 100%;
    /* 2 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
}

/**
   * Remove default margin.
   */

body {
    margin: 0;
}

/* HTML5 display definitions
     ========================================================================== */

/**
   * Correct `block` display not defined for any HTML5 element in IE 8/9.
   * Correct `block` display not defined for `details` or `summary` in IE 10/11
   * and Firefox.
   * Correct `block` display not defined for `main` in IE 11.
   */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
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.
   */

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.
   */

audio:not([controls]) {
    display: none;
    height: 0;
}

/**
   * Address `[hidden]` styling not present in IE 8/9/10.
   * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
   */

[hidden],
template {
    display: none;
}

/* Links
     ========================================================================== */

/**
   * Remove the gray background color from active links in IE 10.
   */

a {
    background-color: transparent;
}

/**
   * Improve readability when focused and also mouse hovered in all browsers.
   */

a:active,
a:hover {
    outline: 0;
}

/* Text-level semantics
     ========================================================================== */

/**
   * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
   */

abbr[title] {
    border-bottom: 1px dotted;
}

/**
   * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
   */

b,
strong {
    font-weight: bold;
}

/**
   * Address styling not present in Safari and Chrome.
   */

dfn {
    font-style: italic;
}

/**
   * Address variable `h1` font-size and margin within `section` and `article`
   * contexts in Firefox 4+, Safari, and Chrome.
   */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/**
   * Address styling not present in IE 8/9.
   */

mark {
    background: #ff0;
    color: #000;
}

/**
   * Address inconsistent and variable font size in all browsers.
   */

small {
    font-size: 80%;
}

/**
   * Prevent `sub` and `sup` affecting `line-height` in all browsers.
   */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

/* Embedded content
     ========================================================================== */

/**
   * Remove border when inside `a` element in IE 8/9/10.
   */

img {
    border: 0;
}

/**
   * Correct overflow not hidden in IE 9/10/11.
   */

svg:not(:root) {
    overflow: hidden;
}

/* Grouping content
     ========================================================================== */

/**
   * Address margin not present in IE 8/9 and Safari.
   */

figure {
    margin: 1em 40px;
}

/**
   * Address differences between Firefox and other browsers.
   */

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}

/**
   * Contain overflow in all browsers.
   */

pre {
    overflow: auto;
}

/**
   * Address odd `em`-unit font size rendering in all browsers.
   */

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, and Chrome.
   */

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */
}

/**
   * Address `overflow` set to `hidden` in IE 8/9/10/11.
   */

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/9/10/11, and Opera.
   * Correct `select` style inheritance in Firefox.
   */

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.
   */

button,
html input[type="button"],
/* 1 */
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */
}

/**
   * Re-set default cursor for disabled elements.
   */

button[disabled],
html input[disabled] {
    cursor: default;
}

/**
   * Remove inner padding and border in Firefox 4+.
   */

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.
   */

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.
   */

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`.
   */

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
   * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
   * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
   *    (include `-moz` to future-proof).
   */

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).
   */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
   * Define consistent border, margin, and padding.
   */

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/10/11.
   * 2. Remove padding so people aren't caught out if they zero out fieldsets.
   */

legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */
}

/**
   * Remove default vertical scrollbar in IE 8/9/10/11.
   */

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.
   */

optgroup {
    font-weight: bold;
}

/* Tables
     ========================================================================== */

/**
   * Remove most spacing between table cells.
   */

table {
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}


@font-face {
    font-family: 'century_schoolbook_t.regular';
    src: url('/files/13448/fonts/CenturySchoolbook-webfont.eot');
    src: url('/files/13448/fonts/CenturySchoolbook-webfont.eot?#iefix') format('embedded-opentype'), url('/files/13448/fonts/CenturySchoolbook-webfont.woff2') format('woff2'), url('/files/13448/fonts/CenturySchoolbook-webfont.woff') format('woff'), url('/files/13448/fonts/CenturySchoolbook-webfont.ttf') format('truetype'), url('/files/13448/fonts/CenturySchoolbook-webfont.svg#century_schoolbook_t.regular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'century_schoolbook_t.bold';
    src: url('/files/13448/fonts/CenturySchoolbook Bold-webfont.eot');
    src: url('/files/13448/fonts/CenturySchoolbook Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/files/13448/fonts/CenturySchoolbook Bold-webfont.woff2') format('woff2'), url('/files/13448/fonts/CenturySchoolbook Bold-webfont.woff') format('woff'), url('/files/13448/fonts/CenturySchoolbook Bold-webfont.ttf') format('truetype'), url('/files/13448/fonts/CenturySchoolbook Bold-webfont.svg#century_schoolbook_t.bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'century_schoolbook_t.normalIt';
    src: url('/files/13448/fonts/CenturySchoolbook Italic-webfont.eot');
    src: url('/files/13448/fonts/CenturySchoolbook Italic-webfont.eot?#iefix') format('embedded-opentype'), url('/files/13448/fonts/CenturySchoolbook Italic-webfont.woff2') format('woff2'), url('/files/13448/fonts/CenturySchoolbook Italic-webfont.woff') format('woff'), url('/files/13448/fonts/CenturySchoolbook Italic-webfont.ttf') format('truetype'), url('/files/13448/fonts/CenturySchoolbook Italic-webfont.svg#century_schoolbook_t.normalIt') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'century-schoolbookbold-italic';
    src: url('/files/13448/fonts/CenturySchoolbook BoldItalic-webfont.eot');
    src: url('/files/13448/fonts/CenturySchoolbook BoldItalic-webfont.eot?#iefix') format('embedded-opentype'), url('/files/13448/fonts/CenturySchoolbook BoldItalic-webfont.woff2') format('woff2'), url('/files/13448/fonts/CenturySchoolbook BoldItalic-webfont.woff') format('woff'), url('/files/13448/fonts/CenturySchoolbook BoldItalic-webfont.ttf') format('truetype'), url('/files/13448/fonts/CenturySchoolbook BoldItalic-webfont.svg#century-schoolbookbold-italic') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'questrialregular';
    src: url('/files/13448/fonts/Questrial-Regular-webfont.eot');
    src: url('/files/13448/fonts/Questrial-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/files/13448/fonts/Questrial-Regular-webfont.woff2') format('woff2'), url('/files/13448/fonts/Questrial-Regular-webfont.woff') format('woff'), url('/files/13448/fonts/Questrial-Regular-webfont.ttf') format('truetype'), url('/files/13448/fonts/Questrial-Regular-webfont.svg#questrialregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'josefin_sansregular';
    src: url('/files/13448/fonts/JosefinSans-Regular-webfont.eot');
    src: url('/files/13448/fonts/JosefinSans-Regular-webfont.eot?#iefix') format('embedded-opentype'), url('/files/13448/fonts/JosefinSans-Regular-webfont.woff2') format('woff2'), url('/files/13448/fonts/JosefinSans-Regular-webfont.woff') format('woff'), url('/files/13448/fonts/JosefinSans-Regular-webfont.ttf') format('truetype'), url('/files/13448/fonts/JosefinSans-Regular-webfont.svg#josefin_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'josefin_sanslight';
    src: url('/files/13448/fonts/JosefinSans-Light-webfont.eot');
    src: url('/files/13448/fonts/JosefinSans-Light-webfont.eot?#iefix') format('embedded-opentype'), url('/files/13448/fonts/JosefinSans-Light-webfont.woff2') format('woff2'), url('/files/13448/fonts/JosefinSans-Light-webfont.woff') format('woff'), url('/files/13448/fonts/JosefinSans-Light-webfont.ttf') format('truetype'), url('/files/13448/fonts/JosefinSans-Light-webfont.svg#josefin_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'josefin_sanssemibold';
    src: url('/files/13448/fonts/JosefinSans-SemiBold-webfont.eot');
    src: url('/files/13448/fonts/JosefinSans-SemiBold-webfont.eot?#iefix') format('embedded-opentype'), url('/files/13448/fonts/JosefinSans-SemiBold-webfont.woff2') format('woff2'), url('/files/13448/fonts/JosefinSans-SemiBold-webfont.woff') format('woff'), url('/files/13448/fonts/JosefinSans-SemiBold-webfont.ttf') format('truetype'), url('/files/13448/fonts/JosefinSans-SemiBold-webfont.svg#josefin_sanssemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'josefin_sansbold';
    src: url('/files/13448/fonts/JosefinSans-Bold-webfont.eot');
    src: url('/files/13448/fonts/JosefinSans-Bold-webfont.eot?#iefix') format('embedded-opentype'), url('/files/13448/fonts/JosefinSans-Bold-webfont.woff2') format('woff2'), url('/files/13448/fonts/JosefinSans-Bold-webfont.woff') format('woff'), url('/files/13448/fonts/JosefinSans-Bold-webfont.ttf') format('truetype'), url('/files/13448/fonts/JosefinSans-Bold-webfont.svg#josefin_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* html element 62.5% font-size for REM use */

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    text-rendering: optimizeLegibility;
}

.menu_content {
    top: 48px;
}

body {
    background: #929292;
    font-family: 'century_schoolbook_t.regular' !important;
    color: #929292;
    font-size: 13px !important;
}

p {
    line-height: 18px;
}

#content a:hover {
    cursor: pointer !important;
}

hr {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-image: none;
    border: 1px solid #eeeded;
}

h1,
h2,
h3,
h4,
h5,
h6,
#CustomTitle {
    font-family: 'josefin_sansregular';
}

h1.h1Lowercase {
    text-transform: none !important;
}

h1 {
    margin: 26px 0 0 0 !important;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    color: #266b95;
}

h1 {
    padding: 0 0 25px 0;
}

body.customsection11 h1 {
    margin: 0;
}


body.home h1 {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    margin: 0 0 0 4px !important;
    color: #266b95;
}

#HomePageText h1 {
    float: none;
    margin: auto;
    width: 100%;
}

h1 span.newANDevent {
    font-weight: 600;
}

body.home h1 {
    color: #194775 !important;
}

h2 {
    font-size: 21px;
    color: #316a8c;
    font-weight: normal;
    font-family: 'josefin_sanslight';
    padding: 10px 0 5px;
}

h1.remove {
    display: none;
}

body.market_watch h1.remove {
    display: block;
}

body.home h1.remove {
    display: block;
}


iframe {
    height: 400px;
    width: 540px;

}

iframe.market_watch {

    width: 98%;
}

#addthisContainer,
#bottom_navigation,
#slider,
#sidebar .module .toggle_sidebar_module,
body.market_watch #sidebar,
body.customsection8 #sidebar,
body.customsection1 #sidebar,
body.customsection13 #sidebar {
    display: none;
}

#container {
    width: 960px;
    margin: auto;
}

#wrapper li:before,
#wrapper_wSide li:before,
#wrapperCompass li:before {
    content: "Ã¢â‚¬Â¢ ";
    color: #336a8b;
    /* or whatever color you prefer */
}

ul {
    line-height: 22px;
    padding: 0 0 0 3px;
    list-style: none;
}

body.customsection12 li:before,
body.customsection1 li:before,
body.customsection13 li:before {
    content: none !important;
    color: none;
}

#FlexSliderContainer {
    background: url('/files/13448/slider_bg.jpg');
    margin: 0 auto 25px;
    max-width: 960px;
    width: 100%;
    height: 327px;
    padding: 12px 0 0 55px;
    box-shadow: none;
}

#sliderContainer {
    display: none;
}

#sliderContainer:after {
    display: none;
}

body.home #sidebar {
    float: left;
    margin: 6px 24px 0 30px;
    width: 200px;
    background: none;
}

body.customsection12 #sidebar,
body.customsection1 #sidebar {
    float: left;
    margin: 5px 24px -6px 0;
    width: 200px;
    background: none;
}

#sidebar {
    float: left;
    margin: 5px 24px -6px 35px;
    width: 200px;
    background: none;
}

#HomePageText {
    font-size: 14px;
}

p.Homepaege_Txt {
    padding: 0 45px 0 0;
    width: 699px;
    float: right;

}

#sidebar .module_content {
    background: #fff;
}

#sidebar td a,
#sidebar td a:hover {
    color: #777;
    text-decoration: none;
}

#sidebar .market_watch td {
    font-size: 8.2px;
    font-weight: normal !important;
    padding: 0 0 1px;
    white-space: nowrap;
}

#sidebar .market_watch p {
    text-transform: uppercase;
    padding: 4px 0 0;
    font-family: 'josefin_sansregular';
    font-weight: 600;
    font-size: 11px;
}

#sidebar .module h2 a,
#sidebar .module h2 a:hover {
    color: #fff;
    font-family: 'josefin_sansregular';
    font-size: 18px;
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
}

#sidebar .module h2 {
    padding: 9px 0 4px;
}

#sidebar .market_watch .text,
#sidebar .market_watch .down,
#sidebar .market_watch td,
#sidebar .market_watch .up {
    color: #646567;
}

#sidebar .market_watch .text {
    line-height: 10px;
}

#sidebar #contact_us.contact_info {
    display: none !important;
}

#sidebar #learning_center.learning_center {
    display: none !important;
}

#sidebar .market_watch p a {
    display: none;
    line-height: 15px;
}

#sidebar .market_watch p.note {
    font-size: 6px;
    text-transform: none !important;
    padding: 11px 0 0;
    line-height: 6px !important;
}

#sidebar .module {
    margin: 0.2em 0.7em 0;
}

#sidebar .module_content {
    background: none repeat scroll 0 0 #fff;
    padding: 3px 0 3px 8px;
    width: 177px;
}

#sidebar a {
    text-decoration: none;
}

.market_watch form {
    margin: 5px 0 6px;
    /*position: absolute;*/
}

input[type=submit] {
    background: url('/files/13448/button_MW.jpg');
    border: medium none;
    cursor: pointer;
    font-size: 9px;
    height: 25px;
    padding: 2px 3px;
    text-transform: uppercase;
    width: 85px;
}

#marketWatch h2 span.mbold,
#AccessAcct span.mbold {
    font-weight: 600;
}

#sidebar #marketWatch {
    background: url('/files/13448/market_watchBG.jpg');
    display: block !important;
    /*height: 206px;*/
    margin: 11px 0 0 5px;
    padding: 0 0 0 9px;
    width: 206px;
    -webkit-box-shadow: '' -1px 3px 4px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: '' -1px 3px 4px 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: '' -1px 3px 4px 1px rgba(0, 0, 0, 0.3);
    box-shadow: '' -1px 3px 4px 1px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 3px 4px 1px rgba(0, 0, 0, 0.3);
}

#AccessAcct {
    background: url('/files/13448/yourAccount_btn.jpg');
    color: #fff;
    font-family: "josefin_sanslight";
    font-size: 18px;
    height: 47px;
    line-height: 19px;
    padding: 4px 0 5px 9px;
    margin: 0 0 0 5px;
    width: 200px;
    -webkit-box-shadow: '' -1px 3px 4px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: '' -1px 3px 4px 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: '' -1px 3px 4px 1px rgba(0, 0, 0, 0.3);
    box-shadow: '' -1px 3px 4px 1px rgba(0, 0, 0, 0.3);
    box-shadow: -1px 3px 4px 1px rgba(0, 0, 0, 0.3);
}

body.customsection1 #AccessAcct {
    background: none;
    box-shadow: -1px 3px 4px 1px rgba(0, 0, 0, 0.3);
    color: #fff;
    height: 46px;
    margin: 70px 0 0;
    padding: 0;
    width: 176px;
}

#AccessAcct a,
#AccessAcct a:hover {
    color: #fff !important;
    text-decoration: none;
}

#AccessSecTwo h1 {
    padding: 0 0 21px 0;
    margin: 0 !important;
    font-size: 21px;
    font-weight: 600;
}

body.customsection1 h1 {
    font-family: "josefin_sanslight";
    text-transform: uppercase;
    font-weight: normal;
    text-decoration: none;
    color: #266b95;
}

#AccessTitles ul {
    list-style: none;
    color: #266b95;
    font-size: 18px;
}

#AccessTitles li {
    display: inline;
    list-style-type: none;
    font-family: "josefin_sanslight";
    float: left;
    padding: 0 52px 0 0;
}

#AccessTitles span.lowFem {
    text-transform: none;
}

#AccessTitles h1 {
    margin: 0 !important;
    font-size: 15px;
    font-family: 'josefin_sanssemibold';
    padding: 0;
}

p.emailLink {
    padding: 18px 0 0;
}

/*----------- HEADER ----------------*/

#headerContainer {
    background: #fff !important;
    width: 960px;
    margin: auto;
}

#header .header_masthead {
    margin-bottom: none !important;
}

#header,
#navigationContainer {
    background: none;
}

#header h3 {
    font-size: 15px;
    font-family: 'century_schoolbook_t.normalIt';
    padding: 27px 32px 0 0;
    color: #696969;
}

#header .titles {
    width: 490px;
    float: right;
}

#header a {
    width: 493px;
    height: 107px;
}

#header .header_masthead {
    border: none;
}

/*----------- NAVIGATION ----------------*/
#navigation {
    background: url('/files/13448/nav_bg.jpg');
    font-family: 'josefin_sanslight';
    font-size: 14.5px;
    font-weight: normal !important;
    letter-spacing: 0.4px;
    padding: 0 0 0 34px;
}

#navigation ul {
    font-size: 14.5px !important;
    font-weight: normal !important;
    letter-spacing: 0.4px !important;
    padding: 0 0 0 21px;
}

#navigation a {
    padding: 13px 0px 11px 18px;
}

#navigation li.home a {
    background: none;
    min-width: 0;
    text-indent: 0;
}

#navigation li.access_account a {
    font-family: 'josefin_sanssemibold' !important;
}

#navigation a:hover,
body.home li.home a,
body.customsection12 li.about_us>a,
body.customsection11 li.services>a,
body.customsection1 li.access_account a,
body.market_watch li.market_watch>a,
body.market_watch_subpage li.market_watch>a,
body.customsection8 li.news a,
body.customsection13 li.contact_us a {
    background: none;
    color: #fff;
    text-decoration: underline !important;
}

#navigation a:focus {
    text-decoration: none !important;
    background: none;
}

#navigation .menu_content a,
#navigation .menu_content a:hover {
    background: none repeat scroll 0 0 #787878;
    font-weight: 600;
    margin: -2px 0 0;
    border: none;
}

a.anchorLink {
    text-decoration: none !important;
    display: block;
}

#navigation ul ul {
    background: #666;
    opacity: 0.9;
    filter: alpha(opacity=50);
}

a.better-active {
    text-decoration: none;
    .
}

/*----------- CONTENT ----------------*/
#contentContainer {
    border-top: none;
}

#content {
    width: 100%;
    float: right;
    padding: 18px 0 0 21px;
}

body.market_watch #content {
    padding: 18px 41px 0;
}

body.customsection8 #content p {
    color: #000;
}

p.regGray {
    color: #777 !important;
}

/*--- about us & services ---*/
body.customsection12 #content,
body.customsection11 #content {
    width: 100%;
    float: right;
    padding: 0;
}

body.customsection1 #content,
body.customsection13 #content {
    padding: 0;
    float: none;
    margin: 0;
}

body.customsection12 #CustomContent,
body.customsection11 #CustomContent,
body.customsection1 #CustomContent,
body.customsection13 #CustomContent {
    width: 100%;
    padding: 0;
}

body.customsection12 #CustomTitle,
body.customsection11 #CustomTitle,
body.customsection8 #CustomTitle,
body.customsection1 #CustomTitle,
body.customsection1 #CustomTitle,
body.customsection13 #CustomTitle {
    display: none;
}

#wrapper {
    padding: 16px 26px 22px 35px;
    overflow: hidden;
    max-width: 960px;
    width: 100%;
}

#wrapperMobile {
    display: none;
}



#wrapperCompass {
    background: url('/files/13448/smallCompass.jpg') no-repeat;
    padding: 16px 47px 22px 35px;
    background-position: bottom right;
    overflow: hidden;
}

body.customsection12 #wrapper {
    padding: 18px 28px 22px 35px;
    overflow: hidden;
}

#wrapper p.paragraphApproach {
    width: 51%;
    float: right;
    margin: 0px 46px 0 0;
}

#wrapper p.paragraphApproachQT {
    float: left;
    font-size: 16px;
    font-family: 'century_schoolbook_t.normalIt';
}

#wrapper_wSide {
    padding: 0 47px 16px 35px;
}

#CustomContent {
    padding: 0 34px;
}

#wrapper ul.famWealthPlan {
    margin: 4px 88px 0 0;
    padding: 0;
    float: left;
}

/*---- home ----*/
body.home #content {
    width: 100%;
    float: right;
    padding: 0px !important;
    max-width: 960px;
}

table.eme_block {
    width: 100%;
    max-width: 960px;
}

#QuoteBoxIndex {
    background: url('/files/13448/indexGroup.jpg');
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 0px 0px 0px 58px;
    height: 450px;
    border-bottom: 1px solid #194775;
    float: left;
    width: 100%
}

p.Quotesmall {
    font-size: 13px;
    line-height: 24px;
    margin: -27px 0 0 55px;
    width: 305px;
    font-family: 'century_schoolbook_t.bold';
}

blockquote {
    color: #777;
    font-family: 'century_schoolbook_t.regular';
    font-size: 22px;
    font-weight: normal;
    line-height: 31px;
    margin: 0.25em 0;
    padding: 0.25em 51px;
    position: relative;
    width: 594px;
}

blockquote:before {
    font-family: Georgia, serif;
    display: block;
    content: "\201C";
    font-size: 130px;
    left: -17px;
    letter-spacing: -19px;
    position: absolute;
    top: 50px;
    color: #3f6a83;
}

blockquote cite {
    font-weight: normal;
    color: #777;
    font-size: 14px;
    display: block;
    margin-top: 5px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

#AdvisoryBoardOne {
    margin: auto;
    padding: 23px 0 0;
    overflow: hidden;
    float: left;
    width: 100%;
}

#BoxContentDesktop ul {
    overflow: hidden;
}

#BoxContentDesktop ul li {
    width: 33.3%;
    float: left;
    padding: 0 0 15px 10px;
    text-align: center;
    line-height: 15px;
}


#BoxContentDesktop ul li i {
    font-size: 12px;

}

#AdvisoryBoardOne h1.advisoryBoard {
    text-decoration: underline;
    color: #366a89;
    text-align: center;
}

#BoxContentDesktop {
    overflow: hidden;
    display: block;
}


#AdvisoryBoardOne li span.IndexBoldNames {
    font-family: 'century_schoolbook_t.bold';
    font-size: 11px !important;
}

#cn_container,
#cn_container:after {
    margin: 0;
}

.about_usIMG {
    float: right;
    padding: 0 0 15px 15px;
}

.servicesIMG {
    float: right;
    margin: 0 25px 0 25px;
}

.serv_2nd {
    float: left;
    margin: 25px 32px 24px 0;
}

.chartIMG {
    float: left;
    padding: 0 15px 0 0;
    margin: 0;
}

#AccessSecTwo {
    float: left;
    padding: 0 25px 0 0;
    width: 52%;
}

td.eme_block {
    padding: 0;
}

#teamLine {
    padding: 0;
}

#teamLine ul {
    list-style: none !important;
    padding: 0 0 20px !important;
    margin: 0 0 0 30px;
}

#teamLine ul li {
    display: inline-block;
    width: 31%;
    margin: 0 0 0 10px;
    vertical-align: top;
}

#teamLine ul.thirdRow {
    background: url('/files/13448/teamCompass.jpg') no-repeat;
    background-position: right bottom;
    width: 923px;
    overflow: hidden;
}

#teamLine h1 {
    font-size: 13px;
    font-family: 'josefin_sanssemibold';
    padding: 19px 0 0 0;
    margin: 0 !important;
}

#teamLine p.emailLink {
    font-size: 16px !important;
    font-family: "josefin_sanslight";
    color: #266B95;
}

#teamLine span.TeamName {
    font-size: 15.5px !important;
    font-family: "josefin_sanslight";
    font-style: italic;
    text-transform: none;
}

#teamLine a {
    font-size: 12px;
    color: #2e6a8f;
    font-family: "josefin_sanslight";
}

#teamLine a.emailLink {
    font-size: 16px;
    text-decoration: none;
    color: #2e6a8f;
    font-family: "josefin_sanslight";
}

#teamLine a.emailLink:hover {
    cursor: hand;
}

#teamLine a.moreModal:hover {
    font-weight: bold;
    color: #2e6a8f;
}

#teamLine p {
    font-size: 12px;
    color: #b4b4b4;
    width: 237px;
    padding: 7px 2px 6px;
}

#teamLine p.marieP {
    font-size: 11px;
    color: #b4b4b4;
    width: 266px;
    padding: 7px 1px 6px;
}

#teamLine p.LizParagh {
    padding: 7px 1px 6px;
}

#teamLine span.lowFem {
    text-transform: none;
}

li.LizWrapperLi {
    margin: 0 0 0 -8px !important;
}

ul.firstServList {
    list-style-position: inside;
    font-size: 13px;
    line-height: 22px;
    padding: 0 0 3em 1em;
    text-indent: -1em;
    padding-left: 1em;
}

#wrapper h2.famWealthPlanH2 {
    padding: 22px 0 0;
    width: 100%;
}

#imgACC {
    width: 52%;
    padding: 0 60px 0 0;
    font-family: 'josefin_sanslight';
    font-size: 17px;
}

#AccessSecTwo p {
    line-height: 23px;
    font-family: 'josefin_sanslight';
    font-size: 18px;
}

#contactUsIMG {
    overflow: hidden;
    width: 352px;
    height: 305px;
    float: left;
}

#contactUsIMG .img1_cont {
    margin-top: 20px;
}

#contactUsIMG .img2_cont {
    display: none;
}


#contactUs_para {
    float: left;
    width: 507px;
}

#contactUs_para h1 {
    margin: 26px 0 4px !important;
}

#contactUs_para p {
    font-size: 13px;
    font-family: 'century_schoolbook_t.regular';
}


ul.contactUsList {
    width: 290px;
    float: left;
}

ul.contactUsList2 {
    width: 246px;
    float: left;
}


ul.contactUsList3 {
    width: 290px;
    float: left;
}

ul.office {
    display: none;
}


Box {
    display: none;
}

ul.contactUsList3 p {
    font-family: 'century_schoolbook_t.regular';
    font-size: 13px;
}


ul.contactUsListTwo {
    width: 290px;
    padding: 0 53px 0 0;
    float: left;
}

span.BoldTitles {
    font-size: 17px;
    font-family: 'josefin_sanssemibold' !important;
    color: #5884a2;
}

span.BoldTitles2 {
    font-size: 17px;
    font-family: 'josefin_sanssemibold';
    color: #2c6b91;
}

li.numbers {
    font-family: 'century_schoolbook_t.normalIt';
    font-size: 14px;
}

h2.contacth2,
#MapArea_form h2 {
    font-size: 24px;
    color: #5884a2;
    font-family: 'josefin_sanssemibold' !important;
    margin: 0;

}

#MapArea_form h2 {
    padding: 0 0 23px 0;
}


p.italicParagraph {
    font-family: 'century_schoolbook_t.normalIt';
    font-size: 14px;
}

li.centerLi {
    text-align: center;
    margin: 0 50px 31px 0;
}

span.office {
    font-family: 'josefin_sanslight';
    font-style: italic;
    font-size: 18px;
    color: #5884a2;
}

#content ul.contactUsList3 h3 {
    color: #2c6b91;
    font-family: 'josefin_sanssemibold' !important;
    margin: 0 !important;
    font-size: 19px;
}

#content ul.contactUsListTwo h3 {
    color: #2c6b91;
    font-family: 'josefin_sanssemibold' !important;
    margin: 0 !important;
    font-size: 18px;
}

#MapArea_form {
    float: right;
    font-family: "century_schoolbook_t.normalIt";
    font-size: 13px;
    width: 580px;
    padding: 35px 0 0 0;
}

body.customsection13 #Line {
    float: left;
}

body.customsection13 #wrapper {
    float: left;
    padding: 35px 26px 22px 35px;
    overflow: hidden;
    max-width: 335px;
    width: 100%;
}

.contactIMGbar {
    text-align: center;
    margin: 22px -4px 10px;
}

li.schVisit {
    margin: 0;
}

fieldset {
    margin: 55px 0 0 -10px;
    border: none;
}

.textField {
    background: #dfdfdf;
    height: 29px;
    width: 253px;
    border: none;
    box-shadow: none !important;
}

.textField2 {
    background: #dfdfdf;
    height: 132px !important;
    width: 489px !important;
    border: none;
    box-shadow: none !important;
}

p.formText {
    color: #266b95;
    font-family: "josefin_sanssemibold" !important;
    font-size: 16px !important;
    margin: 10px 0 0;
}

body.customsection13 input[type="submit"] {
    background: url('/files/13448/formbutton.png');
    background-repeat: no-repeat border: medium none !important;
    cursor: pointer;
    height: 44px !important;
    width: 162px;
    margin: 20px 0 0;
    font-size: 0;
    text-decoration: none !important;
}

li.site_map_link {
    display: none;
}


#content a:hover,
#content a:focus {
    color: #316a8c;
}


img.newsIMG {
    float: left;
    margin: 0 0 9px 0;
    border: 3px solid #266b95;
}

#newsImg1 {
    float: left;
    margin: 0 30px 0 0;
}

ul.visitBox {
    display: none;
}

#theform {
    padding: 45px 0;
}

p.picCAP {
    font-family: "josefin_sanslight";
    font-size: 17px !important;
    font-style: italic;
    text-transform: none;
    color: #266b95 !important;
    text-align: center;
}


body.customsection8 h1.h1Lowercase {
    padding: 0 0 13px;
    text-transform: none !important;
}


h2.smallerh2News {
    font-family: 'century_schoolbook_t.bold';
    font-size: 12px;
    color: #000;
}

.hangingindent {
    padding-left: 0;
    text-indent: 18px;
}

span.signa {
    font-weight: 600;
    font-size: 14px;
}

.market_watch form+p {
    display: none;
}

/*----------- CONTACT FORM ----------------*/
body,
input,
textarea {
    font-size: 12px;
    line-height: 18px;
    font-family: Verdana, Geneva, sans-serif;
}

body.customsection13 input {
    width: 200px;
}

.submit {
    width: 120px;
}

#error {
    color: #e11717;
    font-family: "josefin_sanssemibold" !important;
    font-size: 15px !important;
    display: none;
}

.needsfilled {
    background: #dfdfdf;
    height: 29px;
    width: 253px;
    border: none;
    box-shadow: none !important;
}

.showError {
    display: none;
    color: red;
}

/*----------- FOOTER ----------------*/
#footerContainer {
    background: none repeat scroll 0 0 #fff;
}

#footer_blue {
    background: url('/files/13448/blue_footer_bg_2.jpg');
    color: #fff;
    width: 960px;
    text-align: center;
    padding: 27px 48px;
    overflow: hidden;
}

#footer_blue p.headline_one {
    font-size: 18px;
    font-family: 'century_schoolbook_t.normalIt';
}

#footer_blue p.infoblue {
    font-size: 13px;
    font-family: 'century_schoolbook_t.regular';
}

#footer {
    background: url('/files/13448/footer.jpg') !important;
    color: #696969;
    font-size: 11px;
    padding: 30px 48px;
    text-align: center;
    width: 100% !important;
    max-width: 960px !important;
    filter: none !important;
    overflow: hidden;
}

#footer .section {
    max-width: 960px !important;
}

.Line {
    background: url('/files/13448/line_breakIMG.jpg');
    background-repeat: repeat-x;
    width: 100%;
    height: 12px;
    clear: both;
}

#footerOneLinks {
    padding: 40px 0;
    text-align: center;
}

body.home #footerOneLinks h1 {
    margin: 26px 0 0 !important;
}

#footerOneLinks ul {
    list-style: none !important;
    color: #b1b1b !important;
    line-height: 20px !important;
    padding: 0 0 0 40px !important;
}

#footerOneLinks ul li {
    display: inline-block;
    width: 218px;
    text-align: center;
    margin: 0 34px 0 0;
}

#footerOneLinks h1,
#footerOneLinks a {
    font-size: 14px;
    color: #2e6a8f;
    text-transform: uppercase;
    font-family: "josefin_sanslight";
}

#footerOneLinks a:hover {
    font-weight: bold !important;
}

#footerOneLinks p {
    font-size: 11px;
}

#FooterQuote {
    font-family: 'century_schoolbook_t.regular';
    border-top: 1px solid #3b6985;
    border-bottom: 1px solid #3b6985;
    font-size: 19px;
    margin: 55px 127px;
    padding: 31px 0 10px 26px;
    text-align: center;
    width: 707px;
}

body.customsection12 #FooterQuote {
    border-bottom: 1px solid #3b6985;
    border-top: 1px solid #3b6985;
    font-family: "century_schoolbook_t.regular";
    font-size: 19px;
    margin: 55px 68px;
    padding: 31px 0 10px;
    text-align: center;
    width: 813px;
}

body.customsection11 #FooterQuote {
    border-bottom: 1px solid #3b6985;
    border-top: 1px solid #3b6985;
    font-family: "century_schoolbook_t.regular";
    font-size: 19px;
    margin: 55px 68px;
    padding: 31px 0 10px;
    text-align: center;
    width: 813px;
}

body.customsection8 #FooterQuote {
    border-bottom: 1px solid #3b6985;
    border-top: 1px solid #3b6985;
    font-family: "century_schoolbook_t.regular";
    font-size: 19px;
    margin: 55px 106px;
    padding: 31px 0 10px;
    text-align: center;
    width: 730px;
}

#FooterQuote p {
    line-height: 23px;
}

#FooterQuote span.marieZil {
    font-size: 13px;
    font-family: 'century_schoolbook_t.normalIt';
}

#specialDisclaimer {
    display: none;
}

.customsection13 #specialDisclaimer {
    display: block;
}

/*
   * jQuery FlexSlider v2.3.0
   * http://www.woothemes.com/flexslider/
   *
   * Copyright 2012 WooThemes 
   * Free to use under the GPLv2 license.
   * http://www.gnu.org/licenses/gpl-2.0.html
   *
   * Contributing author: Ville RistimÃƒÂ¤ki (@villeristi)
   * 
   */
/* ====================================================================================================================
   * FONT-FACE
   * ====================================================================================================================*/
@font-face {
    font-family: 'flexslider-icon';
    src: url('/files/51252/flexslider-icon.eot');
    src: url('/files/51252/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('/files/51252/flexslider-icon.woff') format('woff'), url('/files/51252/flexslider-icon.ttf') format('truetype'), url('/files/51252/flexslider-icon.svg#flexslider-icon') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* ====================================================================================================================
   * RESETS
   * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover,
.flex-container a:focus,
.flex-slider a:focus {
    outline: none;
}

.slides,
.flex-control-nav,
.flex-direction-nav {
    margin: 0;
    padding: 0;
    list-style: none;
}

.flex-pauseplay span {
    text-transform: capitalize;
}

/* ====================================================================================================================
   * BASE STYLES
   * ====================================================================================================================*/
.flexslider {
    margin: 0;
    padding: 0;
}

.flexslider .slides>li {
    display: none;
    -webkit-backface-visibility: hidden;
}

.flexslider .slides img {
    width: 100%;
    display: block;
}

.flexslider .slides:after {
    content: "\0020";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clear {
    clear: both;
}

html[xmlns] .flexslider .slides {
    display: block;
}

* html .flexslider .slides {
    height: 1%;
}

.no-js .flexslider .slides>li:first-child {
    display: block;
}

/* ====================================================================================================================
   * DEFAULT THEME
   * ====================================================================================================================*/
.flexslider {
    margin: 0;
    max-width: 852px;
    width: 100%;
    background: #fff;
    border: 0;
    position: relative;
    zoom: 1;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0;
    -webkit-box-shadow: '' -7px 8px 4px 1px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: '' -7px 8px 4px 1px rgba(0, 0, 0, 0.3);
    -o-box-shadow: '' -7px 8px 4px 1px rgba(0, 0, 0, 0.3);
    box-shadow: '' -7px 8px 4px 1px rgba(0, 0, 0, 0.3);
    box-shadow: -7px 8px 4px 1px rgba(0, 0, 0, 0.3);
}

.flexslider p.sliderQuote {
    color: #fff;
    height: 200px;
    line-height: 20px;
    position: absolute;
    right: 28px;
    top: 105px;
    width: 27%;
    font-size: 19px;
    font-family: 'josefin_sansregular';
}

.flexslider span.Qname {
    font-size: 13px;
    font-style: italic;
}

.flexslider .slides {
    zoom: 1;
}

.flex-viewport {
    max-height: 2000px;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.loading .flex-viewport {
    max-height: 300px;
}

.carousel li {
    margin-right: 5px;
}

.flex-direction-nav {
    *height: 0;
}

.flex-direction-nav a {
    text-decoration: none;
    display: block;
    width: 40px;
    height: 40px;
    margin: -20px 0 0;
    position: absolute;
    top: 50%;
    z-index: 10;
    overflow: hidden;
    opacity: 0;
    cursor: pointer;
    color: #fff;
    text-shadow: none;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.flex-direction-nav a:before {
    font-family: "flexslider-icon";
    font-size: 40px;
    display: inline-block;
    content: '\f001';
    padding-top: 21px;
}

.flex-direction-nav a.flex-next:before {
    content: '\f002';
    display: none;
}

.flex-direction-nav .flex-prev {
    left: 0px;
    font-size: 0px;
    display: none;
}

.flex-direction-nav .flex-next {
    right: 0px;
    text-align: right;
    font-size: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev {
    opacity: 0.7;
    left: 10px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
    opacity: 1;
}

.flexslider:hover .flex-direction-nav .flex-next {
    opacity: 0.7;
    right: 10px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
    opacity: 1;
}

.flex-direction-nav .flex-disabled {
    opacity: 0 !important;
    filter: alpha(opacity=0);
    cursor: default;
}

.flex-pauseplay a {
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    bottom: 5px;
    left: 10px;
    opacity: 0.8;
    z-index: 10;
    overflow: hidden;
    cursor: pointer;
    color: #000;
}

.flex-pauseplay a:before {
    font-family: "flexslider-icon";
    font-size: 20px;
    display: inline-block;
    content: '\f004';
}

.flex-pauseplay a:hover {
    opacity: 0;
}

.flex-pauseplay a .flex-play:before {
    content: '\f003';
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: -40px;
    text-align: center;
    display: none;
}

.flex-control-nav li {
    margin: 0 6px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    width: 11px;
    height: 11px;
    display: block;
    background: #666;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    text-indent: -9999px;
    -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.flex-control-paging li a:hover {
    background: #333;
    background: rgba(0, 0, 0, 0.7);
}

.flex-control-paging li a.flex-active {
    background: #000;
    background: rgba(0, 0, 0, 0.9);
    cursor: default;
}

.flex-control-thumbs {
    margin: 5px 0 0;
    position: static;
    overflow: hidden;
}

.flex-control-thumbs li {
    width: 25%;
    float: left;
    margin: 0;
}

.flex-control-thumbs img {
    width: 100%;
    display: block;
    opacity: .7;
    cursor: pointer;
    -webkit-transition: all 1s ease;
    -moz-transition: all 1s ease;
    -ms-transition: all 1s ease;
    -o-transition: all 1s ease;
    transition: all 1s ease;
}

.flex-control-thumbs img:hover {
    opacity: 1;
}

.flex-control-thumbs .flex-active {
    opacity: 1;
    cursor: default;
}

/* ====================================================================================================================
   * RESPONSIVE
   * ====================================================================================================================*/
@media screen and (max-width: 860px) {
    .flex-direction-nav .flex-prev {
        opacity: 1;
        left: 10px;
    }

    .flex-direction-nav .flex-next {
        opacity: 1;
        right: 10px;
    }
}

/* CSS Document */


/* ====================================================================================================================
   * MODAL
   * ====================================================================================================================*/

.close {
    float: none;
    font-size: 30px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    filter: alpha(opacity=20);
    opacity: .2
}

.close:focus,
.close:hover {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5
}

button.close {
    -webkit-appearance: none;
    position: absolute;
    padding: 0;
    cursor: pointer;
    background: 0 0;
    border: 0;
    z-index: 9999;
    top: 0;
    right: 10px;
}

.modal-open {
    overflow: hidden
}

.modal {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    display: none;
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    transition: transform .3s ease-out;
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

#BioCopy {
    padding: 48px 78px;
}

#BioCopy p {
    font-family: 'josefin_sanslight';
    font-size: 26px;
    line-height: 32px;
    padding: 0.4px;
    font-weight: normal;
    letter-spacing: -0.3px;
}

span.BioBold {
    font-family: 'josefin_sanssemibold';
    font-weight: normal;
}

p.contactBioNm {
    color: #266b95;
    text-align: right;
    font-family: 'josefin_sanslight';
    font-weight: normal;
}

img.popImage {
    width: 100%;
}

.modal-content {
    position: relative;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
    width: 100%;
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    filter: alpha(opacity=0);
    opacity: 0
}

.modal-backdrop.in {
    filter: alpha(opacity=50);
    opacity: .5
}

.modal-header {
    min-height: 16.43px;
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 0;
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn+.btn {
    margin-bottom: 0;
    margin-left: 5px
}

.modal-footer .btn-group .btn+.btn {
    margin-left: -1px
}

.modal-footer .btn-block+.btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

#teamLine a.modalLink {
    text-decoration: none;
    font-size: 13px;
    font-family: 'josefin_sanssemibold';
}

/* SLICKNAV */
.slicknav_menu {
    display: none;
}

.slicknav_btn {
    position: relative;
    display: block;
    vertical-align: middle;
    float: right;
    padding: 0.438em 0.625em 0.438em 0.625em;
    line-height: 1.125em;
    cursor: pointer;
}

.slicknav_menu .slicknav_menutxt {
    font-family: 'josefin_sanssemibold';
    display: block;
    line-height: 1.188em;
    float: left;
}

.slicknav_menu .slicknav_icon {
    float: left;
    margin: 0.188em 0 0 0.438em;
}

.slicknav_menu .slicknav_no-text {
    margin: 0;
}

.slicknav_menu .slicknav_icon-bar {
    display: block;
    width: 1.125em;
    height: 0.125em;
    -webkit-border-radius: 1px;
    -moz-border-radius: 1px;
    border-radius: 1px;
}

.slicknav_btn .slicknav_icon-bar+.slicknav_icon-bar {
    margin-top: 0.188em;
}

.slicknav_nav {
    clear: both;
}

.slicknav_nav li div {
    padding: 0 20px;
}

.slicknav_nav ul,
.slicknav_nav li {
    display: block;
}

.slicknav_nav .slicknav_arrow {
    font-size: 10px;
    margin: 0 0 0 0.4em;
    font-family: arial;
}

.slicknav_nav .slicknav_item {
    cursor: pointer;
}

.slicknav_nav .slicknav_row {
    display: block;
}

.slicknav_nav a {
    display: block
}

.slicknav_nav a:focus,
.slicknav_nav a:hover {
    text-decoration: underline;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    display: inline;
}

.slicknav_menu:before,
.slicknav_menu:after {
    content: " ";
    display: table;
}

.slicknav_menu:after {
    clear: both;
}

.slicknav_menu {
    *zoom: 1;
}

.slicknav_menu {
    font-size: 16px;
}

.slicknav_nav .menu_content,
.slicknav_parent>ul {
    background: none repeat scroll 0 0 #337ba6 !important;
    padding-left: 10px;
}

/* Button */
.slicknav_btn {
    margin: 0;
    text-decoration: none;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    background: #2c6b90;
    border: none;
}

/* Button Text */
.slicknav_menu .slicknav_menutxt {
    color: #fff;
    font-family: 'josefin_sanssemibold';
}

/* Button Lines */
.slicknav_menu .slicknav_icon-bar {
    background: #fff;
}

.slicknav_menu {
    /*background: #FFF;*/
    padding: 20px;
}

.slicknav_nav {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 0.875em;
    background: #266b95;
}

.slicknav_nav,
.slicknav_nav ul {
    list-style: none;
    overflow: hidden;
    text-align: left;
}

.slicknav_nav ul {
    padding: 0;
    margin: 0 0 0 0px;
}

.slicknav_nav .slicknav_row {
    padding: 5px 10px;
    margin: 2px 5px;
}

.slicknav_nav a {
    font-size: 15px;
    padding: 5px 10px;
    margin: 2px 5px;
    text-decoration: none;
    font-family: 'josefin_sanslight';
    text-transform: uppercase;
    font-weight: 600;
}

.slicknav_nav .slicknav_item a,
.slicknav_nav .slicknav_parent-link a {
    padding: 0;
    margin: 0;
}

/*.slicknav_nav .slicknav_row:hover { background: #083559; color: #fff; }*/
.slicknav_nav a:hover {
    background: none !important;
    color: #fff !important;
    text-decoration: underline;
}

.slicknav_nav .slicknav_txtnode {
    margin-left: 15px;
}

.slicknav_open {
    display: block !important;
}


@media (min-width:768px) {
    .modal-dialog {
        width: 100%;
        margin: 30px auto;
        max-width: 960px;
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, .5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width:992px) {
    .modal-lg {
        width: 900px
    }
}

@media only screen and (max-width: 975px) {
    #header {
        padding: 0;
    }

    #sidebar .market_watch table .title a {
        display: block;
    }

    ul.contactUsList {
        float: left;
        max-width: 276px;
        width: 100%;
    }


    ul.contactUsListTwo {
        float: left;
        max-width: 276px;
        width: 100%;
    }

}

@media only screen and (max-width : 940px) {

    #header .titles {
        float: left;
        margin: 10px 0 0 37px;
        width: 490px;
    }

    #sliderContainer {
        display: none;
    }

    #sliderContainer:after {
        display: none;
    }

    #container {
        width: 100%;
    }

    #headerContainer {
        width: 100%;
        background: none;
    }

    #navigation {
        background: url("/files/13448/nav_bg.jpg") repeat scroll 0% 0% transparent;
        font-family: "josefin_sanslight";
        font-size: 14.5px;
        font-weight: normal !important;
        letter-spacing: 0.4px;
        padding: 0px 0px 0px 10px;
    }

    #navigation a {
        padding: 13px 0px 11px 18px;
    }


    #navigation ul {
        font-size: 12px !important;
        padding: 0 0 0 15px;
    }

    body.home #sidebar {

        margin: 6px 33px 0px 30px;
    }

    #wrapper h2.famWealthPlanH2 {
        padding: 22px 0 0;
        width: 50%;
    }

    #HomePageText h1 {
        float: none;
        margin: auto;
        width: 100%;
    }


    #HomePageText h1 {
        float: none;
        margin: auto;
        width: 100%;
    }



    p.Homepaege_Txt {
        float: none;
        width: 100%;
        padding: 20px 36px;
    }


    #FooterQuote {
        border-bottom: 1px solid #3b6985;
        border-top: 1px solid #3b6985;
        font-family: "century_schoolbook_t.regular";
        font-size: 19px;
        margin: 27px auto;
        padding: 31px 0 10px 26px;
        text-align: center;
        width: 100%;
    }

    #QuoteBoxIndex {
        padding: 0 0 0 8px !important;
    }

    #wrapper ul.famWealthPlan {
        float: left;
        padding: 0;
        width: 100%;
    }

    body.customsection11 #FooterQuote,
    body.customsection12 #FooterQuote {
        margin: 55px auto;
        width: 100%;
    }




    #wrapper p.paragraphApproach {
        float: none;
        margin: 0 40px 0 0;
        width: 100%;
    }

    h1,
    #CustomTitle {
        width: 100%;
    }

    #wrapper p.paragraphApproach {
        float: none;
        margin: 0 40px 0 0;
        width: 100%;
    }


    teamLine ul li {
        border-bottom: none !important margin: auto;
        overflow: hidden;
        padding: 14px;
        text-align: left !important;
        width: 30% !important;
    }

    #teamLine p {
        color: #b4b4b4;
        font-size: 11px;
        padding: 7px 1px 6px;
        width: 100%;
    }

    #wrapper ul.famWealthPlan {
        float: left;
        padding: 0;
    }

    #footer_blue {
        width: 100%;
    }

    #footerOneLinks {
        margin: auto;
        padding: 40px 0;
        text-align: center;
    }

    blockquote:before {

        font-size: 109px;
    }

    blockquote {
        font-size: 19px;
    }

    p.Quotesmall {
        font-size: 12px;
        width: 42%;
    }

    #QuoteBoxIndex {
        background: url("/files/13448/indexGroup.jpg") no-repeat scroll 350px bottom rgba(0, 0, 0, 0);
        border-bottom: 1px solid #194775;
        float: left;
        height: 451px;
        padding: 0 0 0 8px !important;
        width: 100%;
    }

    #AccessSecTwo {
        float: left;
        padding: 0 25px 0 0;
        width: 49%;
    }


    body.customsection8 #FooterQuote {
        margin: 55px auto;
        text-align: center;
        width: 100%;
    }

    #contactUsIMG {
        float: left;
        height: 305px;
        width: 352px;
    }

    ul.contactUsList2 {
        float: left;
        width: 247px;
    }

    #MapArea_form {
        margin: 0 20px 0 0;
    }


    body.customsection13 #wrapper {
        float: left;
        max-width: 314px;

    }


    iframe {
        width: 100%
    }
}


@media only screen and (max-width : 913px) {
    #MapArea_form {
        width: 551px;
    }


}


@media only screen and (max-width : 884px) {

    #MapArea_form {
        width: 498px;
    }

    #contactUs_para {
        float: left;
        width: 417px;
    }

    body.customsection13 #wrapper {
        float: left;
        max-width: 303px;
    }

    #footerOneLinks ul li {
        width: 224px !important;
    }

    #BoxContentDesktop ul {
        margin: auto;
        overflow: hidden;
        padding: 28px 0 0;
        width: 84%;
    }

    #BoxContentDesktop ul li {
        float: left;
        line-height: 15px;
        padding: 0 0 15px 10px;
        text-align: center;
        width: 49.3%;
        min-height: 51px;
    }

}

@media only screen and (max-width : 838px) {
    #BoxContentDesktop ul li {
        float: left;
        line-height: 15px;
        margin: auto;
        padding: 0 0 15px;
        text-align: center;
        width: 49%;
    }

    #BoxContentDesktop ul {
        margin: auto;
        overflow: hidden;
        width: 96%;
    }

}


@media only screen and (max-width : 829px) {
    ul.contactUsList {
        float: left;
        max-width: 259px;
        padding: 0 53px 0 0;
        width: 100%;
    }

    ul.contactUsListTwo {
        float: left;
        max-width: 259px;
        padding: 0 53px 0 0;
        width: 100%;
    }

    #imgACC {
        font-family: "josefin_sanslight";
        font-size: 17px;
        padding: 0 60px 0 0;
        width: 57%;
    }

    #teamLine ul li {
        border-bottom: none !important;
        margin: auto;
        overflow: hidden;
        padding: 14px;
        text-align: left !important;
        width: 30% !important;
    }



    #teamLine ul.thirdRow {
        background: url("/files/13448/teamCompass.jpg") no-repeat scroll right bottom rgba(0, 0, 0, 0);
        overflow: hidden;
        width: 100%;
    }


    #footerOneLinks h1 {
        margin: 0 !important;
    }


    .contactIMGbar {
        margin: 22px 26px 10px;
        text-align: center;
    }

    body.customsection13 #wrapper {
        float: left;
        max-width: 300px;
    }

}



@media only screen and (max-width : 817px) {


    #AdvisoryBoardOne {
        width: 100%;
    }


    body.home h1 {
        margin: 0 !important;
    }


    #MapArea_form {
        width: 461px;
    }

    .textField2 {
        width: 449px !important;
    }

}


@media only screen and (max-width : 813px) {
    #MapArea_form {
        width: 451px;
    }

    #FooterQuote {
        padding: 21px 18px 8px !important;
        font-size: 15px !important;
        margin: 55px 0 !important;
    }

    body.customsection8 #FooterQuote {
        margin: 55px 0 !important;
    }


    #AccessTitles h1 {
        padding: 0;
    }


    #FooterQuote p {
        line-height: 33px;
    }

    #footerOneLinks {
        padding: 0;

    }

    #footerOneLinks h1 {
        margin: 0 !important;
    }

    #sliderContainer {
        display: none;
    }

    #footerOneLinks ul {
        padding: 0 !important;
    }


    #footerOneLinks ul li {
        border-bottom: 1px solid #b1b1b1;
        padding: 24px 44px;
        width: 100% !important;
    }

    #footerOneLinks ul li.f_contact,
    body.customsection13 #footerOneLinks ul li.f_news {

        border-bottom: none;
    }

    body.customsection1 #AccessAcct {
        margin: 37px 0 0;
        width: 177px;
        text-align: left;
        height: 46px;

    }

    #teamLine ul li {
        border-bottom: none !important;
        margin: auto;
        overflow: hidden;
        padding: 14px;
        text-align: left !important;
        width: 32% !important;
    }
}


@media only screen and (max-width : 784px) {
    body.home #sidebar {
        margin: 36px 33px 0 30px;
    }

    #header .titles {
        float: left;
        margin: 10px 0 0 37px;
        width: 490px;
    }

    #contactUs_para {
        float: left;
        width: 43%;
        padding: 0 1px 0 19px;
    }

    #MapArea_form {
        width: 411px;
    }

    .textField2 {
        width: 399px !important;
    }

}



@media only screen and (max-width : 768px) {

    #navigation a:hover,
    body.home li.home a,
    body.customsection12 li.about_us a,
    body.customsection11 li.services a,
    body.customsection1 li.access_account a,
    body.market_watch li.market_watch a,
    body.market_watch_subpage li.market_watch a,
    body.customsection8 li.news a,
    body.customsection13 li.contact_us a {
        text-decoration: none !important;
    }

    body.home h1 {
        margin: 0 0 0 13px !important;
    }

    #header .titles {
        float: left;
        margin: 10px 0 0 37px;
        width: 490px;
    }

    #wrapperMobile {
        display: block;
        padding: 16px 26px 22px 35px;
        overflow: hidden;
        max-width: 960px;
        width: 100%;
    }

    fieldset {
        border: medium none;
        margin: 44px 0 0 -10px;
    }

    #email_h {
        display: none;
    }

    ul.visitBox {
        display: block;
        padding: 25px 0;
    }

    body.customsection13 #wrapper {
        display: none;
    }




    #wrapperMobile ul.contactUsListTwo li {
        display: inline-block;
        width: 220px;

    }

    #wrapperMobile ul.office li {
        display: inline-block;
        width: 167px;
    }


    #wrapperMobile ul.office li.numbers {
        width: 216px;
        text-align: left;
    }


    .customsection13 #wrapper {
        display: none;
    }

    #wrapperMobile h3 {
        color: #2c6b91;
        font-family: "josefin_sanssemibold" !important;
        font-size: 18px;
        margin: 0 !important;
    }

    .contactIMGbarMobile {
        display: block;
        margin: auto;
        padding: 0 32px 0 0;
    }

    ul.office {
        text-align: center;
    }

    #footerOneLinks h1 {
        margin: 0 !important;
    }


    #HomePageText h1 {
        padding: 30px 0 0 0;
    }

    #wrapper,
    #wrapperCompass {
        text-align: center;
    }

    body.customsection1 #wrapper {
        text-align: left;
    }

    .customsection11 #wrapper ul,
    #wrapperCompass ul {
        text-align: left !important;
    }

    #wrapper ul.famWealthPlan {
        text-align: left;

    }

    #wrapper h2.famWealthPlanH2 {
        padding: 22px 0 0;
        width: 40%;
    }

    #headerContainer {
        border-bottom: 7px solid #2c6b90;
        width: 100%;
        background: none;
    }

    #sliderContainer:after {
        display: none;
    }

    #flexslider {
        height: 0 !important;
    }


    #FlexSliderContainer {
        background: none;
        padding: 0;
        height: auto;
        margin: 0px auto 0;

    }


    #QuoteBoxIndex {
        float: left;
        padding: 0 0 0 161px;
    }

    blockquote {
        color: #777;
        font-family: 'century_schoolbook_t.regular';
        font-size: 16px;
        font-weight: normal;
        line-height: 31px;
        margin: 0.25em 0;
        padding: 0.25em 51px;
        position: relative;
        width: 594px;
    }

    blockquote:before {
        font-family: Georgia, serif;
        display: block;
        content: "\201C";
        font-size: 76px;
        left: 0;
        letter-spacing: -19px;
        position: absolute;
        top: 24px;
        color: #3f6a83;
    }

    blockquote cite {
        font-weight: normal;
        color: #777;
        font-size: 13px;
        display: block;
        margin-top: 5px;
    }

    #headerContainer {
        background: none;
    }

    #navigation {
        display: none;
    }

    .slicknav_menu {
        display: block;
        -webkit-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.4);
        -moz-box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.4);
        box-shadow: 0px 1px 4px 0px rgba(50, 50, 50, 0.4);
    }

    .slicknav_menu #logo {
        float: left;
        max-width: 115px;
        margin: 0px;
    }

    .slicknav_menu #logo img {
        width: 100%;
    }

    .slicknav_menu .fa {
        display: none;
    }

    .slicknav_nav a:hover {
        background: #266b95;
        color: #fff;
    }

    .slicknav_nav li ul li a {
        color: #fff;
    }

    .slicknav_nav .menu_content,
    .slicknav_parent>ul {
        padding-left: 10px;
        background: #787878;
    }

    #container {
        width: 100%
    }


    #navigation a {
        padding: 13px 0 11px 16px;
    }

    #navigation ul {
        font-size: 11.5px !important;

    }

    #header .header_masthead {
        padding: 5px 0 0 0;
    }

    #header h3 {
        color: #696969;
        font-family: "century_schoolbook_t.normalIt";
        font-size: 15px;
        padding: 36px 32px 0 0;
    }


    #HomePageText h1 {
        float: right;
        width: 100%;
    }

    .servicesIMG {
        float: right;
        margin: 0px 25px;
        width: 40%;
    }


    #wrapper ul.famWealthPlan {
        width: 85%;
    }


    body.customsection13 #wrapper {
        text-align: left;
    }

    #CustomContent #sidebar {

        display: none;
    }

    #HomePageText h1 {
        float: none;
        margin: auto;
        width: 100%;
        line-height: 42px;
    }

    #imgACC {
        font-family: "josefin_sanslight";
        font-size: 17px;
        padding: 0;
        width: 48%;
        margin: 0;

    }

    #AccessTitles li {
        display: inline;
        list-style-type: none;
        font-family: "josefin_sanslight";
        float: left;
        padding: 0px 24px 0px 0px;
        margin: auto;
        width: 50%;
    }

    #teamLine ul.thirdRow {
        background: url("/files/13448/teamCompass.jpg") no-repeat scroll right bottom rgba(0, 0, 0, 0);
        overflow: hidden;
        width: 100%;
    }

    #MapArea_form {
        width: 100% !important;
    }

    #theform {
        padding: 0;
    }


    p.Homepaege_Txt {
        float: none;
        width: 100%;
        padding: 20px 36px;
    }


    #contactUsIMG {

        width: 352px;
        height: 300px;
        float: none;
        margin: auto;
    }

    body.home #sidebar {
        display: none;

    }

    #contactUs_para h1 {
        margin: 8px 0 0;
    }

    #contactUsIMG .img2_cont {
        display: block;
        margin-top: 30px;
    }

    #contactUsIMG .img1_cont {
        display: none;
    }

    #contactUs_para {
        float: none;
        margin: auto;
        padding: 0 37px 27px;
        text-align: center;
        width: 100%;
    }


    ul.contactUsList {
        display: inline;
        float: none;
        margin: auto;
    }

    li.centerLi {
        margin: 0 50px 31px 0;
        text-align: left;
    }


    li.imgcenter {
        text-align: left;
    }


    .flexslider p.sliderQuote {
        font-size: 18px;
        width: 30%;
    }

    #footer {
        width: 100% !important;
        max-width: 960px !important;

    }

    #container {
        border: none !important;
        width: 100%;
        margin: auto;
        max-width: 960px;
    }


    #headerContainer {
        width: 100%;
    }


    #FooterQuote {
        padding: 31px 0 10px 26px;
        margin: 55px 27px;
        width: 100%;
        max-width: 707px;
    }


    #footerOneLinks {
        padding: 0;
    }

    #footerOneLinks ul li {
        border-bottom: 1px solid #b1b1b1;
        display: inline-block;
        margin: auto;
        padding: 24px 44px;
        text-align: center;
        width: 100%;
    }


    #QuoteBoxIndex {
        background: url('/files/13448/indexGroup2.png');
        background-repeat: no-repeat;
        background-position: right bottom;
        padding: 0px 0px 0px 58px;
        height: 450px;
        border-bottom: 1px solid #194775;
        float: left;
        width: 100%
    }

    p.Quotesmall {
        width: 275px;
    }




    body.customsection8 #FooterQuote {
        border-bottom: 1px solid #3b6985;
        border-top: 1px solid #3b6985;
        font-family: "century_schoolbook_t.regular";
        font-size: 19px;
        margin: 55px 16px;
        padding: 31px 0 10px;
        text-align: center;
        max-width: 730px;
        width: 100%;
    }


    #AccessTitles {
        width: 100%;
        margin: auto;
    }

    #AdvisoryBoardOne {
        padding: 0;
    }

    body.customsection1 #footerContainer {
        border-top: none;
    }


    #MapArea_form {
        padding: 0 53px 53px;
        width: 100% !important;
    }

    ul.office {
        display: block;
    }

    .flexslider p.sliderQuote {
        top: 18px;
    }


    #teamLine ul.thirdRow {
        text-align: left;
        margin: 0px 0px 0px 26px;
    }


}

@media (max-width : 784px) {
    #footerOneLinks h1 {
        margin: 0 !important;
    }


    #navigation {
        padding: 0;
    }

    #teamLine ul.thirdRow {
        background: url("/files/13448/teamCompass.jpg") no-repeat scroll right bottom rgba(0, 0, 0, 0);
        overflow: hidden;
        width: 100%;
    }

    #HomePageText h1 {
        padding: 30px 0 0 0;
    }



    #FlexSliderContainer {
        background: none;
        padding: 0;
        height: auto;
        margin: 0px auto 0;

    }

    #AdvisoryBoardOne {
        padding: 0;
    }


}

@media only screen and (max-width : 754px) {
    #footerOneLinks h1 {
        margin: 0 !important;
    }


    #teamLine ul li {
        overflow: hidden;
        padding: 14px;
        text-align: left !important;
        width: 28% !important;
    }

    #teamLine ul.thirdRow {
        background: url("/files/13448/teamCompass.jpg") no-repeat scroll right bottom rgba(0, 0, 0, 0);
        overflow: hidden;
        width: 100%;
        text-align: left;
    }

    #HomePageText h1 {
        padding: 30px 0 0 0;
    }



    #FlexSliderContainer {
        background: none;
        padding: 0;
        height: auto;
        margin: 0px auto 0;

    }

    #AdvisoryBoardOne {
        padding: 0;
    }


    body.customsection1 #AccessAcct {
        height: 39px;
        margin: 18px 0 0;
        text-align: left;
        width: 155px;
    }
}

@media only screen and (max-width : 670px) {

    .slicknav_menu {
        background: none repeat scroll 0 0 #929292;
    }

    #header * {
        color: #696969 !important;
    }

    #header .contact_us .address {
        display: none;
    }

    #header .contact_us {
        display: none;
    }

    #header .header_masthead,
    #header .titles,
    #header .contact_info {
        position: absolute !important;
    }

    #headerContainer {
        height: 121px;
    }

    #header h3 {
        padding: 36px 32px 0 31px;
    }

}


@media only screen and (max-width : 669px) {
    #header .header_masthead {
        margin-bottom: 0;
    }

    #footerOneLinks h1 {
        margin: 0 !important;
    }

    #HomePageText h1 {
        padding: 30px 0 0 0;
    }

    #BioCopy {
        padding: 48px 54px;
    }

    #BioCopy p {
        font-size: 24px;

    }

    #BoxContentDesktop ul li {
        float: left;
        line-height: 15px;
        margin: auto;
        padding: 0 0 15px;
        text-align: center;
        width: 100%;
    }

    #BoxContentDesktop ul {
        margin: auto;
        overflow: hidden;
        width: 99%;
    }

    #FlexSliderContainer {
        background: none;
        padding: 0;
        height: auto;
        margin: 0px auto 0;

    }

    #headerContainer {
        background: none;
    }

    #wrapper ul.famWealthPlan {
        float: left;
        padding: 0;
        text-align: left !important;
        list-style-position: inside;
        padding: 0 0 3em 1em;
        text-indent: -1em;
        padding-left: 1em;
    }

    #wrapper ul.MunicipalList,
    #wrapperCompass ul.retirementList {
        list-style-position: inside;
        padding: 0 0 3em 1em;
        text-indent: -1em;
        padding-left: 1em;
    }

    #wrapper h2.famWealthPlanH2 {
        padding: 22px 0 0;
        text-align: left !important;
        width: 82% !important;
    }

    .about_usIMG {
        float: left;
        height: 30%;
        padding: 7px 0 15px 0;
    }

    #header .header_masthead {
        margin-bottom: none !important;
    }

    #header,
    #navigationContainer {
        background: none;
    }

    #QuoteBoxIndex {
        padding: 0 0 0 8px !important;
    }

    p.Quotesmall {

        font-size: 11px;
        line-height: 20px;
        width: 30%;

    }

    body.home #AdvisoryBoardOne h1 {
        margin: 0 !important;
    }

    #AdvisoryBoardOne {
        padding: 0;
    }

    .flexslider p.sliderQuote {
        font-size: 14px;
        width: 30%;
        line-height: 16px;
        top: 14px;
    }


    #teamLine ul li {
        border-bottom: 1px solid #b1b1b1;
        margin: auto;
        overflow: hidden;
        padding: 14px;
        text-align: center !important;
        width: 100% !important;
    }

    #teamLine ul.thirdRow {
        background: none;
        overflow: hidden !important;
        width: 100% !important;
    }

    .about_usIMG {
        float: left;
        height: 32%;
        padding: 4px 22px 9px 0;
        width: 50%;
    }



    h1,
    #CustomTitle {
        line-height: 26px;
    }

    #wrapper h2.famWealthPlanH2 {
        width: 44%;
    }



}



@media only screen and (max-width : 649px) {
    #footerOneLinks h1 {
        margin: 0 !important;
    }

    #HomePageText h1 {
        padding: 30px 0 0 0;
    }



    #FlexSliderContainer {
        background: none;
        padding: 0;
        height: auto;
        margin: 0px auto 0;

    }

    QuoteBoxIndex {
        background: none !important;

    }

    #teamLine ul li {
        border-bottom: 1px solid #b1b1b1;
        margin: auto;
        overflow: hidden;
        padding: 14px;
        text-align: center !important;
        width: 100% !important;
    }


    #teamLine ul.thirdRow {
        background: none !important;
        overflow: hidden !important;
        width: 100% !important;
    }

    #MapArea_form {

        text-align: left;
    }

    ul.contactUsList {
        text-align: left;
    }

    ul.contactUsListTwo {
        text-align: left;
    }

    .about_usIMG {
        float: left;
        height: 32%;
        padding: 4px 22px 9px 0;
        width: 50%;
    }

    #AdvisoryBoardOne {
        padding: 0;
    }


}



@media only screen and (max-width : 600px) {
    #listTwo {
        padding: 0px 0px 0px 27px !important;
    }


    .chartIMG {
        float: none;
        margin: auto;
        display: block;
    }

    .chartIMG {
        display: block;
        float: left;
        margin: auto;
    }

    body.customsection1 #wrapper {
        padding: 16px 0 22px 33px;
        width: 100%;
    }

    #AccessSecTwo {
        float: left;
        padding: 24px 35px 0;
        text-align: center;
        width: 100%;
    }

    #imgACC {
        border: 1px solid #b1b1b1;
        font-family: "josefin_sanslight";
        font-size: 17px;
        margin: auto;
        overflow: hidden;
        padding: 0;
        width: 48%;
    }

    body.customsection1 #AccessAcct {
        height: 46px;
        margin: 23px auto;
        text-align: left;
        width: 177px;
    }

}

@media only screen and (max-width : 578px) {
    .slicknav_btn {
        margin: 0 69px 0 0;
    }


    #header .header_masthead {
        margin-bottom: 0;
    }

    #footerOneLinks h1 {
        margin: 0 !important;
    }

    #HomePageText h1 {
        padding: 30px 0 0 0;
    }

    #imgACC {
        font-family: "josefin_sanslight";
        font-size: 17px;
        padding: 0px;
        width: 48%;
        margin: auto;
        border: 1px solid #B1B1B1;
        overflow: hidden;
    }


    #AccessSecTwo {
        float: left;
        padding: 24px 35px 0px 35px;
        width: 100%;
        text-align: center;
    }

    body.customsection1 #AccessAcct {
        width: 177px;
        margin: 23px auto;
        text-align: left;
        height: 46px;
    }

    #FlexSliderContainer {
        display: none;

    }

    .textField2 {
        background: none repeat scroll 0 0 #dfdfdf;
        border: medium none;
        box-shadow: none !important;
        height: 132px !important;
        width: 451px !important;
    }

    p.Quotesmall {
        font-size: 11px;
        line-height: 20px;
        margin: auto;
        padding: 0 40px;
        width: 100%;
    }

    #QuoteBoxIndex {
        background: none !important;
        padding: 0px 0px 30px 8px !important;
        height: 40%;
    }

    blockquote {
        width: 100%;
    }

    #AdvisoryBoardOne {
        padding: 0;
    }


    body.customsection1 #wrapper {
        padding: 16px 0px 22px 33px;
        width: 100%;
    }


    .slicknav_btn {
        margin: 0 59px 0 0;
    }

    .chartIMG {

        float: none;
        margin: auto;
        padding: 0;
    }


    h1,
    #CustomTitle {
        font-size: 21px;
        line-height: 26px;
    }

    body.customsection11 #FooterQuote {
        font-size: 15px;
        line-height: 23px;
    }


}


@media only screen and (max-width : 547px) {

    #AccessTitles ul {
        text-align: center;
    }

    #AccessTitles li {
        float: none;
        display: block;
        width: 100%;
        margin: auto;
        padding: 0px 24px 27px 0px;
    }
}

@media only screen and (max-width : 493px) {
    #header h3 {
        font-size: 13px;
    }

    .slicknav_btn {
        margin: 0 -10px 0 0;
    }

    h2 {
        line-height: 28px;
    }

    #BioCopy {
        padding: 48px 36px;
    }

    #BioCopy p {
        font-size: 22px;
    }

}



@media only screen and (max-width : 420px) {
    #FlexSliderContainer {
        display: none;

    }

    #header .header_masthead {
        margin-bottom: 0;
    }

    #footerOneLinks h1 {
        margin: 0 !important;
    }

    #HomePageText h1 {
        padding: 30px 0 0 0;
    }



    #FlexSliderContainer {
        background: none;
        padding: 0;
        height: auto;
        margin: 0px auto 0;

    }

    #footer_blue {
        background: none #2e6a8f !important;
        color: #fff;
        max-width: 958px;
        overflow: hidden;
        padding: 39px 38px 27px;
        text-align: center;
        width: 100%;
        overflow: hidden;
    }

    #AdvisoryBoardOne {
        padding: 0;
    }


    #FooterQuote p {
        line-height: 32px;
    }




    p.Quotesmall {
        font-size: 11px;
        line-height: 20px;
        margin: auto;
        padding: 0 40px;
        width: 100%;
    }

    #QuoteBoxIndex {
        background: none !important;
        height: 40%px;
        padding: 0px 0px 30px 8px !important;
        overflow: hidden;
    }

    blockquote {
        width: 100%;
    }

    #AccessTitles ul {
        text-align: center;
    }

    #AccessTitles li {
        float: none;
        display: block;
        width: 100%;
        margin: auto;
    }

    .textField2 {
        width: 349px !important;
    }

    #listTwo {
        padding: 0px 0px 0px 38px !important;
    }


    body.customsection8 #CustomContent {
        padding: 0 34px;
        text-align: center;
    }

    #newsImg1 {
        float: none;
        margin: auto;
    }
}



@media only screen and (max-width : 390px) {

    .slicknav_btn {
        margin: 0 -18px 0 0;
    }

    body.home #AdvisoryBoardOne h1 {
        font-size: 21px;
        margin: 0 !important;
    }


    #header .header_masthead {
        margin-bottom: -9px;
        width: 97%;
    }

    #headerContainer {
        height: 95px;
    }

    #header h3 {
        font-size: 12px;
        padding: 22px 32px 0 15px;
    }

    img.newsIMG {
        border: 3px solid #266b95;
        float: left;
        margin: 0 36px 9px;
    }

    body.customsection8 #CustomContent {
        text-align: center;
    }

    #listTwo {
        padding: 0px 0px 0px 32px !important;
    }

    .textField2 {
        width: 328px !important;
    }

}

@media only screen and (max-width : 375px) {
    .slicknav_btn {
        margin: 0 -9px 0 0;
    }


}

@media only screen and (max-width : 360px) {
    .textField2 {
        width: 300px !important;
    }

    #headerContainer {
        height: 90px;
    }

    #header h3 {
        font-size: 11px;
        padding: 22px 32px 0 12px;
    }
}


@media only screen and (max-width : 320px) {

    h1,
    #CustomTitle {
        font-size: 21px;
        line-height: 26px;
    }

    body.customsection11 #FooterQuote {
        font-size: 15px;
        line-height: 23px;
    }

    body.customsection8 #CustomContent {
        text-align: center;
        padding: 0 11px;
    }

}