/*
* Made with Template by Marketing Essentials
* Based on Bones by Eddie Machado.
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Main Stylesheet

Here's where the magic happens. Here, you'll see we are calling in
the separate media queries. The base mobile goes outside any query
and is called at the beginning, after that we call the rest
of the styles inside media queries.

Helpful articles on Sass file organization:
http://thesassway.com/advanced/modular-css-naming-conventions

******************************************************************/
/*********************
IMPORTING PARTIALS
These files are needed at the beginning so that we establish all
our mixins, functions, and variables that we'll be using across
the whole project.
*********************/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

.clearfix, .cf {
  zoom: 1; }
  .clearfix:before, .clearfix:after, .cf:before, .cf:after {
    display: table;
    content: ""; }
  .clearfix:after, .cf:after {
    clear: both; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.image-replacement,
.ir {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap; }

/******************************************************************
Site Name:
Author:

Stylesheet: Variables

Here is where we declare all our variables like colors, fonts,
base values, and defaults. We want to make sure this file ONLY
contains variables that way our files don't get all messy.
No one likes a mess.

******************************************************************/
/*********************
COLORS
Need help w/ choosing your colors? Try this site out:
http://0to255.com/
*********************/
/*
Here's a great tutorial on how to
use color variables properly:
http://sachagreif.com/sass-color-variables/
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Typography

******************************************************************/
/*
"Web design is 95% typography" - Oliver Reichenstein

When that quote was made in 2006 it was before web fonts, auto-play video,
and animated pop-ups so even if it is 65 or 75% today that is still *most*
of any web site's design. Understanding some of the basics of typography
(and web typography) will go a long way.

There are lots of web typographic systems out there however many are
overly complex and not intuitive. Thus, we've tried to set some good
defaults that aren't based on confounding mixins here but you may want
to explore web typography further:

https://www.smashingmagazine.com/2009/08/typographic-design-survey-best-practices-from-the-best-blogs/
https://www.smashingmagazine.com/2012/12/css-baseline-the-good-the-bad-and-the-ugly/
http://www.newnet-soft.com/blog/csstypography
http://typecast.com/blog/4-simple-steps-to-vertical-rhythm
https://github.com/StudioThick/megatype
https://sassline.com
http://matejlatin.github.io/Gutenberg/
https://zellwk.com/blog/responsive-typography/
https://github.com/zellwk/typi

Note that most of the typography styles are set in base.scss with
the html, body, and h1-h6 tags so adjust as needed. Set a good baseline
and consider your vertical rhythm.

*/
/*********************
FONT FACE (IN YOUR FACE)
*********************/
/* To embed your own fonts, use this syntax
  and place your fonts inside the
  library/fonts folder. For more information
  on embedding fonts, go to:
  http://www.fontsquirrel.com/
  Be sure to remove the comment brackets.

  Also, you don't have to include a separate name for
  each font style...just use the same name and
  declare each style separately. See here:
  http://www.newnet-soft.com/blog/csstypography
*/
/* Libre Franklin Regular */
/*********************
FONT STACKS
*********************/
/*
 Commented out since WP uses system fonts now but if you can't let go I won't be upset.
*/
/*
some nice typographical defaults
more here: http://www.newnet-soft.com/blog/csstypography
*/
p {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-word;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  hyphens: none;
  -webkit-hyphenate-before: 2;
  -webkit-hyphenate-after: 3;
  hyphenate-lines: 3; }

/******************************************************************
Site Name:
Author:

Stylesheet: Sass Functions

You can do a lot of really cool things in Sass. Functions help you
make repeated actions a lot easier. They are really similar to mixins,
but can be used for so much more.

Anyway, keep them all in here so it's easier to find when you're
looking for one.

For more info on functions, go here:
http://sass-lang.com/documentation/Sass/Script/Functions.html

Some cool simple examples here:
https://vanseodesign.com/css/custom-sass-functions/

******************************************************************/
/*********************
COLOR FUNCTIONS
These are helpful when you're working
with shadows and such things. It's essentially
a quicker way to write RGBA.

Example:
box-shadow: 0 0 4px black(0.3);
compiles to:
box-shadow: 0 0 4px rgba(0,0,0,0.3);
*********************/
/*********************
RESPONSIVE HELPER FUNCTION
If you're creating a responsive site, then
you've probably already read
Responsive Web Design: http://www.abookapart.com/products/responsive-web-design

Here's a nice little helper function for calculating
target / context
as mentioned in that book.

Example:
width: cp(650px, 1000px);
or
width: calc-percent(650px, 1000px);
both compile to:
width: 65%;
*********************/
/************************
MORE SASS FUNCTIONS
*************************/
/* Example:
$length: 42em;
$int: strip-unit($length); // 42
*/
/**
 * Calculate rems based on a base unit.
 */
/* Example:
$list: a b, c d, e f;
$value: match($list, e); // returns f
$value: match($list, b); // returns a
$value: match($list, z); // returns false
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Mixins Stylesheet

This is where you can take advantage of Sass' great features: Mixins.
I won't go in-depth on how they work exactly,
there are a few articles below that will help do that. What I will
tell you is that this will help speed up simple changes like
changing a color or adding CSS3 techniques gradients.

A WORD OF WARNING: It's very easy to overdo it here. Be careful and
remember less is more.

Helpful:
http://sachagreif.com/useful-sass-mixins/
http://thesassway.com/intermediate/leveraging-sass-mixins-for-cleaner-code
http://web-design-weekly.com/blog/2013/05/12/handy-sass-mixins/

******************************************************************/
.foo {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

.foo-parent {
  position: relative; }

/*********************
TINTS/SHADES
https://css-tricks.com/snippets/sass/tint-shade-functions/
*********************/
/*********************
TRANSITION
*********************/
/*
I totally rewrote this to be cleaner and easier to use.
You'll need to be using Sass 3.2+ for these to work.
Thanks to @anthonyshort for the inspiration on these.
USAGE: @include transition(all 0.2s ease-in-out);
*/
/*********************
CSS3 GRADIENTS
Be careful with these since they can
really slow down your CSS. Don't overdo it.
*********************/
/* @include css-gradient(#dfdfdf,#f8f8f8); */
/*********************
BOX SIZING
*********************/
/* @include box-sizing(border-box); */
/* NOTE: value of "padding-box" is only supported in Gecko. So
probably best not to use it. I mean, were you going to anyway? */
/*--------------------------------------------------
Flexbox SASS mixins
The spec: http://www.w3.org/TR/css3-flexbox
https://gist.github.com/richardtorres314/26b18e12958ba418bb37993fdcbfc1bd

Checkout this Flexbox guide for more info:
https://css-tricks.com/snippets/css/a-guide-to-flexbox/

2018: probably can remove these with autoprefixer(?)
---------------------------------------------------*/
/*@include flexbox(); */
/* Usage Examples
    .my-level-1-heading-class {
        @include text-crop; // Will use default line height of 1.3
        font-size: 48px;
        margin: 0 0 0 16px;
    }

    .my-level-2-heading-class {
        @include text-crop; // Will use default line height of 1.3
        font-size: 32px; // Don't need to change any settings, will work with any font size automatically
        margin: 0 0 0 16px;
    }

    .my-body-copy-class {
        @include text-crop($line-height: 2); // Larger line height desired, set the line height via the mixin
        font-size: 16px;
    }

    // Sometimes depending on the font-size, the rendering, the browser, etc. you may need to tweak the output.
    // You can adjust the top and bottom cropping when invoking the component using the $top-adjustment and $bottom-adjustment settings

    .slight-adjustment-needed {
        @include text-crop($top-adjustment: -0.5px, $bottom-adjustment: 2px);
        font-size: 17px;
    }

    .dont-do-this {
        @include text-crop;
        font-size: 16px;
        line-height: 3; // DO NOT set line height outside of the mixin, the mixin needs the line height value to calculate the crop correctly
    }
*/
/******************************************************************
Site Name:
Author:

Stylesheet: Grid Stylesheet

Now with CSS Grid! (scroll down for active styles)

CSS Grid is ready. And you should use it. It's time.

Watch this if you are not convinced:
https://www.youtube.com/watch?v=7kVeCqQCxlk&ab_channel=CodingTech

More CSS Grid stuffs:
https://gridbyexample.com (definitely go through this)
https://css-tricks.com/snippets/css/complete-guide-grid/
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Basic_Concepts_of_Grid_Layout
http://labs.jensimmons.com

We're going to use really simple defaults for Plate so there's a few
bits you need to know:

fr = fractional unit

So here's a simple example setup using fr:

.grid {
    grid-template-columns: 2fr 1fr;
    grid-template-rows: auto 1fr auto;
    header, footer {
        grid-column: span 2;
    }
}

For columns we have:

grid-template-columns: 2fr 1fr;

we get two tracks (columns), one 2/3 and the other 1/3 (of a total of 1).

No floats, no calc, no need to calculate the percentages at all.
CSS Grid does all the work. It even accounts for your grid gap (gutters)
and fills the remaining space.

For rows we have this:

grid-template-rows: auto 1fr auto;

which gives us 3 rows with 2 content columns:

header
content | aside (sidebar)
footer

The 'auto' property assigns the row height to the height of the content.
Thus, the middle row which contains our content + sidebar is set to 1fr
which means it will fill the container as 1fr of an entire row is the
container width.

Not only that, the header and footer are anchored to the top and bottom,
respectively, no matter what the height of the content/sidebar row. This
has long been considered the 'Holy Grail' layout in CSS and we did it with
just a few lines of code.

We set grid-column: span 2; on the header and footer to span the full
width of the two columns.

This is just a really simple default setup and the possibilities are
endless so check some examples:

https://rachelandrew.co.uk/archives/2016/04/12/flexible-sized-grids-with-auto-fill-and-minmax
https://gridbyexample.com/examples/
https://medium.com/samsung-internet-dev/common-responsive-layouts-with-css-grid-and-some-without-245a862f48df
https://developer.mozilla.org/en-US/docs/Web/CSS/CSS_Grid_Layout/Realizing_common_layouts_using_CSS_Grid_Layout
https://www.smashingmagazine.com/2017/06/building-production-ready-css-grid-layout/

Soon we will be able to utilize subgrids to further layout items within the main
semantic layout sections. More on the subgrids property:

https://rachelandrew.co.uk/archives/2017/07/20/why-display-contents-is-not-css-grid-layout-subgrid/

Subgrids have been pushed to CSS Grid v2 so we can't use them yet but we
can have nested grid layouts (e.g. grid within a grid).

There are many ways to set up your grid so there are a few options below.
Use one of those or develop your own - each project might need a different
setup.

I've kept in the now unnecessary #content and #inner-content divs
for backwards compatibility but check out our Grate theme for a
more pure CSS Grid interpretation: https://github.com/joshuaiz/grate

******************************************************************/
/*********************
Globals
*********************/
* {
  font-variant-ligatures: none !important; }

html, body {
  overflow-x: hidden !important; }

#shiftnav-toggle-main {
  padding-top: 8px; }

.wpb_button, .wpb_content_element, ul.wpb_thumbnails-fluid > li {
  margin-bottom: 0 !important; }

html {
  scroll-behavior: smooth; }

p {
  line-height: 2.1rem !important; }

p, li {
  font-size: 20px !important; }

a.login-cta, a.login-cta-2 {
  position: relative;
  padding-right: 12px; }

a.login-cta:after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 29px;
  background: url("/wp-content/uploads/2023/05/gold-arrow.webp");
  top: -4px;
  right: -28px; }

