/*!
Theme Name: Greenleaf Trust v2
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: greenleaf-trust-v2
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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.

Greenleaf Trust v2 is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Clearings
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
/* 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 {
  -webkit-box-sizing: content-box;
          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 */
  -webkit-text-decoration: underline dotted;
          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 {
  -webkit-box-sizing: border-box;
          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'] {
  -webkit-box-sizing: border-box;
          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;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: sans-serif;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both;
}

p {
  margin-bottom: 1.5em;
}
h3 {
  font-size: 20px;
}

dfn,
cite,
em,
i {
  font-style: italic;
}

blockquote {
  margin: 0 1.5em;
}

address {
  margin: 0 0 1.5em;
}

pre {
  background: #eee;
  font-family: 'Courier 10 Pitch', Courier, monospace;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em;
}

code,
kbd,
tt,
var {
  font-family: Monaco, Consolas, 'Andale Mono', 'DejaVu Sans Mono', monospace;
  font-size: 15px;
  font-size: 0.9375rem;
}

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help;
}

mark,
ins {
  background: #fff9c0;
  text-decoration: none;
}

big {
  font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  background: #fff;
  /* Fallback for when there is no custom background color defined. */
}

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em;
}

ul,
ol {
  margin: 0 0 1.5em 3em;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li > ul,
li > ol {
  margin-bottom: 0;
  margin-left: 1.5em;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 1.5em 1.5em;
}

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
}

figure {
  margin: 1em 0;
  /* Extra wide images within figure tags don't overflow the content area. */
}

table {
  margin: 0 0 1.5em;
  width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type='button'],
input[type='reset'],
input[type='submit'] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1;
  padding: 0.6em 1em 0.4em;
}

button:hover,
input[type='button']:hover,
input[type='reset']:hover,
input[type='submit']:hover {
  border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type='button']:active,
input[type='button']:focus,
input[type='reset']:active,
input[type='reset']:focus,
input[type='submit']:active,
input[type='submit']:focus {
  border-color: #aaa #bbb #bbb;
}

input[type='text'],
input[type='email'],
input[type='url'],
input[type='password'],
input[type='search'],
input[type='number'],
input[type='tel'],
input[type='range'],
input[type='date'],
input[type='month'],
input[type='week'],
input[type='time'],
input[type='datetime'],
input[type='datetime-local'],
input[type='color'],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px;
}

input[type='text']:focus,
input[type='email']:focus,
input[type='url']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='number']:focus,
input[type='tel']:focus,
input[type='range']:focus,
input[type='date']:focus,
input[type='month']:focus,
input[type='week']:focus,
input[type='time']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='color']:focus,
textarea:focus {
  color: #111;
}

select {
  border: 1px solid #ccc;
}

textarea {
  width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
  /* color: royalblue; */
  color: #89a43d;
}


a:hover,
a:focus,
a:active {
  /* color: midnightblue; */
  color: #94b145;
}

a:focus {
  outline: thin dotted;
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul ul {
  -webkit-box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
          box-shadow: 0 6px 16px rgba(0, 0, 0, 0.05);
  position: absolute;
  z-index: 99999;
  left: -16px;
  opacity: 0;
  -webkit-transition: top 200ms ease-out, background 300ms, opacity 300ms ease-out, -webkit-box-shadow 800ms ease-out;
  transition: top 200ms ease-out, background 300ms, opacity 300ms ease-out, -webkit-box-shadow 800ms ease-out;
  transition: top 200ms ease-out, background 300ms, opacity 300ms ease-out, box-shadow 800ms ease-out;
  transition: top 200ms ease-out, background 300ms, opacity 300ms ease-out, box-shadow 800ms ease-out, -webkit-box-shadow 800ms ease-out;
  -webkit-transition: top 200ms ease-out, background 300ms, opacity 300ms ease-out, box-shadow 800ms ease-out;
  -moz-transition: top 200ms ease-out, background 300ms, opacity 300ms ease-out, box-shadow 800ms ease-out;
  -ms-transition: top 200ms ease-out, background 300ms, opacity 300ms ease-out, box-shadow 800ms ease-out;
  -o-transition: top 200ms ease-out, background 300ms, opacity 300ms ease-out, box-shadow 800ms ease-out;
  visibility: hidden;
  overflow: hidden;
  top: 32px;
}

.main-navigation .footer-item {
  display: none;
}
.main-navigation ul ul ul {
  top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
  opacity: 1;
}

.main-navigation ul ul a {
  width: auto;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
  opacity: 1;
  top: 100%;
  visibility: visible;
  -webkit-box-shadow: 0 16px 28px rgba(0, 0, 0, 0.15);
          box-shadow: 0 16px 28px rgba(0, 0, 0, 0.15);
  background: rgba(255, 255, 255, 1);
}

.main-navigation li {
  float: left;
  position: relative;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block;
}

@media screen and (min-width: 932px) {
  .menu-toggle {
    display: none;
  }
  .main-navigation ul {
    display: block;
  }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
  margin: 0 0 1.5em;
  overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  float: left;
  width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  float: right;
  text-align: right;
  width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

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

/* Do not show the outline on the skip link target. */
#content[tabindex='-1']:focus {
  outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
  display: inline;
  margin-right: 50px;
}

.alignright {
  display: inline;
  margin-left: 1.5em;
}

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
  content: '';
  display: table;
  table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
  clear: both;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
  margin: 0 0 1.5em;
  /* Make sure select elements fit in widgets. */
}

.widget select {
  max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
  display: block;
}

.post,
.page {
  margin: 0 0 1.5em;
}

.updated:not(.published) {
  display: none;
}

.page-content,
.entry-content,
.entry-summary {
  margin: 1.5em 0 0;
}

.page-links {
  clear: both;
  margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
  word-wrap: break-word;
}

.bypostauthor {
  display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  /* Theme Footer (when set to scrolling) */
  display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
  display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo {
  padding-top: 10px;
  max-width: 280px;
}
.custom-logo-link {
  display: inline-block;
}
.site-branding {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%;
}

.wp-caption img[class*='wp-image-'] {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.wp-caption .wp-caption-text {
  margin: 0.8075em 0;
}

.wp-caption-text {
  text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}

.gallery-columns-2 .gallery-item {
  max-width: 50%;
}

.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
  max-width: 25%;
}

.gallery-columns-5 .gallery-item {
  max-width: 20%;
}

.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}
/*
* Slickjs
*/
/* Slider */
.slick-slider {
  position: relative;

  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;

  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;

  display: block;
  overflow: hidden;

  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;

  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;

  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;

  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;

  height: auto;

  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  background: transparent;
  border: none;
  padding: 0;
}
.slick-prev img,
.slick-next img {
  height: 20px;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
}

/*
* Greenleaf Trust
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: tribute;
  font-weight: 100;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.banner-market h1 {
  font-size: 60px;
  line-height: 60px;
}
h1 {
  font-size: 44px;
  line-height: 44px;
  margin: 0;
  padding: 0;
  /* width: 75%; */
}
p {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Lato, sans-serif;
  font-size: 16px;
  line-height: calc(16px * 1.618);
}
.entry-content strong {
  font-size: 20px;
  font-weight: 500;
  font-family: tribute;
  line-height: calc(20px * 1.618);
}
.entry-content li {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: Lato, sans-serif;
  font-size: 15px;
  line-height: calc(15px * 1.618);
  padding-bottom: 10px;
}

