@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,700;1,700&family=Open+Sans:ital,wght@0,400;0,700;1,400&family=PT+Serif+Caption:ital@1&display=swap');

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

/*************** TYPOGRAPHY ***************/
  html, body {
   overflow-x: hidden; 
  }
html {
  scroll-behavior: smooth;
}
body, p {
  font-family: 'Open Sans', sans-serif;
}

h1, h2, h3, h4, h5 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
}

.italic-header {
  font-family: 'PT Serif Caption', serif;
  font-style: italic;
  font-size: 2.813rem;
  letter-spacing: 0.45px;
  margin-bottom: 1rem;
}

.italic-subheader {
  font-size: 2rem;
  font: Italic 32px/40px PT Serif Caption;
  color: #76BC21;
}

h3.sm-header {
 color: #003A5D;
 font-size: 1.5rem;
}



/*************** Colors ***************/
.green {
 color: #DAE343;
}

.dk-blue {
 color: #003A5D; 
}

.blue {
  color: #0080BB;
}

.white {
  color: #FFFFFF;
}


/************* Links *******************/
a, a:href, a:link, a:visited {
  color: #0080BB!important; 
  font-weight: 700;
}


/************** Layout *****************/
@media (max-width: 766px) {
  header {
   overflow-x: hidden; 
  }
}

.fix-header {
  position: fixed;
  top: 0;
  z-index: 9999;
  width: 100%;
  padding-top: 1.875rem;
}
/*body {
 padding-top: 164px; 
}

@media (max-width: 1200px) {
 body {
   padding-top: 154px!important;
  }
}

@media (max-width: 1198px) {
 body {
   padding-top: 148px!important;
  }
}

@media (max-width: 1100px) {
 body {
   padding-top: 148px!important;
  }
}

@media (max-width: 991px) {
 body {
   padding-top: 100px!important;
  }
}

@media (max-width: 281px) {
 body {
   padding-top: 93px!important;
  }
}*/

.header-container.container-fluid,
.body-container.container-fluid {
 padding: 0!important; 
}

.site-sub-header {
 background: #003A5D; 
 color: #ffffff;
  padding: 0.75rem 0;
}

.site-sub-header ul {
 margin-bottom: 0!important; 
}

/*@media (max-width: 991px) {
 .site-sub-header {
   display: none;
  }
}
*/
@media (min-width: 992px) {
   .site-sub-header___social-media {
     padding-right: .5rem;
     border-right: 1px solid #3CB4E5;  
  }
  .site-sub-header___contact {
    padding-left: .5rem;
  }
}

@media (min-width: 1200px) {
  .site-sub-header___social-media {
   padding-right: 1.875rem;
  }

  .site-sub-header___contact {
    padding-left: 1.875rem;
  }
}

.site-sub-header a {
  color: #DAE343; 
  font-weight: 700;
}

.site-sub-header a:hover,
.site-sub-header a:target {
  color: #ffffff; 
}

@media (min-width: 992px) {
  .header-sub-navigation-links {
    width: fit-content;
    margin-left: auto;
    text-align: right;
  }
  
  .header-sub-navigation-links li {
  padding-right: .5rem;
  }
  
  .header-sub-navigation-links li:last-child {
    padding-right: 0;
  }
}

@media (min-width: 1200px) {
.header-sub-navigation-links li {
padding-right: 1.875rem;
}
}

.header-sub-navigation-links a {
  color: #ffffff;
  font-weight: 400;
}

.header-sub-navigation-links a:hover,
.header-sub-navigation-links a:target {
  color: #DAE343
}

.site-header {
  background: #FFFFFF;
  padding: 1.875rem 0;
  box-shadow: 0px 5px 15px rgba(60, 180, 229, 0.15);
}

.site-header .col-12 {
 display: flex; 
 justify-content: flex-start;
 position: relative;
}

.site-header___logo {
  width: 260px; 
  display: flex;
  justify-content: center;
}

@media (max-width: 281px) {
  .site-header___logo {
    width: 210px; 
  }
}

.site-header___logo img {
width: 100%;
}

@media (max-width:349px) {
  @-moz-document url-prefix() {
    .site-header___logo img {
      width:220px;
      }
  }
}
  
@media (min-width:350px) {
  @-moz-document url-prefix() {
    .site-header___logo img {
      width:260px;
    }
  }
}
  
.site-header___icon-buttons {
 /*margin-left: auto;*/
 display: flex; 
}

.site-header___icon-buttons a:link {
  text-align: center;
  margin-right: 2.188rem;
}

.site-header___icon-buttons a:link, .site-header___icon-buttons a {
  color: #003A5D;
}
.search-wrapper {
    position: relative;
    width: 100%;
    text-align: right;
  padding-top: 15px;

}
.search-wrapper input.search-field-input, .search-wrapper input.search-field-input:active {
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: #003A5D solid 2px;
}
.search-wrapper button.search-submit {
    border: none;
    color: #fff;
    background-color: #76BC21;
}
.site-header___icon-buttons a:hover,
.site-header___icon-buttons a:target {
  color: #76BC21;
  text-decoration: none;
}

.site-header___icon-buttons a:last-child {
  margin-right: 0;
}

.site-header___icon-buttons .icon-button .fas,
.site-header___icon-buttons .icon-button .far {
  font-size: 2rem;
  display: block;
}