a.login-cta-2:after {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 29px;
  background: url("/wp-content/uploads/2023/05/gold-arrow.webp");
  top: 29px;
  right: -28px; }

h1 {
  margin-bottom: 0px !important;
  font-size: 60px !important; }

h2 {
  line-height: 47px !important; }

.wppsac-post-content .wppsac-readmorebtn {
  font-size: 14px !important; }

.subheading-txt {
  font-size: 26px; }

#hero-section:after {
  height: 705px; }

.category #hero-section:after, .single-post #hero-section:after {
  height: auto; }

.single-post .blog-content {
  padding-bottom: 30px; }

@media (max-width: 600px) {
  h2 {
    font-size: 28px !important; }

  .subheading-txt {
    font-size: 26px !important;
    line-height: 35px !important; } }
.entry-content sup {
  vertical-align: baseline;
  position: relative;
  top: -22px;
  font-size: 22px !important; }

/*********************
HEADER STYLES
*********************/
.mob-menu-header-holder {
  position: absolute; }

.ubermenu .ubermenu-submenu.ubermenu-submenu-id-210 {
  width: 70% !important; }

#menu-item-294 .ubermenu-submenu, #menu-item-223 .ubermenu-submenu, #menu-item-232 .ubermenu-submenu {
  padding: 15px; }

#acct-login a {
  display: flex;
  font-size: 16px; }

#acct-login {
  display: grid;
  grid-template-columns: 1fr 0.2fr 0.2fr; }

#acct-login p {
  margin: 0px;
  float: right; }

#acct-login .mutualfunds, #acct-login .wealthmanage {
  margin-top: 20px; }

#acct-login .mutualfunds p + p, #acct-login .wealthmanage p + p {
  font-size: 14px !important;
  line-height: 20px !important;
  text-align: right; }

/*.ubermenu-main {margin-top: 115px!important;}*/

#ubermenu-main-2 {
  max-width: 100% !important;
  margin-top: -125px !important;
  margin-left: 16%; }

.sticky-navbar {
  position: fixed;
  top: 0 !important;
  width: 100%;
  z-index: 999; }

.sticky {
  position: fixed;
  top: 100px !important;
  width: 100%;
  z-index: 999; }

#acct-login {
  height: 140px;
  position: absolute;
  top: -7px;
  right: 0;
  left: 0;
  padding: 1px 5% 0 0;
  background: #F4F7F6; }

#acct-login a {
  font-weight: bold !important; }

#acct-login a:hover {
  color: #8FA746;
  transition: 0.3s; }

/*#header {
  max-width: 1600px;
  margin: 2rem auto;
  background: transparent;
  z-index: 9999;
  padding: 0 2rem; }*/

#header {
  max-width: 1760px;
  margin: 2rem auto;
  background: transparent;
  z-index: 9999;
  position: relative; }

#header .logo {
  position: relative;
  top: -6px;
  z-index: 1;
  right: -17px;
  width: 14%; }

#header .logo a {
  display: flex;
  max-width: 222px; }

#header .logo a:hover {
  cursor: pointer; }

#menu-item-294 {
  margin-left: 40px; }

nav {
  z-index: 9999;
  background: #fff !important;
  box-shadow: 1px 1px 53px -15px rgba(0, 0, 0, 0.63) !important; }

#mobile-contactbar {
  position: fixed;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: #0E433B;
  padding: 15px 30px;
  border-top: solid #8FA746 4px;
  top: 175px;
  z-index: 9999;
  box-shadow: rgba(0, 0, 0, 0.45) 0px 4px 6px 0px; }

#mobile-contactbar a {
  color: #fff;
  font-weight: bold; }

#mobile-contactbar a + a {
  text-align: right; }

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-209 {
  background: #295952;
  padding: 14px 3%;
  margin-top: 40px; }

.menu-item-209 a, .menu-item-231 a {
  color: #fff !important;
  display: block; }

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-209:hover, .menu-item-209 a:hover, li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-231:hover, .menu-item-231 a:hover {
  background: #38766d !important; }

li.menu-item.menu-item-type-post_type.menu-item-object-page.menu-item-231 {
  background: #0E433B;
  padding: 14px 3%; }

li.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-358, li.menu-item.menu-item-type-custom.menu-item-object-ubermenu-custom.menu-item-has-children.menu-item-354 {
  display: none; }

.ubermenu-horizontal.ubermenu-items-align-flex .ubermenu-nav {
  align-items: center; }

.ubermenu .ubermenu-target-text {
  font-weight: bold; }

.ubermenu-skin-minimal .ubermenu-submenu .ubermenu-item-header.ubermenu-has-submenu-stack > .ubermenu-target {
  color: #768D31 !important;
  font-size: 16px;
  border: none; }

.service-ctamenuitem {
  color: #768D31 !important;
  font-size: 16px;
  font-weight: bold;
  margin: 0px;
  font-family: mencken-std, sans-serif; }

#menu-item-355 .ubermenu-custom-content {
  padding: 0px; }

#menu-item-218, #menu-item-211 {
  padding: 20px; }

.ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
  padding-top: 10px;
  padding-bottom: 10px; }

li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-354.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-3.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-354 {
  background: #F8F8F8;
  height: 464px; }

.nav-image img {
  margin-left: auto;
  margin-right: auto;
  padding-top: 50px; }

.nav-quote p {
  font-family: mencken-std, sans-serif;
  margin: 4px;
  font-weight: bold;
  text-align: center;
  color: #747674; }

.nav-quote p + p {
  font-family: mencken-std, sans-serif;
  margin: 20px;
  font-weight: bold;
  text-align: center;
  color: #747674;
  font-size: 14px !important;
  line-height: 30px !important; }

.ubermenu-skin-minimal .ubermenu-submenu, .ubermenu-skin-minimal .ubermenu-submenu .ubermenu-target:hover {
  color: #8FA746;
  transition: 0.5s; }

li#menu-item-209 .ubermenu-target {
  width: 65%;
  margin-left: auto;
  background: #295952;
  color: #fff; }

#menu-item-358 {
  width: 0%; }

.ubermenu-bound .ubermenu-submenu-type-mega {
  min-width: 30.2%; }

li#menu-item-209 .ubermenu-target:hover, .ubermenu .ubermenu-item.ubermenu-item-231 > .ubermenu-target:hover, .ubermenu .ubermenu-item.ubermenu-item-358 > .ubermenu-target:hover {
  background: #38766d;
  transition: 0.3s;
  color: #fff; }

li#menu-item-209 .ubermenu-target:hover, .ubermenu .ubermenu-item.ubermenu-item-231 > .ubermenu-target:hover {
  cursor: pointer; }

a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:hover {
  color: #8FA746;
  transition: 0.3s; }

@media screen and (min-width: 1025px) {
  #mobile-contactbar {
    display: none; } }
@media (max-width: 1730px) {
  .nav-image img {
    padding-top: 10px; } }
@media (max-width: 1640px) {
  #acct-login {
    grid-template-columns: 1fr 0.26fr 0.26fr; } }
@media (max-width: 1630px) {
  li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-354.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-3.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-354 {
    height: 574px; } }
@media (max-width: 1500px) {
  li#menu-item-209 .ubermenu-target {
    width: 70%; }

  li#menu-item-231 {
    width: 14%; } }
@media (max-width: 1440px) {
  .ubermenu .ubermenu-target {
    padding: 15px 0px; }

  li#menu-item-231 {
    width: 10%; } }
@media (max-width: 1350px) {
  #acct-login {
    grid-template-columns: 1fr 0.35fr 0.35fr; } }
@media (max-width: 1250px) {
  #menu-item-358 {
    width: 4%; }

  li#menu-item-231 {
    width: 12%; }

  li#menu-item-209 .ubermenu-target {
    width: 80%; } }
@media (max-width: 1130px) {
  li.ubermenu-item.ubermenu-item-type-custom.ubermenu-item-object-ubermenu-custom.ubermenu-item-has-children.ubermenu-item-354.ubermenu-item-level-1.ubermenu-column.ubermenu-column-1-3.ubermenu-has-submenu-stack.ubermenu-item-type-column.ubermenu-column-id-354 {
    height: 645px; }

  #acct-login {
    grid-template-columns: 1fr 0.5fr 0.5fr; } }