.container {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 20px;
}
.wide-container {
  max-width: 1200px;
  margin: 100px auto;
  padding: 0 20px;
}
.image-with-text p {
  padding-left: 40px;
  border-left: 1px solid #89a43d;
  margin: 0;
}
.image-with-text h3 {
  margin-top: 0;
}
.grid.two-columns.image-with-text {
  justify-items: center;
}
.page {
  margin-bottom: 0;
}
.bg-gray {
  background-color: rgb(51, 51, 51);
  background-color: #333;
  color: white;
}
.light-gray {
  color: #808080;
}
.light-gray-alt {
  color: #f6f6f6;
}
.bg-green {
  background-color: #89a43d;
  color: white;
}
.site-footer {
  padding: 50px 0;
}

.fadeInImage {
  position: relative;
}
/* masthead */
#masthead {
  position: fixed;
  background: white;
  width: 100%;
  z-index: 100;
  -webkit-box-shadow: 0 4px 10px rgba(51, 51, 51, 0.1);
          box-shadow: 0 4px 10px rgba(51, 51, 51, 0.1);
}
#content {
  position: relative;
  /* padding-top: 93px; */
  padding-top: 78px;
  /* top: 84px; */
}
.site-info p {
  margin: 0;
  font-size: 14px;
  padding-top: 10px;
}
.header-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1440px;
  padding: 20px;
  margin: 0 auto;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main-navigation a {
  color: rgba(51, 51, 51, 0.8);
  font-size: 15px;
  font-family: Lato, sans-serif;
}
.main-navigation a:hover {
  color: rgba(51, 51, 51, 1);
  color: #89a43d;
}
.main-navigation li {
  margin-right: 40px;
}
.main-navigation li.current-menu-item > a {
  color: rgba(51, 51, 51, 1);
  color: #89a43d;
}
.main-navigation li.current-menu-item
.main-navigation li.current-menu-parent > a {
  color: rgba(51, 51, 51, 1);
  color: #89a43d;
}
.main-navigation li.current-menu-item.btn-account-access a{
  color: white;
}
.main-navigation li.current-menu-item.btn-account-access a:hover{
  color: #89a43d;
}
.main-navigation li .sub-menu li {
  margin-right: 0;
  min-width: 170px;
  border-left: 4px solid transparent;
  transition: 400ms all;
  -webkit-transition: 400ms all;
  -moz-transition: 400ms all;
  -ms-transition: 400ms all;
  -o-transition: 400ms all;
}
.main-navigation li .sub-menu li:hover {
  border-left: 4px solid #89a43d;
}
.main-navigation .sub-menu li.current-menu-item {
  border-left: 4px solid #89a43d;
}
.main-navigation .sub-menu li.current-menu-item > a {
  color: #89a43d;
}
#footer-menu .sub-menu li.current-menu-item > a {
  color: #89a43d;
}
.main-navigation li .sub-menu li a {
  padding: 8px 0 4px;
  margin: 0 16px 4px;
  transition: 100ms background ease-out, 400ms border ease-out, 200ms color ease-out;
  -webkit-transition: 100ms background ease-out, 400ms border ease-out, 200ms color ease-out;
  -moz-transition: 100ms background ease-out, 400ms border ease-out, 200ms color ease-out;
  -ms-transition: 100ms background ease-out, 400ms border ease-out, 200ms color ease-out;
  -o-transition: 100ms background ease-out, 400ms border ease-out, 200ms color ease-out;
  border-bottom: 1px solid rgba(51, 51, 51, 0);
}
.main-navigation .menu-item-has-children {
  position: relative;
  margin-right: 40px;
}
.main-navigation .btn-account-access {
  margin-right: 0;
}
.main-navigation .menu-item-has-children:after {
  position: absolute;
  font-family: Lato, sans-serif;
  content: '';
  background-image: url('/wp-content/uploads/arrow-navigation.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  top: 9px;
  right: -16px;
}
.main-navigation {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
.main-navigation .sub-menu a {
  padding: 4px 10px;
}
.footer-fine-print {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  padding-top: 30px;
}
.main-navigation .menu-item-3961 ul.sub-menu {
  display: inline-grid;
  grid-template-columns: 200px 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sub-menu {
  padding-top: 12px;
}
.main-navigation ul .menu-item-3961 ul {
  left: -50%;
  transform: translateX(-40%);
  -webkit-transform: translateX(-40%);
  -moz-transform: translateX(-40%);
  -ms-transform: translateX(-40%);
  -o-transform: translateX(-40%);
}
.footer-mark {
  -o-object-fit: contain;
     object-fit: contain;
  width: 30px;
  margin-right: 10px;
}
#home-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 50vh;
  height: 600px;
}
.banner-market {
  width: 50%;
  background-image: url('/wp-content/uploads/banner-home-1.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
  padding: 80px;
}
.banner-market h1 {
  text-shadow: 0 0 16px rgba(0, 0, 0, 1);
  animation: slide-up 400ms ease-out;
  -webkit-animation: slide-up 400ms ease-out;
}
.fullBackground {
  /* background-position: center center; */
  /* background-attachment: fixed; */
  /* background-size: cover; */
  /* position: absolute;
  top: 0;
  left: 0; */
  /* width: 100%;
  height: 100%; */
}
.banner-news {
  width: 50%;
  background-image: url('/wp-content/uploads/banner-home-2.jpg');
  background-size: cover;
  background-position: center;
  color: white;
  position: relative;
}
.call-to-action-strip {
  height: 180px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  padding: 25px 0 25px 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.market-snapshot {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.market-snapshot-img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  /*width: 100px;
  height: 100px;
  */ /*border: 1px solid white;
  */
  margin-right: 20px;
  width: 100px;
  height: 100px;
  animation: grow 300ms ease-out forwards;
  -webkit-animation: grow 300ms ease-out forwards;
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
}
.market-snapshot-content {
  padding: 18px 25px;
  border-left: 1px solid rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 70%;
}
.market-snapshot-content p,
.market-snapshot-content h3 {
  margin: 0;
}
.market-snapshot-content p {
  font-size: 14px;
  opacity: 0.9;
  margin-bottom: 20px;
}
.btn {
  color: white;
  background-color: #89a43d;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  /* font-weight: 100; */
  font-weight: normal;
  padding: 10px 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: background-color 200ms ease-out, -webkit-box-shadow 100ms ease-out;
  transition: background-color 200ms ease-out, -webkit-box-shadow 100ms ease-out;
  transition: background-color 200ms ease-out, box-shadow 100ms ease-out;
  transition: background-color 200ms ease-out, box-shadow 100ms ease-out, -webkit-box-shadow 100ms ease-out;
  -webkit-transition: background-color 200ms ease-out, box-shadow 100ms ease-out;
  -moz-transition: background-color 200ms ease-out, box-shadow 100ms ease-out;
  -ms-transition: background-color 200ms ease-out, box-shadow 100ms ease-out;
  -o-transition: background-color 200ms ease-out, box-shadow 100ms ease-out;
  white-space: nowrap;
  -webkit-box-shadow: 0 3px 16px rgba(113, 136, 49, 0.1);
          box-shadow: 0 3px 16px rgba(113, 136, 49, 0.1);
  border: 1px solid #89a43d;
}
.btn-white {
  color: rgba(51, 51, 51, 0.8);
  background: white;
  font-weight: 400;
}
.btn.btn-white:hover {
  background-color: rgba(51, 51, 51, 1);
  color: white;
}

.btn-account-access a {
  border: 1px solid #89a43d;
  background-color: #89a43d;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 400;
  padding: 10px 30px;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
  -webkit-transition: background-color 200ms ease-out, -webkit-box-shadow 100ms ease-out;
  transition: background-color 200ms ease-out, -webkit-box-shadow 100ms ease-out;
  transition: background-color 200ms ease-out, box-shadow 100ms ease-out;
  transition: background-color 200ms ease-out, box-shadow 100ms ease-out, -webkit-box-shadow 100ms ease-out;
  -webkit-transition: background-color 200ms ease-out, box-shadow 100ms ease-out;
  -moz-transition: background-color 200ms ease-out, -webkit-box-shadow 100ms ease-out;
  -ms-transition: background-color 200ms ease-out, -webkit-box-shadow 100ms ease-out;
  -o-transition: background-color 200ms ease-out, -webkit-box-shadow 100ms ease-out;
  color: white;
  font-size: 11px;
  white-space: nowrap;
}
.btn-account-access a:hover,
.btn.btn-green:hover {
  background-color: transparent;
  -webkit-box-shadow: 0 4px 16px rgba(78, 80, 27, 0.24);
          box-shadow: 0 4px 16px rgba(78, 80, 27, 0.24);
}
.btn-account-access a:hover {
  color: rgb(51, 51, 51);
}
.btn:hover {
  color: rgba(51, 51, 51, 1);
  background: white;
}
#primary-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#home-intro {
  text-align: center;
}
.home-intro-content {
  margin: 0 auto;
  padding: 70px 0;
}
.latest-news {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
.latest-news h3 {
  white-space: nowrap;
  padding-right: 10px;
}
.latest-news p {
  padding-left: 10px;
}
#footer-menu {
  display: grid;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  margin-bottom: 0px;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 13px;
  font-family: lato, sans-serif;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  grid-auto-columns: -webkit-min-content;
  grid-auto-columns: min-content;
  grid-auto-flow: row;
  grid-auto-rows: minmax;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-width: 100;
  grid-template-rows: 240px;
  grid-gap: 20px;
  position: relative;
  margin-bottom: 200px;
}

#footer-menu a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
}
#footer-menu .current-menu-item a {
  color: #89a43d;
}
#footer-menu li {
  padding-top: 11px;
}
#footer-menu a:hover {
  color: rgba(255, 255, 255, 1);
}
#footer-menu .sub-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
#footer-menu .sub-menu a {
  color: rgba(255, 255, 255, 0.6);
  text-decoration: none;
  transition: all 200ms;
  -moz-transition: all 200ms;
  -ms-transition: all 200ms;
  -o-transition: all 200ms;
  -webkit-transition: all 200ms;
}
#footer-menu .sub-menu a:hover {
  color: rgba(255, 255, 255, 1);
}
#footer-menu .mobile-only-item {
  display: none;
}

