/*
Theme Name: Invest Davenport
Author: Seablaze
Author URI: http//:seablaze.com
Description: Custom WordPress Theme.
Version: 1
License: GNU General Public License
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, custom-menu, editor-style, featured-images, accessibility-ready
Text Domain: wpcustomtheme

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
@font-face {
    font-family: 'Trade Gothic';
    src: url(fonts/trade-gothic-regular.eot);
    src: url(fonts/trade-gothic-regular.eot?#iefix) format("embedded-opentype"), 
         url(fonts/trade-gothic-regular.woff) format("woff"), 
         url(fonts/trade-gothic-regular.ttf) format("truetype"), 
         url(fonts/trade-gothic-regular.svg#0b9de59f31903acc7270b307aaa51b9b) format("svg");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Trade Gothic';
    src: url(fonts/trade-gothic-bold.eot);
    src: url(fonts/trade-gothic-bold.eot?#iefix) format("embedded-opentype"), 
         url(fonts/trade-gothic-bold.woff) format("woff"), 
         url(fonts/trade-gothic-bold.ttf) format("truetype"), 
         url(fonts/trade-gothic-bold.svg#b1a402e3110e687b10cd624c1141fb38) format("svg");
    font-style: normal;
    font-weight: 700;
}
@font-face {
    font-family: 'Miller';
    src: url(fonts/miller-regular.eot);
    src: url(fonts/miller-regular.eot?#iefix) format("embedded-opentype"), 
         url(fonts/miller-regular.woff) format("woff"), 
         url(fonts/miller-regular.ttf) format("truetype"), 
         url(fonts/miller-regular.svg#9d33352745965ae56b40394fbc2c2dd3) format("svg");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: 'Miller';
    src: url(fonts/miller-bold.eot);
    src: url(fonts/miller-bold.eot?#iefix) format("embedded-opentype"), 
         url(fonts/miller-bold.woff) format("woff"), 
         url(fonts/miller-bold.ttf) format("truetype"), 
         url(fonts/miller-bold.svg#c8c60daa72a6f5b166e24e80755ee6dc) format("svg");
    font-style: normal;
    font-weight: 700;
}

/* =================================== CSS Reset =================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {  display: block;}
audio,
canvas,
video { display: inline-block;}
audio:not([controls]) { display: none;    height: 0;
}
[hidden],
template { display: none;}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}
body {margin: 0;}
a { background: transparent;}
a:focus {outline: thin dotted;}
a:active,
a:hover {outline: 0;}
abbr[title] {border-bottom: 1px dotted;}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
mark {
    background: #ff0;
    color: #000;
}
code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    font-size: 1em;
}
pre { white-space: pre-wrap;}
q { quotes: "\201C" "\201D" "\2018" "\2019";}
small { font-size: 80%;}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup { top: -0.5em;}
sub {bottom: -0.25em;}
img { border: 0;}
svg:not(:root) {
    overflow: hidden;
}
figure { margin: 0;}
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0; 
    padding: 0; 
}
button,
input,
select,
textarea {
    font-family: inherit; 
    font-size: 100%;
    margin: 0; 
}
button,
input {
    line-height: normal;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer; 
}
button[disabled],
html input[disabled] {
    cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0; 
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}
input[type="search"] {
  -webkit-appearance: textfield;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
textarea {
    overflow: auto;
    vertical-align: top; 
}
fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
img {
    vertical-align: middle;
    max-width:100%;
    height: auto;
}
textarea { resize: vertical;}
hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}
button,
input,
select,
textarea {
    color: #000;
    font-size:100%;
}
*, html, body {
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/**
 * 7.0 Accessibility
 */

/* Text meant only for screen readers */
.says,
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
}

/* must have higher specificity than alternative color schemes inline styles */
.site .skip-link {
    background-color: #f1f1f1;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.2);
    color: #21759b;
    display: block;
    font: bold 14px/normal "Noto Sans", sans-serif;
    left: -9999em;
    outline: none;
    padding: 15px 23px 14px;
    text-decoration: none;
    text-transform: none;
    top: -9999em;
}

.logged-in .site .skip-link {
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    font: bold 14px/normal "Open Sans", sans-serif;
}

.site .skip-link:focus {
    clip: auto;
    height: auto;
    left: 6px;
    top: 7px;
    width: auto;
    z-index: 100000;
}

/**
 * 8.0 Alignments
 */

.alignleft {
    display: inline;
    float: left;
}

.alignright {
    display: inline;
    float: right;
}

.aligncenter {
    display: block;
    margin-right: auto;
    margin-left: auto;
}
.font-11 {
    font-size: 11px;
}
blockquote.alignleft,
.wp-caption.alignleft,
img.alignleft {
    margin: 0.4em 1.6em 1.6em 0;
}

blockquote.alignright,
.wp-caption.alignright,
img.alignright {
    margin: 0.4em 0 1.6em 1.6em;
}

blockquote.aligncenter,
.wp-caption.aligncenter,
img.aligncenter {
    clear: both;
    margin-top: 0.4em;
    margin-bottom: 1.6em;
}

.wp-caption.alignleft,
.wp-caption.alignright,
.wp-caption.aligncenter {
    margin-bottom: 1.2em;
}


/**
 * 9.0 Clearings
 */

.clear:before,
.clear:after,
.site:before,
.site:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-content:before,
.site-content:after,
.nav-links:before,
.nav-links:after,
.comment-navigation:before,
.comment-navigation:after,
.social-navigation ul:before,
.social-navigation ul:after,
.textwidget:before,
.textwidget:after {
    content: "";
    display: table;
}

.clear:after,
.site:after,
.entry-content:after,
.comment-content:after,
.site-content:after,
.nav-links:after,
.comment-navigation:after,
.social-navigation ul:after,
.textwidget:after {
    clear: both;
}
/* Clearfix */
.clearfix:before,
.clearfix:after,
.site-width:before,
.site-width:after {
    content: " "; 
    display: table;
}
.clearfix:after,
.site-width:after {
    clear: both;
}
.clearfix,
.site-width {
    *zoom: 1;
}

b,
strong,
th {
    font-weight:700;
}
body {
    font-size: 16px;
    line-height: 27px;
    color: #000;
    font-family: georgia,serif;
    /*font-family: Miller,serif;*/
    font-style: normal;
    background: #fff;
}
body.page-template-advisor-group-page,
body.page-template-advisor-group-child-page,
body.single-advisor_master,
body.single-resources {
    background-color: #f0f0f0;
}
body.page-template-advisor-group-page .wp-block-image,
body.page-template-advisor-group-child-page .wp-block-image {
    margin-bottom: 0;
}
h1, h2, h3, h4, h5, h6 {
    margin: 10px 0;
}
ul, ol, dl {
    margin-top:0;
    margin-bottom:22px;
}
ul ul {
    margin: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: 700;
    font-family: 'Trade Gothic',serif;
}

.page-id-18605 h1{
    font-family: georgia, serif;
}
.page-id-1622 h1{
    font-family: georgia, serif;
}
.page-id-1049 h1{
    font-family: georgia, serif;
}
.page-id-3805 h1{
    font-family: georgia, serif;
    font-size:20px;
}
.page-id-1354 h1{
    font-weight: 400;
    font-size: 16px;
    font-family: georgia, serif;
}