@media (max-width: 930px) {
  #acct-login {
    grid-template-columns: 1fr 0.8fr 0.8fr; } }
@media (max-width: 767px) {
  #acct-login {
    grid-template-columns: 0.7fr 1fr 1fr; } }
@media (max-width: 625px) {
  #acct-login {
    grid-template-columns: 0.3fr 1fr 1fr; } }
@media (max-width: 525px) {
  #acct-login {
    grid-template-columns: 0.01fr 1fr 1fr; } }
@media (max-width: 470px) {
  #acct-login {
    grid-template-columns: 1fr;
    height: 158px;
    top: -65px;
    padding: 67px 5% 21px 0; }

  #acct-login .mutualfunds, #acct-login .wealthmanage {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 0; }

  .mob-menu-header-holder {
    top: 91px !important; }

  div#acct-login div:first-of-type {
    display: none; }

  #mobile-contactbar {
    top: 196px; } }
/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both;
  background: #092924; }

.footer *, #disclaimer *, .footer a:hover, .footer a:visited {
  color: #fff; }

.footer p, .footer li {
  font-size: 18px; }

.footer-logo {
  max-width: 280px; }

.footer a:hover {
  color: #8FA746;
  transition: 0.3s; }

#inner-footer {
  margin: 0;
  display: grid;
  grid-template-columns: 3fr 7fr;
  grid-column-gap: 3rem;
  padding: 2% 5%; }

#footer-logo {
  padding-bottom: 3rem; }

#footer-right-col {
  display: grid;
  grid-template-rows: 1fr; }

#footer-right-col > div {
  display: grid; }

.footer-tag {
  align-self: end; }

.footer-tag p {
  text-align: right; }

.footer-nav {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 3rem;
  list-style-type: none;
  margin-bottom: 3rem; }

.footer-nav li {
  margin-bottom: 1.5rem;
  list-style-type: none; }

.footer-locations div {
  float: right;
  margin-left: 3rem; }

.footer-locations p {
  text-align: right; }

#disclaimer {
  background: #061D1A;
  margin: 0;
  padding: 1% 5%; }

#disclaimer p {
  font-size: 14px !important;
  line-height: 20px !important; }

@media screen and (max-width: 1024px) {
  #acct-login {
    z-index: 99;
    font-weight: bold; }

  #shiftnav-toggle-main {
    position: absolute !important; }

  div#inner-footer {
    grid-template-columns: 1fr;
    grid-row-gap: 3rem; }

  .footer-logo {
    width: 328px;
    margin: 0 auto; }

  .footer-nav {
    grid-template-columns: 1fr;
    grid-row-gap: 1rem; }

  .footer-nav ul li, .footer-locations p {
    text-align: left; }

  .footer-nav ul {
    grid-template-columns: 1fr;
    padding-left: 0; }

  .footer-locations div {
    float: none;
    margin-left: 0;
    margin-bottom: 3rem; }

  .footer-tag p {
    text-align: left; } }
/*********************
Interior STYLES
*********************/
#hero-section {
  display: grid;
  align-items: center;
  position: relative;
  background: #F4F7F6;
  min-height: 300px;
  bottom: 89px;
  padding: 180px 0 80px 5%;
  margin-bottom: 8%; }

#hero-content {
  position: relative;
  z-index: 10;
  width: 56%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(9px);
  border-bottom: solid 3px #8FA746;
  padding: 3rem; }

h1.interiorpg-title {
  padding-bottom: 16px; }

#hero-section:after {
  content: "";
  display: block;
  position: absolute;
  width: 50%;
  top: 32px;
  right: 0;
  bottom: -48px; }

#hero-text > p {
  margin-right: 2rem; }

#hero-text p {
  line-height: 1.8rem !important; }

#hero-links {
  padding-right: 2rem;
  padding-top: 4rem; }

#hero-links div {
  border-bottom: solid 3px #8FA746; }

a.cta, a.cta:visited {
  display: inline-block;
  border: solid 4px #295952;
  padding: 1rem 3rem;
  margin: 1.5rem 0;
  font-weight: bold;
  color: #295952; }

a.cta:hover {
  background: #295952;
  color: #fff;
  transition: 0.3s; }

a.cta-mini {
  padding-right: 36px;
  position: relative;
  font-weight: bold;
  color: #0D1512;
  bottom: 15px; }

a.cta-mini:before {
  content: "";
  display: block;
  position: absolute;
  width: 26px;
  height: 27px;
  background: url("/wp-content/uploads/2023/05/arrow-yellow.webp") no-repeat;
  top: -1px;
  right: 0; }

a.cta-mini:hover:before {
  background: url("/wp-content/uploads/2023/05/arrow-yellow-hover.webp") no-repeat;
  transition: 0.2s; }

#footer-ctas {
  display: grid;
  grid-template-columns: 1fr 1fr; }

#footer-ctas > div {
  display: grid;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 7rem 2rem; }

#fcta-left {
  background: url("/wp-content/uploads/2023/05/tan-back1.webp");
  background-size: cover; }

#fcta-right {
  background: url("/wp-content/uploads/2023/05/tan-back2.webp");
  background-size: cover; }

#footer-ctas a {
  background: #FAF6F1;
  border: solid 4px #295952;
  padding: 1rem 3rem;
  margin: 2rem 0; }

#footer-ctas a:hover {
  background: #295952;
  color: #fff; }

.video-box {
  margin: 200px 0px 80px 0px; }

.video-box img {
  position: relative;
  right: 10%;
  bottom: 100px; }

.row-spacing {
  margin-top: 8%;
  margin-bottom: 8%; }

.row-margin {
  margin-left: 5%;
  margin-right: 5%; }

.overhang {
  background: #FAFAFA;
  margin: 5rem 0;
  padding: 0 5%; }

.overhang > div {
  position: relative;
  bottom: 64px; }

.overhang > div .vc_column-inner {
  padding: 2rem; }

.vc_custom_1684707993679 {
  padding: 4rem !important; }

.green-row > div {
  position: relative;
  z-index: 10; }

.green-row > div + div {
  position: relative;
  z-index: 9; }

.green {
  padding: 48px 0;
  position: relative; }

.green * {
  color: #fff; }

.green .vc_column-inner {
  background: #0E433B;
  padding: 4rem !important; }

.green a.cta, .green a.cta:visited {
  border-color: #fff;
  color: #fff; }

.green .facts {
  position: absolute;
  bottom: 0;
  right: -42px; }

.newsletter-signup .gform_fields {
  border: solid 3px #295952;
  grid-template-columns: 1fr auto !important;
  grid-row-gap: 0 !important;
  grid-column-gap: 0 !important;
  box-shadow: 1px 1px 33px -15px rgba(0, 0, 0, 0.83); }

.newsletter-signup h2 {
  padding-top: 15px; }

.newsletter-signup .gform_fields > div {
  grid-column: span 1 !important; }

.newsletter-signup .gform_fields input {
  border: none;
  margin-bottom: 0 !important; }

/* individual staff styles */
.page-template-individual-staff-page .container {
  padding: 5% 9%;
  flex-direction: row; }

.page-template-individual-staff-page #acct-login {
  background: #fff; }

.staff-bio h1 {
  font-size: 48px;
  line-height: 55px; }

/*community involvement acf */
.service-container {
  padding: 0px 5%; }

.service-container .vc_column_container > .vc_column-inner {
  padding: 0px; }

.involvement-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 3%;
  padding: 20px 0px; }

.involvement-container .inner {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  padding: 60px 40px; }

.involvement-container h2, .involvement-container p {
  color: #fff; }

.involvement-container h2 {
  font-size: 22px;
  line-height: 35px !important; }

.charity-giveaway, .community-impact {
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat; }

/* services page styles*/
.below-heroheading {
  padding: 0% 5% 40px 5%; }

.services #hero-section {
  margin-bottom: 5%; }

.service-row h3 {
  font-size: 25px;
  margin-bottom: 0px;
  line-height: 30px; }

.service-row p:first-of-type {
  margin: 8px 0px 0px 0px;
  line-height: 29px !important; }

.service-row p + p {
  font-size: 16px !important;
  line-height: 29px !important; }

.service-row i {
  font-size: 18px; }

.service-row .vc_col-sm-3, .service-row.secondrow .vc_col-sm-3 {
  width: 23%;
  margin: 10px;
  padding: 35px 15px !important;
  background: #dd9f3f14;
  min-height: 590px; }

.service-row .vc_col-sm-3:hover {
  border-bottom: solid 5px #8FA746;
  transition: 0.3s;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 25px 50px -12px; }

.service-row .service-brochurecta:hover, .service-row .fin-planning:hover, .service-row .retirement:hover, .service-row .tax:hover, .service-row .insurance:hover {
  border-bottom: none;
  box-shadow: none; }

.service-row .service-brochurecta {
  background: transparent; }

.service-row .service-brochurecta {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff !important; }

/* community involvement acf styles */
.main-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 5%; }

.column-title {
  text-align: center;
  padding-bottom: 60px; }