.site-header___icon-buttons .icon-button span {
  font-family: Open Sans;
  font-weight: 800;
  font-size: 0.625rem;
  text-transform: uppercase;
}



/************ Mobile Menu **************/
.navbar-toggler {
    background-color: #0080BB!important;
}

.navbar-toggler .far {
    color: #fff!important;
}

.mobile-menu {
  display: block;
  width: 100%;
  padding: 1.5rem 0;
}

.mobile-menu ul {
  margin-left: 0;
  padding: 0 0.9375rem 0 0.9375rem;
  list-style: none;
  margin-bottom: 0;
}

.mobile-menu ul li {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 0.16px;
  display: table;
  text-align: left;
  padding: .75rem 0 .75rem 0;
}

.mobile-menu .hs-menu-item {
  border-bottom: 1px solid #D1D3D4;
  width: 100%;
}

.mobile-menu .hs-menu-item.hs-menu-depth-2 {
 border-bottom: 0; 
}

.mobile-menu ul li a {
  color: #58595B; 
  font-style: normal; 
}

.mobile-menu .sub-nav-menu-elements {
 padding: 0 0.9375rem 2rem 0.9375rem;
  margin-left: 0;
  list-style: none;
}

.mobile-menu .sub-nav-menu-elements ul li {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  letter-spacing: 0.16px;
  display: table;
  text-align: left;
  padding: .75rem 0 .75rem 0;
}



/*************** Menu ***************/
.site-header___menu {
  margin: auto;
}

.site-header___menu ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.site-header___menu ul li {
    display: inline-block;
}
@media (max-width: 1199px) {
    .site-header___menu {
      display: none!important;
      visibility: hidden; } }
  .site-header___menu .hs-menu-depth-1 {
    position: relative; }
    @media (min-width: 768px) and (max-width: 1199px) {
      .site-header___menu .hs-menu-depth-1 {
        margin: 0 0.5em; }
        .site-header___menu .hs-menu-depth-1 > a {
          font-size: 0.875em; } }
    .site-header___menu .hs-menu-depth-1 > a {
      font-size: 1.313rem;
      color: #58595B;
      letter-spacing: 0;
      padding: 1.875rem 0;
      font-weight: 700; }
