/* @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 normalization*/

/*! 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.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
   scroll-behavior: smooth;

}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
  scroll-behavior: smooth;
  font-family:"DM Sans", sans-serif;
  color:#646b79

}

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

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

.dnd-section, .dnd-column, .footer__container--dnd{
  padding: 0!important;
}

/* Webfont: Nurture Display */
@font-face {
    font-family: 'NurtureDisplay';
    src: url('Nurture-Display.eot'); /* IE9 Compat Modes */
    src: url('Nurture-Display.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
         url('https://25557449.fs1.hubspotusercontent-eu1.net/hubfs/25557449/NurtureDisplay/Nurture-Display.woff') format('woff'), /* Modern Browsers */
         url('https://25557449.fs1.hubspotusercontent-eu1.net/hubfs/25557449/NurtureDisplay/Nurture-Display-SVG.ttf') format('truetype'); /* Safari, Android, iOS */
             font-style: normal;
    font-weight: normal;
}

h1, h2, h3, h4, h5, h6 {
 text-transform:capitalize!important; 
}

/*Nav bar styles*/
.hs-search-field {
    position: relative;
    max-width: 200px;
    margin-left: 85vw;
    padding-top: 10px;
}

.header__container {
  position:absolute;
  z-index:999;
  width:100vw
}

.header__navigation-toggle svg {
   fill:white;
}

#hs_cos_wrapper_header_navigation_primary {
  position:relative;
  text-align:right;
  right:20%;
}

#hs_cos_wrapper_header_navigation_primary > nav > ul > li > a {
  font-size:18px;
  text-decoration:none;
  text-transform:none;
  font-family:arial;
  font-weight:400;
  letter-spacing: 0;
  color:white;
}

#hs_cos_wrapper_widget_1658131712156 > div > div > form > input.hs-search-field__input {
 border:0;
  color:red;
}
/*
.header__menu {
     position: absolute;
    left:100%;
    width:70vw;
}
*/
@media screen and (max-width:1000px){
 .header__menu {
    padding-right:20px;
  }
  .voland-copyright {
   top:50%!important; 
  }
  .dnd_area-column-18-padding {
   padding-left: 0!important;
  }
  body > div.body-wrapper.hs-content-id-50660205045.hs-site-page.page > div:nth-child(1) > header > div.header__container > div.header__menu > label {
   max-width: 40px; 
  }
  
  .voland-copyright {
    right:-100px;
   }
}

@media screen and (max-width: 500px) {
 .header__menu {
   padding-right:15px;
  }
}

/* TITLE STYLES */
.main-title {
 font-family:'NurtureDisplay', serif;
 font-size: 200px;
 text-align:left;
 line-height:200px;
 animation: moveToRight 1s ease-in-out;
 animation-delay: 10ms;
}

.sub-title-2 {
   font-family:'NurtureDisplay', serif;
   font-size: 130px;
   line-height:130px;
}

.sub-title-3 {
   font-family:'NurtureDisplay', serif;
  font-size: 48px;
  line-height:48px;
  margin-bottom:10px
}

.sub-title-4 {
   font-family:'NurtureDisplay', serif;
  font-size: 30px;
  line-height: 30px;
}

.voland-copyright {
  transform:rotate(-90deg);
  color:white;
  font-family:arial, sans-serif;
  position:absolute;
  top: 45%;
  right: 0;
}

#hs_cos_wrapper_module_16581310965282_ > h2 {
 color:black; 
}

/*Front page hero styles*/
body > div.body-wrapper.hs-content-id-50660205045.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section > div > div, 
body > div.body-wrapper.hs-content-id-50660205045.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-vertical-alignment.dnd-section, 
body > div.body-wrapper.hs-content-id-50660205045.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-3.dnd_area-row-1-vertical-alignment.dnd-section > div > div.span7.widget-span.widget-type-cell.dnd_area-column-16-vertical-alignment.dnd-column,
body > div.body-wrapper.hs-content-id-50660205045.hs-site-page.page > main > div > div > div > div > div.row-fluid-wrapper.row-depth-1.row-number-1.dnd-section,
/*Footer padding*/
body > div.body-wrapper.hs-content-id-50660205045.hs-site-page.page > div:nth-child(3) > footer > div{
  padding: 0!important;
}

/*Front page news styles*/
#hs_cos_wrapper_widget_1657708767855_ > div > div > ul > li{
  display:inline-block;
  width:45%;
  font-family:'NurtureDisplay', serif;
  font-size: 45px;
  line-height:45px;
  color:black;
}

#hs_cos_wrapper_widget_1657708767855_ > div > div > ul > li > a{
  color:black; 
}