.charityexamples h2, .communityexamples h2, .charityexamples p, .communityexamples p {
  color: #fff !important; }

.charityexamples h2, .communityexamples h2 {
  font-size: 22px !important;
  line-height: 29px !important; }

.charityexamples p, .communityexamples p {
  font-size: 18px !important;
  margin-bottom: 0px !important; }

.main-row .content {
  margin-top: auto;
  margin-bottom: auto; }

.charityexamples, .communityexamples {
  padding: 30px 20px;
  margin: 15px;
  display: grid;
  grid-template-columns: 0.65fr 0.6fr;
  height: 340px; }

/* contact us styles */
.contact-row {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 120px;
  justify-content: center;
  margin-top: -70px; }

.map-row {
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 0px; }

.map-row.vc_row.vc_row-flex {
  min-height: 100%; }

.contact-row .vc_col-sm-4::before {
  content: url(https://james-investment-dev.local/wp-content/uploads/2023/05/Group-10.webp);
  position: absolute;
  bottom: 0;
  left: -290px;
  z-index: 1; }

.contact-row .vc_col-sm-4 {
  padding-right: 60px; }

#gform_fields_2 input, #gform_fields_2 select, #gform_fields_2 textarea, #gform_fields_5 input, #gform_fields_5 select, #gform_fields_5 textarea, #gform_fields_4 input, #gform_fields_4 select, #gform_fields_4 textarea {
  border: solid 1px gray;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px; }

input#gform_submit_button_2, input#gform_submit_button_5, input#gform_submit_button_4 {
  background: #295952;
  color: #fff;
  width: 100%;
  font-weight: bold;
  padding: 20px;
  margin-bottom: 0px; }

input#gform_submit_button_2:hover, input#gform_submit_button_5:hover, input#gform_submit_button_4:hover {
  background: #38766d;
  transition: 0.3s;
  cursor: pointer; }

.contact p.gform_required_legend {
  display: none; }

.contact-tip p {
  background: #f6f1ea;
  padding: 16px;
  padding-left: 27px; }

.map-row .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 20px; }

.map-row .vc_col-sm-4 {
  align-items: center; }

.contact section a {
  color: #295952;
  font-family: Myriad Pro, san-serif;
  text-decoration: underline; }

.contact section a:hover {
  color: #8FA746;
  transition: 0.3s;
  cursor: pointer; }

/* schedule consultation */
.servicelist-column p {
  font-size: 28px !important;
  color: #295952;
  font-family: mencken-std, sans-serif;
  font-weight: bold;
  margin-top: 40px; }

.servicelist-column {
  padding-left: 160px; }

/*thank you page */
.thank-you-for-scheduling-consultation {
  background: #f3f6f5; }

/* global blog styles */
.single-post #hero-section {
  padding: 180px 0 150px 5%; }

.single-post h2 {
  margin-bottom: 20px; }

/*blog listing page */
.financial-insights #hero-section {
  padding: 180px 0px 180px 5%; }

#Radio {
  padding-bottom: 0px; }

.blog-rowspacer.firstrow {
  padding-top: 0px; }

#blog-submenu {
  top: -60px !important;
  position: relative; }

.blog-rowspacer {
  padding: 80px 0px; }

.yellowbkg .wppsac-post-content-position {
  background: #ECF0EC !important; }

#ubermenu-main-7 a.ubermenu-target.ubermenu-item-layout-default.ubermenu-item-layout-text_only:hover {
  background: #8FA746;
  color: #ffffff; }

/* blog post styles */
.headshots {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 25px; }

.podcast-speakerinfo h4 {
  font-size: 30px;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: #8fa746 solid 3px;
  text-align: center; }

.podcast-speakerinfo p {
  font-size: 18px !important;
  text-align: center; }

.podcast-speakerinfo {
  margin-top: 80px; }

.headshots img {
  margin: auto; }

.single-post #inner-content {
  margin: 0%; }

/*email signup page */
.email-sign-up #hero-section {
  padding: 180px 0 150px 5%; }

.email-sign-up #hero-section {
  margin-bottom: 0; }

/* investment management page */
.investment-management .vc_row.vc_row-o-full-height {
  min-height: 50vh; }

/* estate planning page */
.estate-planning #hero-section {
  padding: 250px 0 180px 5%; }

/* comprehensive wealth management page styles */
.comprehensive-wealth-management .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading, .comprehensive-wealth-management .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:focus, .vc_tta-color-grey.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading:hover {
  background: transparent !important; }

.comprehensive-wealth-management .vc_tta-panels h3, .comprehensive-wealth-management .vc_tta-panels a {
  color: #fff !important;
  font-size: 20px;
  line-height: 30px;
  font-family: myriad-pro, sans-serif;
  font-weight: bold; }

.comprehensive-wealth-management .vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::after, .comprehensive-wealth-management .vc_tta-color-grey.vc_tta-style-flat .vc_tta-controls-icon::before {
  border-color: #fff !important; }

.comprehensive-wealth-management .vc_tta-panel-body ul {
  padding: 11px 0px 11px 50px;
  margin-top: -20px; }

.comprehensive-wealth-management .vc_tta-panel-body {
  background: transparent !important; }

.comprehensive-wealth-management .vc_tta-color-grey.vc_tta-style-flat:not(.vc_tta-o-no-fill) .vc_tta-panel-body {
  color: #fff; }

.howwehelp-green-wrap {
  max-width: 1430px;
  margin: 4% auto;
  background: #295952 !important;
  margin-top: 9%; }

.headingrow-howwehelp-green-wrap {
  background: #295952 !important;
  max-width: 1430px;
  margin: 4% auto 0%;
  padding: 40px 0px; }

.howwehelp-green-wrap {
  max-width: 1430px;
  margin: 4% auto;
  background: #295952 !important;
  margin-top: 9%;
  padding: 0px 40px 40px; }

.row-spacing-short.howwehelp-green-wrap {
  margin-top: 0%; }

@media screen and (min-width: 1025px) {
  .newsletter-signup {
    display: grid;
    margin: 5rem 14%;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 3rem;
    align-items: center; } }
@media (max-width: 1615px) {
  .service-row .vc_col-sm-3 {
    min-height: 650px; } }
@media (max-width: 1570px) {
  .charityexamples, .communityexamples {
    height: 410px; } }
@media (max-width: 1545px) {
  .contact-row {
    justify-content: unset;
    padding: 90px; }

  .contact-row .vc_col-sm-6 {
    width: 66%; }

  .map-row .vc_col-sm-1 {
    width: 3.3333%; }

  .map-row .vc_col-sm-4 {
    width: 46%; } }
@media (max-width: 1500px) {
  .servicelist-column {
    padding-left: 110px; } }
@media (max-width: 1440px) {
  .headingrow-howwehelp-green-wrap, .howwehelp-green-wrap {
    max-width: 1180px; }

  .single-post .headshots {
    grid-template-columns: 1fr 1fr; } }
@media (max-width: 1400px) {
  .spacing {
    display: none; }

  .timeline .vc_col-sm-8 {
    width: 100%; }

  .timeline {
    padding: 0px 12%; }

  .charity-giveaway, .community-impact {
    background-position: top !important; }

  .servicelist-column {
    padding-left: 60px; }

  .servicelist-column p {
    font-size: 24px !important; } }
@media (max-width: 1380px) {
  .column-title {
    font-size: 55px !important;
    line-height: 61px !important; } }
@media (max-width: 1365px) {
  .contact-row {
    padding: 90px 40px; }

  .contact-row .vc_col-sm-6 {
    width: 55%; }

  .contact-row .vc_col-sm-4 {
    width: 44.33333%; } }
@media (max-width: 1350px) {
  .service-row .vc_col-sm-3, .service-row.secondrow .vc_col-sm-3 {
    width: 48%;
    min-height: 420px; } }
@media (max-width: 1280px) {
  .charityexamples, .communityexamples {
    grid-template-columns: 1fr; }

  .charityexamples .space, .communityexamples .space {
    display: none; }

  .charityexamples, .communityexamples {
    position: relative; }

  .charityexamples .content, .communityexamples .content {
    position: relative;
    z-index: 2; }

  .charityexamples:before, .communityexamples:before {
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgba(16, 67, 59, 0.87);
    z-index: 1; } }
@media (max-width: 1200px) {
  .map-row .vc_col-sm-1 {
    display: none !important; }

  .map-row .vc_col-sm-4 {
    width: 50%; } }
@media (min-width: 1111px) {
  .service-row .mobile-cta {
    display: none; } }
@media (max-width: 1110px) {
  .service-row .vc_col-sm-3, .service-row.secondrow .vc_col-sm-3 {
    width: 46%;
    min-height: 565px; }

  .main-row {
    grid-template-columns: 1fr; }

  .right-column {
    padding-top: 50px; }

  .twocolumn-section .vc_col-sm-1 {
    display: none; }

  #scheduleconsultation {
    padding: 0px 25px; }

  .twocolumn-section .vc_col-sm-5, .thank-you-for-scheduling-consultation .row-spacing .vc_col-sm-8, #scheduleconsultation .vc_col-sm-6 {
    width: 100%; }

  .schedule-consultation .twocolumn-section .servicelist-column, .thank-you-for-scheduling-consultation .row-spacing .vc_col-sm-2, #scheduleconsultation .vc_col-sm-3 {
    display: none; }

  .page-template-page-no-hero-php h1 {
    font-size: 40px !important; }

  .mobile-cta .cta {
    margin-top: 20px !important;
    display: block !important; }

  .comprehensive-wealth-management .howwehelp-green-wrap .vc_col-sm-4 {
    width: 100%; }

  .comprehensive-wealth-management .howwehelp-green-wrap .vc_tta-container {
    margin-bottom: 0px; }

  .comprehensive-wealth-management .servicelist-column {
    padding-left: 0px;
    text-align: center; }

  .estate-calendar .vc_col-sm-3 {
    width: 15%; }

  .estate-calendar .vc_col-sm-6 {
    width: 70%; }

  #hero-content {
    background: #fff; } }