@media (min-width:1200px) {
  .site-header___menu .hs-menu-depth-1 > a {
    padding-bottom: 2.8rem;
  }
}


    .header-investment-services .site-header___menu .hs-menu-depth-1 {
      max-width: 257px;
    }

    .header-investment-services .site-header___menu .hs-menu-depth-1 > a {
      font-size: 1.125rem;
    }

    .header-investment-services .site-header___menu .hs-menu-depth-1:last-child>a {
      margin-left: 0;  
    }
    .header-investment-services .site-header___menu .hs-menu-depth-1 > a:hover, .site-header___menu .hs-menu-depth-1 > a:target {
      border-top: 0; 
      color: #76BC21;
      text-decoration: none; 
      }

    .site-header___menu .hs-menu-depth-1 > a:hover, .site-header___menu .hs-menu-depth-1 > a:target {
      border-top: 10px solid #76BC21; 
      text-decoration: none; }

    .site-header___menu .hs-menu-depth-1:hover > .hs-menu-children-wrapper {
      display: block;
      top: 72px;
      }

    @media (min-width:1200px) {
      .header-investment-services .site-header___menu .hs-menu-depth-1 > a {
        padding-bottom: 3rem;
      }
    }

    .header-investment-services .site-header___menu .hs-menu-depth-1:hover > .hs-menu-children-wrapper {
      top: 92px;  
    }
    .site-header___menu .hs-menu-depth-1:not(:last-child) {
      margin: 0 1.875rem; }

      @media (max-width: 1791px) {
      .header-investment-services .site-header___menu .hs-menu-depth-1:not(:last-child) {
        margin: 0 1rem!important; }
      }

      @media (max-width: 1623px) {
        .header-investment-services .site-header___menu .hs-menu-depth-1:not(:last-child) {
        margin: 0 .75rem!important; }
        
        .header-investment-services .site-header___menu .hs-menu-depth-1 {
        max-width: 227px!important;
        }
        .header-investment-services .site-header___menu .hs-menu-depth-1 > a {
          font-size: 1rem; 
        }
      }
    @media (max-width: 1554px) {
        .header-investment-services .site-header___menu .hs-menu-depth-1:not(:last-child) {
        margin: 0 .5rem!important; }
        
        .header-investment-services .site-header___menu .hs-menu-depth-1 {
        /*max-width: 115px!important;*/
        }
        .header-investment-services .site-header___menu .hs-menu-depth-1 > a {
          font-size: 1rem; 
        }
      }

      @media (max-width: 1506px) {
        .header-investment-services .site-header___menu .hs-menu-depth-1:not(:last-child) {
        margin: 0 .5rem!important; }
        
        .header-investment-services .site-header___menu .hs-menu-depth-1 {
        /*max-width: 104px!important;*/
        }
        .header-investment-services .site-header___menu .hs-menu-depth-1 > a {
          font-size: 1rem; 
        }
      }

      @media (max-width: 1381px) {
        .header-investment-services .site-header___menu .hs-menu-depth-1:not(:last-child) {
        margin: 0 .5rem!important; }
        
        .header-investment-services .site-header___menu .hs-menu-depth-1 {
        max-width: 151px!important;
        }
        
        .header-investment-services .site-header___menu .hs-menu-depth-1 > a {
          font-size: 1rem; 
        }
      }

      @media (max-width: 1294px) {
        .header-investment-services .site-header___menu .hs-menu-depth-1:not(:last-child) {
        margin: 0 .5rem!important; }
        
        .header-investment-services .site-header___menu .hs-menu-depth-1 {
        max-width: 120px !important;
        }
        
        .header-investment-services .site-header___menu .hs-menu-depth-1 > a {
          font-size: 1rem; 
        }
      }

      @media (max-width: 1218px) {
        .header-investment-services .site-header___menu .hs-menu-depth-1:not(:last-child) {
        margin: 0 .01rem!important; }
        
        .header-investment-services .site-header___menu .hs-menu-depth-1 {
        max-width: 121px !important;
        }
        
        .header-investment-services .site-header___menu .hs-menu-depth-1 > a {
          font-size: 1rem; 
        }
      }

      @media (max-width:1209px) {
        .header-investment-services .site-header___menu .hs-menu-depth-1:not(:last-child) {
          margin: 0 .01rem!important; 
        }
        
        .header-investment-services .site-header___menu .hs-menu-depth-1 {
          max-width: 75px!important;
        }
        
        .header-investment-services .site-header___menu .hs-menu-depth-1 > a {
          font-size: 0.65rem; 
        }
      }

    .site-header___menu .hs-menu-depth-1:last-child > a {
      margin-left: 0.9375em; }
  .site-header___menu .hs-menu-children-wrapper {
    display: none;
    position: absolute;
    text-align: left;
    left: 0;
    min-width: 14.6875em;
    -webkit-box-shadow: 0px 5px 15px rgba(60, 180, 229, 0.15);
            box-shadow: 0px 5px 15px rgba(60, 180, 229, 0.15);
    border-radius: 0px 0px 5px 5px;
    border: 1px solid #ddd;
    overflow: hidden;
    z-index: 4; 
    margin-top: -1.5em !important;}
    .site-header___menu .hs-menu-children-wrapper > li {
      display: block;
      line-height: normal; }
      .site-header___menu .hs-menu-children-wrapper > li > a {
        display: block;
        background-color: #fff;
        padding: 0.9375em 1.25em;
        font-weight: 600;
        font-family: Montserrat, sans-serif;
        color: #58595B; }
      .site-header___menu .hs-menu-children-wrapper > li:hover > a, .site-header___menu .hs-menu-children-wrapper > li:target > a {
        background-color: #ffffff;
        color: #76BC21;
        text-decoration: none;
}
      .site-header___menu .hs-menu-children-wrapper > li.active > a, .site-header___menu .hs-menu-children-wrapper > li.active-branch > a {
        background-color: #ffffff;
        color: #76BC21; }
  .site-header___menu .hs-menu-depth-3 {
    display: none !important;
    visibility: hidden !important; }
  .site-header__secondary-menu .hs-menu-depth-1 {
    position: relative; }
    .site-header__secondary-menu .hs-menu-depth-1 > a {
      display: block;
      margin: 0.5em 0;
      padding: 0 1.0625em;
      line-height: normal;
      text-transform: uppercase;
      letter-spacing: 1px;
      font-weight: 600;
      font-size: 0.9375em;
      position: relative;
      border-right: 1px solid #ddd; }
@media (max-width: 766px) {
    .site-header {
    padding: 1.875rem 0 1rem;}
  
}

/*************** Banner *******************/
.home-banner {
  position: relative;
  padding: 0 15px;
}

.home-banner .slick-slider {
  margin-bottom: 0;
}

.home-banner h1 {
  font-family: Montserrat, sans-serif;
  font-size: 4.5rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 1.2px;
  color: #FFFFFF;
  text-shadow: 0px 5px 15px #003A5D40;
}

.home-banner h2 {
  font-family: PT Serif Caption, serif!important;
  font-style: italic;
  font-size: 2.625rem;
  letter-spacing: 0.9px;
  color: #FFFFFF;
  text-shadow: 0px 5px 15px #003A5D40;
  margin-bottom: 3.325rem;
}

.home-banner h3 {
  font-family: PT Serif Caption, sans-serif;
  font-weight: 400;
  font-style: italic;
  font-size: 2.625rem;
  letter-spacing: 0.9px;
  color: #FFFFFF;
  text-shadow: 0px 5px 15px #003A5D40;
}

.home-banner .hs_cos_gallery_main {
 padding: 0; 
}

.home-banner .hs_cos_gallery_main .caption.superimpose {
  position: absolute;
  top: 32px;
  left: 16px !important;
  color: #fff;
  padding: 5px;
  background: transparent;
  width: 800px;
  text-align: left;
}

@media (min-width: 768px) {
  .home-banner .hs_cos_gallery_main .caption.superimpose {
  top: 20px;
  left: 48px!important;
  }
  .btn-banner {
    font-size: 1rem!important; 
  }
}

@media (max-width: 766px) {
 .hs_cos_gallery_main .caption.superimpose { 
   display: none;
  }
}

@media (max-width:609px) {
 .home-banner .cta-buttons {
   display: none;
  }
}

@media (max-width: 991px) {
  .home-banner h1 {
    font-size: 2.5rem;
    width: 496px!important;
  }
  
  .home-banner h2 {
    font-size: 2rem!important;
  }
}

@media (min-width: 992px) {
  .home-banner h1 {
   width: 100%; 
  }
}
@media (min-width: 1024px) {
  .home-banner h1 {
    font-size: 3.75rem;
  }
  
  .home-banner .hs_cos_gallery_main .caption.superimpose {
    top: 30px;
  }
}

@media (max-width:1200px) {
 .home-banner h2 {
    margin-bottom: 1.625rem; 
  }
}

@media (min-width: 1300px) {
  
 .home-banner .hs_cos_gallery_main .caption.superimpose {
   /*top: 100px;*/
   top: 50px;
   left: 125px!important;
  } 
}

@media (min-width: 1500px) {
  .home-banner h1 {
  font-size: 6.5rem;
  }
  
  .home-banner h2 {
  font-size: 5.625rem;
  }
  
  .home-banner h3 {
  font-size: 5.625rem;
  }
}

@media (min-width: 1600px) {
 .home-banner .hs_cos_gallery_main .caption.superimpose {
   top: 50px;
   left: 225px!important;
  } 
}
  
.home-banner .slick-slide-inner-wrapper {
  border-radius: 1.875rem;
  overflow: hidden;
  width: 100%; 
}
.home-banner .slick-slide-inner-wrapper img {
  width: 100%; 
}
.sustaining-banner {
  position: relative;
}
.sustaining-banner h1 {
  font-family: Montserrat, sans-serif;
  font-size: 5.625rem;
  line-height: 1.1;
  font-weight: 700;
  letter-spacing: 0.9px;
  text-transform: none;
  width: 90%;
  color: #FFFFFF;
  text-shadow: 0px 5px 15px #003A5D40;
  margin-bottom: 1.875rem;
}
.sustaining-banner span {
  text-align: left;
  font-family: PT Serif Caption, serif;
  font-size: 1.125rem;
  line-height: 1.5;
  letter-spacing: 5.4px;
  color: #FFFFFF;
  text-shadow: 0px 5px 15px #003A5D40;
  text-transform: uppercase;
  margin-bottom: 0.625rem;
}
.sustaining-banner .hs_cos_gallery_main .caption.superimpose {
  position: absolute;
  top: 90px;
  left: 130px!important;
  color: #fff;
  padding: 5px;
  background: transparent;
  width: 800px;
  text-align: left;
}
.sustaining-banner .slick-slide-inner-wrapper {
  border-radius: 1.875rem;
  overflow: hidden;
  width: 100%; 
}
.sustaining-banner .slick-slide-inner-wrapper img {
  width: 100%; 
}
@media (max-width: 1624px) {
  .sustaining-banner h1 {
      font-size: 4.625rem;

  }
}
/************** Containers *****************/
 
.body-container-wrapper {
  width: 100%;
  overflow: Hidden; }

.body-container-wrapper,
.footer-container-wrapper,
.hs_cos_wrapper_type_custom_widget,
.hs_cos_wrapper_type_module,
.primary-content-container {
  position: relative;
  background-color: #fff; }
  body.lp .body-container-wrapper, body.lp
  .footer-container-wrapper, body.lp
  .hs_cos_wrapper_type_custom_widget, body.lp
  .hs_cos_wrapper_type_module, body.lp
  .primary-content-container {
    background-color: transparent; }

.footer-container-wrapper {
  z-index: 30; }

.row-fluid:before, .row-fluid:after {
  display: none;
  visibility: hidden; }

hr {
  margin-top: 1.875em;
  margin-bottom: 1.875em; }

.row-fluid [class*='span'] {
  min-height: 0 !important; }

.constrain,
.page--sheet,
.page--padded,
.page--narrow,
.page--tight,
.page--tighter,
.site-header__main > .inner,
.site-header__secondary > .inner,
.site-header__submenu > .inner,
.site-footer > .inner,
.module--spacer,
.upcoming-events--top-border > .inner:before,
.upcoming-events--bottom-border > .inner:after,
.blog-header .blog-author {
  float: none !important;
  margin: auto !important;
  padding-right: 30px;
  padding-left: 30px; }
  .constrain [class*='constrain'],
  .page--sheet [class*='constrain'],
  .page--padded [class*='constrain'],
  .page--narrow [class*='constrain'],
  .page--tight [class*='constrain'],
  .page--tighter [class*='constrain'],
  .site-header__main > .inner [class*='constrain'],
  .site-header__secondary > .inner [class*='constrain'],
  .site-header__submenu > .inner [class*='constrain'],
  .site-footer > .inner [class*='constrain'],
  .module--spacer [class*='constrain'],
  .upcoming-events--top-border > .inner:before [class*='constrain'],
  .upcoming-events--bottom-border > .inner:after [class*='constrain'],
  .blog-header .blog-author [class*='constrain'] {
    padding-left: 0 !important;
    padding-right: 0 !important; }
  .constrain, .constrain--sheet, .constrain--12,
  .page--sheet,
  .page--padded,
  .page--narrow,
  .page--tight,
  .page--tighter,
  .site-header__main > .inner,
  .site-header__secondary > .inner,
  .site-header__submenu > .inner,
  .site-footer > .inner,
  .module--spacer,
  .upcoming-events--top-border > .inner:before,
  .upcoming-events--bottom-border > .inner:after,
  .blog-header .blog-author {
    max-width: 1420px; }
  .constrain--11 {
    max-width: 1301.66667px; }
  .constrain--padded, .constrain--10,
  .page--padded {
    max-width: 1183.33333px; }
  .constrain--9 {
    max-width: 1065px; }
  .constrain--narrow, .constrain--8,
  .page--narrow,
  .blog-header .blog-author {
    max-width: 946.66667px; }
  .constrain--7 {
    max-width: 828.33333px; }
  .constrain--tight, .constrain--6,
  .page--tight {
    max-width: 710px; }
  .constrain--5 {
    max-width: 591.66667px; }
  .constrain--tighter, .constrain--4,
  .page--tighter {
    max-width: 473.33333px; }
  .constrain--3 {
    max-width: 355px; }
  .constrain--2 {
    max-width: 236.66667px; }
  .constrain--1 {
    max-width: 118.33333px; }

.primary-content-container {
  background-color: #fff;
  text-align: left; }
  .primary-content-container--padding-small {
    padding-top: 3.75em;
    padding-bottom: 1.875em; }
  .primary-content-container--padding-medium {
    padding-top: 6.25em;
    padding-bottom: 6.25em; }
  .primary-content-container--padding-large {
    padding-top: 5.875em;
    padding-bottom: 5.875em; }
  .secondary-content-container--padding-small {
    padding-top: .875em;
    padding-bottom: 3.875em; }
@media (max-width: 992px) {
  .primary-content-container--padding-medium {
    padding-top: 4.875em;
    padding-bottom: 4.875em; }
  
  .primary-content-container--padding-large {
    padding-top: 4.875em;
    padding-bottom: 4.875em; }
}

@media (min-width: 768px) {
  .primary-content--two-col > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .primary-content--two-col > .row-fluid-wrapper > .row-fluid .primary-content__left-col {
      width: 50%; }
    .primary-content--two-col > .row-fluid-wrapper > .row-fluid .primary-content__right-col {
      width: 50%; } 
}

@media (min-width: 768px) {
  .primary-content--two-col-right > .row-fluid-wrapper > .row-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .primary-content--two-col-right .primary-content__left-col {
    width: 53% !important; }
    .blog .primary-content--two-col-right .primary-content__left-col,
    .advisor-bio .primary-content--two-col-right .primary-content__left-col {
      width: 60% !important; }
  .primary-content--two-col-right .primary-content__right-col {
    width: 42% !important;
    padding-left: 5%;
    border-left: 2px solid #ddd; }
    .blog .primary-content--two-col-right .primary-content__right-col,
    .advisor-bio .primary-content--two-col-right .primary-content__right-col {
      width: 35% !important; } 
}

@media (min-width: 768px) {
  .primary-content--two-col-left > .row-fluid-wrapper > .row-fluid {
    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; }
  .primary-content--two-col-left .primary-content__left-col {
    width: 71% !important; }
  .primary-content--two-col-left .primary-content__right-col {
    width: 25% !important; } 
}
@media (max-width: 600px) {
.primary-content-container--padding-small {
    padding-top: .75em; }
  .primary-content-container--padding-medium {
    padding-top: .875em; }
  .primary-content-container--padding-large {
    padding-top: .875em;
  }
}

/*************** Content Areas ************/

.two-pane-background-cta {
  border-radius: 30px;
  padding: 0 15px; 
  overflow: hidden;
  position: relative;
}

.two-pane-background-cta-pane .hs_cos_wrapper_widget {
  flex-direction: column;
   display: -webkit-flex; /* Safari */     
   display: flex; /* Standard syntax */
  height: 19em; 
}

.two-pane-background-cta-pane .hs_cos_wrapper_widget .btn-holder {
  position: absolute;
  bottom: 0;
}

/*.two-pane-background-cta::before*/
.two-pane-background-cta-right-pane {
  /*background: url('https://f.hubspotusercontent30.net/hubfs/6744234/Images/left-right-diamond.png') no-repeat;*/
  /*background-size: cover;*/
  /*width: 128px;
  height: 128px;
  position: absolute;
  top: 200px;
  left: 400px;*/
  /*z-index:9999;*/
}

.two-pane-background-cta-left-pane {
  background: url('https://f.hubspotusercontent30.net/hubfs/6744234/Images/Backgrounds/investment-services-bg.jpg') no-repeat;
  background-size: cover;
  padding: 3em 5.5em 0;
  margin-right: 0!important;
  width: 50%!important;
  height: 26em;
}
.two-pane-background-cta-right-pane {
  background: url('https://f.hubspotusercontent30.net/hubfs/6744234/Images/Backgrounds/gift-planning-bg.jpg') no-repeat;
  background-size: cover;
  padding: 3em 5.5em 0;
  margin-left: 0!important;
  width: 50%!important;
  height: 26em;
}

.two-pane-background-cta-left-pane .hs_cos_wrapper_type_module, .two-pane-background-cta-right-pane .hs_cos_wrapper_type_module {
  background-color: transparent;
}

.two-pane-background-cta-left-pane h2, .two-pane-background-cta-right-pane h2 {
  color: #ffffff!important; 
}

.two-pane-background-cta-left-pane h3 {
  color: #3CB4E5; 
  
}
@media (min-width: 1250px) {
  .two-pane-background-cta-left-pane,
  .two-pane-background-cta-right-pane {
     padding: 5em 5.5em 0;
  }
  
}

@media (min-width: 768px) and (max-width:1100px) {
  .two-pane-background-cta-left-pane,
  .two-pane-background-cta-right-pane {
   padding: 3em 3em 0; 
  }
}

@media (min-width: 769px) and (max-width:950px) {
  .two-pane-background-cta-pane .hs_cos_wrapper_widget {
    flex-direction: column;
    display: -webkit-flex;
    display: flex;
    height: 21em;
}
}


@media (max-width: 769px) {
  .two-pane-background-cta-left-pane,
  .two-pane-background-cta-right-pane {
    width: 100%!important;
    padding: 3rem 2.5rem!important;
    height: 25em;
  }
  .two-pane-background-cta-pane .hs_cos_wrapper_widget {
    height: 22em;
  }
}

.two-pane-background-cta-right-pane h3 {
  color: #DAE343; 
  margin-bottom: 3.75rem;
}

@media (min-width: 1600px) {
  .two-pane-background-cta-right-pane h3 {
  margin-bottom: 5.85rem;
  }
}

.callout-bg, .callout-bg .hs_cos_wrapper_type_module {
  background-color: #F2F9FC;
}


.blue-bg {
 background: url('https://f.hubspotusercontent30.net/hubfs/6744234/Images/Backgrounds/testimonial-bg.jpg'); 
  background-size: cover;
}

.blue-bg .hs_cos_wrapper_type_module,
.blue-bg .hs_cos_wrapper_type_custom_widget,
.green-bg .hs_cos_wrapper_type_module,
.green-bg .hs_cos_wrapper_type_custom_widget{
  background: transparent!important;
  background-color: transparent!important;
}

.blue-bg h2 {
  color: #DAE343;
}

.green-bg {
  background: #76BC21;
  padding: 7.5rem 0;
}

.green-bg h2, .green-bg p {
  color: #ffffff;
}

@media (min-width: 550px) {
  .green-bg fieldset {
   margin: auto!important; 
  }
}

.green-bg .hs-form-required {
 display: none; 
}

.green-bg .input .hs-input {
  width: 100%; 
  padding: .5rem;
  border: 0;
  border-radius: 5px;
}

.green-bg .hs_i_have_a_question_or_comment_about_ .input select,
.green-bg .hs_comments_or_questions .input textarea {
  width: 100%!important;
}

.green-bg .hs-submit .hs-button {
  background: #0080BB;
  border-radius: 31px;
  color: #ffffff;
  font-size: 24px;
  padding: .5rem 1.5rem;
  border: 0;
  margin-top: 1.875rem;
}

.green-bg .hs-error-msgs {
 margin-left: 0!important; 
  padding-left: 0!important;
}

.green-bg .hs-error-msgs li {
  list-style: none;
  color: #ffffff;
}

.hs_please_contact_me_about_products_and_services_offered_by_the_lcms_foundation .hs-form-booleancheckbox label {
 display: flex; 
  padding-top: 10px;
}

.hs_please_contact_me_about_products_and_services_offered_by_the_lcms_foundation .hs-form-booleancheckbox input {
  width: auto!important;
  margin-right: 10px!important;
  margin-top: 4px;
}

.hs_please_contact_me_about_products_and_services_offered_by_the_lcms_foundation ul {
  padding-left: 0;
  padding-right: 0;
}

.hs_please_contact_me_about_products_and_services_offered_by_the_lcms_foundation ul li {
 list-style: none;
}

.hs_please_contact_me_about_products_and_services_offered_by_the_lcms_foundation span {
 color: #ffffff;
}

.card {
 background: #FFFFFF;
  box-shadow: 0px 3px 30px #3CB4E533;
  border-radius: 30px; 
  padding: 2rem 3.125rem 1rem 3.125rem;
  text-align: center;
  margin-bottom: 3rem!important;
}

.card-icon {
  width: 160px; 
  margin: 0 auto;
  margin-bottom: 1.875rem;
}

.card-icon img {
 width: 160px; 
}
/*************** Headings *****************/
h2 {
  text-align: left;
  font-size: 2.813rem!important;
  font-weight: 700!important;
  font-family: Montserrat, sans-serif!important;
  letter-spacing: 0.45px;
  color: #003A5D;
  font-style: normal;
}

h2 .green {
  font-family: PT Serif Caption, serif;
  font-weight: 400;
  font-size: 2rem;
  font-style: italic;
  color: #76BC21;
}

h3 {
 font-size: 1.5rem; 
}



/*************** Accordion ***************/
.accordion, .accordion * {
 -webkit-box-sizing:border-box; 
 -moz-box-sizing:border-box; 
 box-sizing:border-box;
}
 
.accordion {
 overflow:hidden;
 box-shadow: 1px 2px 12px rgba(0,0,0,0.35);
 padding-top: 3rem;
 padding-bottom: 3rem;
 background: #f7f7f7;;
}


 
/*----- Section Titles -----*/
.accordion-section-title {
 width:100%;
 padding:30px 15px;
 display:inline-block;
 /*border-bottom:1px solid #1a1a1a;*/
 /*background:#0080bb;*/
 border: #0080BB solid 3px;
 transition:all linear 0.15s;
 font-size:1.200em;

 color: #58595b;
 text-decoration:none;
}
#accordion-group .accordion-section:last-child #accordion-group .accordion-section-title {
    border-bottom-color: #0080BB;
}
.accordion-section-title h3 {
  font-size:1.25rem;
  line-height: 1.5!important;
  margin-bottom: 0;
}

.accordion-section-title:before {
    float: right !important;
    font-family: FontAwesome;
    content:"\f067";
    padding-right: 5px;
}
.accordion-section-title.active:before {
    float: right !important;
    content:"\f068";
}

.more-less {
  color: #ffffff;
}
 
.accordion-section-title.active, .accordion-section-title:hover {
 background:#0080bb;
 text-decoration:none;
 color: #ffffff;
 text-shadow:0px 1px 0px #1a1a1a;
}

.accordion-section {
 margin-bottom: 1rem; 
}

.accordion-section:last-child .accordion-section-title {
 /*border-bottom-color:white;*/
}
 
/*----- Section Content -----*/
.accordion-section-content {
 padding:20px;
 display:none;
 margin-left: 1.2em;
  
}
.accordion-section-content::first-line {
  text-indent: -1.3em; 
}

/*************** Containers ***************/
.card {
  align-items: flex-start;
}

.card-container {
  background: #FFFFFF 0% 0% no-repeat padding-box;
  box-shadow: 0px 3px 30px #3CB4E533;
  border-radius: 30px;
  padding: 3.75rem 1.875rem;
}

.card-container h2,
.card-container h3 {
  color: #231F20;
  text-align: center;
}

.card-container p {
  text-align: center;
  font-size: 1.313rem;
  line-height: 1.5;
  color: #231F20;
}

.card-container .btn {
  text-align: center; 
}
@media (max-width:1100px;) {
  .card {
    min-height: 650px!important;
    height: 100%!important; 
  }
}

.hs-image-widget {
 border-radius: 30px;
 width: 100%;
 overflow: hidden; 
}

/* Verse Quotes */
.quote-row {
}

.quote-row .quote-img {
  width: 180px;
  height: 180px;
}

@media (max-width: 766px) {
  .quote-row .quote-img {
   margin: auto; 
  }
  
  .quote-row .quote {
    font-size: 2.5rem!important;
}
}   

.quote-row .quote-text {
  padding-top: 0.9375rem;
}

.quote-row .quote {
  display: block;
  font-style: italic;
  font-family: PT Serif Caption, serif;
  font-size: 2.813rem;
  line-height: 1.1;
  margin-bottom: 0.9375rem;
  letter-spacing: 0.45px;
  color: #76BC21; 
}

.quote-row .scripture {
  display: block;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 1.1;
  letter-spacing: 0.24px;
  color: #003A5D;
}

/* Testimonial Slider */
.testimonial-row {
  color: #ffffff;
  align-items: center;
}

.testimonial-image {
 width: 100%; 
}

.testmonial-image-border {
  width: 285px;
  height: 285px;
  margin: auto;
  border: 10px solid #FFFFFF;
  border-radius: 300px;
  overflow: hidden;
}

.testmonial-image-border img {
  width: 285px;
  margin: auto;
}

@media (max-width: 992px) {
  .testmonial-image-border {
    width: 220px!important;
    height: 220px!important;
    margin-bottom: 2rem;
  }
  
  .testmonial-image-border img {
    width: 220px!important;
    margin: auto;
  }
}

@media (max-width: 500px) {
  .testmonial-image-border {
    width: 200px!important;
    height: 200px!important;
    margin-bottom: 2rem;
  }
  
  .testmonial-image-border img {
    width: 200px!important;
    margin: auto;
  }
}

.testimonial-image-border img {
  width: 100%;
}

.testimonial-text {
 border: 0;
 margin: 0;
 padding: 0;
 background: none;
 font-size: 1.5em;
 position: relative;
 text-shadow: 0 1px #fff;
 z-index: 1; 
}

.testimonial-text .name {
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  font-size: 1.5rem;
  margin-bottom: 0;
}

.testimonial-text .subtitle {
  font-style: italic;
  font-family: Roboto, sans-serif;
  font-size: 1rem;
letter-spacing: 0px;
color: #F2F9FC;
}

.testimonial-text p:first-child:before {
  content: '\f10d';
  font-family: 'Font Awesome 5 Pro';
  font-weight: 900;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #BCBEC0;
  font-size: 3.5em;
  opacity: .3;
  position: absolute;
  top: -.4em;
  left: -.2em;
  text-shadow: none;
  z-index: -300;
}

.testimonial-text p {
 font-size: 1.313rem; 
}

.carousel {
 padding-bottom: 5.625rem; 
}

.carousel-indicators li {
  width: 15px!important;
  height: 15px!important;
  border-radius: 20px;
  border-top: 0!important;
  border-bottom: 0!important;
  opacity: 1!important;
  margin-right: 16px!important;
}

.carousel-indicators li:last-child {
  margin-right: 0!important;
}

.carousel-indicators .active {
  background-color: #DAE343!important;
}


/*************** Buttons ***************/
.btn {
  border-radius: 1.875rem!important;
  padding: 1rem 1.875rem!important;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  text-transform: none;
}

.btn-banner {
  font-family: Montserrat, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  letter-spacing: 0.24px;
}

.btn-blue {
  background-color: #0080BB!important;
  color: #FFFFFF!important;
}

.btn-banner.btn-blue {
 box-shadow: 0px 5px 15px #003A5D40; 
}

.btn-white-green {
 color: #76BC21!important;
 border: 1px solid #76BC21!important;
 background: #FFFFFF!important;
}

.btn-white-blue {
 color: #0080BB!important;
 background: #FFFFFF!important;
}

.card p:last-child {
 align-self: flex-end;
 margin: auto;
 margin-bottom: 0;
}



/*************** Footer *****************/
.footer-container {
    padding-right: 0!important;
    padding-left: 0!important;
}

footer:first-child {
  padding-top: 2.813rem; 
  padding-bottom: 5.625rem;
}

.footer-info h2 {
  font-family: 'Open Sans', sans-serif!important;
  font-weight: 700;
  margin-bottom: 0;
  font-size: 1rem!important;
}

.footer-info .footer-contact:link {
  color: #000000 !important;
}

.footer-info .footer-contact:hover,
.footer-info .footer-contact:target{
  color: #76BC21 !important;
}

.footer-socialmedia .fab {
  font-size: 2rem;
  margin-top: 1rem;
  margin-right: 1rem;
}

.bottom-footer {
  background: #003A5D;
  color: #ffffff;
  padding: 0.75rem 1.625rem; 
}

@media (min-width: 1199px) {
 .bottom-footer {
    padding: 0.75rem 5.625rem; 
  }
}

.bottom-footer .copyright {
 text-align: left; 
}

.bottom-footer .footer-login {
 text-align: right; 
}

@media (max-width: 766px) {
  .bottom-footer .copyright,
  .bottom-footer .footer-login {
    text-align: center!important;
  }
  
  .bottom-footer .copyright {
   margin-bottom: 1rem; 
  }
}

.bottom-footer .footer-login a:link {
  color: #ffffff;
}

.bottom-footer .footer-login a:hover,
.bottom-footer .footer-login a:target {
  color: #76BC21;
}
@media (min-width: 601px) and (max-width:2080px) {
#mobile-only { display: none; }
  
}
  
 @media (max-width: 600px) {
  #mobile-only { display: block; }
  #desktop-only {display: none; }
}
.hs-search-field__suggestions {
    margin: 0;
    padding: 0;
    list-style: none;
    position: relative;
    z-index: 9999;
  
}


/*Meghan & Caleb's additions*/

.importance {
    color: #008bc0;
    /*border-color: blue;
    background-color: blue;*/
}


.steps .step {
    display: block;
    width: 100%;
    margin-bottom: 35px;
    text-align: center
}

    .steps .step .step-icon-wrap {
        display: block;
        position: relative;
        width: 100%;
        height: 80px;
        text-align: center
    }

        .steps .step .step-icon-wrap::before,
        .steps .step .step-icon-wrap::after {
            display: block;
            position: absolute;
            top: 50%;
            width: 50%;
            height: 3px;
            margin-top: -1px;
            background-color: #e1e7ec;
            content: '';
            z-index: 1
        }

        .steps .step .step-icon-wrap::before {
            left: 0
        }

        .steps .step .step-icon-wrap::after {
            right: 0
        }

    .steps .step .step-icon {
        display: inline-block;
        position: relative;
        width: 80px;
        height: 80px;
        border: 1px solid #e1e7ec;
        border-radius: 50%;
        background-color: #f5f5f5;
        color: #374250;
        font-size: 38px;
        line-height: 81px;
        z-index: 5
    }

    .steps .step .step-title {
        margin-top: 16px;
        margin-bottom: 0;
        color: #606975;
        font-size: 14px;
        font-weight: 500
    }

    .steps .step:first-child .step-icon-wrap::before {
        display: none
    }

    .steps .step:last-child .step-icon-wrap::after {
        display: none
    }

    .steps .step.completed .step-icon-wrap::before,
    .steps .step.completed .step-icon-wrap::after {
        background-color: #0da9ef
    }

    .steps .step.completed .step-icon {
        border-color: #0da9ef;
        background-color: #0da9ef;
        color: #fff
    }

.flex {
    display: flex;
}

.flex-space-between {
    justify-content: space-between;
}

.flex-justify-right {
    justify-content: right;
}

.flex-align-items-center {
    align-items: center;
}

.flex-menu div {
    margin-left:13px;
}

.fade-in-left {
    animation-duration: .35s;
    animation-name: fade-in-left;
    animation-timing-function: ease-out;
}

@keyframes fade-in-left {
    from {
        transform: translate(-25px);
        opacity: 0;
    }

    to {
        transform: translate(0px);
        opacity: 1;
    }
}


.modal-overlay {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    z-index: 100;
    background-color: rgba(0,0,0,.4);
}

.modal-container {
    position: relative;
    margin: 100px auto;
    width: 450px;
    background-color: white;
    border-radius: 4px;
    box-shadow: 0 0 4px 4px rgba(0,0,0,.2);
}

.flex-column {
    flex-direction: column;
}

.modal-body {
    padding:0 10px;
}

.btn-outline-third {
    border: 3px solid #003A5D !important;
    color: #003A5D !important;
    background-color: white !important;
}

    .btn-outline-third:hover {
        background-color: #003A5D !important;
        color: white !important;
    }

.panel {
    text-align: center;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
}
.panel-primary > .card-header {
    background-color: #003a5d;
    color: white;
}
div .panel:first-child {
    border-top: 1px solid #ddd; 
}

.text-dark-blue {
    color: #003a5d;
}

.underline-on-hover:hover {
    text-decoration:underline;
    cursor:pointer;
}