.footer-fine-print p {
  padding-top: 0;
}
.footer-fine-print .legal-links {
  text-decoration: none;
  line-height: 1;
  color: #89a43d;
}
.footer-fine-print .legal-links:hover {
  color: #94b145;
}
.footer-cta-content {
  background: #89a43d;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: white;
  padding: 20px 0;
}
.footer-cta-content h2 {
  padding: 0 20px;
}
.footer-social img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 24px;
  height: 24px;
  opacity: 0.8;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0));
  transition: 300ms opacity ease-out;
  -webkit-transition: 300ms opacity ease-out;
  -moz-transition: 300ms opacity ease-out;
  -ms-transition: 300ms opacity ease-out;
  -o-transition: 300ms opacity ease-out;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0));
}
.footer-social img:hover {
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.9));
  opacity: 1;
  -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.9));
}
.legal-links {
  border-left: 1px solid rgba(255, 255, 255, 0.6);
  padding-left: 4px;
  margin-left: 2px;
}

.market-snapshot-img-container,
.market-snapshot-content {
  animation: fade-in 400ms ease-in-out;
  -webkit-animation: fade-in 400ms ease-in-out;
}

.market-snapshot-content h3 {
  position: relative;
  animation: slide-right 600ms ease-out;
  -webkit-animation: slide-right 600ms ease-out;
}
.latest-news a {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.76);
}
.latest-news a:hover {
  color: rgba(255, 255, 255, 1);
}
.latest-news h3 {
  position: relative;
  animation: slide-right 800ms ease-out;
  -webkit-animation: slide-right 800ms ease-out;
  -webkit-animation-delay: 600ms;
          animation-delay: 600ms;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  margin: 0;
}
.market-snapshot-content p {
  position: relative;
  animation: slide-right 900ms ease-out;
  -webkit-animation: slide-right 900ms ease-out;
}
.latest-news p {
  position: relative;
  animation: slide-right 900ms ease-out;
  -webkit-animation: slide-right 900ms ease-out;
  -webkit-animation-delay: 900ms;
          animation-delay: 900ms;
  opacity: 0;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  margin: 0;
}
.market-snapshot-content .btn {
  position: relative;
  animation: slide-right 1200ms ease-out;
  -webkit-animation: slide-right 1200ms ease-out;
}
.market-snapshot-content .btn:hover {
  color: white;
}
.banner {
  background-color: rgb(51, 51, 51);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}
.banner-secondary {
  /* padding-top: 120px; */
  height: 240px;
  color: white;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.banner-secondary h1 {
  text-shadow: 0 2px 8px rgba(1, 1, 1, 0.99);
  width: 80%;
  margin: 0 auto;
  animation: slide-up 400ms ease-out;
  -webkit-animation: slide-up 400ms ease-out;
}
/* Footer Connect Nav */

.menu-item-5310 .sub-menu,
.menu-item-5237 .sub-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.menu-item-5310 .sub-menu li,
.menu-item-5237 .sub-menu li {
  padding-right: 10px;
}

.tertiary-content {
  padding-top: 80px;
}
.tertiary-content h1 {
  font-size: 40px;
  line-height: calc(40px * 1.18);
}
.siblings-navigation {
  background-color: #89a43d;
  position: -webkit-sticky;
  position: sticky;
  top: 78px;
  z-index: 1;
}
.siblings-navigation ul {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  white-space: nowrap;
  overflow: scroll;
}
.siblings-navigation li {
  padding: 10px;
}
.siblings-navigation a {
  font-size: 14px;
  font-family: Lato, sans-serif;
  font-weight: 100;
  text-decoration: none;
  color: white;
  letter-spacing: 0.5px;
}
.siblings-navigation .current_page_item a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
#topics {
  margin-top: 40px;
}
.topics-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}
.topics-list li {
  padding: 10px;
}
.topics-list li .btn {
  display: block;
  text-align: center;
  width: 205px;
  padding: 5px;
  border: 1px solid #89a43d;
}