h2,h3 {
    line-height: 20px;
    font-size: 16px;
    text-transform: uppercase;
}
h3 {
    font-size: 15px;
}
p {
    line-height: 27px;
    margin: 10px 0 15px 0;
}
p:nth-child(1) {
    margin-top: 0;
}
a {
    color: #006937;
    text-decoration: none;
    -webkit-transition: background-color 0.3s ease-out; 
     -moz-transition: background-color 0.3s ease-out; 
       -o-transition: background-color 0.3s ease-out; 
          transition: background-color 0.3s ease-out; 
}
a:hover {
    color: #000;
    text-decoration: none;
}
.menu-toggle {
    display: none;
}
iframe {
    max-width: 100%;
    vertical-align: middle;
}
/* =============== Custom CSS ================ */
body.home {
    background-color: #f0f0f0;
}
body.home .entry-content {
    color: rgb(51, 51, 51);
}
.georgia,
body.home .entry-content,
.page-id-2067 .entry-header .entry-title {
    font-family: georgia,serif !important;
}
.site-width {
    margin: 0 auto;
    position: relative;
    max-width: 1140px;
}
.margin-bottom20 {
    margin-bottom: 20px;
}
.site-header {
    background: #fff; 
    position: relative;
    z-index: 10;
}
.page-template-home-page .site-main {
    position: relative;
    z-index: 1;
}
.main-slider .bx-viewport {
    z-index: 1;
}
.main-slider .bx-controls {
    z-index: 2;
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
}
.headertop-content {
    text-align: right;
    position: relative;
}
.menu-header-top-menu-container {
    display: inline-block;
    vertical-align: middle;
}
.client-login-button {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Trade Gothic', serif;
    background-color: #b94700;
    font-size: 12px;
    font-weight: bold;
    margin-left: 15px;
    padding: 12px 20px;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    line-height: 14px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.client-login-button:hover {
    color: #f1f1f1;
}
.headertop-menu {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    font-family: 'Trade Gothic',serif;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
    list-style-type: none;
}
.headertop-menu > li {
    float: left;
    margin-left: 19px;
}
.headertop-menu > li > a {
    color: #6b6c6f;
    font-size: 12px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.headertop-menu > li > a:hover {
    text-decoration: underline;
}
.site-logo-wrapper {
    text-align: right;
    position: relative;
    width: 360px;
    margin-top: -4px;
}
.site-logo {
    width: 290px;
    display: block;
    float: left;
}
.site-logo:hover {
    opacity: 0.8;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.navbar {
    margin-top: 22px;
    border-top: 1px solid #006937;
    border-bottom: 1px solid #006937;
}
.navbar.NoBtmBorder {
    border-bottom: 0;
}
.main-slider {
    position: relative;
}
.page-template-advisor-group-child-page .main-slider {
    /* margin-bottom: 128px; */
    height: auto !important;
}
.page-template-advisor-group-child-page .bx-viewport {
height: 590px !important;
}
.page-template-advisor-group-child-page .slider-title {
    margin-bottom: 50px;
       text-align:center;
}
.page-template-advisor-group-child-page .slider-image-div {
       height: 512px;
       background-size: cover;
    background-position: center center;
}
.page-template-advisor-group-child-page .slider-image-caption{
       font-style: italic;
       text-align:center;
}
.page-template-advisor-group-child-page .main-slider .bx-controls{
    bottom: 88px;
}

.main-slider:before {
    position: absolute;
    content: "";
    display: block;
    border-top: 1px solid #fff;
    top: -1px;
    left: 0;
    right: 0;
}
#advisor-child-slider:before {
 top: 0px !important;
}
.main-navigation {
    text-align: center;
    position: relative;
}
.main-menu {
    margin: 0;
    padding: 0;
    line-height: 16px;
    display: inline-block;
    vertical-align: top;
}
.main-menu > li {
    display: inline-block;
    position: relative;
    float: left;
}
.main-menu > li > span {
    display: none;
}
.main-menu > li > a {
    color: #006937;
    position: relative;
    display: block;
    padding: 17px 22px;
    transition: background .3s;
    font-family: 'Trade Gothic',serif;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-menu > li.menu-item-has-children > a:after {    
    background: url(images/down.png) no-repeat 0 0;
    content: '';
    display: inline-block;
    vertical-align: middle;
    height: 4px;
    margin: 0 0 3px 8px;
    width: 8px;
}
.main-menu > li:hover > a {
    background-color: #0B683A;
    color: #fff;
}
.main-menu .sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1;
    margin: 0;
    padding: 0;
    background-color: #888;
    list-style-type: none;
}
.main-menu > li:hover > .sub-menu {
    display: block;
}
.main-menu .sub-menu > li > a {
    display: block;
    padding: 10px 15px 10px 22px;
    font-family: 'Trade Gothic',serif;
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
    text-transform: uppercase;
}
.main-menu .sub-menu > li > a:hover {
    background-color: #006937; 
}
.header-search {
    overflow: hidden;
    position: absolute;
    padding-right: 40px;
    height: 50px;
    right: 0; 
    top: 55px;
    left: 500px;
}
.header-search .search-form {
    position: relative;
    opacity: 1;
    /* opacity: 0; */
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    padding-top: 10px; 
    /* top: -8888px; */
    z-index: 1;
    background-color: #fff;
}
.header-search .search-form > label {
    display: block;
}
.header-search.open .search-form {
    opacity: 1;
    top: auto;
}
.header-search .search-submit {
    position: absolute;
    z-index: 1;
    right: 13px;
    top: 21px;
    width: 25px;
    height: 24px;
    border: 0;
    background: url('images/magnify.png') no-repeat center center;
    font-size: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.header-search .search-submit:hover {
    opacity: 0.7;
}
.header-search .search-field {
    border: none;
    color: #4d5259;
    font-family: 'Trade Gothic', serif;
    font-weight: bold;
    font-size: 16px;
    padding: 0 70px 0 20px;
    width: 100%;
    height: 44px;
    border:1px solid #dddcdc;
    outline: none;
}
.header-search #search-toggle {
    /*background: url(images/search.png) no-repeat center center;*/
    width: 25px;
    height: 24px;
    overflow: hidden;
    position: absolute;
    z-index: 1;
    right: 0;
    top: 7px;
    cursor: pointer;
    transition: opacity .3s;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.header-search #search-toggle .fas {
    font-size: 20px;
    color: #848484;
    position: absolute;
    top: 0;
    right: 0;
}
.header-search #search-toggle .fa-times {
    display: none;
}
.header-search.open #search-toggle .fa-times {
    display:block;
}
.header-search.open #search-toggle .fa-search {
    display:none;
}
.header-search.open #search-toggle {
    /*background: url(images/close.png) no-repeat center center;*/
}
.header-search #search-toggle:hover {
    opacity: 0.8;
}
.site-footer {
    background: #888;
    padding: 40px 0;
}
.footer-top-menu {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: 'Trade Gothic',serif;
    letter-spacing: 1px;
    list-style-type: none;
}
.footer-top-menu a {
    color: #fff;
}
.footer-top-menu > li {
    float: left;
    margin-right: 50px;
}
.footer-top-menu > li:last-child {
    margin-right: 0;
}
.footer-top-menu > li > a {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.footer-top-menu > li > a:hover {
    color: #000;
}
.footer-top-menu > li > .sub-menu {
    margin-top: 20px;
    margin-bottom: 30px;
    padding: 0;
    list-style-type: none;
}
.footer-top-menu .sub-menu > li > a {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.3;
}
.footer-top-menu .sub-menu > li > a:hover {
    text-decoration: underline;
}
.menu-wrapper-bottom {
    padding-top: 28px;
    padding-bottom: 30px;
    text-align: center;
    border-top: 1px solid #a5a5a5;
    border-bottom: 1px solid #a5a5a5;
}
.footer-bottom-menu {
    margin: 0;
    padding: 0;
    display: inline-block;
    line-height: 16px;
}
.footer-bottom-menu > li {
    display: inline-block;
}
.footer-bottom-menu > li > a {
    display: block;
    padding: 5px;
    color: #fff;
    font-family: 'Trade Gothic', serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.footer-bottom-menu > li > a:hover {
    color: #000;
}
.address-wrapper {
    text-align: center;
    font-family: 'Trade Gothic', serif;
    font-size: 13px;
    line-height: 26px;
    color: #fff;
    letter-spacing: 1px;
    padding-top: 22px;
    padding-bottom: 22px;    
}
.address-wrapper .address-top {
    padding-bottom: 10px;
}
.address-wrapper .address-bottom {    
    text-transform: uppercase;
}
.address-wrapper a {
    color: #fff;
    text-transform: uppercase;
    font-size: 11px;
    text-decoration: underline;
}
.address-wrapper a:hover {
    color: #000;   
    text-decoration: none;
}
.address-wrapper p {
    margin-bottom: 0;
}
.social-icons {
    text-align: center;
}
.social-icons .social-icon {
    display: inline-block;
    width: 38px;
    height: 38px;
    margin-left: 2px;
    margin-right: 2px;
    background-repeat: no-repeat;
    font-size: 34px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #fff;
}
.social-icons .social-icon:hover {
    opacity: 0.7;
}
.social-icons .social-icon.facebook {
    /*background-image: url('images/sprite.png');
    background-position: 0px 0px;*/
    background: none;
}
.social-icons .social-icon.twitter {
    /*background-image: url('images/sprite.png');
    background-position: -38px 0px;*/
    background: none;
}
.social-icons .social-icon.linkedin {
    /*background-image: url('images/sprite.png');
    background-position: -76px 0px;*/
    background: none;
}
.headertop-content .social-icons {
    position: absolute;
    right: 45px;
    /*top: 70px;*/
    top:-9999px;
}
.headertop-content .social-icons .social-icon {
    color: #7e7e7f;
    width: 30px;
    height: 26px;
    font-size: 22px;
}
.content-area-with-sidebar .site-content {
    width: 71.92982456%;
    float: left;
}
.right-sidebar {
    width: 26.31578947%;
    float: right;
}
.content-area {
    padding: 30px 0;
}
.site-content .entry-thumbnail  {
    max-width: 40%;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    padding-top: 4px;
}
.site-content .entry-thumbnail > img {
    width: 100%;
}
.content-area h2,
.page-id-2284 .entry-header .entry-title,
.page-id-2288 .entry-header .entry-title,
.page-id-2067 .entry-header .entry-title {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.page-id-2326 .entry-header .entry-title,
.page-id-2335 .entry-header .entry-title,
.page-id-2338 .entry-header .entry-title,
.page-id-2341 .entry-header .entry-title,
.page-id-2347 .entry-header .entry-title,
.page-id-2359 .entry-header .entry-title {
    font-family: trebuchet ms,helvetica,sans-serif;
    font-size: 20px;
    margin-bottom: 30px;
    text-transform: uppercase;
}
.sidebar-container .menu {
    background: #d9d9d6;
    font-family: 'Trade Gothic',serif;
    font-size:13px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    padding: 0;
    text-transform: uppercase;
    line-height: 16px;
}
.sidebar-container .menu > li {
    display: block;
    border-bottom: 1px solid #fff;
}
.sidebar-container .menu > li > a {
    display: block;
    color: #284734;
    padding: 12px 20px;
}
.sidebar-container .menu > li.current_page_item > a,
.sidebar-container .menu > li > a:hover,
.sidebar-container .menu > li > ul li a:hover {
    background: rgba(0,0,0,0.2);
}
.sidebar-container .menu > li:last-child > a {
    border-bottom: 0px solid #fff;   
}
.right-sidebar .widget-title,
.info-docs .title-info-docs,
.impt-links .impt-title,
.mcpdfs .mcpdfs-title {
    background: #98a69f;
    color: #fff;
    font-size: 14px;
    margin: 0;
    padding: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    line-height: 16px;
}
.right-sidebar .widget,
.info-docs,
.impt-links,
.mcpdfs {
    background: #f0f0f0;
    margin-bottom: 20px;
}
.content-info-docs,
.impt-blox,
.mcpdfs-blox {
    padding:18px 20px 15px;
}
.content-info-docs > p,
.impt-blox > p,
.mcpdfs-blox > p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 18px;
}
.right-sidebar .widget ul {
    margin: 0;
    padding: 0;
    line-height: 16px;
    list-style-type: none;
}
.right-sidebar .widget ul a {
    display: block;
    font-family: 'Trade Gothic',serif;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #284734;
}
.right-sidebar .widget ul ul {
    padding-bottom: 7px;
}
.right-sidebar .widget ul ul a {
    display: block;
    font-family: 'Trade Gothic',serif;
    font-size: 13px;
    font-weight: normal;
    padding: 5px 20px 5px 40px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #53565a;
}

.right-sidebar .textwidget {
    padding: 15px;
}
.right-sidebar .widget .additional-info li >  a {
    padding: 6px 20px 5px 45px;
    background: url('images/application-pdf.png') no-repeat 20px center;
}
.main-slider .slider-item {
    width: 100%;
    height: 600px;
    background-size: cover;
    background-position: center center;
}
.main-slider .slider-text-outer {
    height: 600px;
    display: table;
    width: 100%;
}
.main-slider .slider-text-outer .slider-text {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.main-slider .slider-text-outer .slider-text .slider-text-inner {
    max-width: 645px;
    display: block;
    margin: 0 auto;
}
/*.main-slider h2 {
    color: #fff;
    font-family: Miller,serif;
    font-size: 75px;
    line-height: 75px;
    text-transform: none;
    text-shadow: 1px 1px 3px rgba(0,0,0, .6);
}*/
.main-slider h2 {
    color: #fff;
    font-family: Miller,serif;
    font-size: 62px;
    line-height: 64px;
    text-transform: none;
    text-shadow: 1px 1px 3px rgba(0,0,0, .6);
}
.main-slider .slider-button {
    display: inline-block;
    background-color: rgba(0,0,0,0.2);
    border: 3px solid #3ec47f;
    border-radius: 25px;
    box-sizing: border-box;
    color: #fff;
    font-family:  'Trade Gothic',sans-serif;
    font-size: 18px;
    font-weight: bold;
    line-height: 20px;
    letter-spacing: 1px;
    margin-top: 8px;
    padding: 12px 0;
    text-align: center;
    text-transform: uppercase;
    transition: background .3s;
    width: 230px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.main-slider .slider-button:hover {
    background-color: rgba(0,0,0,0.6);
}
.main-slider .bx-wrapper {
    position: relative;
}
.main-slider .bx-wrapper .bx-pager, 
.main-slider .bx-wrapper .bx-controls-auto {    
    bottom: 20px;
}
.main-slider .bx-wrapper .bx-pager.bx-default-pager a {
    width: 14px;
    height: 14px;
    border: 2px solid #fff;
    background-color: rgba(255,255,255,0.1);
    border-radius: 50%;
    margin: 0 6px;
}
.main-slider .bx-wrapper .bx-pager.bx-default-pager a:hover, 
.main-slider .bx-wrapper .bx-pager.bx-default-pager a.active, 
.main-slider .bx-wrapper .bx-pager.bx-default-pager a:focus {
    background: rgba(255,255,255,1);
}
.home-featured-listing {
    padding-top: 40px;
    padding-bottom: 10px;
}
.home-featured-listing .bx-wrapper {
    background-color: transparent !important;
    margin:0 auto;
}
.home-featured-listing .item-details-wrapper {
    padding-left: 0;
    padding-right: 0;
}
.home-featured-listing .item-info {
    padding: 28px 20px;
    background-color: #fff;
}
.home-featured-listing .title {
    font-family: "Trade Gothic",sans-serif;
    font-size: 14px;
    letter-spacing: 0;
    margin-bottom: 8px;
    text-transform: uppercase;
}
.home-featured-listing .description {
    font-family: "Trade Gothic",sans-serif;
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 16px;
    min-height: 102px;
}
.button-orange {
    background: #B94700;
    border: 2px solid #B94700;
    border-radius: 15px;    
    color: #FFF;
    display: inline-block;
    font-family: "Trade Gothic",sans-serif;
    font-size: 12px;
    font-weight:  bold;
    letter-spacing: 1px;
    padding: 4px 14px;
    text-transform: uppercase;
    line-height: 14px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.button-orange:hover {
    opacity: 0.9;
    color: #fff;
}
.home-featured-listing .button-orange {
    line-height: 1.1;
    padding-top: 6px;
    padding-bottom: 6px;
}

.home-featured-listing .bx-wrapper .bx-prev,
.home-featured-listing .bx-wrapper .bx-next {
    opacity: 0.5;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.home-featured-listing .bx-wrapper .bx-prev {
    background: url('images/left-arrow.png') no-repeat 0 0;
    left: -45px;
}
.home-featured-listing .bx-wrapper .bx-next {
    background: url('images/right-arrow.png') no-repeat 0 0;
    right: -44px;
}
.home-featured-listing .bx-wrapper .bx-prev:hover,
.home-featured-listing .bx-wrapper .bx-next:hover {
    opacity: 1;
}
.home .entry-content {
    font-size: 20px;
}
.home .content-area {
    padding-bottom: 30px;
}
.home-featured-banner {
    padding: 0 20px 20px;
}
.home-featured-banner.top-banner {
    background-color: #ffffff;
    margin-bottom: 20px;
}
.home-featured-banner.bottom-banner {
    background-color: #305d8b;
    padding: 0;
}
.home-featured-banner.bottom-banner .widget {
    background: none;
    margin: 0;
    padding: 0;
}
.home-featured-banner.bottom-banner .widget iframe {
    vertical-align: top;
}
.advisor-search-wrapper {
    background: #006937;
    padding: 55px 0 25px;
    position: relative;
}
.advisor-search-wrapper .glass-icon {
    margin-bottom: 10px;
}
.advisor-search-wrapper .title {
    font-family: Miller,serif;
    font-size: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: normal;    
    margin-bottom: 5px;
    text-transform: none;
}
.advisor-search-wrapper .glass-icon {
    display: inline-block;
    vertical-align: middle;
    background: url(images/glass.png) no-repeat left center;
    width: 36px;
    height: 37px;
    margin-right: 18px;
}
.advisor-search-wrapper .brokerchecklink {
    font-family: 'Trade Gothic',sans-serif;
    font-size: 20px;
    color: #ccc;
    text-transform: uppercase;
    font-weight: bold;
}
.advisor-search-wrapper .brokerchecklink > span {
    font-size: 12px;
    font-weight: normal;
}
.advisor-search-wrapper .block-left {
    width: 60%;
    float: left;
    text-align: center;
}
.advisor-search-wrapper .block-right {
    text-align: right;
}
.advisor-search-wrapper .jump-menu {
    background: #fff url(images/lower.png) no-repeat right center;
    padding: 10px 55px 10px 14px;
    border: 2px solid rgba(255,255,255,0.4);
    color: #000;
    font-family: 'Trade Gothic',sans-serif;
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin-bottom: 25px;
    width: 300px;
}
.advisor-search-wrapper .jump-menu::-ms-expand{display:none;}
.advance-search .searchandfilter ul > li select.postform::-ms-expand{display:none;}

.advisor-search-wrapper .advance-search-link {
    display: inline-block;
    font-family: 'Trade Gothic',sans-serif;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #fff;
}
.advisor-search-wrapper .advance-search-link:hover {
    color: #45ab57;
}
.font-20px {
    font-family: Georgia, serif;
    font-size: 20px;
    line-height: 27px;
}
.font-18px,
.content-area .font-18px { 
    font-size: 18px;
}
.deep-sea-green {
    color: #2f4f4f !important;
}
/* Advisor Group Template */
.page-title-bg-banner {
    background-color: #444;
    background-size: cover;
    background-position: center top;
    background-repeat: no-repeat;
    text-align: center;
}
.page-title-bg-wrapper {    
    display: table;
    height: 300px;   
    margin: 0 auto;
}
.page-title-bg-wrapper .page-title {
    color: #fff;
    font-family: Miller,serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    margin: 0;
    display: table-cell;
    height: 300px;
    vertical-align: middle;
}
.page-title-bg-wrapper .page-title span {
    display: block;
    font-family: 'Trade Gothic',sans-serif;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 7px;
    margin-top: 10px;
    text-transform: uppercase;
}
/* Advisor Group Template end */

.secondary-menu-wrapper {
    background: #006937;
    text-align: center;
}
.secondary-menu .menu-title {
    display: none;
}
.secondary-menu > ul {
    margin: 0;
    padding: 0;
}
.secondary-menu > ul > li {
    margin-left: 15px;
    margin-right: 15px;
    display: inline-block;
    vertical-align: middle;
}
.secondary-menu > ul > li > a {
    display: block;
    font-family: 'Trade Gothic',sans-serif;
    font-size: 13px;
    font-weight: bold;
    line-height: 16px;
    color: #fff;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 21px;
    padding-bottom: 21px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.secondary-menu > ul > li:hover > a,
.secondary-menu > ul > li.active >a{
    color: #adcab8;
}
.page-with-left-sidebar .site-content {
    width: 71.052631%;
    float: right;
}
.page-with-left-sidebar .site-content-inner {
    padding: 50px;
    background-color: #fff;
}
.left-sidebar {
    width: 26.315789%;
    float: left;
}
.sidebar-contact-information {
    background: #f5f5f5;
    border: 1px solid #c4cfc9;
    padding: 14px;
}
.sidebar-contact-information .title {
    border-bottom: 1px solid #c4cfc9;
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 14px;
    letter-spacing: 1px;
    margin: 0;
    margin-bottom: 30px;
    text-transform: uppercase;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.sidebar-contact-information .contact-details {
    font-family: 'Trade Gothic',sans-serif;
    font-size: 15px;
    line-height: 20px; 
    color: #4d5259;
}
.sidebar-contact-information .address {
    margin-bottom: 10px;
}
.sidebar-contact-information .address strong br:last-child {
    display: none;
}
.single-financial_advisors .sidebar-contact-information .address{
    margin-bottom: 20px;
    line-height: 1.25em;
}
.single-financial_advisors .content-bottom-note {
    font-family: Miller,serif;
    font-size: 12px;
}
.single-financial_advisors .page-with-left-sidebar .site-content {
    width: 72.052631%;
}
.single-financial_advisors .site-content-inner {
    padding: 0;
}
.sidebar-contact-information .advisor-image {
    font-size: 90%;
    line-height: 1.25em;
}
.sidebar-contact-information .address-map {
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 14.5px;
}
.sidebar-contact-information .advsrteampdf {
	padding-top: 10px; 
}
.sidebar-contact-information .advsrteampdf p {
	float: left; 
	padding-right: 10px; 
}
.sidebar-contact-information .email,
.sidebar-contact-information .contentmelink {
    display: block;
    margin-top: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-transform: none;
    white-space: nowrap
}
.sidebar-contact-information .contentmelink {
    margin-top: 0;
}
body.single-financial_advisors .sidebar-contact-information .address-map {
    margin-bottom: 7px;
}
.sidebar-contact-information .email:hover,
.sidebar-contact-information .contentmelink:hover {
    color: #006937;
}
.sidebar-contact-information .contentmelink + .email {
    position: absolute;
    left: -9999px;
    top:-9999px;
}
.sidebar-contact-information p {
    margin: 0;
    line-height: 20px;
}
.content-bottom-note {
    font-family: georgia,serif;
    font-size: 14px;
    margin-top: 54px;
    padding-top: 54px;
    border-top: 1px solid #d4d4d4;
}
.font-georgia {
    font-family: georgia,serif !important;
}
.sidebar-featured-image {
    border: 1px solid #c4cfc9;
}
body.single-financial_advisors {
    background-color: #fff;
}
.page-title-gray-bg {
    background-color: #444;
    padding-top: 42px;
    padding-bottom: 42px;
}
.page-title-gray-bg-wrapper .page-title {
    color: #fff;
    font-family: Miller,serif;
    font-size: 60px;
    line-height: 60px;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
}
.page-title-gray-bg-wrapper .headline {
    display: block;    
    font-family: 'Trade Gothic',sans-serif;
    font-size: 15px;
    line-height: 24px;
    letter-spacing: 7px;
    margin-top: 10px;
    text-transform: uppercase;
}
.entry-content blockquote {
    margin: 0 0 27px;
    font-size: 24px;
    font-family: georgia,serif;
    color: rgb(47, 79, 79);
    text-align: center;
}
.entry-content blockquote p {
    margin: 0;
    line-height: 27px;
}
.entry-content blockquote cite {
    font-family: georgia,serif;
    font-size: 18px;
    font-style: normal;
}
.entry-content li:last-child {
    margin-bottom: 0;
}
.entry-content hr {
    background: #d4d4d4;
    border: none;
    height: 1px;
    margin: 54px 0;    
}
.entry-content p:last-child {
    margin-bottom: 0;
}
.advisor-search-form {
    padding-top: 80px;
    padding-bottom: 63px;
    background: #006937;
    overflow: visible;
    text-align: center;
}
.advisor-search-form .entry-title {
    color: #fff;
    font-family: Miller,serif;
    font-size: 60px;
    line-height: 60px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 0 0 10px;
}
.advisor-search-form .broker-check {
    display: block;
    vertical-align: middle;
    font-family: 'trebuchet ms',helvetica,sans-serif;
    font-size: 20px;
    color: #ccc;
    margin-bottom: 27px;
}
.advisor-search-form .broker-check .brokercheck-link {
    font-size: 12px;
    color: #ccc;
}
.advance-search {
    text-align: center;
}
.advance-search .search-form-item,
.advance-search .searchandfilter ul > li {
    width: 21.929824%;
    display: inline-block;
    margin-right: 20px;
}
.advance-search .searchandfilter ul > li:last-child {
    margin-right: 0;
}
.advance-search .searchandfilter ul > li {
    width: 270px;
    padding: 0;
}
.advance-search .searchandfilter ul > li:last-child {
    width: 170px;
}
.advance-search .search-form-item:last-child {
    margin-right: 0;
    padding-top: 36px;
}
.advance-search .search-form-button {
    width: 15%;
}
.advance-search .searchandfilter ul  {
    margin:0;
    padding: 0;
    list-style: none;
}
.advance-search .search-label,
.advance-search .searchandfilter ul > li h4 {
    font-family: 'Trade Gothic',serif;
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
    font-weight: bold;
    margin-bottom: 16px;
    letter-spacing: 1px;    
    text-transform: uppercase;
    margin-top: 0;
}
.advance-search .form-element,
.advance-search .searchandfilter ul > li input[type="text"],
.advance-search .searchandfilter ul > li select.postform {
    background: #fff;
    border: 2px solid rgba(255,255,255,0.4);
    border-radius: 0px;
    color: #000;
    font: 14px/18px 'Trade Gothic',sans-serif;
    letter-spacing: 1px;
    padding: 12px;
    text-transform: uppercase;
    width: 100%;
    outline: 0;
}
.advance-search .select-item,
.advance-search .searchandfilter ul > li select.postform {
    background: #fff url(images/lower.png) no-repeat right center;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.search-form-button {
    padding-top: 36px;
}
.advance-search .form-submit,
.advance-search .searchandfilter ul > li input[type="submit"] {
    background: url(images/search.png) no-repeat 130px 8px;
    background-color: #fff;
    border: 3px solid rgba(255,255,255,0.4);
    border-radius: 23px;
    margin: 0;
    padding: 13px 20px;
    text-align: left;
    width: 170px;
    font: bold 12px/14px 'Trade Gothic',serif;
    color: #000;
    text-transform: uppercase;
    -webkit-transition: background-color 0.3s ease-out; 
     -moz-transition: background-color 0.3s ease-out; 
       -o-transition: background-color 0.3s ease-out; 
          transition: background-color 0.3s ease-out; 
}
.advance-search .form-submit:hover,
.advance-search .searchandfilter ul > li input[type="submit"]:hover {
    background-color: #aaa;
}
.search-result-item {
    padding-top: 20PX;
    padding-bottom: 20px;
    border-bottom: 1px solid #d4d4d4;
    position: relative;
}
.search-result-item .item-content {
    width: 47.578947%;
    float: left;
}
.search-result-item .address-contact-wrapper {
    overflow: hidden;
}
.search-result-item .item-image  {
    width: 140px;
    height: 140px;
    float: left;
    margin-right: 20px;
}
.search-result-item .item-about {
    overflow: hidden;
}
.search-result-item .item-about .name {
    font-family: Miller,serif;
    font-size: 24px;
    line-height: 36px;
    font-weight: bold;
    letter-spacing: 0;
    margin: 20px 0 0;
    text-transform: none;
}
.search-result-item .item-about .name a {
    color: #000;
}
.search-result-item .item-about .name a:hover {
    color: #006937;
}
.search-result-item .item-address {
    width: 50%;
    float: left;
    margin-top: 50px;
}
.search-result-item .item-contact-info {
    width: 47%;
    float: right;
    margin-top: 50px;
}
.item-contact-info .email,
.item-contact-info .website{
    display: block;
}
.search-result-header {
    border-bottom: 1px solid #d4d4d4;
    color: #4d5259;
    font-family: 'Trade Gothic',sans-serif;
    font-size: 16px;
    line-height: 24px;
    font-weight: bold;
    letter-spacing: 1px;
    padding-bottom: 20px;
    padding-top: 30px;
    text-transform: uppercase;
}
.search-result-header .found-results {
    float: left;
}
.search-result-header strong,
.search-result-header .clear-result-button{
    color: #919191;
}
.search-result-header .clear-result-button{
    float: right;
    font-size: 14px;
    position: relative;
}
.search-result-header .clear-result-button:before{
    background: url(images/close.png) no-repeat 0 0;
    content: '';
    display: inline-block;
    height: 17px;
    margin: 0 10px -3px 0;
    width: 17px;
}
.search-result-header .clear-result-button:hover {
    color: #a6a6a6;
}
.search-result-item .advisor-toggle {
    display: none;
    z-index: 1;    
    font-family: 'Trade Gothic',sans-serif;
    color: #58c28b;    
    font-size: 13px;
    line-height: 18px;    
    letter-spacing: 1px;
    position: absolute;
    right: 5px;
    text-transform: uppercase;
    top: 90px;
}
.search-result-item .advisor-toggle:after {
    background: url(images/arrow.png) no-repeat 0 0;
    content: '';
    display: inline-block;
    height: 7px;
    margin: 0 0 1px 5px;
    width: 12px;
}
.single-financial_advisors .sidebar-contact-information .phone, 
.single-financial_advisors .sidebar-contact-information .phone strong {
    color: #000;    
}
.single-financial_advisors .sidebar-contact-information .phone.phonnos-advisor-bio {
    margin-top: 20px;
}
.subfooter {
    background-color: #f0f0f0;
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'Trade Gothic',serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;    
    color: rgb(105, 105, 105);
    text-align: center;
    letter-spacing: 1px;
}
.page-template-locations .entry-content , .page-template-pf-locations .entry-content{
    font-family: georgia, serif;
}
.page-template-pf-locations .fix-image{
    margin-left: -150px !important;
}
.page-template-locations .entry-thumbnail , .page-template-pf-locations .entry-thumbnail{
    width: 68%;
    max-width: 68%;
    float: right;
    margin-right: 0;
    margin-left: 75px;

}
.font-trebuchet-ms {
    font-family: trebuchet ms,helvetica,sans-serif;
}
.location-listing {
    padding-top: 40px;
}
.location-listing .group-header {
    border-bottom: 1px solid #d4d4d4;    
    margin: 20px 0;
    padding-bottom: 10px;
}
.location-listing .group-title {
    font-family: 'Trade Gothic',serif;
    font-size: 20px;
    line-height: 20px;
    margin: 0;
    letter-spacing: 1px;
}
.nd-outer .location-listing .group-title {
	font-family: 'Work Sans', sans-serif;
	color: #000;
}
.location-listing-group .group-item {    
    box-sizing: border-box;
    float: left;
    width: 33.33%;
    padding-right: 20px;
    padding-bottom: 20px;
}
.location-listing-group .group-item:nth-child(3n+4) {
    clear: both;
}
.location-listing-group .group-item-text {
    background: #eee;
    padding: 15px;
    min-height: 184px;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.location-listing-group .group-item-text:hover {
    background: #006937;
    color: #fff;
}
.location-listing-group .group-item-text h2 {
    color: #006937;;
    margin-top: 0;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nd-outer .location-listing-group .group-item-text h2 {
	font-size: 18px;
}
.location-listing-group .group-item-text:hover h2 {
    color: #fff !important;
}
.location-listing-group .group-item-text {
    font-size: 16px;
}
.location-listing-group .group-item-text .street-block {
    line-height: 1.4;
}
.location-listing-group .group-item-text .street-block br:last-child {
    display: none;
}
.location-listing-group .group-item-text .street-block + p {
    margin-top: 5px;
    margin-bottom: 0;
}
.location-listing-group .group-item-text  .git-box-link {
    display: block;
    font-size: 0;
    line-height: 0;
    text-decoration: none;
    position: absolute;
    left:0;
    right: 0;
    bottom: 0;
    top: 0;
}
.location-listing-group .group-item-text p {
    margin-bottom: 10px;
}
.location-listing-group h2{
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.location-listing-group .group-item:nth-child(3n+3) {
    padding-right: 0;
}
.search-result-wrapper .wp-pagenavi {
    text-align: right;
    padding: 30px 0;
}
.search-result-wrapper .wp-pagenavi span,
.search-result-wrapper .wp-pagenavi a {
    display: inline-block;
    vertical-align: top;
    border:0;
    color: #4d5259;
    padding: 3px 9px;
    font: bold 15px/22px 'Trade Gothic',sans-serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: bold;
}
.search-result-wrapper .wp-pagenavi a:hover {
    color: #38a56e;
}
.search-result-wrapper .wp-pagenavi span.current {
    background: #38a56e;
    color: #fff;
}
.search-result-wrapper .wp-pagenavi span.pages {
    display: none;
}
.no-resultfound {
    padding: 25px 0;
    text-align: center;
}
.advisor-group-header-footer .site-logo-wrapper {
    padding-bottom: 30px;
}
/* Mega Menu */
.main-menu > li.mega-dropdown {
    position:static !important;
}
.main-menu > li.mega-dropdown > .sub-menu {
    padding: 20px 15px;
    overflow: hidden;
}
.main-menu > li.mega-dropdown > .sub-menu > .menu-item {
    float: left;
    width: 25%;
    padding: 0 15px;
}
.main-menu > li.mega-dropdown > .sub-menu > .menu-item > a {
    cursor: default;
    padding: 0 0 10px 0;
    font-size: 13px;    
    font-weight: bold;
    color: #45644a;
}
.main-menu > li.mega-dropdown > .sub-menu > .menu-item > a,
.main-menu > li.mega-dropdown > .sub-menu > .menu-item > a:hover,
.main-menu > li.mega-dropdown > .sub-menu > .menu-item:hover > a {
    background: none !important;
}
.main-menu > li.mega-dropdown > .sub-menu > .menu-item .sub-menu {
    display: block !important;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
}
.main-menu > li.mega-dropdown > .sub-menu > .menu-item .sub-menu li a {
    padding: 6px 12px 7px;
    text-transform: none;
}
/* Mega Menu End here */
/* Sidebar Blocks */
.sidebar-blocks .sidebar-block {
    background: #f5f5f5;
    padding: 14px;
    border: 1px solid #c4cfc9;
}
.sidebar-block .sidebar-block-title {
    font-size: 13px;
    color: #4d5259;
    padding-bottom: 12px;
    margin-bottom:12px;
    border-bottom: 1px solid #c4cfc9;
}
.sidebar-block-content ul,
.content-info-docs ul,
.impt-blox ul,
.mcpdfs-blox ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar-block-content ul > li,
.content-info-docs ul > li,
.impt-blox ul > li,
.mcpdfs-blox ul > li {
    line-height: 1.1;
    margin-bottom: 4px;
}
.sidebar-block-content ul > li:last-child,
.content-info-docs ul > li:last-child,
.impt-blox ul > li:last-child,
.mcpdfs-blox ul > li:last-child {
    margin-bottom: 0;
}
.sidebar-block-content ul > li > a,
.content-info-docs ul > li > a,
.impt-blox ul > li > a,
.mcpdfs-blox ul > li > a {
    display: inline-block;
    vertical-align: top;
    font-family: 'Trade Gothic';
    font-size: 14px;
    letter-spacing: normal;
    font-weight: normal;
    line-height: 1.333;
    /*text-transform: uppercase;*/
    padding-top: 6px;
    padding-bottom: 6px;
}
.sidebar-block-content ul > li.pdf-link a,
.content-info-docs ul > li.pdf-link > a,
.mcpdfs-blox ul > li.mcpdficon > a {
    padding-left: 25px;
    background: url('images/application-pdf.png') no-repeat;
    background-position: left 7px;
}
.content-info-docs ul > li.has-icon > a {
    display: block;
    position: relative;
    padding-left: 25px;
}
.content-info-docs ul > li.has-icon > a .doc-icon {
    display: block;
    width: 17px;  
    /* box-shadow: 0px 0px 2px 1px #cfcfcf; */
    position: absolute;
    top: 4px;
    left: 0;
}
.content-info-docs ul > li.has-icon > a .doc-icon img {
    width: 100%;
}
.sidebar-block-content p {
    font-size: 14px;
    margin-bottom: 12px;
    line-height: 1.5;
}
.sidebar-block-content p:last-child {
    margin-bottom: 0;
}

/* End Sidebar Block */

.right-sidebar .widget_nav_menu .widget-title {
    display: none;
}
.container-gray-bg {
    background-color: #f0f0f0;
}
.page-with-left-sidebar .site-content-inner p:last-child {
    margin-bottom: 0;
}
.location-details-page .sidebar > img {
    margin-bottom: 10px;
}
.taxonomy-meta .taxonomy-meta-items,
.taxonomy-meta .taxonomy-meta-title {        
    font-family: 'Trade Gothic',serif;
    font-size: 13px;
    line-height: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.taxonomy-meta .taxonomy-meta-title {
    color: #006937;       
    background-image: url(images/right.png);
    background-repeat: no-repeat;
    background-position: right center;
    cursor: pointer;  
    border-bottom: 1px solid #c4cfc9;  
}
.taxonomy-meta .taxonomy-meta-title a {
    padding: 14px 0;
    display: block;
    color: #006937;
}
.taxonomy-meta .taxonomy-meta-items a {
    display: block;
    border-bottom: 1px solid #c4cfc9;
    color: #767676;
    padding: 14px 0;
    -webkit-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}
.taxonomy-meta .taxonomy-meta-items a:hover {
    color: #adcab8;
}
.sidebar-location-advisors-listing .taxonomy-meta .taxonomy-meta-title {
    color: #767676;
    background-image: none;
}
.sidebar-location-advisors-listing .taxonomy-meta .taxonomy-meta-title a {
    color: #767676;
    -webkit-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}
.sidebar-location-advisors-listing .taxonomy-meta .taxonomy-meta-title:hover a {
    color: #adcab8;
}
.sidebar-location-advisors-listing .taxonomy-meta .taxonomy-meta-items a {
    background-image: url(images/right.png);
    background-repeat: no-repeat;
    background-position: right center;
    color: #006937;
}
.location-details-page .location-advisors-listing {
    padding: 30px;
}
.location-advisors-listing .search-result-item:first-child {
    border-top: 1px solid #d4d4d4;
}
.location-advisors-listing .search-result-wrapper .wp-pagenavi {
    padding-bottom: 0;
}
.location-advisors-listing .search-result-item .item-content {
    width: 66%;
}
.location-advisors-listing .search-result-item .item-about .name {
    margin-top: 0;
}
.location-advisors-listing .search-result-item .item-contact-info {
    width: 100%;
    float: none;
    margin: 0;
}
.location-advisors-listing .search-result-item .item-address {
    width: 100%;
    float: none;
    margin-top: 36px;
}
.location-advisors-listing .search-result-item .address-contact-wrapper {
    padding-left: 15px;
}
.search-results-listing {
    padding-bottom: 30px;
}
.widget_media_gallery .gallery {
    background: #fff;
    padding: 15px;
    text-align: center;
}
.widget_media_gallery .gallery .gallery-item {
    margin-bottom: 15px;
}
.widget_media_gallery .gallery .gallery-item:last-child {
    margin-bottom: 0;
}
.page-id-1758 .widget_media_gallery .gallery .gallery-item img {
    max-width: 120px;
}
/* History */
.page-template-history .content-area {
    padding-top: 0;
}
.page-template-history header.entry-header {
    background-color: #f2f1f0;
    padding: 35px 20px 15px 20px;
    text-align: center;
    margin-bottom: 40px;
}
.page-template-history h1.entry-title {
    font: bold 60px/60px Miller,serif;
    color: #555962;
}
.page-template-history .content-area > .site-width {
    position: relative;
}
.page-template-history .timeline-block {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 120px;
    font-family: 'Trade Gothic',serif;
    letter-spacing: 3px;
    font-size: 16px;
    font-weight: bold; 
    line-height: 20px; 
    z-index: 2;   
}
.page-template-history .timeline-block.affix .timeline-links {
    position: fixed;
    top: 0;
    width: 120px;
    background:none;
    bottom: 0;
    overflow: auto;
}
.page-template-history .timeline-block.viewport .timeline-links {
    top: auto;
    position: absolute;
    bottom: 0;
}
.page-template-history .timeline-block a {
    display: block;
    position: relative;
    margin-top: 20px;
    text-align: right;
    z-index: 2;
}
.page-template-history .timeline-block a:after {
    opacity: 0;
    -webkit-transition: all 0.3s ease-out; 
    transition: all 0.3s ease-out;
}
.page-template-history .timeline-block a.mPS2id-highlight:after {
    content: "";
    display: block;
    width: 12px;
    height: 12px;
    background: #37a66e;
    -webkit-border-radius: 12px;
    border-radius: 12px;  
    position: absolute;
    left: 0;
    top: 4px;   
    opacity: 1;   
}
.page-template-history .timeline-block a.mPS2id-highlight + a.mPS2id-highlight:after {
    opacity: 0;
}
.page-template-history .site-content {
    display: block;
    margin-right: 120px;
    /*border-right: 1px solid #c7c8c8;*/
    position: relative;
    z-index: 1;
    padding-top: 20px;
}
.page-template-history .site-content:after {
    content: '';
    display: block;
    position: absolute;
    width: 1px;
    border-right: 1px solid #c7c8c8;
    top: 0;
    bottom: 0;
    right: -6px;
}
.history-items-holder {
    margin-right: -6px;
}
.history-list-item {
    border-bottom: 1px solid #c7c8c8;
    margin-bottom: 40px;
}
.history-list-item:last-child {
    margin-bottom: 0;
}
.history-list-item .history-year {
    color: #c7c8c8;
    font-size: 50px;
    line-height: 50px;
    width: 170px;
    float: left;
}
.history-list-item .history-details {
    display: block;
    overflow: hidden;
    position: relative;
    padding-right: 380px;
    padding-bottom: 30px;
}
.history-list-item .history-details .history-img {
    width: 380px;
    text-align: right;
    position: absolute;
    bottom: 0;
    right: 0;
}
.history-list-item .history-details h2 {
    letter-spacing: 0;
    color: #555962;
    font-family: Miller,serif;
    font-weight: normal;
    font-size: 32px;
    line-height: 40px;
    text-transform: none;
    margin-bottom: 25px;
    padding-bottom: 15px;
    position: relative;
}
.history-list-item .history-details h2 span {
    color: #006937;
    display: block;
    font-family: 'Trade Gothic',serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    margin: 0 0 10px 0;
    text-transform: uppercase;
}
.history-list-item .history-details h2:after,
.history-list-item .history-details .history-subtitle:after {
    position: absolute;
    content: "";
    height: 1px;
    font-size: 0;
    line-height: 0;
    background: #c7c8c8;
    width: 200px;
    bottom: 0;
    left: 0;
    font-weight: normal;
}
.history-list-item .history-details .history-subtitle {
    color: #006937;
    font-weight: bold;
    margin-bottom: 25px;
    padding-bottom: 20px;
    line-height: 1.33;
    text-transform: uppercase;
    position: relative;
    font-family: 'Trade Gothic',serif;
    letter-spacing: 1px;
    margin-top: -4px;
}
.history-list-item .key-points {
    font-family: georgia,serif;
    color: rgb(0, 100, 0);
    font-weight: bold;
}
.history-list-item .key-points li,
.history-list-item .news-items li {
    margin-bottom: 6px;
}
.history-list-item .key-points li a,
.history-list-item .news-items li a {
    text-decoration: underline;
}
.history-list-item .key-points li:last-child,
.history-list-item .news-items li:last-child {
    margin-bottom: 0;
}
.history-list-item .history-details h4 {
    margin-bottom: 25px;
    color: #696969;
    text-transform: uppercase;
    font-size: 14px;
    letter-spacing: 1px;
    padding-top: 30px;
}
.page-template-history .site-content-inner {
    padding: 50px 50px 20px 0;
}
@media screen and (min-width: 800px) { 
.history-bottom-text {
    margin-left: 170px;
    max-width: 550px;   
}
}
/* End History */
/* News */
.news-list-holder {
    padding-top: 20px;
    max-width: 820px;
}
.news-items {
    padding-bottom: 50px;
    margin-bottom: 50px;
    border-bottom: 1px solid #d4d4d4;
}
.news-items:last-child {
    padding-bottom: 10px;
    margin-bottom: 0;
    border-bottom: 0;
}
.news-items .news-year {
    color: rgb(47, 79, 79);
    font-size: 22px;
    font-family: georgia,serif;
    font-weight: bold;
    padding-bottom: 40px;
}
.news-item {
    padding-bottom: 28px;
}
.news-item:last-child {
    padding-bottom: 0;
}
.news-item .news-title {
    color: #000;
    font-family: georgia,serif;
    text-transform: none;
    margin: 0;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
}
.news-item  .news-subtitle,
.news-item .news-date,
.news-item .news-description,
.news-readmore {
    margin: 0;
    font-family: georgia,serif;
}
.news-item .news-date,
.news-item .news-description,
.news-readmore {
    font-size: 14px;
}
.news-readmore {
    text-decoration: underline;
}
.entry-content .wp-block-table {
    margin-bottom: 30px;
}
.entry-content .wp-block-table:last-child {
    margin-bottom: 0;
}
.entry-content .wp-block-table td {
    border: 1px solid #d4d4d4;
    padding: 10px;
}
.page-template-full-width-page .content-area .site-content {
    max-width: 820px;
}
.trebuchet-ms {
    font-family: trebuchet ms,helvetica,sans-serif !important;
}
.prospectus-docs tr td:last-child {
    text-align: center;
}
.prospectus-docs tr td:last-child a,
table.mf-strategies tr td a,
.mf-strategies-mobile-item span a {
    font-size: 0;
    line-height: 0;
    width: 14px;
    height: 16px;
    overflow: hidden;
    background: url(images/documents.png) no-repeat center top;
    display: inline-block;
    vertical-align: middle;
}
.prospectus-docs tr td:last-child a:hover,
table.mf-strategies tr td a:hover,
.mf-strategies-mobile-item span a:hover {
    background-position: center bottom;
}
table.mf-strategies {
    margin-top: 25px;
    width: 100%;
}
table.mf-strategies tr td {
    background: url(images/wave.jpg) repeat center center;
    text-align: center;
    padding: 20px !important;
    font: bold 16px/20px 'Trade Gothic',sans-serif;
    vertical-align: middle;
}
table.mf-strategies tr:first-child td { 
    padding: 30px 20px !important;
    text-align: center;
    width: 16%;
    background: #fff;
}
table.mf-strategies tr:first-child td:first-child {
    width: 20%;
}
table.mf-strategies tr td:first-child {
    background: url(images/swoosh.jpg) repeat center center;    
    text-align: left;
}
table.mf-strategies tr:first-child td:first-child {
    background: #fff;
}

.page-id-2366 .entry-header .entry-title {
    font-family: georgia,serif;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.page-template-advisor-group-page .site-content .entry-content a,
.page-template-advisor-group-child-page .site-content .entry-content a {
    text-decoration: underline;
}
/* Gravity Form */
.site-content .gform_wrapper {
    padding-top: 5px;
}
.page-template-advisor-group-child-page .gform_title {
    display: none;
}
.site-content .gform_wrapper .top_label .gfield_label {
    display: block;
    color: #4d5259;
    font: bold 15px/20px 'Trade Gothic',sans-serif;
    letter-spacing: 1px;
    margin-bottom: 5px;
    text-transform: uppercase;
}
.site-content .gform_body select,
.site-content .gform_body label {
    color: #4d5259;
    font: 15px/20px 'Trade Gothic',sans-serif;
    letter-spacing: 1px;
}
body .site-content .gform_wrapper .top_label div.ginput_container {
    margin-top: 0;
}
.site-content .gform_wrapper .gfield_required {
    color: #f00;
}
.site-content .gform_wrapper .ginput_container_text input,
.site-content .gform_wrapper .ginput_container_email input,
.site-content .gform_wrapper .ginput_container_phone input,
.site-content .gform_wrapper textarea,
.site-content .gform_wrapper .gfield_select {
    border:1px solid #d4d4d4;
    padding: 10px !important;
}
.site-content .gform_wrapper .gfield_select {
    padding-left: 5px !important;
    padding-right: 18px !important;
}
.site-content .gform_wrapper .ginput_container_text input,
.site-content .gform_wrapper .ginput_container_email input,
.site-content .gform_wrapper .ginput_container_phone input,
.site-content .gform_wrapper .gfield_select  {
    width: 450px !important;
    max-width:100%;
}
.site-content .gform_footer .gform_button,
.sidebar #contact .gform_wrapper .gform_footer .button {
    border: none;
    border-radius: 0; 
    color: #fff;
    cursor: pointer;
    font: bold 12px/14px 'Trade Gothic',serif;
    letter-spacing: 1px;
    margin: 0 !important;
    outline: none;
    padding: 12px 20px !important;
    text-transform: uppercase;
    transition: all .3s;
    background: #B94700;
}
.gform_wrapper.gf_browser_ie .gform_footer input.button,
.sidebar #contact .gform_wrapper.gf_browser_ie .gform_footer .button {
    padding: 12px 20px !important;
}
.site-content .gform_footer .gform_button:hover,
.sidebar #contact .gform_wrapper .gform_footer .button:hover {
    background: #196045;
    color: #fff;
}
.gform_confirmation_wrapper {
    font-size: 150%;
}
/* End Gravity Form */
.entry-content .wp-block-image figure {
    display:block;
    max-width:100%;
}
.page-id-3971 .entry-header .entry-title {
    color: #000;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
    margin: 0 0 25px;
    font-family: Miller,serif;
}
.page-id-3971 .right-sidebar .widget-title {
    color: #2f4f4f;
    margin: 0;
    font-size: 16px;
    text-transform: none;
    font-family: georgia,serif;
    background:none;
    padding-bottom: 0px;
}
.page-id-3971 .right-sidebar .textwidget {
    padding-top: 0;
}
.search-template-default {
    max-width: 100%;
}
.default-search-form-search-page {
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.default-search-form-search-page .search-label-default {
    float: left;
    color: #4d5259;
    font: bold 15px/20px 'Trade Gothic',serif;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 9px 5px 5px 0;
}
.default-search-form-search-page .search-form {
    display: block;
    overflow: hidden;
}
.default-search-form-search-page .search-form .search-field {
    width: 330px;
    border:1px solid #d4d4d4;
    padding: 0 8px;
    outline: none;
    height: 38px;
    vertical-align: middle;
}
.default-search-form-search-page .search-form .search-submit {
    -webkit-appearance: none;
    background: #adcab8;
    border: none;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    font: bold 12px/14px 'Trade Gothic',serif;
    letter-spacing: 1px;
    margin: 0;
    outline: none;
    padding: 0 20px;
    text-transform: uppercase;
    transition: all .3s;
    height: 38px;
    vertical-align: middle;
}
.default-search-form-search-page .search-form .search-submit:hover {
    background: #196045;
    color: #fff;
}
.search-template-default .page-header h1 {
    margin: 0 0 40px 0;
    padding: 0 0 40px 0;
    border-bottom: 1px solid #d4d4d4;
    font-family: Miller,serif;
    font-size: 30px;
    letter-spacing: 1px;
    line-height: 40px;
}
.search-template-default .wp-pagenavi {
    text-align: right;
    padding:0 0 15px 0;
}
.search-template-default .wp-pagenavi span,
.search-template-default .wp-pagenavi a {
    display: inline-block;
    vertical-align: middle;
    margin: 5px 0 0 3px;
    padding: 6px 10px;
    line-height: 1.1;
    font-family: 'Trade Gothic',sans-serif;
    text-transform: uppercase;
    border:0;
    font-weight: bold;
    font-size: 15px;
}
.search-template-default .wp-pagenavi a:hover {
    color: #38a56e;
}
.search-template-default .wp-pagenavi .current {
    background: #38a56e;
    color: #fff;
}
.search-template-default .wp-pagenavi span.pages {
    display: none;
}
.search-template-default .hentry {
    margin: 0 0 30px 0;
    padding: 0 0 30px 0;
    border-bottom: 1px solid #d4d4d4;
    overflow: hidden;
}
.search-template-default .hentry .entry-title {
    margin: 0 0 10px;
    font: bold 15px/20px 'Trade Gothic',serif;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.search-template-default .hentry .entry-meta,
.search-template-default .hentry .more-link {
    display: none;
}
.search-template-default .hentry p:last-child {
    margin-bottom: 0;
}
.sidebar-block-content ul > li > a.linkedinlink,
.links-block .links-list a.linkedinlink {
    padding-left: 22px;
    background-image: url(images/icon_linkedin.png);
    background-repeat: no-repeat;
    background-position: 0 5px;
    background-size: 16px 16px;
}
.page-id-2692 .sidebar .widget_text {
    background: none;
}
.page-id-2692 .sidebar .widget_text .widget-title {
    font-family: trebuchet ms,helvetica,sans-serif;
    color: #006400;
    padding: 0;
    background: none;
    font-size: 16px;
    line-height: 27px;
    letter-spacing: normal;
    margin-bottom: 2px;
}
.page-id-2692 .sidebar .widget_text .textwidget {
    padding: 0;
}
/* Home page Twitter feed */
.home-featured-banner #ctf .ctf-header {
    border-bottom: 1px solid #4c7b9f;
    font: bold 20px/20px 'Trade Gothic',sans-serif;
    padding: 6px 0 0 0; 
    width: auto;
    display: block;
    margin: 0 20px 8px;
    color: #fff;
    float: none;
    overflow: hidden;
}
.home-featured-banner #ctf .ctf-header .ctf-header-img,
.home-featured-banner #ctf .ctf-header .ctf-header-follow,
.home-featured-banner #ctf .ctf-tweets .ctf-tweet-actions {
    display: none;
}
.home-featured-banner #ctf .ctf-header .ctf-header-text {
    padding: 0;
    overflow: hidden;
}
.home-featured-banner #ctf .ctf-header .ctf-header-text .ctf-header-user {
    margin: 0 !important;
    font-size: 20px;
    min-height: 20px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.home-featured-banner #ctf .ctf-header .ctf-header-link {
    display: block;
    float: none;
    padding: 14px 0;
    padding-right: 60px;
    background: url(images/follow.png) no-repeat right center;
    overflow: hidden;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    color: #fff;
}
.home-featured-banner #ctf .ctf-header .ctf-header-link:hover .ctf-header-user {
    color: #78bcd3 !important;
}
.home-featured-banner #ctf .ctf-header .ctf-header-link:hover {
    opacity: .7;
}
.home-featured-banner #ctf .ctf-tweets .ctf-item {
    padding: 0 20px 55px;
    position: relative;
}
.home-featured-banner #ctf .ctf-tweets .ctf-item .ctf-author-box {
    position: absolute;
    bottom: 20px;
    left: 20px;
    margin: 0 !important;
    min-height: 20px;
}
.home-featured-banner #ctf .ctf-tweets .ctf-item .ctf-author-box:before {
    content: '—';
    color: #000;
    font-size: 16px;
}
.home-featured-banner #ctf .ctf-tweets .ctf-item .ctf-author-box .ctf-tweet-date {
    color: #fff;
    text-transform: uppercase;
    font-family: 'Trade Gothic',sans-serif;
    font-size: 12px;
    line-height: 14px;
}
.home-featured-banner #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tweet-text {
    color: #fff;
    font-size: 20px;
    font-family: Miller,serif;
}
.home-featured-banner #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tweet-text a {
    color: #78bcd3;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    word-break: break-all;  
    display: inline-block;
}
.home-featured-banner #ctf .ctf-tweets .ctf-item .ctf-tweet-content .ctf-tweet-text a:hover {
    color: #fff;
}
.advisor-group-header-footer .navbar {
    display: none;
}
#haswebsite.type-financial_advisors {
   /* display: none !important;
    visibility: hidden;*/
}
#gform_wrapper_4,
#gform_wrapper_6 {
    border-top: 1px solid #d4d4d4;
    margin-top: 52px;
    padding-top: 50px;
}
.single-advisor_master #gform_wrapper_4,
.single-advisor_master #gform_wrapper_6 {
    border-top: 0;
    padding-top: 0;
    margin-top: 0;
}
#gform_wrapper_4 .gform_heading .gform_description,
#gform_wrapper_6 .gform_heading .gform_description {
    font-size: 16px;
    margin: 0 0 50px;
    font-weight: 700;
    font-family: 'Trade Gothic',serif;
    text-transform: uppercase;
}
#gform_wrapper_4 .gform_heading .gform_description {
    padding-top: 10px;
}
.master-advisors-link {
    position: absolute;
    left: -9999px;
    top: -9999px;
}
.sidebar #contact .gform_wrapper {
    margin-top: 30px;
    padding-top: 30px;
}
.single-advisor_master .sidebar #contact .gform_wrapper,
.single-resources .sidebar #contact .gform_wrapper {
    border-top:1px solid #d4d4d4;
}
.sidebar #contact .gform_wrapper .gform_heading .gform_description {
    margin-bottom: 25px;
    padding-top: 0;
}
.sidebar #contact .gform_wrapper .top_label .gfield_label {
    font: bold 15px/20px 'Trade Gothic',sans-serif;
    color: #4d5259;
}
.sidebar #contact .gform_wrapper .top_label .ginput_container {
    margin-top: 0px;
}
.sidebar #contact .gform_wrapper ul.top_label input,
.sidebar #contact .gform_wrapper ul.top_label textarea {
    width: 100%;    
    padding: 10px;
    border: 1px solid #d4d4d4;
} 
.sidebar #contact .gform_wrapper ul.top_label textarea  {
    height: 110px;
}
.sidebar #contact .gform_wrapper .gform_footer {
    margin: -15px 0 0 0;
    padding: 0;
}
.sidebar #contact .gform_wrapper ul li.gfield {
    padding-right: 0;
    margin-top: 10px;
}
.postid-5610.single-advisor_master .sidebar #contact {
    display: none !important;
}
/* Four videos in a row */
.four-videos,
.tow-videos {
    padding-right: 20px;
}
.four-videos h4,
.four-videos figure,
.tow-videos h4,
.tow-videos figure {
    margin-bottom: 0;
    margin-top: 0;
}
.four-videos h4,
.tow-videos h4 {
    margin-bottom: 5px;
    font-size: 15px;
}
.four-videos iframe,
.tow-videos iframe {
    vertical-align: top;
    margin: 0;
}

