@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700;800;900&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

/* Theme base styles */

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

 html {
  line-height: 1.1; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  margin: 0;
  padding: 0;
  font-family: 'Montserrat';
}

div#hs-eu-cookie-confirmation #hs-eu-cookie-confirmation-inner #hs-eu-policy-wording p a {
  color: #13856B !important;
}

div#hs-eu-cookie-confirmation {
  position: fixed !important;
  z-index: 9999 !important;
}

/* Styles for screens with a minimum width of 751px */
@media (min-width: 751px) {
  div#hs-eu-cookie-confirmation {
    left: 50% !important;
    top: 10px !important;
    transform: translateX(-50%) !important;
  }
}


.global-content-block h1, .global-content-block h2, .global-content-block h3, .global-content-block h4, .global-content-block h5, .global-content-block h6 {
  font-weight: 600;
  color: #414B57;
  line-height: 1.25rem;
}

.global-content-block p {
  font-weight: 500;
  color: #414B57;
  line-height: 2rem;
}

.global-content-block a {
  text-decoration: none;
  color: #49A48F;
}

/* Blog Font Style */

.blog-section .section.post-body h1, h2, h3, h4, h5, h6 {
  font-weight: 600;
  color: #1C2530;
  line-height: 2.5rem;
  font-size: 23px;
}

.blog-section .section.post-body p, ul li {
  font-weight: 500;
  color: #414B57;
  line-height: 2rem;
  font-size: 18px;
}

.blog-section .section.post-body p a {
  text-decoration: none;
  color: #49A48F;
  font-weight: 500;
  font-size: 20px;
}

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

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

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

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}


  /* CSS variables */

  :root {
    --column-gap: 2.13%;
    --column-width-multiplier: 8.333;
  }

  /* Mobile layout */

  .row-fluid {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }

  
    .row-fluid .span1,
    .row-fluid .span2,
    .row-fluid .span3,
    .row-fluid .span4,
    .row-fluid .span5,
    .row-fluid .span6,
    .row-fluid .span7,
    .row-fluid .span8,
    .row-fluid .span9,
    .row-fluid .span10,
    .row-fluid .span11,
    .row-fluid .span12{
    min-height: 1px;
    width: 100%;
  }

  /* Desktop layout */

  @media (min-width: 1024px) {
    .row-fluid {
      flex-wrap: nowrap;
      justify-content: center;
    }

    
      .row-fluid .span1 {
        width: calc(var(--column-width-multiplier) * 1% * 1 - var(--column-gap) * (11 * var(--column-width-multiplier) / 100));
      }
    
      .row-fluid .span2 {
        width: calc(var(--column-width-multiplier) * 1% * 2 - var(--column-gap) * (10 * var(--column-width-multiplier) / 100));
      }
    
      .row-fluid .span3 {
        width: calc(var(--column-width-multiplier) * 1% * 3 - var(--column-gap) * (9 * var(--column-width-multiplier) / 100));
      }
    
      .row-fluid .span4 {
        width: calc(var(--column-width-multiplier) * 1% * 4 - var(--column-gap) * (8 * var(--column-width-multiplier) / 100));
      }
    
      .row-fluid .span5 {
        width: calc(var(--column-width-multiplier) * 1% * 5 - var(--column-gap) * (7 * var(--column-width-multiplier) / 100));
      }
    
      .row-fluid .span6 {
        width: calc(var(--column-width-multiplier) * 1% * 6 - var(--column-gap) * (6 * var(--column-width-multiplier) / 100));
      }
    
      .row-fluid .span7 {
        width: calc(var(--column-width-multiplier) * 1% * 7 - var(--column-gap) * (5 * var(--column-width-multiplier) / 100));
      }
    
      .row-fluid .span8 {
        width: calc(var(--column-width-multiplier) * 1% * 8 - var(--column-gap) * (4 * var(--column-width-multiplier) / 100));
      }
    
      .row-fluid .span9 {
        width: calc(var(--column-width-multiplier) * 1% * 9 - var(--column-gap) * (3 * var(--column-width-multiplier) / 100));
      }
    
      .row-fluid .span10 {
        width: calc(var(--column-width-multiplier) * 1% * 10 - var(--column-gap) * (2 * var(--column-width-multiplier) / 100));
      }
    
      .row-fluid .span11 {
        width: calc(var(--column-width-multiplier) * 1% * 11 - var(--column-gap) * (1 * var(--column-width-multiplier) / 100));
      }
    
  }