.topics-list li .btn:hover {
  background: white;
  color: rgb(51, 51, 51);
  outline: none;
}
.first-topic a,
.topics-list li .btn:focus,
.topics-list li .btn:active {
  background: white;
  color: rgb(51, 51, 51);
  outline: none;
  -webkit-box-shadow: 0 4px 16px rgba(78, 80, 27, 0.24);
          box-shadow: 0 4px 16px rgba(78, 80, 27, 0.24);
}
.topics-list li .btn:active {
  background: #809a39;
  color: rgb(51, 51, 51);
}
.topics-list-items {
  padding: 0;
  margin: 0;
}
.active .topics-list-items li {
  opacity: 1;
}
.cta-container {
  position: relative;
  width: 440px;
  margin: 40px auto;
}
.cta {
  display: grid !important;
  grid-template-columns: 100px auto;
  position: relative;
  transition: 1s all;
  -webkit-transition: 1s all;
  -moz-transition: 1s all;
  -ms-transition: 1s all;
  -o-transition: 1s all;
  grid-gap: 40px;
}
.cta-img {
  grid-column-start: 1;
  grid-column-end: 2;
  width: 100px;
  height: 100px;
  border: 1px solid #89a43d;
  background-color: #89a43d;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  margin-top: 10px;
}
.cta-content {
  grid-column-start: 2;
  grid-column-end: 3;
  border-left: 1px solid rgba(51, 51, 51, 0.2);
  padding: 10px 0 10px 40px;
  /* padding-left: 40px; */
}
.cta[aria-hidden='true'] {
  opacity: 0;
}
.cta[aria-hidden='false'] {
  opacity: 1;
  /* animation: slide-right 1s;
  -webkit-animation:; */
}
.cta[aria-hidden='false'] .cta-img {
  position: relative;
  animation: grow 800ms ease-out;
  -webkit-animation: grow 800ms ease-out;
}
.cta[aria-hidden='false'] h3 {
  position: relative;
  animation: slide-right 800ms ease-out;
  -webkit-animation: slide-right 800ms ease-out;
}
.cta[aria-hidden='false'] a {
  position: relative;
  animation: slide-right 1300ms ease-out;
  -webkit-animation: slide-right 1300ms ease-out;
}
.pagingInfo {
  font-family: Lato, sans-serif;
  font-weight: 100;
  color: rgba(51, 51, 51, 0.5);
  position: absolute;
  right: 165px;
  z-index: 10;
}
.pagingInfo::first-letter {
  font-size: 220%;
  color: #89a43d;
}
.slick-prev.slick-arrow {
  position: absolute;
  right: 55px;
  top: 20px;
  z-index: 10;
}
.slick-next.slick-arrow {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 10;
}

#team-template {
  /* min-height: 100vh; */
}
.team-list {
  margin-top: 40px;
}
.team-list .facetwp-template {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  text-align: center;
}
.team-member-portrait {
  background-size: 80%;
  background-repeat: no-repeat;
  background-position: 50% -10%;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  -o-border-radius: 50%;
  border: 1px solid #89a43d;
  -webkit-box-shadow: 0 4px 14px transparent;
          box-shadow: 0 4px 14px transparent;
  -webkit-transition: -webkit-box-shadow 200ms ease-out;
  transition: -webkit-box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out;
  transition: box-shadow 200ms ease-out, -webkit-box-shadow 200ms ease-out;
  -webkit-transition: box-shadow 200ms ease-out;
  -moz-transition: box-shadow 200ms ease-out;
  -ms-transition: box-shadow 200ms ease-out;
  -o-transition: box-shadow 200ms ease-out;
  cursor: pointer;
}
.team-member-portrait.extra-author {
    margin-top: 20px;
}
.modal .team-member-portrait {
  width: 150px;
  height: 150px;
  margin: 20px;
  cursor: initial;
}
.modal .team-member-portrait:hover {
  -webkit-box-shadow: 0 4px 14px transparent;
          box-shadow: 0 4px 14px transparent;
}
.modal .team-member-name {
  text-transform: uppercase;
}
.modal .team-member-title,
.modal .team-member-name {
  margin: 0;
  padding: 0;
  font-family: Tribute, serif;
}
.team-member {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 100px;
  justify-items: center;
}
.team-member-portrait:hover {
  -webkit-box-shadow: 0 3px 14px #2d351358;
          box-shadow: 0 3px 14px #2d351358;
}
.modal {
  transition: 200ms opacity;
  -webkit-transition: 200ms opacity;
  -moz-transition: 200ms opacity;
  -ms-transition: 200ms opacity;
  -o-transition: 200ms opacity;
}
.modal {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: none;
  z-index: 100;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
}
.team-modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 1200px;
  width: 100%;
  background: white;
  -webkit-box-shadow: 2px 6px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 6px 6px rgba(0, 0, 0, 0.2);
  z-index: 3;
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  width: 90vw;
  height: auto;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 140px 1fr;
}
.team-member-container {
  display: grid;
  padding: 30px;
  text-align: left;
}
.team-modal .team-member-img {
  width: 100px;
  height: 100px;
  grid-column-start: 1;
  grid-column-end: 2;
}
.team-modal .team-member-content {
  grid-column-start: 2;
  grid-column-end: 3;
}

.modal[aria-hidden='false'] {
  display: block;
}

.team-modal-header {
  position: absolute;
  top: 0;
  right: 0;
}
.team-member-name {
  font-family: Tribute, serif;
  text-transform: uppercase;
  padding: 0 5px;
  line-height: 1;
}
.modal-overlay {
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 2;
}