.site-content .search-template-default .hentry .search-results-listing {
    padding: 0;
}
.site-content .search-template-default .hentry .search-results-listing .search-result-item {
    padding: 0;
    margin: 0;
    border:0;
}
.sidebar .gform_confirmation_message {
    font-size: 15px;
    padding: 8px 10px;
    margin-top: 20px;
    border: 1px solid #9cdda6;
    background: #ebfdee;
    color: green;
    font-weight: bold;
}
.page-template-advisor-group-page .sidebar .sidebar-contact-information .contact-details .email,
.page-template-advisor-group-child-page .sidebar .sidebar-contact-information .contact-details .email,
.single-advisor_master .sidebar .sidebar-contact-information .contact-details .email,
.single-financial_advisors .sidebar .sidebar-contact-information .contact-details .email {
    position: absolute;
    display: block;
    top: -9999px;
    left: -9999px;
}
.resources-single-details .resources-taxonomies {
    color: #8c8c8c;
}
.resources-single-details .resources-taxonomies span {
    font-size: 20px;    
}
.resources-single-details .entry-content {
    padding-top: 35px;
}
.resources-single-details .resource-img {
    float: left;
    max-width: 38%;
    margin-right: 20px;
    margin-bottom: 15px;
    padding-top: 5px;
}
.resources-single-details .resource-content {
    overflow: hidden;
}
.page-template-resources-request-form .gform_confirmation_wrapper ~ .resources-data-listing {
    display: none;
}
.page-template-resources-request-form #post-6394 > .entry-content {
    position: relative;
    padding-bottom: 75px;
}
.page-template-resources-request-form .gform_wrapper .gform_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.page-template-resources-request-form .content-area-with-sidebar .site-content {
    width: 100%;
    float: none;
    clear: both;
}
.page-template-resources-request-form .site-content .gform_wrapper {
    float: left;
    width: 40%;
    margin-right: 3%;
}
.page-template-resources-request-form .site-content .gform_wrapper li#field_7_6 {
    position: absolute;
    visibility: hidden;
    left: -9999px;
    top: -9999px;
    width: 200px;
}
.page-template-resources-request-form .resources-data-listing {
    float: left;
    width: 57%;
    padding-top: 27px;
}
.page-template-resources-request-form .resources-data-listing > h2 {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 4px;
    margin-bottom: 0;
}
.page-template-resources-request-form .resources-data-listing h3 {
    color: #4d5259;
}
.page-template-resources-request-form .resources-data-listing ul {
    list-style: none;
    margin: 0;
    padding: 0 0 0 15px;
}
.page-template-resources-request-form .resources-data-listing ul li {
    display: inline-block;
    vertical-align: top;
    margin-right: 25px;
    margin-bottom: 5px;
    position: relative;
}
.page-template-resources-request-form .resources-data-listing ul li input {
    margin-right: 6px;
}
.page-template-resources-request-form .resources-data-listing ul li span {
    color: #4d5259;
    cursor: pointer;
}
.page-template-resources-request-form .resources-data-listing .resource-cat-2,
.page-template-resources-request-form .resources-data-listing .resource-list-cat-2 {
    margin-left: 36px;
}
.page-template-resources-request-form .resources-data-listing .resource-cat-1 {
    margin-top: 22px;
}
#resource-preview {
    position: absolute;
    right: 99%;
    top: -12px;
    width:500px;
    z-index: 10;  
    background: #fff;
}
#resource-preview.nopreview {
    display: none;
}
#resource-preview #content {
    border:1px solid #ccc;
    padding: 10px;
    background: #fff;
}
#resource-preview .resources-single-details .entry-content {
    padding-top:0;
}
#resource-preview .resources-single-details .entry-content p {
    line-height: 1.3;
}
#resource-preview .resources-single-details .entry-content {
    /*background: url(images/pdf_large_icon.jpg) no-repeat 0 5px;
    background-size: 30px auto;
    padding-left: 45px;*/
}
#resource-preview .resources-single-details h2 {
    margin-bottom: 2px;
    margin-top: 3px;
}
.page-template-resources-request-form .resources-data-listing {
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    height: 250px;
}
.page-template-resources-request-form .resources-data-listing.rdlvisible {
    opacity: 1;
    visibility: visible;
    overflow: visible;
    height: auto;
}
.resources-data-listing {
    padding: 10px 0 5px;
    border-top: 0;
}
.resources-data-listing .sr-list-item {
    padding-left: 0;
    margin-bottom: 25px;
    /*background: url(images/pdf_large_icon.jpg) no-repeat 0 0;
    background-size: 40px auto;*/
    position: relative;
    overflow: hidden;
}
.resources-data-listing .sr-list-item .sr-list-img {
    float: left;
    width: 270px;
    margin-right: 25px;
}
.resources-data-listing .sr-list-item .sr-list-info {
    overflow: hidden;
}
.resources-data-listing .sr-list-item .urlabovicon {
    display: inline-block;
    width: 40px;
    height: 54px;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(255,255,255,0.1);
    opacity: .1;
}
.resources-data-listing .sr-list-item h3 {
    margin: 0;
}
.rs-data-wrapper > h3 {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 15px;    
    border-top: 1px solid #ccc;
    padding-top: 15px;
    cursor: pointer;
    padding-right: 30px;
    background:url(images/arrow.png) no-repeat center right 10px;
}
body.single-advisor_master .resources-data-listing {
    border-bottom: 1px solid #ccc;
    padding-bottom: 0;
}
body.single-advisor_master .resources-cat-anchors {
    display: none;
}
.rs-data-wrapper .sr-list-item h3 {
    text-transform: capitalize;
}
body.single-advisor_master .resources-data-listing .sr-list-item .sr-list-info > div,
body.single-advisor_master .resources-data-listing .sr-list-item .sr-list-img {
    display: none;
}
body.single-advisor_master .resources-data-listing .sr-list-item {
    margin-bottom: 0;
}
body.single-advisor_master .resources-data-listing .sr-list-item .sr-list-info {
    padding-bottom: 10px;
}
body.single-advisor_master .resources-data-listing .sr-list-item:last-child .sr-list-info {
    padding-bottom: 25px;
}
body.single-advisor_master .resources-data-listing .sr-list-item .sr-list-info h3 a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
    padding:4px 0 4px 28px;
    background-position: 0 1px;
    background-repeat: no-repeat;
    background-size: 18px auto;
}
body.single-advisor_master .resources-data-listing .sr-list-item .sr-list-info h3 a:hover {
    color: #000;
}
body.single-advisor_master .resources-data-listing .sr-list-item .sr-list-info h3 a.type-pdfrsa {
    background-image: url(images/icon_pdf.png);
}
body.single-advisor_master .resources-data-listing .sr-list-item .sr-list-info h3 a.type-pptrsa {
    background-image: url(images/icon_ppt.png);
}
body.single-advisor_master .resources-data-listing .sr-list-item .sr-list-info h3 a.type-video {
    background-image: url(images/icon_video.png);
    background-position: 0 7px;
}
body.single-advisor_master .resources-data-listing .sr-list-item .sr-list-info .rsadownloads {
    display: none;
}
#FinancialServices .hiddenheading {
    display: none;
}
#FinancialPlanning,
#RetirementServices {
    padding-left: 40px;
}
.resources-data-listing .sr-list-item {
    opacity: 0;
}
.resources-data-listing .rs-data-wrapper .sr-list-item {
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.resources-data-listing .rs-data-wrapper .rslistwrap {
    display: none;
}
.resources-data-listing .rs-data-wrapper:first-child .rslistwrap,
.resources-data-listing .rs-data-wrapper .rslistwrap .rs-data-wrapper:first-child .rslistwrap {
    display: block;
}
#FinancialPlanning .sr-list-item:last-child {
    /* border-bottom: 1px solid #ccc;
    padding-bottom: 20px; */
}
.resources-data-listing .sr-list-item .sr-list-img a,
.resources-single-details .resource-img a {
    display: block;
    position: relative;
}
.resources-data-listing .sr-list-item .sr-list-img a span,
.resources-single-details .resource-img a span {
    display: none;
    background: #006937;
    color: #fff !important;
    font-weight: bold;
    font-size: 13px;
    text-transform: uppercase;
    padding: 2px 10px;
    position: absolute;
    left: 0;
    top: 10px;
    font-family: 'Trade Gothic',serif;
    box-shadow: 1px 1px 4px #000;
}
.resources-cat-anchors a {
    font-style: italic;
    font-weight: bold;
    font-size: 15px;
    display: none;
}
.resources-cat-anchors a.showanchor {
    display: inline-block;
    vertical-align: top;
    margin:0 20px 10px 0;
}

body.single-advisor_master .resources-data-listing .featured-topics-rs .sr-list-item .sr-list-info .rsadownloads,
body.single-advisor_master .resources-data-listing .rs-data-wrapper.featured-topics-rs .sr-list-item,
body.single-advisor_master .resources-data-listing .featured-topics-rs .sr-list-item .sr-list-info > div, 
body.single-advisor_master .resources-data-listing .featured-topics-rs .sr-list-item .sr-list-img {
    display: block !important;
}
body.single-advisor_master .resources-data-listing .rs-data-wrapper.featured-topics-rs {
    overflow: hidden;
}
body.single-advisor_master .resources-data-listing .rs-data-wrapper.featured-topics-rs .sr-list-item {
    float: left;
    width: 31.5%;
    margin: 0 2.75% 20px 0;
}
body.single-advisor_master .resources-data-listing .rs-data-wrapper.featured-topics-rs .sr-list-item:nth-child(3n+3) {
    margin-right: 0;
}
body.single-advisor_master .resources-data-listing .rs-data-wrapper.featured-topics-rs .sr-list-item:nth-child(3n+4) {
    clear: both;
}
body.single-advisor_master .resources-data-listing .rs-data-wrapper.featured-topics-rs .sr-list-item .sr-list-img {
    float: none;
    width: 100%;
    margin: 0 0 15px;
    max-height: 240px;
    overflow: hidden;
}
body.single-advisor_master .resources-data-listing .rs-data-wrapper.featured-topics-rs .sr-list-item .sr-list-info p {
    font-size: 15px;
    line-height: 1.3;
}
body.single-advisor_master .resources-data-listing .rs-data-wrapper.featured-topics-rs .sr-list-item .sr-list-info h3 a {
    background: none !important;
    padding: 0 0 5px;
}
body.single-advisor_master .resources-data-listing .rs-data-wrapper.featured-topics-rs .sr-list-item .sr-list-info .rsadownloads a {
    text-decoration: underline;
}
body.single-advisor_master .resources-data-listing .rs-data-wrapper.featured-topics-rs .sr-list-item .sr-list-info .rsadownloads a:hover {
    text-decoration: none;
    color: #000;
}
body.single-advisor_master .resources-data-listing .rs-data-wrapper.featured-topics-rs .sr-list-item .sr-list-info {
    padding-bottom: 10px;
}
.page-template-resources-request-form .site-content .gform_wrapper li#field_7_7 .gfield_label {
    text-transform: none;
}
.page-template-resources-request-form .site-content .gform_wrapper li .ginput_container_checkbox input {
    vertical-align: top;
    margin-top: 5px;
} 
.page-template-resources-request-form .site-content .gform_wrapper li .ginput_container_checkbox + .gfield_description {
    line-height: 1.2;
    color:#878787;
    padding-top: 0 !important;
}
.datalistitem .inertdata {
    position: absolute;
    top: -9999px;
    right: 0;
    width: 350px;
    background: #fff;
    z-index: 10;
    padding: 10px;
    border: 1px solid #ccc;
}
.datalistitem .inertdata.previewopen {
    top: 99%;
}
.datalistitem .inertdata .site-content .resources-single-details h2 {
    margin-top: 0;
}
.datalistitem .inertdata .site-content .resources-single-details .entry-content {
    padding: 0;
}
.datalistitem .inertdata .site-content  .resources-single-details .resource-img {
    width: 46%;
    max-width: 46%;
    margin-bottom: 0;
}
.page-template-resources-request-form .resources-data-listing {
    position: relative;
}
.page-template-resources-request-form .resources-data-listing .dataloadpreview {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, .5);
    background-image: url(images/loading.gif);
    background-repeat: no-repeat;
    background-position: center center;
    z-index: 20;
}
.page-template-resources-request-form .resources-data-listing .dataloadpreview.closedataloader {
    display: none;
}
.leadership-list-items .list-item-team-member {
    padding-bottom: 25px;
}
.leadership-list-items .list-item-team-member > span {
    display: block;
    font-weight: bold;
    font-size: 15px;
    padding-top: 10px;
    line-height: 1.222;
    padding-bottom: 5px;
}
.leadership-list-items .list-item-team-member .member-position,
.leadership-list-items .list-item-team-member .member-position p {
    line-height: 1.2;
    font-size: 14px;
}
.leadership-list-items .list-item-team-member .member-position p:last-child {
    margin-bottom: 0;
}
.left-sidebar .forfieldwrapper {
    display: none;
}
.left-sidebar .forfieldwrapper.opensideform {
    display: block;
}
.left-sidebar .gform_wrapper .gform_heading {
    cursor: pointer;
    background: url(images/arrow.png) no-repeat right 6px;
    background-color: #f5f5f5;
}
.mc-listing {
    border-bottom: 1px solid #d4d4d4;
    padding-bottom: 54px;
    margin-bottom: 54px;
}
.mc-listing:first-child {
    padding-top: 45px;
}
.mc-listing:last-child {
    margin-bottom: 0;
    border:0;
    padding-bottom: 0;
}
.mc-listing .mc-list-title {
    font-size: 16px;
    margin-top: 0;
    font-family: georgia,serif;
    font-style: normal;
    text-transform: none;
    margin-bottom: 15px;
}
.mc-listing .mc-list-title span {
    display: block;
    font-size: 12px;
    text-transform: none;
    font-weight: 600;
    font-style: italic;
    color:#b3b3b3;
    padding-bottom: 2px;
    display: none;
}
.mc-listing .mc-list-text a {
    text-decoration: none;
}
.mc-listing .mc-icon {
    float: left;
    max-width: 30%;
    margin: 3px 15px 10px 0;
}

