*, *: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.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

body {
  margin: 0;
}

/**
 * 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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.dnd-section > .row-fluid,
.content-wrapper,
.footer__container,
.header__container,
.page-center{
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}



@media (min-width: 576px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center,
  .header__container,
  .footer__container {
    max-width: 540px !important;
  }
}


@media (min-width: 768px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center,
  .header__container,
  .footer__container {
    max-width: 720px !important;
  }
}


@media (min-width: 992px){
  .dnd-section > .row-fluid,
  .content-wrapper,
  .page-center,
  .header__container,
  .footer__container {
    max-width: 960px !important;
  }
}



@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: "Font Awesome 5 Free";
  src: url("https://2449469.fs1.hubspotusercontent-na1.net/hubfs/2449469/LifelongInspiration_June2022/Fonts/FontAwesome5FreeSolid.eot") format("embedded-opentype"), 
    url("https://2449469.fs1.hubspotusercontent-na1.net/hubfs/2449469/LifelongInspiration_June2022/Fonts/FontAwesome5FreeSolid.woff2") format("woff2"), 
    url("https://2449469.fs1.hubspotusercontent-na1.net/hubfs/2449469/LifelongInspiration_June2022/Fonts/FontAwesome5FreeSolid.woff") format("woff"),
    url("https://2449469.fs1.hubspotusercontent-na1.net/hubfs/2449469/LifelongInspiration_June2022/Fonts/FontAwesome5FreeSolid.ttf") format("truetype"), 
    url("https://2449469.fs1.hubspotusercontent-na1.net/hubfs/2449469/LifelongInspiration_June2022/Fonts/FontAwesome5FreeSolid.svg") format("svg"); 
  font-style: normal; 
  font-weight: 900;
}

.fa, .fas {
  font-weight: 900;
}

.fa, .far, .fas {
  font-family: Font Awesome\ 5 Free;
}

.fa, .fab, .fal, .far, .fas {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
}

body {
  line-height: 1.7;
  word-break: break-word;
  text-align: left;
  background-color: #FEF7F2;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: serif;
  word-break: initial;
}

/* Anchors */