@media screen and (max-width: 1024px) {
  #hero-section {
    bottom: 0;
    padding: 180px 0% 80px 0%; }

  #hero-content {
    width: 100%;
    margin-top: 30%;
    top: 81px;
    padding: 3rem;
    border-bottom: none; }

  #hero-content h1 {
    font-size: 38px !important;
    line-height: 55px; }

  #hero-section:after {
    bottom: 0;
    top: 64px;
    left: 0;
    right: 0;
    width: 100%;
    background-size: cover; }

  .leadership-container {
    padding-top: 70px; }

  .subheading-txt h2 {
    margin-top: 15px; }

  #footer-ctas {
    grid-template-columns: 1fr; }

  .video-box {
    margin: 80px 0; }

  .video-box img {
    position: relative;
    right: 5%;
    bottom: 80px; }

  .row-spacing {
    margin: 8%; }

  .single-post #inner-content {
    margin: 0% 5%; }

  .row-spacing-short.howwehelp-green-wrap {
    margin: 0%; }

  .howwehelp-green-wrap {
    padding: 0px 0px 40px; }

  .thank-you-for-scheduling-consultation .row-spacing {
    margin-top: 22% !important; }

  .newsletter-signup {
    display: grid;
    margin: 50px 5%;
    grid-template-columns: 1fr; }

  .newsletter-signup a.cta, a.cta:visited {
    width: 100%;
    margin: 0px; }

  .page-template-individual-staff-page .container {
    padding: 17% 9%; }

  .timeline {
    padding: 70px 0%; }

  .column-title {
    font-size: 45px !important; }

  .financial-insights #hero-section #hero-content {
    background: #fff; }

  .single-post #hero-section {
    padding: 180px 0 80px 0%; }

  .single-post #hero-content {
    background: #fff; }

  .single-post .blog-content {
    grid-template-columns: 1fr;
    padding-left: 0%;
    padding-right: 0%; }

  /*.single-post .entry-content {border-top: #8fa746 solid 3px; }*/
  .estate-planning #hero-section {
    padding: 180px 0 80px 0%; }

  .comprehensive-wealth-management .twocolumn-section {
    padding: 0px; }

  .financial-insights #hero-section {
    padding: 180px 0% 80px 0% !important;
    margin-bottom: 0px !important; }

  .email-sign-up #hero-section {
    padding: 180px 0 150px 0; }

  .email-sign-up #hero-content {
    background: #fff; } }
@media (max-width: 1004px) {
  .contact-row .vc_col-sm-6 {
    width: 100%;
    padding-bottom: 30px; }

  .contact-row .vc_col-sm-4 {
    width: 100%;
    padding-right: 0px; }

  .contact-row.vc_row.vc_row-flex {
    flex-direction: column-reverse; }

  .map-row .vc_col-sm-4 {
    width: 100%; }

  .map-row .vc_col-sm-6 {
    width: 100%; } }
@media (max-width: 930px) {
  .blog-rowspacer .vc_col-sm-10 {
    width: 100%;
    padding: 0px 50px; }

  .blog-rowspacer .vc_col-sm-8 {
    display: none; }

  .blog-rowspacer .seemore-rightline {
    display: none; }

  .insight-seemore.wpb_column.vc_column_container.vc_col-sm-1 {
    width: 100%;
    margin-top: 20px; } }
@media (max-width: 900px) {
  .service-row .vc_col-sm-3, .service-row.secondrow .vc_col-sm-3 {
    min-height: 695px; } }
@media (max-width: 870px) {
  #hero-content {
    padding: 30px; }

  .row-spacing {
    margin: 8% 3%; } }
@media (max-width: 830px) {
  .service-row .vc_col-sm-3, .service-row.secondrow .vc_col-sm-3 {
    min-height: 695px; } }
@media (max-width: 767px) {
  #hero-section:after {
    min-height: 470px;
    height: 320px; }

  .category #hero-section:after, .single-post #hero-section:after {
    min-height: unset;
    height: unset; }

  .page-template-individual-staff-page .container {
    padding: 40% 9%; }

  .service-row .vc_col-sm-3, .service-row.secondrow .vc_col-sm-3 {
    width: 93%;
    min-height: auto; }

  .email-sign-up #hero-content h1 {
    font-size: 38px !important;
    line-height: 55px !important; }

  .cool-timeline-horizontal .clt_carousel_slider ul.slick-slider button.ctl-slick-next, .cool-timeline-horizontal .clt_carousel_slider ul.slick-slider button.ctl-slick-prev {
    margin: 0px !important; }

  .estate-calendar .vc_col-sm-3 {
    display: none; }

  .estate-calendar .vc_col-sm-6 {
    width: 100%; }

  .comprehensive-wealth-management #hero-section {
    background: #fff;
    padding: 180px 0 0 0; }

  .comprehensive-wealth-management #hero-section {
    margin-bottom: -10%; } }
@media (max-width: 670px) {
  .schedule-consultation #hero-section {
    background: #fffffff2; } }
@media (max-width: 600px) {
  .below-heroheading {
    padding: 12% 5% 10px 5%; }

  .column-title {
    font-size: 35px !important;
    line-height: 40px !important; }

  .cool-timeline-horizontal.white-timeline .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title {
    font-size: 25px !important;
    line-height: 30px !important; } }
@media (max-width: 630px) {
  .charityexamples, .communityexamples {
    background-position-x: -60px; } }
@media (max-width: 575px) {
  .map-row .vc_col-sm-4 > .vc_column-inner > .wpb_wrapper {
    grid-template-columns: 1fr;
    grid-gap: 0px; } }
@media (max-width: 500px) {
  #hero-section:after {
    background-size: contain; }

  .category #hero-section:after, .single-post #hero-section:after {
    background-size: cover; }

  .timeline {
    padding: 70px 0px 0px 0px;
    margin-bottom: 40px; }

  .charityexamples, .communityexamples {
    background-position-x: -180px; }

  .thank-you-for-scheduling-consultation .row-spacing {
    margin: 30% 6% !important; }

  .single-post .headshots {
    grid-template-columns: 1fr; }

  .content-details ul {
    padding-left: 0px; }

  .cool-timeline-horizontal .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post .content-details {
    padding: 0px 7px !important; }

  .content-details h2 {
    padding: 20px 0px !important; }

  .cool-timeline-horizontal.white-timeline .clt_caru_slider ul.slick-slider .slick-list li.slick-slide .timeline-post h2.content-title {
    font-size: 22px !important; }

  .cool-timeline-horizontal .content-details ol, .cool-timeline-horizontal .content-details ol li, .cool-timeline-horizontal .content-details ul, .cool-timeline-horizontal .content-details ul li, .cool-timeline-horizontal blockquote, .cool-timeline-horizontal blockquote:not(.alignleft):not(.alignleft) {
    margin-left: 0px !important; }

  .contact-row {
    padding: 90px 15px; } }
@media (max-width: 470px) {
  .timeline .cool_timeline_horizontal {
    display: block;
    width: 100%;
    height: auto;
    padding: 0; }

  .leadership-container {
    padding-top: 30px; } }
@media screen and (min-width: 1025px) {
  #hero-section:before {
    content: "";
    background: url("/wp-content/uploads/2023/05/Group-10.webp") no-repeat;
    display: block;
    position: absolute;
    width: 120px;
    height: 112px;
    left: 46%;
    bottom: -36px;
    z-index: 11; } }
@media screen and (min-width: 1005px) {
  .green .vc_column-inner > div {
    padding-left: 7rem !important; }

  .below-heroheading {
    padding: 3% 5% 40px 5%; } }
/*********************
HOME STYLES
*********************/
.home #hero-content {
  position: relative;
  z-index: 10;
  width: 49%;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(9px);
  border-bottom: solid 3px #8FA746;
  padding: 3rem; }

#hero-text strong {
  font-weight: normal;
  font-size: 25px;
  color: #0D1512; }

.vc_custom_1684707993679 p:first-child {
  font-size: 30px !important;
  line-height: 40px !important; }

input#input_1_1 {
  padding: 15px; }

#gform_submit_button_1 {
  padding: 1em 3em; }

.cta-column p span {
  font-size: 25px; }

.home .home-signuprow {
  margin-top: -110px; }

.home #hero-section:after {
  height: 100%; }

@media (max-width: 1692px) {
  .home #hero-content {
    width: 52%; } }
@media (max-width: 1593px) {
  .home #hero-content h1 {
    font-size: 55px !important; } }
@media (max-width: 1478px) {
  .home #hero-content {
    width: 56%; } }
@media (max-width: 1400px) {
  .home .overhang .vc_col-sm-3 {
    width: 50%;
    height: 410px; }

  .home .overhang {
    padding: 0px 2%; } }
@media (max-width: 1372px) {
  .home #hero-content {
    width: 60%; } }
@media (max-width: 1340px) {
  .vc_custom_1684707993679 p:first-child {
    font-size: 25px !important; }

  .vc_custom_1684707993679 {
    padding: 2rem !important; }

  .vc_custom_1684707993679 .cta {
    padding: 1rem 0.5rem;
    line-height: 26px; } }
@media (max-width: 1280px) {
  .home #hero-content {
    padding: 3rem 1rem; } }
@media (max-width: 1168px) {
  .home #hero-content h1 {
    font-size: 49px !important; }

  .home #hero-content {
    width: 63%; } }
@media screen and (min-width: 1025px) {
  .home #hero-text {
    padding: 1.5rem 3rem 0 0;
    max-width: 50%; }

  .home #hero-section {
    margin-bottom: 2rem; }

  .home #hero-section:before {
    left: 32px;
    top: 108px;
    z-index: 1; } }
@media screen and (max-width: 1024px) {
  .home #hero-section {
    padding: 180px 0% 0px 0%; }

  .home #hero-content h1 {
    font-size: 70px !important; }

  .home #hero-content {
    width: 100% !important;
    padding: 3rem 2rem 3rem 2rem; }

  .home #hero-text {
    z-index: 1;
    position: relative;
    background: #fff;
    backdrop-filter: blur(0px);
    padding: 30px; }

  .home #hero-content {
    background: #fff; }

  /*.home #hero-text p:first-child {padding-top: 60px;}*/
  .home .intro-text {
    padding-top: 4rem; }

  .home #hero-section:after {
    background-position: bottom;
    margin-top: 20px;
    background: url("/wp-content/uploads/2023/07/JAMES_HPHero_1024.webp");
    bottom: 380px; }

  .home .overhang > div .vc_column-inner {
    padding: 1rem; }

  .home .overhang .vc_col-sm-4 {
    padding: 0px; }

  .home #hero-links {
    padding-top: 1rem;
    padding-bottom: 2rem; }

  #hero-links div {
    border: none; }

  #hero-links {
    padding-right: 0rem; }

  .home .overhang {
    padding: 0px 2%;
    margin-left: 0;
    margin-right: 0; }

  .home .overhang > div {
    bottom: 0; }

  .home #hero-section:after {
    height: unset; }

  .home #hero-text {
    background: #fff; } }