.leadership-sidebar-temp .team-list-content {
    width: 70%;
    float: left;
}
.leadership-sidebar-temp .leadership-sidebar {
    width: 30%;
    float: right;
    padding-top: 18px;
}
.page-template-firm-leadership .list-item-team-member {
    margin: 18px 25px 0 0;
    width: 160px;
}
.page-template-firm-leadership .list-item-team-member img {
    border: solid 1px #ccc;
    max-width: 160px;
}
.leadership-sidebar-temp .leadership-sidebar-inner {
    border: solid 1px #ccc;
    padding: 15px;
}
.leadership-sidebar-temp .leadership-sidebar-inner .ls-block {
    border-bottom: solid 1px #ccc;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.leadership-sidebar-temp .leadership-sidebar-inner .ls-block:last-child {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}
.leadership-sidebar-temp .leadership-sidebar-inner .ls-block ul {
    list-style: none;
    font-size: 13px;
    padding: 0;
    margin: 0;
}
.leadership-sidebar-temp .leadership-sidebar-inner .ls-block ul li {
    margin-bottom: 10px;
    line-height: 1.3;
}
.leadership-sidebar-temp .leadership-sidebar-inner .ls-block ul li:last-child {
    margin-bottom: 0;
}
.leadership-sidebar-temp .leadership-sidebar-inner .ls-block ul li span {
    display: block;
}
.leadership-sidebar-temp .leadership-sidebar-inner .ls-block-title {
    margin-bottom: 15px;
    letter-spacing: 2px;
    color: #006937;
}
.page-template-firm-leadership .leadership-sidebar-temp .list-item-team-member {
    float: left;
    width: 160px;
    margin-left: 0;
    margin-top: 0;
    margin-bottom: 20px;
    margin-right:25px;
}
.page-template-firm-leadership .leadership-sidebar-temp .list-item-team-member:nth-child(4n+1) {
    clear: both;
}
.page-template-firm-leadership .leadership-sidebar-temp .list-item-team-member img {
    width: 100%;
    padding: 0;
    max-width: 160px;
}
.page-template-firm-leadership .leadership-sidebar-temp .list-item-team-member > span {
    font-size: 15px;
    line-height: 1.222;
    padding-bottom: 5px;
}
.page-template-firm-leadership .leadership-sidebar-temp .list-item-team-member .member-position {
    font-size: 14px;
}
.leadership-sidebar-temp .leadership-sidebar-inner .ls-block ul.board_of_directors_list li {
    margin-bottom: 3px;
    float: left;
    width: 48%;
    margin-right: 4%;
}
.leadership-sidebar-temp .leadership-sidebar-inner .ls-block ul.board_of_directors_list li:nth-child(2n+2) {
    margin-right: 0;
}
.leadership-sidebar-temp .leadership-sidebar-inner .ls-block ul.board_of_directors_list li:nth-child(2n+3) {
    clear: both;
}
.leadership-sidebar-temp .leadership-sidebar-inner.ipc-sidebar .ls-block ul.board_of_directors_list li {
    float: none;
    width: 100%;
    margin-right: 0;
}
#fltab4 .leadership-tab-content {
    padding-top: 18px;
}
.fl-nav {
    padding-bottom: 5px;
    font-family: 'Trade Gothic',serif;    
    font-size: 13px;
    letter-spacing: 1px;
}
.fl-nav a {
    color: #6b6c6f;
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
    padding-left: 15px;
    border-left: 1px solid #c2c2c2;
    margin-bottom: 7px;
    line-height: 1.2;
}
.fl-nav a:first-child {
    padding-left: 0;
    border-left: 0;
}
.fl-nav a:hover {
    color: #000;
}
.fl-nav a.fl-nav-active {
    color: #006937;
    font-weight: 600;
}
.leadership-list-items .ls-block-title {
    margin-bottom: 20px;
    letter-spacing: 2px;
    color: #006937;
    margin-top: 0;
    text-align: left;
    padding-top: 10px;
}
.team-list-content .leadership-tab-content {
    text-align: left;
}
.fl-tab-block {
    display: none;
}
.leadership-list-items .leadership-tab-content .clearfix .ls-block-title {
    margin-bottom: 0;
    padding-top: 25px;
}
.leadership-list-items .leadership-tab-content .clearfix:first-child .ls-block-title {
    padding-top: 0;
}
.search-results .page-title-bg-banner {
    background-color: #f2f1f0;
}
.search-results .page-title-bg-banner .page-title-bg-wrapper .page-title {
    color: #555962;
}
.home-featured-listing-inner .bx-viewport .bx-loading {
    display: none;
}
/* =============== Media Queries ================ */
@media screen and (max-width: 1260px) { 
    .home-featured-listing-inner {
        padding-left: 45px;
        padding-right: 45px;
    }   
    .page-template-firm-leadership .leadership-sidebar-temp .list-item-team-member {
        width: 21%;
    } 
}
@media screen and (max-width: 1165px) { 
	.footer-top-menu > li {
		margin-right:20px;
	}
	.footer-top-menu > li:last-child {
		margin-right:0;
	}
}
@media screen and (max-width: 1160px) { 
    .site-width {
        padding-left: 20px;
        padding-right: 20px;
    }
    .main-menu > li > a {
        padding: 17px 10px;
    }
    .main-menu .sub-menu > li > a {
        padding: 10px 10px 10px 13px;
        font-size: 12px;
    }
    .advisor-search-wrapper .title {
        font-size: 34px;
    }
    .main-slider .slider-button {
        margin-top: 0;
    }  
    .history-list-item .history-year {
        font-size: 40px;
        line-height: 40px;
        width: 130px;
    }
    .page-template-history .timeline-block {
        right: 20px;
    }  
    .history-list-item .history-details {
        padding-right: 300px;
    }
    .history-list-item .history-details .history-img {
        width: 300px;
    }
    .page-template-history .site-content {
        margin-right: 100px;
    }
    .page-template-history .timeline-block,
    .page-template-history .timeline-block.affix .timeline-links {
        width: 100px;
    }
    table.mf-strategies tr:first-child td,
    table.mf-strategies tr td {
        padding: 10px !important;
    }
    table.mf-strategies tr td {
        font-size: 14px;
    }
    .fl-nav a {
        margin-right: 12px;
        padding-left: 12px;
    }
    .fl-nav a:first-child {
        padding-left: 0;
        border-left: 0;
    }
}
@media screen and (min-width: 1024px) {
    .main-menu > li > .sub-menu {
        display: none !important;
    } 
    .main-menu > li:hover > .sub-menu,
    .right-sidebar .widget_nav_menu > div,
    .location-details-page .sidebar-contact-information .contact-details {
        display: block !important;
    }  
}
@media screen and (max-width: 1024px) { 
    .page-template-pf-locations .location-intro-textarea {
        padding-left: 20px;
    }
    
}
@media screen and (max-width: 1023px) { 
    .page-template-pf-locations .fix-image {
        margin-left: -50px !important;
    }
    .single-advisor_master .sidebar #contact .gform_wrapper,
    .single-resources .sidebar #contact .gform_wrapper {
        border-top:0;
    }
    .location-details-page {
        padding-bottom: 0;
    }
    .menu-header-top-menu-container {
        display: none;
    }
    .site-header {
        height: auto;
    }
    .headertop-content {     
        position: relative;     
        z-index: 1;
    }
    .header-content-wrapper .site-width {
        padding: 0;
    }
    .client-login-button {
        padding-top: 0;
        padding-bottom:0;
        margin-left: 0;
        height: 38px;
        line-height: 38px;
        display: block;
        position: absolute;
        bottom: -38px;
        right: 74px;
    }
    .header-search {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        padding-top: 0;
        padding: 0;
        overflow: visible;
        height: auto;
    }  
    .header-search .search-form {
        padding: 20px;
        background:#f0f0f0 url(images/lines-grey.png) repeat;
        display: none;
        top: auto;
    }  
    .header-search.open .search-form {
        display: block;
    } 
    .header-search .search-field {
        border: 2px solid #dcdcdc;
        padding: 0 45px 0 10px
    }
    .header-search .search-submit {
        right: 31px;
        top: 30px;
    }
    .site-logo-wrapper {     
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        height: 75px;     
        z-index: 1;
        width: 290px;
        margin: 0;
    } 
    .header-search #search-toggle {
        /*background: url(images/find.png) no-repeat center center;*/
        top: auto;
        right: 23px;
        bottom: -48px;
    }
    .header-search #search-toggle .fas {
        color: #006937;
    }
    .site-logo {
        margin-left: 88px;
        margin-top: 11px;
        text-align: left;
        width: 315px;
    }
    .site-logo img {
        width: 315px;
    }
    .menu-toggle {
        display: block;
        background: url(images/hamburger.png) center center no-repeat;
        background-color: #006937;
        border: 0;
        border-top: 0;
        height: 75px;
        left: 0;
        overflow: hidden;
        opacity: 1;
        position: absolute;
        top: 0;
        transition: opacity 0.5s;
        width: 70px;
        font-size: 0;
        z-index: 5;
        padding: 0;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        z-index: 2;
    } 
    .menu-open .menu-toggle {
        background: url(images/close.png) center center no-repeat;
        background-color: #006937;
        left: 200px;
        z-index: 2;
        width: 75px;
    } 
    .navbar {
        margin-top: 0;
        border-top: 0px solid #adcab8;
        position: fixed;
        width: 201px;
        top: 0;
        bottom: 0;
        left: -210px;
        overflow: auto;
        background: #006937;
        border-right: 1px solid #117646;
        z-index: 2;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }
    .advisor-group-header-footer .navbar {
        display: block;
    }
    .main-menu > li {
        display: block;
        text-align: left;  
        float: none;      
    }
    .main-menu > li > a {
        border-bottom: 1px solid #117646;
        padding-right: 40px;
        padding-top: 19px;
        padding-bottom: 19px;
        color: #fff;
    }
    .main-menu > li:hover > a {
        background-color: #0E5633;
    }
    .main-menu > li.menu-item-has-children > a:after {      
        display: none;
    }
    .main-menu li a {
        font-size: 12px;        
    }
    .main-menu .sub-menu {
        background: #1f3429;
        position: relative;
        top: auto;
    }  
    .main-menu > li:hover > .sub-menu,
    .main-menu > li > .sub-menu {
        display: block;
    }
    .navbar .main-menu > li > .sub-menu {
        display: none;
    }
    .main-menu .sub-menu > li > a {
        padding-left: 20px;
    }
    .main-menu > li > .mb-click {
        display: block;
        width: 40px;
        position: absolute;
        top: 0;
        height: 54px;
        right: 0;
        background: url(images/down.png) no-repeat center center;
        cursor: pointer;
    }
    .headertop-menu > li > a {
        color: #f5f5f5;
    }
    .site-header {
        border-bottom: 1px solid #006937;
    }
    #navbar .headertop-menu {
        display: block;
        padding: 15px 0 0 0;
    }
    .headertop-menu > li {
        float: none;
        margin: 0;
        padding: 5px 13px;
        line-height: 1.4;
    }

    .site-logo-wrapper:after {
        background: rgba(87, 87, 87, 0.6);
        content: '';
        display: none;        
        left: 0;
        bottom: 0;
        right: 0;
        top: 0;
        opacity: 0;
        position: fixed;        
        transition: opacity 0.5s 0s,
        visibility 0s 0.5s;
        visibility: hidden;
        width: 100%;
        z-index: 1;
    }    
    .menu-open .site-logo-wrapper:after {
        opacity: 1;
        display: block;
        visibility: visible;
        transition: opacity 0.5s 0s,visibility 0s 0s;
    }
    .menu-open .navbar {
        left: 0;
    }
    body.menu-open {
        overflow: hidden;
    }
    .menu-open .home-featured-listing .bx-wrapper .bx-controls-direction a {
        z-index: 0;
    }
    .headertop-content .social-icons {
        right: 84px;
        /*top: 45px;*/
        top:-9999px;
    }
    .content-area-with-sidebar .site-content,
    .page-with-left-sidebar .site-content,
    .right-sidebar,
    .single-financial_advisors .page-with-left-sidebar .site-content{
        clear: both;
        width: auto;
        float: none;
        margin-bottom: 35px;
    }
    .right-sidebar {
        margin-bottom: 30px;
    }
    .page-with-left-sidebar .site-content {
        margin-bottom: 0;
    }
    .advisor-search-wrapper {
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .advisor-search-wrapper .block-left,
    .advisor-search-wrapper .block-right {
        width: 100%;
        float: none;
        text-align: center;
    }
    .advisor-search-wrapper .glass-icon {
        display: block;
        margin: 0 auto 20px;
    }
    .advisor-search-wrapper .title {
        font-size: 36px;
        margin-bottom: 25px;
    }
    .advisor-search-wrapper .brokerchecklink {
        display: block;
        margin-bottom: 15px;
    }
    .advisor-search-wrapper .jump-menu {
        margin-bottom: 20px;
    }
    .address-wrapper {
        padding-top: 40px;
    }
    .menu-wrapper-bottom {
        padding-bottom: 20px;
    }
    .footer-top-menu > li {
        margin-right: 0;
        margin-bottom: 30px;
        padding-right: 30px;
        width: 25%;
        max-width: 260px;
    }
    .footer-top-menu > li > .sub-menu {
        margin-bottom: 0;
    }
    .footer-bottom-menu > li {     
        margin-bottom: 10px;
    }
    .footer-bottom-menu > li > a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .address-wrapper p {
        margin-bottom: 15px;
    }
    .sidebar-featured-image {
        text-align: center;
    }
    .secondary-menu-wrapper {
        text-align: left;
    }
    .secondary-menu {        
        background: rgba(0,0,0,0.2);
        margin-top: 20px;
        margin-bottom: 20px;
        border: 1px solid #196044;
        border-bottom: 0px solid #196044;
    }
    .secondary-menu .menu-title {
        display: block;
        font-family: 'Trade Gothic',sans-serif;
        font-size: 13px;
        font-weight: bold;
        line-height: 16px;
        color: #2eb672;
        letter-spacing: 1px;
        text-transform: uppercase;
        margin-bottom: 0;
        padding: 14px;
        position: relative;
        border-bottom: 1px solid #196044;
        cursor: pointer;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        margin-top: 0;
    }
    .secondary-menu .menu-title:after {
        background: url(images/arrow.png) no-repeat 0 0;
        content: '';
        display: block;
        height: 7px;
        margin-top: -3px;
        position: absolute;
        right: 14px;
        top: 50%;
        width: 12px;
    }
    .secondary-menu > ul > li {
        display: block;
        margin-left: 0;
        margin-right: 0;
    }
    .secondary-menu > ul > li > a {        
        border-bottom: 1px solid #196044;
        padding: 14px;
        color: #2eb672;
    }
    .secondary-menu .menu-title:hover,
    .secondary-menu > ul > li > a:hover{
        color: #fff;
    }
    .secondary-menu > ul {
        display: none;
    }
    .left-sidebar {
        width: auto;
        background: #084433 url(images/lines-green.png) repeat center center;
        margin: -50px -20px 0px -20px;
        float: none;
        padding: 20px;
    }
    .location-details-page .left-sidebar {
        margin-top: -30px;
        background: #f0f0f0;
    }
    .single-financial_advisors .left-sidebar {        
        background: none;
        margin: -30px -20px 0px -20px;
    }
    .page-with-left-sidebar .site-content {
        width: auto;
        margin-left: -20px;
        margin-right: -20px;
    }
    .page-with-left-sidebar .site-content-inner {
        padding: 30px 20px;
    }
    .sidebar-featured-image {
        float: left;
        margin-right: 20px;
        border: 0;
    }
    .sidebar-contact-information {
        overflow: hidden;
        border: 1px solid #196044;
        padding: 0;
        background: rgba(0,0,0,0.2);
        min-height: 311px;
    }
    .sidebar-contact-information .title {
        color: #2eb672;
        cursor: default;
        transition: color 0.5s;
        border-bottom: 1px solid #196044;
        padding: 14px;
        cursor: pointer;
        position: relative;
    }
    .sidebar-contact-information .title:after {
        background: url(images/plus.png) no-repeat 0 0;
        content: '';
        display: block;
        height: 12px;
        position: absolute;
        right: 16px;
        top: 16px;
        width: 12px;
    }
    .single-financial_advisors .sidebar-contact-information {
        border-color: #c4cfc9;
        background: #f5f5f5;
        float: none;
        margin-bottom: 0;
    }
    .sidebar-contact-information .contact-details {
        color: #fff;
        padding: 0 14px 14px;
    }
    .single-financial_advisors .sidebar-contact-information .contact-details {
        padding: 20px;
    }
    .sidebar-contact-information .phone {
        color: #2eb672;
    }
    .sidebar-contact-information .phone strong {
        color: #fff;
    }
    .single-financial_advisors .sidebar-contact-information .contact-details {
        color: #4d5259;
    }
    .single-financial_advisors .site-content-inner {
        padding: 0 20px 20px;
    }
    .page-title-bg-wrapper,
    .page-title-bg-wrapper .page-title {
        height: 222px;
    }
    .sidebar-contact-information .title:hover {
        color: #fff;
    }
    .advance-search .search-form-item {
        width: 28%;
    }
    .advance-search .search-form-button {
        width: 20%;
        float: clear;
        margin-right: 0;
    }
    .search-result-item .advisor-toggle {
        display: block;
    }
    .search-result-item .item-content {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    .address-contact-wrapper {
        display: none;
    }
    .address-contact-wrapper.mobile-view {
        display: block;
        clear: both;
        background: #f5f5f4;
        margin-top: 20px;
        padding: 15px;
    }    
    .address-contact-wrapper.mobile-view .item-address,
    .address-contact-wrapper.mobile-view .item-contact-info{
        margin-top: 0;
        width: 50%;
    }
    .page-template-locations .entry-thumbnail , .page-template-pf-locations .entry-thumbnail{
        width: 100%;
        max-width: 100%;
        float: none;
        margin-left: 0;
    }
    .location-listing-group .group-item {
        width: 50%;
    }
    .location-listing-group .group-item:nth-child(2n+2) {
        padding-right: 0;
    }
    .location-listing-group .group-item:nth-child(3n+3) {
        padding-right: 20px;
    }
    .location-listing-group .group-item:nth-child(3n+4) {
        clear: none;
    }
    .location-listing-group .group-item:nth-child(2n+3) {
        clear: both;
    }
    .page-template-locations .entry-content , .page-template-pf-locations  .entry-content{
        margin-bottom: 50px;
    }
    .advisor-search-form {
        padding-top: 60px;
        padding-bottom: 60px;
    }
    .advisor-search-form .entry-title {
        font-size: 50px;
        line-height: 50px;
    }
    .advance-search .searchandfilter ul > li h4 {
        text-align: left;
    }
    .advance-search .searchandfilter ul > li:last-child {
        padding-top: 36px;
    }
    .main-menu > li.mega-dropdown {
        position:relative !important;
    }
    .main-menu > li.mega-dropdown > .sub-menu {
        padding: 0;
        overflow: visible;
    }
   .main-menu > li.mega-dropdown > .sub-menu > .menu-item {
        float: none;
        width: 100%;
        padding: 0;
    }
    .main-menu > li.mega-dropdown > .sub-menu > .menu-item > a {
        padding: 10px 13px; 
        font-size: 12px;   
    }
    .main-menu > li.mega-dropdown > .sub-menu > .menu-item .sub-menu li a {
        padding: 7px 15px 9px 22px;
    }
    .sidebar-blocks {
        padding-left: 20px;
        padding-right: 20px;
    }
    .home .content-area {
        padding-bottom: 30px;
    }
    .right-sidebar .widget_nav_menu .widget-title {
        display: block;
        cursor: pointer;
        color: #284734;
        background-color: #aeaeab;
        background-image: url(images/arrow.png);
        background-repeat: no-repeat;
        background-position: right 20px top 20px;
    }
    .right-sidebar .widget_nav_menu > div {
        display: none;
    }
    .sidebar-container .menu {
        background: #D9D9D6;
    }
    .sidebar-container .menu > li.current_page_item > a {
        background-color: #AEAEAB;
    }
    .right-sidebar .widget_nav_menu ul li a {
        padding-left: 15px;
        padding-right: 15px;
    }
    .right-sidebar .widget_nav_menu ul li .sub-menu li a {
        padding-left: 30px;
    }
    .home-featured-listing-inner {
        margin-left: -10px;
        margin-right: -10px;
    }
    .location-details-page .sidebar-contact-information {
        background: #f5f5f5;
        border:1px solid #c4cfc9;
        min-height: 10px;
        margin-bottom: 7px;
    }
    .location-details-page .sidebar-contact-information .title {
        color: #000;
        border-bottom:0;
        margin-bottom:0;
    }
    .location-details-page .sidebar-contact-information .contact-details {
        color: #4d5259;
        padding-bottom: 20px;
        padding-top: 20px;
        border-top: 1px solid #c4cfc9;
        display: none;
    }
    .location-details-page .sidebar-contact-information .phone {
        color: #000;
    }
    .location-details-page .sidebar-contact-information .phone strong {
        color: #4d5259;
    }
    .location-details-page .sidebar .taxonomy-meta {
        margin-bottom: 0;
    }
    .location-details-page .sidebar > img {
        margin-bottom: 20px;
    }
    .history-list-item .history-details h2 {
        font-size: 28px;
        line-height: 32px;
    }
    .history-list-item .history-details h2 span {
        font-size: 14px;
        line-height: 16px;
        padding-top: 5px;
    }
    .history-list-item .history-details {
        padding-right: 20px;
    }
    .history-list-item .history-details .history-img {
        position: relative;
        width: 100%;
    }
    .location-details-page .sidebar > img {
        display: none;
    }
    .page-id-2366 .entry-header .entry-title {
        font-size: 26px;
        line-height: 34px;
    }
    .four-videos,
    .two-videos {
        padding-right: 0;
    }
    .sidebar #contact .gform_wrapper {
        padding: 20px;
        margin-top: 5px;
        padding-top: 0;
        border:0;
    }
    .sidebar #contact .gform_wrapper form {
        border-top: 1px solid #d4d4d4;
        padding-top: 20px;
    }
    .page-template-advisor-group-page .sidebar #contact,
    .page-template-advisor-group-page .sidebar #contact .gform_wrapper,
    .page-template-advisor-group-child-page .sidebar #contact,
    .page-template-advisor-group-child-page .sidebar #contact .gform_wrapper,
    .single-advisor_master .sidebar #contact,
    .single-advisor_master .sidebar #contact .gform_wrapper,
    .single-resources .sidebar #contact,
    .single-resources .sidebar #contact .gform_wrapper {     
        margin: 0;
    }
    .page-template-advisor-group-page .sidebar #contact .gform_wrapper,
    .page-template-advisor-group-child-page .sidebar #contact .gform_wrapper,
    .single-advisor_master .sidebar #contact .gform_wrapper,
    .single-resources .sidebar #contact .gform_wrapper {
        padding: 0;
    }
    .page-template-advisor-group-page .sidebar #contact .gform_wrapper form,
    .page-template-advisor-group-child-page .sidebar #contact .gform_wrapper form,
    .single-advisor_master .sidebar #contact .gform_wrapper form,
    .single-resources .sidebar #contact .gform_wrapper form {
        border-top: 1px solid #456858;
        margin-top: 20px;
    }
    .page-template-advisor-group-page .sidebar #contact .gform_wrapper .gform_heading .gform_description,
    .page-template-advisor-group-child-page .sidebar #contact .gform_wrapper .gform_heading .gform_description,
    .single-advisor_master .sidebar #contact .gform_wrapper .gform_heading .gform_description,
    .single-resources .sidebar #contact .gform_wrapper .gform_heading .gform_description {
        margin-bottom: 15px;
    }
    .page-template-advisor-group-page .sidebar #contact .gform_wrapper .top_label .gfield_label,
    .page-template-advisor-group-child-page .sidebar #contact .gform_wrapper .top_label .gfield_label,
    .single-advisor_master .sidebar #contact .gform_wrapper .top_label .gfield_label,
    .single-resources .sidebar #contact .gform_wrapper .top_label .gfield_label {
        color:#d5d5d5; 
    }




    .left-sidebar .forfieldwrapper {
        display: block;
    }
    .left-sidebar .gform_wrapper .gform_heading {
        background:none;
    }
    .single-financial_advisors .left-sidebar .forfieldwrapper {
        display: none;
        padding-top:5px;
    }
    .single-financial_advisors .left-sidebar .forfieldwrapper.opensideform {
        display: block;
    }
    .single-financial_advisors .left-sidebar .gform_wrapper .gform_heading {
        cursor: pointer;
        background: url(images/arrow.png) no-repeat right 6px;
        background-color: #f5f5f5;
        margin-bottom: 0;
    }
    .single-financial_advisors .left-sidebar .gform_wrapper .gform_heading span,
    .single-financial_advisors .left-sidebar .gform_wrapper {
        margin-bottom: 0 !important;
    }
    .page-template-firm-leadership .leadership-sidebar-temp .list-item-team-member {
        width: 45%;
    }
    .page-template-firm-leadership .leadership-sidebar-temp .list-item-team-member:nth-child(2n+1) {
        clear: both;
    }
    .page-template-firm-leadership .leadership-sidebar-temp .list-item-team-member img {
        max-width: 100%;
    }
    .leadership-sidebar-temp .team-list-content {
        width: 60%;
    }
    .page-template-firm-leadership .list-item-team-member {
        margin-right: 19px;
    }
    .page-template-firm-leadership .leadership-sidebar-temp .list-item-team-member {
        margin-right: 20px;
    }
    .leadership-sidebar-temp .leadership-sidebar {
        width: 40%;
    }
    #second-title {
    margin: 0px 0px 10px !important;
    }

}
@media screen and (max-width: 767px) { 
    .page-template-pf-locations .fix-image {
        margin-left: -25px !important;
    }
    .client-login-button {
        display: none;
    } 
    #navbar .client-login-button {
        display: block;
        position: relative;
        top: auto;
        right: auto;
        bottom: auto;
        left: auto;
        text-align: center;
        margin: 15px 13px 0;
    }  
    #navbar .social-icons {
        padding-top: 25px;
        padding-bottom: 10px;
    }
    #navbar .social-icons .social-icon {
        font-size: 28px;
        width: 34px;
        height: 32px;
    }
    .header-search #search-toggle {
        width: 70px;
        right: 0;
        height: 75px;
        bottom: -75px;
        border-left: 1px solid #006937;
    }
    .header-search #search-toggle .fas {
        font-size: 24px;
        top: 34%;
        right: 32%;
    }
    .site-logo-wrapper {
        width: auto;
        margin-right: 88px;
    }
    .site-logo-wrapper .site-logo {
        display: block;
        width: auto;
        margin-right: 0;
        text-align: center;
        float: none;
    }
    .footer-top-menu > li {
        width: 100%;
        float: none;
        max-width: 100%;
    }
    .main-slider h2 {     
        font-size: 40px;
        line-height: 40px;
    }
    #advisor-child-slider {     
    padding-bottom: 20px;
    background: #fff !important;
    }
    .page-template-advisor-group-child-page #advisor-child-slider { 
        padding-bottom: 0 !important;
    }
    #advisor-child-slider h2 {     
        padding:0 20px;
    }
    
    .main-slider .slider-item {
        height: 314px;
    }
    .main-slider .slider-text-outer {
        height: 314px;
    }
    .main-slider .slider-button {
        font-size: 16px;
        line-height: 16px;
        padding: 10px;
    }
    .main-slider .bx-wrapper .bx-pager, 
    .main-slider .bx-wrapper .bx-controls-auto {
        bottom: 15px;
    }
    .address-wrapper p,
    .address-bottom p {
        line-height: 22px;
    }
    .page-title-gray-bg-wrapper .page-title {
        font-size: 24px;
        line-height: 24px;
    }
    .page-title-gray-bg-wrapper .headline {
        letter-spacing: 2px;
        font-size: 12px;
        margin-top: 5px;
    }
    .single-financial_advisors .left-sidebar {
        width: auto;
        float: none;
        clear: both;
    }
    .sidebar-featured-image { 
        max-width: 47%;
    }
    .page-title-bg-wrapper .page-title {
        font-size: 50px;
        line-height: 50px;
    }
    .page-title-bg-wrapper .page-title span {
        font-size: 13px;
    }
    .advance-search {
        text-align: left;
    }
    .advance-search .search-form-item {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .advance-search .search-form-item {
        padding-top: 0;
    }
    .location-listing-group .group-item {
        width: 100%;
        float: none;
    }
    .location-listing-group .group-item,
    .location-listing-group .group-item:nth-child(3n+3) {
        padding-right: 0;
    }
    .advisor-search-form .entry-title {
        font-size: 32px;
        line-height: 32px;
    }
    .advance-search .searchandfilter ul {
        display: block;
    }
    .advance-search .searchandfilter ul > li {
        width: 100%;
        margin: 0 0 20px;
    }
    .advance-search .searchandfilter ul > li:last-child {
        width: 170px;
        margin-bottom: 0;
        padding-top: 0;
    }
    .advisor-search-form {
        padding-top: 35px;
        padding-bottom: 35px;
    }
    .home .content-area {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .location-listing {
        padding-top: 25px;
    }
    .location-listing-group .group-item-text {
        min-height: 120px;
    }
    .page-template-history .timeline-block {
        display: none;
    }
    .page-template-history .site-content {
        width: 100%;
        margin-right: 0;
        border:0;
        padding: 0;
    }
    .page-template-history .site-content:after {
        display: none;
    }
    .history-items-holder {
        margin-right: auto;
    }
    .history-list-item .history-year {
        float: none;
        width: 100%;
        padding-bottom: 6px;
        font-size: 32px;
        line-height: 34px;
    }
    .history-list-item .history-details {
        padding-right: 0;
    }
    table.mf-strategies tr:first-child td, 
    table.mf-strategies tr td {
        padding: 5px !important;
    }
    .default-search-form-search-page .search-label-default {
        float: none;
        padding-top: 0;
        padding-bottom: 5px;
    }
    .leadership-sidebar-temp .team-list-content,
    .leadership-sidebar-temp .leadership-sidebar {
        width: 100%;
        float: none;
    }
    .page-template-firm-leadership .leadership-sidebar-temp .list-item-team-member {
        margin-right: 10%;
    }
    .page-template-firm-leadership .leadership-sidebar-temp .list-item-team-member:nth-child(even) {
        margin-right: 0;
    }
	.page-template-pf-locations .hentry .entry-content {
    	padding-top: 0;
	}
	.page-template-pf-locations .hentry .entry-content .location-intro-textarea {
    	padding-left: 20px;
	}
	.page-template-pf-locations .hentry .entry-content h3 {
    	padding-top: 20px;
	}
	.page-template-pf-locations .hentry .entry-content p {
    	font-size: 16px;
    	line-height: 20px;
	}
  
}
@media screen and (min-width: 1000px) { 
    .main-slider h2 {
        margin-top: 100px;
    }
    .main-slider .slider-button {
        margin: 100px auto 0 auto;
        display: block;
    }
}
.mf-strategies-mobile {
    display: none;
}
@media screen and (max-width: 639px) { 
    .post-4929 table.mf-strategies {
        display: none;
    }
    .mf-strategies-mobile {
        margin-top: 25px;
        padding-bottom: 10px;
        display: block;
        border-top: 1px solid #d4d4d4;
        padding-top: 15px;
    }
    .mf-strategies-mobile-item {
        margin-bottom: 15px;
        padding-bottom: 15px;
        border-bottom: 1px solid #d4d4d4;
    }
    .mf-strategies-mobile-item h3 {
        margin: 0;
        font-family: 'Trade Gothic',sans-serif !important;
        font-size: 16px !important;
        cursor: pointer;
        text-transform: none !important;
        padding-right: 30px;
        background: url(images/arrow.png) no-repeat right 10px top 11px;
    }
    .mf-strategies-mobile-item .mftdwrap {
        padding-top: 2px;
        display: none;
    }
    .mf-strategies-mobile-item .mftdwrap > .clearfix {
        padding-top: 10px;
    }
    .mf-strategies-mobile-item .mftdwrap > .clearfix strong {
        display: block;
        float: left;
        width: 200px;
        font-size: 16px;
        border-right: 1px solid #d4d4d4;
        margin-right: 10px;
        line-height: 1.111;
        padding: 1px 5px 4px 0;
        font-family: 'Trade Gothic',sans-serif;
        font-weight: normal;
    }
    .mf-strategies-mobile-item .mftdwrap > .clearfix span {
        display: block;
        overflow: hidden;
        line-height: 1.111;
        padding-top: 1px;
    }
    .site-content .search-template-default .hentry .search-results-listing .search-result-item {
        padding-bottom: 20px;
    }
    .site-content .search-template-default .hentry .search-results-listing .search-result-item .advisor-toggle {
        bottom: 0;
    }
    .fl-nav a:first-child {
        padding-left: 12px;
        border-left: 1px solid #c2c2c2;
    }
    .page-template-firm-leadership .list-item-team-member,
    .page-template-firm-leadership .leadership-sidebar-temp .list-item-team-member {
        float: left;
        width: 46.5%;
        margin-right: 7%;
    }
    .page-template-firm-leadership .list-item-team-member:nth-child(2n+2),
    .page-template-firm-leadership .leadership-sidebar-temp .list-item-team-member:nth-child(2n+2) {
        margin-right: 0;
    }
    .page-template-firm-leadership .list-item-team-member:nth-child(2n+3),
    .page-template-firm-leadership .leadership-sidebar-temp .list-item-team-member:nth-child(2n+3) {
        clear: both;
    }
    .page-template-firm-leadership .list-item-team-member img {
        max-width: 100%;
    }
}
@media screen and (min-width: 568px) { 
    .sidebar-contact-information .contact-details {
        display: block !important;
    }
}
@media screen and (max-width: 567px) { 
    .site-content .entry-thumbnail {
        max-width: 100%;
        float: none;
        margin-right: 0;

    }
    .home-featured-listing-inner {
        padding-right: 10px;
        padding-left: 10px;
    }
    .home-featured-listing .bx-wrapper .bx-prev { 
        left: -15px;
        top: 56%;
    }
    .home-featured-listing .bx-wrapper .bx-next { 
        right: -15px;
        top: 56%;
    }
    .sidebar-contact-information {
        min-height: auto;
    }
    .sidebar-featured-image { 
        width: 100%;
        max-width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 0;
    }
    .sidebar-featured-image > img {
        width: 100%;
    }
    .sidebar-contact-information .title {
        margin-bottom: 0;
    }
    .sidebar-contact-information .contact-details {
        padding-top: 35px;
        display: none;
    }
    body.single-financial_advisors .sidebar-contact-information .contact-details {      
        display: block;
    }
    .page-title-bg-wrapper .page-title {
        font-size: 32px;
        line-height: 32px;
    }
    .page-title-bg-wrapper .page-title span {
        font-size: 12px;
    }
    .page-title-bg-wrapper,
    .page-title-bg-wrapper .page-title {
        height: 170px;
    }
    .search-result-header .clear-result-button {
        display: none;
    }
    .search-result-item .advisor-toggle {
        display: block;
    }
    .search-result-item .item-about {
        width: 100%;
        clear: both;
        padding-top: 20px;
    }
    .search-result-item {
        padding-bottom: 40px;
    }
    .search-result-item .advisor-toggle {
        bottom: 20px;
        left: 0;
        top: auto;
    }
    .search-result-item .item-content {
        margin-bottom: 20px;
    }
    .address-contact-wrapper.mobile-view {
        margin-top: 0;
        margin-bottom: 20px;
    }
    .search-result-item .item-about .name {
        margin-top: 0;
    }
    .address-contact-wrapper.mobile-view .item-address,
    .address-contact-wrapper.mobile-view .item-contact-info{
        width: 100%;
        float: none;
    }
    .address-contact-wrapper.mobile-view .item-contact-info {
        padding-top: 20px;
    }
    .search-result-item .item-about .name {
        font-size: 22px;
        line-height: 30px;
    }
    .location-advisors-listing .search-result-item .item-content {
        width: 100%;
    }
    table.mf-strategies tr td {
        font-size: 12px;
        line-height: 16px;
    }
    .default-search-form-search-page .search-form label {
        display: block;
        padding: 0 0 5px 0;
    }
    .default-search-form-search-page .search-form .search-field {
        max-width: 100%;
    }
    .resources-single-details .resource-img {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-top: 0;
        max-width: 100%;
    }
    .resources-single-details .entry-content {
        padding-top: 20px;
    }
    body.single-advisor_master .resources-data-listing .rs-data-wrapper.featured-topics-rs .sr-list-item {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .page-template-resources-request-form .site-content .gform_wrapper {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    .page-template-resources-request-form .resources-data-listing {
        padding-top: 20px;
        float: none;
        width: 100%;
    }
    .page-template-resources-request-form .resources-data-listing ul {
        padding-left: 10px;
    }
    .page-template-resources-request-form .resources-data-listing .resource-cat-2, 
    .page-template-resources-request-form .resources-data-listing .resource-list-cat-2 {
        margin-left: 30px;
    }
    .page-template-resources-request-form #post-6394 > .entry-content {
        padding-bottom: 100px;
    }
    .datalistitem .inertdata {
        right: auto;
        left: -9999px;
        width: 320px;
    }
    .datalistitem .inertdata.previewopen {
        left: -15px;
        overflow: hidden;
    }
    .page-template-resources-request-form .resources-data-listing ul li.datalistitem .inertdata .site-content {
        margin-bottom: 0;
    }
    .datalistitem .inertdata .site-content .resources-single-details .resource-img {
        float: left;
        margin-right: 10px;
    }
    .page-template-resources-request-form .resources-data-listing ul li {
        display: block;
        margin-right: 0;
    }
    .site-logo {
        margin-top: 19px;
    }
}
@media screen and (max-width: 413px) {
    .page-title-bg-wrapper .page-title {
        font-size: 28px;
        line-height: 28px;
    }
    .site-logo {
        margin-top: 22px;
    }
}

/* careers page */
.page-id-1758 .sidebar-container h3.widget-title {
    background-color: #fff;
    color: #000;
    font-size: 16px;
}
.page-id-1758 .widget_media_gallery .gallery {
    text-align: left;
}
/* capital markets page */
.post-3769 p a {
    text-decoration: underline;
}

/* capital markets subpages */
.post-3779 h1,
.post-3784 h1,
.post-3788 h1,
.post-3794 h1 {
    font-family: Georgia, serif;
    font-size: 28px;
    line-height: 40px;
}

/* davenport mobile app */
.post-3997 h1 {
    font-family: Georgia, serif;
    font-size: 28px;
    line-height: 40px;
}
.post-3997 p a {
    text-decoration: underline;
}

aside#text-4 {
    margin-top: 50px;
}
aside#text-4 .widget-title,
aside#text-4 .textwidget,
aside#text-5 .widget-title,
aside#text-5 .textwidget {
    background: #fff;
    color: #000;
    padding-left: 0;
    padding-right: 0;
}
aside#text-4 .textwidget ul,
aside#text-5 .textwidget ul {
    list-style-image: url('/wp-content/uploads/2019/03/menu-leaf.png');
    margin-left: 40px;
}
aside#text-4 .textwidget a,
aside#text-5 .textwidget a {
    text-transform: none;
    font-weight: normal;
    font-size: 16px;
    line-height: 27px;
    padding: 0;
    font-family: Miller, serif;
    color: rgb(31, 92, 65);
    letter-spacing: 0;
}
.lbm {
    font-size: 15px;
}
.lbm a {
    text-decoration: underline;
}

