/**
	Project Name: Middleman Project Starter
	Author: Pasquale Scerbo (pscerbo@extractable.com)
*/
/*! 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.
 */
@import url("sass/vendor/tooltipster.bundle.min.css");

:root {
    --primary-color: #4275F8; /* #C00000; primary blue*/
    --secondary-color: #000; /*#101d3e; #897c6c;*/
    --key-stats-color: #000; /*#101d3e ;*/
    --mega-menu-top-nav-color: #000000;
    --fa-secondary-color: #101d3e;
    --link-primary-color: #4275F8; /*#101d3e;*/
    --link-primary-hover-color: #4275F8; /* Orange color option */
    --cta-primary-orange: #dd612f; /* Orange color option */
    --cta-primary-cyan: #1D6E87; /* Cyan color option */
    --cta-primary-black: #000000; /* Black color option */
    --cta-primary-color: #4275F8; /* #C00000; /* Orange color option */
    --fa-icon-primary-color: #4275F8; /* #C00000; Corporate blue option */
    --footer-bg-color: #000; /* #101d3e; #897c6c;  Dark blue option */
    --font-family: "Roboto Flex";
    --body-font-color: #444444;
}

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; 
  color: var(--link-primary-color);
}

/**
 * 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; }

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* FontAwesome */
/*
@font-face {
    font-family: 'Stone_Bold';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/StoneSerifStd-Bold.otf");
    src: url('fonts/VistaSlabOT-Book.eot?#iefix') format('embedded-opentype');
}
@mixin stone_bold() {
    font-family: 'Stone_Bold';
}
*/
@font-face {
  font-family: 'Stone_Bold';
  src: url("fonts/StoneSerifStd-Bold.otf");
  src: url("fonts/StoneSerifStd-Bold.eot");
  src: url("fonts/StoneSerifStd-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/StoneSerifStd-Bold.woff2") format("woff2"), url("fonts/StoneSerifStd-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

/*
@font-face {
    font-family: 'Vista Slab';
    src: url('fonts/VistaSlabOT-Book.eot');
    src: url('fonts/VistaSlabOT-Book.eot?#iefix') format('embedded-opentype'),
        url('fonts/VistaSlabOT-Book.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}
*/
/*
@font-face {
    font-family: 'Stone_Semibold';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/StoneSerifStd-Semibold.otf");
}
@mixin stone_semibold() {
    font-family: 'Stone_Semibold';
}
*/
@font-face {
  font-family: 'Stone_Semibold';
  src: url("fonts/StoneSerifStd-Semibold.otf");
  src: url("fonts/StoneSerifStd-Semibold.eot");
  src: url("fonts/StoneSerifStd-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/StoneSerifStd-Semibold.woff2") format("woff2"), url("fonts/StoneSerifStd-Semibold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal; }

/*
@font-face {
    font-family: 'Stone_Medium';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/StoneSerifStd-Medium.otf");
}
@mixin stone_medium() {
    font-family: 'Stone_Medium';
}
*/
@font-face {
  font-family: 'Stone_Medium';
  src: url("fonts/StoneSerifStd-Medium.otf");
  src: url("fonts/StoneSerifStd-Medium.eot");
  src: url("fonts/StoneSerifStd-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/StoneSerifStd-Medium.woff2") format("woff2"), url("fonts/StoneSerifStd-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

@font-face {
    font-family: 'StoneSans_Bold';
    src: url("fonts/StoneSansStd-Bold.otf");
    src: url("fonts/StoneSansStd-Bold.eot");
    src: url("fonts/StoneSansStd-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/StoneSansStd-Bold.woff2") format("woff2"), url("fonts/StoneSansStd-Bold.ttf") format("truetype");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'StoneSans_Medium';
    src: url("fonts/StoneSansStd-Medium.otf");
    src: url("fonts/StoneSansStd-Medium.eot");
    src: url("fonts/StoneSansStd-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/StoneSansStd-Medium.woff2") format("woff2"), url("fonts/StoneSansStd-Medium.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'StoneSans_Semibold';
    src: url("fonts/StoneSansStd-Semibold.eot");
    src: url("fonts/StoneSansStd-Semibold.eot");
    src: url("fonts/StoneSansStd-Semibold.eot?#iefix") format("embedded-opentype"), url("fonts/StoneSansStd-Semibold.woff2") format("woff2"), url("fonts/StoneSansStd-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

/*
@font-face {
    font-family: 'Din_Bold';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/DINNextLTPro-Bold.otf");
}
@mixin din_bold() {
    font-family: 'Din_Bold';
}
*/
@font-face {
  font-family: 'Din_Bold';
  src: url("fonts/DINNextLTPro-Bold.otf");
  src: url("fonts/DINNextLTPro-Bold.eot");
  src: url("fonts/DINNextLTPro-Bold.eot?#iefix") format("embedded-opentype"), url("fonts/DINNextLTPro-Bold.woff2") format("woff2"), url("fonts/DINNextLTPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal; }

/*
@font-face {
    font-family: 'Din_Medium';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/DINNextLTPro-Medium.otf");
}
@mixin din_medium() {
    font-family: 'Din_Medium';
}
*/
@font-face {
  font-family: 'Din_Medium';
  src: url("fonts/DINNextLTPro-Medium.otf");
  src: url("fonts/DINNextLTPro-Medium.eot");
  src: url("fonts/DINNextLTPro-Medium.eot?#iefix") format("embedded-opentype"), url("fonts/DINNextLTPro-Medium.woff2") format("woff2"), url("fonts/DINNextLTPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal; }

/*
@font-face {
    font-family: 'Din_Regular';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/DINNextLTPro-Regular.otf");
}
@mixin din_regular() {
    font-family: 'Din_Regular';
}
*/
@font-face {
  font-family: 'Din_Regular';
  src: url("fonts/DINNextLTPro-Regular.otf");
  src: url("fonts/DINNextLTPro-Regular.eot");
  src: url("fonts/DINNextLTPro-Regular.eot?#iefix") format("embedded-opentype"), url("fonts/DINNextLTPro-Regular.woff2") format("woff2"), url("fonts/DINNextLTPro-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

/*
@font-face {
    font-family: 'Din_Light';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/DINNextLTPro-Light.otf");
}
@mixin din_light() {
    font-family: 'Din_Light';
}
*/
@font-face {
  font-family: 'Din_Light';
  src: url("fonts/DINNextLTPro-Light.otf");
  src: url("fonts/DINNextLTPro-Light.eot");
  src: url("fonts/DINNextLTPro-Light.eot?#iefix") format("embedded-opentype"), url("fonts/DINNextLTPro-Light.woff2") format("woff2"), url("fonts/DINNextLTPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }

/*
@font-face {
    font-family: 'Din_UltraLight';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/DINNextLTPro-UltraLight.otf");
}
@mixin din_unltralight() {
    font-family: 'Din_UltraLight';
}
*/
@font-face {
  font-family: 'Din_UltraLight';
  src: url("fonts/DINNextLTPro-UltraLight.otf");
  src: url("fongts/DINNextLTPro-UltraLight.eot");
  src: url("fongts/DINNextLTPro-UltraLight.eot?#iefix") format("embedded-opentype"), url("fongts/DINNextLTPro-UltraLight.woff2") format("woff2"), url("fongts/DINNextLTPro-UltraLight.ttf") format("truetype");
  font-weight: 200;
  font-style: normal; }

/*
@font-face {
    font-family: 'Din_Light_Cond';
    font-style: normal;
    font-weight: normal;
    src: url("fonts/DINNextLTPro-LightCondensed.otf");
}
@mixin din_light_cond() {
    font-family: 'Din_Light_Cond';
}
*/
@font-face {
  font-family: 'Din_Light_Cond';
  src: url("fonts/DINNextLTPro-LightCondensed.otf");
  src: url("fonts/DINNextLTPro-LightCondensed.eot");
  src: url("fonts/DINNextLTPro-LightCondensed.eot?#iefix") format("embedded-opentype"), url("fonts/DINNextLTPro-LightCondensed.woff2") format("woff2"), url("fonts/DINNextLTPro-LightCondensed.ttf") format("truetype");
  font-weight: 300;
  font-style: normal; }


@font-face {
    font-family: 'Roboto Flex';
    font-style: normal;
    font-weight: 100;
    font-stretch: 100%;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/robotoflex/v26/NaNNepOXO_NexZs0b5QrzlOHb8wCikXpYqmZsWI-__OGbt8jZktqc2V3Zs0KvDLdBP8SBZtOs2IifRuUZQMsPJtUsR4DEK6cULNeUx9XgTnH37Ha_FIAp4Fm0PP1hw45DntW2x0wZGzhPmr1YNMYKYn9_1IQXGwJAiUJVUMdN5YUW4O8HtSoXjC79QRyaLshNDUf3e0O-gn5rrZCu20YNau1OPF80A.woff2) format('woff2');
    unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

h1, .h1 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 54px;
    font-size: 3.375rem;
    font-weight: 400;
    line-height: 1.2em;
    font-family: var(--font-family);
}

h2, .h2 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 40px;
    font-size: 2.5rem;
    font-weight: 400;
    line-height: 1.2em;
    font-family: var(--font-family);
}
  @media only screen and (max-width: 768px) {
    h2, .h2 {
      font-size: 28px;
      font-size: 1.75rem; } }

h3, .h3 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 30px;
    font-size: 1.875rem;
    font-weight: 400;
    line-height: 1.2em;
    font-family: var(--font-family);
}
  @media only screen and (max-width: 768px) {
    h3, .h3 {
        font-size: 24px;
        font-size: 1.5rem;
  }}


h4, .h4 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 22px;
    font-size: 1.375rem;
    font-weight: 400;
    line-height: 1.2em;
}
    @media only screen and (max-width: 768px) {
        h4, .h4 {
            font-size: 22px;
            font-size: 1.375rem;
        }
    }

h5, .h5 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.2em;
}
  @media only screen and (max-width: 768px) {
    h5, .h5 {
        font-size: 20px;
        font-size: 1.25rem;
    }}

h6, .h6 {
    margin: 0 0 20px 0;
    padding: 0;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.8em;
}
  @media only screen and (max-width: 768px) {
    h6, .h6 {
        font-size: 16px;
        font-size: 1rem;
  }}

p {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em;
    margin: 0 0 20px 0;
}

ul, ol {
  padding-left: 20px;
  margin-bottom: 20px; }
  ul li, ol li {
    margin-bottom: 7px;
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.6em; }

.text-green {
  color: #708a39; }

.text-yellow {
  color: #EEC100; }

.text-blue {
  color: #1661A7; }

.text-orange {
  color: #E48E2D; }

.text-teal {
  color: #1384A7; }

.text-merlot {
  color: #1384A7; }

.text-purple {
  color: #582c83 }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
          box-shadow: none;
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  opacity: 1;
  filter: alpha(opacity=100); }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
            box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [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; }

.slinky-menu {
  overflow: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  background: #f8f8f8;
  padding-bottom: 60px;
  -webkit-box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25) ;
  box-shadow: 0px 4px 5px rgba(0, 0, 0, 0.25) ;
  /*
		Usage
        @include box-shadow(0px, 4px, 5px, rgba(0, 0, 0, 0.25));
	*/ }

.slinky-menu > ul {
  left: 0;
  position: relative;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }

.slinky-menu li,
.slinky-menu ul {
  list-style: none;
  margin: 0;
  padding-left: 0; }

.slinky-menu ul {
  width: 100%; }

.slinky-menu ul li.primary {
  background: #FFF; }

    .slinky-menu a {
        display: block;
        border: none;
        padding: 20px 30px;
        text-align: left;
        text-transform: uppercase;
        /*font-family: StoneSans_Medium;*/
        font-family: var(--font-family);
        color: var(--secondary-color);
    }
  .slinky-menu a:hover {
    text-decoration: none; }

.slinky-menu li ul {
  display: none;
  left: 100%;
  position: absolute;
  top: 0; }

.slinky-menu li ul li a {
  text-transform: none;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem; }

.slinky-menu ul li ul.secondary li a {
  color: var(--secondary-color); }

.slinky-menu ul li ul.secondary li a.next {
  color: var(--secondary-color); }

.slinky-menu ul li ul.secondary li ul li a {
  color: var(--secondary-color); }

.slinky-menu .header {
  position: relative;
  background: #FFF;
  color: var(--secondary-color); }

.slinky-menu h2 ~ a.back {
  left: 0;
  position: absolute;
  top: 0;
  width: 100%; }

.slinky-menu h2 {
  font-size: 1em;
  margin: 0;
  text-align: left;
  color: var(--secondary-color);
  padding: 1em; }

    .slinky-menu .header h2 {
        margin-left: 35px;
        text-transform: uppercase;
        /*font-family: StoneSans_Medium;*/
        font-family: var(--font-family);
    }

.slinky-menu li {
  line-height: 1; }

/*
.slinky-menu a:hover {
    background: #000
}
*/
.slinky-menu a.next:after {
  content: '\276f';
  margin-left: 15px;
  float: right; }

    .slinky-menu a.back {
        font-size: 0;
        /*font-family: StoneSans_Medium;*/
        font-family: var(--font-family);
    }

.slinky-menu a.back:before {
  content: '\276e';
  float: left;
  font-size: 18px;
  font-size: 1.125rem;
  color: var(--secondary-color);
  margin-top: -5px; }

.container {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    max-width: 1500px; /*1240px;*/
    margin: 0 auto;
    /*
	@include respond-at(767px) {
		padding-right: $flexboxgrid-outer-margin;
    	padding-left: $flexboxgrid-outer-margin;
	}
    */
}

@media only screen and (max-width: 620px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-right: 22px;
    padding-left: 22px;
}

.row {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -moz-flex: 0 1 auto;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -22px;
    margin-left: -22px;
}

    .row.no-gutters {
        margin-left: 0;
        margin-right: 0;
    }

        .row.no-gutters [class*="col-"] {
            padding-left: 0;
            padding-right: 0;
        }

.container, .row {
    height: 100%;
    min-height: inherit;
}

    .row.reverse {
        -webkit-box-direction: reverse;
        -webkit-box-orient: horizontal;
        -moz-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

.col.reverse {
    -webkit-box-direction: reverse;
    -webkit-box-orient: vertical;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}

.col,
.col-xs {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
}

.col-xs-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    -ms-flex-preferred-size: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
}

.col-xs-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    -ms-flex-preferred-size: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
}

.col-xs-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
}

.col-xs-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    -ms-flex-preferred-size: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
}

.col-xs-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    -ms-flex-preferred-size: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
}

.col-xs-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
}

.col-xs-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    -ms-flex-preferred-size: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
}

.col-xs-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    -ms-flex-preferred-size: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
}

.col-xs-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%;
}

.col-xs-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    -ms-flex-preferred-size: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
}

.col-xs-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    -ms-flex-preferred-size: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
}

.col-xs-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
}

.col-xs-offset-0 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    margin-left: 0;
}

.col-xs-offset-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    margin-left: 8.33333%;
}

.col-xs-offset-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    margin-left: 16.66667%;
}

.col-xs-offset-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    margin-left: 25%;
}

.col-xs-offset-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    margin-left: 33.33333%;
}

.col-xs-offset-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    margin-left: 41.66667%;
}

.col-xs-offset-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    margin-left: 50%;
}

.col-xs-offset-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    margin-left: 58.33333%;
}

.col-xs-offset-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    margin-left: 66.66667%;
}

.col-xs-offset-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    margin-left: 75%;
}

.col-xs-offset-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    margin-left: 83.33333%;
}

.col-xs-offset-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    margin-left: 91.66667%;
}

.col-xs-offset-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -moz-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding-right: 22px;
    padding-left: 22px;
    margin-left: 100%;
}

.col-xs {
    -webkit-box-flex: 1;
    -moz-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%;
}

.start-xs {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -moz-justify-content: flex-start;
    justify-content: flex-start;
}

.center-xs {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -moz-justify-content: center;
    justify-content: center;
}

.end-xs {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    -moz-justify-content: flex-end;
    justify-content: flex-end;
}

.top-xs {
    -webkit-box-align: start;
    -ms-flex-align: start;
    -moz-align-items: flex-start;
    align-items: flex-start;
}

.middle-xs {
    -webkit-box-align: center;
    -ms-flex-align: center;
    -moz-align-items: center;
    align-items: center;
}

.bottom-xs {
    -webkit-box-align: end;
    -ms-flex-align: end;
    -moz-align-items: flex-end;
    align-items: flex-end;
}

.around-xs {
    -ms-flex-pack: distribute;
    -moz-justify-content: space-around;
    justify-content: space-around;
}

.between-xs {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -moz-justify-content: space-between;
    justify-content: space-between;
}

.first-xs {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
}

.last-xs {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
}