.content-wrapper {
  margin: 0 auto;
  padding: 0;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.content-wrapper--narrow {
  padding: 0;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0;
}

@media (max-width: 1024px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
.global__hero-primary {
  width: 100%;
  height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.global-title-section {
  padding: 5rem 0rem 5rem 0rem;
}
.home__hero-primary {
  width: 100%;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home__video-section {
  padding: 1rem 0rem;
}

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

  .home__video-section {
   padding: 0;
  }
  
}

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

  .home__video-section {
   padding: 0;
  }
  
}
.home__video-carousel-section {
  padding: 5rem 0rem 10rem 0rem;
  position: relative;
  overflow: hidden;
}

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

  .home__video-carousel-section {
    padding: 3rem 0rem 5rem 0rem;

  }
}

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

  .home__video-carousel-section {
    padding: 3rem 0rem 18rem 0rem;

  }
}
.home__news-information-section {
  padding: 0rem 0rem 3rem 0rem;
}
.home__services-section {
  padding: 0rem 0rem 4.5rem 0rem;
}
.investor-story-summary-section {
  padding: 5rem 0 3rem 0;
}
.investor-story-risk-profile-section {
  padding: 5rem 0 5rem 0;
}
.investor-story-user-content-section {
  padding: 5rem 0rem 5rem 0rem;
}
.investor-story-banner {
  padding: 3rem 0 3rem 0;
}
.investor-story-carousel-section {
  padding: 0rem 0rem 5rem 0rem;
}
.about-us-content-section {
  padding: 5rem 0rem 5rem 0rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.about-us-cards-section {
  padding: 5rem 0rem 5rem 0rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.about-us-plan-history-section {
 padding: 3rem 0rem 3rem 0rem; 
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.about-us-board-and-leadership-section {
  padding: 0rem 0rem 5rem 0rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.contact-us-form-section {
  padding: 3rem 0rem 3rem 0rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.contact-us-map-section {
  padding: 3rem 0rem 0rem 0rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.members-content-section {
  padding: 3rem 0rem 3rem 0rem;
}

@media screen and (max-width: 1024px) {
  .members-content-section {
    padding: 1rem 0rem 3rem 0rem;
  }
}

@media screen and (max-width: 768px) {
  .members-content-section {
    padding: 1rem 0rem 3rem 0rem;
  }
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.employers-content-section {
  padding: 3rem 0rem 3rem 0rem;
}

@media screen and (max-width: 1024px) {
.employers-content-section {
  padding: 0rem 0rem 3rem 0rem;
}
}

@media screen and (max-width: 768px) {
.employers-content-section {
  padding: 0rem 0rem 3rem 0rem;
}
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.global-privacy-policy-section {
  padding: 3rem 0rem 8rem 0rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.our-funds-card-section {
  padding: 6rem 0rem 3rem 0rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.knowledge-center-content-section {
  padding: 3rem 0rem 3rem 0rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.knowledge-center-planning-tools-content-section {
  padding: 3rem 0rem 3rem 0rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.knowledge-center-planning-tools-content-section-b {
  padding: 3rem 0rem 3rem 0rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.knowledge-center-events-workshops {
  padding: 3rem 0rem 3rem 0rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.knowledge-center-technical-resources-content-section {
  padding: 3rem 0rem 3rem 0rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.article-content-section {
  padding: 2rem 0rem 5rem 0rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #F8F9FA;
}

@media screen and (max-width: 1024px) {
  .article-content-section {
    padding: 6rem 0rem 6rem 0rem;
  }
}

@media screen and (max-width: 768px) {
  .article-content-section {
    padding: 6rem 0rem 6rem 0rem;
  }
}

.article-content-wrapper {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .article-content-wrapper {
    width: 90%;
  }
}

@media screen and (max-width: 768px) {
  .article-content-wrapper {
    width: 90%;
  }
}

.article-content-wrapper p {
  margin: 0;
  padding: 0;
}

.article-content-wrapper hr {
  border-top: 2px solid #E1E3E8;
}

.social-share {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top: 2px solid #E1E3E8;
  padding: 3rem 0rem 0rem 0rem;
  margin: 2rem 0rem 0rem 0rem;
}

.social-share .social-icon-title {
  margin-bottom: 0.75rem;
}

.social-share .social-icon-title p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  font-feature-settings: 'kern' off, 'liga' off;
  color: #69727E;
}

.social-share .social-icon-wrapper a {
  margin-right: 1rem;
}

.article-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.article-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.article-content #hs_cos_wrapper_blog_content .blog-section .section.post-header {
  display: none;
}

.article-content #hs_cos_wrapper_blog_content .blog-section .section.post-header h1 {
  display: none;
}

.article-content #hs_cos_wrapper_blog_content .blog-section .section.post-header #hubspot-author_data {
  visibility: hidden;
}

.article-content #hs_cos_wrapper_blog_content .blog-section .blog-post-wrapper span#hs_cos_wrapper_blog_content_blog_social_sharing {
  display: none;
}


.article-content-carousel {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
}

.article-content-carousel h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 33px;
  letter-spacing: -0.03em;
  font-feature-settings: 'liga' off, 'kern' off;
  color: #414B57;
}

.article-recent-posts-section {
  padding: 2rem 0rem 3rem 0rem;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.article-recent-posts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #FFFFFF;
  padding: 5rem 0rem 5rem 0rem;
}

.article-recent-posts-container {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .article-recent-posts-container {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 768px) {
  .article-recent-posts-container {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.article-recent-posts-container h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 33px;
  letter-spacing: -0.03em;
  font-feature-settings: 'liga' off, 'kern' off;
  color: #414B57;
  margin-bottom: 2rem;
}

.article-content-row-container {
  width: 100%;
}

.blog-section .blog-post-wrapper p a.topic-link {
  text-decoration: none !important;
  color: #13856B !important;
}
.article-listing-primary-content-section {
  padding: 5rem 0rem 5rem 0rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.life-events-content-section {
  padding: 3rem 0rem 3rem 0rem;
}

@media screen and (max-width: 1024px) {
  .life-events-content-section {
    padding: 0rem 0rem 3rem 0rem;
  }
}

@media screen and (max-width: 768px) {
  .life-events-content-section {
    padding: 0rem 0rem 3rem 0rem;
  }
}
.life-events-carousel-section {
  padding: 0rem 0rem 5rem 0rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.retiree-content-section {
  padding: 3rem 0rem 3rem 0rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.timewise-content-section {
  padding: 2rem 0rem 5rem 0rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #F8F9FA;
}

@media screen and (max-width: 1024px) {
  .timewise-content-section {
    padding: 6rem 0rem 6rem 0rem;
  }
}

@media screen and (max-width: 768px) {
  .timewise-content-section {
    padding: 6rem 0rem 6rem 0rem;
  }
}


.timewise-content-wrapper {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .timewise-content-wrapper {
    width: 90%;
  }
}

.timewise-content-wrapper p {
  margin: 0;
  padding: 0;
}

.timewise-content-wrapper hr {
  border-top: 2px solid #E1E3E8;
}

.social-share {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  border-top: 2px solid #E1E3E8;
  padding: 3rem 0rem 0rem 0rem;
  margin: 2rem 0rem 0rem 0rem;
}

.social-share .social-icon-title {
  margin-bottom: 0.75rem;
}

.social-share .social-icon-title p {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: -0.02em;
  font-feature-settings: 'kern' off, 'liga' off;
  color: #69727E;
}

.social-share .social-icon-wrapper a {
  margin-right: 1rem;
  text-decoration: none;
}

.timewise-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.timewise-content {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.timewise-content #hs_cos_wrapper_blog_content .blog-section .section.post-header {
  display: none;
}

.timewise-content #hs_cos_wrapper_blog_content .blog-section .section.post-header h1 {
  display: none;
}

.timewise-content #hs_cos_wrapper_blog_content .blog-section .section.post-header #hubspot-author_data {
  visibility: hidden;
}

.timewise-content #hs_cos_wrapper_blog_content .blog-section .blog-post-wrapper span#hs_cos_wrapper_blog_content_blog_social_sharing {
  display: none;
}


.timewise-content-carousel {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 2rem;
}

.timewise-content-carousel h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 33px;
  letter-spacing: -0.03em;
  font-feature-settings: 'liga' off, 'kern' off;
  color: #414B57;
}

.timewise-recent-posts-section {
  padding: 2rem 0rem 3rem 0rem;
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}

.timewise-recent-posts {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #FFFFFF;
  padding: 5rem 0rem 5rem 0rem;
}

.timewise-recent-posts-container {
  width: 65%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.timewise-recent-posts-container h1 {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-size: 23px;
  line-height: 33px;
  letter-spacing: -0.03em;
  font-feature-settings: 'liga' off, 'kern' off;
  color: #414B57;
  margin-bottom: 2rem;
}

.timewise-content-row-container {
  width: 100%;
}

.blog-section .blog-post-wrapper p a.topic-link {
  text-decoration: none !important;
  color: #13856B !important;
}
.timewise-listing-primary-content-section {
  padding: 5rem 0rem 5rem 0rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.beneficiary-content-section {
  padding: 3rem 0rem 3rem 0rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
.advisors-section {
  padding: 0rem 0rem 5rem 0rem;
}
.career-listing-primary-content-section {
  padding: 5rem 0rem 5rem 0rem;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.css-timewise-container {
  padding: 0rem 0rem 0rem 0rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #F8F9FA;
}

.css-timewise-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.ct-header-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background: #F5EFE3;
  padding-bottom: 20rem;
}

.ct-header-wrapper {
  width: 100%;
  padding: 4rem 2rem 2rem 2rem;
  background: #F5EFE3;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .ct-header-wrapper {
    padding: 1rem 2rem 1rem 2rem;
  }
}

.ct-header-content-container {
  width: 90%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.ct-header-article-type {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.ct-header-article-type p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  color: #13856B;
}

.ct-header-article-title {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

@media screen and (max-width: 1024px) {
  .ct-header-article-title {
    width: 90%;
  }
}

.ct-header-article-title h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 3.625rem;
  font-weight: 600;
  text-align: center;
  color: #000000;
  letter-spacing: -0.01em;
  margin: 1rem 0rem 1rem 0rem;
}

@media screen and (max-width: 1024px) {
  .ct-header-article-title h1 {
    font-size: 2rem;
  }
}

.ct-header-article-publish-date {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.ct-header-article-publish-date p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #929292;
}

@media screen and (max-width: 1024px) {
  .ct-header-article-publish-date p {
    font-size: 0.75rem;
  }
}

.ct-header-article-meta-description {
  width: 75%;
  display: flex;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .ct-header-article-meta-description {
    width: 100%;
  }
}

.ct-header-article-meta-description h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.625rem;
  font-weight: 500;
  line-height: 38px;
  letter-spacing: -0.01em;
  text-align: center;
  color: #33697A;
}

@media screen and (max-width: 1024px) {
  .ct-header-article-meta-description h2 {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.ct-content-body {
  width: 100%;
  bottom: 15rem;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.ct-header-article-featured-image {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 4rem;
}

.ct-header-article-featured-image img {
  width: 80%;
  height: auto;
  max-width: 90%;
  object-fit: cover;
}

.ct-content-body-wrapper {
  width: 60%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .ct-content-body-wrapper {
    width: 90%;
  }
}

.ct-content-body-wrapper h1 {
  font-family: "Montserrat", sans-serif;
  font-size: 2rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.01em;
  margin: 1rem 0rem 1rem 0rem;
}

.ct-content-body-wrapper h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000000;
  letter-spacing: -0.01em;
  margin: 1rem 0rem 1rem 0rem;
}

.ct-content-body-wrapper h3 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  color: #000000;
  letter-spacing: -0.01em;
  margin: 1rem 0rem 1rem 0rem;
}

.ct-content-body-wrapper p {
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  color: #000000;
  letter-spacing: -0.01em;
  margin: 1rem 0rem 1rem 0rem;
  line-height: 1.75rem;
}

.ct-content-body-wrapper a {
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 400;
  color: #13856B;
  letter-spacing: -0.01em;
  margin: 1rem 0rem 1rem 0rem;
  text-decoration: none;
}

.ct-content-body-wrapper ul li {
  font-family: "Montserrat", sans-serif;
  font-size: 1.15rem;
  font-weight: 300;
  color: #000000;
  letter-spacing: -0.01em;
  margin: 1rem 0rem 1rem 0rem;
  line-height: 1.75rem;
}

.ct-signup-updates-form {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 6rem;
  position: relative;
  bottom: 5rem;
}

.ct-signup-updates-form-wrapper {
  width: 60%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.ct-recent-posts-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 0rem 4rem 0rem;
  background: #F5EFE3;
}

.ct-recent-posts {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .ct-recent-posts {
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.ct-recent-posts-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 6rem;
}

@media screen and (max-width: 1024px) {
  .ct-recent-posts-title {
    margin-bottom: 2rem;
  }
}


.ct-recent-posts-title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.625rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.1rem;
}

@media screen and (max-width: 1024px) {
  .ct-recent-posts-title h1 {
    font-size: 2.5rem;
  }
}

.ct-recent-posts-grid {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
a {
  word-wrap: break-word;
  white-space: normal;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.tw-listing-container {
  padding: 0rem 0rem 0rem 0rem;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.tw-listing-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.tw-header {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
	
.tw-title-container {
  width: 100%;
  padding: 4rem 0rem 4rem 0rem;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 1024px) {
  .tw-title-container {
    padding: 4rem 1rem 4rem 1rem;
  }
}

.tw-title-container img {
  width: 5%;
  margin: 0rem 0rem 1.5rem 0rem;
}

@media screen and (max-width: 1024px) {
  .tw-title-container img {
    width: 25%;
  }
}

.tw-title-container h1 {
  width: 100%;
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  letter-spacing: -0.04em;
  margin: 0rem 0rem 1.5rem 0rem;
  color: #1C2530;
  /* border-bottom: 2px solid #13856B; */
  padding: 0rem 0rem 0rem 0rem;
  text-align: center;
}

@media screen and (max-width: 1024px) {
  .tw-title-container h1 {
    font-size: 2rem;
  }
}

.tw-title-container h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 30px;
  letter-spacing: -0.01em;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 1024px) {
  .tw-title-container h2 {
    font-size: 1.5rem;
  }
}

.tw-hero-container {
  width: 100%;
  min-height: 90vh; /* Ensure hero container takes sufficient height */
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch; /* Ensure flex items stretch to full height */
}

@media screen and (max-width: 1024px) {
  .tw-hero-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}

.tw-background-container {
  width: 50%; 
  min-height: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .tw-background-container {
    width: 100%; 
  }
}

.tw-background-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.tw-featured-post {
  width: 50%;
  height: 100%;
  background: #F5EFE3;
}

@media screen and (max-width: 1024px) {
  .tw-featured-post {
    width: 100%;
  }
}

.tw-featured-post-container {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 4rem;
}

@media screen and (max-width: 1024px) {
  .tw-featured-post-container {
    padding: 2rem;
  }
}

.tw-header-article-type {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.tw-header-article-type p {
  font-family: "Montserrat", sans-serif;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.08em;
  text-align: center;
  text-transform: uppercase;
  color: #13856B;
}

.tw-featured-post-title {
  width: 100%;
}

.tw-featured-post-title h1 {
  width: 100%;
  text-align: center;
}

.tw-featured-post-title h1 a {
  font-family: "Montserrat", sans-serif;
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 3rem;
  letter-spacing: -0.01em;
  text-align: center;
  color: #000000;
  margin: 1rem 0rem 1rem 0rem;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .tw-featured-post-title h1 a {
    font-size: 2rem;
    line-height: 2rem;
  }
}

.tw-featured-post-subtitle {
  width: 100%;
}

.tw-featured-post-subtitle h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 2.5rem;
  letter-spacing: -0.02em;
  text-align: center;
  color: #03536B;
  margin: 1rem 0rem 1rem 0rem;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  .tw-featured-post-subtitle h2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

.tw-featured-post-publish-date {
  width: 100%;
}

.tw-featured-post-publish-date p {
  font-family: "Montserrat", sans-serif;
  font-size: 1rem;
  font-weight: 600;
  text-align: center;
  color: #000000;
  letter-spacing: -0.01em;
  margin: 1rem 0rem 1rem 0rem;
  text-decoration: none;
  color: #929292;
}

.tw-featured-post-meta-description {
  width: 100%;
  height: 100%;
  background: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.tw-featured-post-meta-description h3 {
  font-family: Montserrat;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 2rem;
  letter-spacing: -0.01em;
  text-align: center;
  color: #33697A;
}

.tw-featured-post-meta-description a {
  font-family: Montserrat;
  font-weight: 500;
  letter-spacing: -0.01em;
  text-align: center;
  color: #FFFFFF;
  padding: 1.5rem 2rem 1.5rem 2rem;
  background: #13856B;
  text-decoration: none;
}

@media screen and (max-width: 1024px) {
  #hs_cos_wrapper_latest-posts .blog-listing {
    row-gap: 5rem !important;
  }
}

.tw-latest-posts-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 0rem 2rem 0rem;
  background: #FFFFFF;
}

.tw-latest-posts {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.tw-latest-posts-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
}

.tw-latest-posts-title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.625rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.1rem;
}

.tw-latest-posts-grid {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.tw-recent-posts-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 4rem 0rem 4rem 0rem;
  background: #F5EFE3;
}

.tw-recent-posts {
  width: 80%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.tw-recent-posts-title {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 3rem;
}

.tw-recent-posts-title h1 {
  font-family: 'Montserrat', sans-serif;
  font-size: 2.625rem;
  font-weight: 600;
  color: #000000;
  letter-spacing: -0.1rem;
}

.tw-recent-posts-grid {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
.global-footer {
  width: 100%;
  min-height: 60vh;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background: #13856B;
  padding: 2rem 0rem 4rem 0rem;
}

.global__footer-container {
  width: 83%;
  min-height: 100%;
}