/* virginia investor conference page */
/* corporate finance page */
.page-id-3800 .right-sidebar .widget-title,
.page-id-3800 .right-sidebar .textwidget,
.page-id-3808 .right-sidebar .widget-title,
.page-id-3808 .right-sidebar .textwidget {
    background: #fff;
    color: #000;
    padding-left: 0;
    padding-right: 0;
}
.page-id-3808 .right-sidebar .widget h3 {
    font-size: 16px;
}
.page-id-3808 .right-sidebar .textwidget p:nth-child(1) {
    margin-bottom: 0;
}
.page-id-3808 .right-sidebar .textwidget p {
    font-size: 14px;
}
.page-id-3808 .right-sidebar .textwidget p:nth-child(3) {
    clear: both;
}
.page-id-3808 .right-sidebar .textwidget p img {
    margin-right: 0px;
    width: 110px;
    height: 140px;
}

/* client login page */
.page-id-3987 h2 {
    font-size: 18px;
}
.page-id-3987 p.red-button {
    font: bold 12px/14px 'Trade Gothic',serif;
    padding: 12px 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: inline-block;
}
.page-id-3987 p.client-login-subnav strong a {
    font-family: trebuchet ms,helvetica,sans-serif;
    font-size: 16px;
    text-decoration: underline;
}

/* managed money page, equity research page */
.page-id-3567 p a,
.page-id-3565 h2 a {
    text-decoration: underline;
}
/* Global Alert Bar */
.global-alert-bar {
    text-align: center;
    padding: 15px 0;
    background: #FFFBE5;
    color: #000;
    font-size: 16px;
    font-family: georgia,serif;
     font-size: 16px;
    line-height: 1.2;
}
.global-alert-bar a {
    color: #000;
    text-decoration: underline;
    font-size: 16px;
    font-family: georgia,serif;
    line-height: 1.2;
}
.global-alert-bar a:hover {
    color: #000;
    text-decoration: none;
}
.page-id-7233 .right-sidebar .widget_nav_menu .widget-title {
    display: block;
}
.right-sidebar .widget ul.sidebar-menu > li > a {
    font-weight: normal;
    font-size: 14px;
    padding: 8px 0;
    line-height: 1.333;
    letter-spacing: normal;
    text-transform: none;
}
/* Download File Template */
.wpdmpro-template-default.single-wpdmpro .content-area {
    max-width: 1140px;
    margin: 0 auto;
}
.wpdmpro-template-default.single-wpdmpro .content-area .w3eden {
    overflow: hidden;
}
.wpdmpro-template-default.single-wpdmpro .content-area .w3eden > .row > .col-md-12,
.wpdmpro-template-default.single-wpdmpro .content-area .w3eden > .row > .col-md-5 .list-group,
.wpdmpro-template-default.single-wpdmpro .content-area .w3eden > .row > .col-md-7 h1.mt-0,
.wpdmpro-template-default.single-wpdmpro .site-content .post-navigation,
.wpdmpro-template-default.single-wpdmpro .site-content .comments-area {
    display: none !important;
}
.wpdmpro-template-default.single-wpdmpro .content-area .w3eden > .row > .col-md-5,
.wpdmpro-template-default.single-wpdmpro .content-area .w3eden > .row > .col-md-7 {
    display: block;
    width: 100%;
    max-width: 100%;
    -ms-flex: none;
    flex: none;
}
.wpdmpro-template-default.single-wpdmpro .content-area .w3eden > .row > .col-md-5 {
    padding-top: 30px;
}
.wpdmpro-template-default.single-wpdmpro .content-area .w3eden > .row > .col-md-5 .wpdm-button-area {
    padding: 0 !important;
    border: 0 !important;
}
.wpdmpro-template-default.single-wpdmpro .w3eden .btn-primary {
    background:#006937 !important;
}
.wpdmpro-template-default.single-wpdmpro .w3eden .btn-primary:hover,
.wpdmpro-template-default.single-wpdmpro .w3eden .btn-primary:focus,
.wpdmpro-template-default.single-wpdmpro .w3eden .btn-primary:active {
    background: #14a560 !important;
}
@media screen and (max-width: 1167px) {
    .wpdmpro-template-default.single-wpdmpro .content-area {
        padding-left: 20px;
        padding-right: 20px;
    }
}
/* Custom Layout Template */
body.page-template-custom-layout {
    font-size: 18px;
    line-height: 1.333;
    font-family: "open sans";
}
.page-template-custom-layout .navbar {
    border-bottom: 0;
}
.intro-banner {    
    position: relative;
    background:#fff;
}
.intro-banner .intro-banner-text-block {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.intro-banner:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    width: 37%;
    background:#efefef;
    z-index: 1;
    display: none;
}
.intro-banner > .site-width {
    padding-top: 120px;
    padding-bottom: 120px;
}
.intro-banner .intro-banner-text-block {
    float: left;
    width: 55%;
    color: #006937;
}
.intro-banner-contact-block {
    width: 36%;
    background:#fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.6);
    float: right;
    margin-top: 8px;
}
.intro-banner .intro-banner-text-block h2,
.ib-banner-text .ib-banner-text-in h2 {
    font-size: 56px;
    line-height: 1.1;
    text-transform: none;
    color: #000; /* #006937; */
    text-shadow: 0px 0px 2px rgba(255, 255, 255, .4);
}
.intro-banner .intro-banner-text-block h2,
.intro-banner .intro-banner-text-block p,
.ib-banner-text .ib-banner-text-in h2,
.ib-banner-text .ib-banner-text-in p {
    margin: 0;
    padding-bottom: 10px;
}
.page-template-custom-layout .entry-content {
    font-size: 20px;
}
.intro-banner .intro-banner-text-block p:last-child,
.ib-banner-text .ib-banner-text-in p:last-child {
    padding-bottom: 0;
}
.ib-banner-text {
    color: #000; /* #006937; */
     background-color: #006937;
    height: 1px;
    position: relative;
    margin-top: -1px;
}
.ib-banner-text .ib-banner-text-in {   
    position: absolute;
    top: -300px;
    z-index: 5;
    width: 60%;
    font-family: 'Work Sans', sans-serif;
}
/* intro banner overwrite */
.intro-banner > .site-width {
    padding-top: 0;
    padding-bottom: 0;
    display: table;
    height: 420px;
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 100%;
}
.intro-banner .intro-banner-text-block {
    width: 63.20%;
    float: none;
    display: table-cell;
    height: 100%;
    padding: 25px;
    vertical-align: middle;    
    position: relative;
    opacity: 0.9;
}
.intro-banner h1 {
    font-family: 'Work Sans', sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    color: #14683D;
}
.intro-banner .intro-banner-text-block h2,
.intro-banner .intro-banner-text-block p {
    position: relative;
    z-index: 2;
    max-width: 660px;
}

.intro-banner-contact-block {
    float: none;
    width: 36.80%;
    background: #efefef;
    padding: 15px;
    border-radius: 0;
    box-shadow: none;
    display: table-cell;
    height: 100%;
    vertical-align: middle;
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 21px;
    letter-spacing: -.5px;
}
.ibcb-inner {
    background: #fff;
    padding: 80px 20px;
    border: 1px solid #d9d8d8;
    border-radius: 5px;
    line-height: 2;
    width: 370px;
}
.ibcb-inner h2 {
    margin-bottom: 20px;
    margin-top: 0;
}
.intro-banner-contact-block .ibcb-inner h2,
.intro-banner-contact-block strong
.intro-banner-contact-block .ibcb-inner h3 {
    font-weight: 600;
    font-family: 'Work Sans', sans-serif;
}
.intro-banner-contact-block .ibcb-inner h2 {
    font-size: 28px;
}
.ibcb-inner h2 + p {
    /*font-size: 16px;*/
}
.ibcb-inner p:last-child {
    margin-bottom: 0;
}
/* end intro banner overwrite */
.custom-layout .entry-header {
    background:#0C693B;
}
.custom-layout .entry-header .entry-title {
    color: #fff;
    margin: 0;
    padding: 10px 0;
    font-family: 'Work Sans', sans-serif;
    font-size: 42px;
    font-weight: 700;
}
.custom-layout .entry-content {
    padding: 25px 0;
}
.hn-section {
    padding: 25px 0;
}
.hn-section.white-bghb {
    background:#fff;
}
.hn-section.gray-bghb {
    background:#f7f7f7;
}
.hn-section.green-bghb {
    background:#006937;
    color: #fff;
}
.hn-section.green-bghb a {
    color: #fff;
}
.hn-section.img-bghb {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    padding: 100px 0;
}
.hn-section.img-bghb .img-bghb-text {
    width: 420px;
    max-width: 100%;
    background:#fff;
    padding: 20px;
    border-radius: 6px;
    box-shadow: 0px 0px 5px rgba(0,0,0,.6);
}
.hn-section.img-bghb.text-side-right .img-bghb-text {
    float: right;
}
.hn-section.two-col-hb.col-white-bg-hb {
    background:#fff;
} 
.hn-section.two-col-hb.col-gray-bg-hb {
    background:#f7f7f7;
} 
.hn-section.two-col-hb.col-green-bg-hb {
    background:#006937;
    color: #fff;
} 
.hn-section.two-col-hb.col-green-bg-hb a {
    color: #fff;
}
.hn-section.two-col-hb .col-hb {
    float: left;
    width: 46%;
    margin-right: 8%;
}
.hn-section.two-col-hb .col-hb.col-2-hb {
    margin-right: 0;
}
.faqs-cat-block-wrapper {
    background:#f7f7f7;
    padding:20px 0;
}
.faqs-cat-block {
    padding: 2px 0;
}
.faqs-cat-block h3 {
    cursor: pointer;
    padding-left: 22px;
    background:url(images/plus.png) no-repeat 0 4px;
}
.faqs-cat-block .faqs-list-hb {
    list-style: none;
    padding:0;
    margin: 0;
    display: none;
    border-bottom: 1px solid #e5e5e5;
}
.faqs-cat-block .faqs-list-hb li {
    border-top: 1px solid #e5e5e5;
    padding-top: 15px;
}
.hn-section.faqs-hb {
    padding-bottom: 0;
    background:#f7f7f7;
}
.faqs-intro-block {
    padding-bottom: 0;
}
.faqs-hb .faqs-intro-block h3 {
    margin-bottom: 0;
}
a.link-button,
a.video-link-button {
    display: inline-block;
    vertical-align: middle;
    border: none;
    border-radius: 0; 
    color: #fff;
    cursor: pointer;
    font: bold 12px/14px 'Trade Gothic',serif;
    letter-spacing: 1px;
    margin: 0 !important;
    outline: none;
    padding: 12px 20px !important;
    transition: all .3s;
    background: #B94700;
    border-radius: 4px;
}
a.link-button:hover {
    background: #222;
    color: #fff;
}
a.video-link-button {
    background:#0C693B;
    position: relative; 
    padding:18px 20px 18px 55px !important;
    font-family: 'Work Sans', sans-serif;
    font-size: 18px !important;
    line-height: 1;
    font-weight: 300;
}
a.video-link-button:hover {
    background:#06924f;
}
a.video-link-button:before {
    content: "";
    font-family: "Font Awesome 5 Free";
    font-weight: 100;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    font-size: 28px;
    line-height: 28px;
    display:block;
    position: absolute;
    width: 30px;
    height: 28px;
    top: 50%;
    margin-top: -14px;
    left: 15px;
}

.hn-section .gform_wrapper {
    background: #f7f7f7;
    border-radius: 5px;
    width: 740px;
    max-width: 100%;
    margin: 0 auto;
    padding: 35px 80px;
    border:1px solid #ccc;
}
.hn-section .gform_wrapper li#field_2_2,
.hn-section .gform_wrapper li#field_2_9,
.hn-section .gform_wrapper li#field_2_10 {
    display: none;
}
.hn-section .gform_wrapper li.gfield {
    width: 100%;
    padding-right: 0 !important;
}
.hn-section .gform_wrapper li.gfield input {
    width: 100% !important;
    max-width: 100%;
}
.column-flex-hb {
   display: flex; 
}
.hn-section.three-col-hb .col-hb {
    float: left;
    width: 32.5%;
    margin-right: 1.25%;
}
.hn-section.three-col-hb .col-hb.col-3-hb {
    margin-right: 0;
}
.hn-section.three-col-hb.col-three-gray-bg-hb .col-hb {
    background:#f7f7f7;
}
.hn-section.three-col-hb.col-three-gray-bg-hb .col-hb .colthreegray-in {
    padding: 20px;
    overflow: hidden;
}
.hn-section.three-col-hb.col-three-gray-bg-hb .col-hb .colthreegray-in p,
.hn-section.three-col-hb.col-three-gray-bg-hb .col-hb .colthreegray-in li {
    font-size: 17px;
}
.custom-layout h2 {
    font-size: 20px;
    line-height: 22px;
}
.custom-layout h3 {
    font-size: 18px;
    line-height: 20px;
}
.custom-layout .link-button {
    font-size: 13px;
}
body.page-template-custom-layout {
    max-width: 1600px;
    margin: 0 auto;
    box-shadow: 0 0 0 2px #f3f3f3;
    border-left: 1px solid #ededed;
}
.page-template-custom-layout .hn-section ul > li {
    line-height: 27px;
    margin-bottom: 8px;
}
.page-template-custom-layout .hn-section ul > li:last-child {
    margin-bottom: 0;
}
.page-template-custom-layout .hn-section p small {
    display: block;
    line-height: 20px;
}
.accordion-section-hb .accordion-section-intro-block {
    padding-bottom: 10px;
}
.accordion-section-hotlinks {
    list-style: none;
    padding: 0 0 25px 0;
    margin: 0;
}
.accordion-section-hotlinks > li {
    float: left;
    width: 33.33%;
    line-height: 1.33!important;
}
.accordion-section-hotlinks > li:nth-child(3n + 1) {
    clear: both;
}
.accordion-section-hotlinks > li .hotlink-icon {
    float: left;
    margin: 0 8px 0 0;
}
.accordion-section-hotlinks > li .hotlink-link {
    overflow:hidden;
    padding: 5px 20px 0 0;
}
.accordion-section-hotlinks > li .hotlink-link a {
    font-weight: 500;
    font-size: 21px;
    color: #002d72;
    text-decoration: underline;
}
.accordion-section-hotlinks > li .hotlink-link a:hover {
    text-decoration: none;
}
.accordion-text-blocks {
    border-top: solid 1px #ccc;
}
.accordion-text-blocks .accordion-text-block {
    border-bottom: solid 1px #ccc;
}
.accordion-text-blocks .accordion-text-block > h3 .fas {
    display: none;
    position: absolute;
    right: 5px;
    top:21px;
    font-size: 30px;
}
.accordion-text-blocks .accordion-text-block > h3 {
    margin: 0;
    cursor: pointer;
    text-transform: capitalize; 
    padding: 15px 0;
    color: #14683D;
    font-size: 36px !important;
    position: relative;
    padding-right: 40px;
    line-height: 1.1 !important;
    font-weight: 600 !important;
}
.accordion-text-blocks .accordion-text-block > h3 .fas.fa-plus {
    display: block;
}
.accordion-text-block .accordion-text-block-body {
    padding-bottom: 15px;
    display: none;
}
.accordion-text-block .accordion-text-block-body .wp-caption.alignleft .wp-caption-text {
    font-size: 14px;
    color: #727272;
    padding-top: 5px;
}
.accordion-text-block .accordion-text-block-body ul,
.accordion-text-block .accordion-text-block-body ol {
    overflow: hidden;
}
.accordion-text-block .accordion-text-block-body .accordion-actions {
    background:#f0f0f0;
    padding: 20px;
    clear: both;
}
.accordion-text-block .accordion-text-block-body .accordion-actions > p:first-child > strong {
    color: #d56e29;
}
.accordion-text-blocks .accordion-text-block:first-child > h3 .fas.fa-plus,
.accordion-text-blocks .accordion-text-block.accordion-active > h3 .fas.fa-plus {
    display: none;
}
.accordion-text-blocks .accordion-text-block:first-child > h3 .fas.fa-minus,
.accordion-text-blocks .accordion-text-block.accordion-active > h3 .fas.fa-minus {
    display: block;
}
.accordion-text-blocks .accordion-text-block.accordion-active:first-child > h3 .fas.fa-minus {
    display: none;
}
.accordion-text-blocks .accordion-text-block.accordion-active:first-child > h3 .fas.fa-plus {
    display: block;
}
.accordion-text-block:first-child .accordion-text-block-body {
    display: block;
}
.accordion-text-block .accordion-text-block-body .acthumb p {
    margin-bottom: 5px;
}
.page-template-custom-layout .site-content .entry-content,
.page-template-custom-layout .site-content .hn-section {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 21px;
}
.page-template-custom-layout .site-content .entry-content h2,
.page-template-custom-layout .site-content .entry-content h3,
.page-template-custom-layout .site-content .entry-content h4,
.page-template-custom-layout .site-content .hn-section h2,
.page-template-custom-layout .site-content .hn-section h3,
.page-template-custom-layout .site-content .hn-section h4 {
    font-weight: 500;
    font-family: 'Work Sans', sans-serif;
}
.page-template-custom-layout .site-content .entry-content strong,
.page-template-custom-layout .site-content .hn-section strong {
    font-weight: 500;
}
.page-template-custom-layout .site-content .entry-content h2,
.page-template-custom-layout .site-content .hn-section h2 {
    font-size: 48px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
}
.page-template-custom-layout .site-content .entry-content h3,
.page-template-custom-layout .site-content .hn-section h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    color: #14683D;
}
.page-template-custom-layout .site-content .hn-section.green-bghb h3 {
    color: #fff;
}
.accordion-text-block-body .actextarea .acthumb {
    float: left;
    width: 350px;
    max-width: 35%;
    margin: 5px 25px 15px 0;
}
.accordion-text-block-body .actextarea .actext {
    overflow:hidden;
}
.intro-banner .intro-banner-text-block.no-intro-contact-info {
    width: 100%;
} 
.greenbaronly {
    width: 100%;
    background:#006937;
    height: 25px;
}
@media screen and (min-width: 1501px) { 
    .intro-banner-contact-block {
        width: 38.30%;
    }
    .intro-banner .intro-banner-text-block {
        width: 61.70%;
    }
}
@media screen and (max-width: 1366px) { 
    .ibcb-inner {
        width: 380px;
    }
}
@media screen and (max-width: 1279px) { 
    .ibcb-inner {
        width: 408px;
    }
}
@media screen and (max-width: 1160px) {
    .site-width.counter-section {
        display: flex;
        flex-direction: column;
    } 
    .intro-banner > .site-width {
        padding: 0;
    }
    .intro-banner .intro-banner-text-block,
    .intro-banner-contact-block {
        padding: 20px;
    }
    .ib-banner-text .ib-banner-text-in {
        top: -290px;
    }
    .ibcb-inner {
        width: auto;
    }
}
@media screen and (max-width: 959px) { 
    .intro-banner .intro-banner-text-block h2 {
        font-size: 43px;
    }
    /* banner overwrite */
    .intro-banner > .site-width {
        padding-left: 0;
        padding-right: 0;
    }
    /* end banner overwrite */
    .intro-banner > .site-width {
        height: 320px;
    }
    .ib-banner-text .ib-banner-text-in h2 {
        font-size: 40px;
    }
    .intro-banner h1 {
        font-size: 54px;
    }
    .ib-banner-text .ib-banner-text-in {
        top: -234px;
        width: 70%;
    }
    /* .page-id-3571 .ib-banner-text .ib-banner-text-in {
        top: -279px;
        width: 60%;
    } */
}
@media screen and (max-width: 767px) { 
    .intro-banner > .site-width,
    .hn-section.img-bghb {
        padding-top: 80px;
        padding-bottom: 80px;
    }
    .hn-section.two-col-hb .col-hb {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 25px;
    }
    .hn-section.two-col-hb .col-hb.col-2-hb {
        margin-bottom: 0;
    }
    .intro-banner .intro-banner-text-block h2 {
        font-size: 40px;
    }
    .intro-banner .intro-banner-text-block,
    .intro-banner-contact-block {
        width: 100%;
        float: none;
    }
    .intro-banner-contact-block {
        margin-top: 30px;
    }
    .intro-banner > .site-width {
        padding-top: 50px;
        padding-bottom: 50px;
    }
    /* banner overwrite */
    .intro-banner > .site-width {
        display: block;
        height: auto;
        padding-bottom: 0;
        padding-top: 0;
    }
    .intro-banner .intro-banner-text-block,
    .intro-banner-contact-block {
        display: block;
        height: auto;
    }
    .intro-banner-contact-block {
        margin-top:0;
    }
    .intro-banner .intro-banner-text-block h2, 
    .intro-banner .intro-banner-text-block p {
        width: 100%;
    }
    .intro-banner .intro-banner-text-block:before {
        display: none;
    }
    .hn-section .gform_wrapper {
        padding: 15px 20px;
    }
    .ibcb-inner {
        padding: 25px 15px;
    }
    .intro-banner:before {
        display: none;
    }
    /* end banner overwrite */
    .column-flex-hb {
        display: block;
    }
    .hn-section.three-col-hb .col-hb {
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .ib-banner-text .ib-banner-text-in {
        width: 92%;
        /* top: -360px; */
    }
     /* .page-id-3571 .ib-banner-text .ib-banner-text-in {
         top: -487px;
    } */
    .intro-banner .intro-banner-text-block {
        padding-top: 115px;
        padding-bottom: 115px;
    }
    .intro-banner h1 {
        font-size: 42px;
    }
    .ib-banner-text .ib-banner-text-in {
        top: -186px;
    }   
    .accordion-section-hotlinks > li {
        width: 100%;
        float: none;
    } 
    .accordion-section-hotlinks > li .hotlink-link {
        padding-right: 0;
    }
    .accordion-text-block-body .actextarea .acthumb {
        float: none;
        width: 100%;
        max-width: 100%;
        margin: 0 0 20px;
    }
    .nd-pf-service .mobile-bottom{
        padding: 0 !important;
    }
    .page-template-pf-locations .fix-image {
        top: 20px !important;
    }
}
@media screen and (max-width: 479px) {  
    .ib-banner-text .ib-banner-text-in {
        width: 90%;
        top: -186px;
    }

    /* .page-id-3571 .ib-banner-text .ib-banner-text-in {
        top: -489px;
    } */
}

/* End Custom Layout Template */

/* Client Login Box On Home Slider */
.main-slider .slider-login-box-wrapper {
    z-index: 2;
}
.main-slider .bx-wrapper {
    z-index: 1;
}
.slider-login-box-wrapper .slider-login-box {
    position: absolute;
    background: #fff;
    padding:50px 35px;
    left: 0;
    top: 150px;
    border-radius: 5px;
    box-shadow: -5px 5px 8px rgba(0,0,0,.4);
    font-family: 'Trade Gothic',serif;
}
.slider-login-box p {
    font-size: 20px;
    line-height: 1.3;
    color: #9F3E11;
    margin-bottom: 30px;
}
.slider-login-box .log-cl {
    display: inline-block;
    padding: 10px 20px;
    background: #b94700;
    color: #fff;
    font-size: 20px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.slider-login-box .log-cl:hover {
    opacity: .8;
}
.slider-login-box .log-other-links {
    padding-top: 25px;
    font-weight: bold;
    font-size: 14px;
}
.slider-login-box .log-other-links a {
    display: inline-block;
    vertical-align: middle;
    margin-right: 21px;
    position: relative;
}
.slider-login-box .log-other-links a:after {
    content:"";
    display: inline-block;
    position: absolute;
    width: 1px;
    background:#006937;
    height: 14px;
    top: 7px;
    right: -10px;
}
.slider-login-box .log-other-links a:last-child:after {
    display: none;
}
/*.main-slider .bx-wrapper .bx-pager-item {
    display: none;
}*/
.main-slider .bx-wrapper .bx-pager-item:first-child {
    margin-left: 97px;
}
#advisor-child-slider .bx-wrapper .bx-pager-item:first-child {
    margin-left: 0 !important;
}
.main-slider .slider-text-outer .slider-text .slider-text-inner {
    padding-left: 100px;
}
#advisor-child-slider .slider-text-outer .slider-text .slider-text-inner {
    padding-left: 0 !important;
}
@media screen and (max-width: 1163px) {
    .slider-login-box-wrapper .slider-login-box {
        left: 15px;
        top: 15px;
    }
    .main-slider .bx-wrapper .bx-pager-item:first-child {
        margin-left: 194px;
    }
    #advisor-child-slider .bx-wrapper .bx-pager-item:first-child {
    margin-left: 0 !important;
    }
    .main-slider .slider-text-outer .slider-text .slider-text-inner {
        padding-left: 200px;
        max-width: 800px;
    }  
    #advisor-child-slider .slider-text-outer .slider-text .slider-text-inner {
    padding-left: 0 !important;
} 
}
@media screen and (max-width: 1023px) {  
    .slider-login-box p {
        margin-bottom: 15px;
    }
    .slider-login-box .log-other-links {
        padding-top: 10px;
    }
    .slider-login-box-wrapper .slider-login-box {
        padding: 20px;
        width: 240px;
        left: 50%;
        margin-left: -120px;
    }
    .main-slider .bx-wrapper .bx-pager-item:first-child {
        margin-left: 0;
    }
    .main-slider .slider-text-outer .slider-text .slider-text-inner {
        padding-left: 0;
        max-width: 648px;
        padding-top: 115px;
    }
}
@media screen and (max-width: 767px) { 
    .slider-login-box-wrapper .slider-login-box {
        border-radius: 0;
        top: 0;
        left: 0;
        right: 0;
        width: auto;
        margin-left: 0;
        padding: 15px;
        background:rgba(255,255,255,.7);
    }
    .slider-login-box p {
        display: none;
    }
    .slider-login-box .log-cl {
        margin-right: 15px;
        font-size: 15px;
        font-weight: bold;
    }
    .slider-login-box .log-other-links {
        display: inline;
    }
    .main-slider .slider-text-outer .slider-text .slider-text-inner {
        padding-top: 40px;
    }
    .slider-login-box .log-cl {
        padding: 5px 15px;
    }
    .slider-login-box .log-other-links a:last-child {
        margin-right: 0;
    }
}
/* // End Client Login Box on Home Slider */