@media only screen and (min-width: 38.75em) {
    .container, .top-border::before, bottom-border::after {
        width: 36rem;
    }

    .col-sm {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .col-sm-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-sm-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-sm-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-sm-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-sm-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-sm-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-sm-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-sm-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-sm-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-sm-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-sm-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-sm-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-sm-offset-0 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 0;
    }

    .col-sm-offset-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 8.33333%;
    }

    .col-sm-offset-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 16.66667%;
    }

    .col-sm-offset-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 25%;
    }

    .col-sm-offset-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 33.33333%;
    }

    .col-sm-offset-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 41.66667%;
    }

    .col-sm-offset-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 50%;
    }

    .col-sm-offset-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 58.33333%;
    }

    .col-sm-offset-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 66.66667%;
    }

    .col-sm-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 75%;
    }

    .col-sm-offset-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 83.33333%;
    }

    .col-sm-offset-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 91.66667%;
    }

    .col-sm-offset-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 100%;
    }

    .col-sm {
        -webkit-box-flex: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .start-sm {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .center-sm {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .end-sm {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right;
    }

    .top-sm {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-sm {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-sm {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-sm {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-sm {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-sm {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-sm {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .hidden-above-sm {
        display: none;
    }
}

@media only screen and (min-width: 51.38em) {
    .container, .top-border::before, bottom-border::after {
        width: 48rem;
    }

    .col-md {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .col-md-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-md-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-md-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-md-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-md-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-md-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-md-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-md-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-md-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-md-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-md-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-md-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-md-offset-0 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 0;
    }

    .col-md-offset-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 8.33333%;
    }

    .col-md-offset-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 16.66667%;
    }

    .col-md-offset-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 25%;
    }

    .col-md-offset-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 33.33333%;
    }

    .col-md-offset-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 41.66667%;
    }

    .col-md-offset-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 50%;
    }

    .col-md-offset-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 58.33333%;
    }

    .col-md-offset-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 66.66667%;
    }

    .col-md-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 75%;
    }

    .col-md-offset-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 83.33333%;
    }

    .col-md-offset-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 91.66667%;
    }

    .col-md-offset-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 100%;
    }

    .col-md {
        -webkit-box-flex: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .start-md {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .center-md {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .end-md {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right;
    }

    .top-md {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-md {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-md {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-md {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-md {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-md {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-md {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .hidden-above-md {
        display: none;
    }
}

@media only screen and (min-width: 66.75em) {
    .container, .top-border::before, bottom-border::after {
        width: 64rem;
    }

    .col-lg {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: auto;
        flex-basis: auto;
    }

    .col-lg-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
        max-width: 8.33333%;
    }

    .col-lg-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
        max-width: 16.66667%;
    }

    .col-lg-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
        max-width: 25%;
    }

    .col-lg-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
        max-width: 33.33333%;
    }

    .col-lg-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .col-lg-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        max-width: 50%;
    }

    .col-lg-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .col-lg-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
        max-width: 66.66667%;
    }

    .col-lg-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
        max-width: 75%;
    }

    .col-lg-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
        max-width: 83.33333%;
    }

    .col-lg-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
        max-width: 91.66667%;
    }

    .col-lg-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
    }

    .col-lg-offset-0 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 0;
    }

    .col-lg-offset-1 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 8.33333%;
    }

    .col-lg-offset-2 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 16.66667%;
    }

    .col-lg-offset-3 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 25%;
    }

    .col-lg-offset-4 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 33.33333%;
    }

    .col-lg-offset-5 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 41.66667%;
    }

    .col-lg-offset-6 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 50%;
    }

    .col-lg-offset-7 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 58.33333%;
    }

    .col-lg-offset-8 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 66.66667%;
    }

    .col-lg-offset-9 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 75%;
    }

    .col-lg-offset-10 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 83.33333%;
    }

    .col-lg-offset-11 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 91.66667%;
    }

    .col-lg-offset-12 {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -moz-flex-grow: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 22px;
        padding-left: 22px;
        margin-left: 100%;
    }

    .col-lg {
        -webkit-box-flex: 1;
        -moz-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        max-width: 100%;
    }

    .start-lg {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -moz-justify-content: flex-start;
        justify-content: flex-start;
        text-align: left;
    }

    .center-lg {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -moz-justify-content: center;
        justify-content: center;
        text-align: center;
    }

    .end-lg {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        -moz-justify-content: flex-end;
        justify-content: flex-end;
        text-align: right;
    }

    .top-lg {
        -webkit-box-align: start;
        -ms-flex-align: start;
        -moz-align-items: flex-start;
        align-items: flex-start;
    }

    .middle-lg {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -moz-align-items: center;
        align-items: center;
    }

    .bottom-lg {
        -webkit-box-align: end;
        -ms-flex-align: end;
        -moz-align-items: flex-end;
        align-items: flex-end;
    }

    .around-lg {
        -ms-flex-pack: distribute;
        -moz-justify-content: space-around;
        justify-content: space-around;
    }

    .between-lg {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -moz-justify-content: space-between;
        justify-content: space-between;
    }

    .first-lg {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .last-lg {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
    }

    .hidden-above-lg {
        display: none;
    }
}

    @media only screen and (min-width: 80.25em) {
        .container, .top-border::before, bottom-border::after {
            width: 77.5rem;
        }

        .col-xl {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            -ms-flex-preferred-size: auto;
            flex-basis: auto;
        }

        .col-xl-1 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            -ms-flex-preferred-size: 8.33333%;
            flex-basis: 8.33333%;
            max-width: 8.33333%;
        }

        .col-xl-2 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            -ms-flex-preferred-size: 16.66667%;
            flex-basis: 16.66667%;
            max-width: 16.66667%;
        }

        .col-xl-3 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
            max-width: 25%;
        }

        .col-xl-4 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            -ms-flex-preferred-size: 33.33333%;
            flex-basis: 33.33333%;
            max-width: 33.33333%;
        }

        .col-xl-5 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            -ms-flex-preferred-size: 41.66667%;
            flex-basis: 41.66667%;
            max-width: 41.66667%;
        }

        .col-xl-6 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
            max-width: 50%;
        }

        .col-xl-7 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            -ms-flex-preferred-size: 58.33333%;
            flex-basis: 58.33333%;
            max-width: 58.33333%;
        }

        .col-xl-8 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            -ms-flex-preferred-size: 66.66667%;
            flex-basis: 66.66667%;
            max-width: 66.66667%;
        }

        .col-xl-9 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            -ms-flex-preferred-size: 75%;
            flex-basis: 75%;
            max-width: 75%;
        }

        .col-xl-10 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            -ms-flex-preferred-size: 83.33333%;
            flex-basis: 83.33333%;
            max-width: 83.33333%;
        }

        .col-xl-11 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            -ms-flex-preferred-size: 91.66667%;
            flex-basis: 91.66667%;
            max-width: 91.66667%;
        }

        .col-xl-12 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
            max-width: 100%;
        }

        .col-xl-offset-0 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            margin-left: 0;
        }

        .col-xl-offset-1 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            margin-left: 8.33333%;
        }

        .col-xl-offset-2 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            margin-left: 16.66667%;
        }

        .col-xl-offset-3 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            margin-left: 25%;
        }

        .col-xl-offset-4 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            margin-left: 33.33333%;
        }

        .col-xl-offset-5 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            margin-left: 41.66667%;
        }

        .col-xl-offset-6 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            margin-left: 50%;
        }

        .col-xl-offset-7 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            margin-left: 58.33333%;
        }

        .col-xl-offset-8 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            margin-left: 66.66667%;
        }

        .col-xl-offset-9 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            margin-left: 75%;
        }

        .col-xl-offset-10 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            margin-left: 83.33333%;
        }

        .col-xl-offset-11 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            margin-left: 91.66667%;
        }

        .col-xl-offset-12 {
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            -webkit-box-flex: 0;
            -moz-flex-grow: 0;
            -ms-flex-positive: 0;
            flex-grow: 0;
            -ms-flex-negative: 0;
            flex-shrink: 0;
            padding-right: 22px;
            padding-left: 22px;
            margin-left: 100%;
        }

        .col-xl {
            -webkit-box-flex: 1;
            -moz-flex-grow: 1;
            -ms-flex-positive: 1;
            flex-grow: 1;
            -ms-flex-preferred-size: 0;
            flex-basis: 0;
            max-width: 100%;
        }

        .start-xl {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            -moz-justify-content: flex-start;
            justify-content: flex-start;
            text-align: left;
        }

        .center-xl {
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            -moz-justify-content: center;
            justify-content: center;
            text-align: center;
        }

        .end-xl {
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            -moz-justify-content: flex-end;
            justify-content: flex-end;
            text-align: right;
        }

        .top-xl {
            -webkit-box-align: start;
            -ms-flex-align: start;
            -moz-align-items: flex-start;
            align-items: flex-start;
        }

        .middle-xl {
            -webkit-box-align: center;
            -ms-flex-align: center;
            -moz-align-items: center;
            align-items: center;
        }

        .bottom-xl {
            -webkit-box-align: end;
            -ms-flex-align: end;
            -moz-align-items: flex-end;
            align-items: flex-end;
        }

        .around-xl {
            -ms-flex-pack: distribute;
            -moz-justify-content: space-around;
            justify-content: space-around;
        }

        .between-xl {
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            -moz-justify-content: space-between;
            justify-content: space-between;
        }

        .first-xl {
            -webkit-box-ordinal-group: 0;
            -ms-flex-order: -1;
            order: -1;
        }

        .last-xl {
            -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
            order: 1;
        }

        .hidden-above-xl {
            display: none;
        }
    }

    @media only screen and (min-width: 100em) {
        section.lit-list .container {
            width: 92.5em;
        }
    }

    @media only screen and (max-width: 38.75em) {
        .hidden-below-sm {
            display: none;
        }
    }

    @media only screen and (max-width: 51.38em) {
        .hidden-below-md {
            display: none;
        }
    }

    @media only screen and (max-width: 66.75em) {
        .hidden-below-lg {
            display: none;
        }
    }

    @media only screen and (max-width: 80.25em) {
        .hidden-below-xl {
            display: none;
        }
    }

    .container {
        position: relative;
        height: 100%;
        min-height: inherit;
    }

        .container.grid {
            border: 1px solid green;
        }

            .container.grid .row {
                margin-bottom: 10px;
            }

                .container.grid .row:last-of-type {
                    margin-bottom: 0;
                }

            .container.grid [class*="col-"] {
                min-height: 40px;
                border: 1px solid red;
            }

    .carousel {
        position: relative;
        padding: 50px;
    }

        .carousel button.prev-slide-arrow,
        .carousel button.next-slide-arrow {
            background: none;
            border: 0;
            cursor: pointer;
            overflow: hidden;
            font-size: 24px;
            font-size: 1.5rem;
            color: var(--primary-color);
            display: -webkit-inline-box;
            display: -ms-inline-flexbox;
            display: inline-flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 10px;
        }

        .carousel button.prev-slide-arrow {
            position: absolute;
            left: 0;
            top: 40%;
            z-index: 100;
        }

        .carousel button.next-slide-arrow {
            position: absolute;
            right: 0;
            top: 40%;
            z-index: 100;
        }

        .carousel button.slick-disabled {
            opacity: 0.3;
            filter: alpha(opacity=30);
        }

    @media only screen and (max-width: 619px) {
        .carousel {
            padding-left: 20px;
            padding-right: 20px;
        }

            .carousel button.prev-slide-arrow {
                left: -10px;
            }

            .carousel button.next-slide-arrow {
                right: -10px;
            }
    }


    a.block-link {
        display: block;
        text-decoration: none; /* Optional: to remove the underline */
    }

    a.btn,
    button.btn {
        text-align: center;
        display: inline-block;
        padding: 14px 20px 10px 20px;
        border-radius: 5px;
        font-size: 18px;
        font-size: 1.125rem;
        text-decoration: none;
        min-width: 100px;
        position: relative;
        z-index: 0;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

        a.btn:after,
        button.btn:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 0;
            height: 100%;
            -webkit-transition: .3s ease;
            transition: .3s ease;
            z-index: -1;
        }

        a.btn span,
        button.btn span {
            text-transform: none;
        }

        a.btn:hover,
        button.btn:hover {
            -webkit-border-radius: 5px;
            -moz-border-radius: 5px;
            border-radius: 5px;
            text-decoration: none;
        }

            a.btn:hover:after,
            button.btn:hover:after {
                width: 100%;
            }

        a.btn.active:after,
        button.btn.active:after {
            width: 100%;
        }

    /*
a.btn__primary,
button.btn__primary {
    background: var(--cta-primary-color);
    color: #FFF;
    border: 1px solid var(--cta-primary-color);
}
a.btn__primary__transition,
button.btn__primary__transition {
    background: #0e2f57;
    color: #FFF;
    border: 1px solid #0e2f57;
}
a.btn__primary:hover, a.btn__primary.active,
button.btn__primary:hover,
button.btn__primary.active {
    color: var(--cta-primary-color);
    border: 1px solid #0e2f57;
}
  a.btn__primary__transition:hover, a.btn__primary__transition.active,
  button.btn__primary__transition:hover,
  button.btn__primary__transition.active {
    color: #0e2f57;
  }
a.btn__primary:after,
button.btn__primary:after,
a.btn__primary__transition::after,
button.btn__primary__transition::after {
    background: #FFF;
}
a.btn__primary-inverted,
button.btn__primary-inverted {
    background: none;
    color: var(--cta-primary-color);
    border: 1px solid var(--cta-primary-color);
}
    a.btn__primary-inverted:hover, a.btn__primary-inverted.active,
    button.btn__primary-inverted:hover,
    button.btn__primary-inverted.active {
      color: #FFF; }
    a.btn__primary-inverted:after,
    button.btn__primary-inverted:after {
        background: var(--cta-primary-color);
    }
a.btn__primary-white,
button.btn__primary-white {
    background: #FFF;
    color: var(--cta-primary-color);
}
    a.btn__primary-white:hover,
    button.btn__primary-white:hover {
      color: #fff; }
        a.btn__primary-white:hover:after,
        button.btn__primary-white:hover:after {
            width: 100%;
            background: var(--cta-primary-color);
        }
a.btn__outline-primary-white,
button.btn__outline-primary-white {
    border: 1px solid #fff;
    color: #fff;
    background: none;
}
    a.btn__outline-primary-white:hover,
    button.btn__outline-primary-white:hover {
        color: var(--cta-primary-color);
    }
      a.btn__outline-primary-white:hover:after,
      button.btn__outline-primary-white:hover:after {
        width: 100%;
        background: #FFF; }
a.btn__secondary,
button.btn__secondary {
    background: #FFF;
    color: var(--cta-primary-color);
    border: 1px solid var(--cta-primary-color);    
}
    a.btn__secondary:hover,
    button.btn__secondary:hover {
        color: #fff;
    }
        a.btn__secondary:hover:after,
        button.btn__secondary:hover:after {
            width: 100%;
            background: var(--cta-primary-color);
        }
  a.btn__wide,
  button.btn__wide {
    min-width: 275px; }
  a.btn__transparent,
  button.btn__transparent {
    text-decoration: underline;
    border: none;
    outline: none;
    text-align: left;
    color: #fff; }
a.btn__gray,
button.btn__gray {
    background: #ccc;
    color: #FFF;
    border: 1px solid #CCC;
}
    a.btn__gray:hover, a.btn__gray.active,
    button.btn__gray:hover,
    button.btn__gray.active {
      color: #000; }
    a.btn__gray:after,
    button.btn__gray:after {
      background: #FFF; }
  @media only screen and (max-width: 619px) {
    a.btn,
    button.btn {
      width: 100%;
      min-width: 100%;
      margin-bottom: 15px; } }

a.btn_play {
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
  padding-left: 50px;
  background-size: 36px;
  background-position: left center;
  background-repeat: no-repeat;
  min-height: 36px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  a.btn_play--red {
    background-image: url("img/icon_playbtn-red.png"); }
  a.btn_play--white {
    background-image: url("img/icon_playbtn-white.png");
    color: #fff; }
*/

    /*NEW CTA STYLES*/

    a.btn__primary i,
    button.btn__primary i,
    a.btn__primary--black i,
    button.btn__primary--black i,
    a.btn__primary--cyan i,
    button.btn__primary--cyan i,
    a.btn__primary--orange i,
    button.btn__primary--orange i,
    a.btn__primary__transition--orange i,
    button.btn__primary__transition--orange i,
    a.btn__primary__transition--cyan i,
    button.btn__primary__transition--cyan i,
    a.btn__primary__transition--black i,
    button.btn__primary__transition--black i,
    a.btn__primary-inverted i,
    button.btn__primary-inverted i,
    a.btn__primary-inverted--orange i,
    button.btn__primary-inverted--orange i,
    a.btn__primary-inverted--cyan i,
    button.btn__primary-inverted--cyan i,
    a.btn__primary-inverted--black i,
    button.btn__primary-inverted--black i,
    a.btn__primary-white i,
    button.btn__primary-white i,
    a.btn__outline-primary-white i,
    button.btn__outline-primary-white i,
    a.btn__secondary i,
    button.btn__secondary i,
    a.btn__secondary--orange i,
    button.btn__secondary--orange i,
    a.btn__secondary--cyan i,
    button.btn__secondary--cyan i,
    a.btn__secondary--black i,
    button.btn__secondary--black i,
    a.btn__outline-primary-white i,
    button.btn__outline-primary-white i,
    a.btn__outline-primary-white--orange i,
    button.btn__outline-primary-white--orange i,
    a.btn__outline-primary-white--cyan i,
    button.btn__outline-primary-white--cyan i,
    a.btn__outline-primary-white--black i,
    button.btn__outline-primary-white--black i {
        color: inherit;
    }

    a.btn__primary,
    button.btn__primary,
    a.btn__primary:hover, a.btn__primary.active,
    button.btn__primary:hover,
    button.btn__primary.active {
        background: var(--cta-primary-color);
        color: #FFF;
        border: 1px solid var(--cta-primary-color);
    }
    /*
    a.btn__primary:hover, a.btn__primary.active,
    button.btn__primary:hover,
    button.btn__primary.active {
        color: var(--cta-primary-color);
        background: #FFF;
        border: 1px solid var(--cta-primary-color);
    }
*/
    /* Orange CTA Button */
    a.btn__primary--orange,
    button.btn__primary--orange,
    a.btn__primary--orange:hover,
    button.btn__primary--orange:hover {
        color: #FFF;
        background: var(--cta-primary-orange);
        border: 1px solid var(--cta-primary-orange);
    }
    /*
    a.btn__primary--orange:hover,
    button.btn__primary--orange:hover {
        color: var(--cta-primary-orange);
        background: #FFF;
        border: 1px solid var(--cta-primary-orange);
    }
*/
    /* Cyan CTA Button */
    a.btn__primary--cyan,
    button.btn__primary--cyan,
    a.btn__primary--cyan:hover,
    button.btn__primary--cyan:hover {
        color: #FFF;
        background: var(--cta-primary-cyan);
        border: 1px solid var(--cta-primary-cyan);
    }
    /*
    a.btn__primary--cyan:hover,
    button.btn__primary--cyan:hover {
        color: var(--cta-primary-cyan);
        background: #FFF;
        border: 1px solid var(--cta-primary-cyan);
    }
*/
    /* Black CTA Button */
    a.btn__primary--black,
    button.btn__primary--black,
    a.btn__primary--black:hover,
    button.btn__primary--black:hover {
        color: #FFF;
        background: var(--cta-primary-black);
        border: 1px solid var(--cta-primary-black);
    }
    /*
    a.btn__primary--black:hover,
    button.btn__primary--black:hover {
        color: var(--cta-primary-black);
        background: #FFF;
        border: 1px solid var(--cta-primary-black);
    }

        a.btn__primary:hover:after,
        button.btn__primary:hover:after,
        a.btn__primary--orange:hover:after,
        button.btn__primary--orange:hover:after,
        a.btn__primary--cyan:hover:after,
        button.btn__primary--cyan:hover:after,
        a.btn__primary--black:hover:after,
        button.btn__primary--black:hover:after {
            width: 100%;
            background: #FFF;
        }
*/
    /* Transition Buttons */
    a.btn__primary__transition--orange,
    button.btn__primary__transition--orange,
    a.btn__primary__transition--orange:hover,
    button.btn__primary__transition--orange:hover {
        background: var(--cta-primary-orange);
        color: #FFF;
        border: 1px solid var(--cta-primary-orange);
    }
    /*
    a.btn__primary__transition--orange:hover,
    button.btn__primary__transition--orange:hover {
        color: var(--cta-primary-orange);
    }
*/
    a.btn__primary__transition--cyan,
    button.btn__primary__transition--cyan,
    a.btn__primary__transition--cyan:hover,
    button.btn__primary__transition--cyan:hover {
        background: var(--cta-primary-cyan);
        color: #FFF;
        border: 1px solid var(--cta-primary-cyan);
    }
    /*
    a.btn__primary__transition--cyan:hover,
    button.btn__primary__transition--cyan:hover {
        color: var(--cta-primary-cyan);
    }
*/
    a.btn__primary__transition--black,
    button.btn__primary__transition--black,
    a.btn__primary__transition--black:hover,
    button.btn__primary__transition--black:hover {
        background: var(--cta-primary-black);
        color: #FFF;
        border: 1px solid var(--cta-primary-black);
    }
    /*
    a.btn__primary__transition--black:hover,
    button.btn__primary__transition--black:hover {
        color: var(--cta-primary-black);
    }
*/
    /* Inverted Buttons */
    a.btn__primary-inverted,
    button.btn__primary-inverted {
        background: none;
        color: var(--cta-primary-color);
        border: 1px solid var(--cta-primary-color);
    }

    a.btn__primary-inverted--orange,
    button.btn__primary-inverted--orange,
    a.btn__primary-inverted--orange:hover,
    button.btn__primary-inverted--orange:hover {
        background: none;
        color: var(--cta-primary-orange);
        border: 1px solid var(--cta-primary-orange);
    }
    /*
    a.btn__primary-inverted--orange:hover,
    button.btn__primary-inverted--orange:hover {
        color: #FFF;
    }
*/
    a.btn__primary-inverted--cyan,
    button.btn__primary-inverted--cyan,
    a.btn__primary-inverted--cyan:hover,
    button.btn__primary-inverted--cyan:hover {
        background: none;
        color: var(--cta-primary-cyan);
        border: 1px solid var(--cta-primary-cyan);
    }
    /*
    a.btn__primary-inverted--cyan:hover,
    button.btn__primary-inverted--cyan:hover {
        color: #FFF;
    }
*/
    a.btn__primary-inverted--black,
    button.btn__primary-inverted--black,
    a.btn__primary-inverted--black:hover,
    button.btn__primary-inverted--black:hover {
        background: none;
        color: var(--cta-primary-black);
        border: 1px solid var(--cta-primary-black);
    }
    /*
    a.btn__primary-inverted--black:hover,
    button.btn__primary-inverted--black:hover {
        color: #FFF;
    }
*/
    /* White Buttons */
    a.btn__primary-white,
    button.btn__primary-white,
    a.btn__primary-white:hover,
    button.btn__primary-white:hover {
        background: #FFF;
        color: var(--cta-primary-color);
    }
    /*
    a.btn__primary-white:hover,
    button.btn__primary-white:hover {
        color: #FFF;
        background: var(--cta-primary-color);
    }

        a.btn__primary-white:hover:after,
        button.btn__primary-white:hover:after {
            width: 100%;
            background: var(--cta-primary-color);
        }
*/

    a.btn__primary-white--orange,
    button.btn__primary-white--orange,
    a.btn__primary-white--orange:hover,
    button.btn__primary-white--orange:hover {
        background: #FFF;
        color: var(--cta-primary-orange);
    }
    /*
    a.btn__primary-white--orange:hover,
    button.btn__primary-white--orange:hover {
        color: #FFF;
        background: var(--cta-primary-orange);
    }
        a.btn__primary-white--orange:hover:after,
        button.btn__primary-white--orange:hover:after {
            width: 100%;
            background: var(--cta-primary-orange);
        }
*/
    a.btn__primary-white--cyan,
    button.btn__primary-white--cyan,
    a.btn__primary-white--cyan:hover,
    button.btn__primary-white--cyan:hover {
        background: #FFF;
        color: var(--cta-primary-cyan);
    }
    /*
    a.btn__primary-white--cyan:hover,
    button.btn__primary-white--cyan:hover {
        color: #FFF;
        background: var(--cta-primary-cyan);
    }
    a.btn__primary-white--cyan:hover:after,
    button.btn__primary-white--cyan:hover:after {
            width: 100%;
            background: var(--cta-primary-cyan);
        }
 */
    a.btn__primary-white--black,
    button.btn__primary-white--black,
    a.btn__primary-white--black:hover,
    button.btn__primary-white--black:hover {
        background: #FFF;
        color: var(--cta-primary-black);
    }
    /*
    a.btn__primary-white--black:hover,
    button.btn__primary-white--black:hover {
        color: #FFF;
        background: var(--cta-primary-black);
    }
    a.btn__primary-white--black:hover:after,
    button.btn__primary-white--black:hover:after {
            width: 100%;
            background: var(--cta-primary-black);
        }
*/

    /* Outline Primary White Buttons */

    a.btn__outline-primary-white,
    button.btn__outline-primary-white,
    a.btn__outline-primary-white:hover,
    button.btn__outline-primary-white:hover {
        border: 1px solid #FFF;
        color: #FFF;
        background: none;
    }
    /*
    a.btn__outline-primary-white:hover,
    button.btn__outline-primary-white:hover {
        color: var(--cta-primary-color);
        background: #FFF;
    }
*/
    a.btn__outline-primary-white--orange,
    button.btn__outline-primary-white--orange,
    a.btn__outline-primary-white--orange:hover,
    button.btn__outline-primary-white--orange:hover {
        border: 1px solid #FFF;
        color: #FFF;
        background: none;
    }
    /*
    a.btn__outline-primary-white--orange:hover,
    button.btn__outline-primary-white--orange:hover {
        color: var(--cta-primary-orange);
        background: #FFF;
    }
*/
    a.btn__outline-primary-white--cyan,
    button.btn__outline-primary-white--cyan,
    a.btn__outline-primary-white--cyan:hover,
    button.btn__outline-primary-white--cyan:hover {
        border: 1px solid #FFF;
        color: #FFF;
        background: none;
    }
    /*
    a.btn__outline-primary-white--cyan:hover,
    button.btn__outline-primary-white--cyan:hover {
        color: var(--cta-primary-cyan);
        background: #FFF;
    }
*/
    a.btn__outline-primary-white--black,
    button.btn__outline-primary-white--black,
    a.btn__outline-primary-white--black:hover,
    button.btn__outline-primary-white--black:hover {
        border: 1px solid #FFF;
        color: #FFF;
        background: none;
    }
    /*
    a.btn__outline-primary-white--black:hover,
    button.btn__outline-primary-white--black:hover {
        color: var(--cta-primary-black);
        background: #FFF;
    }

a.btn__outline-primary-white--orange:hover:after,
button.btn__outline-primary-white--orange:hover:after,
a.btn__outline-primary-white--cyan:hover:after,
button.btn__outline-primary-white--cyan:hover:after,
a.btn__outline-primary-white--black:hover:after,
button.btn__outline-primary-white--black:hover:after {
    width: 100%;
    background: #FFF;
}
*/

    /* Secondary Buttons */

    a.btn__secondary,
    button.btn__secondary,
    a.btn__secondary:hover,
    button.btn__secondary:hover {
        background: #FFF;
        color: var(--cta-primary-color);
        border: 1px solid var(--cta-primary-color);
    }
    /*
    a.btn__secondary:hover,
    button.btn__secondary:hover {
        color: #fff;
        background: var(--cta-primary-color);
    }

    a.btn__secondary:hover:after,
    button.btn__secondary:hover:after {
        width: 100%;
        background: var(--cta-primary-color);
    }
*/
    a.btn__secondary--orange,
    button.btn__secondary--orange,
    a.btn__secondary--orange:hover,
    button.btn__secondary--orange:hover {
        background: #FFF;
        color: var(--cta-primary-orange);
        border: 1px solid var(--cta-primary-orange);
    }
    /*
    a.btn__secondary--orange:hover,
    button.btn__secondary--orange:hover {
        color: #FFF;
        background: var(--cta-primary-orange);
    }
a.btn__secondary--orange:hover:after,
button.btn__secondary--orange:hover:after {
    width: 100%;
    background: var(--cta-primary-orange);
}
*/
    a.btn__secondary--cyan,
    button.btn__secondary--cyan,
    a.btn__secondary--cyan:hover,
    button.btn__secondary--cyan:hover {
        background: #FFF;
        color: var(--cta-primary-cyan);
        border: 1px solid var(--cta-primary-cyan);
    }
    /*
    a.btn__secondary--cyan:hover,
    button.btn__secondary--cyan:hover {
        color: #FFF;
        background: var(--cta-primary-cyan);
    }

a.btn__secondary--cyan:hover:after,
button.btn__secondary--cyan:hover:after {
    width: 100%;
    background: var(--cta-primary-cyan);
}
*/
    a.btn__secondary--black,
    button.btn__secondary--black,
    a.btn__secondary--black:hover,
    button.btn__secondary--black:hover {
        background: #FFF;
        color: var(--cta-primary-black);
        border: 1px solid var(--cta-primary-black);
    }
    /*
    a.btn__secondary--black:hover,
    button.btn__secondary--black:hover {
        color: #FFF;
        background: var(--cta-primary-black);
    }
    a.btn__secondary--black:hover:after,
    button.btn__secondary--black:hover:after {
        width: 100%;
        background: var(--cta-primary-black);
    }
*/
    /* Gray Buttons */
    a.btn__gray,
    button.btn__gray,
    a.btn__gray:hover,
    button.btn__gray:hover {
        background: #CCC;
        color: #FFF;
        border: 1px solid #CCC;
    }
    /*
    a.btn__gray:hover,
    button.btn__gray:hover {
        color: #000;
    }
*/
    @media only screen and (max-width: 619px) {
        a.btn,
        button.btn {
            width: 100%;
            min-width: 100%;
            margin-bottom: 15px;
        }
    }

    a.btn_play {
        font-size: 22px;
        font-size: 1.375rem;
        background-size: 36px;
        background-position: left center;
        background-repeat: no-repeat;
        min-height: 36px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    a.btn_play--corporate {
        color: var(--cta-primary-color);
    }

    a.btn_play--orange {
        color: var(--cta-primary-orange);
    }

    a.btn_play--white {
        color: #FFF;
    }

        a.btn_play--corporate:hover,
        a.btn_play--orange:hover,
        a.btn_play--white:hover {
            text-decoration: none;
        }

        a.btn_play--corporate i,
        a.btn_play--orange i,
        a.btn_play--white i {
            font-size: 2rem;
            font-size: 32px;
            padding-right: 10px;
            color: inherit
        }

    a.highlight {
        text-decoration: underline;
    }

    /*END NEW CTA STYLES*/

    .intro {
        padding-bottom: 20px;
    }

        .intro:before, .intro:after {
            content: " ";
            display: table;
        }

        .intro:after {
            clear: both;
        }

        .intro p {
            font-size: 20px;
            font-size: 1.25rem;
            color: #000;
        }

    .eyebrow {
        text-transform: uppercase;
        color: var(--secondary-color);
        font-size: 16px;
        font-size: 1rem;
        /*font-family: StoneSans_Medium;*/
        font-family: var(--font-family);
        padding-bottom: 15px;
        margin-bottom: 20px;
        /*border-bottom: 1px solid var(--primary-color);*/
        display: inline-block;
    }

    @media only screen and (max-width: 822px) {
        .eyebrow {
            font-size: 16px;
            font-size: 1rem;
        }
    }

    ul.social {
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        height: 100%;
    }

    ul.social__connect {
        /*
      -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;*/
        margin-bottom: 40px;
    }

        ul.social__connect li {
            padding: 0 10px;
        }

            ul.social__connect li a {
                color: var(--secondary-color);
                font-size: 32px;
                font-size: 2rem;
            }

    ul.social__follow {
        display: inline-block;
        text-align: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

        ul.social__follow li {
            padding: 0 10px;
        }

            ul.social__follow li a {
                color: #FFF;
                font-size: 32px;
                font-size: 2rem;
            }

    @media only screen and (max-width: 620px) {
        ul.social__follow {
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
        }
    }

    .form {
        /*Outer box of the fake checkbox*/
        /*Checkmark of the fake checkbox*/
        /*Hide the checkmark by default*/
        /*Unhide on the checked state*/
        /*Adding focus styles on the outer-box of the fake checkbox*/
    }

        .form aside {
            margin-bottom: 40px;
            font-size: 18px;
            font-size: 1.125rem;
            line-height: 1.3em;
            font-weight: 400;
        }

        .form fieldset {
            border: 0;
            padding: 0;
        }

        .form .field, .form div {
            margin-bottom: 13px;
            position: relative;
            border: 0;
        }

            .form .field.split, .form div.split {
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: horizontal;
                -webkit-box-direction: normal;
                -ms-flex-direction: row;
                flex-direction: row;
                -webkit-box-align: start;
                -ms-flex-align: start;
                align-items: flex-start;
                width: 100%;
            }

                .form .field.split div, .form div.split div {
                    -webkit-box-flex: 1;
                    -ms-flex: 1;
                    flex: 1;
                }

        .form .Form__Element__ValidationError {
            color: var(--primary-color);
            font-size: 14px;
            font-size: 0.875rem;
            padding-bottom: 20px;
            display: inline-block;
        }

        .form label {
            display: block;
            font-size: 16px;
            font-size: 1rem;
            margin-bottom: 5px;
        }

        .form input[type=text],
        .form input[type=email],
        .form input[type=tel] {
            border: 0;
            height: 42px;
            width: 100%;
            border: 2px solid #CCC;
            font-size: 20px;
            font-size: 1.25rem;
            color: #000;
            border-radius: 5px;
            margin-bottom: 10px;
        }

        .form textarea {
            border: 2px solid #CCC;
            border-radius: 5px;
            width: 100%;
            height: 150px;
            resize: none;
        }

        .form .checkbox input[type="checkbox"] {
            opacity: 0;
            position: absolute;
            margin-left: -16px;
        }

        .form .checkbox label {
            position: relative;
            display: inline-block;
            /*16px width of fake checkbox + 6px distance between fake checkbox and text*/
            padding-left: 26px;
            margin-bottom: 20px;
        }

            .form .checkbox label::before,
            .form .checkbox label::after {
                position: absolute;
                content: "";
                /*Needed for the line-height to take effect*/
                display: inline-block;
            }

            .form .checkbox label::before {
                height: 16px;
                width: 16px;
                border: 1px solid var(--secondary-color);
                left: 0;
                top: 0px;
            }

            .form .checkbox label::after {
                height: 6px;
                width: 14px;
                border-left: 2px solid var(--primary-color);
                border-bottom: 2px solid var(--primary-color);
                -webkit-transform: rotate(-45deg);
                transform: rotate(-45deg);
                left: 4px;
                top: 2px;
            }

        .form .checkbox input[type="checkbox"] + label::after {
            content: none;
        }

        .form .checkbox input[type="checkbox"]:checked + label::after {
            content: "";
        }

        .form .checkbox input[type="checkbox"]:focus + label::before {
            outline: #3b99fc auto 5px;
        }

        .form input[type=submit],
        .form button {
            text-align: center;
            display: inline-block;
            padding: 14px 20px 10px 20px;
            font-size: 18px;
            font-size: 1.125rem;
            text-transform: uppercase;
            text-decoration: none;
            min-width: 200px;
            background: var(--primary-color);
            color: #FFF;
            border: 1px solid var(--primary-color);
            border-radius: 5px;
            position: relative;
            z-index: 0;
            -webkit-transition: .3s ease;
            transition: .3s ease;
        }

            .form input[type=submit]:hover, .form input[type=submit].active,
            .form button:hover,
            .form button.active {
                color: var(--primary-color);
                cursor: pointer;
                background-color: #fff;
            }

                .form input[type=submit]:hover:after, .form input[type=submit].active:after,
                .form button:hover:after,
                .form button.active:after {
                    width: 100%;
                }

            .form input[type=submit]:after,
            .form button:after {
                content: '';
                background: #FFF;
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 100%;
                -webkit-transition: .3s ease;
                transition: .3s ease;
                z-index: -1;
            }

        .form button {
            margin-top: 20px;
        }

        .form a.inline_note_link {
            font-size: 14px;
            font-size: 0.875rem;
            margin-left: 20px;
            text-decoration: underline;
        }

    @media only screen and (max-width: 620px) {
        .form input[type=submit] {
            width: 100%;
        }

        .form a.inline_note_link {
            display: block;
            margin-left: 0;
            float: right;
            margin-top: 30px;
        }
    }

    .form select {
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        border: 0;
        border-radius: 5px;
        height: 42px;
        font-size: 24px;
        font-size: 1.5rem;
        margin-top: 0px;
        margin-bottom: 10px;
        font-family: var(--font-family);
        background-image: url("img/icon_chevron_down_light-blue.svg");
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: 97% 48%;
        border: 2px solid #CCC;
        color: #000;
    }

        .form select::-ms-expand {
            display: none;
        }

        .form select:hover {
            cursor: pointer;
        }

        .form select:focus {
            outline: none;
        }

        .form select option {
            color: #000;
        }

        .form select.alt {
            border: none;
            width: auto;
            text-transform: uppercase;
        }

    select.styled {
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        border: 0;
        border-radius: 0px;
        padding: 8px 25px 8px 0;
        font-size: 18px;
        font-size: 1.125rem;
        margin-top: 5px;
        margin-bottom: 10px;
        /*font-family: StoneSans_Medium;*/
        font-family: var(--font-family);
        background-image: url("img/icon_chevron_down_light-blue.svg");
        background-size: 16px;
        background-repeat: no-repeat;
        background-position: 97% 48%;
        border-bottom: 1px solid var(--primary-color);
        color: #000;
    }

        select.styled::-ms-expand {
            display: none;
        }

        select.styled:hover {
            cursor: pointer;
        }

        select.styled:focus {
            outline: none;
        }

        select.styled option {
            color: #000;
            padding: 5px;
            font-size: 1.125rem;
            font-size: 18px;
        }

        select.styled.alt {
            width: auto;
            /*text-transform: uppercase;*/
        }

        select.styled:after {
            font-family: FontAwesome;
            content: '\f078';
            color: var(--secondary-color);
            font-size: 2rem;
        }

    select [multiple] {
        background-color: transparent;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        width: 100%;
        border: 0;
        border-radius: 0px;
        padding: 8px 0 8px 0;
        font-size: 24px;
        font-size: 1.5rem;
        margin-top: 5px;
        margin-bottom: 10px;
        /*font-family: StoneSans_Medium;*/
        font-family: var(--font-family);
        background: none;
        background-size: 12px;
        background-repeat: no-repeat;
        background-position: 97% 48%;
        border: 1px solid var(--primary-color);
        color: #000;
    }

        select[multiple]::-ms-expand {
            display: none;
        }

        select[multiple]:hover {
            cursor: pointer;
        }

        select[multiple]:focus {
            outline: none;
        }

        select[multiple] option {
            color: #000;
        }

        select[multiple].alt {
            border: none;
            width: auto;
            text-transform: uppercase;
        }

    .tabs:before, .tabs:after {
        content: " ";
        display: table;
    }

    .tabs:after {
        clear: both;
    }

    .tabs.inline_tabs ul.tablist {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        .tabs.inline_tabs ul.tablist li {
            display: inline-block;
            padding-right: 20px;
            margin-right: 15px;
            position: relative;
            cursor: pointer;
        }

            .tabs.inline_tabs ul.tablist li h3 {
                border-bottom: 1px solid transparent;
            }

            .tabs.inline_tabs ul.tablist li:after {
                content: '|';
                font-size: 24px;
                position: absolute;
                right: 0;
                top: 2px;
                color: var(--secondary-color);
                /*font-family: StoneSans_Medium;*/
                font-family: var(--font-family);
            }

            .tabs.inline_tabs ul.tablist li:last-child:after {
                display: none;
            }

            .tabs.inline_tabs ul.tablist li.tab_selected h3 {
                color: var(--primary-color);
                display: inline-block;
                border-bottom: 1px solid var(--primary-color);
            }

    @media only screen and (max-width: 620px) {
        .tabs.inline_tabs ul.tablist li {
            display: block;
        }

            .tabs.inline_tabs ul.tablist li:after {
                display: none;
            }
    }

    .tabs.inline_tabs .panel {
        padding-top: 5px;
    }

        .tabs.inline_tabs .panel[aria-hidden="true"] {
            display: none;
        }

    .modals .mfp-close {
        display: none;
    }

    .modals .modal_content {
        background: #FFF;
        padding: 50px 40px;
        min-height: 300px;
        position: relative;
    }

    @media only screen and (max-width: 619px) {
        .modals .modal_content {
            padding: 50px 30px;
        }
    }

    .modals.contact_us .modal_columns {
        padding-top: 20px;
    }

        .modals.contact_us .modal_columns [class*='col-'] {
            padding-top: 40px;
            padding-left: 60px;
            padding-right: 60px;
        }

            .modals.contact_us .modal_columns [class*='col-']:first-of-type {
                border-right: 1px solid var(--secondary-color);
            }

    .modals.speedbump .ext_title {
        background: #718246;
        font-size: 24px;
        font-size: 1.5rem;
        font-family: var(--font-family);
        padding: 20px 40px;
    }

    .modals.speedbump a.btn {
        margin-right: 10px;
    }

    .modals.speedbump p.ext_link {
        word-wrap: break-word;
    }

    .modals.speedbump .modal_content {
        padding: 0;
        min-height: 300px;
    }

    .modals.speedbump .ext_message {
        padding: 40px 40px 20px 40px;
    }

    .modals.speedbump .ext_options {
        padding: 0 40px 40px 40px;
    }

    @media only screen and (max-width: 1068px) {
        .modals .modal_columns [class*='col-'] {
            padding-left: 20px;
            padding-right: 20px;
        }

            .modals .modal_columns [class*='col-']:first-of-type {
                border-right: 0;
            }
    }

    .modals h2 {
        color: var(--secondary-color);
        font-size: 36px;
        font-size: 2.25rem;
        /*font-family: StoneSans_Medium;*/
        font-family: var(--font-family);
        margin-bottom: 30px;
    }

    .modals h3 {
        margin-bottom: 5px;
        color: #000;
        font-size: 24px;
        font-size: 1.5rem;
    }

    .modals p {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.3em;
    }

    @media only screen and (max-width: 822px) {
        .modals p {
            font-size: 16px;
            font-size: 1rem;
        }
    }

    @media only screen and (max-width: 619px) {
        .modals #contact_us_form .field.split {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }
    }

    .modals .modalClose,
    .modals .contactClose {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 24px;
        height: 24px;
        margin: 0;
        padding: 0;
        border: 0;
        background: none;
    }

    @media only screen and (max-width: 619px) {
        .modals .modalClose,
        .modals .contactClose {
            right: 40px;
        }
    }

    .modals .fund_table {
        border-collapse: collapse;
    }

        .modals .fund_table th {
            font-weight: bold;
            text-transform: uppercase;
            font-size: 18px;
            font-size: 1.125rem;
            color: #000;
            width: 30%;
            white-space: nowrap;
        }

        .modals .fund_table th, .modals .fund_table td {
            padding: 10px;
            min-width: 260px;
            vertical-align: top;
        }

        .modals .fund_table td {
            width: 30%;
        }

        .modals .fund_table td, .modals .fund_table p {
            /*color: #7b6e60;*/
            font-size: 16px;
            font-size: 1rem;
        }

            .modals .fund_table p:last-of-type {
                margin-bottom: 0;
            }

    .contact_list {
        margin: 0;
        padding: 0;
        list-style: none;
        width: 100%;
    }

    .contact_list-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        align-items: center;
        margin-bottom: 40px;
    }
        /*
  .contact_list-item:last-child {
      margin-bottom: 0; }
      */
        .contact_list-item .contact_list--icon {
            width: 50px;
            height: 50px;
            display: none;
        }

        .contact_list-item .contact_list--content {
            -webkit-box-flex: 1;
            -ms-flex: 1;
            flex: 1;
            /*padding-left: 20px;*/
        }

        .contact_list-item p:last-of-type {
            margin-bottom: 0;
        }

    @media only screen and (max-width: 991px) {
        .contact_list-item {
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
        }

            .contact_list-item .contact_list--icon {
                width: 60px;
                height: 60px;
            }
    }

    @media only screen and (max-width: 822px) {
        .contact_list-item:last-child {
            margin-bottom: 60px;
        }
    }

    ul.red_bullets {
        list-style: none;
    }

        ul.red_bullets li::before {
            content: "\2022";
            color: red;
            font-weight: bold;
            display: inline-block;
            width: 1em;
            margin-left: -1em;
            font-size: 14px;
            font-size: 0.875rem;
            position: relative;
            top: -4px;
        }

    .simple_dropdown {
        position: relative;
    }

        .simple_dropdown button.dropdown_btn {
            border: 0;
            margin: 0;
            padding: 0;
            background: none;
            /*text-transform: uppercase;
    color: var(--secondary-color);*/
            position: relative;
        }

            .simple_dropdown button.dropdown_btn.has_arrow {
                padding-right: 20px;
            }

                .simple_dropdown button.dropdown_btn.has_arrow:after {
                    content: '';
                    background-image: url("img/icon_chevron_down_light-blue.svg");
                    background-size: 16px;
                    background-repeat: no-repeat;
                    background-position: center;
                    position: absolute;
                    right: 0;
                    top: 0px;
                    width: 12px;
                    height: 12px;
                    -webkit-transition: all 0.2s ease-out;
                    transition: all 0.2s ease-out;
                }

            .simple_dropdown button.dropdown_btn.dropdown_btn-open {
                color: var(--primary-color);
            }

                .simple_dropdown button.dropdown_btn.dropdown_btn-open.has_arrow {
                    padding-right: 20px;
                }

                    .simple_dropdown button.dropdown_btn.dropdown_btn-open.has_arrow:after {
                        content: '';
                        background-image: url("img/icon_chevron_down_light-blue.svg");
                        background-size: 16px;
                        background-repeat: no-repeat;
                        background-position: center;
                        position: absolute;
                        /* IE 9 */
                        -webkit-transform: rotate(180deg);
                        /* Chrome, Safari, Opera */
                        transform: rotate(180deg);
                    }

        .simple_dropdown .dropdown_menu {
            position: absolute;
            top: 35px;
            display: block;
            background: #fff;
            display: none;
            padding: 10px 25px;
        }

            .simple_dropdown .dropdown_menu a {
                width: 100%;
                display: block;
                line-height: auto;
                white-space: nowrap;
                height: auto !important;
                font-family: var(--font-family);
                color: var(--mega-menu-top-nav-color)
            }

                .simple_dropdown .dropdown_menu a:hover, .simple_dropdown .dropdown_menu a:focus {
                    /*color: var(--primary-color);*/
                    text-decoration: underline;
                }

        .simple_dropdown.align_right .dropdown_menu {
            right: 0;
        }

    .table-columns__1 .table-col {
        width: 100%;
    }

        .table-columns__1 .table-col.span-1 {
            width: 100%;
        }

        .table-columns__1 .table-col.span-2 {
            width: 200%;
        }

        .table-columns__1 .table-col.span-3 {
            width: 300%;
        }

        .table-columns__1 .table-col.span-4 {
            width: 400%;
        }

        .table-columns__1 .table-col.span-5 {
            width: 500%;
        }

        .table-columns__1 .table-col.span-6 {
            width: 600%;
        }

        .table-columns__1 .table-col.span-7 {
            width: 700%;
        }

        .table-columns__1 .table-col.span-8 {
            width: 800%;
        }

        .table-columns__1 .table-col.span-9 {
            width: 900%;
        }

        .table-columns__1 .table-col.span-10 {
            width: 1000%;
        }

        .table-columns__1 .table-col.span-11 {
            width: 1100%;
        }

        .table-columns__1 .table-col.span-12 {
            width: 1200%;
        }

        .table-columns__1 .table-col.span-13 {
            width: 1300%;
        }

        .table-columns__1 .table-col.span-14 {
            width: 1400%;
        }

        .table-columns__1 .table-col.span-15 {
            width: 1500%;
        }

        .table-columns__1 .table-col.span-16 {
            width: 1600%;
        }

        .table-columns__1 .table-col.span-17 {
            width: 1700%;
        }

        .table-columns__1 .table-col.span-18 {
            width: 1800%;
        }

        .table-columns__1 .table-col.span-19 {
            width: 1900%;
        }

        .table-columns__1 .table-col.span-20 {
            width: 2000%;
        }

    .table-columns__2 .table-col {
        width: 50%;
    }

        .table-columns__2 .table-col.span-1 {
            width: 50%;
        }

        .table-columns__2 .table-col.span-2 {
            width: 100%;
        }

        .table-columns__2 .table-col.span-3 {
            width: 150%;
        }

        .table-columns__2 .table-col.span-4 {
            width: 200%;
        }

        .table-columns__2 .table-col.span-5 {
            width: 250%;
        }

        .table-columns__2 .table-col.span-6 {
            width: 300%;
        }

        .table-columns__2 .table-col.span-7 {
            width: 350%;
        }

        .table-columns__2 .table-col.span-8 {
            width: 400%;
        }

        .table-columns__2 .table-col.span-9 {
            width: 450%;
        }

        .table-columns__2 .table-col.span-10 {
            width: 500%;
        }

        .table-columns__2 .table-col.span-11 {
            width: 550%;
        }

        .table-columns__2 .table-col.span-12 {
            width: 600%;
        }

        .table-columns__2 .table-col.span-13 {
            width: 650%;
        }

        .table-columns__2 .table-col.span-14 {
            width: 700%;
        }

        .table-columns__2 .table-col.span-15 {
            width: 750%;
        }

        .table-columns__2 .table-col.span-16 {
            width: 800%;
        }

        .table-columns__2 .table-col.span-17 {
            width: 850%;
        }

        .table-columns__2 .table-col.span-18 {
            width: 900%;
        }

        .table-columns__2 .table-col.span-19 {
            width: 950%;
        }

        .table-columns__2 .table-col.span-20 {
            width: 1000%;
        }

    .table-columns__3 .table-col {
        width: 33.33333%;
    }

        .table-columns__3 .table-col.span-1 {
            width: 33.33333%;
        }

        .table-columns__3 .table-col.span-2 {
            width: 66.66667%;
        }

        .table-columns__3 .table-col.span-3 {
            width: 100%;
        }

        .table-columns__3 .table-col.span-4 {
            width: 133.33333%;
        }

        .table-columns__3 .table-col.span-5 {
            width: 166.66667%;
        }

        .table-columns__3 .table-col.span-6 {
            width: 200%;
        }

        .table-columns__3 .table-col.span-7 {
            width: 233.33333%;
        }

        .table-columns__3 .table-col.span-8 {
            width: 266.66667%;
        }

        .table-columns__3 .table-col.span-9 {
            width: 300%;
        }

        .table-columns__3 .table-col.span-10 {
            width: 333.33333%;
        }

        .table-columns__3 .table-col.span-11 {
            width: 366.66667%;
        }

        .table-columns__3 .table-col.span-12 {
            width: 400%;
        }

        .table-columns__3 .table-col.span-13 {
            width: 433.33333%;
        }

        .table-columns__3 .table-col.span-14 {
            width: 466.66667%;
        }

        .table-columns__3 .table-col.span-15 {
            width: 500%;
        }

        .table-columns__3 .table-col.span-16 {
            width: 533.33333%;
        }

        .table-columns__3 .table-col.span-17 {
            width: 566.66667%;
        }

        .table-columns__3 .table-col.span-18 {
            width: 600%;
        }

        .table-columns__3 .table-col.span-19 {
            width: 633.33333%;
        }

        .table-columns__3 .table-col.span-20 {
            width: 666.66667%;
        }

    .table-columns__4 .table-col {
        width: 25%;
    }

        .table-columns__4 .table-col.span-1 {
            width: 25%;
        }

        .table-columns__4 .table-col.span-2 {
            width: 50%;
        }

        .table-columns__4 .table-col.span-3 {
            width: 75%;
        }

        .table-columns__4 .table-col.span-4 {
            width: 100%;
        }

        .table-columns__4 .table-col.span-5 {
            width: 125%;
        }

        .table-columns__4 .table-col.span-6 {
            width: 150%;
        }

        .table-columns__4 .table-col.span-7 {
            width: 175%;
        }

        .table-columns__4 .table-col.span-8 {
            width: 200%;
        }

        .table-columns__4 .table-col.span-9 {
            width: 225%;
        }

        .table-columns__4 .table-col.span-10 {
            width: 250%;
        }

        .table-columns__4 .table-col.span-11 {
            width: 275%;
        }

        .table-columns__4 .table-col.span-12 {
            width: 300%;
        }

        .table-columns__4 .table-col.span-13 {
            width: 325%;
        }

        .table-columns__4 .table-col.span-14 {
            width: 350%;
        }

        .table-columns__4 .table-col.span-15 {
            width: 375%;
        }

        .table-columns__4 .table-col.span-16 {
            width: 400%;
        }

        .table-columns__4 .table-col.span-17 {
            width: 425%;
        }

        .table-columns__4 .table-col.span-18 {
            width: 450%;
        }

        .table-columns__4 .table-col.span-19 {
            width: 475%;
        }

        .table-columns__4 .table-col.span-20 {
            width: 500%;
        }

    .table-columns__5 .table-col {
        width: 20%;
    }

        .table-columns__5 .table-col.span-1 {
            width: 20%;
        }

        .table-columns__5 .table-col.span-2 {
            width: 40%;
        }

        .table-columns__5 .table-col.span-3 {
            width: 60%;
        }

        .table-columns__5 .table-col.span-4 {
            width: 80%;
        }

        .table-columns__5 .table-col.span-5 {
            width: 100%;
        }

        .table-columns__5 .table-col.span-6 {
            width: 120%;
        }

        .table-columns__5 .table-col.span-7 {
            width: 140%;
        }

        .table-columns__5 .table-col.span-8 {
            width: 160%;
        }

        .table-columns__5 .table-col.span-9 {
            width: 180%;
        }

        .table-columns__5 .table-col.span-10 {
            width: 200%;
        }

        .table-columns__5 .table-col.span-11 {
            width: 220%;
        }

        .table-columns__5 .table-col.span-12 {
            width: 240%;
        }

        .table-columns__5 .table-col.span-13 {
            width: 260%;
        }

        .table-columns__5 .table-col.span-14 {
            width: 280%;
        }

        .table-columns__5 .table-col.span-15 {
            width: 300%;
        }

        .table-columns__5 .table-col.span-16 {
            width: 320%;
        }

        .table-columns__5 .table-col.span-17 {
            width: 340%;
        }

        .table-columns__5 .table-col.span-18 {
            width: 360%;
        }

        .table-columns__5 .table-col.span-19 {
            width: 380%;
        }

        .table-columns__5 .table-col.span-20 {
            width: 400%;
        }

    .table-columns__6 .table-col {
        width: 16.66667%;
    }

        .table-columns__6 .table-col.span-1 {
            width: 16.66667%;
        }

        .table-columns__6 .table-col.span-2 {
            width: 33.33333%;
        }

        .table-columns__6 .table-col.span-3 {
            width: 50%;
        }

        .table-columns__6 .table-col.span-4 {
            width: 66.66667%;
        }

        .table-columns__6 .table-col.span-5 {
            width: 83.33333%;
        }

        .table-columns__6 .table-col.span-6 {
            width: 100%;
        }

        .table-columns__6 .table-col.span-7 {
            width: 116.66667%;
        }

        .table-columns__6 .table-col.span-8 {
            width: 133.33333%;
        }

        .table-columns__6 .table-col.span-9 {
            width: 150%;
        }

        .table-columns__6 .table-col.span-10 {
            width: 166.66667%;
        }

        .table-columns__6 .table-col.span-11 {
            width: 183.33333%;
        }

        .table-columns__6 .table-col.span-12 {
            width: 200%;
        }

        .table-columns__6 .table-col.span-13 {
            width: 216.66667%;
        }

        .table-columns__6 .table-col.span-14 {
            width: 233.33333%;
        }

        .table-columns__6 .table-col.span-15 {
            width: 250%;
        }

        .table-columns__6 .table-col.span-16 {
            width: 266.66667%;
        }

        .table-columns__6 .table-col.span-17 {
            width: 283.33333%;
        }

        .table-columns__6 .table-col.span-18 {
            width: 300%;
        }

        .table-columns__6 .table-col.span-19 {
            width: 316.66667%;
        }

        .table-columns__6 .table-col.span-20 {
            width: 333.33333%;
        }

    .table-columns__7 .table-col {
        width: 14.28571%;
    }

        .table-columns__7 .table-col.span-1 {
            width: 14.28571%;
        }

        .table-columns__7 .table-col.span-2 {
            width: 28.57143%;
        }

        .table-columns__7 .table-col.span-3 {
            width: 42.85714%;
        }

        .table-columns__7 .table-col.span-4 {
            width: 57.14286%;
        }

        .table-columns__7 .table-col.span-5 {
            width: 71.42857%;
        }

        .table-columns__7 .table-col.span-6 {
            width: 85.71429%;
        }

        .table-columns__7 .table-col.span-7 {
            width: 100%;
        }

        .table-columns__7 .table-col.span-8 {
            width: 114.28571%;
        }

        .table-columns__7 .table-col.span-9 {
            width: 128.57143%;
        }

        .table-columns__7 .table-col.span-10 {
            width: 142.85714%;
        }

        .table-columns__7 .table-col.span-11 {
            width: 157.14286%;
        }

        .table-columns__7 .table-col.span-12 {
            width: 171.42857%;
        }

        .table-columns__7 .table-col.span-13 {
            width: 185.71429%;
        }

        .table-columns__7 .table-col.span-14 {
            width: 200%;
        }

        .table-columns__7 .table-col.span-15 {
            width: 214.28571%;
        }

        .table-columns__7 .table-col.span-16 {
            width: 228.57143%;
        }

        .table-columns__7 .table-col.span-17 {
            width: 242.85714%;
        }

        .table-columns__7 .table-col.span-18 {
            width: 257.14286%;
        }

        .table-columns__7 .table-col.span-19 {
            width: 271.42857%;
        }

        .table-columns__7 .table-col.span-20 {
            width: 285.71429%;
        }

    .table-columns__8 .table-col {
        width: 12.5%;
    }

        .table-columns__8 .table-col.span-1 {
            width: 12.5%;
        }

        .table-columns__8 .table-col.span-2 {
            width: 25%;
        }

        .table-columns__8 .table-col.span-3 {
            width: 37.5%;
        }

        .table-columns__8 .table-col.span-4 {
            width: 50%;
        }

        .table-columns__8 .table-col.span-5 {
            width: 62.5%;
        }

        .table-columns__8 .table-col.span-6 {
            width: 75%;
        }

        .table-columns__8 .table-col.span-7 {
            width: 87.5%;
        }

        .table-columns__8 .table-col.span-8 {
            width: 100%;
        }

        .table-columns__8 .table-col.span-9 {
            width: 112.5%;
        }

        .table-columns__8 .table-col.span-10 {
            width: 125%;
        }

        .table-columns__8 .table-col.span-11 {
            width: 137.5%;
        }

        .table-columns__8 .table-col.span-12 {
            width: 150%;
        }

        .table-columns__8 .table-col.span-13 {
            width: 162.5%;
        }

        .table-columns__8 .table-col.span-14 {
            width: 175%;
        }

        .table-columns__8 .table-col.span-15 {
            width: 187.5%;
        }

        .table-columns__8 .table-col.span-16 {
            width: 200%;
        }

        .table-columns__8 .table-col.span-17 {
            width: 212.5%;
        }

        .table-columns__8 .table-col.span-18 {
            width: 225%;
        }

        .table-columns__8 .table-col.span-19 {
            width: 237.5%;
        }

        .table-columns__8 .table-col.span-20 {
            width: 250%;
        }

    .table-columns__9 .table-col {
        width: 11.11111%;
    }

        .table-columns__9 .table-col.span-1 {
            width: 11.11111%;
        }

        .table-columns__9 .table-col.span-2 {
            width: 22.22222%;
        }

        .table-columns__9 .table-col.span-3 {
            width: 33.33333%;
        }

        .table-columns__9 .table-col.span-4 {
            width: 44.44444%;
        }

        .table-columns__9 .table-col.span-5 {
            width: 55.55556%;
        }

        .table-columns__9 .table-col.span-6 {
            width: 66.66667%;
        }

        .table-columns__9 .table-col.span-7 {
            width: 77.77778%;
        }

        .table-columns__9 .table-col.span-8 {
            width: 88.88889%;
        }

        .table-columns__9 .table-col.span-9 {
            width: 100%;
        }

        .table-columns__9 .table-col.span-10 {
            width: 111.11111%;
        }

        .table-columns__9 .table-col.span-11 {
            width: 122.22222%;
        }

        .table-columns__9 .table-col.span-12 {
            width: 133.33333%;
        }

        .table-columns__9 .table-col.span-13 {
            width: 144.44444%;
        }

        .table-columns__9 .table-col.span-14 {
            width: 155.55556%;
        }

        .table-columns__9 .table-col.span-15 {
            width: 166.66667%;
        }

        .table-columns__9 .table-col.span-16 {
            width: 177.77778%;
        }

        .table-columns__9 .table-col.span-17 {
            width: 188.88889%;
        }

        .table-columns__9 .table-col.span-18 {
            width: 200%;
        }

        .table-columns__9 .table-col.span-19 {
            width: 211.11111%;
        }

        .table-columns__9 .table-col.span-20 {
            width: 222.22222%;
        }

    .table-columns__10 .table-col {
        width: 10%;
    }

        .table-columns__10 .table-col.span-1 {
            width: 10%;
        }

        .table-columns__10 .table-col.span-2 {
            width: 20%;
        }

        .table-columns__10 .table-col.span-3 {
            width: 30%;
        }

        .table-columns__10 .table-col.span-4 {
            width: 40%;
        }

        .table-columns__10 .table-col.span-5 {
            width: 50%;
        }

        .table-columns__10 .table-col.span-6 {
            width: 60%;
        }

        .table-columns__10 .table-col.span-7 {
            width: 70%;
        }

        .table-columns__10 .table-col.span-8 {
            width: 80%;
        }

        .table-columns__10 .table-col.span-9 {
            width: 90%;
        }

        .table-columns__10 .table-col.span-10 {
            width: 100%;
        }

        .table-columns__10 .table-col.span-11 {
            width: 110%;
        }

        .table-columns__10 .table-col.span-12 {
            width: 120%;
        }

        .table-columns__10 .table-col.span-13 {
            width: 130%;
        }

        .table-columns__10 .table-col.span-14 {
            width: 140%;
        }

        .table-columns__10 .table-col.span-15 {
            width: 150%;
        }

        .table-columns__10 .table-col.span-16 {
            width: 160%;
        }

        .table-columns__10 .table-col.span-17 {
            width: 170%;
        }

        .table-columns__10 .table-col.span-18 {
            width: 180%;
        }

        .table-columns__10 .table-col.span-19 {
            width: 190%;
        }

        .table-columns__10 .table-col.span-20 {
            width: 200%;
        }

    .table-columns__11 .table-col {
        width: 9.09091%;
    }

        .table-columns__11 .table-col.span-1 {
            width: 9.09091%;
        }

        .table-columns__11 .table-col.span-2 {
            width: 18.18182%;
        }

        .table-columns__11 .table-col.span-3 {
            width: 27.27273%;
        }

        .table-columns__11 .table-col.span-4 {
            width: 36.36364%;
        }

        .table-columns__11 .table-col.span-5 {
            width: 45.45455%;
        }

        .table-columns__11 .table-col.span-6 {
            width: 54.54545%;
        }

        .table-columns__11 .table-col.span-7 {
            width: 63.63636%;
        }

        .table-columns__11 .table-col.span-8 {
            width: 72.72727%;
        }

        .table-columns__11 .table-col.span-9 {
            width: 81.81818%;
        }

        .table-columns__11 .table-col.span-10 {
            width: 90.90909%;
        }

        .table-columns__11 .table-col.span-11 {
            width: 100%;
        }

        .table-columns__11 .table-col.span-12 {
            width: 109.09091%;
        }

        .table-columns__11 .table-col.span-13 {
            width: 118.18182%;
        }

        .table-columns__11 .table-col.span-14 {
            width: 127.27273%;
        }

        .table-columns__11 .table-col.span-15 {
            width: 136.36364%;
        }

        .table-columns__11 .table-col.span-16 {
            width: 145.45455%;
        }

        .table-columns__11 .table-col.span-17 {
            width: 154.54545%;
        }

        .table-columns__11 .table-col.span-18 {
            width: 163.63636%;
        }

        .table-columns__11 .table-col.span-19 {
            width: 172.72727%;
        }

        .table-columns__11 .table-col.span-20 {
            width: 181.81818%;
        }

    .table-columns__12 .table-col {
        width: 8.33333%;
    }

        .table-columns__12 .table-col.span-1 {
            width: 8.33333%;
        }

        .table-columns__12 .table-col.span-2 {
            width: 16.66667%;
        }

        .table-columns__12 .table-col.span-3 {
            width: 25%;
        }

        .table-columns__12 .table-col.span-4 {
            width: 33.33333%;
        }

        .table-columns__12 .table-col.span-5 {
            width: 41.66667%;
        }

        .table-columns__12 .table-col.span-6 {
            width: 50%;
        }

        .table-columns__12 .table-col.span-7 {
            width: 58.33333%;
        }

        .table-columns__12 .table-col.span-8 {
            width: 66.66667%;
        }

        .table-columns__12 .table-col.span-9 {
            width: 75%;
        }

        .table-columns__12 .table-col.span-10 {
            width: 83.33333%;
        }

        .table-columns__12 .table-col.span-11 {
            width: 91.66667%;
        }

        .table-columns__12 .table-col.span-12 {
            width: 100%;
        }

        .table-columns__12 .table-col.span-13 {
            width: 108.33333%;
        }

        .table-columns__12 .table-col.span-14 {
            width: 116.66667%;
        }

        .table-columns__12 .table-col.span-15 {
            width: 125%;
        }

        .table-columns__12 .table-col.span-16 {
            width: 133.33333%;
        }

        .table-columns__12 .table-col.span-17 {
            width: 141.66667%;
        }

        .table-columns__12 .table-col.span-18 {
            width: 150%;
        }

        .table-columns__12 .table-col.span-19 {
            width: 158.33333%;
        }

        .table-columns__12 .table-col.span-20 {
            width: 166.66667%;
        }

    .table-columns__13 .table-col {
        width: 7.69231%;
    }

        .table-columns__13 .table-col.span-1 {
            width: 7.69231%;
        }

        .table-columns__13 .table-col.span-2 {
            width: 15.38462%;
        }

        .table-columns__13 .table-col.span-3 {
            width: 23.07692%;
        }

        .table-columns__13 .table-col.span-4 {
            width: 30.76923%;
        }

        .table-columns__13 .table-col.span-5 {
            width: 38.46154%;
        }

        .table-columns__13 .table-col.span-6 {
            width: 46.15385%;
        }

        .table-columns__13 .table-col.span-7 {
            width: 53.84615%;
        }

        .table-columns__13 .table-col.span-8 {
            width: 61.53846%;
        }

        .table-columns__13 .table-col.span-9 {
            width: 69.23077%;
        }

        .table-columns__13 .table-col.span-10 {
            width: 76.92308%;
        }

        .table-columns__13 .table-col.span-11 {
            width: 84.61538%;
        }

        .table-columns__13 .table-col.span-12 {
            width: 92.30769%;
        }

        .table-columns__13 .table-col.span-13 {
            width: 100%;
        }

        .table-columns__13 .table-col.span-14 {
            width: 107.69231%;
        }

        .table-columns__13 .table-col.span-15 {
            width: 115.38462%;
        }

        .table-columns__13 .table-col.span-16 {
            width: 123.07692%;
        }

        .table-columns__13 .table-col.span-17 {
            width: 130.76923%;
        }

        .table-columns__13 .table-col.span-18 {
            width: 138.46154%;
        }

        .table-columns__13 .table-col.span-19 {
            width: 146.15385%;
        }

        .table-columns__13 .table-col.span-20 {
            width: 153.84615%;
        }

    .table-columns__14 .table-col {
        width: 7.14286%;
    }

        .table-columns__14 .table-col.span-1 {
            width: 7.14286%;
        }

        .table-columns__14 .table-col.span-2 {
            width: 14.28571%;
        }

        .table-columns__14 .table-col.span-3 {
            width: 21.42857%;
        }

        .table-columns__14 .table-col.span-4 {
            width: 28.57143%;
        }

        .table-columns__14 .table-col.span-5 {
            width: 35.71429%;
        }

        .table-columns__14 .table-col.span-6 {
            width: 42.85714%;
        }

        .table-columns__14 .table-col.span-7 {
            width: 50%;
        }

        .table-columns__14 .table-col.span-8 {
            width: 57.14286%;
        }

        .table-columns__14 .table-col.span-9 {
            width: 64.28571%;
        }

        .table-columns__14 .table-col.span-10 {
            width: 71.42857%;
        }

        .table-columns__14 .table-col.span-11 {
            width: 78.57143%;
        }

        .table-columns__14 .table-col.span-12 {
            width: 85.71429%;
        }

        .table-columns__14 .table-col.span-13 {
            width: 92.85714%;
        }

        .table-columns__14 .table-col.span-14 {
            width: 100%;
        }

        .table-columns__14 .table-col.span-15 {
            width: 107.14286%;
        }

        .table-columns__14 .table-col.span-16 {
            width: 114.28571%;
        }

        .table-columns__14 .table-col.span-17 {
            width: 121.42857%;
        }

        .table-columns__14 .table-col.span-18 {
            width: 128.57143%;
        }

        .table-columns__14 .table-col.span-19 {
            width: 135.71429%;
        }

        .table-columns__14 .table-col.span-20 {
            width: 142.85714%;
        }

    .table-columns__15 .table-col {
        width: 6.66667%;
    }

        .table-columns__15 .table-col.span-1 {
            width: 6.66667%;
        }

        .table-columns__15 .table-col.span-2 {
            width: 13.33333%;
        }

        .table-columns__15 .table-col.span-3 {
            width: 20%;
        }

        .table-columns__15 .table-col.span-4 {
            width: 26.66667%;
        }

        .table-columns__15 .table-col.span-5 {
            width: 33.33333%;
        }

        .table-columns__15 .table-col.span-6 {
            width: 40%;
        }

        .table-columns__15 .table-col.span-7 {
            width: 46.66667%;
        }

        .table-columns__15 .table-col.span-8 {
            width: 53.33333%;
        }

        .table-columns__15 .table-col.span-9 {
            width: 60%;
        }

        .table-columns__15 .table-col.span-10 {
            width: 66.66667%;
        }

        .table-columns__15 .table-col.span-11 {
            width: 73.33333%;
        }

        .table-columns__15 .table-col.span-12 {
            width: 80%;
        }

        .table-columns__15 .table-col.span-13 {
            width: 86.66667%;
        }

        .table-columns__15 .table-col.span-14 {
            width: 93.33333%;
        }

        .table-columns__15 .table-col.span-15 {
            width: 100%;
        }

        .table-columns__15 .table-col.span-16 {
            width: 106.66667%;
        }

        .table-columns__15 .table-col.span-17 {
            width: 113.33333%;
        }

        .table-columns__15 .table-col.span-18 {
            width: 120%;
        }

        .table-columns__15 .table-col.span-19 {
            width: 126.66667%;
        }

        .table-columns__15 .table-col.span-20 {
            width: 133.33333%;
        }

    .table-columns__16 .table-col {
        width: 6.25%;
    }

        .table-columns__16 .table-col.span-1 {
            width: 6.25%;
        }

        .table-columns__16 .table-col.span-2 {
            width: 12.5%;
        }

        .table-columns__16 .table-col.span-3 {
            width: 18.75%;
        }

        .table-columns__16 .table-col.span-4 {
            width: 25%;
        }

        .table-columns__16 .table-col.span-5 {
            width: 31.25%;
        }

        .table-columns__16 .table-col.span-6 {
            width: 37.5%;
        }

        .table-columns__16 .table-col.span-7 {
            width: 43.75%;
        }

        .table-columns__16 .table-col.span-8 {
            width: 50%;
        }

        .table-columns__16 .table-col.span-9 {
            width: 56.25%;
        }

        .table-columns__16 .table-col.span-10 {
            width: 62.5%;
        }

        .table-columns__16 .table-col.span-11 {
            width: 68.75%;
        }

        .table-columns__16 .table-col.span-12 {
            width: 75%;
        }

        .table-columns__16 .table-col.span-13 {
            width: 81.25%;
        }

        .table-columns__16 .table-col.span-14 {
            width: 87.5%;
        }

        .table-columns__16 .table-col.span-15 {
            width: 93.75%;
        }

        .table-columns__16 .table-col.span-16 {
            width: 100%;
        }

        .table-columns__16 .table-col.span-17 {
            width: 106.25%;
        }

        .table-columns__16 .table-col.span-18 {
            width: 112.5%;
        }

        .table-columns__16 .table-col.span-19 {
            width: 118.75%;
        }

        .table-columns__16 .table-col.span-20 {
            width: 125%;
        }

    .table-columns__17 .table-col {
        width: 5.88235%;
    }

        .table-columns__17 .table-col.span-1 {
            width: 5.88235%;
        }

        .table-columns__17 .table-col.span-2 {
            width: 11.76471%;
        }

        .table-columns__17 .table-col.span-3 {
            width: 17.64706%;
        }

        .table-columns__17 .table-col.span-4 {
            width: 23.52941%;
        }

        .table-columns__17 .table-col.span-5 {
            width: 29.41176%;
        }

        .table-columns__17 .table-col.span-6 {
            width: 35.29412%;
        }

        .table-columns__17 .table-col.span-7 {
            width: 41.17647%;
        }

        .table-columns__17 .table-col.span-8 {
            width: 47.05882%;
        }

        .table-columns__17 .table-col.span-9 {
            width: 52.94118%;
        }

        .table-columns__17 .table-col.span-10 {
            width: 58.82353%;
        }

        .table-columns__17 .table-col.span-11 {
            width: 64.70588%;
        }

        .table-columns__17 .table-col.span-12 {
            width: 70.58824%;
        }

        .table-columns__17 .table-col.span-13 {
            width: 76.47059%;
        }

        .table-columns__17 .table-col.span-14 {
            width: 82.35294%;
        }

        .table-columns__17 .table-col.span-15 {
            width: 88.23529%;
        }

        .table-columns__17 .table-col.span-16 {
            width: 94.11765%;
        }

        .table-columns__17 .table-col.span-17 {
            width: 100%;
        }

        .table-columns__17 .table-col.span-18 {
            width: 105.88235%;
        }

        .table-columns__17 .table-col.span-19 {
            width: 111.76471%;
        }

        .table-columns__17 .table-col.span-20 {
            width: 117.64706%;
        }

    .table-columns__18 .table-col {
        width: 5.55556%;
    }

        .table-columns__18 .table-col.span-1 {
            width: 5.55556%;
        }

        .table-columns__18 .table-col.span-2 {
            width: 11.11111%;
        }

        .table-columns__18 .table-col.span-3 {
            width: 16.66667%;
        }

        .table-columns__18 .table-col.span-4 {
            width: 22.22222%;
        }

        .table-columns__18 .table-col.span-5 {
            width: 27.77778%;
        }

        .table-columns__18 .table-col.span-6 {
            width: 33.33333%;
        }

        .table-columns__18 .table-col.span-7 {
            width: 38.88889%;
        }

        .table-columns__18 .table-col.span-8 {
            width: 44.44444%;
        }

        .table-columns__18 .table-col.span-9 {
            width: 50%;
        }

        .table-columns__18 .table-col.span-10 {
            width: 55.55556%;
        }

        .table-columns__18 .table-col.span-11 {
            width: 61.11111%;
        }

        .table-columns__18 .table-col.span-12 {
            width: 66.66667%;
        }

        .table-columns__18 .table-col.span-13 {
            width: 72.22222%;
        }

        .table-columns__18 .table-col.span-14 {
            width: 77.77778%;
        }

        .table-columns__18 .table-col.span-15 {
            width: 83.33333%;
        }

        .table-columns__18 .table-col.span-16 {
            width: 88.88889%;
        }

        .table-columns__18 .table-col.span-17 {
            width: 94.44444%;
        }

        .table-columns__18 .table-col.span-18 {
            width: 100%;
        }

        .table-columns__18 .table-col.span-19 {
            width: 105.55556%;
        }

        .table-columns__18 .table-col.span-20 {
            width: 111.11111%;
        }

    .table-columns__19 .table-col {
        width: 5.26316%;
    }

        .table-columns__19 .table-col.span-1 {
            width: 5.26316%;
        }

        .table-columns__19 .table-col.span-2 {
            width: 10.52632%;
        }

        .table-columns__19 .table-col.span-3 {
            width: 15.78947%;
        }

        .table-columns__19 .table-col.span-4 {
            width: 21.05263%;
        }

        .table-columns__19 .table-col.span-5 {
            width: 26.31579%;
        }

        .table-columns__19 .table-col.span-6 {
            width: 31.57895%;
        }

        .table-columns__19 .table-col.span-7 {
            width: 36.84211%;
        }

        .table-columns__19 .table-col.span-8 {
            width: 42.10526%;
        }

        .table-columns__19 .table-col.span-9 {
            width: 47.36842%;
        }

        .table-columns__19 .table-col.span-10 {
            width: 52.63158%;
        }

        .table-columns__19 .table-col.span-11 {
            width: 57.89474%;
        }

        .table-columns__19 .table-col.span-12 {
            width: 63.15789%;
        }

        .table-columns__19 .table-col.span-13 {
            width: 68.42105%;
        }

        .table-columns__19 .table-col.span-14 {
            width: 73.68421%;
        }

        .table-columns__19 .table-col.span-15 {
            width: 78.94737%;
        }

        .table-columns__19 .table-col.span-16 {
            width: 84.21053%;
        }

        .table-columns__19 .table-col.span-17 {
            width: 89.47368%;
        }

        .table-columns__19 .table-col.span-18 {
            width: 94.73684%;
        }

        .table-columns__19 .table-col.span-19 {
            width: 100%;
        }

        .table-columns__19 .table-col.span-20 {
            width: 105.26316%;
        }

    .table-columns__20 .table-col {
        width: 5%;
    }

        .table-columns__20 .table-col.span-1 {
            width: 5%;
        }

        .table-columns__20 .table-col.span-2 {
            width: 10%;
        }

        .table-columns__20 .table-col.span-3 {
            width: 15%;
        }

        .table-columns__20 .table-col.span-4 {
            width: 20%;
        }

        .table-columns__20 .table-col.span-5 {
            width: 25%;
        }

        .table-columns__20 .table-col.span-6 {
            width: 30%;
        }

        .table-columns__20 .table-col.span-7 {
            width: 35%;
        }

        .table-columns__20 .table-col.span-8 {
            width: 40%;
        }

        .table-columns__20 .table-col.span-9 {
            width: 45%;
        }

        .table-columns__20 .table-col.span-10 {
            width: 50%;
        }

        .table-columns__20 .table-col.span-11 {
            width: 55%;
        }

        .table-columns__20 .table-col.span-12 {
            width: 60%;
        }

        .table-columns__20 .table-col.span-13 {
            width: 65%;
        }

        .table-columns__20 .table-col.span-14 {
            width: 70%;
        }

        .table-columns__20 .table-col.span-15 {
            width: 75%;
        }

        .table-columns__20 .table-col.span-16 {
            width: 80%;
        }

        .table-columns__20 .table-col.span-17 {
            width: 85%;
        }

        .table-columns__20 .table-col.span-18 {
            width: 90%;
        }

        .table-columns__20 .table-col.span-19 {
            width: 95%;
        }

        .table-columns__20 .table-col.span-20 {
            width: 100%;
        }

    .table_container {
        background: #FFF;
        overflow: hidden;
    }

        .table_container.no_bg {
            background: none;
        }

        .table_container table {
            /*width: 100%;*/
            border-collapse: collapse;
            background: #FFF;
            table-layout: fixed;
        }

            .table_container table th, .table_container table td {
                padding: 10px 20px;
                text-align: left;
            }

            .table_container table th {
                /*color: #898989;
      text-transform: uppercase;*/
                font-size: 18px;
                font-size: 1.125rem;
                padding-bottom: 0;
            }

                .table_container table th span {
                    text-transform: none;
                }

            .table_container table td {
                font-size: 16px;
                font-size: 1rem;
            }

            .table_container table tr.total td {
                padding: 20px;
            }

    .static_dist table.funds.distributions_table {
        width: 90%;
        max-height: 700px;
    }

    .scrollable {
        min-width: 980px;
        overflow: hidden;
    }

    @media only screen and (max-width: 1067px) {
        .scrollable table.funds {
            /*min-width: 1024px;*/
        }
    }

    .scroll-bar {
        background-color: #898989 !important;
        height: 10px;
    }

    table.border tr {
        border-bottom: 1px solid #CCC;
    }

    table.funds, table.commentary_perf_table {
        width: auto;
        border-collapse: collapse;
        table-layout: inherit;
    }

        table.funds .pdf_icon {
            max-width: 34px;
        }

        table.funds .compare {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            table.funds .compare .check {
                padding-right: 20px;
                padding-top: 4px;
            }

            table.funds .compare span {
                line-height: 1.4em;
                text-align: left;
            }

        table.funds thead th {
            background: #f8f8f8;
        }

        table.funds thead th, table.commentary_perf_table thead th {
            font-size: 14px;
            font-size: .875rem;
            color: #7b6e60;
            /*text-transform: uppercase;*/
            text-align: left;
            vertical-align: top;
        }

            table.funds thead th span {
                display: block;
                padding-top: 4px;
                font-size: 14px;
                font-size: 0.875rem;
            }

            table.funds thead th.ytd {
                color: #000;
            }

        table.funds tr.fund_class {
            text-align: left;
            vertical-align: top;
            border-top: 1px solid #cdcdcd;
            font-size: 18px;
            font-size: 1.125rem;
        }

            table.funds tr.fund_class th:first-child {
                text-transform: uppercase;
            }

        table.funds tr.yellow {
            background: #fcf2ce;
        }

        table.funds tr.blue {
            background: #e9f0f7;
        }

        table.funds tr.green {
            background: #f1f4ec;
        }

        table.funds tr.orange {
            background: #fee3ce;
        }

        table.funds tr.teal {
            background: #e9f3f7;
        }

        table.funds tr.purple {
            background: #c4b5d4;
        }

        table.funds thead th, table.commentary_perf_table thead th {
            border: 0;
            padding: 10px 10px;
            color: #000;
        }

        table.funds th, table.funds td, table.commentary_perf_table td {
            border: 0;
            padding: 10px;
            color: #000;
        }

        table.funds td, table.commentary_perf_table td {
            vertical-align: top;
            font-size: 16px;
            font-size: 1rem;
        }

        table.funds tr.fund {
            /*font-family: StoneSans_Medium;*/
            font-family: var(--font-family);
        }

        table.funds div.indent {
            padding-left: 15px;
        }

        table.funds tr.benchmark .compare span {
            font-weight: 300;
        }

        table.funds tr.pre_header th {
            padding: 10px 10px 5px 10px;
        }

        table.funds.performance_table tr.pre_header .pre_header_title {
            text-align: center;
            border-bottom: solid 1px #cdcdcd;
            background: #f8f8f8;
            color: #000;
            font-size: 14px;
            font-size: 0.875rem;
            /*text-transform: uppercase;*/
        }

        table.funds tr.post_header th {
            padding: 10px 10px 5px 10px;
            border: solid 1px #cdcdcd;
        }

        table.funds.performance_table tr.post_header .post_header_title,
        table.funds tr.post_header .post_header_title {
            text-align: center;
            /*/background: #718246;*/
            color: #000;
            font-size: 14px;
            font-size: 0.875rem;
            /*text-transform: uppercase;*/
        }

        table.funds.overview_table thead th:nth-child(1),
        table.funds.overview_table tbody th:nth-child(1),
        table.funds.overview_table tbody td:nth-child(1) {
            width: 25%;
            text-align: left;
        }

        table.funds.commentary_perf_table th,
        table.funds.commentary_perf_table td {
            text-align: right;
        }

    table.characteristics th:nth-child(1),
    table.characteristics td:nth-child(1) {
        width: 60%;
        text-align: left;
    }

    table.funds.commentary_table th:nth-child(1),
    table.funds.commentary_table td:nth-child(1) {
        width: 75%;
        text-align: left;
    }

    table.funds.overview_table thead th:nth-child(2) {
        width: 35%;
    }

    table.funds.performance_table thead th:nth-child(1),
    table.funds.performance_table tbody th:nth-child(1),
    table.funds.performance_table tbody td:nth-child(1) {
        width: 25%;
        text-align: left;
    }

        table.funds.performance_table thead th:nth-child(1).child,
        table.funds.performance_table th:nth-child(1).child,
        table.funds.performance_table td:nth-child(1).child {
            width: 100%;
        }

    table.funds.performance_table th[scope="row"] {
        font-size: 16px;
        font-size: 1rem;
    }

    table.prem_disc th {
        border-bottom: 1px solid var(--secondary-color);
    }

    table.prem_disc th, table.prem_disc td {
        padding: 5px 20px 5px 0;
    }

    table.no_prem_disc_pr_yr th:nth-last-child(1), table.no_prem_disc_pr_yr td:nth-last-child(1) {
        display: none;
    }

    table.esgchars td .sub-text {
        padding-top: 5px;
        font-size: 0.75px;
        font-size: 12px;
    }

    table.funds.performance_table thead th:not(:nth-child(1)),
    table.funds.performance_table td:not(:nth-child(1)),
    table.funds.commentary_table td:not(:nth-child(1)),
    table.funds.distributions_table thead th:not(:nth-child(1)),
    table.funds.distributions_table td:not(:nth-child(1)),
    table.characteristics th:not(:nth-child(1)),
    table.characteristics td:not(:nth-child(1)),
    table.breakdowns th:not(:nth-child(1)),
    table.breakdowns td:not(:nth-child(1)),
    table.esgchars th:not(:nth-child(1)),
    table.esgchars td:not(:nth-child(1)),
    table.funds.calendar_table thead th:not(:nth-child(1)),
    table.funds.calendar_table td:not(:nth-child(1)),
    table.top_10 th:nth-last-child(1),
    table.top_10 td:nth-last-child(1),
    table.top_10_daily th:nth-child(n+4),
    table.top_10_daily td:nth-child(n+4),
    table.prem_disc th:not(:nth-child(1)),
    table.prem_disc td:not(:nth-child(1)) {
        text-align: right;
    }

    table.top_10_daily tr:nth-child(n+12) {
        display: none;
    }

    table.top_10_daily tr:nth-last-child(1) {
        display: table-row !important;
    }

    table.funds.performance_table td.strategy_desc {
        text-align: left;
    }

    table.funds.yield_table thead th:nth-child(1) {
        width: 25%;
    }

    table.funds.yield_table th[scope='row'] {
        font-size: 16px;
        font-size: 1rem;
        font-weight: 300;
    }

    table.funds.calendar_table thead th:nth-child(1) {
        width: 25%;
    }

    table.funds.calendar_table th, table.funds.calendar_table td {
        text-align: left;
    }

        table.funds.calendar_table th[scope='row'] {
            font-size: 16px;
            font-size: 1rem;
            font-weight: 300;
        }

    table.funds.ms_ratings_table thead th:nth-child(1),
    table.funds.ms_ratings_table tbody th:nth-child(1),
    table.funds.ms_ratings_table tbody td:nth-child(1) {
        width: 25%;
        text-align: left;
    }

    table.funds.ms_ratings_table span.stars {
        color: var(--secondary-color);
        white-space: nowrap;
    }

    table.funds.ms_ratings_table span.rating_results {
        font-size: 16px;
        font-size: 1rem;
        display: block;
        margin-top: 8px;
    }

    table.funds.lipper_ratings_table thead th:nth-child(1),
    table.funds.lipper_ratings_table tbody th:nth-child(1),
    table.funds.lipper_ratings_table tbody td:nth-child(1) {
        width: 25%;
        text-align: left;
    }

    table.funds.lipper_ratings_table div.lipper_rating {
        font-weight: 400;
    }

        table.funds.lipper_ratings_table div.lipper_rating > span {
            display: block;
            white-space: nowrap;
        }

    table.funds.resources thead th:not(:nth-child(1)), table.funds.resources td:not(:nth-child(1)) {
        text-align: center;
    }
    /*
table.funds.lit_table thead th:not(:nth-child(-n+2)), table.funds.lit_table td:not(:nth-child(-n+2)) {
    text-align: center;
}
*/

    table.funds.lit_table {
        width: 100%;
    }

        table.funds.lit_table td:nth-child(1) {
            /*width: 25%;*/
        }

        table.funds.lit_table tr.post_header .post_header_title {
            text-align: center;
            /*/background: #718246;*/
            color: #000;
            font-size: 14px;
            font-size: 0.875rem;
        }

        table.funds.lit_table tr.pre_header th, table.funds.lit_table tr.post_header th {
            padding: 10px 10px 5px 10px;
            border: solid 1px #718246;
        }

        table.funds.lit_table th {
            font-size: 1rem;
            font-size: 16px;
        }

        table.funds.lit_table td {
            font-size: 0.875rem;
            font-size: 14px;
        }

        table.funds.lit_table a {
            color: #000;
        }

        .view-controls {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row;
            flex-flow: row;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            justify-content: space-between;
            width: 100%;
        }

        .view-controls ul {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: start;
            -ms-flex-align: start;
            align-items: flex-start;
            list-style: none;
        }

        .view-controls .views {
            padding: 0;
            height: 50px;
        }

            .view-controls .views li {
                font-size: 16px;
                font-size: 1rem;
                /*text-transform: uppercase;*/
                padding: 10px 17px 7px;
                border-bottom: 1px solid var(--primary-color);
                line-height: 1;
                cursor: pointer;
                max-width: 200px;
                height: 50px;
                text-align: center;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-orient: vertical;
                -webkit-box-direction: normal;
                -ms-flex-flow: column;
                flex-flow: column;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
            }

                .view-controls .views li:hover, .view-controls .views li.active {
                    background: #fff;
                    border: solid 1px var(--primary-color);
                    border-radius: 5px;
                    color: var(--primary-color);
                }

        .view-controls .view-types {
            margin-left: auto;
        }

            .view-controls .view-types li {
                width: 40px;
                height: 40px;
                margin-left: 10px;
                border-radius: 5px;
                cursor: pointer;
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
            }

                .view-controls .view-types li > svg {
                    width: 100%;
                    height: 100%;
                }

                    .view-controls .view-types li > svg * {
                        fill: #C2D8FF;
                        -webkit-transition: fill 200ms ease-in-out;
                        transition: fill 200ms ease-in-out;
                    }

                .view-controls .view-types li:hover > svg *, .view-controls .view-types li.active > svg * {
                    fill: var(--primary-color);
                }

        .view-controls select.views {
            border: none;
            background-color: #fff;
            color: var(--primary-color);
            padding-left: 10px;
            display: none;
        }

    @media only screen and (max-width: 768px) {
        .view-controls {
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        }

            .view-controls ul.views {
                display: none;
            }

            .view-controls select.views {
                display: block;
            }
    }

    .view-container .view {
        display: none;
        background: #FFF;
        padding: 20px 0;
    }

        .view-container .view.active-view {
            display: block;
        }

        .view-container .view table.funds {
            min-width: 980px;
        }

    .view-container .table,
    .view-container .chart {
        display: none;
    }

        .view-container .table.active-view-type,
        .view-container .chart.active-view-type {
            display: block;
        }

        .view-container .table.active-view-flex {
            display: flex;
            justify-content: center;
            padding-top: 0;
        }

    .chart {
        width: 100%;
        min-height: 500px;
        padding: 30px;
        background: #fff;
    }

    @media only screen and (max-width: 822px) {
        .growth-chart, .hide-fund-video {
            display: none !important;
        }
    }


    .piechart {
        width: 100%;
        min-height: 300px;
        padding: 15px;
        background: #fff;
    }

    .google-visualization-table-table {
        width: auto !important;
        font-family: 'StoneSans_Medium' !important;
    }

    .google-visualization-table-tr-head {
        background-color: #fff !important;
    }

    .google-visualization-table-table td,
    .google-visualization-table-table th {
        border: none !important;
    }

    .google-visualization-table-table tr {
        background-color: #fff !important;
    }

    .google-visualization-formatters-bars > .google-charts-bar-s, .google-visualization-formatters-bars > .google-charts-bar-w {
        background-image: none !important;
    }

    .chart-footnote {
        font-size: 1rem;
        font-size: 16px;
        text-align: left;
        margin: 20px 0;
        width: 100%;
    }

        .chart-footnote p {
            font-size: 1rem;
            font-size: 16px;
        }

    .col-xs-12 .chart-footnote {
        padding: 0;
    }

    .cta_bar {
        width: 100%;
        /*text-align: center;*/
        margin-top: 20px;
    }

    @media only screen and (max-width: 619px) {
        .cta_bar a.btn {
            width: 100%;
        }
    }

    @media only screen and (min-width: 620px) {
        .bootstrap_cta_bar .btn {
            margin: 0 40px;
        }

        .bootstrap_cta_bar.mobile {
            display: none;
        }

        .bootstrap_cta_bar {
            margin: 10px 0;
        }

            .bootstrap_cta_bar .cta_desc {
                font-size: 1.25rem;
                font-size: 20px;
                color: #000;
            }
    }

    @media only screen and (max-width: 619px) {
        .bootstrap_cta_bar.desktop {
            display: none;
        }

        .bootstrap_cta_bar .btn {
            margin: 0;
        }
    }

    .funds_cards_carousel {
        padding: 50px 0;
        overflow: hidden;
        position: relative;
        visibility: hidden;
    }

        .funds_cards_carousel:before {
            content: '';
            width: 50px;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            z-index: 10;
            background: white;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: -webkit-gradient(linear, left top, right top, from(white), to(rgba(255, 255, 255, 0)));
            background: linear-gradient(to right, white, rgba(255, 255, 255, 0));
            /* Standard syntax */
        }

        .funds_cards_carousel:after {
            content: '';
            width: 50px;
            height: 100%;
            position: absolute;
            top: 0;
            right: 0;
            z-index: 10;
            background: white;
            /* For browsers that do not support gradients */
            /* For Safari 5.1 to 6.0 */
            /* For Opera 11.1 to 12.0 */
            /* For Firefox 3.6 to 15 */
            background: -webkit-gradient(linear, right top, left top, from(white), to(rgba(255, 255, 255, 0)));
            background: linear-gradient(to left, white, rgba(255, 255, 255, 0));
            /* Standard syntax */
        }

    @media only screen and (max-width: 619px) {
        .funds_cards_carousel:before, .funds_cards_carousel:after {
            display: none;
        }
    }

    .funds_cards_carousel.slick-initialized {
        visibility: visible;
    }

    .funds_cards_carousel .slick-list {
        overflow: visible;
    }

    .funds_cards_carousel .fund_card {
        min-height: 250px;
        background-color: #FFF;
        -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
        -webkit-transition: -webkit-transform ease .3s;
        transition: -webkit-transform ease .3s;
        transition: transform ease .3s;
        transition: transform ease .3s, -webkit-transform ease .3s;
        margin-left: 10px;
        margin-right: 10px;
        padding: 20px 15px 20px 10px;
    }

    .funds_cards_carousel .fund_card-title {
        font-size: 26px;
        font-size: 1.625rem;
        line-height: 1.0em;
        text-transform: uppercase;
        /*font-family: StoneSans_Medium;*/
        font-family: var(--font-family);
    }

        .funds_cards_carousel .fund_card-title span {
            text-transform: none;
        }

    .funds_cards_carousel .fund_card-symbol {
        font-size: 18px;
        font-size: 1.125rem;
        color: #708a39;
        text-transform: capitalize;
        /*font-family: StoneSans_Medium;*/
        font-family: var(--font-family);
    }

        .funds_cards_carousel .fund_card-symbol span {
            text-decoration: none;
        }

    .funds_cards_carousel .fund_card.strategy-color-yellow {
        border-top: 3px solid #EEC100;
    }

    .funds_cards_carousel .fund_card.strategy-color-blue {
        border-top: 3px solid #1661A7;
    }

    .funds_cards_carousel .fund_card.strategy-color-green {
        border-top: 3px solid #708A39;
    }

    .funds_cards_carousel .fund_card.strategy-color-orange {
        border-top: 3px solid #E48E2D;
    }

    .funds_cards_carousel .fund_card.strategy-color-teal {
        border-top: 3px solid #1384A7;
    }

    .funds_cards_carousel .fund_card.strategy-color-merlot {
        border-top: 3px solid #8c0047;
    }

    .funds_cards_carousel .fund_card.strategy-color-purple {
        border-top: 3px solid #582c83;
    }

    .funds_cards_carousel .fund_card .fund_card_body {
        font-size: 18px;
        font-size: 1.125rem;
        color: #898989;
        padding-top: 20px;
    }

    .funds_cards_carousel .fund_card .fund_details {
        /*font-family: StoneSans_Medium;*/
        font-family: var(--font-family);
    }

        .funds_cards_carousel .fund_card .fund_details span {
            display: block;
            color: #000;
            font-family: var(--font-family);
        }

    @media only screen and (min-width: 620px) {
        .funds_cards_carousel .slick-current.fund_card {
            z-index: 100;
            -webkit-transform: scale(1.2);
            transform: scale(1.2);
        }
    }

    .background-gray .funds_cards_carousel:before {
        background: #f7f7f7;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: -webkit-gradient(linear, left top, right top, from(#f7f7f7), to(rgba(247, 247, 247, 0)));
        background: linear-gradient(to right, #f7f7f7, rgba(247, 247, 247, 0));
        /* Standard syntax */
    }

    .background-gray .funds_cards_carousel:after {
        background: #f7f7f7;
        /* For browsers that do not support gradients */
        /* For Safari 5.1 to 6.0 */
        /* For Opera 11.1 to 12.0 */
        /* For Firefox 3.6 to 15 */
        background: -webkit-gradient(linear, right top, left top, from(#f7f7f7), to(rgba(247, 247, 247, 0)));
        background: linear-gradient(to left, #f7f7f7, rgba(247, 247, 247, 0));
        /* Standard syntax */
    }

    .rating {
        /*font-family: StoneSans_Medium;*/
        font-family: var(--font-family);
        margin-bottom: 20px;
    }

        .rating .stars {
            display: block;
            white-space: nowrap;
        }

            .rating .stars span {
                font-size: 20px;
                font-size: 1.25rem;
                color: #000;
            }

        .rating .place {
            padding-top: 10px;
            padding-bottom: 10px;
            display: block;
            color: var(--secondary-color);
            /*font-family: StoneSans_Medium;*/
            font-family: var(--font-family);
            font-size: 30px;
            font-size: 1.875rem;
        }

            .rating .place sup {
                font-size: 20px;
                font-size: 1.25rem;
            }

    .video_wrapper {
        display: block;
        position: relative;
        max-width: 100%;
    }

        .video_wrapper .video_container {
            padding-top: 56.25%;
        }

        .video_wrapper .video,
        .video_wrapper iframe,
        .video_wrapper embed,
        .video_wrapper object {
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            bottom: 0;
            right: 0;
            left: 0;
            border: 0;
        }

    .embed-container {
        position: relative;
        padding-bottom: 56.25%;
        height: 0;
        overflow: hidden;
        max-width: 100%;
    }

        .embed-container embed,
        .embed-container iframe,
        .embed-container object {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
        }

    input[type=checkbox] {
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        vertical-align: middle;
        border: 1px solid #bbb;
        width: 20px;
        height: 20px;
        position: relative;
    }

        input[type=checkbox]:after {
            font-family: FontAwesome;
            content: "\f00c";
            font-size: 16px;
            color: var(--primary-color);
            width: 21px;
            height: 21px;
            /*background: url(../images/icon_checkmark.svg) no-repeat center;*/
            background-size: contain;
            position: absolute;
            top: 0;
            right: -5px;
            display: none;
            outline: none;
        }

        input[type=checkbox]:checked:after {
            display: block;
        }

    .radio_field {
        overflow: hidden;
    }

        .radio_field > div {
            display: inline-block;
            padding-right: 10px;
        }

            .radio_field > div:last-of-type {
                padding-right: 0;
            }

        .radio_field input {
            position: absolute !important;
            clip: rect(0, 0, 0, 0);
            height: 1px;
            width: 1px;
            border: 0;
            overflow: hidden;
        }

            .radio_field input:checked + label {
                background-color: var(--primary-color);
                -webkit-box-shadow: none;
                box-shadow: none;
                color: #FFF;
            }

        .radio_field label {
            background-color: #FFF;
            font-size: 18px;
            line-height: 18px;
            text-align: center;
            border: 1px solid var(--primary-color);
            border-radius: 20px;
            color: var(--primary-color);
            padding: 12px 16px 8px 16px;
            -webkit-transition: all 0.3s ease-out;
            transition: all 0.3s ease-out;
        }

            .radio_field label:hover {
                cursor: pointer;
                background-color: var(--primary-color);
                color: #FFF;
            }

    .expander {
        display: none;
    }

    .text-link {
        background: -webkit-gradient(linear, left top, left bottom, from(var(--primary-color)), to(var(--primary-color)));
        background: linear-gradient(to bottom, var(--primary-color) 0%, var(--primary-color) 100%);
        background-position: 0 100%;
        background-repeat: repeat-x;
        background-size: 4px .1em;
        color: #000;
        text-decoration: none;
        -webkit-transition: .2s ease;
        transition: .2s ease;
        padding: 2px;
    }

        .text-link:hover {
            color: #fff;
            text-decoration: none;
            background-size: 8px 2em;
        }

    .accordion {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom: 60px;
    }

        .accordion > li {
            position: relative;
            display: block;
            margin: 0;
            padding: 30px 80px 30px 50px;
            margin-left: -10px;
            margin-right: -10px;
        }

            .accordion > li .trigger {
                cursor: pointer;
            }

            .accordion > li .icon {
                position: absolute;
                width: 20px;
                height: 20px;
                top: 29px;
                left: 15px;
                font-size: 20px;
                font-size: 1.25rem;
            }

                .accordion > li .icon .fas {
                    color: var(--primary-color);
                }

                .accordion > li .icon .fa-plus {
                    display: block;
                }

                .accordion > li .icon .fa-minus {
                    display: none;
                }

            .accordion > li .title {
                color: var(--secondary-color);
                font-size: 24px;
                font-size: 1.5rem;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

            .accordion > li .content {
                font-size: 20px;
                font-size: 1.25rem;
                padding: 20px 0 10px 0;
                display: none;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

            .accordion > li .trigger.open .icon .fas {
                color: var(--primary-color);
            }

            .accordion > li .trigger.open .icon .fa-plus {
                display: none;
            }

            .accordion > li .trigger.open .icon .fa-minus {
                display: block;
            }

    @media only screen and (max-width: 1067px) {
        .accordion {
            margin-bottom: 40px;
        }

            .accordion h3 {
                margin-bottom: 10px;
                font-size: 28px;
                font-size: 1.75rem;
            }

            .accordion > li {
                padding: 20px 15px 20px 40px;
            }

                .accordion > li .icon {
                    left: 11px;
                    top: 19px;
                }

                .accordion > li .content {
                    padding: 10px 0;
                }
    }

    .glossary {
        list-style: none;
        padding: 0;
        margin: 0;
        margin-bottom: 30px;
    }

        .glossary > li {
            position: relative;
            display: block;
            margin: 0;
            padding: 0px 80px 20px 50px;
            margin-left: -10px;
            margin-right: -10px;
        }

    .audio_bar {
        background: #f1f3f4;
        text-align: center;
    }

        .audio_bar audio {
            width: 100%;
            max-width: 1240px;
            margin: 0 auto;
        }

    .scroll-wrapper {
        overflow: hidden !important;
        padding: 0 !important;
        position: relative;
    }

        .scroll-wrapper > .scroll-content {
            border: none !important;
            -webkit-box-sizing: content-box !important;
            box-sizing: content-box !important;
            height: auto;
            left: 0;
            margin: 0;
            max-height: none;
            max-width: none !important;
            overflow: scroll !important;
            padding: 10px 0;
            position: relative !important;
            top: 0;
            width: auto !important;
        }

            .scroll-wrapper > .scroll-content::-webkit-scrollbar {
                height: 0;
                width: 0;
            }

        .scroll-wrapper.scroll--rtl {
            direction: rtl;
        }

    .scroll-element {
        -webkit-box-sizing: content-box;
        box-sizing: content-box;
        display: none;
    }

        .scroll-element div {
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
        }

        .scroll-element .scroll-bar,
        .scroll-element .scroll-arrow {
            cursor: default;
        }

        .scroll-element.scroll-x.scroll-scrollx_visible, .scroll-element.scroll-y.scroll-scrolly_visible {
            display: block;
        }

    .scroll-textarea {
        border: 1px solid #cccccc;
        border-top-color: #999999;
    }

        .scroll-textarea > .scroll-content {
            overflow: hidden !important;
        }

            .scroll-textarea > .scroll-content > textarea {
                border: none !important;
                -webkit-box-sizing: border-box;
                box-sizing: border-box;
                height: 100% !important;
                margin: 0;
                max-height: none !important;
                max-width: none !important;
                overflow: scroll !important;
                outline: none;
                padding: 2px;
                position: relative !important;
                top: 0;
                width: 100% !important;
            }

                .scroll-textarea > .scroll-content > textarea::-webkit-scrollbar {
                    height: 0;
                    width: 0;
                }

    .scrollbar-dynamic > .scroll-element,
    .scrollbar-dynamic > .scroll-element div {
        background: none;
        border: none;
        margin: 0;
        padding: 0;
        position: absolute;
        z-index: 10;
    }

        .scrollbar-dynamic > .scroll-element div {
            display: block;
            height: 100%;
            left: 0;
            top: 0;
            width: 100%;
        }

        .scrollbar-dynamic > .scroll-element.scroll-x {
            bottom: 2px;
            height: 7px;
            left: 0;
            min-width: 100%;
            width: 100%;
        }

        .scrollbar-dynamic > .scroll-element.scroll-y {
            height: 100%;
            min-height: 100%;
            right: 2px;
            top: 0;
            width: 7px;
        }

        .scrollbar-dynamic > .scroll-element .scroll-element_outer {
            opacity: 0.3;
            border-radius: 12px;
        }

        .scrollbar-dynamic > .scroll-element .scroll-element_size {
            background-color: #cccccc;
            opacity: 0;
            border-radius: 12px;
            -webkit-transition: opacity 0.2s;
            transition: opacity 0.2s;
        }

        .scrollbar-dynamic > .scroll-element .scroll-bar {
            background-color: #6c6e71;
            border-radius: 7px;
        }

        /* scrollbar height/width & offset from container borders */
        .scrollbar-dynamic > .scroll-element.scroll-x .scroll-bar {
            bottom: 0;
            height: 7px;
            min-width: 24px;
            top: auto;
        }

        .scrollbar-dynamic > .scroll-element.scroll-y .scroll-bar {
            left: auto;
            min-height: 24px;
            right: 0;
            width: 7px;
        }

        .scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_outer {
            bottom: 0;
            top: auto;
            left: 2px;
            -webkit-transition: height 0.2s;
            transition: height 0.2s;
        }

        .scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_outer {
            left: auto;
            right: 0;
            top: 2px;
            -webkit-transition: width 0.2s;
            transition: width 0.2s;
        }

        .scrollbar-dynamic > .scroll-element.scroll-x .scroll-element_size {
            left: -4px;
        }

        .scrollbar-dynamic > .scroll-element.scroll-y .scroll-element_size {
            top: -4px;
        }

        /* update scrollbar offset if both scrolls are visible */
        .scrollbar-dynamic > .scroll-element.scroll-x.scroll-scrolly_visible .scroll-element_size {
            left: -11px;
        }

        .scrollbar-dynamic > .scroll-element.scroll-y.scroll-scrollx_visible .scroll-element_size {
            top: -11px;
        }

        /* hover & drag */
        .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer,
        .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer {
            overflow: hidden;
            -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";
            filter: alpha(opacity=70);
            opacity: 0.7;
        }

            .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-element_size,
            .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-element_size {
                opacity: 1;
            }

            .scrollbar-dynamic > .scroll-element:hover .scroll-element_outer .scroll-bar,
            .scrollbar-dynamic > .scroll-element.scroll-draggable .scroll-element_outer .scroll-bar {
                height: 100%;
                width: 100%;
                border-radius: 12px;
            }

        .scrollbar-dynamic > .scroll-element.scroll-x:hover .scroll-element_outer,
        .scrollbar-dynamic > .scroll-element.scroll-x.scroll-draggable .scroll-element_outer {
            height: 20px;
            min-height: 7px;
        }

        .scrollbar-dynamic > .scroll-element.scroll-y:hover .scroll-element_outer,
        .scrollbar-dynamic > .scroll-element.scroll-y.scroll-draggable .scroll-element_outer {
            min-width: 7px;
            width: 20px;
        }


    .tooltip_templates {
        display: none;
    }

    .tooltip {
        cursor: pointer;
        color: var(--key-stats-color);
    }

    .tooltipster-base .tooltipster-box {
        background: #FFF;
        border: 1px solid var(--secondary-color);
        border-radius: 0;
    }

    .tooltipster-base .tooltipster-content {
        padding: 10px;
        max-width: 600px;
        color: #000;
    }

    .tooltipster-base .tooltipster-arrow {
        display: none;
    }

    html {
        font-size: 100%;
        overflow-x: hidden;
    }

    html, body {
        overflow-x: hidden;
    }

    body {
        background-color: white;
        font-size: 16px;
        font-size: 1rem;
        font-family: var(--font-family);
        /*font-family: 'StoneSans_Medium';*/
        color: #444444;
    }

    main {
        position: relative;
        margin-top: 120px;
        width: 100%;
        height: 100%;
        display: block;
    }

        main:before, main:after {
            content: " ";
            display: table;
        }

        main:after {
            clear: both;
        }

    @media only screen and (max-width: 1023px) {
        main {
            margin-top: 0;
        }
    }

    section {
        background: #FFF;
        /*max-width: 80%;*/
        margin: 0 auto;
    }

    @media only screen and (min-width: 1283px) {
        section {
            max-width: 100%;
        }
    }

    section.background-gray {
        background: #F8F8F8;
    }

    .module_spacing {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .module_spacing--medium {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .module_spacing--small {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    .module_spacing--none {
        padding-top: 0;
        padding-bottom: 0;
    }

    .module_spacing--no-top {
        padding-top: 0;
    }

    .module_spacing--no-bottom {
        padding-bottom: 0;
    }

    @media only screen and (max-width: 620px) {
        .module_spacing {
            padding-top: 30px;
            padding-bottom: 30px;
        }
    }

    .module_spacing .layout {
        padding-bottom: 30px;
    }

        .module_spacing .layout:last-of-type {
            padding-bottom: 0;
        }

    .toggle_block .container {
        border-bottom: 1px solid #999;
    }

    .toggle {
        cursor: pointer;
    }

    .expand-module {
        background: #FFF;
        padding-top: 35px;
    }

        .expand-module.background-gray {
            background: #F8F8F8;
        }

    .top_border {
        position: relative;
    }

        .top_border:before {
            content: '';
            width: 1240px;
            height: 1px;
            background: var(--primary-color);
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            margin: 0 auto;
        }

    .text_left {
        text-align: left;
    }

    .text_center {
        text-align: center;
    }

    .text_right {
        text-align: right;
    }

    .image_align-left {
        background-position: center left;
    }

    .image_align-center {
        background-position: center;
    }

    .image_align-right {
        background-position: center right;
    }

    img {
        max-width: 100%;
    }

    a {
        color: var(--link-primary-color);
        text-decoration: none;
        position: relative;
    }

        a:hover {
            text-decoration: underline;
            color: var(--link-primary-hover-color);
        }

        a.external:after {
            content: '\f35d';
            font-family: "Font Awesome 5 Free";
            font-style: normal;
            font-weight: 900;
            font-variant-caps: normal;
            -webkit-font-variant-ligatures: normal;
            font-variant-ligatures: normal;
            text-rendering: auto;
            -webkit-font-smoothing: antialiased;
            padding-left: 8px;
        }

    p {
        margin: 0 0 20px 0;
    }

    ul, ol {
        padding-left: 25px;
        margin-bottom: 0;
    }

    button {
        cursor: pointer;
    }

    strong {
        font-family: var(--font-family);
    }

    .sr-only {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

        /*
* Extends the .visuallyhidden class to allow the element to be focusable
* when navigated to via the keyboard: h5bp.com/p
*/
        .sr-only.focusable:active,
        .sr-only.focusable:focus {
            clip: auto;
            height: auto;
            margin: 0;
            overflow: visible;
            position: static;
            width: auto;
        }

    .hidden {
        display: none !important;
    }

    section .heading {
        /*text-align: center;*/
        margin-bottom: 20px;
        /*
	.heading {
		margin-bottom: 20px;
	}
	*/
    }

        section .heading .as-of-dt, .as-of-dt {
            font-size: 0.875rem;
            font-size: 14px;
            text-transform: none;
        }

    .image_fit img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
    }

    .image_fit.compat-object-fit {
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

        .image_fit.compat-object-fit img {
            opacity: 0;
            filter: alpha(opacity=0);
        }

    .alignnone {
        margin: 5px 20px 20px 0;
    }

    .aligncenter,
    div.aligncenter {
        display: block;
        margin: 5px auto 5px auto;
    }

    .alignright {
        float: right;
        margin: 5px 0 20px 20px;
    }

    .alignleft {
        float: left;
        margin: 5px 20px 20px 0;
    }

    @media only screen and (max-width: 480px) {
        .text_left {
            float: none;
        }

        .alignleft {
            float: none;
        }
    }

    header {
        height: 120px;
        position: absolute;
        left: 0;
        right: 0;
        background: #FFF;
        z-index: 601;
    }

    #bootstrap_cta {
        height: auto;
        position: absolute;
        left: 0;
        right: 0;
        background: #897c6c;
        z-index: 501;
    }

    header:before, header:after {
        content: " ";
        display: table;
    }

    header:after {
        clear: both;
    }

    header.sticky, #bootstrap_cta.sticky {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
    }

    header .container .row {
        /*border-bottom: 1px solid #ccc;*/
    }

    header .logo {
        width: 100%;
        max-width: 300px;
        max-height: 85px;
        position: relative;
        z-index: 500;
        position: absolute;
        left: 0;
        bottom: 15px;
    }

        header .logo img {
            max-width: 300px;
            max-height: 85px;
        }

    header .extra {
        position: absolute;
        right: 0;
        bottom: 10px;
        z-index: 602;
    }

        header .extra ul {
            margin: 0;
            padding: 0;
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-end;
        }

            header .extra ul li {
                margin: 0 0 0 20px;
            }

        header .extra a.searchBtn {
            width: 30px;
            height: 30px;
            display: block;
        }

            header .extra a.searchBtn img {
                width: 30px;
                height: 30px;
                max-width: none;
            }

        header .extra a.btn {
            width: 180px;
            min-width: unset;
            height: 40px;
            padding: 10px;
            line-height: 1.2;
        }

    @media only screen and (max-width: 1199px) {
        header .extra {
            bottom: unset;
            top: 15px;
        }
    }

    header button.mobile_search {
        position: absolute;
        right: 60px;
        margin: 0;
        padding: 0;
        border: 0;
        background: none;
        width: 25px;
        height: 25px;
        display: none;
        z-index: 499;
    }

    @media only screen and (max-width: 1283px) {
        header .container {
            width: auto;
            margin-left: 20px;
            margin-right: 20px;
        }
    }

    @media only screen and (max-width: 1023px) {
        header {
            height: 100px;
            position: relative;
            top: 0;
        }

            header .logo {
                max-width: 180px;
                top: 15px;
            }

            header .extra {
                display: none;
            }

            header button.mobile_search {
                display: block;
                top: 40px;
            }
    }

    @media only screen and (max-width: 822px) {
        header {
            height: 70px;
            top: 0;
        }

            header .logo {
                max-width: 100px;
                top: 15px;
            }

                header .logo img {
                    max-width: unset;
                    max-height: 50px;
                }

            header .extra {
                display: none;
            }

            header button.mobile_search {
                display: block;
                top: 25px;
            }
    }

    footer .main_footer {
        background: var(--footer-bg-color);
        padding: 60px 0 40px 0;
    }

    footer .main_footer-top {
        padding-bottom: 20px;
    }

        footer .main_footer-top [class*='col-']:nth-child(-n+2) {
            padding-bottom: 40px;
        }

    @media only screen and (max-width: 620px) {
        footer .main_footer-top [class*='col-']:nth-child(2) {
            -webkit-box-ordinal-group: 6;
            -ms-flex-order: 5;
            order: 5;
        }
    }

    footer .main_footer-top .row {
        /*border-bottom: 1px solid #FFF;*/
        margin-bottom: 40px;
    }

    footer .main_footer-top .footer_logo {
        max-width: 276px;
    }

    footer .main_footer-top .row .col:nth-child(2) {
        min-width: 340px;
    }

    footer .main_footer-bottom p {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 400;
        color: #FFF;
        /*font-family: 'StoneSans_Medium'; */
        font-family: var(--font-family);
    }

    footer .main_footer-bottom a {
        color: #FFF;
        /*text-decoration: underline;*/
    }

    footer .footer_site_links {
        margin: 0 0 40px 0;
        padding: 0;
        list-style: none;
    }

        footer .footer_site_links li {
            margin-bottom: 10px;
        }

            footer .footer_site_links li a {
                color: #FFF;
                /*text-transform: uppercase;*/
            }

                footer .footer_site_links li a span {
                    text-transform: none;
                }

    footer ul.footer_secondary_links {
        margin: 0 0 20px 0;
        padding: 0;
        list-style: none;
    }

        footer ul.footer_secondary_links li {
            padding-right: 15px;
            margin-right: 10px;
            position: relative;
            display: inline-block;
        }

            footer ul.footer_secondary_links li:after {
                /*content: '|';*/
                position: absolute;
                right: 0;
                top: 0;
                bottom: 0;
                margin: auto;
                color: #FFF;
            }

            footer ul.footer_secondary_links li:last-child:after {
                display: none;
            }

            footer ul.footer_secondary_links li a {
                color: #FFF;
                font-size: 16px;
                font-size: 1rem;
                text-decoration: underline;
                /*text-transform: uppercase;*/
            }

                footer ul.footer_secondary_links li a span {
                    text-transform: none;
                }

    .toolbar {
        width: 100%;
        /*background: #f8f8f8;
    height: 50px;*/
        text-align: right;
        /*padding-top: 5px;*/
        position: absolute;
        bottom: 10px;
        z-index: 602;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
        visibility: hidden;
    }

        .toolbar.visible {
            visibility: visible;
        }

        .toolbar ul.toolbar_list {
            margin: 0;
            padding: 0;
            list-style: none;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-direction: row;
            flex-direction: row;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: end;
            -ms-flex-pack: end;
            justify-content: flex-start;
        }

            .toolbar ul.toolbar_list li {
                margin: 0;
                line-height: 1.9em;
                padding-left: 10px;
                padding-right: 15px;
                position: relative;
            }

                .toolbar ul.toolbar_list li:after {
                    content: '|';
                    position: absolute;
                    right: 0;
                    top: 0;
                    font-size: 16px;
                    font-size: 1rem;
                    color: var(--secondary-color);
                }

                .toolbar ul.toolbar_list li:last-child {
                    padding-right: 0;
                }

                    .toolbar ul.toolbar_list li:last-child:after {
                        display: none;
                    }

                .toolbar ul.toolbar_list li a {
                    display: inline-block;
                    height: 40px;
                    margin-top: 6px;
                    /*color: var(--secondary-color);
            font-family: 'StoneSans_Medium';
            font-family: var(--font-family);
            /*text-transform: uppercase;*/
                    text-decoration: none;
                    padding-left: 4px;
                }

    @media only screen and (max-width: 1283px) {
        .toolbar .container {
            width: auto;
            margin-left: 20px;
            margin-right: 20px;
        }
    }

    @media only screen and (max-width: 1023px) {
        .toolbar {
            display: none;
        }
    }

    #navigation {
        position: absolute;
        bottom: 10px;
        right: 0;
        left: 0;
    }

    nav {
        position: relative;
        z-index: 499;
        /* mega menu list */
        /* a top level navigation item in the mega menu */
        /* first descendant link within a top level navigation item */
        /* focus/open states of first descendant link within a top level navigation item */
        /* open state of first descendant link within a top level navigation item */
        /* sub-navigation panel */
        /* sub-navigation panel open state */
    }

        nav .nav-menu {
            display: block;
            position: relative;
            list-style: none;
            margin: 0;
            padding: 0;
            z-index: 15;
            text-align: center;
            font-size: 0;
        }

        nav .nav-item {
            list-style: none;
            display: inline-block;
            vertical-align: top;
            text-align: left;
            margin: 0;
            padding-right: 20px;
        }

            nav .nav-item > a.top_level_menu {
                /*color: var(--mega-menu-top-nav-color);*/
                /*font-weight:600;*/
            }

.menu_title > a.second_level_menu, .section_title > a.second_level_menu {
    font-weight: 600;
    color: var(--mega-menu-top-nav-color);
}

nav .nav-item > a {
    position: relative;
    display: block;
    margin: 0;
    padding: 0;
    height: 39px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.2em;
    font-weight: 500;
    /*text-transform: uppercase;*/
    color: var(--mega-menu-top-nav-color);
    text-decoration: none;
    border-bottom: 4px solid transparent;
    cursor: pointer;
}

        nav .nav-item > a.open,
        nav .nav-item > a:focus,
        nav .nav-item > a:hover {
            cursor: pointer;
            border-bottom: 4px solid var(--primary-color) !important;
        }

        nav .nav-item > a.open {
            background-color: #fff;
            border-bottom: none;
            z-index: 1;
            pointer-events: none;
        }

    nav .sub-nav {
        font-size: 16px;
        font-size: 1rem;
        position: absolute;
        left: -20px;
        right: -20px;
        padding: 40px 0 60px 0;
        background: #f8f8f8;
        visibility: hidden;
        -webkit-transition: visibility 100ms linear 400ms;
        transition: visibility 100ms linear 400ms;
    }

        nav .sub-nav:before, nav .sub-nav:after {
            content: " ";
            display: table;
        }

        nav .sub-nav:after {
            clear: both;
        }

    @media only screen and (min-width: 1284px) {
        nav .sub-nav {
            left: -9999px;
            right: -9999px;
        }
    }

    nav .sub-nav .container,
    nav .sub-nav .row {
        position: relative;
        height: auto;
    }

    nav .sub-nav .section_title {
        text-transform: uppercase;
        color: var(--primary-color);
        font-size: 19px;
        font-size: 1.1875rem;
        font-family: var(--font-family);
        margin-bottom: 25px;
    }

    nav .sub-nav .menu_wrap {
        margin-bottom: 40px;
    }

        nav .sub-nav .menu_wrap:last-of-type {
            margin-bottom: 0;
        }

    nav .sub-nav .menu_title {
        color: #000;
        font-size: 18px;
        font-size: 1.125rem;
        font-family: var(--font-family);
        /*text-transform: uppercase;*/
        margin-bottom: 10px;
    }

    nav .sub-nav ul {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        nav .sub-nav ul li {
            margin-bottom: 8px;
        }

            nav .sub-nav ul li a {
                color: var(--mega-menu-top-nav-color);
                font-family: var(--font-family);
            }

    nav .sub-nav .menu_promo {
        width: 100%;
        padding: 20px;
        border-radius: 5px;
        background: var(--primary-color);
        color: #fff;
    }

        nav .sub-nav .menu_promo .promo_title {
            font-family: var(--font-family);
            color: #fff;
            /*color: var(--secondary-color);*/
            font-size: 16px;
            font-size: 1rem;
            text-transform: uppercase;
            margin-bottom: 5px;
        }

            nav .sub-nav .menu_promo .promo_title span {
                text-transform: none;
            }

        nav .sub-nav .menu_promo .featured_fund {
            border-top: 3px solid #708a39;
            padding: 40px 20px;
            height: 360px;
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            background-size: cover;
            background-position: center bottom;
            background-repeat: no-repeat;
        }

            nav .sub-nav .menu_promo .featured_fund .fund_title {
                font-size: 44px;
                font-size: 2.75rem;
                text-transform: uppercase;
                color: #FFF;
                margin-bottom: 15px;
            }

                nav .sub-nav .menu_promo .featured_fund .fund_title span {
                    text-transform: none;
                }

            nav .sub-nav .menu_promo .featured_fund .fund_subtitle {
                font-size: 20px;
                font-size: 1.25rem;
                /*text-transform: uppercase;*/
                color: #FFF;
                margin-bottom: 15px;
            }

                nav .sub-nav .menu_promo .featured_fund .fund_subtitle span {
                    text-transform: none;
                }

            nav .sub-nav .menu_promo .featured_fund .fund_details {
                color: #FFF;
                margin-top: 20px;
                margin-bottom: 25px;
            }

                nav .sub-nav .menu_promo .featured_fund .fund_details h3 {
                    margin-bottom: 4px;
                    font-size: 20px;
                    font-size: 1.25rem;
                    line-height: 20px;
                    font-family: var(--font-family);
                }

                nav .sub-nav .menu_promo .featured_fund .fund_details p {
                    margin: 0 0 20px 0;
                    padding: 0;
                }

                    nav .sub-nav .menu_promo .featured_fund .fund_details p:last-of-type {
                        margin-bottom: 0;
                    }

            nav .sub-nav .menu_promo .featured_fund .fund_cta a {
                min-width: unset;
            }

        nav .sub-nav .menu_promo .featured_article .featured_image {
            width: 100%;
            height: 150px;
            margin-bottom: 20px;
            background-size: cover;
            background-position: center;
            background-repeat: no-repeat;
        }

        nav .sub-nav .menu_promo .featured_article .featured_content h3 {
            font-size: 20px;
            font-size: 1.25rem;
            /*font-family: 'StoneSans_Medium';*/
            font-family: var(--font-family);
            color: #fff;
            margin-bottom: 10px;
        }

            nav .sub-nav .menu_promo .featured_article .featured_content h3 a {
                color: #fff;
                text-decoration: underline;
                text-transform: none;
                /*font-family: 'StoneSans_Medium';*/
                font-family: var(--font-family);
            }

        nav .sub-nav .menu_promo .featured_article .featured_content p {
            line-height: 1.4em;
            margin: 0 0 15px 0;
            font-size: 16px;
            font-size: 1rem;
        }

        nav .sub-nav .menu_promo .featured_article .featured_content a {
            text-transform: uppercase;
            font-family: var(--font-family);
        }

        nav .sub-nav .menu_promo.profile {
            text-align: center;
        }

            nav .sub-nav .menu_promo.profile .team_member {
                margin-top: 10px;
            }

            nav .sub-nav .menu_promo.profile .profile_image {
                width: 170px;
                height: 170px;
                margin: 0px auto 30px;
            }

                nav .sub-nav .menu_promo.profile .profile_image img {
                    border-radius: 50%;
                    display: block;
                }

            nav .sub-nav .menu_promo.profile .profile_content {
                text-align: center;
            }

                nav .sub-nav .menu_promo.profile .profile_content p {
                    font-size: 20px;
                    margin-bottom: 0;
                }

                nav .sub-nav .menu_promo.profile .profile_content h5 {
                    color: #fff;
                    font-size: 20px;
                    font-size: 1.25rem;
                    margin-bottom: 0;
                    /*font-family: 'StoneSans_Medium';*/
                    font-family: var(--font-family);
                }

                nav .sub-nav .menu_promo.profile .profile_content p {
                    font-size: 16px;
                    font-size: 1rem;
                    margin: 0 0 20px 0;
                }

                nav .sub-nav .menu_promo.profile .profile_content a {
                    font-family: var(--font-family);
                }

    nav .sub-nav.open {
        visibility: visible;
        -webkit-transition-delay: 500ms;
        transition-delay: 500ms;
    }

    @media only screen and (max-width: 1283px) {
        nav .nav-menu {
            text-align: right;
        }
    }

    @media only screen and (max-width: 1283px) {
        #navigation {
            display: none;
        }
    }

    nav.mobile-menu {
        position: absolute;
        top: 40px;
        right: 0px;
        z-index: 501;
        width: 35px;
        height: 20px;
        display: none;
    }

    @media only screen and (max-width: 1283px) {
        nav.mobile-menu {
            display: block;
        }
    }

    @media only screen and (max-width: 822px) {
        nav.mobile-menu {
            top: 25px;
        }
    }

    nav.mobile-menu #nav-dash {
        width: 35px;
        height: 40px;
        position: relative;
        /* IE 9 */
        -webkit-transform: rotate(0);
        /* Chrome, Safari, Opera */
        transform: rotate(0);
        -webkit-transition: all 0.5s ease-out;
        transition: all 0.5s ease-out;
        cursor: pointer;
        border: 0;
        margin: 0;
        padding: 0;
        background: none;
    }

        nav.mobile-menu #nav-dash span {
            display: block;
            position: absolute;
            height: 3px;
            width: 100%;
            background: var(--primary-color);
            opacity: 1;
            left: 0;
            /* IE 9 */
            -webkit-transform: rotate(0);
            /* Chrome, Safari, Opera */
            transform: rotate(0);
            -webkit-transition: all 0.2s ease-out;
            transition: all 0.2s ease-out;
        }

            nav.mobile-menu #nav-dash span:nth-child(1) {
                top: 0;
            }

            nav.mobile-menu #nav-dash span:nth-child(2), nav.mobile-menu #nav-dash span:nth-child(3) {
                top: 8px;
            }

            nav.mobile-menu #nav-dash span:nth-child(4) {
                top: 16px;
            }

        nav.mobile-menu #nav-dash.open span:nth-child(1) {
            top: 8px;
            width: 0%;
            left: 50%;
        }

        nav.mobile-menu #nav-dash.open span:nth-child(2) {
            /* IE 9 */
            -webkit-transform: rotate(45deg);
            /* Chrome, Safari, Opera */
            transform: rotate(45deg);
        }

        nav.mobile-menu #nav-dash.open span:nth-child(3) {
            /* IE 9 */
            -webkit-transform: rotate(-45deg);
            /* Chrome, Safari, Opera */
            transform: rotate(-45deg);
        }

        nav.mobile-menu #nav-dash.open span:nth-child(4) {
            top: 8px;
            width: 0%;
            left: 50%;
        }

    #mobileMenu {
        top: 70px;
        position: fixed;
        width: 100%;
        z-index: 499;
        display: none;
        border-top: 1px solid var(--secondary-color);
        /*
    @include respond-at(1023px) {
        top: 100px;
    }

    @include respond-at(822px) {
        top: 70px;
    }
    */
    }

        #mobileMenu .button {
            padding: 10px;
        }

        #mobileMenu a.btn {
            display: block;
            min-width: unset;
        }

    #searchbox .searchbox_wrap,
    #inline-searchbox .searchbox_wrap {
        padding: 90px 0;
        position: relative;
    }

        #searchbox .searchbox_wrap .search_input:focus + .autocomplete,
        #inline-searchbox .searchbox_wrap .search_input:focus + .autocomplete {
            display: block;
        }

        #searchbox .searchbox_wrap .autocomplete,
        #inline-searchbox .searchbox_wrap .autocomplete {
            width: 100%;
            background: #FFF;
            display: none;
            position: relative;
        }

            #searchbox .searchbox_wrap .autocomplete ul,
            #inline-searchbox .searchbox_wrap .autocomplete ul {
                margin: 0;
                padding: 0;
                list-style: none;
            }

                #searchbox .searchbox_wrap .autocomplete ul li,
                #inline-searchbox .searchbox_wrap .autocomplete ul li {
                    margin-bottom: 0;
                }

                    #searchbox .searchbox_wrap .autocomplete ul li a,
                    #inline-searchbox .searchbox_wrap .autocomplete ul li a {
                        color: #000;
                        padding: 10px 50px;
                        font-size: 24px;
                        font-size: 1.5rem;
                        text-decoration: none;
                        display: block;
                    }

                        #searchbox .searchbox_wrap .autocomplete ul li a:hover,
                        #inline-searchbox .searchbox_wrap .autocomplete ul li a:hover {
                            background: #718246;
                        }

                        #searchbox .searchbox_wrap .autocomplete ul li a span,
                        #inline-searchbox .searchbox_wrap .autocomplete ul li a span {
                            color: #897c6c;
                        }

    #searchbox label,
    #inline-searchbox label {
        font-size: 40px;
        font-size: 2.5rem;
        color: #000;
        font-family: var(--font-family);
        margin-bottom: 20px;
        display: block;
    }

    #searchbox .search_input,
    #inline-searchbox .search_input {
        width: 100%;
        height: 70px;
        background-image: url("img/icon_search-red.svg");
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: left center;
        border: 0;
        border-bottom: 1px solid var(--primary-color);
        background-color: transparent;
        font-size: 34px;
        font-size: 2.125rem;
        color: #000;
        padding-left: 45px;
    }

    #searchbox .searchClose,
    #inline-searchbox .searchClose {
        position: absolute;
        right: 20px;
        top: 20px;
        width: 24px;
        height: 24px;
        margin: 0;
        padding: 0;
        border: 0;
        background: none;
    }

    @media only screen and (max-width: 1068px) {
        #searchbox .container,
        #inline-searchbox .container {
            width: auto;
            margin-left: 20px;
            margin-right: 20px;
        }
    }

    @media only screen and (max-width: 1023px) {
        #searchbox label,
        #inline-searchbox label {
            font-size: 32px;
            font-size: 2rem;
        }
    }

    @media only screen and (max-width: 822px) {
        #searchbox label,
        #inline-searchbox label {
            font-size: 28px;
            font-size: 1.75rem;
        }
    }

    #searchbox {
        width: 100%;
        background: #f8f8f8;
        position: absolute;
        z-index: 450;
        display: none;
        border-top: 1px solid var(--secondary-color);
    }

    .ui-autocomplete {
        z-index: 10000;
    }

    .sharing {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        overflow: hidden;
        width: 40px;
    }

    .related-insights .sharing {
        position: absolute;
        top: 20px;
        right: 0;
    }

    .sharing.large-fixed {
        position: fixed;
        top: 50%;
        right: 0;
        overflow: hidden;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        z-index: 603;
        width: 80px;
        height: 80px;
    }

        .sharing.large-fixed .share-icon {
            width: 79px;
            height: 53px;
            font-size: 40px;
            line-height: 88px;
            background-size: 30px;
            border-left: 1px solid var(--secondary-color);
            border-top: 1px solid var(--secondary-color);
            position: absolute;
            top: 0;
            right: 0;
        }

        .sharing.large-fixed .addthis_toolbox {
            padding: 2px 85px 0 5px;
            background-color: rgba(45, 45, 45, 0.9);
            height: 77px;
        }

            .sharing.large-fixed .addthis_toolbox a {
                font-size: 36px;
                line-height: 70px;
                height: 66px;
            }

        .sharing.large-fixed .share-title {
            background: #FFF;
            position: absolute;
            right: 0;
            bottom: 3px;
            z-index: 600;
            display: block;
            width: 79px;
            padding-top: 4px;
            padding-bottom: 4px;
            text-align: center;
            border-left: 1px solid var(--secondary-color);
            border-bottom: 1px solid var(--secondary-color);
        }

    @media only screen and (max-width: 1068px) {
        .sharing.large-fixed {
            display: none;
        }
    }

    .printing.large-fixed-upper {
        position: fixed;
        top: 40%;
        right: 0;
        overflow: hidden;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        cursor: pointer;
        z-index: 603;
        width: 80px;
        height: 80px;
    }

    @media only screen and (max-height: 800px) {
        .printing.large-fixed-upper {
            top: 35%;
        }
    }

    @media only screen and (max-height: 520px) {
        .printing.large-fixed-upper {
            top: 30%;
        }
    }

    @media only screen and (max-height: 400px) {
        .printing.large-fixed-upper {
            top: 25%;
        }
    }

    .printing.large-fixed-upper .print-icon {
        width: 79px;
        height: 53px;
        font-size: 40px;
        line-height: 88px;
        background-size: 30px;
        border-left: 1px solid var(--secondary-color);
        border-top: 1px solid var(--secondary-color);
        position: absolute;
        top: 0;
        right: 0;
    }