.team-modal .close-button {
  content: '';
  background-image: url('/wp-content/uploads/close.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 35px;
  position: absolute;
  top: 32px;
  right: 47px;
  cursor: pointer;
  -webkit-transition: 100ms -webkit-transform;
  transition: 100ms -webkit-transform;
  transition: 100ms transform;
  transition: 100ms transform, 100ms -webkit-transform;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  padding: 4px 12px;
  -moz-transition: 100ms -webkit-transform;
  -ms-transition: 100ms -webkit-transform;
  -o-transition: 100ms -webkit-transform;
}

.team-modal .close-button:hover {
  transform: scale(1.2);
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
}
.team-bio {
  padding-left: 20px;
  border-left: 1px solid #89a43d;
}
.filters-container {
  background: #89a43d;
  position: -webkit-sticky;
  position: sticky;
  top: 78px;
  z-index: 1;
}
.filters {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 900px;
  margin: 0 auto;
  padding-top: 4px;
  padding-bottom: 4px;
  margin-bottom: 50px;
}
.filters .facetwp-facet:last-child {
  justify-self: end;
}
.filters .facetwp-facet {
  margin-bottom: 0;
}
.filters input,
.filters select {
  background: transparent;
  color: white;
  font-family: Lato, sans-serif;
  border: none;
  font-size: 14px;
}
.filters input[type='text'] {
  color: white;
  border: 1px solid transparent;
  padding: 7px 18px;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: 200ms border ease-out;
  -webkit-transition: 200ms border ease-out;
  -moz-transition: 200ms border ease-out;
  -ms-transition: 200ms border ease-out;
  -o-transition: 200ms border ease-out;
  min-width: 270px;
  outline: none;
}
i.facetwp-btn {
  display: none;
}
.filters input[type='text']:focus,
.filters input[type='text']:hover {
  border: 1px solid white;
}
.filters input::-webkit-input-placeholder {
  color: white;
}
.filters input:-ms-input-placeholder {
  color: white;
}
.filters input::-ms-input-placeholder {
  color: white;
}
.filters input::placeholder {
  color: white;
}

select {
  background-color: white;
  border-radius: 4px;
  display: inline-block;
  font: inherit;
  line-height: 1.5em;
  padding: 0.5em 3.5em 0.5em 1em;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.filters select {
  background-image: linear-gradient(45deg, transparent 50%, white 50%),
    linear-gradient(135deg, white 50%, transparent 50%), linear-gradient(to right, transparent, transparent);
  background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  border: 1px solid transparent;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  transition: 200ms ease-out border;
  -moz-transition: 200ms ease-out border;
  -ms-transition: 200ms ease-out border;
  -o-transition: 200ms ease-out border;
  -webkit-transition: 200ms ease-out border;
}
.filters select:hover {
  border: 1px solid white;
}
.filters select:focus {
  background-image: linear-gradient(45deg, gray 50%, transparent 50%),
    linear-gradient(135deg, transparent 50%, gray 50%), linear-gradient(to right, #ccc, #ccc);
  background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - 2.5em) 0.5em;
  background-size: 5px 5px, 5px 5px, 1px 1.5em;
  background-repeat: no-repeat;
  outline: 0;
}
.filters select option {
  color: #404040;
  background: white;
}
.entry-content ul {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-bottom: 20px;
}
.entry-content ul li {
  position: relative;
  padding-left: 20px;
}
ul.topics-list li {
  padding-left: 5px;
}
.entry-content ul li:before {
  content: '';
  width: 14px;
  height: 14px;
  position: absolute;
  background-image: url('/wp-content/uploads/leaf.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  top: 5px;
}
ul.topics-list li:before {
  background: none;
}
.gray-bg {
  background: #f6f6f6;
  padding: 40px 0;
}
#contact-page {
  margin-top: 40px;
  margin-bottom: 40px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 40px 20px;
}
.office h3,
.department h3 {
  margin-bottom: 26px;
  font-size: 20px;
}
.office h3 {
  position: relative;
  left: 26px;
}
.office h3:before {
  content: '';
  background-image: url('/wp-content/uploads/location.png');
  background-size: contain;
  background-repeat: no-repeat;
  width: 26px;
  height: 26px;
  position: absolute;
  left: -26px;
  top: 0;
}
.office p,
.department p {
  line-height: 22px;
  margin: 0;
  padding: 0;
  padding-left: 40px;
  opacity: 0.9;
}
.department p {
  border-left: 1px solid #89a43d;
}
.news-list .facetwp-template {
  min-height: 100vh;
}
.news-template {
  min-height: 100vh;
}
.news-article {
  display: grid;
  grid-template-columns: 200px 1fr;
  margin-bottom: 80px;
  grid-gap: 40px;
}
.news-category {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  font-size: 14px;
}
.news-title {
  margin: 0;
  margin-bottom: 20px;
  font-size: 20px;
  width: 65%;
}
a h3.news-title {
  color: rgba(51, 51, 51, 1);
}
.news-excerpt {
  padding-left: 40px;
  border-left: 1px solid #89a43d;
  padding-bottom: 7px;
}
.news-author .team-member-portrait:hover {
  -webkit-box-shadow: none;
          box-shadow: none;
  cursor: initial;
}
.news-author {
  display: grid;
  justify-items: center;
  -ms-flex-line-pack: start;
      align-content: start;
  text-align: center;
}
.news-author-name {
  text-transform: uppercase;
  font-family: Tribute, serif;
  margin: 0;
  margin-top: 10px;
}
.news-author-title {
  margin: 0;
  font-size: 14px;
  line-height: 16px;
}

.single-missive article,
.single-news article {
  margin-top: 40px;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 220px 1fr;
  margin-bottom: 40px;
}
.single-missive .article-title h1,
.single-news .article-title h1 {
  font-family: Tribute, serif;
  font-size: 30px;
}
.single-missive .article-content,
.single-news .article-content {
  padding-left: 40px;
  border-left: 1px solid #89a43d;
}

.toggled-head {
  display: none;
}
.toggled-content {
  display: none;
}
.toggled-content:nth-child(2) {
  display: initial;
}
.topics-content {
  position: relative;
  height: 100%;
  min-height: 666px;
}
.toggled-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.basic-content {
  margin-top: 40px;
}
.basic-content ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row dense;
  grid-gap: 10px 40px;
}
.basic-content ul ul {
  grid-template-columns: 1fr;
}
.grid {
  display: grid;
  grid-gap: 40px;
}

.grid.two-columns {
  grid-template-columns: 1fr 1fr;
}
.basic-content .grid.two-columns ul {
  grid-template-columns: 1fr;
  margin: 0;
}
.content-secondary-page {
  margin-top: 40px;
  margin-bottom: 40px;
}
.stats {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.stat {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr 1fr;
  text-align: center;
  padding: 20px;
}
.stat p {
  margin: 0;
}
.stat:not(:last-child) {
  border-right: 1px solid #89a43d80;
}
.stat-number {
  font-size: 32px;
  font-weight: 600;
  color: #89a43d;
  margin-bottom: 10px;
}
.container.pagination {
  text-align: center;
  margin: 50px auto;
}
.news-ticker-container {
  padding-left: 50px;
  padding-right: 20px;
  /* padding-bottom: 10px; */
  padding-top: 10px;
  /* margin-top: 20px;
  margin-bottom: 20px; */
}
.home
.slick-vertical .slick-slide {
  height: 65px;
}
#front-page-article.slick-slide {
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  padding-bottom: 20px;
}

#front-page-article {
  font-size: 14px;
}
#front-page-article a {
  font-size: 14px;
  font-family: Lato, sans-serif;
}
.slick-arrow.slick-prev.slick-home-page {
  right: initial;
  left: -38px;
  top: -14px;
  outline: none;
}
.slick-arrow.slick-next.slick-home-page {
  right: initial;
  left: -38px;
  top: 40px;
  outline: none;
}
.slick-arrow.slick-prev.slick-home-page:hover,
.slick-arrow.slick-next.slick-home-page:hover {
  cursor: pointer;
}
.featured-news-category {
  font-size: 11px;
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  opacity: .7;
}

.single article li {
  font-family: Lato, sans-serif;
  color: #404040;
  -webkit-font-smoothing: antialiased;
}
.news-date {
  margin: 0;
  font-family: Lato, sans-serif;
  margin-bottom: 12px;
}