a {
  cursor: pointer;
  text-decoration: underline;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

a:not([href]) {
  color: inherit;
  text-decoration: none;
}

a:not([href]):hover {
  color: inherit;
  text-decoration: none;
}

img {
  vertical-align: middle;
  border-style: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1rem;
  line-height: 1.2;
  word-break: initial;
}

/* Lists */

ul,
ol {
  margin: 0 0 1rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote p {
  border-left: 0 !important;
  margin: 0 0 1rem;
  padding: 15px;
  line-height: 1.5em;
  font-weight: bold;
  font-size: 20px;
  font-family: monaco, monospace;
  font-style: italic;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
  background-color: #0D7680;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.hs-form-field {
  margin-bottom: 18px;
}

/* Labels */

form label {
  font-size: 13px;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  padding: 0 15px;
  min-height: 27px;
  width: 100%;
  max-width: 100%;
  background-color: #f5f8fa;
  display: inline-block;
  height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b !important;
  border: 1px solid;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  outline: none;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  display: block;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext{
  margin: 0 0 1.4rem;
  line-height: 24px;
  font-size: 14px;
  margin-bottom: 3px; 
}
form .hs-richtext p {
  font-size: 14px;
  margin-block-start: 1em;
  margin-block-end: 1em;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg,
.hs_error_rollup label{
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  white-space: normal;
  font-weight: normal;
  color: #f2545b !important;
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-top: 0;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button{
  white-space: normal;
  font-size: 12px;
  line-height: 12px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  margin: 20px 0;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  padding: 12px 24px;
  outline: none;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
header.site-header .header__container {
  width: 100%;
  max-width: 100% !important;
}
.header-row {
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  position: relative;
  display: flex;
  padding: 0.5rem 1rem;
}
.header-logo a {
  color: rgba(0,0,0,.9) !important;
  display: inline-block;
  padding-top: 0.23438rem;
  padding-bottom: 0.23438rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  font-family: serif;
  font-weight: 400;
  text-decoration: none;
}
.header-button a:focus {
  box-shadow: 0 0 0 0.2rem rgb(122 182 72 / 50%);
}
.header-button a:active {
  color: #212529;
  background-color: #7ab648;
  border-color: #7ab648;
  box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}
.header-row button.navbar-toggler {
  color: rgba(0,0,0,.5);
  display: none;
  cursor: pointer;
  padding: 0.25rem 0.75rem;
  font-size: 1.5625rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid rgba(0,0,0,0.1);
  border-radius: 0.25rem;
  overflow: visible;
  margin: 0;
  font-family: inherit;
}
.header-row button.navbar-toggler span.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
  background-image: url(https://2449469.fs1.hubspotusercontent-na1.net/hubfs/2449469/raw_assets/public/LifelongInspiration_June2022/images/trigger.svg);
}
.header-nav {
  display: flex;
  flex-basis: auto;
  flex-grow: 1;
  align-items: center;
}
.header-menu {
  margin-left: auto !important;
}
.header-menu .hs-menu-wrapper>ul {
  flex-direction: row;
  display: flex;
}
.header-menu .hs-menu-wrapper>ul>li {
  position: relative;
}
.header-menu .hs-menu-wrapper>ul>li>a {
  display: block;
  padding: 0.5rem 0.5rem;
  font-family: serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.7;
  text-transform: uppercase;
    text-decoration: none;

}
.header-menu .hs-menu-wrapper>ul>li>ul>li>a {
  display: block;
  padding: 0.5rem 0.5rem;
  font-family: serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  white-space: nowrap;
}
.header-menu .hs-menu-wrapper>ul>li>ul {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  display: none;
}
.header-button a {
  text-transform: uppercase;
  border: 1.5px solid;
  margin-left: 1rem !important;
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.7;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  font-family: serif;
}



@media(min-width: 992px){
  .header-menu .hs-menu-wrapper>ul>li:hover>ul {
    display: block;
  }
}



@media(max-width: 991.99px){
  .header-row button.navbar-toggler {
    display: block;
  }
  .header-nav {
    display: none;
    width: 100%;
  }
  .header-menu .hs-menu-wrapper>ul {
    flex-direction: column;
  }
  .header-menu .hs-menu-wrapper>ul>li>a {
    padding-right: 0;
    padding-left: 0;
  }
  .header-row {
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .header-button a {
    margin-left: 0!important;
  }
  .header-menu .hs-menu-wrapper>ul>li>ul {
    position: static;
    width: 100%;
  }
  .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    top: 2px;
    right: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */
    padding: 0 !important;
    border-left: 0;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    transition: all .3s;
  }
  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #000; /* Icon color */
    display: block;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .child-trigger.child-open i{}
  .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .header-menu .hs-menu-wrapper>ul>li.child-open .child-trigger i {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
}



@media(max-width: 768px){
  .header-button a { 
    margin-top: 0.5rem !important;
  }
}



@media(max-width: 368px){
  .header-logo a {
    font-size: 1.1625rem;
  }

  .lp-header .header-logo {
    margin-top: 4px;
    margin-bottom: 4px;
  }

}
footer.footer {
  background: url(https://2449469.fs1.hubspotusercontent-na1.net/hubfs/2449469/raw_assets/public/LifelongInspiration_June2022/images/footer-bg.jpg) no-repeat 50% 0;
  -ms-background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  background-size: cover;
  display: block;
}
.footer-row {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center !important;
}
.footer-col {
  flex: 0 0 50%;
  max-width: 50%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.footer-col p {
  margin-bottom: 3rem !important;
  margin-top: 3rem !important;
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1.7;
}
.footer-col .hs-menu-wrapper >ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center !important;
}
.footer-col .hs-menu-wrapper >ul>li>a {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1.5625rem;
  font-weight: 300;
  text-decoration: none;
  background-color: transparent;
  line-height: 1.7;
}
.footer-col .copyright-content p {
  font-size: 1.25rem !important;
  font-weight: 400 !important;
  line-height: 1.7 !important;
}
.footer-col .hs-menu-wrapper>ul span.lead {
  display: block;
  padding: 0.5rem 0rem;
  font-size: 1.5625rem;
  font-weight: 300;
  line-height: 1.7;
  color: #000;
}



@media (max-width: 992px){
  .footer-col {
    flex: 100%;
    max-width: 100%;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.banner-section .dnd-section {
  padding: 0;
}
.banner-section .dnd-section>.row-fluid {
  padding: 0;
}
.privacy-page-content .dnd-section {
  padding-top: 4rem !important;
  padding-bottom: 1rem;
}
.privacy-page-content .hs_cos_wrapper_type_rich_text {
  display: block !important;
}
.privacy-page-content .dnd-section>.row-fluid>.dnd-column {
  justify-content: center!important;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto !important;
}
.privacy-page-content .dnd-section>.row-fluid>.dnd-column>.dnd-row {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.privacy-page-content ol li {
  font-family: "Baloo 2",serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.7;
  color: #000;
}



/******************** contact-page ************************/
.contact-page-content .dnd-section {
  padding-bottom: 1rem !important;
}
.contact-page-content .dnd-section>.row-fluid>.dnd-column {
  justify-content: center !important;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto !important; 
}
.contact-page-content .dnd-section>.row-fluid>.dnd-column>.dnd-row {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.contact-page-content form textarea {
  padding: 10px 15px;
  height: auto;
}

.contact-page-content form .input {
  line-height: 0;
}
.contact-page-content form .grecaptcha-badge {
  margin: 0;
}
.contact-page-content form .hs-richtext p {
  font-family: serif;
  color: #33475b;
  font-size: 14px;
}
.contact-page-content form .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  margin-left: 8px;
  margin-top: 24px;
}



/******************** about-page ************************/
.about-page-content .dnd-section {
  padding: 3rem 0 0 0;
}
.about-page-content .dnd-section>.row-fluid>.dnd-column {
  justify-content: center !important;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto !important;
}
.about-page-content .dnd-section>.row-fluid>.dnd-column>.dnd-row {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.about-page-content .hs_cos_wrapper_type_rich_text {
  padding-bottom: 1rem !important;
  padding-top: 1rem !important;
  display: block !important;
}
.blockquote-content .dnd-section {
  padding: 0;
}
.about-page-content ul li {
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 0.5;
  color: #000;
}
.blockquote-content .dnd-section>.row-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}
.key-people-section .dnd-section {
  padding: 0;
}
.key-people-section .dnd-section>.row-fluid,
.our-agenda-section .dnd-section>.row-fluid,
.agenda-timeline-section .dnd-section>.row-fluid,
.service-section .dnd-section>.row-fluid{
  max-width: 100% !important;
  padding: 0 !important;
}


/******************** agenda-page ************************/
.our-agenda-section .dnd-section,
.service-section .dnd-section{
  padding: 3rem 0 0 0;
}
.agenda-timeline-section .dnd-section {
  padding: 0;
}




/******************** service-inner-page ************************/
.service-inner-section .dnd-section {
  padding: 3rem 0;
}
.service-selected-section .dnd-section {
  padding: 3rem 0;
}
.other-service-section .dnd-section {
  padding: 3rem 0;
}




/******************** agenda-inner-page ************************/
.our-agenda-inner-section .dnd-section {
  padding: 4rem 0 1rem 0;
}
.our-agenda-inner-section .dnd-section>.row-fluid>.dnd-column {
  justify-content: center !important;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto !important;
}
.our-agenda-inner-section .dnd-section>.row-fluid>.dnd-column>.dnd-row {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.agenda-inner-subscribe-button .dnd-section {
  padding: 0 !important;
}
.agenda-inner-subscribe-button .dnd-section>.row-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}
.agenda-inner-latest-posts .dnd-section {
  padding: 1rem 0;
}


/******************** home-page ************************/
.home-page-banner-content .dnd-section {
  padding: 0px;
}
.home-page-banner-content .dnd-section>.row-fluid {
  max-width: 100% !important;
  padding: 0px !important;
}
.home-page-content .dnd-section {
  padding: 3rem 0;
}





/******************** work-page ************************/
.work-about-content .dnd-section,
.work-inner-about-content .dnd-section{
  padding: 3rem 0 1rem 0;
}
.work-about-content .dnd-section>.row-fluid>.dnd-column ,
.work-inner-about-content .dnd-section>.row-fluid>.dnd-column {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center !important;
  width: auto !important;
  float: none !important;
}
.work-about-content .dnd-section>.row-fluid>.dnd-column>.dnd-row ,
.work-inner-about-content .dnd-section>.row-fluid>.dnd-column>.dnd-row {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.work-about-content h2,
.work-inner-about-content h2{
  text-align: center !important;
  margin-top: 1.5rem !important;
  margin-bottom: 1rem !important;
  padding: 1rem 0;
}
.work-images-section .dnd-section {
  padding: 1rem 0;
}
.work-images-section .dnd-section>.row-fluid>.dnd-column,
.work-inner-images-section .dnd-section>.row-fluid>.dnd-column {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  width: auto !important;
  float: none !important;
}
.work-images-section .dnd-section>.row-fluid>.dnd-column>.dnd-row,
.work-inner-images-section .dnd-section>.row-fluid>.dnd-column>.dnd-row{
  text-align: center !important;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.work-images-section img {
  border-radius: 0.25rem !important;
  margin-bottom: 1.5rem;
  line-height: 1;
  padding-bottom: 2rem;
}
.other-related-work .dnd-section {
  padding: 1rem 0 3rem 0;
}
.work-logos-content .dnd-section {
  padding: 0;
}
.work-inner-about-content h2 {
  padding: 1rem 0 0 0;
}
.work-inner-logos-content .dnd-section {
  padding: 0;
}
.work-inner-images-section .dnd-section {
  padding: 1rem 0;
}
.work-inner-images-section img {
  margin-bottom: 0.5rem;
  line-height: 1;
  border-radius: 0.25rem !important;
}
.other-inner-related-work .dnd-section {
  padding: 4rem 0 3rem;
}
.work-inner-image-with-content .dnd-section {
  padding: 3rem 0 0 0;
}
.work-inner-image-with-content .dnd-section>.row-fluid {
  max-width: 100% !important;
  padding: 0 !important;
}
.hs-workaward-winning-nashwaak-villa .work-inner-about-content .dnd-section,
.hs-workbetter-world-those-affected-dementia .work-inner-about-content .dnd-section{
  padding: 1rem 0 1rem;
}
.hs-workaward-winning-nashwaak-villa .other-inner-related-work .dnd-section {
  padding: 2rem 0 3rem;
}
.hs-workbetter-world-those-affected-dementia .other-inner-related-work .dnd-section,
.hs-worklook-feel-and-usability-taus .other-inner-related-work .dnd-section{
  padding: 3rem 0 3rem;
}
.hs-workmother-tongue-education-norm .work-inner-about-content .dnd-section>.row-fluid>.dnd-column {
  display: block !important;
  margin: 0 !important;
}
.hs-workmother-tongue-education-norm .work-inner-about-content .dnd-section>.row-fluid>.dnd-column>.dnd-row {
  flex: 100%;
  max-width: 100%;
  padding: 0;
}
.hs-workmother-tongue-education-norm .work-inner-about-content h3 {
  margin-bottom: 1.5rem !important;
}
.hs-workmother-tongue-education-norm .work-inner-about-content p {
  margin-bottom: 1.5rem !important;
}
.hs-workmother-tongue-education-norm .work-inner-about-content .dnd-section {
  padding: 3rem 0 4rem;
}
.hs-workmother-tongue-education-norm .other-inner-related-work .dnd-section,
.hs-workperson-centred-illustrations-for-studio52nd .other-inner-related-work .dnd-section,
.hs-workpositioning-crosslang-leading-innovator .other-inner-related-work .dnd-section,
.hs-workwholesome-food-and-community-people-asd .other-inner-related-work .dnd-section{
  padding: 3rem 0 3rem;
}
.hs-workpositioning-crosslang-leading-innovator .image-gallery-wrapper .gallery-item:nth-child(5) {
  margin-bottom: 1.5rem!important;
}
.hs-workmother-tongue-education-norm .work-inner-about-content a {
  text-transform: uppercase;
  border: 1.5px solid #000000;
  margin-top: auto !important;
  background: #9fce86 linear-gradient(180deg, #add598, #9fce86) repeat-x;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%);
  display: inline-block;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  user-select: none;
  padding: 0.375rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1.7;
  color: #212529;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  font-family: "Baloo 2",serif;
}
.hs-workmother-tongue-education-norm .work-inner-about-content a:hover {
  color: #212529;
  background: #89c36b linear-gradient(180deg, #9bcc81, #89c36b) repeat-x;
  border-color: #82bf62;
}
.hs-workmother-tongue-education-norm .work-inner-about-content a:focus {
  color: #212529;
  background: #89c36b linear-gradient(180deg, #9bcc81, #89c36b) repeat-x;
  border-color: #82bf62;
  box-shadow: inset 0 1px 0 rgb(255 255 255 / 15%), 0 1px 1px rgb(0 0 0 / 8%), 0 0 0 0.2rem rgb(140 181 120 / 50%);
}
.hs-workmother-tongue-education-norm .work-inner-about-content a:active {
  color: #212529;
  background-color: #82bf62;
  background-image: none;
  border-color: #7bbc59;
  box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}


/******************** story-behind-door-page ************************/
.story-behind-top-content .dnd-section {
  padding: 3rem 0 0 0;
}
.story-behind-top-content .dnd-section>.row-fluid,
.story-behind-border-content .dnd-section>.row-fluid{
  max-width: 100% !important;
  padding: 0 !important;
}
.story-behind-top-content .video-with-content-wrapper .video-with-content-image {
  overflow: hidden;
}
.story-behind-top-content iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-with-content-wrapper .video-iframe-sec {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}
.video-with-content-wrapper .video-iframe-sec:before {
  padding-top: 56.25%;
  display: block;
  content: "";
}
.story-behind-border-content .dnd-section {
  padding: 0;
}
.story-behind-border-content .subscribe-now-button .subscribe-title-col {
  max-width: 100%;
  flex: 100%;
  text-align: center;
  padding-top: 1rem !important;
}
.story-behind-biginning-content .dnd-section {
  padding: 1rem 0;
}
.story-behind-biginning-content .dnd-section>.row-fluid>.dnd-column {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center !important;
  width: auto !important;
}
.story-behind-biginning-content .dnd-section>.row-fluid>.dnd-column>.dnd-row {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.story-behind-image-slider .dnd-section {
  padding: 1rem 0;
}
.story-behind-establishing-content hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-radius: 5px;
  border: 1px solid #e49f90;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.story-behind-establishing-content .dnd-section {
  padding: 1rem 0;
}
.story-behind-establishing-content .dnd-section>.row-fluid>.dnd-column>.row-number-2.dnd-row {
  flex: 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.story-behind-establishing-content .dnd-section>.row-fluid>.dnd-column {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center !important;
  width: auto !important;
}
.story-behind-establishing-content .dnd-section>.row-fluid>.dnd-column>.row-number-3.dnd-row {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.story-behind-establishing-content h4 {
  padding-top: 2rem;
}
.story-behind-testimonial-content .dnd-section {
  padding: 1rem 0;
}
.story-behind-service-design .dnd-section {
  padding: 1rem 0;
}
.story-behind-service-design .dnd-section>.row-fluid>.dnd-column {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  justify-content: center !important;
  width: auto !important;
  float: none !important;
}
.story-behind-service-design .dnd-section>.row-fluid>.dnd-column>.dnd-row {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.story-behind-service-design .dnd-section>.row-fluid>.dnd-column>.row-number-2.dnd-row,
.story-behind-service-design .dnd-section>.row-fluid>.dnd-column>.row-number-4.dnd-row {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}
.story-behind-service-design h3 {
  padding: 2rem 0;
}
.story-behind-service-design img {
  border-radius: 0.25rem !important;
  margin-bottom: 3.5rem;
  line-height: 1;
  max-width: 100%;
  height: auto;
}
.story-behind-door-page .other-inner-related-work .dnd-section {
  padding: 3rem 0 3rem;
}
.story-behind-door-page .selected-work-wrapper .work-item-card-body a:active {
  color: #fff;
  background-color: #62913a !important;
  background-image: none;
  border-color: #5b8836 !important;
  box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%) !important;
}
.report-form-inner form .hs_error_rollup ul {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
  padding-top: 6px;
}





@media(min-width: 768px){
  .home-page-banner section.banner-area h1 {
    font-size: 3.5rem;
  }
}




@media(max-width: 768px){
  .contact-page-content .dnd-section>.row-fluid>.dnd-column>.dnd-row,
  .about-page-content .dnd-section>.row-fluid>.dnd-column>.dnd-row,
  .privacy-page-content .dnd-section>.row-fluid>.dnd-column>.dnd-row,
  .our-agenda-inner-section .dnd-section>.row-fluid>.dnd-column>.dnd-row,
  .work-about-content .dnd-section>.row-fluid>.dnd-column>.dnd-row,
  .work-inner-about-content .dnd-section>.row-fluid>.dnd-column>.dnd-row,
  .story-behind-biginning-content .dnd-section>.row-fluid>.dnd-column>.dnd-row,
  .story-behind-establishing-content .dnd-section>.row-fluid>.dnd-column>.row-number-3.dnd-row,
  .story-behind-service-design .dnd-section>.row-fluid>.dnd-column>.row-number-2.dnd-row, 
  .story-behind-service-design .dnd-section>.row-fluid>.dnd-column>.row-number-4.dnd-row{
    flex: 100%;
    max-width: 100%;
  }
}