/*sysys sharing component*/
.sharing {
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  overflow: hidden;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 0;
  top: 50px;
  color: #000;
  z-index: 600;
}

  .sharing.active .share-icon {
    color: #fff;
    background-color: #2d2d2d;
    background-image: url(https://www.matthewsasia.com/Static/images/icon_share-white.png);
    border-left: 1px solid transparent;
    border-top: 1px solid transparent;
  }

  .sharing.active .share-buttons {
    pointer-events: all;
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .sharing .share-icon {
    width: 40px;
    height: 40px;
    background-color: #fff;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 603;
    font-size: 24px;
    text-align: center;
    line-height: 44px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-image: url(../images/icon_share-blue.svg);
    background-size: 20px;
    background-position: center;
    background-repeat: no-repeat;
  }

  .sharing .share-buttons {
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    background-color: #2d2d2d;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 45px 0 5px;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    pointer-events: none;
  }

    .sharing .share-buttons .share-btn {
      margin-right: 8px;
    }

      .sharing .share-buttons .share-btn i {
        cursor: pointer;
        color: #fff;
      }

  .sharing.large-fixed {
    position: fixed;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 80px;
    width: 80px;
    z-index: 603;
  }
    .sharing.large-fixed .share-icon {
        width: 79px;
        height: 53px;
        font-size: 40px;
        line-height: 88px;
        background-size: 30px;
        border-left: 1px solid var(--primary-color);
        border-top: 1px solid var(--primary-color);
        position: absolute;
        top: 0;
        right: 0;
    }

  .sharing.large-fixed.active .share-buttons {
    padding-right: 80px;
    padding-left: 16px;
  }

    .sharing.large-fixed .share-title {
        background: #FFF;
        position: absolute;
        right: 0;
        bottom: 3px;
        z-index: 600;
        display: block;
        width: 79px;
        padding-top: 4px;
        padding-bottom: 4px;
        text-align: center;
        border-left: 1px solid var(--primary-color);
        border-bottom: 1px solid var(--primary-color);
    }

@media only screen and (max-width: 1068px) {
  .sharing.large-fixed {
    display: none;
  }
}
  /* .sharing.large-fixed {
    position: fixed;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 80px;
    height: 80px;
  }





*/
  /*.sharing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  overflow: hidden;
  width: 40px; }
  .related-insights .sharing {
    position: absolute;
    top: 20px;
    right: 0; }

    .sharing.large-fixed .addthis_toolbox {
      padding: 2px 85px 0 5px;
      background-color: rgba(45, 45, 45, 0.9);
      height: 77px; }
      .sharing.large-fixed .addthis_toolbox a {
        font-size: 36px;
        line-height: 70px;
        height: 66px; }
 }*/
  .printing.large-fixed-upper {
    position: fixed;
    top: 40%;
    right: 0;
    overflow: hidden;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    cursor: pointer;
    z-index: 603;
    width: 80px;
    height: 80px;
  }

  @media only screen and (max-height: 800px) {
    .printing.large-fixed-upper {
      top: 35%;
    }
  }

  @media only screen and (max-height: 520px) {
    .printing.large-fixed-upper {
      top: 30%;
    }
  }

  @media only screen and (max-height: 400px) {
    .printing.large-fixed-upper {
      top: 25%;
    }
  }

  .printing.large-fixed-upper .print-icon {
    width: 79px;
    height: 53px;
    font-size: 40px;
    line-height: 88px;
    background-size: 30px;
    border-left: 1px solid #af8a55;
    border-top: 1px solid #af8a55;
    position: absolute;
    top: 0;
    right: 0;
  }

    .printing.large-fixed-upper .print-title {
        background: #FFF;
        position: absolute;
        right: 0;
        bottom: 3px;
        z-index: 600;
        display: block;
        width: 79px;
        padding-top: 4px;
        padding-bottom: 4px;
        text-align: center;
        border-left: 1px solid var(--secondary-color);
        border-bottom: 1px solid var(--secondary-color);
    }

    @media only screen and (max-width: 1068px) {
        .printing.large-fixed-upper {
            display: none;
        }
    }

    @media only screen and (max-height: 300px) {
        .printing.large-fixed-upper {
            display: none;
        }
    }

    .printing .print-icon {
        width: 40px;
        height: 40px;
        background-color: #fff;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        font-size: 24px;
        text-align: center;
        line-height: 44px;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        background-image: url(../images/icon_printer_dark_red.png);
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }

    .sharing .share-icon {
        width: 40px;
        height: 40px;
        background-color: #fff;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: 0;
        z-index: 10;
        font-size: 24px;
        text-align: center;
        line-height: 44px;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        background-image: url(../images/icon_share-blue.svg);
        background-size: 20px;
        background-position: center;
        background-repeat: no-repeat;
    }

        .sharing .share-icon.share-left {
            left: 1px;
            top: 1px;
        }

    .sharing .addthis_toolbox {
        -webkit-transition: .3s ease;
        transition: .3s ease;
        background-color: #2d2d2d;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 2px 45px 0 5px;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        opacity: 0;
        pointer-events: none;
    }

        .sharing .addthis_toolbox a {
            color: #fff;
            font-size: 26px;
            line-height: 30px;
            height: 28px;
            overflow: hidden;
            margin: 5px;
        }

        .sharing .addthis_toolbox.tooltip {
            background-color: rgba(45, 45, 45, 0.9);
            padding: 2px 5px 0 45px;
            -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
        }

    .sharing.active {
        width: auto;
    }

        .sharing.active .share-icon {
            color: #fff;
            background-color: #2d2d2d;
            background-image: url(../images/icon_share-white.png);
            border-left: 1px solid transparent;
            border-top: 1px solid transparent;
        }

        .sharing.active .share-title {
            background-color: #2d2d2d;
            border-left: 1px solid transparent;
            border-bottom: 1px solid transparent;
            color: #FFF;
        }

        .sharing.active .addthis_toolbox {
            pointer-events: all;
            opacity: 1;
            -webkit-transform: translateX(0);
            transform: translateX(0);
        }

            .sharing.active .addthis_toolbox.tooltip {
                -webkit-transform: translateX(0);
                transform: translateX(0);
            }

    .g1 .connect_with_us h2 {
        /*color: var(--secondary-color);
    margin-bottom: 30px;*/
        font-size: 40px;
        font-size: 2.5rem;
        /*font-family: 'StoneSans_Medium';*/
        font-family: var(--font-family);
    }

    .g1 h3 {
        margin-bottom: 20px;
        color: #000;
        font-size: 24px;
        font-size: 1.5rem;
    }

    .g1 p {
        font-size: 16px;
        font-size: 1rem;
        line-height: 1.3em;
    }

    @media only screen and (max-width: 822px) {
        .g1 p {
            font-size: 18px;
            font-size: 1.125rem;
        }
    }

    .g1 .form {
        margin-top: 30px;
    }

        .g1 .form label {
            font-size: 16px;
            font-size: 1rem;
        }

    .g1 .field.buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    @media only screen and (max-width: 619px) {
        .g1 .field.buttons:last-of-type {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-direction: column;
            flex-direction: column;
        }

            .g1 .field.buttons:last-of-type button.btn {
                margin-bottom: 0;
            }
    }

    section .heading {
        /*text-align: center;*/
        margin-bottom: 25px;
    }

        section .heading h2 {
            margin-bottom: 0;
        }

        section .heading > *:last-child {
            margin-bottom: 0;
        }

    @media only screen and (max-width: 768px) {
        section .heading {
            margin-bottom: 20px;
        }
    }

    section.tbd {
        height: 500px;
        border: 2px solid #666;
        background: #999;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        opacity: 0.25;
    }

        section.tbd .heading {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column;
            flex-flow: column;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin: 0;
        }

    i.fad, em.fad {
        --fa-primary-color: var(--primary-color);
        --fa-secondary-color: var(--secondary-color);
    }

    i.fa-thin, i.fa-regular, i.fa-light,
    em.fa-thin, em.fa-regular, em.fa-light {
        color: var(--fa-icon-primary-color);
    }

    i.fad__transition, em.fad__transition {
        --fa-primary-color: #0e2f57;
        --fa-secondary-color: var(--secondary-color);
    }

    .fa-font-bold {
        /*font-family: StoneSans_Bold;*/
        font-family: var(--font-family);
    }

    .fa-font-medium {
        /*font-family: StoneSans_Semibold;*/
        font-family: var(--font-family);
    }

    .fa-font-regular {
        /*font-family: 'StoneSans_Medium';*/
        font-family: var(--font-family);
    }

    .fad::before {
        left: 0;
        right: 0;
    }

    em.fal, em.far, em.fa {
        color: var(--primary-color);
    }

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        em.fad {
            color: var(--primary-color);
        }
    }

    .pdf-icon {
        display: block;
        width: 34px;
        height: 32px;
        background: url(../images/icon_pdf.png) no-repeat center;
        background-size: contain;
        position: absolute;
        top: 0px;
        left: 0px;
    }

.link-to-pdf,
.link-to-xls {
    font-size: 1rem; /* 16px */
    color: var(--body-font-color);
    display: inline-flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
    padding-right: 20px;
    text-decoration: none; /* Optional: prevent underlines */
    gap: 0.5rem; /* Optional: spacing between icon and text */
}


    .xls-icon {
        display: block;
        width: 34px;
        height: 32px;
        background: url(../images/icon_xls.png) no-repeat center;
        background-size: contain;
        position: absolute;
        top: 0px;
        left: 0px;
    }


    .link-to-pdf .pdf-icon, .link-to-xls .xls-icon {
        top: -8px;
        left: 20px;
    }

    .link-to-pdf:hover, .link-to-xls:hover {
        text-decoration: none;
    }

    .no-wrap {
        white-space: nowrap;
    }

    .wrap {
        display: block;
    }

    .fund-comparison-btn-panel {
        display: flex;
        justify-content: space-between;
        padding: 0 20px;
    }

        .fund-comparison-btn-panel .btn_icon {
            padding: 0 20px;
        }

        .fund-comparison-btn-panel label {
            font-size: 16px;
            font-size: 1rem;
            color: var(--secondary-color);
            /*text-transform: uppercase;*/
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
            -webkit-box-pack: center;
            -ms-flex-pack: center;
            justify-content: center;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            margin-top: 15px;
            display: inline-block;
            padding: 0 10px 0 5px;
        }


    .performance_table tr.benchmark-data {
        display: none;
    }

        .performance_table tr.benchmark-data td:first-child {
            font-style: italic;
            padding-left: 20px;
        }

    .performance_table tr.etf-fund-data {
        border-top: none;
    }

        .performance_table tr.etf-fund-data td:first-child {
            font-style: normal;
            padding-left: 20px;
        }

    .performance_table tr.fund-row,
    .calendar_table tr.fund-row,
    .lit_table tr.fund-row,
    .overview_table tr.fund-row,
    .ms_ratings_table tr.fund-row,
    .lipper_ratings_table tr.fund-row,
    .breakdowns tr.fund-row,
    .top_10 tr.fund-row,
    .top_10_daily tr.fund-row,
    .distributions_table tr.fund-row,
    .characteristics tr.fund-row,
    .esgchars tr {
        border-top: solid 1px #cdcdcd;
    }

    @media only screen and (max-width: 1067px) {
        section.fund-comparison .fund-compare-btn {
            display: none;
        }
    }

    .btn-container {
        width: 100%;
        /*text-align: center;*/
        margin: 20px 0;
        /*padding-left: 20px;*/
        padding-right: 20px;
    }

    .blue-link {
        font-size: 16px;
        color: var(--primary-color);
        text-decoration: underline;
    }
  .red-link {
    font-size: 16px;
    color: #c00000;
    text-decoration: underline;
  }

  @media only screen and (max-width: 768px) {
    section {
      max-width: 100%;
      overflow: hidden;
    }
  }

  .m0 hr {
    margin-bottom: 50px;
  }

    .m0 hr:before, .m0 hr:after {
      content: " ";
      display: table;
    }

    .m0 hr:after {
      clear: both;
    }

    .m1 {
        height: 892px;
        margin: 0 auto;
        overflow: hidden;
        position: relative;
        background-size: cover;
        background-repeat: no-repeat;
        /* Style the container for the player */
        /* Style the player within the container */
        /* Hide the player control bar */
        /* Remove click events on the player */
    }

    .m1:before, .m1:after {
      content: " ";
      display: table;
    }

    .m1:after {
      clear: both;
    }

    .m1 .container {
      position: relative;
      z-index: 10;
    }

    .m1 .marquee-bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden;
      z-index: 1;
      min-width: 100%;
      min-height: 100%;
    }

    .m1 .full-bg {
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      overflow: hidden;
      z-index: 1;
      min-width: 100%;
      min-height: 100%;
    }

    @media only screen and (max-width: 1283px) {
        .m1 {
            max-width: 100%
        }
    }

    @media only screen and (max-width: 767px) {
        .m1 .full-bg {
            display: none;
        }
    }

  .m1 .full-bg .video-js {
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    height: 100%;
    min-width: 100%;
    min-height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .m1 .full-bg .vjs-tech {
    -o-object-fit: cover;
    object-fit: cover;
  }

  .m1 .video-js .vjs-control-bar {
    display: none;
  }

  .m1 .video-js {
    pointer-events: none;
  }

    .m1 .hero__message {
        color: #FFF;
        margin: 60px 0;
    }

        .m1 .hero__message.inline {
            display: inline-flex;
            align-items: flex-end;
            position: relative
        }

            .m1 .hero__message.inline h1,
            .m1 .hero__message.inline h2 {
                margin: 0;
                position: relative;
            }

            .m1 .hero__message.inline h2 {
                padding-left: 20px;
                font-size: 2.5rem;
                font-size: 40px;
                line-height: 48px;
                bottom: 2rem;
            }

        .m1 .hero__message h1 {
            font-size: 144px;
            font-size: 9rem;
            font-weight: 200;
            line-height: 9rem;
            margin-top: 10px;
        }

        .m1 .hero__message .eyebrow {
            color: #FFF;
            font-size: 16px;
            font-size: 1rem;
            /*border-bottom: 1px solid #FFF;*/
        }

    .m1 .hero__message a.btn,
    .m1 .hero__message a.btn_play {
      margin-right: 15px;
      margin-bottom: 20px;
    }

  @media only screen and (max-width: 822px) {
    .m1 {
      height: 480px;
    }

    .m1 .hero__message h1 {
        font-size: 80px;
        font-size: 5rem;
        line-height: 5rem;
    }

      .m1 .hero__message .eyebrow {
        font-size: 16px;
        font-size: 1rem;
      }
  }

    @media only screen and (max-width: 619px) {
        .m1 {
            min-height: 380px;
            min-width: 100%;
            padding: 50px 0;
        }

      .m1 a.btn,
      .m1 a.btn_play {
        width: 100%;
      }
  }

  .m1.insights-header {
    background-position: top;
    overflow: hidden;
  }

    .m1.insights-header:before {
      z-index: 5;
      content: '';
      position: absolute;
      top: 150px;
      left: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0);
      /* For browsers that do not support gradients */
      /* For Safari 5.1 to 6.0 */
      /* For Opera 11.1 to 12.0 */
      /* For Firefox 3.6 to 15 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
      background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
      /* Standard syntax */
    }

    .m1.insights-header .container {
      z-index: 10;
    }

    .m1.insights-header a.btn {
      margin-top: 20px;
    }

    .m1.insights-header .eyebrow {
      width: 50%;
      letter-spacing: 3px;
    }

  .m2 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

    .m2 .fund_finder ::-webkit-input-placeholder {
      color: #000;
    }

    .m2 .fund_finder :-moz-placeholder {
      color: #000;
    }

    .m2 .fund_finder ::-moz-placeholder {
      color: #000;
    }

    .m2 .fund_finder :-ms-input-placeholder {
      color: #000;
    }

    .m2 .fund_finder .fund_search {
      width: 100%;
    }

  @media only screen and (min-width: 1068px) {
    .m2 .fund_finder .fund_search {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      position: relative;
    }
  }

  @media only screen and (max-width: 1067px) {
    .m2 .fund_finder .fund_search {
      margin-bottom: 40px;
    }
  }

    .m2 .fund_finder .fund_search input[type=text] {
        background: transparent;
        border: 0;
        border-bottom: 1px solid var(--primary-color);
        height: 46px;
        color: #000;
        font-size: 24px;
        font-size: 1.5rem;
        /*font-family: 'StoneSans_Medium';*/
        font-family: var(--font-family);
        padding-right: 40px;
        background-image: url("img/icon_search-red.svg");
        background-repeat: no-repeat;
        background-size: 30px;
        background-position: 99% center;
    }

  @media only screen and (min-width: 1068px) {
    .m2 .fund_finder .fund_search input[type=text] {
      -webkit-box-flex: 2;
      -ms-flex: 2 1 0px;
      flex: 2 1 0;
    }
  }

  @media only screen and (max-width: 1067px) {
    .m2 .fund_finder .fund_search input[type=text] {
      display: block;
      width: 100%;
      margin-top: 10px;
    }
  }

  @media only screen and (min-width: 1068px) {
    .m2 .fund_finder .fund_search label {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
    }
  }

  @media only screen and (max-width: 1067px) {
    .m2 .fund_finder .fund_search label {
      width: 100%;
      display: block;
    }
  }

    .m2 .fund_finder label {
        font-size: 24px;
        font-size: 1.5rem;
        text-transform: uppercase;
        color: var(--secondary-color);
        /*font-family: 'StoneSans_Medium';*/
        font-family: var(--font-family);
        margin-bottom: 0;
        white-space: nowrap;
    }

  .m2 .fund_finder .fund_select {
    width: 100%;
  }

    .m2 .fund_finder .fund_select select.styled {
      border-bottom: 0;
      width: auto;
    }

  @media only screen and (max-width: 1067px) {
    .m2 .fund_finder .fund_select label {
      display: block;
    }
  }

  @media only screen and (min-width: 1068px) {
    .m2 .fund_finder .fund_select {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
    }

            .m2 .fund_finder .fund_select select.styled {
                /*font-family: 'StoneSans_Medium';*/
                font-family: var(--font-family);
                padding: 8px 25px 2px 12px;
            }
    }

  .m3 .flex-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
  }

  .m3 .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 22px;
  }

  @media only screen and (min-width: 620px) {
    .m3 .flex-row {
      height: 600px;
    }
  }

  .m3 .flex-row .panel {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
  }

    .m3 .flex-row .panel:before {
      content: '';
      width: 100%;
      height: 150%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0);
      /* For browsers that do not support gradients */
      /* For Safari 5.1 to 6.0 */
      /* For Opera 11.1 to 12.0 */
      /* For Firefox 3.6 to 15 */
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
      background: linear-gradient(rgba(0, 0, 0, 0), black);
      /* Standard syntax */
      display: none;
    }

    /*        .m3 .flex-row .panel .sharing {
            position: absolute;
            top: 20px;
            right: 0;
        }*/

    .m3 .flex-row .panel .panel_content {
      padding: 40px;
      width: 100%;
      height: 100%;
      text-align: left;
    }

  @media only screen and (min-width: 620px) {
    .m3 .flex-row .panel .panel_content {
      position: absolute;
      bottom: 0;
      left: 0;
      height: auto;
    }
  }

  .m3 .flex-row .panel .gradient:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    /* For browsers that do not support gradients */
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(rgba(0, 0, 0, 0), black);
    /* Standard syntax */
    z-index: 0;
  }

  .m3 .flex-row .panel .panel_content div {
    position: relative;
    z-index: 3;
  }

  .m3 .flex-row .panel .panel_content .eyebrow {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    color: #FFF;
  }

    .m3 .flex-row .panel .panel_content h3 {
        /*font-family: 'StoneSans_Medium';*/
        font-family: var(--font-family);
        color: #FFF;
        margin-bottom: 10px;
    }

  .m3 .flex-row .panel .panel_content p {
    font-size: 20px;
    font-size: 1.25rem;
    color: #FFF;
  }

  @media only screen and (max-width: 822px) {
    .m3 .flex-row .panel .panel_content .desktop-only {
      display: none;
    }
  }

  .m3 .flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    margin-left: 22px;
  }

    .m3 .flex-column > div {
      position: relative;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
      background-color: #dbd1c4;
    }

      /*            .m3 .flex-column > div .sharing {
                position: absolute;
                top: 20px;
                right: 0;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                z-index: 100;
            }

                .m3 .flex-column > div .sharing .addthis_toolbox {
                    padding: 2px 5px;
                }

                    .m3 .flex-column > div .sharing .addthis_toolbox a {
                        text-decoration: none;
                        width: auto !important;
                    }
*/
      .m3 .flex-column > div.default {
        position: relative;
      }

        .m3 .flex-column > div.default .eyebrow, .m3 .flex-column > div.default h3 {
          color: #000;
        }

        .m3 .flex-column > div.default:before {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          top: -20%;
          left: 0;
          right: 0;
          bottom: 0;
        }

        .m3 .flex-column > div.default a:not(.share-btn) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          height: 100%;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
        }

      .m3 .flex-column > div.video {
        position: relative;
      }

        .m3 .flex-column > div.video .eyebrow, .m3 .flex-column > div.video h3 {
          color: #FFF;
        }

        .m3 .flex-column > div.video:before {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          top: -20%;
          left: 0;
          right: 0;
          bottom: 0;
          background: url("img/icon_play-btn.png");
          background-position: center;
          background-repeat: no-repeat;
        }

        .m3 .flex-column > div.video a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          height: 100%;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
        }

      .m3 .flex-column > div.audio {
        position: relative;
      }

        .m3 .flex-column > div.audio .eyebrow, .m3 .flex-column > div.audio h3 {
          color: #000;
        }

        .m3 .flex-column > div.audio:before {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          top: -20%;
          left: 0;
          right: 0;
          bottom: 0;
          background: url("img/icon_audio-btn.png");
          background-position: center;
          background-repeat: no-repeat;
        }

        .m3 .flex-column > div.audio a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          height: 100%;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
        }

      .m3 .flex-column > div:first-of-type {
        margin-top: 0;
        margin-bottom: 25px;
      }

      .m3 .flex-column > div:last-of-type {
        margin-top: 25px;
        margin-bottom: 0;
      }

      .m3 .flex-column > div.bg .eyebrow, .m3 .flex-column > div.bg h3, .m3 .flex-column > div.bg p {
        color: #FFF;
      }

      .m3 .flex-column > div .flex_content {
        text-align: left;
        padding: 25px 30px 15px 30px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
      }

                .m3 .flex-column > div .flex_content .eyebrow {
                    margin-bottom: 10px;
                    padding: 0;
                    border-bottom: 0;
                    font-size: 16px;
                    font-size: 1rem;
                }

                .m3 .flex-column > div .flex_content h3 {
                    /*font-family: 'StoneSans_Medium';*/
                    font-family: var(--font-family);
                    margin-bottom: 10px;
                }