@media (max-width: 900px) {
  .home .newsletter-signup {
    grid-row-gap: 0rem;
    padding-top: 40px; } }
@media screen and (max-width: 870px) {
  .home #hero-section {
    padding: 180px 0% 0px 0%; }

  .home #hero-content h1 {
    font-size: 55px !important;
    line-height: 60px !important; }

  .home #hero-text {
    z-index: 1;
    position: relative;
    padding: 30px; }

  .home .overhang .vc_col-sm-4 {
    width: 100%; }

  .vc_custom_1684707993679 p:first-child {
    margin-top: 0px; } }
@media (max-width: 800px) {
  .home #hero-section:after {
    background: url("/wp-content/uploads/2023/07/JAMES_HPHero_800.webp"); }

  .home .overhang .vc_col-sm-3 {
    height: 450px; }

  .home #hero-text > p {
    margin-right: 0; } }
@media (max-width: 767px) {
  .home #hero-content {
    padding: 2rem;
    margin-top: 41%;
    top: 101px; }

  .green .vc_column-inner {
    padding: 6rem 2rem !important; }

  .home .overhang .vc_col-sm-3 {
    width: 100%;
    height: 100%; } }
@media (max-width: 645px) {
  .home #hero-section:after {
    background: url("/wp-content/uploads/2023/07/JAMES_HPHero_645.webp"); } }
@media (max-width: 600px) {
  .home #hero-content h1 {
    font-size: 37px !important; }

  .home #hero-text strong {
    font-size: 25px; }

  .home .overhang .vc_col-sm-4 {
    padding: 10px 40px 10px 40px; }

  .home .row-spacing {
    margin: 0px; }

  .home .green {
    padding-top: 0px; }

  .home .green .facts {
    bottom: -21px;
    right: -12px; }

  .home .green-row > div + div {
    top: -90px; }

  .home .overhang h2 {
    font-size: 20px !important; } }
@media (max-width: 460px) {
  .home #hero-content {
    margin-top: 32%; }

  a.cta, a.cta:visited {
    padding: 1rem 1.5rem;
    text-align: center; }

  .home .cta {
    width: 100%; } }
.container {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

@supports (grid-area: auto) {
  /**
  * Grid defaults.
  * If you don't want to use CSS Grid, remove the .grid class
  * from #container in header.php
  *
  */
  .grid {
    display: grid;
    margin: 0 auto;
    width: 100%;
    height: 100vh;
    grid-gap: 12px; }
    .grid #content {
      flex: 1;
      background-color: ghostwhite; }
    .grid aside {
      background-color: honeydew;
      min-height: 80px; }
    .grid #footer {
      background-color: powderblue; }

  .grid-aside {
    grid-template-rows: auto 1fr auto; }

  @media only screen and (min-width: 768px) {
    .grid-aside {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      grid-template-rows: auto 1fr auto; }
      .grid-aside #header, .grid-aside #footer {
        grid-column: span 12; }
      .grid-aside #content {
        grid-column: 1/8; }
      .grid-aside aside {
        grid-column: 8/-1; }

    .grid-full {
      grid-template-columns: repeat(12, minmax(0, 1fr));
      grid-template-rows: auto 1fr auto; }
      .grid-full #header, .grid-full #footer {
        grid-column: span 12; }
      .grid-full #content {
        grid-column: 1/-1; }
      .grid-full aside {
        display: none; } }
  @media only screen and (min-width: 1170px) {
    .grid-aside #content {
      grid-column: 2/8; }
    .grid-aside aside {
      grid-column: 8/12; }

    .grid-full #content {
      grid-column: 0/12; } }
  @media only screen and (min-width: 1600px) {
    .grid-aside #content {
      grid-column: 3/8; }
    .grid-aside aside {
      grid-column: 8/11; }

    .grid-full #content {
      grid-column: 0/12; } } }
/**
 *
 * Other CSS Grid examples
 *
 * You can use these or come up with your own. Once CSS Grid clicks,
 * it's really easy and there's no limit to what you can do!
 *
 * The main takeaway here is that you don't need a predefined system.
 * Just define a grid, add your columns and rows, and go.
 *
 * Uncomment to use.
 *
 * */
/* Ye Olde Bones Grid
* Hear Ye, hear ye!
* This is the old style grid, now commented out
* You *should* make the move to css grid now but
* if you need this or can't let go, it's still here
* so uncomment to use (and comment the cssgrid out).
* Just know that Rachel Andrew is watching.
*/
/**
* Gutenberg Styles.
*
* Now enqueued in a separate function in functions.php to
* keep styles out of the main stylesheet. Alternatively
* you can comment out the Gutenberg styles enqueue and
* uncomment this below to have a single stylesheet.
* You do you.
*/
/*********************
IMPORTING MODULES
Modules are reusable blocks or elements we use throughout the project.
We can break them up as much as we want or just keep them all in one.
I mean, you can do whatever you want. The world is your oyster. Unless
you hate oysters, then the world is your peanut butter & jelly sandwich.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Alert Styles

If you want to use these alerts in your design, you can. If not,
you can just remove this stylesheet. Or roll your own.

******************************************************************/
.alert-help, .alert-info, .alert-error, .alert-success {
  margin: 10px;
  padding: 5px 18px;
  border: 1px solid; }