/*Media queries for title styles*/
@media screen and (max-width:1200px) {
  .main-title {
    font-size: 150px;
    line-height:150px;
  }
  .sub-title-2 {
    font-size: 80px;
    line-height:80px;
  }
  .sub-title-3 {
    font-size: 40px;
    line-height:40px;
    
}
  #hs_cos_wrapper_widget_1657696877403 > img {
    transform: translate(-50%, -50%);
    position: fixed;
  }
}
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1!important;
}
.active.fade-left {
  animation: fade-left 1s ease-in-out;
}
.active.fade-right {
  animation: fade-right 1s ease-in-out;
}

/** Home page blog post edits **/
.blog-post-listing__image{
border-bottom-left-radius: 0px!important;
border-bottom-right-radius: 0px!important;
height:inherit!important;
}

.blog-post-listing__image-wrapper{
  height:300px!important;
}

.blog-post-listing__header h2{
  color:black;
  font-family:'NurtureDisplay', serif;
  font-size: 150px;
  line-height:150px;
  margin-bottom:30px
}

.blog-post-listing__content{
  padding: 1.8rem!important
}

.blog-post__author {
    align-items: center;
    background-color: rgb(251, 247, 241);
    display: flex;
    margin-bottom: 2.8rem;
    padding: 2.8rem;
}

.blog-post__author-image {
    margin-right: 80px;
    width: 25%;
    border-radius: 50%;
}

@media screen and (max-width:986px) {
  .main-title {
    font-size: 80px;
    line-height: 80px;
  }
  .banner-head {
    margin-bottom:30px; 
  }
  .blog-post-listing__header h2{
  font-size: 80px;
  line-height:80px;
}
  .blog-post-listing__image-wrapper{
  height:230px!important;
}  
  
}
@media screen and (max-width:1000px) {
  .voland-copyright {
   margin-right:-100px!important;
  }
}
@media screen and (max-width:480px) {
  .voland-copyright {
   font-size: 10px;
   margin-right:-50px!important;
  }
}

/*heading animation*/
@keyframes moveToRight {
  0% {
    transform: translateX(-400px);
    transition-timing-function: ease-in-out;
  }
  100% {
    transform: translateX(0px);
    transition-timing-function: ease-in-out;

  }
}  
@keyframes fade-left {
  0% {
    transform: translateX(-400px);
    opacity: 0;
    transition-timing-function: ease-in-out;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    transition-timing-function: ease-in-out;
  }
}  
@keyframes fade-right {
  0% {
    transform: translateX(400px);
    opacity: 0;
    transition-timing-function: ease-in-out;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
    transition-timing-function: ease-in-out;
  }
}
  
a {
  color:black!important;
  letter-spacing:0!important;
}
  
  a.menu-link {
  color:white!important;
  letter-spacing:0!important;
}
  
/*News styles*/
#hs_cos_wrapper_widget_1657708767855_ > div > div > ul {
 padding 0!important; 
  padding-inline-start: 0px!important;
}

@media screen and (max-width:700px) {
      .blog-post__author {
        flex-wrap: wrap;
        justify-content: center;
        padding: 20px;
    }
  
      .blog-post__author-about, .blog-post__author-image {
        width: 100%;
    }
#hs_cos_wrapper_widget_1657708767855_ > div > div > ul > li {
 width:100%; 
}
  
  #hs_cos_wrapper_header_navigation_primary > nav > ul > li > a {
    font-size: 12px
  }
}  
  /*Compliance styles*/
.hs-accordion__item > button{
  color:black;
  letter-spacing:0;
  font-family:'arial', sans
}
 
  
/*Footer styles*/ 
.span2.widget-span.widget-type-cell.cell_1657700051304-padding.dnd-column, .span2.widget-span.widget-type-cell.cell_1657700023615-padding.dnd-column.cell_1657700023615-margin{
 padding:15px!important; 
}

body > div.body-wrapper.hs-content-id-50660205045.hs-site-page.page > div:nth-child(3) > footer > div > div > div > div > div > div > div > div > div > div.span3.widget-span.widget-type-cell.footer_dnd-column-6-padding.footer_dnd-column-6-margin.dnd-column{
  margin-top: 0px!important;
  padding:15px!important;
}

@media (max-width: 767px){
.footer_dnd-column-6-margin {
 margin-top: 0px !important;
}
  .header__navigation {
    top:70%;
    background-color:#F2F2F2;
    width: 200px;
    border-top-left-radius: 20px;
  }
    a.menu-link{
        color:black!important
    }
  .submenu.level-1>li>a{
  padding:10px 0px 10px 30px!important
  }
}
  
.social-icons {
 display:none!important; 
}

/** Partners info text part width limit **/
.max-width-partners{
  max-width:270px
}

 /** Advisors info text part width limit **/
#bannerR, #hs_cos_wrapper_module_1657783583807_ > div{
max-width:400px
}

/** responsibility page header problem **/
.widget-type-language_switcher, .header__language-switcher{
display:none
}

/** responsibility page footer problem **/
footer .hs-menu-wrapper a{
text-decoration:none;
  padding: 20px;
}