/*
        .m3 .flex-row > div,
        .m3 .flex-column > div {
            border-top: 3px solid var(--primary-color);
        }
                    */
  .m3 .cta_bar {
    margin-top: 40px;
  }

  @media only screen and (min-width: 1068px) {
    .m3 .flex-column > div {
      -webkit-box-flex: 1;
      -ms-flex: 1;
      flex: 1;
    }
  }

  @media only screen and (max-width: 1067px) {
    .m3 .flex-body {
      display: block;
    }

    .m3 .flex-row,
    .m3 .flex-column {
      width: 100%;
    }

    .m3 .flex-column {
      margin-top: 50px;
      margin-left: 0;
    }

      .m3 .flex-column > div {
        height: 270px;
        margin-top: 40px;
        margin-bottom: 0;
      }
  }

  @media only screen and (max-width: 619px) {
    .m3 .flex-row .panel {
      background-position: top center;
    }

    .m3 .flex-column .flex_content h3 {
      font-size: 28px;
      font-size: 1.75rem;
    }
  }

  .m4 .split_promo {
    text-align: left;
    margin-top: 60px;
  }

    .m4 .split_promo p, .m4 .split_promo ul li, .m4 .split_promo ol li {
      font-size: 24px;
      font-size: 1.5rem;
      color: #898989;
      margin-bottom: 20px;
    }

    .m4 .split_promo a.btn {
      margin-right: 20px;
    }

  @media only screen and (max-width: 1066px) {
    .m4 .split_promo {
      margin-top: 10px;
    }
  }

  .m4 .slide_additional_content {
    display: none;
  }

    .m4 .slide_additional_content:first-of-type {
      display: block;
    }

  .m4 .cta_bar {
    margin-top: 30px;
    text-align: left;
  }

    .m4 .cta_bar a.btn {
      margin-bottom: 20px;
    }

  @media only screen and (max-width: 619px) {
    .m4 .cta_bar a.btn {
      width: 100%;
    }
  }

  .m5 .content {
    text-align: left;
    margin-top: 20px;
  }

    .m5 .content p, .m5 .content ul li, .m5 .content ol li {
      font-size: 20px;
      font-size: 1.25rem;
      /*color: #898989;*/
      margin-bottom: 20px;
    }

    .m5 .content ul li, .m5 .content ol li {
      line-height: 1.3em;
    }

    .m5 .content a.btn {
      margin-right: 20px;
    }

  .m5 .cta_bar {
    margin-top: 30px;
    text-align: left;
  }

    .m5 .cta_bar a.btn {
      margin-bottom: 20px;
    }

  @media only screen and (max-width: 619px) {
    .m5 .cta_bar a.btn {
      width: 100%;
    }
  }

  @media only screen and (max-width: 1067px) {
    .m5 .image_wrap {
      margin-bottom: 45px;
    }
  }

  .m5 .image_overflow {
    position: relative;
    direction: rtl;
  }

    .m5 .image_overflow img {
      max-width: unset;
      position: relative;
      right: 0;
    }

  .m5 .video {
    position: relative;
  }

    .m5 .video img {
      display: inline-block;
      margin: 0 auto;
    }

    .m5 .video a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
    }

      .m5 .video a:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("img/icon_play-btn.png");
        background-position: center;
        background-repeat: no-repeat;
      }

  @media only screen and (max-width: 1067px) {
    .m5 .video {
      margin-bottom: 40px;
    }
  }

  @media only screen and (max-width: 619px) {
    .m5 .video a:before {
      background-size: 80px;
    }
  }

  .m5.reverse .content .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .m5.reverse .image_overflow {
    position: relative;
    direction: ltr;
  }

    .m5.reverse .image_overflow > img {
      max-width: unset;
      position: relative;
      left: 0;
    }

  @media only screen and (max-width: 1067px) {
    .m5 .image_overflow, .m5.reverse .image_overflow {
      margin-bottom: 40px;
    }

      .m5 .image_overflow img, .m5.reverse .image_overflow img {
        max-width: 100%;
        right: 0;
        left: 0;
      }
  }

    .m6 {
        margin-bottom: -35px;
    }

        .m6 .eyebrow, .m6 .intro p {
            color: unset;
        }
        /*
        .m6 .promo_cards {
            margin-top: 40px;
        }
        */
    .m6 [class*='col-'] {
      margin-bottom: 15px;
    }

        .m6 .promo_card {
            background: #f8f8f8;
            height: 100%;
            /*padding: 35px 25px;*/
        }

            .m6 .promo_card .promo_card--content {
                padding: 35px 25px;
            }

            .m6 .promo_card .promo_card--icon {
                /*
                max-width: 270px;
                max-height: 270px;
                margin: 0 auto 35px auto;
                    */
            }

                .m6 .promo_card .promo_card--icon img {
                    max-height: 270px;
                    width: 100%;
                }

            .m6 .promo_card .card_title {
                /*font-family: 'StoneSans_Medium';*/
                font-family: var(--font-family);
                font-size: 35px;
                font-size: 2.1875rem;
                color: #000;
            }

                .m6 .promo_card .card_title span {
                    color: var(--primary-color);
                }

        .m6 .cta_bar {
            margin-top: 20px;
        }

      .m6 .cta_bar a.btn {
        margin-top: 20px;
        margin-top: 20px;
        margin-left: 10px;
        margin-right: 10px;
      }

  @media only screen and (max-width: 619px) {
    .m6 .cta_bar {
      margin-top: 20px;
    }

      .m6 .cta_bar a.btn {
        width: 100%;
        margin-left: 0;
        margin-right: 0;
      }
  }

  .modals.site_selector .field {
    margin-bottom: 40px;
  }

  .modals.site_selector .modal_content {
    padding: 0;
  }

    .modals.site_selector .modal_content .row {
      margin-left: 0;
      margin-right: 0;
    }

    .modals.site_selector .modal_content [class*='col-'] {
      padding-left: 0;
      padding-right: 0;
    }

    .modals.site_selector .site_selector-content {
        background: #718246;
        padding: 60px 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        height: 100%;
    }

    .modals.site_selector .site_selector-content h2, .modals.site_selector .site_selector-content p {
      color: #000;
    }

        .modals.site_selector .site_selector-content h2 {
            font-family: 'StoneSans_Semibold';
        }

    .modals.site_selector .site_selector-content p {
      font-size: 24px;
      font-size: 1.5rem;
    }

  @media only screen and (max-width: 822px) {
    .modals.site_selector .site_selector-content {
      padding: 60px 25px;
    }
  }

  .site_selector .site_selector-form {
    padding: 50px;
  }

        .site_selector .site_selector-form h2,
        .window_shade .site_selector-form h2 {
            color: #000;
            font-family: var(--font-family);
            font-size: 40px;
            font-size: 2.5rem;
        }

        .site_selector .site_selector-form label.options,
        .window_shade .site_selector-form label.options {
            font-size: 24px;
            font-size: 1.5rem;
            text-transform: uppercase;
            color: var(--secondary-color);
            margin-bottom: 15px;
        }

    .site_selector .site_selector-form .radio_options,
    .window_shade .site_selector-form .radio_options {
      display: block;
    }

    .site_selector .site_selector-form .select_options,
    .window_shade .site_selector-form .select_options {
      display: none;
    }

  @media only screen and (max-width: 1067px) {
    .site_selector .site_selector-form h2,
    .window_shade .site_selector-form h2 {
      font-size: 32px;
      font-size: 2rem;
    }

    .site_selector .site_selector-form label.options,
    .window_shade .site_selector-form label.options {
      font-size: 20px;
      font-size: 1.25rem;
    }

    .site_selector .site_selector-form .radio_options,
    .window_shade .site_selector-form .radio_options {
      display: none;
    }

    .site_selector .site_selector-form .select_options,
    .window_shade .site_selector-form .select_options {
      display: block;
    }
  }

  @media only screen and (max-width: 767px) {
    .site_selector .site_selector-form,
    .window_shade .site_selector-form {
      padding: 25px;
    }

      .site_selector .site_selector-form select.styled,
      .window_shade .site_selector-form select.styled {
        font-size: 16px;
        font-size: 1rem;
      }
  }

  .site_selector .buttons,
  .window_shade .buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

    .site_selector .buttons a,
    .window_shade .buttons a {
      text-decoration: underline;
    }

    .site_selector .buttons button.btn,
    .window_shade .buttons button.btn {
      margin-right: 20px;
    }

  @media only screen and (max-width: 619px) {
    .site_selector .buttons,
    .window_shade .buttons {
      text-align: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

      .site_selector .buttons button, .site_selector .buttons a,
      .window_shade .buttons button,
      .window_shade .buttons a {
        display: block;
      }

        .site_selector .buttons button.btn,
        .window_shade .buttons button.btn {
          margin-bottom: 20px;
          width: 100%;
          margin-right: 0;
        }
  }

    .window_shade {
        border-bottom: 1px solid var(--secondary-color);
        background: #FFF;
        display: none;
    }

    .window_shade.not_accepted {
      display: block;
    }

        .window_shade.selected {
            background: #718246;
        }

    .window_shade .site_selector-form {
      padding: 40px 0 0 0;
    }

      .window_shade .site_selector-form h2 {
        color: #000;
        font-size: 40px;
        font-size: 2.5rem;
        margin-bottom: 45px;
      }

    section.anchor-link-nav {
        padding: 10px 0;
        background: #f8f8f8;
        display: block;
        position: relative;
        z-index: 300;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out;
    }

    section.anchor-link-nav.sticky {
      position: fixed;
      left: 0;
      right: 0;
    }

    section.anchor-link-nav .col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }

        section.anchor-link-nav .list-title {
            text-transform: uppercase;
            color: var(--secondary-color);
            width: 100%;
            margin-bottom: 10px;
            font-size: 18px;
            font-size: 1.125rem;
        }

    section.anchor-link-nav select {
      display: none;
    }

    section.anchor-link-nav .btn {
      margin-top: -12px;
    }

    section.anchor-link-nav .link-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      list-style: none;
      margin: 0;
      padding: 0;
    }

      section.anchor-link-nav .link-list li {
        padding: 0 10px;
        position: relative;
      }

        section.anchor-link-nav .link-list li:first-child {
          padding-left: 0;
        }

        section.anchor-link-nav .link-list li:last-child:after {
          display: none;
        }

                section.anchor-link-nav .link-list li:after {
                    content: "";
                    width: 1px;
                    height: 16px;
                    position: absolute;
                    top: 2px;
                    right: 0px;
                    background: var(--secondary-color);
                }

                section.anchor-link-nav .link-list li a {
                    display: inline-block;
                    font-size: 16px;
                    font-size: 1rem;
                    /*text-transform: uppercase;
                    padding-bottom: 10px;*/
                    border-bottom: none;
                    position: relative;
                    color: #000;
                }

                    section.anchor-link-nav .link-list li a:after {
                        content: "";
                        width: 100%;
                        height: 3px;
                        background: var(--primary-color);
                        position: absolute;
                        bottom: 0px;
                        left: 0px;
                        opacity: 0;
                    }

                    section.anchor-link-nav .link-list li a.active, section.anchor-link-nav .link-list li a:hover {
                        text-decoration: none;
                        color: var(--primary-color);
                    }

            section.anchor-link-nav .link-list li a.active:after, section.anchor-link-nav .link-list li a:hover:after {
              opacity: 1;
            }

        section.anchor-link-nav .selected-shareclass .value {
            color: var(--secondary-color);
        }

        section.anchor-link-nav .selected-shareclass p {
            margin-bottom: 10px;
        }

    @media only screen and (min-width: 1067px) {
        section.anchor-link-nav .link-list li a {
            font-size: 16px;
            font-size: 1rem;
        }
    }

  @media only screen and (max-width: 1067px) {
    section.anchor-link-nav {
      padding: 20px 0;
    }

      section.anchor-link-nav .btn {
        margin: 0;
      }

      section.anchor-link-nav .link-list {
        display: none;
      }

            section.anchor-link-nav select {
                display: block;
                border: none;
                background-color: #fff;
                color: var(--primary-color);
                padding-left: 10px;
                -webkit-box-flex: 1;
                -ms-flex: 1 1 0px;
                flex: 1 1 0;
                margin-right: 20px;
                margin-top: 0;
            }
    }

  @media only screen and (max-width: 768px) {
    section.anchor-link-nav .btn {
      width: 100%;
    }

    section.anchor-link-nav select {
      margin: 0 0 15px;
    }
  }

  .commentary .text {
    /*color: #898989;*/
  }

    .commentary .text > *:not(h3) {
      font-size: 18px;
      font-size: 1.125rem;
    }

    .commentary .text h3 {
      color: #000;
    }

    .commentary .text strong {
      color: #000;
    }

  .commentary .btn-container {
    margin-bottom: 0;
  }

  @media only screen and (max-width: 768px) {
    .commentary .text h3 {
      font-size: 24px;
      font-size: 1.5rem;
    }
  }

  .commentary .expandable-text {
    overflow: hidden;
  }

  .distributions .heading {
    margin-bottom: 0;
  }

  .distributions .more-section > div {
    padding-top: 20px;
  }

  .distributions .btnCTA {
    text-align: center;
  }

  .distributions a.btn {
    margin-top: 40px;
    text-align: center;
    display: inline-block;
  }

  .distributions .table_container {
    padding-top: 10px;
  }