.alert-help {
  border-color: #e8dc59;
  background: #ebe16f; }

.alert-info {
  border-color: #bfe4f4;
  background: #d5edf8; }

.alert-error {
  border-color: #f8cdce;
  background: #fbe3e4; }

.alert-success {
  border-color: #deeaae;
  background: #e6efc2; }

/******************************************************************
Site Name:
Author:

Stylesheet: Button Styles

Buttons are a pretty important part of your site's style, so it's
important to have a consistent baseline for them. Use this stylesheet
to create all kinds of buttons.

Helpful Links:
http://galp.in/blog/2011/08/02/the-ui-guide-part-1-buttons/

******************************************************************/
/*********************
BUTTON DEFAULTS
We're gonna use a placeholder selector here
so we can use common styles. We then use this
to load up the defaults in all our buttons.

See here on placeholder selectors and why you should
use @extend instead of @include:
http://thesassway.com/intermediate/understanding-placeholder-selectors

Also, don't use cursor: pointer; for buttons as they already should
signify that they are clickable:

https://medium.com/simple-human/buttons-shouldnt-have-a-hand-cursor-b11e99ca374b

*********************/
.button, .blue-button {
  position: relative;
  display: inline-block;
  margin-bottom: .5em;
  padding: 0.5em 1em;
  border: 0;
  border-radius: 2px;
  text-decoration: none; }
  .button:active, .blue-button:active {
    top: 1px; }

.blue-button {
  background: #0056ac;
  color: #fff; }
  .blue-button:hover, .blue-button:focus {
    color: #fff; }

/******************************************************************
Site Name:
Author:

Stylesheet: Form Styles

Here are a few defaults for forms and stuffs.

******************************************************************/
/*********************
INPUTS
*********************/
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select,
textarea,
.field {
  display: block; }
  input[type="text"][disabled], input[type="text"].is-disabled,
  input[type="password"][disabled],
  input[type="password"].is-disabled,
  input[type="datetime"][disabled],
  input[type="datetime"].is-disabled,
  input[type="datetime-local"][disabled],
  input[type="datetime-local"].is-disabled,
  input[type="date"][disabled],
  input[type="date"].is-disabled,
  input[type="month"][disabled],
  input[type="month"].is-disabled,
  input[type="time"][disabled],
  input[type="time"].is-disabled,
  input[type="week"][disabled],
  input[type="week"].is-disabled,
  input[type="number"][disabled],
  input[type="number"].is-disabled,
  input[type="email"][disabled],
  input[type="email"].is-disabled,
  input[type="url"][disabled],
  input[type="url"].is-disabled,
  input[type="search"][disabled],
  input[type="search"].is-disabled,
  input[type="tel"][disabled],
  input[type="tel"].is-disabled,
  input[type="color"][disabled],
  input[type="color"].is-disabled,
  select[disabled],
  select.is-disabled,
  textarea[disabled],
  textarea.is-disabled,
  .field[disabled],
  .field.is-disabled {
    opacity: 0.6;
    cursor: not-allowed; }

input[type="password"] {
  letter-spacing: 0.3em; }

textarea {
  max-width: 100%;
  width: 100%; }

fieldset {
  border: 1px solid #ccc; }
  fieldset label {
    font-weight: 600; }
  fieldset p {
    margin-bottom: 0; }

legend {
  padding: 0 0.5em; }

.radio-buttons {
  margin-top: 0; }
  .radio-buttons li {
    margin-left: 2px;
    list-style-type: none; }
  .radio-buttons label {
    font-weight: normal; }

/*********************
BASE STYLESHEET
These are the base styles and it's loaded on every device. If
you set a great foundation, you won't need to add too many styles in
the other stylesheets. Remember, keep it light: Speed is Important.
*********************/
/******************************************************************
Site Name:
Author:

Stylesheet: Base Stylesheet

As the name implies, this is the base stylesheet. This will be
loaded by all devices and viewports so keep it as light as possible.

If you are using progressive enhancement, load styles that will be
only seen on tablets or desktops in the stylesheets targeted for
those viewpoints.

******************************************************************/
/*********************
GLOBAL STYLES
Use this section for
site-wide stuffs.
*********************/
html {
  font-size: 1em; }

body {
  color: #333333;
  font-size: 100%;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

pre code {
  white-space: pre-line; }

/*********************
LAYOUT & GRID STYLES
*********************/
/*********************
LINK STYLES
*********************/
a, a:visited {
  text-decoration: none;
  /* on hover */
  /* on click */
  /* mobile tap color */ }
  a:hover, a:focus, a:visited:hover, a:visited:focus {
    text-decoration: underline; }
  a:link, a:visited:link {
    /*
    this highlights links on iPhones/iPads.
    so it basically works like the :hover selector
    for mobile devices.
    */
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3); }

/******************************************************************
HEADING STYLES
******************************************************************/
/*
While there are several frameworks for Sass web typography and
baselines like Sassline, Megatype and Gutenberg (not the new WP editor),
those all seemed overly complex. What I wanted was simple defaults that
looked good out of the box without a lot of calculations and segmented mixins.

After searching far and wide, I came across this:
http://type-scale.com which we used to get our base sizes.

You should use only one <h1> element per page (generally for the page title).
Then, use <h2> for sub-headings and h3-h6 if you need to structure your text
further. Using correct headings helps with readability, SEO, and accessibility.
*/
/* Heading defaults */
h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  margin: 0;
  color: #303030;
  font-weight: 500;
  line-height: 1.2;
  text-rendering: optimizelegibility;
  /*
  if you're going to use webfonts, be sure to check your weights
  http://css-tricks.com/watch-your-font-weight/
  */
  /*
  Removing text decoration from all headline links.
  If you want it, then delete this. Do it your way.
  */ }
  h1::before, .h1::before, h2::before, .h2::before, h3::before, .h3::before, h4::before, .h4::before, h5::before, .h5::before, h6::before, .h6::before {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((0.7 - 1.2) * 0.5em); }
  h1::after, .h1::after, h2::after, .h2::after, h3::after, .h3::after, h4::after, .h4::after, h5::after, .h5::after, h6::after, .h6::after {
    content: '';
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((0.7 - 1.2) * 0.5em); }
  h1 a, .h1 a, h2 a, .h2 a, h3 a, .h3 a, h4 a, .h4 a, h5 a, .h5 a, h6 a, .h6 a {
    text-decoration: none; }

h1, .h1 {
  margin-top: 0;
  font-size: 3.157em; }

h2, .h2 {
  font-size: 2.369em; }

h3, .h3 {
  font-size: 1.777em; }

h4, .h4 {
  font-size: 1.333em; }

h5, .h5 {
  font-size: 1em; }

h6, .h6 {
  text-transform: uppercase;
  letter-spacing: 4.333px; }

/*********************
LIST STYLES
*********************/
ul, ol {
  -webkit-padding-start: 20px; }

.list-square {
  margin-bottom: 1.5em;
  list-style-position: outside;
  list-style-type: square; }

.nostyle {
  margin-left: 0;
  padding-left: 0;
  list-style-type: none; }

.related-posts-list {
  display: flex; }

.page-numbers {
  margin: 1em 0;
  padding-left: 0;
  list-style-type: none;
  display: flex; }
  .page-numbers li {
    margin-right: 1em; }

/*********************
NAVIGATION STYLES
*********************/
/*
Where did the nav menu go?
Navigation styles for mobile are now in 767down.scss
if you need them.

We almost always use the Responsive Menu plugin:
https://wordpress.org/plugins/responsive-menu/ for mobile
menus but those selectors are there if you want to use the
default menu.

For your main navigation, styles are in 768up.scss.
*/
/********************
WORDPRESS BODY CLASSES
style a page via class
********************/
/*
As you add pages, add your own body classes below if you
need page-specific styles.

It's good practice to use .page-yourpage {} syntax here so
that you don't conflict with other classes. That's what
the cool kids do.

*/
.error404 .search-outer {
  padding: 1.5em 0; }
.error404 .search-input {
  display: flex;
  width: 100%; }
.error404 input[type="search"] {
  margin: 0 1em 0 0;
  height: 40px;
  min-width: 250px; }
.error404 .search-submit {
  width: 100px; }

.page-blog .entry-content .alignfull, .page-blog .entry-content .alignwide {
  margin: 0;
  max-width: 100%; }

/**
 * put all your custom page classes here
 * e.g. .page-yourpage {}
 */
/*********************
POSTS & CONTENT STYLES
*********************/
/* post meta */
.byline-wrap {
  margin-bottom: 1.5em; }

/* entry content */
.entry-content {
  /*
  image alignment on a screen this size may be
  a bit difficult. It's set to start aligning
  and floating images at the next breakpoint,
  but it's up to you. Feel free to change it up.
  */ }
  .entry-content table {
    margin-bottom: 1.5em;
    width: 100%;
    border: 1px solid #ccc; }
  .entry-content tr {
    border-bottom: 1px solid #ccc; }
    .entry-content tr:nth-child(even) {
      background-color: #dedede; }
  .entry-content td {
    padding: 7px;
    border-right: 1px solid #ccc; }
    .entry-content td:last-child {
      border-right: 0; }
  .entry-content th {
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    background-color: #dedede; }
    .entry-content th:last-child {
      border-right: 0; }

/* end .entry-content */
.wp-caption {
  /* images inside wp-caption */ }

/* end .wp-caption */
/* image gallery styles */
/* end .gallery */
/* gallery caption styles */
/* default WP image classes */
/******************************************************************
SCREEN READER STYLES
******************************************************************/
/* Text meant only for screen readers. */
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  width: 1px;
  height: 1px;
  white-space: nowrap; }

.screen-reader-text:focus {
  top: 5px;
  left: 5px;
  z-index: 100000;
  /* Above WP toolbar. */
  display: block;
  clip: auto !important;
  padding: 15px 23px 14px;
  width: auto;
  height: auto;
  border-radius: 3px;
  background-color: #f1f1f1;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  color: #21759b;
  text-decoration: none;
  font-weight: bold;
  font-size: 0.875rem;
  font-size: 14px;
  line-height: normal; }

/******************************************************************
PAGE NAVI STYLES
******************************************************************/
/* end plate_page_navi */
/* fallback previous & next links */
.wp-prev-next .prev-link {
  float: left; }
.wp-prev-next .next-link {
  float: right; }

/* end .wp-prev-next */
/******************************************************************
COMMENT STYLES
******************************************************************/
/* h3 comment title */
#comments-title {
  /* number of comments span */ }

.commentlist {
  margin: 0;
  list-style-type: none; }

.comment {
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  border-bottom: 1px dotted #ccc;
  /* vcard */
  /* end .commentlist .vcard */
  /* end children */
  /* general comment classes */ }
  .comment .comment-author {
    display: flex;
    align-items: center; }
  .comment .vcard .avatar {
    margin-right: 1rem; }
  .comment .children {
    /* variations */
    /* change number for different depth */ }

/* comment meta */
/* comment content */
/* end .commentlist .comment_content */
/* comment reply link */
/* end .commentlist .comment-reply-link */
/* edit comment link */
.comment-edit-link {
  margin-right: 6px; }

/**********************
COMMENT FORM STYLES
***********************/
/* comment submit button */
/* comment form title */
/* cancel comment reply link */
/* logged in comments */
/* allowed tags */
/* no comments */
/*********************
SIDEBARS & ASIDES
*********************/
.widget ul li {
  /* deep nesting */ }

/*********************
FOOTER STYLES
*********************/
.footer {
  clear: both; }

/*********************
LARGER MOBILE DEVICES
This is for devices like the Galaxy Note or something that's
larger than an iPhone but smaller than a tablet. Let's call them
tweeners.
*********************/
@media only screen and (min-width: 481px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: 481px and Up Stylesheet

  This stylesheet is loaded for larger devices. It's set to
  481px because at 480px it would load on a landscaped iPhone.
  This isn't ideal because then you would be loading all those
  extra styles on that same mobile connection.

  Not sure if people use this breakpoint much anymore. We don't.
  I can't remember the last time I used this stylesheet but keeping
  it in for now.

  ******************************************************************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .menu {
    /* end .menu ul */ }
    .menu ul {
      /* end .menu ul li */
      /* highlight current page */
      /* end current highlighters */ }
      .menu ul li {
        /*
        plan your menus and drop-downs wisely.
        */ }
        .menu ul li a {
          /*
          you can use hover styles here even though this size
          has the possibility of being a mobile device.
          */ }

  /* end .menu */
  /*********************
  POSTS & CONTENT STYLES
  *********************/
  /* entry content */
  .entry-content {
    /* at this larger size, we can start to align images */ }
    .entry-content .alignleft, .entry-content img.alignleft {
      margin-right: 1.5em;
      display: inline;
      float: left;
      margin-top: 11px; }
    .entry-content .alignright, .entry-content img.alignright {
      margin-left: 1.5em;
      display: inline;
      float: right;
      margin-top: 11px; }
    .entry-content .aligncenter, .entry-content img.aligncenter {
      margin-right: auto;
      margin-left: auto;
      display: table;
      clear: both;
      margin-top: 11px; }
    .entry-content .wp-block-media-text.alignfull {
      max-width: 100%;
      margin-left: 0;
      margin-right: 0; }

  /* end .entry-content */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  check your menus here. do they look good?
  do they need tweaking?
  */
  /* end .footer-links */ }
/*********************
BELOW TABLET
This is for everything that's below an iPad including mobile
phones. This way we can keep mobile styles separate and not
compete with the base styles.
*********************/
@media only screen and (max-width: 767px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Below Tablet

  This stylesheet will show on devices smaller than an iPad or tablet.
  Use this to add styles that will *only* show on mobile phones.

  I find it easier to do it this way than to have to override base styles.

  ******************************************************************/
  .wrap {
    padding: 0; }

  /*********************
  NAVIGATION STYLES
  *********************/
  .nav {
    margin: 0;
    padding: 0;
    border-bottom: 0;
    list-style-type: none;
    /* end .menu li */
    /* highlight current page */
    /* end current highlighters */ }
    .nav li {
      /*
      Are you really going to use drop-down menus for mobile?
      Probably not. We almost always use the Responsive Menu
      plugin: https://wordpress.org/plugins/responsive-menu/
      */ }
      .nav li a {
        display: block;
        padding: 0.2em;
        text-decoration: none; }
      .nav li ul.sub-menu li a,
      .nav li ul.children li a {
        padding-left: 30px; }

  /* end .nav */ }
/*********************
TABLET & SMALLER LAPTOPS
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 768px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tablet & Small Desktop Stylesheet

  This stylesheet will be used for tablets and larger devices
  like desktops. CSS Grid starts working its magic here so you
  can start to have fun with your layout(s).

  ******************************************************************/
  /*********************
  GLOBAL STYLES
  *********************/
  .entry-content .alignfull {
    margin-left: calc( -100vw / 2 + 100% / 2 );
    margin-right: calc( -100vw / 2 + 100% / 2 );
    max-width: 100vw; }
  .entry-content .alignwide {
    margin-right: calc(25% - 25vw);
    margin-left: calc(25% - 25vw);
    max-width: 1000%;
    width: auto; }
  .entry-content .alignwide img,
  .entry-content .alignfull img {
    display: block;
    margin: 0 auto; }

  /*********************
  LAYOUT & GRID STYLES
  *********************/
  .wrap {
    padding: 0; }

  /*********************
  HEADER STYLES
  *********************/
  /*********************
  NAVIGATION STYLES
  *********************/
  .header-nav {
    display: flex;
    align-items: center; }

  .nav {
    margin: 0;
    padding: 0;
    border: 0;
    list-style-type: none;
    /* end .menu ul li */
    /* highlight current page */
    /* end current highlighters */ }
    .nav li {
      float: left;
      list-style: none;
      /*
      plan your menus and drop-downs wisely.
      */
      /* showing sub-menus */ }
      .nav li a {
        display: block;
        border-bottom: 0;
        padding: 0 0.5em;
        text-decoration: none;
        /*
        you can use hover styles here even though this size
        has the possibility of being a mobile device.
        */ }
        .nav li a:hover, .nav li a:focus {
          text-decoration: underline; }
      .nav li ul.sub-menu,
      .nav li ul.children {
        position: absolute;
        z-index: 8999;
        visibility: hidden;
        /* highlight sub-menu current page */ }
        .nav li ul.sub-menu li,
        .nav li ul.children li {
          /*
          if you need to go deeper, go nuts
          just remember deeper menus suck
          for usability. k, bai.
          */ }
          .nav li ul.sub-menu li:last-child a,
          .nav li ul.children li:last-child a {
            border-bottom: 0; }
      .nav li:hover > ul {
        top: auto;
        visibility: visible; }

  /* end .nav */
  /********************
  WORDPRESS BODY CLASSES
  style a page via class
  ********************/
  /*
  We like having these classes for use in iPad and larger devices
  so we've copied them here.
  */
  .single-full #main {
    max-width: 640px;
    float: none;
    margin: 0 auto; }

  /*********************
  SIDEBARS & ASIDES
  *********************/
  .widget ul li {
    /* deep nesting */ }

  /*!
   *
   * We rarely use these widget classes but they
   * do come in handy sometimes. Know your widgets.
   *
   */
  /* links widget */
  /* meta widget */
  /* pages widget */
  /* recent-posts widget */
  /* archives widget */
  /* tag-cloud widget */
  /* calendar widget */
  /* category widget */
  /* recent-comments widget */
  /* search widget */
  /* text widget */
  /*********************
  FOOTER STYLES
  *********************/
  /*
  you'll probably need to do quite a bit
  of overriding here if you styled them for
  mobile. Make sure to double check these!
  */
  .footer-links ul li {
    /*
    be careful with the depth of your menus.
    it's very rare to have multi-depth menus in
    the footer.
    */ }

  /* end .footer-links */ }
@media only screen and (max-width: 899px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Below Tweener

  This stylesheet will show on devices smaller than large tablets but
  below desktops.

  Use this for tweener device sizes. We don't use this stylesheet
  often but on occasion it comes in handy.

  ******************************************************************/ }
@media only screen and (max-width: 1029px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Smaller Desktops + Tablets

  This stylesheet affects desktops and some tablets but often I find
  that 1029px and below is a good breakpoint for showing a mobile
  hamburger menu so you can add styles for that here.

  I find it easier to do it this way than to have to override base styles.

  ******************************************************************/ }
/*********************
TWEENER
This targets some trickier 'tweener' devices like large
tablets. You probably won't need to add too much to this stylesheet.
If you're not using it, delete it.
*********************/
@media only screen and (min-width: 900px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Tweener Stylsheet

  This is for some trickier in-between 'tweener' sizes like larger
  tablets.

  ******************************************************************/ }
/*********************
DESKTOP
This is the average viewing window. So Desktops, Laptops, and
in general anyone not viewing on a mobile device. Here's where
you can add resource intensive styles.
*********************/
@media only screen and (min-width: 1030px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Desktop Stylsheet

  This is the desktop size. It's larger than an iPad so it will only
  be seen on the Desktop.

  At this breakpoint you can start setting things like max-width for
  your content. Or go full-width. Like Nas said: "The world is yours!"

  ******************************************************************/ }
/*********************
LARGE VIEWING SIZE
This is for the larger monitors and possibly full screen viewers.
*********************/
@media only screen and (min-width: 1240px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Larger Laptop + Desktop

  You can add some advanced styles for larger devices here if you like.

  ******************************************************************/ }
/*********************
HIMALAYA XL 9000 SIZE
This is for super ginormous monitors like your one friend has.
*********************/
@media only screen and (min-width: 1600px) {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Super Large Monitor Stylesheet

  You can add some advanced styles here for extra large monitors.

  ******************************************************************/ }
/*********************
PRINT STYLESHEET
Feel free to customize this. Remember to add things that won't make
sense to print at the bottom. Things like nav, ads, and forms should
be set to display none.
*********************/
@media print {
  /******************************************************************
  Site Name:
  Author:

  Stylesheet: Print Stylesheet

  This is the print stylesheet. You probably don't need to edit much
  in here but if you want to, do your thang.

  Adapted from here:
  https://www.noupe.com/design/css-perfect-print-stylesheet-98272.html

  Updated 2018-05-25

  ******************************************************************/ }
@media print {
  * {
    background: transparent !important;
    color: black !important;
    text-shadow: none !important;
    -ms-filter: none !important;
    filter: none !important; }

  /* Setting content width, unsetting floats and margins */
  /* Attention: the classes and IDs vary from theme to theme. Thus, set own classes here */
  #content {
    width: 100%;
    margin: 0;
    float: none; }

  /** Setting margins */
  @page {
    margin: 2cm; }
  /* Or: */
  @page :left {
    margin: 1cm; }
  @page :right {
    margin: 1cm; }
  /* The first page of a print can be manipulated as well */
  @page :first {
    margin: 1cm 2cm; }
  /* Set font to 16px/13pt, set background to white and font to black.*/
  /* This saves ink */
  body {
    font-size: 13pt;
    line-height: 1.3;
    background: #fff !important;
    color: #000; }

  h1 {
    font-size: 24pt; }

  h2, h3, h4 {
    font-size: 14pt;
    margin-top: 25px; }

  p, h2, h3 {
    orphans: 3;
    widows: 3; }

  /* Defining all page breaks */
  a {
    page-break-inside: avoid; }

  blockquote {
    page-break-inside: avoid; }

  h1, h2, h3, h4, h5, h6 {
    page-break-after: avoid;
    page-break-inside: avoid; }

  img {
    page-break-inside: avoid;
    page-break-after: avoid; }

  table, pre {
    page-break-inside: avoid; }

  ul, ol, dl {
    page-break-before: avoid; }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }

  thead {
    display: table-header-group; }

  /* Displaying link color and link behaviour */
  a:link, a:visited, a {
    background: transparent;
    color: #0088cc;
    font-weight: bold;
    text-decoration: underline;
    text-align: left; }

  a[href^=http]:after {
    content: " < " attr(href) "> "; }

  article a[href^="#"]:after {
    content: ""; }

  a:not(:local-link):after {
    content: " < " attr(href) "> "; }

  /**
  * Making intergated videos disappear, and removing the iframes' whitespace to zero.
  */
  .entry-content iframe, ins {
    display: none;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
    line-height: 0pt !important;
    white-space: nowrap; }

  .embed-youtube, .embed-responsive, .embed-container {
    display: none;
    position: absolute;
    height: 0;
    overflow: hidden; }

  /* Hiding unnecessary elements for the print */
  #header-widgets, nav, aside,
  .sidebar, .content-ads, .make-comment, .author-bio,
  .heading, .related-posts, #decomments-form-add-comment,
  #breadcrumbs, #footer, .post-byline, .byline, .meta-single,
  .site-title img, .post-tags, .readability, .sidebar, .page-navigation, .wp-prev-next,
  .respond-form {
    display: none; } }
/* typography */
h1, h2, h3, p, body, a, .footer p {
  font-family: mencken-std, sans-serif; }

p, li {
  font-size: 22px;
  font-family: myriad-pro, sans-serif; }

h1 {
  font-size: 70px;
  line-height: 80px;
  font-weight: bold;
  color: #295952 !important;
/*  font-style: italic;*/
  margin-bottom: 2rem; }

h2 {
  font-size: 45px;
  line-height: 64px;
  font-weight: bold; }

h3 {
  font-size: 38px;
  line-height: 40px;
  color: #295952 !important;
  font-weight: bold;
  margin-bottom: 2rem; }

a {
  color: #0D1512; }

a:hover {
  color: #0D1512;
  text-decoration: none; }