.default-article-author {
  width: 50px;

}
article.single-annual-report {
  grid-template-columns: 1fr;
}
.annual-report-container {
  height: 629px;
}
.back-to-news {
  margin-top: 20px;
  position: relative;
}
.back-to-news a {
  text-decoration: none;
  font-weight: 100;
}
.back-to-news:before {
  content: '';
  background-image: url('/wp-content/uploads/arrow-left.png');
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  top: 17px;
  left: -14px;
  padding-right: 2px;
  position: relative;
  height: 12px;
  width: 9px;
}
.expand-menu-item {
  display: none;
  cursor: pointer;
  position: absolute;
  right: 0;
}
.menu-dropdown-indicator {
  width: 24px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transition: 120ms ease-out;
  -webkit-transition: 120ms ease-out;
  -moz-transition: 120ms ease-out;
  -ms-transition: 120ms ease-out;
  -o-transition: 120ms ease-out;
  border: 1px solid #89a43d;
  padding: 4px 7px;
  border-radius: 51px;
  -webkit-border-radius: 51px;
  -moz-border-radius: 51px;
  -ms-border-radius: 51px;
  -o-border-radius: 51px;
}
.expanded .menu-dropdown-indicator {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
}
.article-content .wp-post-image {
  margin-top: 30px;
  margin-bottom: 20px;
}
.filter-flyout {
  display: none;
}
.ja_title > div {
  color: white;
  font-size: 16px;
  font-weight: normal;
  padding: 10px 20px;
  background: #303030;
}
.ja_close {
  display: none;
}
.ja_body p {
  margin: 0;
  font-size: 14px;
}
.ja_btn_green, .ja_btn_green:link, .ja_btn_green:visited {
  background: #89a43d;
  color: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  min-width: 200px;
}
.ja_btn_red, .ja_btn_red:link, .ja_btn_red:visited {
  background: #303030;
  color: #fff;
  border-radius: 50px;
  min-width: 200px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  -ms-border-radius: 50px;
  -o-border-radius: 50px;
  text-transform: uppercase;
  font-weight: 100;
}
.pdf-download {
  padding-top: 24px;
}
.page-id-1992 .entry-content .account-btn {
  min-width: 200px;
}
.account-button-group {
  display: grid;
  grid-template-columns: 1fr;
  justify-items: center;

}
.account-access a.btn {
  max-width: 250px;
  min-width: 250px;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.btn.account-btn.img-btn.my-wealth-btn {
  padding: 0;
}
.btn.account-btn.img-btn.my-wealth-btn img{
  position: relative;
  top: 3px;
  height: 30px;
}
.btn.account-btn.img-btn.my-wealth-btn:hover img{
  filter: brightness(20%);
  -webkit-filter: brightness(20%);
}
.entry-content {
  margin-top: 0;
}
.loading {
  display: grid;
  justify-items: center;;
  margin-bottom: 50px;
}
.lds-roller {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
}
.lds-roller div {
  -webkit-animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
          animation: lds-roller 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  -webkit-transform-origin: 32px 32px;
          transform-origin: 32px 32px;
}
.lds-roller div:after {
  content: " ";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #89a43d;
  margin: -3px 0 0 -3px;
}
.lds-roller div:nth-child(1) {
  -webkit-animation-delay: -0.036s;
          animation-delay: -0.036s;
}
.lds-roller div:nth-child(1):after {
  top: 50px;
  left: 50px;
}
.lds-roller div:nth-child(2) {
  -webkit-animation-delay: -0.072s;
          animation-delay: -0.072s;
}
.lds-roller div:nth-child(2):after {
  top: 54px;
  left: 45px;
}
.lds-roller div:nth-child(3) {
  -webkit-animation-delay: -0.108s;
          animation-delay: -0.108s;
}
.lds-roller div:nth-child(3):after {
  top: 57px;
  left: 39px;
}
.lds-roller div:nth-child(4) {
  -webkit-animation-delay: -0.144s;
          animation-delay: -0.144s;
}
.lds-roller div:nth-child(4):after {
  top: 58px;
  left: 32px;
}
.lds-roller div:nth-child(5) {
  -webkit-animation-delay: -0.18s;
          animation-delay: -0.18s;
}
.lds-roller div:nth-child(5):after {
  top: 57px;
  left: 25px;
}
.lds-roller div:nth-child(6) {
  -webkit-animation-delay: -0.216s;
          animation-delay: -0.216s;
}
.lds-roller div:nth-child(6):after {
  top: 54px;
  left: 19px;
}
.lds-roller div:nth-child(7) {
  -webkit-animation-delay: -0.252s;
          animation-delay: -0.252s;
}
.lds-roller div:nth-child(7):after {
  top: 50px;
  left: 14px;
}
.lds-roller div:nth-child(8) {
  -webkit-animation-delay: -0.288s;
          animation-delay: -0.288s;
}
.lds-roller div:nth-child(8):after {
  top: 45px;
  left: 10px;
}
.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}