/* Technology Platform page */

.page-id-9956 .right-sidebar {
	display: none;
}

.page-id-9956 .content-area-with-sidebar .site-content {
	width: 90%;
}

#post-9956 .entry-content h1 {
	font-size: 36px;
    font-weight: 600;
    line-height: 1.2;
    text-transform: none;
    color: #14683D;
    font-family: 'Work Sans', sans-serif;
}

#post-9956 .entry-content h2 {
    font-family: 'Work Sans', sans-serif;
	text-transform: none;
    font-weight: 500;
    font-size: 21px;
    line-height: 27px;
}

#post-9956 .entry-content p {
	font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 21px;
	line-height: 27px;
}

#post-9956 .entry-content img {
	margin: 10px 0;
}

#post-9956 .entry-content .VimeoVdo figure {
    margin: 0 10px;
	display: block;
	cursor: pointer;
}

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

	#post-9956 .entry-content p {
		float: none;
	}

	#post-9956 .entry-content .VimeoVdo figure {
    	margin: 10px 0;
    	max-width: 100%;
    	float: none;
	}
}


#post-9956 .entry-content hr {
	clear: both;
	margin: 25px 0;
}

#post-9956 .entry-content p.copyright-paragraph {
	font-size: 16px;
	line-height: 20px;
}
/* Header Link for Advisor pages */
@media screen and (min-width: 768px) { 
    .page-template-advisor-group-page .client-login-button,
    .page-template-advisor-group-child-page .client-login-button,
    .single-advisor_master .client-login-button {
        text-align: center;
        width: 132px;
    }
}
.site-header .link-hnr {
    position: absolute;
    right: 0;
    top: 37px;
    font-family: 'Trade Gothic',serif;
    text-transform: capitalize;
    color: #b94700;
    font-size: 12px;    
    line-height: 1.2;
    font-weight: normal;
    text-decoration: underline;
    width: 132px;
    text-align: center;
    padding: 10px 0;
    border:1px solid #b94700;
}
.site-header .link-hnr:hover {
    color: #000;
    text-decoration: none;
}
@media screen and (max-width: 1023px) { 
    .site-header .link-hnr {
        top: 37px;
        right: 74px;
    }
}
@media screen and (max-width: 767px) {  
    .site-header .link-hnr {
        display: block;
        position: relative;
        width: auto;
        margin: -1px 13px 0 13px;
        top: auto;
        right: auto;
        color: #fff;
        border: 2px solid #b94700;
        padding: 12px 0;
    }
    .site-header .link-hnr:hover,
    .site-header .link-hnr:focus {
        color: #fff;
        background: #d65200;
    }
}
/* // End Header Link for Advisor pages */
/* Location page changes June2021 */
.location-mob-img {
    display: none;
}
.location-listing-group .group-item-text.activelocation{
    background: #006937;
    color: #eee;
}
.location-listing-group .group-item-text.activelocation a {
    color: #fff;
}
.location-listing-group .group-item-text.activelocation a:hover {
    color: #eee;
}
.page-template-locations .hentry .entry-content, .page-template-pf-locations .hentry .entry-content{
    position: relative;
}
.location-intro-textarea {
    position: absolute;
    width: 300px;
    z-index: 2;
    /* top: 10px; */
    top: 35px;
    left: 0;
}
.page-template-locations .entry-thumbnail ,.page-template-pf-locations .entry-thumbnail{
    width: 1080px;
    max-width: 1080px;
    float: none;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
    position: relative;
    margin-bottom: 0;
}
.page-template-locations .entry-thumbnail span , .page-template-pf-locations .entry-thumbnail span{
    display: block;
    position: absolute;
    height: 21px;
    overflow: hidden;    
}
.page-template-locations .entry-thumbnail span.llpin-al , .page-template-pf-locations  .entry-thumbnail span.llpin-al{
    padding-left: 16px;
}
.page-template-locations .entry-thumbnail span.llpin-ar , .page-template-pf-locations  .entry-thumbnail span.llpin-ar{
    padding-right: 16px;
}
.llpin {
    position: relative;
    font-family: trebuchet ms,helvetica,sans-serif;
    display: block;    
    background: #006937;
    color: #fff;
    text-decoration: none;
    padding: 0 6px;
    height: 21px;
    font-size: 15px;
    line-height: 20px;
}
.page-template-pf-locations .llpin {
	cursor: default;
}
.llpin:hover,
.entry-thumbnail span:hover .llpin {
   outline: none;
   color: #fff; 
   background: #000;
}
.llpin-al .llpin:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 105, 55, 0);
    border-right-color: #006937;
    border-width: 12px;
    margin-top: -12px;
    -webkit-transition: border-color 0.3s ease-out, border-right-color 0.3s ease-out; 
     -moz-transition: border-color 0.3s ease-out, border-right-color 0.3s ease-out; 
       -o-transition: border-color 0.3s ease-out, border-right-color 0.3s ease-out; 
          transition: border-color 0.3s ease-out, border-right-color 0.3s ease-out; 
}
.llpin-al:hover .llpin:after {
    border-color: rgba(0, 0, 0, 0);
    border-right-color: #000;
}
.llpin-ar .llpin:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 105, 55, 0);
    border-left-color: #006937;
    border-width: 12px;
    margin-top: -12px;
    -webkit-transition: border-color 0.3s ease-out, border-left-color 0.3s ease-out; 
     -moz-transition: border-color 0.3s ease-out, border-left-color 0.3s ease-out; 
       -o-transition: border-color 0.3s ease-out, border-left-color 0.3s ease-out; 
          transition: border-color 0.3s ease-out, border-left-color 0.3s ease-out; 
}
.llpin-ar:hover .llpin:after {
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #000;
}
.llpin-arb .llpin:after {
    top: 100%;
    left: 100%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 105, 55, 0);
    border-top-color: #006937;
    border-width: 10px;
    margin-left: -10px;
    -webkit-transition: border-color 0.3s ease-out, border-top-color 0.3s ease-out; 
     -moz-transition: border-color 0.3s ease-out, border-top-color 0.3s ease-out; 
       -o-transition: border-color 0.3s ease-out, border-top-color 0.3s ease-out; 
          transition: border-color 0.3s ease-out, border-top-color 0.3s ease-out; 
}

.llpin-arb:hover .llpin:after {
    border-color: rgba(0, 0, 0, 0);
    border-top-color: #000;
}
.llpin-alt .llpin:after {
    bottom: 100%;
    left: 0%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 105, 55, 0);
    border-bottom-color: #006937;
    border-width: 10px;
    margin-left: -10px;
    -webkit-transition: border-color 0.3s ease-out, border-bottom-color 0.3s ease-out; 
     -moz-transition: border-color 0.3s ease-out, border-bottom-color 0.3s ease-out; 
       -o-transition: border-color 0.3s ease-out, border-bottom-color 0.3s ease-out; 
          transition: border-color 0.3s ease-out, border-bottom-color 0.3s ease-out; 
}
.llpin-alt:hover .llpin:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000;
}
.llpin-art .llpin:after {
    bottom: 100%;
    left: 100%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 105, 55, 0);
    border-bottom-color: #006937;
    border-width: 10px;
    margin-left: -10px;
    -webkit-transition: border-color 0.3s ease-out, border-bottom-color 0.3s ease-out; 
     -moz-transition: border-color 0.3s ease-out, border-bottom-color 0.3s ease-out; 
       -o-transition: border-color 0.3s ease-out, border-bottom-color 0.3s ease-out; 
          transition: border-color 0.3s ease-out, border-bottom-color 0.3s ease-out; 
}


.llpin-art:hover .llpin:after {
    border-color: rgba(0, 0, 0, 0);
    border-bottom-color: #000;
}
.page-template-locations .entry-thumbnail span.llpin-arb , .page-template-pf-locations .entry-thumbnail span.llpin-arb {
    height: 34px;
}
.page-template-locations .entry-thumbnail span.llpin-alt,
.page-template-locations .entry-thumbnail span.llpin-art , .page-template-pf-locations .entry-thumbnail span.llpin-alt, .page-template-pf-locations .entry-thumbnail span.llpin-art{
    padding-top: 13px;
    height: 34px;
}
span.llpin-1 {
    top: 34px;
    right: 103px;
}
.page-template-pf-locations span.llpin-1 {
    top: 20px;
    right: 39px;
}

span.llpin-2 {
    top: 90px;
    right: 277px;
}
.page-template-pf-locations span.llpin-2 {
    top: 64px;
    right: 180px;
}
span.llpin-3 {
    top: 156px;
    right: 396px;
}
span.llpin-4 {
    top: 179px;
    right: 124px;
}
span.llpin-5 {
    top: 206px;
    right: 430px;
}
span.llpin-6 {
    top: 206px;
    right: 227px;
}
span.llpin-7 {
    top: 236px;
    right: 45px;
}
span.llpin-8 {
    top: 248px;
    right: 247px;
}
.page-template-pf-locations span.llpin-8 {
    top: 176px;
    right: 154px;
}

span.llpin-9 {
    top: 269px;
    right: 422px;
}
span.llpin-10 {
    top: 306px;
    right: 532px;
}
span.llpin-11 {
    top: 314px;
    right: 260px;
}
span.llpin-12 {
    top: 292px;
    right: 64px;
}
span.llpin-13 {
    top: 323px;
    right: 21px;
}
span.llpin-14 {
    top: 351px;
    right: 50px;
}
span.llpin-15 {
    top: 389px;
    right: 1px;
}
span.llpin-16 {
    top: 343px;
    right: 157px;
}
span.llpin-17 {
    top: 398px;
    right: 180px;
}
span.llpin-18 {
    /* top: 336px;
    right: 643px; */
	top: 328px;
	right: 692px;
}
span.llpin-19 {
    top: 389px;
    right: 472px;
}
span.llpin-20 {
    top: 456px;
    right: 464px;
}
span.llpin-21 {
    top: 472px;
    right: 274px;
}
span.llpin-22 {
    top: 508px;
    right: 413px;
}
span.llpin-26 {
    top: 430px;
    right: 385px;
}
span.llpin-23 {
    top: 558px;
    right: 585px;
}
.page-template-pf-locations span.llpin-23 {
    top: 418px;
    right: 390px;
}
span.llpin-24 {
    top: 750px;
    right: 876px;
}
.page-template-pf-locations span.llpin-24 {
    top: 571px;
    right: 583px;
}
span.llpin-25 {
    /* top: 393px;
	right: 612px; */
	top: 396px;
	right: 645px;
}
.page-template-pf-locations span.llpin-26 {
    top: 336px;
    right: 726px;
}
.locimg-m {
    display: none;
}
.page-template-pf-locations span.llpin-1,
.page-template-pf-locations span.llpin-2,
.page-template-pf-locations span.llpin-8,
.page-template-pf-locations span.llpin-23,
.page-template-pf-locations span.llpin-26,
.page-template-pf-locations span.llpin-24 {
    /* display: none; */
}

@media screen and (max-width:1119px) {  
    .page-template-locations .entry-thumbnail , .page-template-pf-locations .entry-thumbnail{
        width: 980px;
        max-width: 980px;
    }
    .page-template-locations .locationhq ,
    .page-template-pf-locations .locationhq{
        right: 80px;
    }
    span.llpin-1 {
        top: 30px;
        right: 87px;
    }
	.page-template-pf-locations span.llpin-1 {
    	top: 17px;
    	right: 27px;
	}
	span.llpin-2 {
        top: 80px;
        right: 251px;
    }
 	.page-template-pf-locations span.llpin-2 {
        top: 56px;
        right: 165px;
    }
	span.llpin-3 {
        top: 141px;
        right: 359px;
    }
    span.llpin-4 {
        top: 161px;
        right: 102px;
    }
    span.llpin-5 {
        top: 186px;
        right: 390px;
    }
    span.llpin-6 {
        top: 186px;
        right: 196px;
    }
    span.llpin-7 {
        top: 214px;
        right: 33px;
    }
    span.llpin-8 {
        top: 223px;
        right: 226px;
    }
    .page-template-pf-locations span.llpin-8 {
        top: 153px;
        right: 141px;
    }
	span.llpin-9 {
        top: 242px;
        right: 382px;
    }
    span.llpin-10 {
        top: 276px;
        right: 482px;
    }
    span.llpin-11 {
        top: 285px;
        right: 228px;
    }
    span.llpin-12 {
        top: 264px;
        right: 49px;
    }
    span.llpin-13 {
        top: 293px;
        right: 9px;
    }
    span.llpin-14 {
        top: 318px;
        right: 39px;
    }
    span.llpin-15 {
        top: 353px;
        right: 8px;
    }
    .llpin-alt.llpin-15 .llpin::after {
        left: 15%;
    }
    span.llpin-16 {
        top: 309px;
        right: 145px;
    }
    span.llpin-17 {
        top: 361px;
        right: 163px;
    }
    span.llpin-18 {
        top: 295px;
        right: 630px;
    }
    span.llpin-19 {
        top: 352px;
        right: 428px;
    }
    span.llpin-20 {
        top: 413px;
        right: 420px;
    }
    span.llpin-21 {
        top: 428px;
        right: 243px;
    }
    span.llpin-22 {
        top: 460px;
        right: 376px;
    }
    span.llpin-23 {
        top: 506px;
        right: 531px;
    }
    .page-template-pf-locations span.llpin-23 {
        top: 376px;
        right: 356px;
    }
    span.llpin-24 {
        top: 680px;
        right: 789px;
    }
    .page-template-pf-locations span.llpin-24 {
        top: 517px;
        right: 522px;
    }
	span.llpin-25 {
		top: 358px;
		right: 578px;
	}
    span.llpin-26 {
		top: 387px;
		right: 350px;
	}
	.page-template-pf-locations span.llpin-26 {
		top: 304px;
		right: 650px;
	}
}
@media screen and (max-width:1023px) {  
    .location-mob-img {
        display: none;
    }    
    .page-template-locations .entry-thumbnail ,
    .page-template-pf-locations .entry-thumbnail{
        width: 720px;
        max-width: 720px;
        float: none;
        display: block;
    }
    .page-template-locations .entry-thumbnail span ,
    .page-template-pf-locations .entry-thumbnail span{
        overflow: visible;
        width: 14px !important;
        height: 14px !important;
        border-radius: 14px;
        border:1px solid #006937;
        cursor: pointer;
        padding: 0 !important;
        background: #006937;
    }
    .page-template-locations .entry-thumbnail span.llpin-1,
    .page-template-locations .entry-thumbnail span.llpin-2,
    .page-template-locations .entry-thumbnail span.llpin-23,
    .page-template-locations .entry-thumbnail span.llpin-24 {
        background: #e6e2e1;
    }
    .page-template-locations .entry-thumbnail span .llpin ,
    .page-template-pf-locations .entry-thumbnail span .llpin{
        position: absolute;
        border-radius: 2px;
        font-size: 14px;
        padding:2px 7px;
        bottom: 30px;
        left: 50%;
        transform: translate(-50%, 0);
        display: none;
        height: auto !important;
        z-index: 2;
        text-align: center;
        line-height: 1.1;
        -webkit-transition: bottom 0.5s ease-out; 
         -moz-transition: bottom 0.5s ease-out; 
           -o-transition: bottom 0.5s ease-out; 
              transition: bottom 0.5s ease-out; 
    } 
    .page-template-locations .entry-thumbnail span.activedot .llpin ,
    .page-template-pf-locations .entry-thumbnail span.activedot .llpin{
        display: block;
        bottom: 20px;   
    }
    .page-template-locations .entry-thumbnail span .llpin:after ,
    .page-template-pf-locations .entry-thumbnail span .llpin:after{
        display: none;
    }
    .page-template-locations .entry-thumbnail span .llpin:before ,
    .page-template-pf-locations .entry-thumbnail span .llpin:before{
        top: 100%;
        left: 50%;
        border: solid transparent;
        content: "";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-color: rgba(0, 105, 55, 0);
        border-top-color: #006937;
        border-width: 7px;
        margin-left: -7px;
        -webkit-transition: border-color 0.3s ease-out, border-bottom-color 0.3s ease-out; 
         -moz-transition: border-color 0.3s ease-out, border-bottom-color 0.3s ease-out; 
           -o-transition: border-color 0.3s ease-out, border-bottom-color 0.3s ease-out; 
              transition: border-color 0.3s ease-out, border-bottom-color 0.3s ease-out; 
    }
    .page-template-locations .entry-thumbnail span.activedot .llpin ,
    .page-template-pf-locations .entry-thumbnail span.activedot .llpin{
        background: #000;
    }
    .page-template-locations .entry-thumbnail span.activedot .llpin:before ,
    .page-template-pf-locations .entry-thumbnail span.activedot .llpin:before{
        border-color: rgba(0, 0, 0, 0);
        border-top-color: #000;
    }
    .page-template-locations .locationhq ,
    .page-template-pf-locations .locationhq{
        right: 0px;
        bottom: -25px;
    }
    .location-intro-textarea {
        top: 0;
    }
    .page-template-locations .entry-content ,
    .page-template-pf-locations .entry-content{
        margin-bottom: 0;
    }
	.page-template-pf-locations .location-intro-textarea {
        padding-left: 20px;
        top: 35px;
    }
	span.llpin-1 {
        top: 23px;
        right: 116px;
    }
    .page-template-pf-locations span.llpin-1 {
        top: 13px;
        right: 71px;
    }
    span.llpin-2 {
        top: 59px;
        right: 173px;
    }
    .page-template-pf-locations span.llpin-2 {
        top: 44px;
        right: 112px;
    }
    span.llpin-3 {
        top: 105px;
        right: 253px;
    }
    span.llpin-4 {
        top: 120px;
        right: 165px;
    }
    span.llpin-5 {
        top: 138px;
        right: 277px;
    }
    span.llpin-6 {
        top: 138px;
        right: 233px;
    }
    span.llpin-7 {
        top: 157px;
        right: 97px;
    }
    span.llpin-8 {
        top: 185px;
        right: 158px;
    }
    .page-template-pf-locations span.llpin-8 {
        top: 134px;
        right: 94px;
    }
    span.llpin-9 {
        top: 199px;
        right: 274px;
    }
    span.llpin-10 {
        top: 205px;
        right: 344px;
    }
    span.llpin-11 {
        top: 199px;
        right: 218px;
    }
    span.llpin-12 {
        top: 196px;
        right: 116px;
    }
    span.llpin-13 {
        top: 215px;
        right: 93px;
    }
    span.llpin-14 {
        top: 234px;
        right: 81px;
    }
    span.llpin-15 {
        top: 249px;
        right: 66px;
    }
    span.llpin-16 {
        top: 247px;
        right: 96px;
    }
    span.llpin-17 {
        top: 256px;
        right: 113px;
    }
    span.llpin-18 {
        top: 239px;
        right: 455px;
    }
    span.llpin-19 {
        top: 259px;
        right: 304px;
    }
    span.llpin-20 {
        top: 304px;
        right: 299px;
    }
    span.llpin-21 {
        top: 315px;
        right: 232px;
    }
    span.llpin-22 {
        top: 339px;
        right: 264px;
    }
    span.llpin-23 {
        top: 372px;
        right: 378px;
    }
    .page-template-pf-locations span.llpin-23 {
        top: 278px;
        right: 253px;
    }
    span.llpin-24 {
        top: 500px;
        right: 634px;
    }
    .page-template-pf-locations span.llpin-24 {
        top: 382px;
        right: 436px;
    }
	span.llpin-25 {
		top: 252px;
		right: 473px;
	}
    span.llpin-26 {
		top: 305px;
		right: 250px;
	}
	.page-template-pf-locations span.llpin-26 {
        top: 225px;
        right: 538px;
    }
}
@media screen and (max-width:767px) {
    .location-intro-textarea {
        width: 100%;
        position: relative;
        padding-bottom:0;
    }
    .page-template-locations .entry-thumbnail,
    .page-template-pf-locations .entry-thumbnail{
        width: 440px;
        max-width: 440px;     
    }
    span.llpin-1 {
        top: 11px;
        right: 67px;
    }
    .page-template-pf-locations span.llpin-1 {
        top: 4px;
        right: 42px;
    }
    span.llpin-2 {
        top: 36px;
        right: 104px;
    }
    .page-template-pf-locations span.llpin-2 {
        top: 25px;
        right: 66px;
    }
    span.llpin-3 {
        top: 61px;
        right: 153px;
    }
    .page-template-pf-locations span.llpin-3 {
        top: 80px;
        right: 56px;
    }
    span.llpin-4 {
        top: 70px;
        right: 97px;
    }
    span.llpin-5 {
        top: 83px;
        right: 166px;
    }
    span.llpin-6 {
        top: 82px;
        right: 141px;
    }
    span.llpin-7 {
        top: 93px;
        right: 57px;
    }
    span.llpin-8 {
        top: 111px;
        right: 95px;
    }
    .page-template-pf-locations span.llpin-8 {
        top: 80px;
        right: 56px;
    }
    span.llpin-9 {
        top: 117px;
        right: 164px;
    }
    span.llpin-10 {
        top: 123px;
        right: 208px;
    }
    span.llpin-11 {
        top: 117px;
        right: 131px;
    }
    span.llpin-12 {
        top: 114px;
        right: 68px;
    }
    span.llpin-13 {
        top: 126px;
        right: 54px;
    }
    span.llpin-14 {
        top: 139px;
        right: 46px;
    }
    span.llpin-15 {
        top: 152px;
        right: 37px;
    }
    span.llpin-16 {
        top: 151px;
        right: 55px;
    }
    span.llpin-17 {
        top: 156px;
        right: 70px;
    }
    span.llpin-18 {
        top: 142px;
        right: 275px;
    }
    span.llpin-19 {
        top: 155px;
        right: 183px;
    }
    span.llpin-20 {
        top: 183px;
        right: 180px;
    }
    span.llpin-21 {
        top: 188px;
        right: 139px;
    }
    span.llpin-22 {
        top: 204px;
        right: 159px;
    }
    span.llpin-23 {
        top: 224px;
        right: 230px;
    }
    .page-template-pf-locations span.llpin-23 {
        top: 165px;
        right: 150px;
    }
    span.llpin-24 {
        top: 304px;
        right: 385px;
    }
    .page-template-pf-locations span.llpin-24 {
        top: 229px;
        right: 263px;
    }
	span.llpin-25 {
		top: 150px;
		right: 288px;
	}
    span.llpin-26 {
		top: 185px;
		right: 153px;
	}
    .page-template-pf-locations span.llpin-26 {
        top: 136px;
        right: 326px;
    }
    .page-template-pf-locations .location-intro-textarea {
        padding-left: 20px;
        top: 0px;
    }
}
@media screen and (max-width:479px) {
    .page-template-locations .entry-thumbnail,
        .page-template-pf-locations .entry-thumbnail{
        width: 334px;
        max-width: 334px;     
    }
    .page-template-locations .entry-thumbnail span,
    .page-template-pf-locations  .entry-thumbnail span{
        width: 12px !important;
        height: 12px !important;
        border-radius: 12px;
    }
    .page-template-locations .entry-thumbnail span.activedot .llpin ,
    .page-template-pf-locations .entry-thumbnail span.activedot .llpin{
        bottom: 18px;
    }
    span.llpin-1 {
        top: 7px;
        right: 51px;
    }
    span.llpin-2 {
        top: 25px;
        right: 77px;
    }
    span.llpin-3 {
        top: 45px;
        right: 114px;
    }
    span.llpin-4 {
        top: 53px;
        right: 73px;
    }
    span.llpin-5 {
        top: 61px;
        right: 127px;
    }
    span.llpin-6 {
        top: 61px;
        right: 103px;
    }
    span.llpin-7 {
        top: 69px;
        right: 42px;
    }
    span.llpin-8 {
        top: 82px;
        right: 71px;
    }
    span.llpin-9 {
        top: 88px;
        right: 127px;
    }
    span.llpin-10 {
        top: 92px;
        right: 157px;
    }
    span.llpin-11 {
        top: 91px;
        right: 99px;
    }
    span.llpin-12 {
        top: 86px;
        right: 49px;
    }
    span.llpin-13 {
        top: 96px;
        right: 39px;
    }
    span.llpin-14 {
        top: 107px;
        right: 33px;
    }
    span.llpin-15 {
        top: 118px;
        right: 25px;
    }
    span.llpin-16 {
        top: 114px;
        right: 44px;
    }
    span.llpin-17 {
        top: 120px;
        right: 55px;
    }
    span.llpin-18 {
        top: 109px;
        right: 208px;
    }
    span.llpin-19 {
        top: 116px;
        right: 138px;
    }
    span.llpin-20 {
        top: 139px;
        right: 135px;
    }
    span.llpin-21 {
        top: 143px;
        right: 105px;
    }
    span.llpin-22 {
        top: 155px;
        right: 120px;
    }
    span.llpin-23 {
        top: 170px;
        right: 172px;
    }
    span.llpin-24 {
        top: 230px;
        right: 291px;
    }
	span.llpin-25 {
		top: 115px;
		right: 220px;
	}
    span.llpin-26 {
		top: 139px;
		right: 118px;
	}
	.page-template-pf-locations span.llpin-1 {
	    top: 5px;
	    right: 30px;
    	display: block;
	}
	.page-template-pf-locations span.llpin-2 {
	    top: 18px;
	    right: 49px;
    	display: block;
	}
	.page-template-pf-locations span.llpin-8 {
    	top: 59px;
    	right: 41px;
    	display: block;
	}
	.page-template-pf-locations span.llpin-23 {
    	top: 127px;
    	right: 114px;
    	display: block;
	}
	.page-template-pf-locations span.llpin-26 {
    	top: 174px;
   		right: 198px;
    	display: block;
	}
	.page-template-pf-locations span.llpin-24 {
    	/* top: 101px;
    	right: 246px; */
        top: 171px;
        right: 199px;
    	display: block;
	}
	.page-template-locations .entry-thumbnail .wp-post-image ,.page-template-pf-locations .entry-thumbnail .wp-post-image{
        display: none;
    }
    .locimg-m {
        display: block;
    }
}
/* // end Location page changes June2021 */