section.funds-detail-header {
    background: #000; /*#4275f820 ;*/
    padding: 40px 0 20px 0;
    color: #FFF;
    /*
		Theming
	*/
}

    section.funds-detail-header .eyebrow {
      width: 100%;
    }

            section.funds-detail-header .eyebrow h6 {
                font-size: 16px;
                font-size: 1rem;
                color: #000;
                letter-spacing: 0.2em;
                margin-bottom: 0;
            }

    section.funds-detail-header h2 {
      margin-bottom: 5px;
    }

    section.funds-detail-header .fund-symbol {
        font-family: var(--font-family);
        color: #FFF;
        padding: 10px 10px;
        margin-right: 20px;
        background-color: var(--primary-color);
        border-radius: 10px;
        font-size: 28px;
        font-size: 1.75rem;
    }

        section.funds-detail-header .share-class {
            /*padding-left: 100px;*/
        }

            section.funds-detail-header .share-class.hide {
                display: none;
            }

            section.funds-detail-header .share-class label {
                /*text-transform: uppercase;*/
                padding-right: 8px;
                letter-spacing: 0.05em;
            }

            section.funds-detail-header .share-class select.styled {
                width: auto;
                color: #FFF;
                /*text-transform: uppercase;*/
            }

    section.funds-detail-header .rating_list {
      display: inline-block;
      position: relative;
      top: -3px;
    }

      section.funds-detail-header .rating_list ul.rating {
        margin: 0;
        padding: 0;
        list-style: none;
      }

                section.funds-detail-header .rating_list ul.rating li {
                    font-size: 18px;
                    font-size: 1.125rem;
                    /*font-family: 'StoneSans_Medium';*/
                    font-family: var(--font-family);
                    margin-bottom: 0;
                }

        section.funds-detail-header .rating_list ul.rating .stars {
          padding: 0;
        }

                    section.funds-detail-header .rating_list ul.rating .stars span {
                        color: var(--secondary-color);
                        font-size: 24px;
                        font-size: 1.5rem;
                    }

  section.funds-detail-header--green {
    background: #f1f4ec;
  }

    section.funds-detail-header--green .fund-symbol {
      /*color: #708A39;*/
    }

  section.funds-detail-header--yellow {
    background: #fff;
  }

    section.funds-detail-header--yellow .fund-symbol {
      /*color: #EEC100;*/
    }

  section.funds-detail-header--blue {
    background: #E9F0F7;
  }

    section.funds-detail-header--blue .fund-symbol {
      /*color: #1661A7;*/
    }

  section.funds-detail-header--orange {
    background: #FEE3CE;
  }

    section.funds-detail-header--orange .fund-symbol {
      /*color: #E48E2D;*/
    }

  section.funds-detail-header--teal {
    background: #E9F3F7;
  }

    section.funds-detail-header--teal .fund-symbol {
      /*color: #1384A7;*/
    }

  section.funds-detail-header--purple {
    background: #c4b5d4;
  }

    section.funds-detail-header--purple .fund-symbol {
      /*color: #582c83;*/
    }


  section.funds-detail-header--deep-pink {
    background: #fff;
  }

    section.funds-detail-header--deep-pink .fund-symbol {
      /*color: #8C0047;*/
    }

  section.funds-detail-header--merlot {
    background: #fff;
  }

    section.funds-detail-header--merlot .fund-symbol {
      /*color: #8C0047;*/
    }

    section.funds-detail-header .docs {
        text-align: right;
        margin-bottom: 20px;
    }

    @media only screen and (max-width: 768px) {
        section.funds-detail-header {
            padding: 40px 0;
        }

      section.funds-detail-header .hero__message {
        margin-bottom: 25px;
      }

            section.funds-detail-header .eyebrow h6 {
                font-size: 16px;
                font-size: 1rem;
            }

      section.funds-detail-header .fund-symbol {
        float: none;
      }

      section.funds-detail-header h2,
      section.funds-detail-header .fund-symbol {
        font-size: 33px;
        font-size: 2.0625rem;
      }

      section.funds-detail-header .share-class {
        padding-left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
      }

        section.funds-detail-header .share-class label {
          margin-bottom: 0;
        }

                section.funds-detail-header .share-class select {
                    margin-bottom: 0;
                }

            section.funds-detail-header .docs {
                text-align: left;
            }
    }

  .related-funds {
    padding-bottom: 0;
  }

  .fund-resources .intro {
    text-align: center;
  }

  .fund-resources .fund-symbol {
    color: #708a39;
  }

  .fund-resources .icon_new-window {
    display: inline-block;
    width: 22px;
    height: 17px;
    padding-left: 5px;
    background: url(../images/icon_new-window.png) no-repeat center;
    background-size: contain;
    position: absolute;
    top: -2px;
    right: -30px;
  }

  .fund-resources .icon_lock {
    display: inline-block;
    width: 17px;
    height: 17px;
    padding-left: 5px;
    background: url(../images/icon_lock.svg) no-repeat center;
    background-size: contain;
  }

  .fund-resources .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

    .fund-resources .columns .col {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
      width: 50%;
      text-align: left;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }

      .fund-resources .columns .col > * {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 50%;
      }

      .fund-resources .columns .col:first-child {
        padding-left: 0;
        padding-right: 40px;
      }

      .fund-resources .columns .col:nth-child(2) {
        padding-right: 0;
        padding-left: 40px;
      }

            .fund-resources .columns .col .title {
                width: 100%;
                text-transform: uppercase;
                font-size: 20px;
                font-size: 1.25rem;
                color: var(--secondary-color);
                line-height: 1.1;
            }

  .fund-resources ul {
    margin-bottom: 30px;
    list-style: none;
    margin-top: 0;
    padding: 0;
  }

        .fund-resources ul li {
            margin-bottom: 10px;
            text-transform: uppercase;
            font-size: 20px;
            font-size: 1.25rem;
            color: var(--secondary-color);
            line-height: 1.1;
        }

            .fund-resources ul li a {
                color: var(--secondary-color);
            }

  @media only screen and (max-width: 768px) {
    .fund-resources {
      padding-bottom: 0;
    }

      .fund-resources .heading {
        margin-bottom: 0;
      }

      .fund-resources .columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
      }

        .fund-resources .columns .col {
          width: 100%;
          padding: 30px 0;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
        }

          .fund-resources .columns .col ul {
            margin-bottom: 0;
          }

                    .fund-resources .columns .col:first-child {
                        border-right: none;
                        border-bottom: 1px solid var(--secondary-color);
                        padding-top: none;
                    }

          .fund-resources .columns .col:last-child {
            padding-bottom: none;
            padding-left: 0;
          }
  }

    .related-insights .intro {
        /*text-align: center;*/
    }

  .related-insights h4.title {
    margin-bottom: 40px;
  }

    .related-insights h4.title .fund-symbol {
      color: #708a39;
    }

  .related-insights .image {
    position: relative;
  }

    .related-insights .image .content {
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      padding: 20px;
    }

      .related-insights .image .content > * {
        margin-bottom: 0;
      }

      .related-insights .image .content .category {
        text-transform: uppercase;
        margin-bottom: 15px;
      }

      .related-insights .image .content .title {
        margin-bottom: 10px;
      }

  section.marketing-snapshot {
    position: relative;
    color:#FFF;
  }

    section.marketing-snapshot .foreground {
      pointer-events: none;
    }

    section.marketing-snapshot .background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      z-index: 1;
    }

      section.marketing-snapshot .background .bg-image,
      section.marketing-snapshot .background .video {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
        flex: 1 1 auto;
        width: 50%;
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
        position: relative;
      }

        section.marketing-snapshot .background .bg-image:after {
          content: "";
          width: 100%;
          height: 100%;
          position: absolute;
          background: rgba(0, 0, 0, 0.75);
          top: 0;
          left: 0;
          z-index: 2;
        }

      section.marketing-snapshot .background .video {
        overflow: hidden;
      }

        section.marketing-snapshot .background .video a {
          position: absolute;
          display: block;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
        }

                section.marketing-snapshot .background .video:before {
                    font-family: FontAwesome;
                    content: '\f144';
                    font-size: 4rem;
                    color: #fff;
                    background-color: var(--primary-color);
                    position: absolute;
                    top: 50%;
                    left: 50%;
                    -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
                    width: 4rem;
                    height: 4rem;
                    line-height: 4rem; /* Add line-height to vertically align the icon */
                    text-align: center; /* Align the icon horizontally */
                    border-radius: 50%; /* Make it a perfect circle */
                    background-size: contain;
                    background-position: center;
                    background-repeat: no-repeat;
                    display: flex; /* Use flexbox for centering */
                    align-items: center; /* Center align items vertically */
                    justify-content: center; /* Center align items horizontally */
                }

    section.marketing-snapshot .container {
      position: relative;
      z-index: 2;
    }

        section.marketing-snapshot .container .content {
            color: #FFF; /*rgba(0, 0, 0, 0.6);*/
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: horizontal;
            -webkit-box-direction: normal;
            -ms-flex-flow: row wrap;
            flex-flow: row wrap;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            -webkit-box-align: stretch;
            -ms-flex-align: stretch;
            align-items: stretch;
            padding-top: 40px;
            padding-bottom: 40px;
            pointer-events: all;
        }

        section.marketing-snapshot .container .content > * {
          -webkit-box-flex: 1;
          -ms-flex: 1 1 auto;
          flex: 1 1 auto;
        }

        section.marketing-snapshot .container .content .title {
          width: 100%;
          margin-bottom: 30px;
        }

                section.marketing-snapshot .container .content .text {
                    width: 65%;
                    /*border-right: 1px solid var(--secondary-color);*/
                    padding-right: 25px;
                }

        section.marketing-snapshot .container .content a {
          color: #fff;
          text-decoration: underline;
        }

        section.marketing-snapshot .container .content .text ul {
          padding-left: 15px;
          margin-top: 0;
        }

        section.marketing-snapshot .container .content .stats {
          width: 35%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column;
          flex-flow: column;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center;
          padding-left: 25px;
          padding-right: 25px;
        }

          section.marketing-snapshot .container .content .stats .stat {
            margin-bottom: 5px;
            display: block;
            width: 100%;
          }

            section.marketing-snapshot .container .content .stats .stat p {
              margin-bottom: 0;
            }

                        section.marketing-snapshot .container .content .stats .stat .value {
                            font-size: 20px;
                            font-size: 1.25rem;
                            color: var(--key-stats-color);
                        }

                        section.marketing-snapshot .container .content .stats .stat .label {
                            text-transform: uppercase;
                            line-height: 1.3em;
                            font-size: 0.875rem;
                            font-size: 14px;
                        }

  @media only screen and (max-width: 1283px) {
    section.marketing-snapshot .container .content .text {
      width: 60%;
    }

    section.marketing-snapshot .container .content .stats {
      width: 40%;
      padding-right: 20px;
    }
  }

  @media only screen and (max-width: 1067px) {
    section.marketing-snapshot .foreground {
      background-size: cover;
      background-repeat: no-repeat;
      padding-left: 5px;
      padding-right: 5px;
    }

      section.marketing-snapshot .foreground:after {
        content: "";
        width: 100%;
        height: 100%;
        position: absolute;
        background: rgba(0, 0, 0, 0.75);
        top: 0;
        left: 0;
        z-index: 1;
      }

    section.marketing-snapshot .background {
      width: 100%;
      position: relative;
      height: 390px;
    }

      section.marketing-snapshot .background .bg-image {
        display: none;
      }

    section.marketing-snapshot .container .content .stats,
    section.marketing-snapshot .container .content .text {
      padding: 0;
      width: 100%;
    }

    section.marketing-snapshot .container .content .text {
      border-right: none;
    }

    section.marketing-snapshot .container .content .stats {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      padding-top: 10px;
    }

      section.marketing-snapshot .container .content .stats .stat {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 50%;
        margin-bottom: 10px;
      }
  }

  @media screen and (min-width: 1068px) {
    section.marketing-snapshot .foreground {
      background-image: none !important;
    }
  }

  .overview .columns, .price .columns {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

        .overview .columns .col, .price .columns .col {
            -webkit-box-flex: 1;
            -ms-flex: 1 1 auto;
            flex: 1 1 auto;
            width: 50%;
            text-align: left;
        }

      .overview .columns .col h3, .price .columns .col h3 {
        margin-top: 15px;
        display: inline-block;
      }

      .overview .columns .col p, .overview .columns .col li, .price.columns .col p, .price .columns .col li {
        font-size: 16px;
        font-size: 1rem;
      }

      .overview .columns .col p {
        /*color: #898989;*/
      }

            .overview .columns .col:first-child, .price .columns .col:first-child, .price .columns .col:nth-last-child(2) {
                border-right: 1px solid var(--secondary-color);
                padding-right: 40px;
            }

      .overview .columns .col:nth-child(2), .price .columns .col:nth-child(2) {
        padding-left: 40px;
      }

  .overview ul {
    margin-bottom: 30px;
    list-style: none;
    margin-top: 0;
    padding: 0;
  }

    .overview ul.fact-list {
      margin-bottom: 30px;
    }

    .overview ul li {
      margin-bottom: 5px;
    }

      .overview ul li .label {
        text-transform: uppercase;
        font-size: 18px;
        font-size: 1.125rem;
      }

            .overview ul li .value {
                color: var(--secondary-color);
            }

    .overview .container .row, .risk-metrics .row, .yield .container .row {
        height: unset;
    }

        .overview .fact-list .row [class*="col-xs-"]:nth-child(n+1),
        .risk-metrics .row [class*="col-xs-"]:nth-child(n+1),
        .yield .row [class*="col-xs-"]:nth-child(n+1) {
            border-bottom: 1px solid #ccc;
            padding: 10px;
            /*margin: 10px 10px 10px 0;*/
        }

    .overview .fact-list .col-xs-5, .risk-metrics .col-xs-5, .yield .col-xs-5 {
        margin-left: 22px;
    }

  .overview table, .price table {
    margin-bottom: 30px;
    margin-top: 0;
    padding: 0;
  }

    .overview table td, .price table td, .price table th {
      padding: 5px 20px 5px 0;
    }

    .overview table.fact-list, .price table.fact-list {
      margin-bottom: 30px;
    }

        .overview table td {
            margin-bottom: 5px;
            min-width: 175px;
            border-bottom: 1px solid #CCC;
        }

        .overview table .label, .price table .label {
            /*text-transform: uppercase;*/
            font-size: 16px;
            font-size: 1rem;
        }

        .overview table .value, .price table .value {
            color: #000;
            font-size: 16px;
            font-size: 1rem;
        }


  @media only screen and (max-width: 768px) {
    .overview, .price {
      padding-bottom: 0;
    }

            .overview .blue-link {
                font-size: 18px;
                font-size: 1.125rem;
            }

      .overview .heading, .price .heading {
        margin-bottom: 0;
      }

      .overview .columns, .price .columns {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column;
        flex-flow: column;
      }

        .overview .columns .col, .price .columns .col {
          width: 100%;
          padding: 30px 0;
        }

                    .overview .columns .col:first-child, .price .columns .col:first-child, .price .columns .col:nth-last-child(2) {
                        border-right: none;
                        border-bottom: 1px solid var(--secondary-color);
                        padding-top: none;
                    }

          .overview .columns .col:last-child, .price .columns .col:last-child {
            padding-bottom: none;
            padding-left: 0;
          }
  }

  .performance .heading {
    margin-bottom: 10px;
  }

  .performance .as-of-date {
    padding-bottom: 20px;
  }

  .performance .chart {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .performance .chart-footnote {
    margin-bottom: 0;
  }

    .performance .table_container {
        /*padding-top: 40px;*/
    }

  .portfolio {
    padding: 0;
  }

    .portfolio .heading {
      margin-bottom: 30px;
    }

    .portfolio .heading--secondary {
      padding-top: 60px;
      margin-bottom: 20px;
    }

        .portfolio .portfolio_stats {
            /*border-bottom: 1px solid var(--secondary-color);*/
            /*background: #FFF;*/
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
        }

            .portfolio .portfolio_stats .single_stat {
                /*text-align: center;*/
                padding: 10px 20px;
            }

    @media screen and (min-width: 1024px) {
        .portfolio .portfolio_stats .single_stat:first-child {
            padding-left: 0px;
        }
    }

    .portfolio .portfolio_stats .stat {
        color: #FFF;
        /*font-family: 'StoneSans_Medium';*/
        font-family: var(--font-family);
        font-size: 28px;
        font-size: 1.20rem;
    }

    .portfolio .portfolio_stats .label {
        /*text-transform: uppercase;*/
        font-size: 15px;
        font-size: 0.875rem;
    }

    @media only screen and (min-width: 823px) {
        .portfolio .portfolio_stats {
            -ms-flex-pack: initial;
            justify-content: left;
        }
    }

  @media only screen and (max-width: 822px) {
    .portfolio .portfolio_stats {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
    }

      .portfolio .portfolio_stats .single_stat {
        width: 50%;
      }
  }

  .portfolio .btn-container {
    margin-bottom: 0;
  }

    .portfolio .btn-container a.btn {
      margin-left: 5px;
      margin-right: 5px;
    }

  @media only screen and (max-width: 619px) {
    .portfolio .btn-container a.btn {
      margin-left: 0;
      margin-right: 0;
    }
  }

    .team-listing .heading {
        /*text-align: center;*/
        margin-bottom: 30px;
    }

    .team-listing .team-member {
        /*-webkit-box-shadow: 1px 1px 4px rgba(175, 138, 85, 0.5);
        box-shadow: 1px 1px 4px rgba(175, 138, 85, 0.5);*/
        padding: 20px 10px;
        margin-bottom: 40px;
        min-width: 250px;
    }

    .team-listing .flex-container .team-member {
        margin: 10px 10px;
    }

  .team-listing .flex-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-items: center;
  }

  @media only screen and (max-width: 619px) {
    .team-listing .flex-container {
      flex-direction: column;
    }

      .team-listing .flex-container .team-member {
        margin: 20px 0px;
      }
  }


  .team-listing .team-member .image {
    width: 170px;
    height: 170px;
    margin: 0px 0px 20px;
  }

        .team-listing .team-member .image img {
            /*border-radius: 50%;*/
            display: block;
        }

    .team-listing .team-member .title {
        /*text-align: center;*/
        margin-bottom: 20px;
    }

        .team-listing .team-member .title p {
            font-size: 16px;
            font-size: 1rem;
            margin-bottom: 0;
        }

        .team-listing .team-member .title .name {
            margin-bottom: 0;
            font-family: var(--font-family);
            font-weight: 500;
            font-size: 18px;
            font-size: 1.125rem;
        }

  @media only screen and (max-width: 1067px) {
    .team-listing {
      padding: 40px 0;
    }

      .team-listing .heading {
        margin-bottom: 20px;
      }

      .team-listing .team-members .team-member {
        margin-bottom: 0;
      }

      .team-listing .team-members .container {
        width: 100vw;
        padding: 0 32px;
      }

      .team-listing .team-members .row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        padding: 2px 0 5px;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
      }

                .team-listing .team-members .row .col-xs-6 {
                    max-width: none;
                    -webkit-box-flex: 0;
                    -ms-flex: 0 0 auto;
                    flex: 0 0 auto;
                    width: 320px;
                    padding: 0 10px;
                }
    }

    .team-block .team_member {
        width: 100%;
    }

    .team-block h2 {
        font-size: 38px !important;
        font-size: 2.375rem !important;
        margin-bottom: 20px !important;
    }

    .team-block p {
        font-size: 16px !important;
        font-size: 1rem !important;
    }

    .team-block .image {
        width: 100%;
        margin: 0px auto 20px;
    }

        .team-block .image img {
            display: block;
        }

    .yield {
        /*text-align: center;*/
    }

    .yield .heading h2 {
      margin-bottom: 0;
    }
    /*
  .yield .heading p {
    font-size: 18px;
    font-size: 1.125rem;
  }*/
        .yield .column {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
            -ms-flex-flow: column;
            flex-flow: column;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            justify-content: flex-start;
            /*-webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            text-transform: uppercase;*/
        }

            .yield .column .stat {
                color: var(--secondary-color);
                /*font-family: 'StoneSans_Medium';*/
                font-family: var(--font-family);
                margin-bottom: 5px;
                font-size: 44px;
                font-size: 2.75rem;
            }

            .yield .column .stat-title {
                margin-bottom: 2px;
                font-size: 14px;
                font-size: 0.875rem;
            }

            .yield .column .stat-note {
                color: #898989;
                font-size: 14px;
                font-size: 0.875rem;
            }

  @media only screen and (max-width: 768px) {
    .yield {
      padding: 40px 0;
    }

      .yield .column {
        margin-bottom: 20px;
      }
  }

  .footnotes .footnotes_content p {
    font-size: 16px;
    font-size: 1rem;
    color: #898989;
  }

    .footnotes .footnotes_content p:last-of-type {
      margin-bottom: 0;
    }

  .disclosures .disclosures_content p {
    font-size: 16px;
    font-size: 1rem;
    color: #898989;
  }

    .disclosures .disclosures_content p:last-of-type {
      margin-bottom: 0;
    }

  .faq {
    padding-bottom: 0;
  }

  @media only screen and (max-width: 1067px) {
    .faq h3 {
      padding-left: 25px;
      font-size: 28px;
      font-size: 1.75rem;
      margin-bottom: 10px;
      padding-top: 10px;
    }
  }

  @media only screen and (max-width: 580px) {
    .investment-overview .btn {
      width: 100%;
    }

    .investment-overview div.flex-body {
      margin-top: 20px;
    }

    .investment-overview .panel_content ul {
      margin-bottom: 20px;
    }
  }

  .investment-overview .flex-body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 40px;
  }

  .investment-overview .panel_content {
    text-align: left;
  }

    .investment-overview .panel_content h3 {
      text-align: left;
      margin-bottom: 20px;
    }

    .investment-overview .panel_content ul {
      margin-bottom: 40px;
    }

  @media only screen and (max-width: 619px) {
    .investment-overview .image-panel {
      height: 350px;
    }
  }

  .investment-overview .flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    margin-right: 22px;
  }

  @media only screen and (min-width: 620px) {
    .investment-overview .flex-row {
      min-height: 500px;
    }
  }

  .investment-overview .flex-row .panel {
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    overflow: hidden;
    position: relative;
    border: none;
  }

    .investment-overview .flex-row .panel .panel_content {
      padding: 40px;
      width: 100%;
      height: 100%;
      text-align: left;
      background: blue;
    }

      .investment-overview .flex-row .panel .panel_content h3 {
        text-align: left;
        margin-bottom: 30px;
      }

      .investment-overview .flex-row .panel .panel_content ul {
        margin-bottom: 30px;
      }

  @media only screen and (min-width: 620px) {
    .investment-overview .flex-row .panel .panel_content {
      position: absolute;
      bottom: 0;
      left: 0;
      height: auto;
    }
  }

  .investment-overview .flex-row .panel .panel_content:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0);
    /* For browsers that do not support gradients */
    /* For Safari 5.1 to 6.0 */
    /* For Opera 11.1 to 12.0 */
    /* For Firefox 3.6 to 15 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
    background: linear-gradient(rgba(0, 0, 0, 0), black);
    /* Standard syntax */
    z-index: 0;
  }

  .investment-overview .flex-row .panel .panel_content div {
    position: relative;
    z-index: 3;
  }

  .investment-overview .flex-row .panel .panel_content .eyebrow {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 10px;
    color: #FFF;
  }

    .investment-overview .flex-row .panel .panel_content h3 {
        /*font-family: 'StoneSans_Medium';*/
        font-family: var(--font-family);
        color: #FFF;
        margin-bottom: 10px;
    }

  .investment-overview .flex-row .panel .panel_content p {
    font-size: 20px;
    font-size: 1.25rem;
    color: #FFF;
  }

  .investment-overview .flex-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    margin-left: 22px;
  }

    .investment-overview .flex-column > div {
      margin-bottom: 55px;
      height: 100%;
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

      .investment-overview .flex-column > div:last-of-type {
        margin-bottom: 0;
      }

      .investment-overview .flex-column > div.audio {
        position: relative;
      }

        .investment-overview .flex-column > div.audio .eyebrow, .investment-overview .flex-column > div.audio h3 {
          color: #000;
        }

        .investment-overview .flex-column > div.audio:before {
          content: '';
          width: 100%;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          right: 0;
          bottom: 0;
          background: url("img/icon_audio-btn.png");
          background-position: center;
          background-repeat: no-repeat;
        }

        .investment-overview .flex-column > div.audio a {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          width: 100%;
          height: 100%;
          -webkit-box-pack: start;
          -ms-flex-pack: start;
          justify-content: flex-start;
        }

      .investment-overview .flex-column > div .flex_content {
        text-align: left;
        padding: 25px 30px 15px 30px;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
      }

                .investment-overview .flex-column > div .flex_content .eyebrow {
                    margin-bottom: 10px;
                    padding: 0;
                    border-bottom: 0;
                    font-size: 16px;
                    font-size: 1rem;
                }

                .investment-overview .flex-column > div .flex_content h3 {
                    /*font-family: 'StoneSans_Medium';*/
                    font-family: var(--font-family);
                    margin-bottom: 10px;
                }

  @media only screen and (max-width: 1067px) {
    .investment-overview .flex-body {
      display: block;
    }

    .investment-overview .flex-row,
    .investment-overview .flex-column {
      width: 100%;
    }

    .investment-overview .flex-column {
      margin-left: 0;
    }

      .investment-overview .flex-column > div {
        margin-top: 40px;
        margin-bottom: 0;
      }
  }

  @media only screen and (max-width: 619px) {
    .investment-overview .flex-column .flex_content h3 {
      font-size: 28px;
      font-size: 1.75rem;
    }
  }

    section.funds-header {
        background: #718246;
        position: relative;
        min-height: 300px;
    }

    section.funds-header div.image {
      position: absolute;
      width: 50%;
      height: 100%;
      right: 0px;
      top: 0px;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: center;
    }

      section.funds-header div.image a {
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
      }

      section.funds-header div.image.set_video:before {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: url("img/icon_play-btn.png");
        background-position: center;
        background-repeat: no-repeat;
      }

    section.funds-header .hero__message {
      padding-right: 20px;
    }

            section.funds-header .hero__message p {
                font-size: 18px;
                font-size: 1.125rem;
            }

        section.funds-header .eyebrow {
            /*width: 100%;*/
            font-size: 16px;
            font-size: 1rem;
            color: #000;
            letter-spacing: 0.2em;
            margin-bottom: 20px;
            /*border-bottom: 2px solid var(--primary-color);*/
        }

  @media only screen and (max-width: 768px) {
    section.funds-header {
      padding: 40px 0 0 0;
    }

      section.funds-header .hero__message {
        margin-bottom: 25px;
      }

      section.funds-header .eyebrow h6 {
        font-size: 18px;
        font-size: 1.125rem;
      }

      section.funds-header .fund-symbol {
        float: none;
      }

      section.funds-header h2 {
        font-size: 33px;
        font-size: 2.0625rem;
      }

            section.funds-header div.image {
                position: relative;
                width: 100%;
                left: auto;
                right: auto;
                height: 380px;
            }
    }

    @media only screen and (max-width: 66.75em) {
        section.funds-header div.image {
            position: relative;
            width: 100%;
            left: auto;
            right: auto;
            height: 380px;
        }
    }


    section.split-content {
        /*background: #718246;*/
        position: relative;
        min-height: 500px;
    }

    @media only screen and (min-width: 80.25em) {
        section.split-content .container {
            width: 85rem;
        }
    }

    section.split-content div.image {
        position: absolute;
        width: 50%;
        height: 100%;
        min-height: 500px;
        right: 0px;
        top: 0px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

        section.split-content div.image a {
            position: absolute;
            display: block;
            width: 100%;
            height: 100%;
            top: 0;
            left: 0;
        }

        section.split-content div.image.set_video:before {
            content: '';
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url("img/icon_play-btn.png");
            background-position: center;
            background-repeat: no-repeat;
        }

    section.split-content .hero__message {
        padding-right: 20px;
    }

        section.split-content .hero__message.half-width {
            padding-right: 40px;
            padding-left: 40px;
        }

        section.split-content .hero__message p {
            font-size: 18px;
            font-size: 1.125rem;
            margin-bottom: 0px;
        }

    section.split-content .eyebrow {
        /*width: 100%;*/
        font-size: 16px;
        font-size: 1rem;
        color: #000;
        letter-spacing: 0.2em;
        margin-bottom: 20px;
        /*border-bottom: 2px solid var(--primary-color);*/
    }

    @media only screen and (max-width: 1283px) {
        section.split-content {
            padding: 40px 0 0 0;
        }
    }

    @media only screen and (max-width: 768px) {
        section.split-content {
            padding: 40px 0 0 0;
        }

            section.split-content .hero__message {
                margin-bottom: 25px;
            }

            section.split-content .eyebrow h6 {
                font-size: 18px;
                font-size: 1.125rem;
            }

            section.split-content h2 {
                font-size: 33px;
                font-size: 2.0625rem;
            }

            section.split-content div.image {
                position: relative;
                width: 100%;
                left: auto;
                right: auto;
                height: 380px;
            }
    }

    @media only screen and (max-width: 66.75em) {
        section.split-content div.image {
            position: relative;
            width: 100%;
            left: auto;
            right: auto;
            height: 380px;
        }
    }



    section.fund-comparison .view-controls {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        top: 150px;
        z-index: 10;
        background-color: #fff;
    }

  @media only screen and (min-width: 768px) {
    section.fund-comparison .view-controls {
      position: -webkit-sticky;
      position: sticky;
    }
  }

    section.fund-comparison .share-class label {
        text-transform: uppercase;
        padding-right: 8px;
        letter-spacing: 0.05em;
        color: var(--secondary-color);
    }

    section.fund-comparison .share-class.hide {
        display: none;
    }

    section.fund-comparison .views {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 100%;
        /*margin: 0 40px;
        border-bottom: 1px solid var(--primary-color);*/
    }

        section.fund-comparison .views li {
            margin-bottom: 0;
            /*border-bottom: none;*/
        }

  section.fund-comparison .btn-container {
    width: auto;
    margin: 0;
  }

  section.fund-comparison .view-container {
    width: 100%;
  }

  section.fund-comparison .comparison-table {
    display: block;
  }

    section.fund-comparison .comparison-table__note {
        color: var(--secondary-color);
        font-size: 18px;
        font-size: 1.125rem;
        margin-bottom: 20px;
    }

  section.fund-comparison .comparison-table__header {
    background: #f8f8f8;
    height: 90px;
  }

        section.fund-comparison .comparison-table__header .table-col {
            color: var(--secondary-color);
            text-transform: uppercase;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            -webkit-box-pack: center !important;
            -ms-flex-pack: center !important;
            justify-content: center !important;
            font-size: 20px;
            font-size: 1.25rem;
        }

  @media only screen and (max-width: 768px) {
    section.fund-comparison .comparison-table__header .table-col {
      font-size: 18px;
      font-size: 1.125rem;
    }
  }

  > section.fund-comparison .comparison-table__header .table-col:first-child {
    padding-left: 0;
  }

  > section.fund-comparison .comparison-table__header .table-col:last-child {
    padding-right: 0;
  }

  section.fund-comparison .comparison-table__header .table-col .small {
    font-size: 13px;
    font-size: 0.8125rem;
    text-transform: uppercase;
  }

  section.fund-comparison .comparison-table__header:before {
    content: "";
    display: block;
    width: 100vw;
    height: 100%;
    background: #f8f8f8;
    position: absolute;
    top: 0px;
    left: calc(50% - 50vw);
  }

    section.fund-comparison .comparison-table .comparison-table__header-highlight.table-col {
        background: var(--secondary-color);
        padding: 5px 0 0 0;
        color: #fff;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

        section.fund-comparison .comparison-table .comparison-table__header-highlight.table-col .title {
            position: absolute;
            bottom: 100%;
            left: 0px;
            background: var(--secondary-color);
            text-transform: uppercase;
            color: #fff;
            width: 100%;
            padding: 10px 5px 0;
            text-align: center;
            /*font-family: 'StoneSans_Bold';*/
            font-family: var(--font-family);
        }

    section.fund-comparison .comparison-table .comparison-table__header-highlight.table-col .table-col {
      color: #fff;
    }

  section.fund-comparison .comparison-table__subheader {
    background: #fcf2ce;
    height: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
  }

    section.fund-comparison .comparison-table__subheader.yellow {
      background: #fcf2ce;
    }

    section.fund-comparison .comparison-table__subheader.blue {
      background: #e9f3f7;
    }

    section.fund-comparison .comparison-table__subheader.green {
      background: #f1f4ec;
    }

    section.fund-comparison .comparison-table__subheader.orange {
      background: #fee3ce;
    }

    section.fund-comparison .comparison-table__subheader.merlot {
      background: #FECAF2;
    }

    section.fund-comparison .comparison-table__subheader.purple {
      background: #c4b5d4;
    }

    section.fund-comparison .comparison-table__subheader .table-col {
      padding: 5px;
      font-size: 20px;
      font-size: 1.25rem;
    }

      section.fund-comparison .comparison-table__subheader .table-col:first-child {
        text-transform: uppercase;
      }

  section.fund-comparison .comparison-table .pdf-icon {
    position: relative;
    top: auto;
    left: auto;
  }

  section.fund-comparison .comparison-table .checkbox-col {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 15px 0;
    z-index: 2;
  }

    section.fund-comparison .comparison-table .checkbox-col + .table-col {
      padding-left: 50px;
    }

  section.fund-comparison .comparison-table .table-col {
    padding: 15px 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    z-index: 1;
  }

  .comparison-table__header-highlight.span-1 .table-col {
    width: 100%;
  }

    .comparison-table__header-highlight.span-1 .table-col.span-1 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-2 {
      width: 200%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-3 {
      width: 300%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-4 {
      width: 400%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-5 {
      width: 500%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-6 {
      width: 600%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-7 {
      width: 700%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-8 {
      width: 800%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-9 {
      width: 900%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-10 {
      width: 1000%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-11 {
      width: 1100%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-12 {
      width: 1200%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-13 {
      width: 1300%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-14 {
      width: 1400%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-15 {
      width: 1500%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-16 {
      width: 1600%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-17 {
      width: 1700%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-18 {
      width: 1800%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-19 {
      width: 1900%;
    }

    .comparison-table__header-highlight.span-1 .table-col.span-20 {
      width: 2000%;
    }

  .comparison-table__header-highlight.span-2 .table-col {
    width: 50%;
  }

    .comparison-table__header-highlight.span-2 .table-col.span-1 {
      width: 50%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-2 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-3 {
      width: 150%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-4 {
      width: 200%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-5 {
      width: 250%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-6 {
      width: 300%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-7 {
      width: 350%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-8 {
      width: 400%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-9 {
      width: 450%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-10 {
      width: 500%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-11 {
      width: 550%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-12 {
      width: 600%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-13 {
      width: 650%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-14 {
      width: 700%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-15 {
      width: 750%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-16 {
      width: 800%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-17 {
      width: 850%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-18 {
      width: 900%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-19 {
      width: 950%;
    }

    .comparison-table__header-highlight.span-2 .table-col.span-20 {
      width: 1000%;
    }

  .comparison-table__header-highlight.span-3 .table-col {
    width: 33.33333%;
  }

    .comparison-table__header-highlight.span-3 .table-col.span-1 {
      width: 33.33333%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-2 {
      width: 66.66667%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-3 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-4 {
      width: 133.33333%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-5 {
      width: 166.66667%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-6 {
      width: 200%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-7 {
      width: 233.33333%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-8 {
      width: 266.66667%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-9 {
      width: 300%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-10 {
      width: 333.33333%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-11 {
      width: 366.66667%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-12 {
      width: 400%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-13 {
      width: 433.33333%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-14 {
      width: 466.66667%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-15 {
      width: 500%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-16 {
      width: 533.33333%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-17 {
      width: 566.66667%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-18 {
      width: 600%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-19 {
      width: 633.33333%;
    }

    .comparison-table__header-highlight.span-3 .table-col.span-20 {
      width: 666.66667%;
    }

  .comparison-table__header-highlight.span-4 .table-col {
    width: 25%;
  }

    .comparison-table__header-highlight.span-4 .table-col.span-1 {
      width: 25%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-2 {
      width: 50%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-3 {
      width: 75%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-4 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-5 {
      width: 125%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-6 {
      width: 150%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-7 {
      width: 175%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-8 {
      width: 200%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-9 {
      width: 225%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-10 {
      width: 250%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-11 {
      width: 275%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-12 {
      width: 300%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-13 {
      width: 325%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-14 {
      width: 350%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-15 {
      width: 375%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-16 {
      width: 400%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-17 {
      width: 425%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-18 {
      width: 450%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-19 {
      width: 475%;
    }

    .comparison-table__header-highlight.span-4 .table-col.span-20 {
      width: 500%;
    }

  .comparison-table__header-highlight.span-5 .table-col {
    width: 20%;
  }

    .comparison-table__header-highlight.span-5 .table-col.span-1 {
      width: 20%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-2 {
      width: 40%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-3 {
      width: 60%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-4 {
      width: 80%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-5 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-6 {
      width: 120%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-7 {
      width: 140%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-8 {
      width: 160%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-9 {
      width: 180%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-10 {
      width: 200%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-11 {
      width: 220%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-12 {
      width: 240%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-13 {
      width: 260%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-14 {
      width: 280%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-15 {
      width: 300%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-16 {
      width: 320%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-17 {
      width: 340%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-18 {
      width: 360%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-19 {
      width: 380%;
    }

    .comparison-table__header-highlight.span-5 .table-col.span-20 {
      width: 400%;
    }

  .comparison-table__header-highlight.span-6 .table-col {
    width: 16.66667%;
  }

    .comparison-table__header-highlight.span-6 .table-col.span-1 {
      width: 16.66667%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-2 {
      width: 33.33333%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-3 {
      width: 50%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-4 {
      width: 66.66667%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-5 {
      width: 83.33333%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-6 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-7 {
      width: 116.66667%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-8 {
      width: 133.33333%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-9 {
      width: 150%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-10 {
      width: 166.66667%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-11 {
      width: 183.33333%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-12 {
      width: 200%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-13 {
      width: 216.66667%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-14 {
      width: 233.33333%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-15 {
      width: 250%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-16 {
      width: 266.66667%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-17 {
      width: 283.33333%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-18 {
      width: 300%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-19 {
      width: 316.66667%;
    }

    .comparison-table__header-highlight.span-6 .table-col.span-20 {
      width: 333.33333%;
    }

  .comparison-table__header-highlight.span-7 .table-col {
    width: 14.28571%;
  }

    .comparison-table__header-highlight.span-7 .table-col.span-1 {
      width: 14.28571%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-2 {
      width: 28.57143%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-3 {
      width: 42.85714%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-4 {
      width: 57.14286%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-5 {
      width: 71.42857%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-6 {
      width: 85.71429%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-7 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-8 {
      width: 114.28571%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-9 {
      width: 128.57143%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-10 {
      width: 142.85714%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-11 {
      width: 157.14286%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-12 {
      width: 171.42857%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-13 {
      width: 185.71429%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-14 {
      width: 200%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-15 {
      width: 214.28571%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-16 {
      width: 228.57143%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-17 {
      width: 242.85714%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-18 {
      width: 257.14286%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-19 {
      width: 271.42857%;
    }

    .comparison-table__header-highlight.span-7 .table-col.span-20 {
      width: 285.71429%;
    }

  .comparison-table__header-highlight.span-8 .table-col {
    width: 12.5%;
  }

    .comparison-table__header-highlight.span-8 .table-col.span-1 {
      width: 12.5%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-2 {
      width: 25%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-3 {
      width: 37.5%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-4 {
      width: 50%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-5 {
      width: 62.5%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-6 {
      width: 75%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-7 {
      width: 87.5%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-8 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-9 {
      width: 112.5%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-10 {
      width: 125%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-11 {
      width: 137.5%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-12 {
      width: 150%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-13 {
      width: 162.5%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-14 {
      width: 175%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-15 {
      width: 187.5%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-16 {
      width: 200%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-17 {
      width: 212.5%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-18 {
      width: 225%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-19 {
      width: 237.5%;
    }

    .comparison-table__header-highlight.span-8 .table-col.span-20 {
      width: 250%;
    }

  .comparison-table__header-highlight.span-9 .table-col {
    width: 11.11111%;
  }

    .comparison-table__header-highlight.span-9 .table-col.span-1 {
      width: 11.11111%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-2 {
      width: 22.22222%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-3 {
      width: 33.33333%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-4 {
      width: 44.44444%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-5 {
      width: 55.55556%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-6 {
      width: 66.66667%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-7 {
      width: 77.77778%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-8 {
      width: 88.88889%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-9 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-10 {
      width: 111.11111%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-11 {
      width: 122.22222%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-12 {
      width: 133.33333%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-13 {
      width: 144.44444%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-14 {
      width: 155.55556%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-15 {
      width: 166.66667%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-16 {
      width: 177.77778%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-17 {
      width: 188.88889%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-18 {
      width: 200%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-19 {
      width: 211.11111%;
    }

    .comparison-table__header-highlight.span-9 .table-col.span-20 {
      width: 222.22222%;
    }

  .comparison-table__header-highlight.span-10 .table-col {
    width: 10%;
  }

    .comparison-table__header-highlight.span-10 .table-col.span-1 {
      width: 10%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-2 {
      width: 20%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-3 {
      width: 30%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-4 {
      width: 40%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-5 {
      width: 50%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-6 {
      width: 60%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-7 {
      width: 70%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-8 {
      width: 80%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-9 {
      width: 90%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-10 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-11 {
      width: 110%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-12 {
      width: 120%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-13 {
      width: 130%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-14 {
      width: 140%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-15 {
      width: 150%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-16 {
      width: 160%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-17 {
      width: 170%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-18 {
      width: 180%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-19 {
      width: 190%;
    }

    .comparison-table__header-highlight.span-10 .table-col.span-20 {
      width: 200%;
    }

  .comparison-table__header-highlight.span-11 .table-col {
    width: 9.09091%;
  }

    .comparison-table__header-highlight.span-11 .table-col.span-1 {
      width: 9.09091%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-2 {
      width: 18.18182%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-3 {
      width: 27.27273%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-4 {
      width: 36.36364%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-5 {
      width: 45.45455%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-6 {
      width: 54.54545%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-7 {
      width: 63.63636%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-8 {
      width: 72.72727%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-9 {
      width: 81.81818%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-10 {
      width: 90.90909%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-11 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-12 {
      width: 109.09091%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-13 {
      width: 118.18182%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-14 {
      width: 127.27273%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-15 {
      width: 136.36364%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-16 {
      width: 145.45455%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-17 {
      width: 154.54545%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-18 {
      width: 163.63636%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-19 {
      width: 172.72727%;
    }

    .comparison-table__header-highlight.span-11 .table-col.span-20 {
      width: 181.81818%;
    }

  .comparison-table__header-highlight.span-12 .table-col {
    width: 8.33333%;
  }

    .comparison-table__header-highlight.span-12 .table-col.span-1 {
      width: 8.33333%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-2 {
      width: 16.66667%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-3 {
      width: 25%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-4 {
      width: 33.33333%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-5 {
      width: 41.66667%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-6 {
      width: 50%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-7 {
      width: 58.33333%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-8 {
      width: 66.66667%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-9 {
      width: 75%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-10 {
      width: 83.33333%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-11 {
      width: 91.66667%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-12 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-13 {
      width: 108.33333%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-14 {
      width: 116.66667%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-15 {
      width: 125%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-16 {
      width: 133.33333%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-17 {
      width: 141.66667%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-18 {
      width: 150%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-19 {
      width: 158.33333%;
    }

    .comparison-table__header-highlight.span-12 .table-col.span-20 {
      width: 166.66667%;
    }

  .comparison-table__header-highlight.span-13 .table-col {
    width: 7.69231%;
  }

    .comparison-table__header-highlight.span-13 .table-col.span-1 {
      width: 7.69231%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-2 {
      width: 15.38462%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-3 {
      width: 23.07692%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-4 {
      width: 30.76923%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-5 {
      width: 38.46154%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-6 {
      width: 46.15385%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-7 {
      width: 53.84615%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-8 {
      width: 61.53846%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-9 {
      width: 69.23077%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-10 {
      width: 76.92308%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-11 {
      width: 84.61538%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-12 {
      width: 92.30769%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-13 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-14 {
      width: 107.69231%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-15 {
      width: 115.38462%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-16 {
      width: 123.07692%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-17 {
      width: 130.76923%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-18 {
      width: 138.46154%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-19 {
      width: 146.15385%;
    }

    .comparison-table__header-highlight.span-13 .table-col.span-20 {
      width: 153.84615%;
    }

  .comparison-table__header-highlight.span-14 .table-col {
    width: 7.14286%;
  }

    .comparison-table__header-highlight.span-14 .table-col.span-1 {
      width: 7.14286%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-2 {
      width: 14.28571%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-3 {
      width: 21.42857%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-4 {
      width: 28.57143%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-5 {
      width: 35.71429%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-6 {
      width: 42.85714%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-7 {
      width: 50%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-8 {
      width: 57.14286%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-9 {
      width: 64.28571%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-10 {
      width: 71.42857%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-11 {
      width: 78.57143%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-12 {
      width: 85.71429%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-13 {
      width: 92.85714%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-14 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-15 {
      width: 107.14286%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-16 {
      width: 114.28571%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-17 {
      width: 121.42857%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-18 {
      width: 128.57143%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-19 {
      width: 135.71429%;
    }

    .comparison-table__header-highlight.span-14 .table-col.span-20 {
      width: 142.85714%;
    }

  .comparison-table__header-highlight.span-15 .table-col {
    width: 6.66667%;
  }

    .comparison-table__header-highlight.span-15 .table-col.span-1 {
      width: 6.66667%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-2 {
      width: 13.33333%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-3 {
      width: 20%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-4 {
      width: 26.66667%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-5 {
      width: 33.33333%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-6 {
      width: 40%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-7 {
      width: 46.66667%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-8 {
      width: 53.33333%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-9 {
      width: 60%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-10 {
      width: 66.66667%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-11 {
      width: 73.33333%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-12 {
      width: 80%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-13 {
      width: 86.66667%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-14 {
      width: 93.33333%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-15 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-16 {
      width: 106.66667%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-17 {
      width: 113.33333%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-18 {
      width: 120%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-19 {
      width: 126.66667%;
    }

    .comparison-table__header-highlight.span-15 .table-col.span-20 {
      width: 133.33333%;
    }

  .comparison-table__header-highlight.span-16 .table-col {
    width: 6.25%;
  }

    .comparison-table__header-highlight.span-16 .table-col.span-1 {
      width: 6.25%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-2 {
      width: 12.5%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-3 {
      width: 18.75%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-4 {
      width: 25%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-5 {
      width: 31.25%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-6 {
      width: 37.5%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-7 {
      width: 43.75%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-8 {
      width: 50%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-9 {
      width: 56.25%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-10 {
      width: 62.5%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-11 {
      width: 68.75%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-12 {
      width: 75%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-13 {
      width: 81.25%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-14 {
      width: 87.5%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-15 {
      width: 93.75%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-16 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-17 {
      width: 106.25%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-18 {
      width: 112.5%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-19 {
      width: 118.75%;
    }

    .comparison-table__header-highlight.span-16 .table-col.span-20 {
      width: 125%;
    }

  .comparison-table__header-highlight.span-17 .table-col {
    width: 5.88235%;
  }

    .comparison-table__header-highlight.span-17 .table-col.span-1 {
      width: 5.88235%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-2 {
      width: 11.76471%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-3 {
      width: 17.64706%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-4 {
      width: 23.52941%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-5 {
      width: 29.41176%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-6 {
      width: 35.29412%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-7 {
      width: 41.17647%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-8 {
      width: 47.05882%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-9 {
      width: 52.94118%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-10 {
      width: 58.82353%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-11 {
      width: 64.70588%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-12 {
      width: 70.58824%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-13 {
      width: 76.47059%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-14 {
      width: 82.35294%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-15 {
      width: 88.23529%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-16 {
      width: 94.11765%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-17 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-18 {
      width: 105.88235%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-19 {
      width: 111.76471%;
    }

    .comparison-table__header-highlight.span-17 .table-col.span-20 {
      width: 117.64706%;
    }

  .comparison-table__header-highlight.span-18 .table-col {
    width: 5.55556%;
  }

    .comparison-table__header-highlight.span-18 .table-col.span-1 {
      width: 5.55556%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-2 {
      width: 11.11111%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-3 {
      width: 16.66667%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-4 {
      width: 22.22222%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-5 {
      width: 27.77778%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-6 {
      width: 33.33333%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-7 {
      width: 38.88889%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-8 {
      width: 44.44444%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-9 {
      width: 50%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-10 {
      width: 55.55556%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-11 {
      width: 61.11111%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-12 {
      width: 66.66667%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-13 {
      width: 72.22222%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-14 {
      width: 77.77778%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-15 {
      width: 83.33333%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-16 {
      width: 88.88889%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-17 {
      width: 94.44444%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-18 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-19 {
      width: 105.55556%;
    }

    .comparison-table__header-highlight.span-18 .table-col.span-20 {
      width: 111.11111%;
    }

  .comparison-table__header-highlight.span-19 .table-col {
    width: 5.26316%;
  }

    .comparison-table__header-highlight.span-19 .table-col.span-1 {
      width: 5.26316%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-2 {
      width: 10.52632%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-3 {
      width: 15.78947%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-4 {
      width: 21.05263%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-5 {
      width: 26.31579%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-6 {
      width: 31.57895%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-7 {
      width: 36.84211%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-8 {
      width: 42.10526%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-9 {
      width: 47.36842%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-10 {
      width: 52.63158%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-11 {
      width: 57.89474%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-12 {
      width: 63.15789%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-13 {
      width: 68.42105%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-14 {
      width: 73.68421%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-15 {
      width: 78.94737%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-16 {
      width: 84.21053%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-17 {
      width: 89.47368%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-18 {
      width: 94.73684%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-19 {
      width: 100%;
    }

    .comparison-table__header-highlight.span-19 .table-col.span-20 {
      width: 105.26316%;
    }

  .comparison-table__header-highlight.span-20 .table-col {
    width: 5%;
  }

    .comparison-table__header-highlight.span-20 .table-col.span-1 {
      width: 5%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-2 {
      width: 10%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-3 {
      width: 15%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-4 {
      width: 20%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-5 {
      width: 25%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-6 {
      width: 30%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-7 {
      width: 35%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-8 {
      width: 40%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-9 {
      width: 45%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-10 {
      width: 50%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-11 {
      width: 55%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-12 {
      width: 60%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-13 {
      width: 65%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-14 {
      width: 70%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-15 {
      width: 75%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-16 {
      width: 80%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-17 {
      width: 85%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-18 {
      width: 90%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-19 {
      width: 95%;
    }

    .comparison-table__header-highlight.span-20 .table-col.span-20 {
      width: 100%;
    }

  #fund-comparison-modal h1 {
    font-size: 36px;
    font-size: 2.25rem;
    margin-bottom: 30px;
  }

  #fund-comparison-modal .modal_content {
    background: #f8f8f8;
  }

  #fund-comparison-modal .fund-select-menus {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    list-style: none;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin-bottom: 30px;
  }

    #fund-comparison-modal .fund-select-menus li {
      position: relative;
      padding-left: 30px;
      padding-right: 10px;
      margin-right: 20px;
    }

            #fund-comparison-modal .fund-select-menus li:after {
                content: "";
                display: block;
                width: 1px;
                height: 20px;
                background: var(--secondary-color);
                position: absolute;
                right: 0px;
                top: 0px;
            }

      #fund-comparison-modal .fund-select-menus li:last-child {
        padding-right: 0;
        margin-right: 0;
      }

        #fund-comparison-modal .fund-select-menus li:last-child:after {
          display: none;
        }

      #fund-comparison-modal .fund-select-menus li select {
        margin: 0;
        padding-top: 0;
        padding-bottom: 0;
        width: 260px;
      }

      #fund-comparison-modal .fund-select-menus li .color-key {
        display: block;
        width: 20px;
        height: 20px;
        position: absolute;
        top: 0px;
        left: 0px;
      }

            #fund-comparison-modal .fund-select-menus li .fund-symbol {
                color: var(--primary-color);
            }

  #fund-comparison-modal .view-container .table,
  #fund-comparison-modal .view-container .chart {
    display: block;
  }

  #fund-comparison-modal .footnote {
    font-size: 16px;
    font-size: 1rem;
    color: #898989;
    padding-top: 50px;
  }

  @media only screen and (max-width: 1067px) {
    section.fund-comparison .comparison-table .checkbox-col {
      display: none;
    }

      section.fund-comparison .comparison-table .checkbox-col + .table-col {
        padding-left: 10px;
      }

    section.fund-comparison .view-controls {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
    }

      section.fund-comparison .view-controls .btn-container {
        display: none;
      }

      section.fund-comparison .view-controls select.views {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 275px;
        margin: 0 0 30px;
      }

      section.fund-comparison .view-controls ul.views {
        display: none;
      }

      section.fund-comparison .view-controls .share-class label {
        width: 100%;
        display: block;
        margin: 0;
      }
  }

  @media only screen and (max-width: 768px) {
    section.fund-comparison .view-controls {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
    }

      section.fund-comparison .view-controls select.views {
        width: 100%;
        max-width: 100%;
      }
  }

  .insights-grid {
    /*
	&.offset {
		overflow: visible;
		z-index: 20;
		position: relative;
		padding: 0 !important;
		.container {
			transform: translate3d(0, -50px, 0);
			margin-bottom: -30px;
		}
	}
	*/
  }

        .insights-grid .intro {
            /* text-align: center;*/
        }

        .insights-grid.results {
            background-color: #fff;
            padding: 20px 0 70px 0;
        }

    .insights-grid.offset {
      background: none;
      margin-top: -106px;
    }

    .insights-grid.insights-offset-columns {
      padding: 55px 0 30px 0;
      position: relative;
      z-index: 20;
    }

    .insights-grid a.show_more {
      margin-top: 40px;
      margin-bottom: 30px;
    }

    .insights-grid .column {
      margin-bottom: 30px;
    }

        .insights-grid .column__content {
            /*background-color: #f8f8f8;*/
            height: 425px;
            position: relative;
            /*padding-top: 100px;*/
            border: 1px solid #cdcdcd;
            -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* For old WebKit browsers */
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }

            .insights-grid .column__content .promo_card {
                display: flex;
                flex-direction: column;
                height: 100%;
            }

            .insights-grid .column__content .promo_card--icon {
                position: relative;
            }

            .insights-grid .column__content .promo_card--content {
                flex-grow: 1;
                padding: 20px;
                position: relative;
            }

                .insights-grid .column__content .promo_card--content .date {
                    position: absolute;
                    bottom: 10px;
                }

            .insights-grid .column__content a.item {
                display: block;
                cursor: pointer;
                color: #fff;
                position: absolute;
                width: 100%;
                height: 100%;
                top: 0;
                left: 0;
                right: 0;
                bottom: 0;
                z-index: 5;
                background: #213B7C; 
                transition: background-color 0.3s ease;
                overflow: hidden;
            }

                .insights-grid .column__content a.item:hover {
                    background: var(--secondary-color);
                    color: #fff;
                    text-decoration: none;
                    box-shadow: 0 0 25px rgba(0, 0, 0, 0.5); /* Adds a subtle pop effect */
                }

            .insights-grid .column__content.bg {
                /*background-color:#f8f8f8;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                color: #fff;
                    */
            }
            /*
                .insights-grid .column__content.bg:after {
                    content: '';
                    position: absolute;
                    z-index: 0;
                    left: 0;
                    top: 0;
                    bottom: 0;
                    right: 0;
                    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000));
                    background-image: linear-gradient(to bottom, transparent 40%, #000);
                }
            */
            .insights-grid .column__content .sharing {
                position: absolute;
                right: 0;
                top: 50px;
                color: #000;
                z-index: 10;
            }

            .insights-grid .column__content .icon {
                position: absolute;
                top: 50%;
                left: 50%;
                color: #fff;
                font-weight: 100;
                /*background-color: var(--primary-color);*/
                -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
                text-align: center;
                border-radius: 50%;
                background-size: contain;
                background-position: center;
                background-repeat: no-repeat;
                display: flex;
                align-items: center;
                justify-content: center;
            }

            .insights-grid .column__content .icon--audio {
                /*background-image: url("img/icon_audio-btn.png");*/
            }

            .insights-grid .column__content .icon--video {
                /*background-image: url("img/icon_play-btn.png");*/
            }

            .insights-grid .column__content .img {
                margin: 0;
                background-size: cover;
                background-position: center;
                background-repeat: no-repeat;
                object-fit: cover;
                transition: transform 0.3s ease;
            }

            .insights-grid .column__content a.item:hover .img {
                transform: scale(1.1); /* Image scales up on hover */
            }

      .insights-grid .column__content .text {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 20px;
        padding-top: 0;
        z-index: 1;
      }

            .insights-grid .column__content .category {
                /*font-family: 'StoneSans_Bold';*/
                font-family: var(--font-family);
                text-transform: uppercase;
                letter-spacing: 2px;
                font-size: 16px;
                font-size: 1rem;
            }

            .insights-grid .column__content h4.title {
                /*font-family: 'StoneSans_Medium';*/
                font-family: var(--font-family);
                margin-bottom: 10px;
                font-size: 24px;
                font-size: 1.5rem;
                transition: text-decoration-color 0.3s ease;
            }

            .insights-grid .column__content p {
                margin-bottom: 10px;
                font-size: 16px;
                font-size: 1rem;
                text-decoration: none;
            }

                .insights-grid .column__content p:hover {
                    text-decoration: none;
                }

    .insights-grid .column.col-lg-8 .icon {
      top: 100px;
    }

    .insights-grid .column--double .column__content {
      padding-top: 0;
    }

        .insights-grid .column__content img {
            width: 100%;
            height: 200px;
        }

        .insights-grid .column__content figure {
            width: 100%;
            height: 200px;
            background-color: #101d3e;
        }

        .insights-grid .column--double .column__content .img {
            position: absolute;
            width: 100%;
            height: 100%;
        }

            .insights-grid .column--double .column__content .img:after {
                content: '';
                position: absolute;
                z-index: 0;
                left: 0;
                top: 0;
                bottom: 0;
                right: 0;
                background-image: -webkit-gradient(linear, left top, left bottom, color-stop(40%, transparent), to(#000));
                background-image: linear-gradient(to bottom, transparent 40%, #000);
            }

        .insights-grid .column--double .column__content .text {
            color: #fff;
        }

  @media only screen and (min-width: 822px) {
    .insights-grid .column--double .column__content .img {
      position: absolute;
      left: 0;
      top: 0;
      bottom: 0;
      width: 50%;
      padding-bottom: 0;
      margin-bottom: 0;
    }

      .insights-grid .column--double .column__content .img:after {
        display: none;
      }

    .insights-grid .column--double .column__content .text {
      position: absolute;
      width: 50%;
      left: 50%;
      color: #000;
    }
  }

  .insights-search-grid {
    background-color: #f8f8f8;
    padding: 40px 0 0 0;
  }

  .insights-search-grid__controls {
    width: 100%;
  }

  @media only screen and (min-width: 1067px) {
    .insights-search-grid__controls {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
    }
  }

  .insights-search-grid__controls .control {
    width: 25%;
    margin-bottom: 20px;
  }

    .insights-search-grid__controls .control.double {
      width: 50%;
      padding-left: 20px;
      padding-right: 20px;
    }

  @media only screen and (max-width: 1068px) {
    .insights-search-grid__controls .control {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      width: 100%;
      margin-bottom: 25px;
    }

      .insights-search-grid__controls .control.double {
        width: 100%;
        margin-bottom: 25px;
        padding-left: 0;
        padding-right: 0;
      }
  }

    .insights-search-grid__controls .control__label {
        color: var(--secondary-color);
        margin-bottom: 0;
        font-size: 1.125rem;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

  .insights-search-grid__controls .control__input {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

        .insights-search-grid__controls .control__input .divider {
            background-color: var(--secondary-color);
            width: 3px;
            margin: 8px 20px;
        }

    .insights-search-grid__controls .control__input ::-webkit-input-placeholder {
      color: #000;
    }

    .insights-search-grid__controls .control__input :-moz-placeholder {
      color: #000;
    }

    .insights-search-grid__controls .control__input ::-moz-placeholder {
      color: #000;
    }

    .insights-search-grid__controls .control__input :-ms-input-placeholder {
      color: #000;
    }

        .insights-search-grid__controls .control__input input {
            width: 100%;
            background: transparent;
            border: 0;
            border-bottom: 1px solid var(--primary-color);
            height: 46px;
            color: #000;
            font-size: 24px;
            font-size: 1.5rem;
            /*font-family: 'StoneSans_Medium';*/
            font-family: var(--font-family);
            padding-right: 40px;
            background-image: url(img/icon_search-red.svg);
            background-repeat: no-repeat;
            background-size: 30px;
            background-position: 99% center;
            margin-top: -2px;
        }

        .insights-search-grid__controls .control__input select {
            margin: 0;
            /*text-transform: uppercase;*/
        }

  @media only screen and (min-width: 577px) {
    .insights-search-grid__controls .control__input {
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
    }
  }

  @media only screen and (max-width: 576px) {
    .insights-search-grid__controls .control:nth-child(2) {
      margin-bottom: 0;
    }

    .insights-search-grid__controls .control__input {
      width: 100%;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

      .insights-search-grid__controls .control__input .divider {
        display: none;
      }

      .insights-search-grid__controls .control__input select {
        margin-bottom: 25px;
      }
  }

  .insights-search-grid__result-count {
    margin-bottom: 15px;
  }

    .insights-callout {
        /*text-align: center;*/
        padding: 40px 0;
    }

    .insights-callout p {
      color: #898989;
      font-size: 24px;
    }

    .search-header {
        background: #718246;
        position: relative;
        z-index: 100;
    }

    .search-header #inline-searchbox {
      overflow: visible;
      position: relative;
      z-index: 10;
    }

      .search-header #inline-searchbox .searchbox_wrap label {
        text-align: center;
      }

  @media only screen and (max-width: 822px) {
    .search-header #inline-searchbox .searchbox_wrap input {
      height: 50px;
    }
  }

  section.search-filters {
    padding: 60px 0;
    background: #f8f8f8;
  }

    section.search-filters .col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
    }

        section.search-filters .list-title {
            text-transform: uppercase;
            color: var(--secondary-color);
            width: 100%;
        }

    section.search-filters .btn {
      margin-top: -12px;
    }

    section.search-filters select {
      display: block;
      border: none;
      padding-left: 10px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      margin-right: 20px;
      margin-top: 0;
      width: 200px;
      text-transform: uppercase;
      padding: 0 25px 0 0;
      margin: 0;
    }

    section.search-filters .link-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      list-style: none;
      margin: 0;
      padding: 0;
    }

      section.search-filters .link-list li {
        padding: 0 25px;
        position: relative;
      }

        section.search-filters .link-list li:first-child {
          padding-left: 0;
        }

        section.search-filters .link-list li:last-child:after {
          display: none;
        }

                section.search-filters .link-list li:after {
                    content: "";
                    width: 1px;
                    height: 22px;
                    position: absolute;
                    top: 2px;
                    right: 0px;
                    background: var(--secondary-color);
                }

        section.search-filters .link-list li a {
          display: inline-block;
          font-size: 20px;
          text-transform: uppercase;
          padding-bottom: 10px;
          border-bottom: none;
          position: relative;
          color: #000;
        }

                    section.search-filters .link-list li a:after {
                        content: "";
                        width: 100%;
                        height: 3px;
                        background: var(--primary-color);
                        position: absolute;
                        bottom: 0px;
                        left: 0px;
                        opacity: 0;
                    }

                    section.search-filters .link-list li a.active, section.search-filters .link-list li a:hover {
                        text-decoration: none;
                        color: var(--primary-color);
                    }

            section.search-filters .link-list li a.active:after, section.search-filters .link-list li a:hover:after {
              opacity: 1;
            }

  @media only screen and (max-width: 1067px) {
    section.search-filters {
      padding: 30px 0;
    }
  }

  @media only screen and (max-width: 822px) {
    section.search-filters .link-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      width: 100%;
      max-width: none;
    }

            section.search-filters .link-list li {
                border-bottom: 1px solid var(--secondary-color);
                padding-left: 0;
                width: 100%;
            }

        section.search-filters .link-list li select {
          padding-top: 10px;
          padding-bottom: 10px;
        }

        section.search-filters .link-list li:last-child {
          border: none;
        }

        section.search-filters .link-list li:after {
          display: none;
        }
  }

  .search-results {
    padding-bottom: 0;
    /*
	@include respond-at($md){

		.search-result {
			flex-flow: column;
			margin-bottom: 20px;

			&__image {
				margin-bottom: 20px;
			}

			&__details {

				p {
					@include font-size(17px);
				}

				h6 {
					@include font-size(20px);
				}
			}
		}
	}
	*/
  }

        .search-results .search-term-highlight {
            color: var(--secondary-color);
        }

    .search-results .results-count {
      font-size: 16px;
      font-size: 1rem;
      padding-bottom: 40px;
    }

    .search-results .search-result {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-bottom: 50px;
    }

    .search-results .search-result__image, .search-results .search-result__details {
      -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
      flex: 1 1 auto;
    }

        .search-results .search-result__image {
            -ms-flex-negative: 0;
            flex-shrink: 0;
            max-width: 170px;
            height: 150px;
            margin-right: 45px;
            background-color: #718246;
        }

      .search-results .search-result__image a {
        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;
        width: 100%;
        height: 100%;
      }

    .search-results .search-result__details a {
      display: block;
      color: #000;
      text-decoration: none;
    }

    .search-results .search-result__details h6 {
      margin-bottom: 15px;
    }

    .search-results .search-result__details p {
      font-size: 20px;
      font-size: 1.25rem;
      margin-bottom: 15px;
      line-height: 1.3;
    }

    .search-results .search-result__details .excerpt {
      color: #898989;
    }

  @media only screen and (max-width: 619px) {
    .search-results .search-result {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

    .search-results .search-result__image {
      margin-bottom: 30px;
    }
  }

  .search-results .featured {
    background: #f7f7f7;
    position: relative;
    padding-top: 30px;
    padding-bottom: 50px;
    margin-bottom: 50px;
  }

    .search-results .featured h2 {
      font-size: 30px;
      font-size: 1.875rem;
    }

    .search-results .featured .search-result {
      margin-bottom: 0;
    }

  .pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    list-style: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px;
    padding: 0;
  }

        .pagination li {
            font-size: 36px;
            font-size: 2.25rem;
            /*font-family: 'StoneSans_Medium';*/
            font-family: var(--font-family);
            margin: 0 30px;
            -webkit-user-select: none;
            -moz-user-select: none;
            -ms-user-select: none;
            user-select: none;
        }

            .pagination li a:not(.arrow) {
                color: var(--secondary-color);
                cursor: pointer;
            }

                .pagination li a:not(.arrow):hover, .pagination li a:not(.arrow).active {
                    color: var(--primary-color);
                    text-decoration: underline;
                }

            .pagination li span {
                color: var(--secondary-color);
            }

      .pagination li.elipsis {
        margin: 0 -10px;
      }

            .pagination li.arrow {
                color: var(--secondary-color);
                margin: 2px -25px 0;
            }

        .pagination li.arrow .prev i {
          -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
        }

        .pagination li.arrow .next i {
          -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
        }

        .pagination li.arrow .disabled {
          color: #bbb5ae;
        }

          .pagination li.arrow .disabled:hover {
            color: #bbb5ae;
          }

  @media only screen and (max-width: 768px) {
    .pagination .hide-below-md {
      display: none;
    }

    .pagination li {
      margin: 0 25px;
    }

      .pagination li.arrow {
        margin: 2px -15px 0;
      }
  }

  .resource-filters {
    padding: 60px 0;
  }

    .resource-filters .col {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      -webkit-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
    }

    .resource-filters .list-title {
      margin-right: 70px;
      margin-bottom: 0;
    }

        .resource-filters label {
            text-transform: uppercase;
            color: var(--secondary-color);
            width: 100%;
            display: block;
        }

    .resource-filters select {
      display: block;
      border: none;
      padding-left: 10px;
      -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
      flex: 1 1 0;
      margin-right: 20px;
      margin-top: 0;
      width: 200px;
      text-transform: uppercase;
      padding: 0 25px 0 0;
      margin: 0;
    }

    .resource-filters .link-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
      flex-flow: row wrap;
      list-style: none;
      margin: 0;
      padding: 0;
    }

      .resource-filters .link-list li {
        padding: 0 35px;
        position: relative;
      }

        .resource-filters .link-list li:first-child {
          padding-left: 0;
        }

        .resource-filters .link-list li a {
          display: inline-block;
          font-size: 20px;
          text-transform: uppercase;
          padding-bottom: 10px;
          border-bottom: none;
          position: relative;
          color: #000;
        }

                    .resource-filters .link-list li a:after {
                        content: "";
                        width: 100%;
                        height: 3px;
                        background: var(--primary-color);
                        position: absolute;
                        bottom: 0px;
                        left: 0px;
                        opacity: 0;
                    }

                    .resource-filters .link-list li a.active, .resource-filters .link-list li a:hover {
                        text-decoration: none;
                        color: var(--primary-color);
                    }

            .resource-filters .link-list li a.active:after, .resource-filters .link-list li a:hover:after {
              opacity: 1;
            }

  @media only screen and (max-width: 1067px) {
    .resource-filters {
      padding: 30px 0;
    }
  }

  @media only screen and (max-width: 822px) {
    .resource-filters .link-list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
      width: 100%;
      max-width: none;
    }

      .resource-filters .link-list li {
        padding-left: 0;
        width: 100%;
      }

        .resource-filters .link-list li label {
          margin: 20px 0 0;
        }

        .resource-filters .link-list li select {
          padding-top: 10px;
          padding-bottom: 10px;
        }

        .resource-filters .link-list li:last-child {
          border: none;
        }

        .resource-filters .link-list li:after {
          display: none;
        }
  }

  .resources {
    overflow: hidden;
    /*
	@include respond-to($md){
		padding: 40px 0 0;
	}
	*/
  }

  .accordion.accordion--resources {
    margin-bottom: 0;
  }

    .accordion.accordion--resources > li .title {
      color: #000;
    }

  @media only screen and (min-width: 620px) {
    .accordion.accordion--resources > li.open:before, .accordion.accordion--resources > li.open:after {
      background: #f7f7f7;
    }

    .accordion.accordion--resources > li:before, .accordion.accordion--resources > li:after {
      content: "";
      position: absolute;
      display: block;
      background: #fff;
      width: 50px;
      height: 100%;
      top: 0;
    }

    .accordion.accordion--resources > li:before {
      left: -50px;
    }

    .accordion.accordion--resources > li:after {
      right: -50px;
    }
  }

  .accordion.accordion--resources > li .content .resource-title {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    width: 100%;
  }

  .accordion.accordion--resources > li .content .resource-list {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 270px;
  }

  .accordion.accordion--resources > li .content .flex-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-top: 10px;
  }

  @media only screen and (max-width: 621px) {
    .accordion.accordion--resources > li .content .flex-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-flow: column;
      flex-flow: column;
    }
  }

  .accordion.accordion--resources > li .content ul {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 270px;
  }

  .resource-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-left: 0;
    list-style: none;
  }

    .resource-list li {
      padding: 0;
      line-height: 1;
      margin-bottom: 12px;
    }

  @media only screen and (max-width: 822px) {
    .resource-list li {
      margin-bottom: 15px;
    }
  }

    .resource-list li a,
    .resource-list li span {
        text-transform: uppercase;
        color: var(--secondary-color);
        font-size: 20px;
        font-size: 1.25rem;
        cursor: pointer;
        line-height: 1.3em;
    }

    .resource-title {
        text-transform: uppercase;
        font-size: 20px;
        font-size: 1.25rem;
        color: var(--secondary-color);
    }

  .related-resources .col {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  @media only screen and (max-width: 822px) {
    .related-resources .col {
      margin-bottom: 30px;
    }
  }

    .related-resources .col .icon {
        width: 130px;
        height: 130px;
        border: 2px solid var(--secondary-color);
        border-radius: 50%;
        margin-bottom: 40px;
        padding: 30px;
    }

  .related-resources .col .resource-title {
    margin-bottom: 8px;
  }

  @media only screen and (max-width: 822px) {
    .related-resources .col .resource-title {
      margin-bottom: 15px;
    }
  }

  .related-resources .col ul {
    width: 100%;
    margin: 0 0 30px;
  }

    .related-resources .col ul .show-more__items {
      width: 100%;
      display: none;
    }

    .related-resources .col ul li {
      width: 100%;
      text-align: center;
      margin-bottom: 5px;
    }

            .related-resources .col ul li.show-more, .related-resources .col ul li.show-less {
                text-transform: uppercase;
                color: var(--secondary-color);
                margin-top: 10px;
                -webkit-user-select: none;
                -moz-user-select: none;
                -ms-user-select: none;
                user-select: none;
            }

  @media only screen and (max-width: 822px) {
    .related-resources .col ul li.show-more, .related-resources .col ul li.show-less {
      margin-top: 0;
    }
  }

  .related-resources .col ul li.show-less {
    display: none;
  }

  .article .article_header {
    background: #f7f7f7;
    min-height: 430px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 60px;
    padding-bottom: 40px;
  }

    .article .article_header h1 {
      font-size: 40px;
      font-size: 2.5rem;
      margin-bottom: 15px;
    }

    .article .article_header p {
      font-size: 24px;
      font-size: 1.5rem;
      margin: 0 0 20px 0;
      line-height: 1.4em;
      display: inline;
    }

    .article .article_header ul.article_meta {
      margin: 0 0 10px 0;
      padding: 0;
    }

      .article .article_header ul.article_meta li {
        display: inline-block;
        font-size: 20px;
        font-size: 1.25rem;
        padding-right: 8px;
      }

        .article .article_header ul.article_meta li:before {
          content: '\2022';
          margin-right: 0.5em;
        }

        .article .article_header ul.article_meta li:first-child:before {
          display: none;
        }

    .article .article_header ul.article_author {
      margin: 0 0 10px 0;
      padding: 0;
      list-style: none;
    }

      .article .article_header ul.article_author li {
        font-size: 20px;
        font-size: 1.25rem;
      }

                .article .article_header ul.article_author li a {
                    text-decoration: underline;
                    color: var(--primary-color);
                }

    .article .article_header a.btn {
      margin-top: 20px;
      padding-top: 10px;
      padding-bottom: 8px;
      min-width: auto;
    }

    .article .article_header.with_image {
      background-size: cover;
      background-position: center top;
      background-repeat: no-repeat;
    }

      .article .article_header.with_image h1, .article .article_header.with_image p, .article .article_header.with_image ul li, .article .article_header.with_image ol li {
        color: #FFF;
      }

      .article .article_header.with_image ul.article_author li a {
        color: #FFF;
      }

  @media only screen and (max-width: 822px) {
    .article .article_header h1 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.4em;
    }

    .article .article_header p {
      font-size: 20px;
      font-size: 1.25rem;
    }

    .article .article_header ul li {
      font-size: 16px;
      font-size: 1rem;
    }
  }

  .article .article_body {
    padding-top: 70px;
    padding-bottom: 70px;
  }

    .article .article_body h2 {
      font-size: 30px;
      font-size: 1.875rem;
      line-height: 1.2em;
    }

    .article .article_body h3 {
      font-size: 28px;
      font-size: 1.75rem;
      margin-bottom: 15px;
    }

    .article .article_body p {
      font-size: 18px;
      font-size: 1.125rem;
    }

    .article .article_body ul, .article .article_body ol {
      margin-bottom: 16px;
      padding-left: 40px;
    }

      .article .article_body ul li, .article .article_body ol li {
        font-size: 18px;
        font-size: 1.125rem;
        line-height: 1.4em;
      }

    .article .article_body .article_body-intro {
      padding-bottom: 70px;
    }

      .article .article_body .article_body-intro h2 {
        font-size: 40px;
        font-size: 2.5rem;
      }

      .article .article_body .article_body-intro h3 {
        font-size: 36px;
        font-size: 2.25rem;
      }

      .article .article_body .article_body-intro p {
        font-size: 24px;
        font-size: 1.5rem;
        line-height: 1.3em;
      }

  @media only screen and (max-width: 822px) {
    .article .article_body .article_body-intro padding {
      bottom: 40px;
    }

    .article .article_body .article_body-intro h2 {
      font-size: 30px;
      font-size: 1.875rem;
    }

    .article .article_body .article_body-intro h3 {
      font-size: 28px;
      font-size: 1.75rem;
    }

    .article .article_body .article_body-intro p {
      font-size: 18px;
      font-size: 1.125rem;
    }
  }

  .article .article_body figure {
    margin: 40px 0 60px 0;
    position: relative;
    display: inline-block;
    padding-right: 40px;
    margin-right: -40px;
  }

        .article .article_body figure figcaption {
            color: var(--secondary-color);
            display: block;
            text-align: right;
        }

    .article .article_body figure img {
      max-width: 100%;
    }

  @media only screen and (max-width: 767px) {
    .article .article_body figure {
      margin-right: 0;
    }
  }

  /*    .article .article_body .sharing {
        position: absolute;
        top: 20px;
        right: 0;
        z-index: 100;
    }

    .article .article_body blockquote {
        position: relative;
        background: #f7f7f7;
        width: 100%;
        display: block;
        font-size: 24px;
        font-size: 1.5rem;
        font-family: var(--font-family);
        color: var(--primary-color);
        margin: 40px 0 100px 0;
        padding: 30px 60px;
    }

        .article .article_body blockquote span.author {
            display: block;
            position: absolute;
            bottom: -40px;
            text-align: right;
            color: var(--secondary-color);
            font-size: 20px;
            font-size: 1.25rem;
            width: 88%;
            /*font-family: 'StoneSans_Medium';*/
            font-family: var(--font-family);
        }

  @media only screen and (min-width: 1068px) {
    .article .article_body blockquote {
      padding: 30px 100px;
    }
  }

  @media only screen and (max-width: 619px) {
    .article .article_body blockquote {
      font-size: 24px;
      font-size: 1.5rem;
      padding-left: 30px;
    }
  }

  .article .article_body .inner_layout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 40px 0;
  }

    .article .article_body .inner_layout.cols-2 div {
      width: 50%;
    }

      .article .article_body .inner_layout.cols-2 div:first-of-type {
        padding-right: 20px;
      }

      .article .article_body .inner_layout.cols-2 div:last-of-type {
        padding-left: 20px;
      }

  @media only screen and (max-width: 822px) {
    .article .article_body .inner_layout {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

      .article .article_body .inner_layout.cols-2 div {
        width: 100%;
      }

        .article .article_body .inner_layout.cols-2 div:first-of-type {
          padding-right: 0px;
        }

        .article .article_body .inner_layout.cols-2 div:last-of-type {
          padding-left: 0px;
        }

        .article .article_body .inner_layout.cols-2 div img {
          margin-bottom: 20px;
        }
  }

  .article .article_body .video_wrapper {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .article .article_body .audio_bar {
    margin: 40px auto;
    background: #f1f3f4;
  }

  .article .article_body .chart {
    margin: 20px 0;
    padding-left: 0;
    padding-right: 0;
  }

        .article .article_body .chart .caption {
            color: var(--secondary-color);
            font-size: 18px;
            font-size: 1.125rem;
            text-align: left;
            margin-bottom: 10px;
            margin-top: -10px;
        }

    .article .article_body table {
        width: 100%;
        border-collapse: collapse;
        margin: 60px 0;
        border-top: 1px solid #CCC;
    }

        .article .article_body table caption {
            color: var(--secondary-color);
            font-size: 18px;
            font-size: 1.125rem;
            text-align: left;
            margin-bottom: 5px;
        }

        .article .article_body table td, .article .article_body table th {
            padding: 10px;
            border-left: 1px solid #CCC;
            ;
        }

            .article .article_body table td:last-child, .article .article_body table th:last-child {
                border-right: 1px solid #CCC;
                ;
            }

    .article .article_body table th {
      background: #FFF;
    }

    .article .article_body table tr:nth-child(odd) {
      background: #f8f8f8;
    }

        .article .article_body table tr {
            border-bottom: 1px solid #CCC;
            ;
        }

    .article .article_body table thead, .article .article_body table tbody, .article .article_body table tr {
      width: 100%;
    }

    .article .article_body table th, .article .article_body table td {
      width: auto;
    }

    .article .footnotes .footnotes_content {
        border-top: 1px solid var(--primary-color);
        padding-top: 40px;
    }

  .article .footnotes p {
    font-size: 16px;
    font-size: 1rem;
    color: #000;
    margin-bottom: 15px;
  }

    .article .footnotes sup {
        color: var(--secondary-color);
        font-size: 10px;
        font-size: 0.625rem;
        padding-right: 10px;
    }

  #site_alert, #cookie_alert {
    display: none;
  }

  #cookie_alert {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 602;
  }

    .alerts {
        background: #718246;
        padding: 20px 0;
    }

    .alerts .row {
      position: relative;
    }

        .alerts h2 {
            font-family: var(--font-family);
            font-size: 18px;
            font-size: 1.125rem;
            margin-bottom: 5px;
        }

    .alerts p {
      font-size: 16px;
      font-size: 1rem;
    }

      .alerts p:last-of-type {
        margin-bottom: 0;
      }

        .alerts .close_btn {
            width: 20px;
            height: 20px;
            background: none;
            border: 0;
            font-size: 20px;
            font-size: 1.25rem;
            color: var(--primary-color);
            position: absolute;
            top: 0;
            right: 20px;
        }

  @media only screen and (max-width: 1067px) {
    .alerts .alert_content {
      padding-right: 60px;
    }
  }

  @media only screen and (max-width: 619px) {
    .alerts .alert_content {
      padding-top: 30px;
      padding-right: 0;
    }

    .alerts .close_btn {
      top: -5px;
      right: 25px;
    }
  }

  .int_disclosure {
    padding-top: 40px;
    padding-bottom: 40px;
  }

        .int_disclosure h2 {
            font-size: 24px;
            font-size: 1.5rem;
            /*font-family: 'StoneSans_Medium';*/
            font-family: var(--font-family);
            margin-bottom: 15px;
        }

        .int_disclosure h3 {
            font-size: 20px;
            font-size: 1.25rem;
            /*font-family: 'StoneSans_Medium';*/
            font-family: var(--font-family);
            margin-bottom: 10px;
        }

    .int_disclosure ul {
      margin-bottom: 20px;
      margin-top: 0;
    }

    .int_disclosure a {
      text-decoration: underline;
    }

    .int_disclosure .int_expandable_content {
      display: none;
    }

    .ratings .intro {
        /*text-align: center;*/
    }

  .ratings .rating_wrap {
    margin-top: 20px;
    margin-bottom: 20px;
  }

    .ratings .rating_logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        /*
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;*/
    }

    .ratings .rating_logo img {
      max-width: 200px;
    }

        .ratings .rating_logo h6 {
            margin-top: 10px;
            margin-bottom: 20px;
            font-size: 20px;
            font-size: 1.25rem;
            /*font-family: 'StoneSans_Medium';*/
            font-family: var(--font-family);
        }

    .ratings .rating_list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: distribute;
        justify-content: left;
        padding-top: 20px;
    }

        .ratings .rating_list ul {
            margin-right: 10px;
            padding: 0 5px;
            list-style: none;
            /*text-align: center;*/
        }

            .ratings .rating_list ul li {
                font-size: 16px;
                font-size: 1rem;
                /*font-family: 'StoneSans_Medium';*/
                font-family: var(--font-family);
                margin-bottom: 8px;
            }

                .ratings .rating_list ul li:first-child {
                    display: -webkit-box;
                    display: -ms-flexbox;
                    display: flex;
                    /*-webkit-box-pack: center;
                    -ms-flex-pack: center;
                    justify-content: center;*/
                    -webkit-box-align: end;
                    -ms-flex-align: end;
                    align-items: flex-end;
                }

        .ratings .rating_list ul li:last-child {
          margin-bottom: 0;
        }

        .ratings .rating_list ul li .stars {
          padding: 10px 0;
        }

            .ratings .rating_list ul li .stars span {
                color: var(--key-stats-color);
            }

                .ratings .rating_list ul li .place {
                    display: block;
                    color: var(--key-stats-color);
                    /*font-family: 'StoneSans_Medium';*/
                    font-family: var(--font-family);
                    font-size: 30px;
                    font-size: 1.875rem;
                }

  @media only screen and (max-width: 576px) {
    .ratings .rating_list {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
    }

      .ratings .rating_list ul {
        margin-bottom: 30px;
      }
  }

  .ratings .rating_content {
    margin-top: 10px;
    text-align: center;
  }

    .ratings .rating_content p {
      font-size: 18px;
      font-size: 1.125rem;
      color: #000;
      line-height: 1.4em;
    }

  @media only screen and (min-width: 1067px) {
    .ratings .rating_content {
      padding-left: 30px;
      padding-right: 30px;
    }
  }

  .ratings .rating_category {
    padding: 40px 0 20px 0;
    font-size: 14px;
    font-size: 0.875rem;
    color: #333;
  }

    .ratings .rating_category span {
      color: #898989;
      padding-right: 10px;
    }

    .loader {
        position: fixed;
        left: 50%;
        top: 25%;
        width: 60px;
        height: 60px;
        z-index: 9999;
        opacity: .8;
    }


  .top-link {
    transition: all .25s ease-in-out;
    position: fixed;
    bottom: 0;
    right: 0;
    display: inline-flex;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    margin: 0 3em 3em 0;
    border-radius: 50%;
    padding: .25em;
    width: 80px;
    height: 80px;
    background-color: #F8F8F8;
  }

    .top-link.show {
      visibility: visible;
      opacity: 1;
      z-index: 10000;
      text-align: center;
    }

    .top-link.hide {
      visibility: hidden;
      opacity: 0;
    }

    #see-more-insights {
        cursor: pointer;
    }

    .top-border, .bottom-border {
        position: relative;
    }

        .top-border::before {
            content: "";
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            height: 2px;
            background-color: #bbb; /* Border color */
        }

        .bottom-border::after {
            content: "";
            position: absolute;
            bottom: 0;
            left: 50%;
            transform: translateX(-50%);
            height: 2px;
            background-color: #bbb; /* Border color */
        }

    @media only screen and (max-width: 1140px) {
        .top-border::before, .bottom-border::after {
            max-width: 100%;
        }
    }

    @media only screen and (max-width: 1140px) {
        .top-border::before, .bottom-border::after {
            max-width: 100%;
        }
    }

    @media only screen and (max-width: 1140px) {
        .top-border::before, .bottom-border::after {
            max-width: 100%;
        }
    }

    @media only screen and (max-width: 1140px) {
        .top-border::before, .bottom-border::after {
            max-width: 100%;
        }
    }

    @media only screen and (max-width: 1140px) {
        .top-border::before, .bottom-border::after {
            max-width: 100%;
        }
    }


    /* Start Marketo Form CSS overwrite*/
    .mktoForm {
        /*font-family: 'StoneSans_Medium';*/
        font-family: var(--font-family);
        min-width: 680px !important;
    }

    .mktoForm .mktoOffset {
      float: left;
      height: unset !important;
    }

  .mktoFormRow {
    margin: 10px 0 !important;
  }

        .mktoFormRow label, .mktoFormRow input, .mktoFormRow select, .mktoFormRow legend, .mktoButtonRow button {
            /*font-family: 'StoneSans_Medium';*/
            font-family: var(--font-family);
        }

    .mktoFormRow label, .mktoFormRow input, .mktoFormRow select, .mktoFormRow option {
      font-size: 1rem;
      font-size: 16px;
    }

    .mktoFormRow legend, .mktoButtonRow button {
      font-size: 1.125rem;
      font-size: 18px;
    }

        .mktoFormRow fieldset legend {
            color: var(--secondary-color) !important;
        }

  .mktoForm .mktoRequiredField .mktoAsterix {
    display: inline-block !important;
    padding-right: 3px;
    float: left;
  }

  .mktoForm .mktoRequiredField label.mktoLabel {
    font-weight: normal !important;
  }

  .mktoFormRow label#LblEmail,
  .mktoFormRow label#LblCountry,
  .mktoFormRow label#LblCompany,
  .mktoFormRow label#LblFirstName,
  .mktoFormRow label#LblLastName {
    width: 200px !important;
  }

  .mktoFormRow label#LblInvestment_Professional__c,
  .mktoFormRow label#LblwebEmailConsent,
  .mktoFormRow label#LblsubscriptionInstitutionalMonthly,
  .mktoFormRow fieldset label {
    width: 600px !important;
    float: right !important;
    padding-left: 15px;
  }

  .mktoFormRow input, .mktoFormRow select {
    width: 300px !important;
  }

  .mktoFormRow .mktoCheckboxList input, .mktoFormRow .mktoCheckboxList {
    width: 20px !important;
  }

    .mktoFormRow input, .mktoFormRow select {
        border: unset;
        border-bottom: 1px solid var(--primary-color);
    }

  .mktoFormRow .mktoCheckboxList input {
    border: 1px solid;
  }

  .mktoFormRow .mktoCheckboxList {
    width: unset;
  }

    .mktoForm .mktoButtonWrap .mktoButton {
        text-align: center;
        display: inline-block;
        padding: 14px 20px 10px 20px !important;
        font-size: 18px;
        font-size: 1.125rem;
        text-transform: uppercase;
        text-decoration: none;
        min-width: 200px;
        position: relative;
        z-index: 0;
        -webkit-transition: .3s ease;
        transition: .3s ease;
        background: var(--primary-color) !important;
        color: #FFF;
        border: 1px solid var(--primary-color) !important;
    }

    .mktoForm fieldset {
        width: 640px;
        margin-top: 20px !important;
        border: 0.5px solid var(--secondary-color);
    }

    @media only screen and (max-width: 400px) {
        .mktoForm {
            /*font-family: 'StoneSans_Medium';*/
            font-family: var(--font-family);
            width: 350px !important;
        }

      .mktoForm .mktoFieldWrap {
        float: left !important;
      }

      .mktoForm fieldset {
        width: 310px;
      }

    .mktoFormRow label#LblInvestment_Professional__c,
    .mktoFormRow label#LblwebEmailConsent,
    .mktoFormRow fieldset label {
      width: 260px !important;
    }
  }

    @media only screen and (max-width: 480px) and (min-width: 401px) {
        .mktoForm {
            /*font-family: 'StoneSans_Medium';*/
            font-family: var(--font-family);
            width: 400px !important;
        }

      .mktoForm .mktoFieldWrap {
        float: left !important;
      }

      .mktoForm fieldset {
        width: 440px;
      }

    .mktoFormRow label#LblInvestment_Professional__c,
    .mktoFormRow label#LblwebEmailConsent,
    .mktoFormRow fieldset label {
      width: 390px !important;
    }
  }

    @media only screen and (max-width: 629px) and (min-width: 481px) {
        .mktoForm {
            /*font-family: 'StoneSans_Medium';*/
            font-family: var(--font-family);
            width: 450px !important;
        }

    .mktoFormRow input, .mktoFormRow select {
      width: 250px !important;
    }

    .mktoForm fieldset {
      width: 440px !important;
    }

    .mktoFormRow label#LblInvestment_Professional__c,
    .mktoFormRow label#LblwebEmailConsent,
    .mktoFormRow fieldset label {
      width: 390px !important;
    }
  }

    @media only screen and (max-width: 800px) and (min-width: 619px) {
        .mktoForm {
            /*font-family: 'StoneSans_Medium';*/
            font-family: var(--font-family);
            width: 600px !important;
        }

    .mktoFormRow input, .mktoFormRow select {
      width: 250px !important;
    }

    .mktoForm fieldset {
      width: 550px !important;
    }

    .mktoFormRow label#LblInvestment_Professional__c,
    .mktoFormRow label#LblwebEmailConsent,
    .mktoFormRow fieldset label {
      width: 500px !important;
    }
  }
  /* End Marketo Form CSS overwrite*/

    .sub-nav .menu_title a.folder_link {
        cursor: unset;
        text-decoration: none;
        pointer-events: none;
        color: #000;
        font-size: 1rem;
        font-size: 16px;
        /*font-family: 'StoneSans_Medium';*/
        font-family: var(--font-family);
    }

        .sub-nav .menu_title a.folder_link::after {
            content: ": "
        }

    .highcharts-subtitle, .highcharts-axis text,
    .highcharts-yaxis text, .highcharts-axis-labels text,
    .highcharts-xaxis-labels text, .highcharts-legend-item text,
    .highcharts-markers text, .highcharts-label text {
        font-size: 0.85rem !important;
    }

    .highcharts-subtitle, .highcharts-axis text,
    .highcharts-yaxis text, .highcharts-axis-labels text,
    .highcharts-xaxis-labels text, .highcharts-legend-item text,
    .highcharts-markers text, .highcharts-container text, .highcharts-container tspan {
        /*font-family: 'StoneSans_Medium';*/
        font-family: var(--font-family);
    }

    text.highcharts-title {
        font-size: 20px !important;
        font-size: 1.125rem !important;
        font-weight: normal !important;
        /*font-family: 'Din_Light' !important;*/
        font-family: var(--font-family) !important;
        line-height: 1.2em !important;
        margin-bottom: 20px;
    }



    .highcharts-container ol, .highcharts-container ul {
        padding-left: 20px !important;
    }

    .highcharts-container li, .highcharts-container div {
        font-size: 18px !important;
        font-size: 1.125rem !important;
        /*font-family: StoneSans_Medium !important;*/
        font-family: var(--font-family) !important;
    }

    .highcharts-tooltip span {
        background-color: white;
        opacity: 1;
        z-index: 9999 !important;
        padding: 0;
    }


    @media only screen and (max-width: 619px) {
        .highcharts-container li, .highcharts-container div {
            font-size: 18px !important;
            font-size: 1.125rem !important;
        }
    }

    .chevron-background {
        position: relative;
        padding: 20px;
        background-color: #f9f9f9; /* Light background color */
        overflow: hidden;
    }

    .chevron-icon {
        position: absolute;
        font-size: 100px; /* Adjust size as needed */
        color: rgba(0, 0, 0, 0.1); /* Light color for background chevrons */
        top: 50%;
        transform: translateY(-50%);
    }

        .chevron-icon:nth-child(1) {
            left: 10%; /* Position for the first chevron */
        }

        .chevron-icon:nth-child(2) {
            left: 45%; /* Position for the second chevron */
        }

        .chevron-icon:nth-child(3) {
            left: 80%; /* Position for the third chevron */
        }

    .content {
        position: relative; /* Ensure main content is above the chevrons */
        z-index: 1;
    }




    /* Broadridge PRIIPs Widget*/

    .fl-embedded {
        /*font-family: StoneSans_Medium !important;*/
        font-family: var(--font-family) !important;
    }

        /*
a[target=_blank]:after {
    content: none !important;
    margin: 0 !important;
}
*/

        .fl-embedded .btn-primary {
            background: var(--primary-color) !important;
            color: #FFF !important;
            border: 1px solid var(--primary-color) !important;
        }

    .b-form-datepicker button.btn {
        text-align: center;
        font-size: 18px;
        font-size: 1.125rem;
        text-transform: uppercase;
        text-decoration: none;
        min-width: 25px;
        position: relative;
        z-index: 0;
        -webkit-transition: .3s ease;
        transition: .3s ease;
    }

    .fl-embedded .chart-color-1 {
        background-color: #708a39 !important;
        fill: #708a39 !important;
    }

    .fl-embedded .chart-color-2 {
        background-color: #7b6e60 !important;
        fill: #7b6e60 !important;
    }

    .fl-embedded header {
        height: auto !important;
        position: relative !important;
        left: 0;
        right: 0;
        background: none !important;
        z-index: 1000 !important;
    }

    .fl-embedded svg {
        overflow: hidden !important;
        vertical-align: middle !important;
    }

    /* End of Broadridge PRIIPs Widget*/

    .glide__slide .content {
        position: relative;
        height: 100%;
    }

    .glide__slide .intro__content {
        padding-top: 20px;
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .glide__slide .story {
        /*position: absolute;*/
        bottom: 20px;
    }


    /* Basic structure of the slides */

    /* Apply a 3D perspective to the entire container */
    .glide {
        perspective: 1000px; /* Smaller values increase the depth effect */
        overflow: hidden;
        position: relative;
    }

    .glide__track {
        overflow: visible; /* Ensure that the slides popping out are visible */
        position: relative;
        color: #fff;
    }

    .glide__slides {
        position: relative;
        height: 300px;
        display: flex; /* Ensures slides are laid out properly */
        justify-content: center;
    }

    .glide__slide {
        border-radius: 10px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-left: 22px;
        background-color: #101D3E;
        transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease;
        /*transform: scale(0.8) translateZ(-100px) translateX(-20px);  Adjust depth and position */
        opacity: 0.7;
        z-index: 1;
    }

    .glide__slide--active {
        background-color: #213B7C !important;
        opacity: 1 !important;
        /*transform: scale(1) translateZ(0) !important;*/
        z-index: 2;
    }

    .glide__slide img {
        max-width: 100%;
        max-height: 100%;
        border-radius: 10px;
        background-size: cover;
    }

    .glide__arrow {
        position: relative !important;
        box-shadow: none;
        text-shadow: none;
    }

    .glide__arrow--right {
        right: 0 !important;
    }

    .glide__arrow--left {
        left: 0 !important;
    }

    @media (max-width: 800px) {
        .glide__slide {
            width: 85%;
            margin-right: -5%;
        }
    }

    @media (max-width: 480px) {
        .glide__slide {
            width: 90%;
            margin-right: -3%;
        }
    }