/* .multiple-location-links {
  display: inline;
} */
h3.open-position-title {
  margin-top: 18px;
  margin-bottom: 10px;
}
.open-position-link {
  cursor: pointer;
}
.multiple-location-links .open-position-link {
  display: inline;
}
.multiple-location-links .open-position-link:not(:last-child) {
  border-right: 1px solid #333;
  padding-right: 6px;
  margin-right: 9px;
}
.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.error-404.not-found {
  display: grid;
  justify-items: center;
}
.error-logo {
  width: 300px;
  margin: 30px auto 20px;
}
.isolve-open-positions {
  padding-top: 40px;
}
.open-position-title {
  font-family: 'Tribute';
  margin: 10px 0 0;
  padding: 10px 0;
  line-height: 1px;
}
.open-position-location {
  font-family: 'Lato';
  font-weight: 100;
  margin-top: 4px;
}
.open-position-stats {
  padding-left: 40px;
  border-left: 1px solid #89a43d;
  margin-bottom: 7px;
}
.open-position-link {
  text-decoration: none;
}
.open-position-title,
.open-position-location {
  color: #404040;
  -webkit-transition: 200ms all;
  transition: 200ms all;
}
.open-position-link:hover .open-position-title {
  color: #89a43d;
}
.open-position-label {
  font-family: Lato, sans-serif;
  text-transform: uppercase;
  line-height: 1;
  margin: 0;
  margin-bottom: 8px;
  padding: 0;
  font-size: 14px;
}
.disclaimer p {
  font-size: 14px;
  opacity: .9;
}
.view-all-jobs {
  margin-bottom: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.page-id-6029 .filters input[type='text'] {
  border: 1px solid white;
}
@-webkit-keyframes lds-roller {

  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes lds-roller {
  0% {
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
}
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@-webkit-keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes slide-right {
  0% {
    left: -100px;
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes slide-right {
  0% {
    left: -100px;
    opacity: 0;
  }
  50% {
    opacity: 0;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@-webkit-keyframes slide-up {
  from {
    padding-top: 20px;
    opacity: 0;
  }
  to {
    padding-top: 0;
    opacity: 1;
  }
}
@keyframes slide-up {
  from {
    padding-top: 20px;
    opacity: 0;
  }
  to {
    padding-top: 0;
    opacity: 1;
  }
}
@-webkit-keyframes grow {
  from {
    padding: 20px;
  }
  to {
    padding: 0;
  }
}
@keyframes grow {
  from {
    padding: 20px;
  }
  to {
    padding: 0;
  }
}

#myCorona {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: auto;
	background: rgba(0,0,0,.92);
	text-align: center;
	color: #f1f1f1;
	animation-name: slideUp;
	animation-duration: 666ms;
	animation-delay: 420ms;
	animation-timing-function: ease-out;
	animation-fill-mode: forwards;
	opacity: 0;
	z-index: 10;
}

#myCorona p {
	margin: 0;
}
p.serif {
	font-family: 'tribute', serif;
	font-size: 18px;
	padding-top: 6px;
}

#dismiss {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	color: white;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 13px;
	opacity: .9;
	font-family: 'Lato', sans-serif;
}

#myCorona a {
	margin: 10px 0;
	display: inline-block;
	color: white;
}

@keyframes slideUp {
	from {
		bottom: -100%;
	}
	to {
		bottom: 0;
		opacity: 1;
	}
}



@media screen and (min-width: 1400px) {
  #home-banner {
    height: 64vh;
  }
  .banner-market {
    padding-top: 0;
    padding-left: 10%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .banner-market .call-to-action-strip {
    padding-left: 20%;
  }
}
@media screen and (min-width: 1800px) {
  #home-banner {
    height: 70vh;
  }
  .banner-market {
    padding-top: 0;
    padding-bottom: 180px;
    padding-left: 15%;
  }
  .banner-market .call-to-action-strip {
    padding-left: 30%;
  }
}
@media screen and (max-width: 1024px) {
  .banner-market {
    padding-left: 35px;
    padding-right: 35px;
  }
  .call-to-action-strip {
    padding: 25px 0 25px 35px;
  }
}
@media screen and (max-width: 994px) {
  .main-navigation .menu-item-has-children {
    margin-right: 32px;
  }
  .main-navigation li.menu-item-3964 {
    margin-right: 10px;
  }
}
@media screen and (max-width: 932px) {
  #primary-menu {
    /*display: none;
    */
    display: block;
    visibility: hidden;
    position: absolute;
    right: -200px;
    top: 30px;
    background: white;
    padding: 25px;
    opacity: 0;
    transition: 200ms ease-out all  ;
    -webkit-transition: 200ms ease-out all  ;
    -moz-transition: 200ms ease-out all  ;
    -ms-transition: 200ms ease-out all  ;
    -o-transition: 200ms ease-out all  ;
    overflow: scroll;
    max-height: 90vh;
    padding-top: 40px;
    -webkit-box-shadow: 8px 28px 17px rgba(0,0,0,.4);
            box-shadow: 8px 28px 17px rgba(0,0,0,.4);
}
  .toggled #primary-menu {
    visibility: visible;
    opacity: 1;
    right: 0;
  }
  .main-navigation .menu-item-has-children:after {
    display: none;

  }
  .expand-menu-item {
    display: block;
  }
  /* .main-navigation .sub-menu:hover,
  .main-navigation .sub-menu {
  } */
  /* .main-navigation .sub-menu:hover, */
  .main-navigation .sub-menu {
    /*display: grid !important;
    */display: none !important;
    position: relative;
    top: 0 !important;
    left: 0;
    visibility: visible;
    opacity: 1;
    -webkit-box-shadow: 0 0 0 transparent !important;
            box-shadow: 0 0 0 transparent !important;
    padding: 0;
    padding-top: 0;
    background:transparent !important;
    transition: 400ms all;
    -webkit-transition: 400ms all;
    -moz-transition: 400ms all;
    -ms-transition: 400ms all;
    -o-transition: 400ms all;
}
  .main-navigation li {
    /* min-height: 40px; */
    width: 100%;
    padding: 10px 0;
  }
  .main-navigation a {
    min-width: 300px;
  }
  .main-navigation li .sub-menu li:hover,
  .main-navigation li .sub-menu li {
    border: none;
  }
  .main-navigation li .sub-menu li a {
    padding: 0;
    margin: 0;
  }
  .main-navigation .menu-item-3961 ul.sub-menu {
    grid-template-columns: 1fr;
    left: 0;
    transform: translate(0,0)  ;
    -webkit-transform: translate(0,0)  ;
    -moz-transform: translate(0,0)  ;
    -ms-transform: translate(0,0)  ;
    -o-transform: translate(0,0)  ;
}
  .expanded ~ .sub-menu {
    display: grid !important;
    /* padding-top: 20px; */
  }
  .menu-toggle {
    z-index: 9000;
  }
  .main-navigtaion .sub-menu {
    height: 1px;
    transition: height 300ms;
    -webkit-transition: height 300ms;
    -moz-transition: height 300ms;
    -ms-transition: height 300ms;
    -o-transition: height 300ms;
    overflow: hidden;
}
  .main-navigation .active-menu.sub-menu {
    margin-top: 12px;
    padding-left: 25px;
    border-left: 1px solid #89a43d;
    margin-bottom: 12px;
  }
  /* .main-navigation li a {
    padding: 0 10px;
  } */
  .main-navigation li a:focus,
  .main-navigation li a:active {
    /* background: rgba(0,0,0,.05); */
    text-shadow: 0 0 2px rgba(0,0,0,.1);
  }
  .main-navigation .sub-menu li.current-menu-item {
    /* border-left: 4px solid #89a43d; */
    border: none;
  }
  .ham {
    height: 24px;
    position: relative;
  }
  .ham-3,
  .ham-2,
  .ham-1 {
    height: 3px;
    width: 100%;
    background: #89a43d;
    position: absolute;
    transition: 200ms ease-out all  ;
    -webkit-transition: 200ms ease-out all  ;
    -moz-transition: 200ms ease-out all  ;
    -ms-transition: 200ms ease-out all  ;
    -o-transition: 200ms ease-out all  ;
    left: 0;
}
  .ham-1 {
    top: 0;
  }
  .ham-2 {
    top: 6px;
  }
  .ham-3 {
    top: 12px;
  }
  .toggled .ham-1 {
    transform: rotate(45deg)  ;
    -webkit-transform: rotate(45deg)  ;
    -moz-transform: rotate(45deg)  ;
    -ms-transform: rotate(45deg)  ;
    -o-transform: rotate(45deg)  ;
    top: 6px;
}
  .toggled .ham-2 {
    opacity: 0;
    left: 6px;

  }
  .toggled .ham-3 {
    transform: rotate(-45deg)  ;
    -webkit-transform: rotate(-45deg)  ;
    -moz-transform: rotate(-45deg)  ;
    -ms-transform: rotate(-45deg)  ;
    -o-transform: rotate(-45deg)  ;
    top: 6px;
  }
  button.menu-toggle {
    background: none;
    border: none;
    color: #89a43d;
    text-transform: uppercase;
  }
  .header-container {
    padding: 15px;
  }
}
@media screen and (max-width: 830px) {
  .filters {
    grid-template-columns: 1fr 1fr;
  }
  .filters {
    display: none;
  }
  .filter-flyout {
    display: block;
    padding-top: 6px;
    padding-bottom: 5px;
    margin-bottom: 50px;
    text-align: center;
  }
  .facetwp-flyout input,
  .facetwp-flyout select {
    width: 100%;
  }
  .page-id-12 .topics-content {
    min-height: 760px;
  }
}

@media screen and (max-width: 782px) {
  .team-list .facetwp-template {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .page-id-12 .topics-content {
    min-height: 800px;
  }
}


@media screen and (max-width: 768px) {
  #home-banner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    height: 100%;
  }
  .banner-news,
  .banner-market {
    width: 100%;
    height: 600px;
  }
  .single-missive article,
  .single-news article {
    grid-template-columns: 100px 1fr;
    grid-gap: 20px;
  }
  .single-missive article .article,
  .single-news article .article {
    margin-left: 20px;
  }
}