/* nd = New Design Templates */
body .nd-outer,
body .nd-outer .entry-content,
body .nd-outer .nd-section {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-size: 21px;
}
body .nd-outer i,
body .nd-outer em {
    font-family: 'Work Sans', sans-serif;
    font-weight: 300;
    font-style: italic;
}
body .nd-outer h1,
body .nd-outer h2,
body .nd-outer h3,
body .nd-outer h4,
body .nd-outer .nd-section-heading {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #14683D;
    text-transform: none;
    margin-top: 0;
}
body .nd-outer h1 {
    font-size: 64px;
    line-height: 1.1;
}
body .nd-outer h2,
body .nd-outer h3,
body .nd-outer .nd-section-heading {
    font-size: 48px;
}
body .nd-outer strong {
    font-weight: 500;
}
.page-template-public-finance .navbar,
.page-template-pf-services .navbar,
.page-template-pf-contactus .navbar,
.page-template-pf-ourphilosophy .navbar,
.page-template-pf-whoweare .navbar,
.page-template-pf-snapshot .navbar  {
    border-bottom: 0;
}
.nd-page-heading .entry-title {
    margin-top: 0;
    border-top:1px solid #006937;
    padding-top: 25px;
}
body .nd-outer .entry-content {
    padding-bottom: 25px;
}
.nd-section {
    padding-top: 80px;
    padding-bottom: 80px;
}
.nd-section.nd-pf-services {
    background:#F4F4F4;
}
.nd-services-list {
    padding: 0;
    margin:0;
    list-style: none;
    overflow: hidden;
}
.nd-services-list li {
    float: left;
    margin-top: 20px;
    background:#fff;
    border-radius: 6px;    
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.nd-services-list li:hover {
    background:#14683D;
}
.nd-services-list.nd-list-3col li {
    width: 32%;
    margin-right: 2%;
}
.nd-services-list.nd-list-3col li:nth-child(3n+3) {
    margin-right: 0;
}
.nd-services-list.nd-list-3col li:nth-child(3n+4) {
    clear: both;
}
.nd-services-list.nd-list-4col li {
    width: 23.5%;
    margin-right: 2%;
}
.nd-services-list.nd-list-4col li:nth-child(4n+4) {
    margin-right: 0;
}
.nd-services-list.nd-list-4col li:nth-child(4n+5) {
    clear: both;
}
.nd-services-list li .nd-service-card {    
    padding: 90px 60px 25px 25px;
    position: relative;
    background-size: 50px;
}
.nd-services-list .nd-readmore {
    padding-bottom: 25px;    
}
.nd-services-list .nd-readmore span {
    color: #043667;
    font-weight: 600;
    font-size: 18px;
}
.nd-services-list .nd-clientcardlink {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.nd-service-card .required-text{
    color: #fff;
    font-size:0;
}
.nd-services-list li:hover h3,
.nd-services-list li:hover .nd-readmore span {
    color: #fff;
}
.nd-services-list li:hover .required-text  {
    color: #14683D;
    transition: all 0.3s ease-out;
     font-size:0;
}
body .nd-outer .nd-services-list h3 {
    font-size: 28px;
    margin: 0 0 20px 0;
    min-height: 150px;
}
.nd-services-list li span.fas {
    color: #ddd;
    font-size: 45px;
    position: absolute;
    top: 15px;
    right: 15px;
}
.nd-section.nd-clients {
    padding-top: 60px;
}
.nd-section.nd-clients .nd-section-text {
    color: #14683D;
    font-weight: 400;
}
.nd-green-button,
.nd-white-button {
    border:0;
    display: inline-block;
    vertical-align: middle;
    outline: none;
    padding: 6px 20px;      
    font-size: 14px;
    font-weight: 500;
    background:#14683D;
    color: #fff;
    cursor: pointer;
}
.nd-green-button:hover,
.nd-white-button:hover {
    text-decoration: none;
    background:#1e784c;
    color: #fff;
}
.nd-white-button {
    background:#fff;
    color: #000;
}
.nd-white-button:hover {
    color: #000;
    background:#dedede;
}
.nd-client-flex-row {
    display: flex;
    flex-wrap: wrap;
}
.nd-client-col-left {
    flex: 54%;
    margin-right: 3%;
    position: relative;
    padding-bottom: 250px;
}
.nd-client-feaured-img {
    position: absolute;
    height: 250px;
    width: 100%;
    bottom: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 6px;
    overflow: hidden;
}
.nd-client-col-right {
    flex: 43%;
    position: relative;
}
.nd-client-col-left .nd-section-heading {
    margin-top: 0;
    padding-top: 75px;
}
.nd-client-col-left .nd-button-block {
    padding: 0 0 35px 0;
}
.nd-client-list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
.nd-client-list li {
    float: left;
    width: 47.5%;
    margin-right: 4.5%;
    padding-top: 20px;
}
.nd-client-list li:nth-child(2n+2) {
    margin-right: 0;
}
.nd-client-list li .nd-client-card {
    height: 280px;
    width: 100%;
    position: relative;
    border-radius: 6px;
    color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
body .nd-outer .nd-client-card h3 {
    margin: 0;
    color: #fff;
    padding:30px 25px 30px 25px;
    font-size: 28px;
}
.nd-client-card a {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    cursor: pointer;
}
.nd-client-card .fas {
    color: #fff;
    font-size: 40px;
    opacity: .8;
    position: absolute;
    bottom: 15px;
    right: 15px;
}
.nd-client-list li .nd-client-card .fas {
    display: none;
}
.nd-section.nd-friefoverview {
    padding-top: 0;
}
.nd-bo-left-col {
    float: left;
    width: 380px;
}
.nd-bo-left-col.counter-width{
        width: 374px;
}
.nd-bo-right-col {
    overflow: hidden;
}
.nd-data-list {
    padding: 0;
    margin: 0;
    list-style: none;
    overflow: hidden;
}
.nd-data-list li {
    width: 25%;
    float: left;
    text-align: center;
}
.counter-numbers{
    display: flex;
    gap:55px;
}
 /* .counter-numbers li:nth-child(2) {
    padding-left:20px;
    } */

/* .counter-numbers li:nth-child(3) {
     padding-left:55px;
    }
    .counter-numbers li:nth-child(4) {
        padding-left:20px;
       }  */

.nd-data-list li p {
    margin: 0 0 8px 0;
    font-size: 48px;
    color: #14683D;
    font-weight: 700;
    line-height: 1.1;
}
.nd-data-list li span {
    color: #4D4949;
    font-size: 18px;
    display: block;
    line-height: 1.2;
}
.nd-section.nd-ofs {
    padding-top: 0;
}
.nd-ofs-block {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    padding: 80px 0 80px 35%;
}
.nd-ofs-textarea {
    background:#fff;
    padding: 50px 60px;
}
.nd-ofs-textarea .nd-button-block {
    padding: 15px 0;
}
body .nd-outer .nd-ofs-textarea .nd-section-heading {
    font-size: 32px;
}
.nd-section.nd-cta {
    background:#043667;
    color: #fff;
}
.nd-cta-left-col {
    width: 35%;
    margin-right: 5%;
    float: left;
}
.nd-cta-right-col {
    overflow: hidden;
}
body .nd-outer .nd-cta .nd-section-heading {
    color: #fff;
}
.nd-section.nd-cta .nd-button-block {
    padding-top: 15px;
}
.nd-featured-slide {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;       
}
.nd-featured-slide .nd-featured-slide-textarea {
    color: #fff;
    max-width: 600px;
    height: 620px; 
}
.nd-featured-slide .nd-featured-slide-textarea p {
    margin-top: 0;
    margin-bottom: 30px;
}
.nd-featured-slide-textarea .nd-slider-heading {
    font-size: 64px;
    font-weight: 700;
    line-height: 1.1;
    padding-top: 80px;
}
.nd-featured-slide-textarea .nd-slider-subheading {
    font-size: 32px;
}
.nd-featured-slide-textarea .nd-slider-subheading strong {
    font-weight: 600;
}
.nd-slide-outer {
    position: relative;
}
.nd-slide-outer:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
}
.nd-slide-outer .ndfs-mobile {
    display: none;
}
.nd-slide-outer .site-width {
    position: relative;
    z-index: 2;
}
.nd-slider-pager-outer {
    position: relative;
    height: 1px;
    position: relative;
    margin-top: -1px;
    line-height: 1;
    font-size: 0;
    z-index: 4;
}
.nd-slider-pager-outer .ndslidepager {
    position: absolute;
    bottom: 60px;
    left: 0;
    right: 0;
    font-size: 18px;
    line-height: 1.2;
}
.nd-slider-pager-outer .ndslidepager a {
    display: block;
    float: left;
    width: 25%;
    background:#fff;
    padding: 16px 20px 15px 45px; 
    position: relative;
    min-height: 74px;
}
.nd-slider-pager-outer .ndslidepager a:after {
    content: "";
    display: block;
    width: 1px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background:#d8d8d8;
}
.nd-slider-pager-outer .ndslidepager a:last-child:after {
    display: none;
}
.nd-slider-pager-outer .ndslidepager a span {
    display: block;
    width: 26px;
    height: 26px;
    background: #14683D;
    color: #fff;
    border-radius: 26px;
    position: absolute;
    top: 21px;
    left: 10px;
    text-align: center;
    font-size: 14px;
    line-height: 26px;
    font-weight: 600;
}
.nd-slider-pager-outer .ndslidepager a strong {
    display: block;
    font-weight: 700;
    color: #14683D;
}
.nd-slider-pager-outer .ndslidepager a em {
    font-size: 14px;
    font-style:normal;
    color: #000;
    display: block;
    font-weight: 500;
    padding-top: 2px;
}
.nd-slider-pager-outer .ndslidepager a.active,
.nd-slider-pager-outer .ndslidepager a:hover {
    background:#14683D;
}
.nd-slider-pager-outer .ndslidepager a.active strong,
.nd-slider-pager-outer .ndslidepager a.active em,
.nd-slider-pager-outer .ndslidepager a:hover strong,
.nd-slider-pager-outer .ndslidepager a:hover em {
    color: #fff;
}
.nd-slider-pager-outer .ndslidepager a.active span,
.nd-slider-pager-outer .ndslidepager a:hover span {
    background:#034d29;
}
.nd-pfs-head {
    color: #fff;
    padding: 100px 0;
}
.nd-pfs-head.nd-colorbg-head {
    background-color: #043667;
}
.nd-pfs-head.nd-imgbg-head {
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative; 
}
.nd-pfs-head.nd-imgbg-head:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.5);
    background: linear-gradient(90deg, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0) 100%);
    z-index: 1;
}
.nd-pfs-head.nd-imgbg-head > .site-width {
    position: relative;
    z-index: 2;
}
.nd-pfs-head .entry-title {
    margin: 0;
    padding: 0;
    color: #fff;
    max-width: 635px;
    border:0;
}
.page-id-10810 .nd-pfs-head .entry-title {
    max-width:1010px;
}
.nd-pfs-head a {
    color: #fff;
}
body .nd-pf-service .entry-content {
    padding: 45px 0;
    font-size: 18px;
}
body .nd-pf-service .entry-content h3 {
    font-size: 28px;
}
body .nd-pf-service .entry-content p {
    margin: 0 0 25px;
}
body .nd-pf-service .entry-content p:last-child {
    margin-bottom: 0;
}
.nd-breadcrumb {
    padding-bottom: 15px;
}
.nd-breadcrumb p {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
}
.nd-breadcrumb p a:hover {
    text-decoration: underline;
}
.nd-intro-text {
    color: #14683D;
    padding-top: 45px;
    font-weight: 400;
}
.nd-intro-text p:last-child {
    margin-bottom: 0;
}
.nd-content-left {
    float: left;
    width: 64.5%;
}
.nd-links-sidebar {
    width: 33%;
    float: right;
}
.nd-links-sidebarinner {
    background:#043667;
    color: #fff;
    padding: 25px;
    border-radius: 6px;
}
body .nd-outer .nd-links-sidebarinner h4 {
    color: #fff;
    font-size: 28px;
    margin: 0 0 25px 0;
}
.nd-sidebar-links {
    list-style: none;
    padding: 0 0 10px 0;
    margin: 0;
}
.nd-sidebar-links > li {
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.3;
}
.nd-sidebar-links > li:last-child {
    margin-bottom: 0;
}
.nd-sidebar-links > li a {
    color: #fff;
}
.nd-sidebar-links > li a:hover {
    text-decoration: underline;
}
.nd-sidebar-links > li.current a,
.nd-sidebar-links > li.current-menu-item a {
    font-weight: 700;
}
.nd-sidebar-links > li .sub-menu {
    margin: 0;
    list-style: none;
    padding: 0 0 0 20px;
    display: none;
}
.nd-sidebar-links > li.current-menu-item .sub-menu {
    display: block;
}
.nd-sidebar-links > li.current-menu-item .sub-menu li a {
    font-weight: 300;
}
.nd-sidebar-links > li .sub-menu li {
    padding-top: 8px;
}
.nd-pfs-whoweare .nd-data-overview {
    padding-top: 0;
}
.nd-pfs-whoweare .nd-data-list li {
    text-align: left;
}
.nd-pfs-whoweare .nd-data-list li span {
    max-width: 180px;
}
.nd-section.nd-geograph {
    padding: 0;
    margin: 0;
    background-color: #f4f4f4;    
    position: relative;
}
.nd-section.nd-geograph:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    left: 0;
    background:#043667;
}
.nd-section.nd-geograph .nd-geograph-left-col {
    color: #fff;
}
body .nd-outer .nd-geograph-left-col h2,
body .nd-outer .nd-geograph-left-col h3 {
    color: #fff;
}
body .nd-outer .nd-geograph-left-col {
    font-size: 18px;
}
.nd-geograph-left-col {
    background:#043667;
    padding: 90px 75px 90px 0;
    float: left;
    width: 55%;
}
.nd-geograph-right-col {
    float: right;
    width: 45%;
    text-align: center;
    padding: 40px 20px 0;
}
.nd-geograph-right-col img {
    width: 330px;
    max-width: 100%;
}
.nd-geograph-left-col .nd-button-block {
    padding-top: 20px;
    padding-bottom: 3px;
}
.nd-modeling-img {
    position: relative;
    text-align: center;
    margin-top: 30px;
}
.nd-modeling-img .nd-modeling-heading {
    display: inline-block;
    position: absolute;
    color: #fff !important;
    font-size: 38px;
    line-height: 1;
    margin: 0;
    padding: 0;  
    left: 50%;
    top: 50%;    
    width: 200px;
    margin-left: -88px;
    height: 80px;
    margin-top: -40px;
    text-align: center;
    display: none !important;
}
.nd-modeling .nd-section-text .nd-section-subheading {
    float: left;
    width: 48%;
    line-height: 1.1;
    font-size: 44px;
}
.nd-modeling .nd-section-text .nd-section-text-inner {
    float: right;
    width: 45%;
    font-size: 18px;
}
.nd-section.nd-team {
    padding-top: 0;
    padding-bottom: 150px;
}
.nd-team .nd-team-inner {
    background-color: #F4F4F4;
    padding-bottom: 80px;
    padding-top: 80px;
}
.nd-team .nd-team-inner .nd-team-textarea {
    width: 40%;
    float: left;
}
.nd-team .nd-team-inner .nd-team-textarea .nd-team-heading {
    font-size: 32px;
}
.nd-team .nd-team-inner .nd-team-textarea .nd-team-text {
    font-size: 18px;
    padding-bottom: 15px;
}
.nd-team .nd-team-tagline {
    float: right;
    width: 50%;
    background:#14683D;
    margin-top: 80px;
    margin-bottom: -50%;
}
.nd-team .nd-team-tagline h4 {
    background:#043667;
    color: #fff;
    font-size: 26px;
    margin: -80px 0 20px 20px;
    padding: 80px 60px 60px 40px;
}
.nd-team .nd-team-tagline h4 > div {
    padding-bottom: 20px;
}
.nd-team .nd-team-tagline .fas {
    font-size: 50px;
    opacity: .4;
}
.text-bottom-border strong {
    display: block;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;
    margin-bottom: 6px;
    font-weight: 600 !important;
}
.text-bottom-border strong:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.text-bottom-border br {
    display: none;
    visibility: hidden;
}
.nd-section.nd-ourapproach {
    padding-top: 45px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 35px;
}
.nd-approach-left-col {
    float: left;
    width: 280px;
    margin-right: 40px;
}
.nd-approach-left-col .nd-section-heading {
    line-height: 1 !important;
}
.nd-approach-right-col {
    overflow: hidden;
}
.nd-oa-list {
    list-style: none;
    padding: 0;
    margin: 0;
}
.nd-oa-list li {
    float: left;
    width: 45%;
    margin-right: 10%;
    padding-bottom: 25px;
    font-size: 18px;
    color: #4D4949;
}
.nd-oa-list li:nth-child(2n+2) {
    margin-right: 0;
}
.nd-oa-list li:nth-child(2n+3) {
    clear: both;
}
.nd-oa-list li h3 {
    font-size: 28px !important;
    margin-bottom: 15px;
}
.nd-pfs-contact .nd-links-sidebar {
    color: #4D4949;
}
.nd-pfs-contact .nd-links-sidebar h3 {
    padding-top: 10px;
    padding-bottom: 15px;
}
.nd-pfs-contact .nd-links-sidebar h4 {
    font-size: 18px;
    padding-bottom: 15px;
}
.nd-pfs-contact .nd-links-sidebar a {
    color: #043667;
}
.nd-pfs-contact .nd-links-sidebar a:hover {
    text-decoration: underline;
}
.nd-pfs-contact .gform_wrapper .gform_footer {
    text-align: right;
    padding-right: 16px;
}
.nd-pfs-contact .site-content .gform_footer .gform_button {
    background:#14683D;
    font-size: 14px;
    font-family: 'Work Sans', sans-serif;
    font-weight: 500;    
}
.nd-pfs-contact .site-content .gform_footer .gform_button:hover {
    background:#B94700;
}
.nd-pfs-contact .site-content .gform_wrapper {
    padding-right: 30px;
}
.nd-pfs-contact .site-content .gform_wrapper .gfield input,
.nd-pfs-contact .site-content .gform_wrapper .gfield textarea {
    width: 100% !important;
}
.nd-pfs-contact .site-content .gform_wrapper #field_8_2,
.nd-pfs-contact .site-content .gform_wrapper #field_8_3 {
    float: left;
    width: 50%;
}
.nd-pfs-contact .site-content .gform_wrapper #field_8_3 {
    clear: none;
}
.nd-pfs-contact .site-content .gform_wrapper #field_8_4 {
    margin-top: 0 !important;
    padding-top: 16px;
}
.nd-section.nd-services-listing {
    padding-top: 45px;
}
.nd-services-listing .nd-section-heading {
    margin-bottom: 45px;
}
.nd-services-list-items {
    list-style: none;
    padding: 0;
    margin:0;
}
.nd-services-list-items li {
    border-bottom: 1px solid #ccc;
    padding-bottom: 40px;
    margin-bottom: 40px;
}
.nd-services-list-items li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: 0;
}
.nd-services-list-items li h3 {
    font-size: 28px;
    float: left;
    width: 400px;
    margin-right: 50px;
    font-weight: 600;
}
.nd-services-list-items li .nd-services-list-item-text {
    overflow: hidden;
    font-size: 18px;
    color: #4D4949;
}
.nd-services-list-item-text .nd-button-block {
    padding-top: 10px;
}
.nd-imgbg-head-mobile {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
}
.nd-pfs-snapshot .nd-section.nd-ofs {
    padding-top: 80px;
}
.nd-wwa-map {
    margin-top: 45px;
}
.nd-wwa-map-inner {
    background-color: #f3f3f3;
    position: relative;
    text-align: center;
    padding: 40px 20px;
    background-image: url(images/map_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.nd-wwa-map-inner img {
    width: 100%;
    max-width: 100%;
}
.nd-wwa-map-inner .nds-map {
    position: absolute;
    background:#153263;
    color: #fff;
    border-radius: 4px;
    display: inline-block;
    padding: 4px 12px 8px 12px;
    line-height: 1;
}
.nd-wwa-map-inner .nds-map:hover {
    background-color: #3e81ed;
}
.nd-wwa-map-inner .nds-map em,
.nd-wwa-map-inner .nds-map span {
    display: inline-block;
    vertical-align: middle;
}
.nd-wwa-map-inner .nds-map em {
    font-style: normal;
    font-size: 15px;
    font-weight: 600;
}
.nd-wwa-map-inner .nds-map span {
    font-size: 17px;
    margin-left: 12px;
}
.nd-wwa-map-wrapper {
    position: relative;
    width: 580px;
    margin: 0 auto;
}
.nd-wwa-map-inner .nds-map:after {
    content: "";
    display: block;
    font-size: 0;
    line-height: 0;
    border-top: 2px dotted #143266;
    width: 50px;
    position: absolute;
    top: 15px;
}
.nd-wwa-map-inner .nds-map.nds-map-ohio {
    left: 66px;
    top: 85px;
}
.nd-wwa-map-inner .nds-map.nds-map-ohio:after {    
    left: 99%;
}
.nd-wwa-map-inner .nds-map.nds-map-maryland {
    top: 93px;
    right: -160px;
}
.nd-wwa-map-inner .nds-map.nds-map-maryland:after {    
    right: 99%;
    width: 70px;
}
.nd-wwa-map-inner .nds-map.nds-map-west_virginia {
    top: 205px;
    left: 63px;
}
.nd-wwa-map-inner .nds-map.nds-map-west_virginia:after {    
    left: 99%;
	width: 118px;
}
.nd-wwa-map-inner .nds-map.nds-map-tennessee {
    top: 311px;
    left: -161px;
}
.nd-wwa-map-inner .nds-map.nds-map-tennessee:after {    
    left: 99%;
	width: 49px;
}
.nd-wwa-map-inner .nds-map.nds-map-virginia {
    top: 257px;
    right: -148px;
}
.nd-wwa-map-inner .nds-map.nds-map-virginia:after {    
    right: 99%;
    width: 75px;
}
.nd-wwa-map-inner .nds-map.nds-map-north_carolina {
    top: 342px;
    right: -193px;
}
.nd-wwa-map-inner .nds-map.nds-map-north_carolina:after {    
    right: 99%;
    width: 75px;
}
.nd-wwa-map-inner .nds-map.nds-map-south_carolina {
    top: 446px;
    right: -90px;
}
.nd-wwa-map-inner .nds-map.nds-map-south_carolina:after {    
    right: 99%;
    width: 75px;
}
.nd-wwa-map-inner .nds-map.nds-map-georgia {
    top: 478px;
    left: 21px;
}
.nd-wwa-map-inner .nds-map.nds-map-georgia:after {    
    left: 99%;
}
.nd-wwa-map-inner .nds-map.nds-map-washington-dc {
    top: 209px;
    right: -191px;
}
.nd-wwa-map-inner .nds-map.nds-map-washington-dc:after {    
    right: 99%;
    width: 30px;
}
.nd-featured-slider-wrapper .bx-wrapper {
    z-index: 1;
}
.nd-pf-dropdown-menu-outer {
    position: relative;
    z-index: 5;
    height: 0;
    line-height: 0;
    margin-bottom: -1px;
}
.nd-pf-dropdown-menu-outer .nd-pf-dropdown-menu {
    height: 40px;
    width: 104px;
    line-height: 1.3;
    position: absolute;
    z-index: 1;
    right: 0;
    top:40px;
    text-align: right;
}
.nd-pf-dropdown-menu em {
    cursor: pointer;
    font-size: 22px;
    font-style: normal !important;
    background: rgba(255,255,255,.5);
    padding: 4px 8px;
    display: inline-block;
    vertical-align: top;
    border-radius: 4px;
}
.nd-pf-dropdown-menu:hover em {
    background: #fff;
}
.menu-public-finance-menu-container {
    position: absolute;
    background: #fff;
    top: 80%;
    right: 0;
    width: 330px;
    padding: 12px 7px;
    border-radius: 4px 0 4px 4px;
    box-shadow: -8px 10px 9px rgba(0,0,0,.3);
    display: none;
}
.nd-pf-dropdown-menu:hover .menu-public-finance-menu-container {
    display: block;
}
.menu-public-finance-menu-container > ul {
    padding: 0;
    list-style: none;
    margin: 0;
    font-size: 18px;
    text-align: left;
}
.menu-public-finance-menu-container > ul > li {
    margin-bottom: 8px;
}
.menu-public-finance-menu-container > ul > li:last-child {
    margin-bottom: 0;
}
.menu-public-finance-menu-container > ul > li > a {
    font-weight: 400;
    display: block;
    padding: 4px 8px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menu-public-finance-menu-container > ul > li > a:hover {
    background: #efefef;
}
.menu-public-finance-menu-container > ul > li .sub-menu {
    list-style: none;
    margin: 0;
    padding: 0 0 0 10px;
}
.menu-public-finance-menu-container > ul > li .sub-menu > li {
    padding-top: 3px;
}
.menu-public-finance-menu-container > ul > li .sub-menu > li a {
    display: block;
    padding: 4px 8px;
    border-radius: 4px;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}
.menu-public-finance-menu-container > ul > li .sub-menu > li a:hover {
    background: #efefef;
}
.nd-case-study {
    text-align: center;
    position: relative;
    padding: 100px 0;
    color: #fff;
    margin-bottom: 80px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.nd-case-study:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background:rgba(0,0,0,.6);
}
.nd-case-study .nd-section-heading {
    color: #fff !important;
    font-size: 40px !important;
}
.nd-case-study .site-width > div {
    font-weight: 400;
    padding: 10px 0;
    max-width: 600px;
    margin: 0 auto;
}
.padding-top-10px {
    padding-top: 10px !important;
}
body.page-template-pf-snapshot .nd-pf-service .entry-content {
    padding-bottom: 0;
}
.nd-snapshot-cs-outer {
    padding: 120px 0;
    position: relative;        
}
.nd-snapshot-cs-outer .nd-csbg1 {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.nd-snapshot-cs-outer .nd-csbg {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2;
}
.nd-snapshot-cs-outer > .site-width {
    z-index: 3;
}
.nd-snapshot-cs-outer .nd-content-left > .clearfix {
    background:#fff;
    background:rgba(255,255,255,.85);
    padding: 35px 40px;
    padding-bottom: 100px;
}
.nd-snapshot-cs-outer .nd-content-left > .clearfix .bx-wrapper {
    background:none;
}
.nd-snapshot-cs-outer .bx-controls {
    position: absolute;
    bottom: -80px;
    right: 0;
}
.nd-snapshot-cs-outer .bx-controls .bx-controls-direction .bx-prev,
.nd-snapshot-cs-outer .bx-controls .bx-controls-direction .bx-next {
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 0;
    background:url(images/slider_arrows.png) no-repeat 0 0;
    background-size: 113px auto;
    left: auto;
}
.nd-snapshot-cs-outer .bx-controls .bx-controls-direction .bx-prev {
    right: 70px;
    background-position: 0 0;
}
.nd-snapshot-cs-outer .bx-controls .bx-controls-direction .bx-prev:hover {
    background-position: 0 -50px;
}
.nd-snapshot-cs-outer .bx-controls .bx-controls-direction .bx-next {
    right: 0;
    background-position: -63px -50px;
}
.nd-snapshot-cs-outer .bx-controls .bx-controls-direction .bx-next:hover {
    background-position: -62px 0;
}
.nd-cs-slide h3 {
    margin-bottom: 15px;
}
.page-template-pf-snapshot .nd-content-left {
    float: right;
}
.page-id-10848 .nd-content-left,
.page-id-10865 .nd-content-left {
    float: left;
}
.fontweight400 {
    font-weight: 400 !important;
}
.nd-cs-slide .photocredit {
    font-size: 12px;
    line-height: 1.222;
    padding-top: 25px;
    padding-bottom: 10px;
    display: block !important;
}
@media screen and (max-width: 1163px) { 
    .nd-slider-pager-outer .ndslidepager a {
        min-height: 90px;
    } 
    .nd-slider-pager-outer .ndslidepager {
        left: 20px;
        right: 20px;
    }
    .nd-services-list li .nd-service-card {
        padding-right: 25px;
    }
    .nd-client-col-left .nd-section-heading {
        padding-top: 75px;
    }
    .nd-pf-dropdown-menu-outer .nd-pf-dropdown-menu {
        right: 15px;
    }    
}
@media screen and (max-width: 1023px) { 
    .nd-slider-pager-outer .ndslidepager {
        bottom: 20px;
        border-top: 1px solid #d8d8d8;
        border-left: 1px solid #d8d8d8;
    }
    .nd-slider-pager-outer .ndslidepager a {
        width: 50%;
        border-bottom: 1px solid #d8d8d8;
        border-right: 1px solid #d8d8d8;
        min-height: 74px;
    }
    .nd-slider-pager-outer .ndslidepager a:after {
        display: none;
    }
    .nd-featured-slide-textarea .nd-slider-heading {
        padding-top: 60px;
    }
    .nd-services-list.nd-list-4col li {
        width:48.5%;
        margin-right: 3%;
    }
    .nd-services-list.nd-list-4col li:nth-child(2n+2) {
        margin-right: 0;
    }
    .nd-services-list.nd-list-3col li {
        float: none;
        width: 100%;
        margin-right: 0;
    }
    body .nd-outer .nd-services-list.nd-list-3col h3 {
        min-height: 50px;
    }
    .nd-services-list.nd-list-3col li .nd-service-card {
        padding: 60px 70px 35px 25px;
    }
    .nd-client-flex-row {
        display: block;
    }
    .nd-client-col-left,
    .nd-client-col-right {
        display: block;
        width: 100%;
        margin-right: 0;
    }
    .nd-client-col-left .nd-section-heading {
        padding-top: 0;
    }
    .nd-bo-left-col,
    .nd-cta-left-col {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    
    .nd-data-list li {
        text-align: left;
        padding-top: 20px;
    }
    .nd-data-list li span,
    .nd-data-list li p {
        padding-right: 20px;
    }
    .nd-geograph-right-col {
        padding-right: 0;
    }
    .nd-modeling-img .nd-modeling-heading {
        font-size: 28px;
        margin-left: -91px;
        height: 60px;
        margin-top: -30px;
    }
    .nd-modeling .nd-section-text .nd-section-subheading {
        font-size: 36px;
    }
    .nd-team .nd-team-inner .nd-team-textarea {
        width: 44%;
    }
    .nd-team .nd-team-tagline {
        width: 54%;
        margin-top: 20px;
    }
    .nd-team .nd-team-tagline h4 {
        padding: 45px 25px 40px 25px;
        margin-top: -45px;
    }
    .nd-section.nd-team {
        padding-bottom: 80px;
    }
    .nd-approach-left-col {
        width: 240px;
    }
    .nd-oa-list li {
        float: none;
        width: 100%;
        margin-right: 0;
        padding-bottom: 15px;
    }
    .nd-oa-list li h3 {
        margin-bottom: 0;
    }
    .nd-pfs-contact .site-content .gform_wrapper {
        padding-right: 0;
    }
    .nd-services-list-items li h3 {
        width: 280px;
        margin-right: 25px;
    }
    .nd-wwa-map-wrapper {
        width: 500px;
    }
    .nd-wwa-map-inner .nds-map:after {
        width: 30px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-maryland:after {
        width: 31px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-ohio {
        left: 60px;
        top: 85px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-maryland {
        top: 80px;
        right: -115px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-west_virginia {
        top: 176px;
        left: 29px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-virginia:after {
        width: 60px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-virginia {
        top: 217px;
        right: -115px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-north_carolina:after {
        width: 65px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-north_carolina {
        top: 303px;
        right: -165px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-georgia {
        top: 434px;
        left: 26px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-tennessee {
        top: 285px;
        left: -136px;
    }
	.nd-wwa-map-inner .nds-map.nds-map-south_carolina {
        top:395px;
        right: -74px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-washington-dc {
        top: 176px;
        right: -191px;
    }
}
@media screen and (max-width: 767px) { 
    .nd-featured-slide-textarea .nd-slider-heading,
    body .nd-outer h1 {
        font-size: 50px;
    }
    body .nd-outer h2, 
    body .nd-outer h3, 
    body .nd-outer .nd-section-heading {
        font-size: 40px;
    }
    .nd-section {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .nd-services-list.nd-list-4col li {
        width: 100%;
        float: none;
        margin-right: 0;
    }
    body .nd-outer .nd-services-list h3 {
        min-height: 50px;
    }
    .nd-services-list li .nd-service-card {
        padding: 60px 70px 35px 25px;
    }
    body .nd-outer .nd-services-list h3 {
        font-size: 24px;
    }
    body .nd-outer .nd-client-card h3 {
        padding: 25px 20px 20px 20px;
        font-size: 24px;
    }
    .nd-client-list li .nd-client-card {
        height: 210px;
    }
    .nd-client-card .fas {
        font-size: 30px;
    }
    .nd-client-feaured-img {
        height: 170px;
    }
    .nd-client-col-left {
        padding-bottom: 170px;
    }
    .nd-services-list.nd-list-3col li .nd-service-card,
    .nd-services-list li .nd-service-card {
        padding-left: 20px;
    }
    .nd-data-list li {
        width: 50%;
    }
    .nd-data-list li:nth-child(2n+3) {
        clear: both;
    }
    .nd-data-list li p {
        font-size: 36px;
    }
    .nd-ofs-block {
        padding: 0;
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
    }
    .nd-ofs-textarea {
        padding: 45px 20px;
        background:rgba(255,255,255,.85);
    }
    .nd-section.nd-ofs {
        padding-bottom: 0;
    } 
    body .nd-outer .nd-ofs-textarea .nd-section-heading {
        font-size: 40px;
    }
    .nd-content-left,
    .nd-links-sidebar {
        float: none;
        width: 100%;
    }
    .nd-links-sidebar {
        padding-top: 45px;
    }
    .nd-pfs-contact .nd-links-sidebar {
        padding-top: 15px;
    }
    .nd-links-sidebarinner {
        padding: 20px;
    }
    .nd-pfs-head {
        padding-top: 75px;
        padding-bottom: 75px;
    }
    body .nd-pf-service.nd-pfs-whoweare .entry-content {
        padding-bottom: 25px;
    }
    .nd-geograph-left-col {
        padding: 45px 20px;
        float: none;
        width: auto;
        margin: 0 -20px;
    }
    .nd-section.nd-geograph:before {
        display: none;
    }
    .nd-geograph-right-col {
        padding: 20px;
        float: none;
        width: 100%;
    }
    .nd-modeling-img {
        margin-top: 20px;
    }
    .nd-modeling-img .nd-modeling-heading {
        font-size: 22px;
        margin-left: -64px;
        height: 48px;
        margin-top: -24px;
        width: 140px;
    }
    .nd-modeling .nd-section-text .nd-section-subheading,
    .nd-modeling .nd-section-text .nd-section-text-inner,
    .nd-team .nd-team-inner .nd-team-textarea {
        float: none;
        width: 100%;
    }
    .nd-modeling .nd-section-text .nd-section-subheading {
        font-size: 28px;
    }
    .nd-section.nd-team {
        padding-bottom: 0;
    }
    .nd-team .nd-team-inner {
        padding-top: 45px;
        padding-bottom: 45px;
    }
    .nd-team .nd-team-tagline {
        width: 100%;
        float: none;
        padding: 1px;
        margin-top:80px;
        margin-bottom: 0;
    }
    .nd-approach-left-col {
        width: 100%;
        float: none;
        padding-bottom: 25px;
        margin-right: 0;
    }
    .nd-section.nd-ourapproach {
        padding-bottom: 25px;
    }
    .nd-services-list-items li h3 {
        width: 100%;
        float: none;
        margin-right: 0;
        font-size: 28px !important;
    }
    .nd-services-list-items li {
        margin-bottom: 30px;
    }
    .nd-services-list-items li:last-child {
        margin-bottom: 0;
    }
    .nd-pfs-snapshot .nd-section.nd-ofs {
        padding-top: 0;
        margin-bottom: 40px;
    }

    .nd-wwa-map-inner {
        padding: 15px;
    }
    .nd-wwa-map-wrapper {
        width: 380px;
    }
    .nd-wwa-map-inner .nds-map {
        padding: 2px 8px 6px 8px;
    }
    .nd-wwa-map-inner .nds-map em {
        font-size: 13px;
    }
    .nd-wwa-map-inner .nds-map span {
        margin-left: 8px;
    }
    .nd-wwa-map-inner .nds-map:after {
        width: 28px;
        top: 14px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-ohio {
        left: 43px;
        top: 72px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-maryland {
        top: 55px;
        right: -98px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-west_virginia {
        top: 130px;
        left: -22px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-tennessee {
        top: 201px;
        left: -110px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-virginia:after {
        width: 60px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-virginia {
        top: 163px;
        right: -95px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-north_carolina:after {
        width: 32px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-north_carolina {
        top: 220px;
        right: -133px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-georgia {
        top: 321px;
        left: 7px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-south_carolina:after {
        width: 50px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-south_carolina {
        top: 305px;
        right: -56px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-washington-dc {
        top: 130px;
        right: -162px;
    }
    .nd-pf-dropdown-menu-outer .nd-pf-dropdown-menu {
        top: 10px;
        right: 10px;
    }
    .nd-pf-dropdown-menu em {
        padding: 3px 6px;
    }
    .nd-snapshot-cs-outer .nd-content-left > .clearfix {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }
    body.page-template-pf-snapshot .nd-pf-service .entry-content {
        padding-bottom: 0 !important;
    }
    body.page-id-1758 .ib-banner-text {
        position: absolute;
        top: 100px;
        width: 100%;
        z-index: 2;
        background:none;
    }
    body.page-id-1758 .ib-banner-text .ib-banner-text-in {
        top: auto;
        position: relative;
        width: 100%;
    }
    
}
@media screen and (max-width: 639px) {  
    .nd-pfs-contact .gform_wrapper .gform_footer {
        padding-right: 0;
    }
    .nd-pfs-contact .site-content .gform_wrapper #field_8_2, 
    .nd-pfs-contact .site-content .gform_wrapper #field_8_3 {
        width: 100%;
        clear: both;
    }
    .nd-slide-outer .ndfs-mobile {
        display: block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }
    .nd-imgbg-head-mobile {
        display: block;
    }
}
@media screen and (max-width: 567px) {  
    .nd-slider-pager-outer {
        height: auto;
        margin: 0;
        padding: 0;
    }
    .nd-slider-pager-outer .ndslidepager {
        position: relative;
        margin: 0;
        left: auto;
        right: auto;
        bottom: auto;
        top: auto;
        display: flex;
        flex-wrap: wrap;
        border:0;
    }
    .nd-slider-pager-outer .ndslidepager a {
        border:0;
        flex: 50%;
    }
    .nd-slider-pager-outer .ndslidepager a:nth-child(1),
    .nd-slider-pager-outer .ndslidepager a:nth-child(2) {
        border-bottom: 1px solid #d8d8d8;
    }
    .nd-slider-pager-outer .ndslidepager a:nth-child(1),
    .nd-slider-pager-outer .ndslidepager a:nth-child(3) {
        border-right: 1px solid #d8d8d8;
    }
    .nd-featured-slide-textarea .nd-slider-heading {
        padding-top: 45px;
    }
    .nd-featured-slide .nd-featured-slide-textarea p {
        margin-bottom: 20px;
    }
    .nd-featured-slide-textarea .nd-slider-subheading {
        font-size: 28px;
    }
    .nd-featured-slide .nd-featured-slide-textarea {
        height: 550px;
    }
    .nd-modeling-img .nd-modeling-heading {
        font-size: 14px;
        margin-left: -40px;
        height: 31px;
        margin-top: -15px;
        width: 89px;
    }
    .nd-content-default .wp-block-columns .wp-block-column {
        margin-bottom: 30px;
    }
    .nd-content-default .wp-block-columns .wp-block-column:last-child {
        margin-bottom: 0;
    }

    .nd-wwa-map-inner {
        padding: 10px 5px;
    }
    .nd-wwa-map-wrapper {
        width: 200px;
    	margin-left: 30px;
    }
    .nd-wwa-map-inner .nds-map {
        padding: 1px 5px 4px 5px;
    }
    .nd-wwa-map-inner .nds-map em {
        font-size: 12px;
    }
    .nd-wwa-map-inner .nds-map span {
        margin-left: 5px;
        font-size: 13px;
    }
    .nd-wwa-map-inner .nds-map:after {
        width: 20px;
        top: 13px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-ohio {
        left: 5px;
        top: 32px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-maryland {
        top: 26px;
        right: -88px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-west_virginia {
        top: 65px;
        left: -27px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-west_virginia:after {
       width: 50px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-virginia {
        top: 87px;
        right: -82px;
    }
	.nd-wwa-map-inner .nds-map.nds-map-virginia:after {
        width: 0;
    }
	.nd-wwa-map-inner .nds-map.nds-map-north_carolina:after {
        width: 19px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-north_carolina {
        top: 115px;
        right: -106px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-tennessee {
        top: 134px;
        left: -34px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-tennessee:after {
        width: 0;
    }
	.nd-wwa-map-inner .nds-map.nds-map-georgia {
        top: 176px;
        left: -16px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-south_carolina:after {
        width: 24px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-south_carolina {
        top: 144px;
        right: -76px;
    }
    .nd-wwa-map-inner .nds-map.nds-map-washington-dc {
        top: 58px;
        right: -128px;
    }
	.nd-wwa-map-inner .nds-map.nds-map-washington-dc:after {
    	width: 0;
    }
	body.page-id-1758 .ib-banner-text {
        top: 65px;
    }
}
/* // End New Design Templates */
/* Website Updates - Feb 2022 */
.teammmber-disclosure {
    font-size: 13px;
    line-height: 1.6;
}
.teammmber-disclosure p {
    line-height: 1.6;
}
.advsrteam-list {
    margin-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #d4d4d4;
}
.advsrteam-list:last-child {
    border-bottom: 0;
    padding-bottom: 0;
}
.advsrteam-list .advsrteamimg {
    float: left;
    margin: .5em 1em .5em 0;
}
.advsrteam-list > strong + p {
    margin-top: 1px;
}
.advsrteamfooter {
	padding-top: 50px;
	font-size: 85%;
}
.biopdfd {
    padding-top: 20px;
    position: relative;
}
.biopdfd > span {
    position: absolute;
    z-index: 1;
    left: 32px;
    top: 23px;
    font-family: 'Trade Gothic';
    font-size: 16px;
}
.biopdfd > div {
    position: relative;
    z-index: 2;
}
.biopdfd > div img {
    opacity: 0;
    visibility: hidden;
}
.biopdfd a {
    display: inline-block;
    vertical-align: middle;
    font-family: 'Trade Gothic';
    background: url(images/pdf_large_icon.jpg) no-repeat 0 2px;
    padding: 3px 0 3px 30px;
    text-decoration: none !important;
    color: #000;
    font-size: 18px;
    background-size: 20px auto;
    width: 150px;
}
.biopdfd a:hover {
    color: #006937;
}
/* // End Website Updates - Feb 2022 */
/* Location/Branch page update 7 Nov 2022 */
.aln-main .branch-bottom-cta {
    margin-top: 20px;
}
.branch-bottom-cta .nd-button-block a {
    color: #fff;
}
.branch-bottom-cta .nd-button-block a:hover {
    border-bottom: 1px solid #fff;
}
.aln-main {
    padding-top: 50px;
}
.aln-main .aln-readmore {
    font-size: 18px;
}
.aln-main .aln-top .aln-top-left {
    float: left;
    width: 66%;
}
.aln-main .aln-top .aln-top-right {
    float: right;
    width: 29%;
    margin-top: 50px;
}
.aln-main .aln-top .aln-top-right > img {
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
}
.aln-main .aln-top .aln-top-right .sidebar-contact-information {
    background: #043667;
    color: #fff;
    border:0;
    border-radius: 6px;
}
.aln-main .aln-top .aln-top-right > img + .sidebar-contact-information {
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}
.aln-main .aln-top .aln-top-right .sidebar-contact-information .title {
    border: 0;
    font-size: 22px;
    color: #fff;
    margin: 12px 0 10px;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0;
    line-height: 1.11;
}
#second-title {
    margin: 25px 0 10px;
    font-size: 18px;
}
.aln-main .aln-top .aln-top-right .sidebar-contact-information .contact-details {
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #fff;
}
.aln-main .aln-top .aln-top-right .sidebar-contact-information .contact-details .email{
    font-family: 'Work Sans', sans-serif;
    font-size: 14px;
    color: #fff;
    margin-top:10px;
}
.aln-main .aln-top .aln-top-right .sidebar-contact-information .address-map {
    padding-top: 20px;
    padding-bottom: 15px;
    margin-bottom: 0;
}
.aln-main .aln-top .aln-top-right .sidebar-contact-information .address-map a {
    text-transform: none;
    color: #fff;
    display: inline-block;
    vertical-align: middle;
    border: 1px solid #fff;
    padding: 5px 8px;
}
.aln-main .aln-top {
    margin-bottom: 40px;
}
.aln-main .aln-branch-manager .search-result-item + .branch-manager {
    display: none;
}
.aln-main .aln-branch-manager {
    max-width: 558px;
}
.aln-main .aln-branch-manager > h3 {
    font-size: 26px;
    color: #000;
    padding-top: 15px;
    margin-bottom: 10px;
}
.aln-main .aln-branch-manager .search-result-item {
    border:1px solid #e8e8e8;
    padding: 15px;
    border-radius: 5px;
}
.aln-main .aln-bottom > h3 {
    font-size: 44px;
    margin-left:12px;
    margin-bottom: 20px;
}
.aln-main .aln-bottom > h3:last-child {
    display: none;
}
.aln-main .aln-bottom .search-result-item {
    border:1px solid #e8e8e8;
    width: calc(50% - 24px);
    float: left;
    margin-right: 12px;
    margin-left: 12px;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 22px;
}
/*.aln-main .aln-bottom .search-result-item:nth-child(2n - 1) {
    margin-right: 0;
}
.aln-main .aln-bottom .search-result-item:nth-child(2n - 2) {
    clear: both;
}*/
.aln-main .aln-bottom .search-result-item .item-content,
.aln-main .aln-branch-manager .search-result-item .item-content {
    width: 100%;
    float: none;
}
.aln-main .aln-bottom .search-result-item .item-content .item-image,
.aln-main .aln-branch-manager .search-result-item .item-content .item-image {
    margin-right: 15px;
}
.aln-main .aln-bottom .search-result-item .item-content .item-image img,
.aln-main .aln-branch-manager .search-result-item .item-content .item-image img {
    border-radius: 5px;
}
.aln-main .aln-bottom .search-result-item .item-content .item-about .name,
.aln-main .aln-branch-manager .search-result-item .item-content .item-about .name {
    font-size: 20px;
    margin: 0;
    line-height: 1.1;
    font-family: 'Work Sans', sans-serif;
}
.aln-main .aln-bottom .search-result-item .item-content .item-about .designation,
.aln-main .aln-branch-manager .search-result-item .item-content .item-about .designation {
    font-size: 16px;
    color: #4d4d4d;
    line-height: 1;
}
.aln-main .aln-bottom .search-result-item .item-content .item-about .item-contact-info,
.aln-main .aln-branch-manager .search-result-item .item-content .item-about .item-contact-info {
    font-size: 16px;
    line-height: 1.33;
    margin-top: 8px;
    width: 100%;
    float: none;
}
.aln-main .aln-bottom .search-result-item .item-content .item-about .item-contact-info .website,
.aln-main .aln-branch-manager .search-result-item .item-content .item-about .item-contact-info .website {
    display: inline-block;
    vertical-align: middle;
    padding: 2px 8px 3px;
    background: #14683D;
    color: #fff;
    margin-top: 10px;
    border-radius: 3px;
    font-size: 14px;
}
.aln-main .aln-bottom .search-result-item .item-content .item-about .item-contact-info .website:hover,
.aln-main .aln-branch-manager .search-result-item .item-content .item-about .item-contact-info .website:hover {
    background-color: #000;
    color: #fff;
}
.aln-main .aln-bottom .search-result-item .item-content .item-about .accreditation-info,
.aln-main .aln-branch-manager .search-result-item .item-content .item-about .accreditation-info {
    font-size: 14px;
    line-height: 1;
}
.aln-main .aln-top .aln-top-right > img {
	width: 100%;
}
.aln-branch-manager .branch-manager a {
    font-weight: 500;
}
.aln-bottom {
    overflow: hidden;
    width: auto;
    margin-left: -12px;
    margin-right: -12px;
}
.aln-search {
    position: relative;
    height: 1px;
}
.aln-search input {
    position: absolute;
    right: 0;
    bottom: -45px;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #e8e8e8;
    padding-left: 40px;
    width: 390px;
    background: url(images/magnify.png) no-repeat 9px 10px;
    background-size: 20px auto;
    font-size: 16px;
}
@media screen and (max-width: 1023px) {  
    .aln-main .aln-top .aln-top-left,
    .aln-main .aln-top .aln-top-right {
        width: 100%;
        float: none;
    }
    .aln-main .aln-top .aln-top-right {
        padding-top: 30px;
        margin-top: 0;
    }
    .aln-main .aln-top .aln-top-right > img {
        
    }
    .aln-main .aln-top .aln-top-right .sidebar-contact-information,
    .aln-main .aln-top .aln-top-right > img + .sidebar-contact-information {

    }
    .aln-main .search-result-item .advisor-toggle {
        display: none;
    }
    .aln-main .aln-top .aln-top-right .sidebar-contact-information .title {
        cursor: default;
    }
    .aln-main .aln-top .aln-top-right .sidebar-contact-information .title:after {
        display: none;
    }
    .aln-main .aln-top .sidebar-contact-information {
        min-height: 100px;
    }
    .aln-main .aln-top .sidebar-contact-information .phone {
        color: #fff;
    }
    .aln-main .aln-top .aln-top-right .sidebar-contact-information .contact-details {
        display: block !important;
        min-height: 192px !important;
    }
    #second-contactdetails{
        min-height: auto !important;
    }
    .aln-main .aln-bottom .search-result-item {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }
    .aln-bottom {
        margin-left: 0;
        margin-right: 0;
    }
    .aln-main .aln-bottom > h3 {
        margin-left: 0;
        font-size: 34px;
    }
}
@media screen and (max-width: 767px) { 
    /*.aln-main .aln-bottom .search-result-item {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-left: 0;
    }
    .aln-bottom {
        margin-left: 0;
        margin-right: 0;
    }
    .aln-main .aln-bottom > h3 {
        margin-left: 0;
        font-size: 34px;
    }*/
    .aln-main .aln-bottom > h3 {
        margin-bottom: 75px;
    }
    .aln-search input {
        bottom: -95px;
        right: auto;
        left: auto;
        width: 100%;
    }
    .counter-numbers{
        display: flex;
        flex-direction: column;
        gap:0;
    }
    /* .page-template-advisor-group-child-page #advisor-child-slider{
        height: 320px !important;
    } */
     .home .main-slider{
        height: auto !important;
     }
     .page-template-advisor-group-child-page .slider-image-div{
    height: auto !important;
    background-size: cover;
    background-position: center center;
    }
    .page-template-advisor-group-child-page .bx-viewport {
    height: 391px !important;
    }
}
@media screen and (max-width: 567px) { 
    .counter-numbers{
        display: flex;
        flex-direction: column;
        gap:0;
    }
    .aln-main {
        padding-top: 30px;
    }
    .aln-main .aln-branch-manager > h3 {
        font-size: 22px;
    }
    .aln-main .aln-branch-manager .search-result-item .item-content,
    .aln-main .aln-bottom .search-result-item .item-content {
        margin: 0;
    }
    .aln-main .aln-bottom > h3 {
        font-size: 34px;
    }
    .aln-main .sidebar-contact-information .contact-details {
        padding-top: 0;
    }
    .aln-main .aln-bottom .search-result-item {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 415px) {  
    .aln-main .aln-top .aln-top-right > img {
        display: block;
    }
    .aln-main .aln-top .aln-top-right > img + .sidebar-contact-information {
        border-top-right-radius: 0px;
        border-top-left-radius: 0px;
    }
}

.client-associates-container{
display: flex;
    flex-wrap: wrap;
    row-gap: 21px;
column-gap:16px;
}
.divider{
margin: 20px;
padding-top: 20px;
border-top: 1px solid #d4d4d4;
}
.client-associates-container h3{
width:100%;
margin-bottom:0px;
}
.client-associates-container p{
font-family: 'Trade Gothic', sans-serif;
font-size:15px;
}
.sidebar #contact .gform_wrapper .gform_footer{
margin-top:13px;
}