.menu-item-5310.footer-item,
.menu-item-5237.footer-item {
  grid-column-start: 4;
}

@media screen and (max-width: 768px) {
  #footer-menu {
    grid-template-columns: 1fr 1fr 1fr;
    margin-bottom: 50px;
  }
  .menu-item-3964 {
    grid-row-start: 3;
  }
  .menu-item-5237.footer-item {
    grid-column-start: 2;
  }
  .menu-item-5310.footer-item,
  .menu-item-5237.footer-item {
    grid-column-start: 2;
  }
  #footer-menu {
    grid-template-rows: 150px;
  }
  li.footer-item.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-5310 {
    grid-column-start: 2;
    grid-row-start: 2;
    position: absolute;
    top: 106px;
  }
  .legal-text {
    padding-left: 20px;
  }

}
@media screen and (max-width: 690px) {
  .siblings-navigation ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .team-list .facetwp-template {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .team-member-container {
    display: block;
  }
  .single-missive article,
  .single-news article {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 670px) {
  .team-list .facetwp-template {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .filters {
    grid-template-columns: 1fr;
    -ms-flex-line-pack: center;
        align-content: center;
  }
  .news-article {
    grid-template-columns: 100px 1fr;
  }
  .single-missive .article-content,
  .single-news .article-content {
    display: block;
    padding-left: 0;
    width: 100%;
    border-left: none;
  }
  .single-missive .article-content ul,
  .single-missive .article-content ol,
  .single-news .article-content ul,
  .single-news .article-content ol {
    margin-left: 0;
  }
  .single-missive article .article,
  .single-news article .article {
    margin-left: 0;
  }
  .single-missive .article-title h1,
  .single-news .article-title h1 {
    font-size: 26px;
    line-height: 30px;
  }
  .banner-secondary h1 {
    width: 100%;
    font-size: 38px;
  }
  .article-content {
    word-break: break-word;
  }
  .article-content img {
    max-width: 90vw;
  }
  .article-content table {
  }
  .article-content table tbody {
  }
  .article-content table *{

    font-size: 14px;
  }
  .table-wrapper {
    width: 100%;
    overflow-x: scroll;
    max-width: 90vw;
    border: 1px solid #89a43d;
    padding: 10px;
  }
  .table-wrapper td {
    min-width: 100px;
  }
  .single-news article .article {
    max-width: 90vw;
  }
  .page-id-12 .topics-content {
    min-height: 900px;
  }

}
@media screen and (max-width: 607px) {
  .page-id-12 .topics-content {
    min-height: 999px;
  }
}

@media screen and (max-width: 590px) {
  .footer-cta-content {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
    padding-bottom: 40px;
  }
  #contact-page {
    grid-template-columns: 1fr;
  }
  .page-id-12 .topics-content {
    min-height: 1300px;
  }

}

@media screen and (max-width: 540px) {
  .team-modal {
    width: 99vw;
  }
  .team-modal .close-button {
    top: 16px;
    right: 12px;
  }
  .team-member-container {
    height: 70vh;
    overflow: scroll;
  }
  #footer-menu {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 50px;
    grid-template-rows: 148px;
  }
  .menu-item-3964 {
    grid-row-start: auto;
  }
  .custom-logo {
    max-width: 220px;
  }
  .menu-item-5310.footer-item,
  .menu-item-5237.footer-item {
    grid-column-start: 1;
  }
  li.footer-item.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-5310 {
    top: 290px;
  }
  .news-excerpt {
    padding-left: 20px;
  }
  .news-excerpt p {
    font-size: 14px;
  }
  .news-title {
    width: 100%;
  }
  h4.news-title {
    font-size: 16px;
  }
  .topics-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  #topics.container {
    padding: 0;
  }
  .grid.two-columns,
  .basic-content ul {
    grid-template-columns: 1fr;
  }
  .topics-section.container {
    padding: 0;
  }
  .toggled-content {
    padding: 0 10px;
  }

}
@media screen and (max-width: 470px) {
  .stats {
    grid-template-columns: 1fr 1fr;
  }
  .stat:not(:last-child) {
    border-right: none;
  }
  .stat:nth-child(odd) {
    border-right: 1px solid #89a43d80;
  }

}
@media screen and (max-width: 460px) {
  .team-list .facetwp-template {
    grid-template-columns: 1fr 1fr;
  }
  .news-article {
    grid-template-columns: 1fr;
  }
  .news-article .news-author {
    display: none;
  }
  .cta-content {
    padding-left: 10px;
  }
  .pagingInfo {
    right: 0;
    left: 92px;
    width: 100px;
  }
  .cta-img {
    width: 70px;
    height: 70px;
  }
  .cta-slide .slick-prev.slick-arrow {
    right: 0;
    left: 190px;
  }
  .cta-slide .slick-next.slick-arrow {
    right: 0;
    left: 220px;
  }
  .cta {
    grid-template-columns: 70px auto;
    grid-gap: 10px;
    padding: 0;
  }
  .cta.slick-slide {
    padding-left: 0 !important;
  }
  .slick-slider {
    width: calc(100vw - 80px);
  }
  .cta-container {
    width: 100%;
  }
}
@media screen and (max-width: 375px) {
  #footer-menu {
    grid-template-columns: 1fr;
    grid-template-rows: -webkit-max-content;
    grid-template-rows: max-content;
    margin-bottom: 50px;
  }
  .menu-item-3964 {
    grid-row-start: auto;
  }
  .menu-item-5237.footer-item {
    grid-row-start: auto;
  }
  li.footer-item.menu-item.menu-item-type-custom.menu-item-object-custom.menu-item-has-children.menu-item-5310 {
    position: initial;
    /* top: 290px; */
    grid-column-start: 1;
    grid-row-start: 7;
  }
  #primary-menu {
    width: 90vw;
  }
  .main-navigation a {
    min-width: 100%;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  #footer-menu {
    display: block;
    margin-bottom: 30px;
  }
  #footer-menu li.menu-item-has-children {
    width: 200px;
    display: inline-table;
  }
  .account-button-group {
    display: block;
    text-align: center;
  }
  .account-button-group .account-btn {
    display: block;
    margin: 0 auto;
  }
  .banner-secondary {
    display: block;
  }
  .banner-secondary h1 {
    padding-top: 60px;
    animation: none;
  }
  .siblings-navigation {
    -ms-overflow-style: none;
  }
  .filters {
    display: block;
  }
  .filters .facetwp-facet {
    display: inline;
  }
  .filters .facetwp-dropdown {
    background: none;
  }
  .facetwp-template .team-member {
    max-width: 120px;
    margin: 0 30px;
  }
  .team-list .facetwp-template {
    display: -ms-flexbox;
    -ms-flex-wrap: wrap;
  }
  .modal .team-member-portrait {
    margin: 0 auto;
  }
  .modal .team-member-name {
    padding-top: 20px;
  }
  .modal .team-member-title,
  .modal .team-member-name {
    text-align: center;
  }
  .news-author {
    max-width: 140px;
    /* text-align: left; */
    padding-bottom: 20px;
    margin-top: 40px;
    float: left;
  }
  .news-story {
    display: block;
    width: 80%;
    float: right;
  }
  .news-article:after {
    clear: both;
    content: '';
    display: table;
  }
}
