*, *:before, *:after {
  box-sizing: border-box;
}

body{
  overflow-x: hidden;
}
/*! 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;
  max-width: 100%;
}

/* 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: 28px;
    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: 28px;
        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: 28px;
        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 ;
    }
}

/* Custom Styles */

.flex-block{
  display: flex;
}

@media screen and (max-width: 767px){
  .flex-block{
    display: block;
  }
}

@media screen and (max-width: 960px){
  .flex-block.tablet{
    display: block;
  }
}

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

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

.home-header{
/*   margin-top: 110px; */
  /* margin-bottom: -90px; */
}

.home-header .flex-block{
  min-height: 350px;
  align-items: center;
}

.home-header .content{
  padding: 2.5rem;
  box-sizing: content-box;
  flex: 1 0 500px;
}

.home-header h1{
  color: #141432;
  font-size: 2.5rem;
  line-height: 1;
  position: relative;
}

.home-header h1:before{
  content: '';
  width: 30px;
  height: 35px;
  display: block;
  position: absolute;
  left: -30px;
  top: -26px;
  background-color: #f9db01;
  -webkit-mask-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/cp-header-marker.svg');
  mask-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/cp-header-marker.svg');
  -webkit-mask-size: 30px;
}

.home-header .intro p{
  font-size: 1.25rem;
  line-height: 1.25;
}

.home-header .header-base{
  height: 60px;
  background-color: #F8C0B0;
  background-image: linear-gradient(141deg, #F8C0B0 0%, #7A2F88 100%);
  transform: scaleY(0);
}


.home-header .animation{
  position: relative;
  height: 500px;
  width: 100%;
  z-index: 9;
}

.home-header .animation svg, .home-header .animation img{
  position: absolute;
  bottom: 0;
  display: block;
  opacity: 0;
}


.home-header .animation .person, .home-header .animation .background{
  transform-origin: bottom center;
}

.home-header .animation .circle-3, .home-header .animation .circle-4{
  left: 180px
}

.home-header .animation .circle-2{
  bottom: -78px;
  left: 110px;
}

.home-header .animation .circle-4{
  bottom: -110px;
}

@media screen and (max-width: 960px){
  .home-header .animation{
    height: 400px;
    overflow: hidden;
    margin-top: -120px;
    z-index: -1;
    padding-left: 15%;
  }
  .home-header .animation img{
    height: 100%;
  }
  .home-header .content .cta-btn{
    border: 2px solid white;
  }
  .home-header .animation .circle-3{
    right: 0;
    left: initial;
  }
}

@media screen and (max-width: 767px){
  .home-header .animation{
    padding-left: 0;
  }
  .home-header .animation .circle-3{
    right: initial;
    left: 180px;
  }
}

.background--light{
  background-color: #f8fafc;
}
.body-container-wrapper{
  margin-top: 210px;
}

.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

.dnd-section {
  padding: 60px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1240px;
}

.container{
  margin: 0 auto;
  max-width: 1240px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .dnd-section {
    padding: 20px;
  }
  
}
.landing-page{
  
}

.landing-page__container{
  padding: 0 20px; 
}

@media screen and (min-width: 767px){
.landing-page__container--content .dnd-section>.row-fluid{
 max-width: 860px; 
  width: 70%; 
}
}

.landing-page__header{
  align-items: center;
}

.landing-page__speakers{
  background-image: url(https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/bubbles-01.svg);
    background-position: bottom -130px center;
    background-repeat: no-repeat;
    background-size: 90%;
}

    

.landing-page__header div, .landing-page__body div{
  fleX: 0 0 50%;
}

.landing-page__header h2{
  margin: 0;
  font-size: 1.25rem;
}

.landing-page__header h3.webinar-time{
  font-weight: normal;
  margin: 0;
  font-size: 1.75rem;
}

@media screen and (max-width: 767px){
.landing-page__header h2{
  margin-top: 125px;
}
}

.landing-page__divider{
  min-height: 12px;
  width: 100%;
}

.landing-page__divider.landing-page__divider--purple{
  background-color: #f8c0b0;
  background-image: linear-gradient(141deg,#f8c0b0 0%,#7a2f88 100%);
}

.landing-page__divider.landing-page__divider--teal{
  background-color: #f9db01;
  background-image: linear-gradient(-39deg,#f9db01 0%,#00b6ae 90%);
}

.landing-page__body{
 padding: 3rem 0; 
}

.landing-page__title{
 padding: 2rem 0; 
}

.landing-page__form{
 background: #FFFFFF;
  box-shadow: 0 2px 20px 0 rgba(191,191,186,0.50);
  border-radius: 5px;
  position: relative;
  padding: 60px 30px 30px;
  overflow: hidden;
  margin-top: -100px;
  margin-bottom: 25px;
}

.landing-page__form--video{
  padding: 25px 0 0;
}

.landing-page__form--video .widget-type-form{
  padding: 25px;
}

.landing-page__form .form-header-colour{
 width: 100%;
  height: 25px;
  background-color: #f9db01;
  background-image: linear-gradient(-39deg,#f9db01 0%,#00b6ae 90%);
      position: absolute;
    top: 0;
    left: 0;
}



.landing-page__sub-nav{
 background: #727284;
  padding: 10px;
  display: none;
}

.landing-page__sub-nav.sticky{
 position: fixed;
  z-index: 1;
  width: 100%;
  top: 90px;
}

.anchor-nav{
  
 padding: 0;
 margin: 0;
 list-style:none;
 text-align: center;
}

.anchor-nav li{
  display: inline-block;
  margin: 0 .25rem;
}

.anchor-nav li a{
  background: #141432;
  border-radius: 3px;
  color: white;
  padding: 10px 15px;
  font-weight: bold;
  display: block;
  text-decoration: none;
  text-transform:capitalize;
}

.anchor-nav li a:hover{
background: #01A964;
}

.landing-page__container--content [data-hs-anchor="true"]{
/* padding-top: 250px;
    display: block;
    margin-top: -250px; */
}

.landing-page__container--content p,
.landing-page__container--content ul{
    line-height: 1.5;
    font-size: 1.1rem;
}

.landing-page__container--content li{
    margin-bottom:1rem;
}

.landing-page__container--content li::marker{
    color: #01A964;
}

.download-link{
  display: none;
  position: sticky;
  top: 200px;
  left: 100%;
  margin: 2rem -20px;
  width: 220px;
  background: #FFFFFF;
  box-shadow: 0 2px 20px 0 rgba(191,191,186,0.50);
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  padding: 25px;
  padding-left: 40px;
  padding-right: 0;
}

.download-link h3{
  font-size: 1.25rem; 
  max-width: 150px;
}

.download-link .cta-btn{
  margin: 0;
}

.download-link:before{
  content: '';
    width: 24px;
    height: 28px;
    display: block;
    position: absolute;
    left: 20px;
    top: -10px;
    transform: scale(1.4);
    background-color: #01A964;
    -webkit-mask-image: url(https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/cp-header-marker.svg);
    mask-image: url(https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/cp-header-marker.svg);
}

@media screen and (min-width: 767px){
  .landing-page__form-wrap{
  order: 2;
}
  .landing-page__desc{
   padding-right: 50px; 
  }
  .landing-page__sub-nav{
    display: block;
  }
  
  }

@media screen and (min-width: 1024px){
  .landing-page__container--content .body-container{
margin-top: -220px;
}
  
  .download-link{
   display: block; 
  }
  }
html {
  font-size: 18px;
}

/* @media (max-width: 767px) {
  html {
    font-size: 18px;
  }
} */

@media (max-width: 480px) {
  html {
    font-size: 16px;
  }
}

body {
  color: #727284;
  font-family: Source Sans Pro, sans-serif;
  line-height: 1.4;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

strong {
  font-weight: 700;
}

.text-center{
  text-align: center;
}

/* Anchors */

a {
  color: #01A964;
  cursor: pointer;
  text-decoration: underline;
  text-decoration-color: #01A964;
  text-decoration-thickness: 2px;
}

a:hover, a:focus {
  color: #01A964;
  text-decoration: none;
}

.arrow-link{
  color: #141432;
  text-decoration: none;
  font-weight: 700;
  position: relative;
  padding: 10px;
  display: inline-block;
  transform: translateX(-10px);
  transition: transform 0.4s ease-in-out;
}

.arrow-link:hover{
  transform: translateX(10px);
  color: #141432;
}

.arrow-link:hover:before{
  opacity: 1;
}

.arrow-link:hover:after{
  opacity: 0;
}

.arrow-link:before{
  content: '';
  width: 21px;
  height: 14px;
  display: block;
  position: absolute;
  left: -18px;
  top: 16px;
  background-color: #141432;
  -webkit-mask-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/link-arrow.svg');
  mask-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/link-arrow.svg');
  opacity: 0;
  transition: opacity 0.3s;
}

.arrow-link:after{
  content: '';
  width: 21px;
  height: 14px;
  display: block;
  position: absolute;
  right: -18px;
  top: 16px;
  background-color: #141432;
  -webkit-mask-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/link-arrow.svg');
  mask-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/link-arrow.svg');
  opacity: 1;
  transition: opacity 0.3s;
}

/* .arrow-link.green{
  color: #01A964;
}

.arrow-link.purple{
  color: #7A2F88;
}

.arrow-link.teal{
  color: #00B6AE;
}

.arrow-link.peach{
  color: #F8C0B0;
}

.arrow-link.green:before, .arrow-link.green:after{
  background-color: #01A964;
}

.arrow-link.purple:before, .arrow-link.purple:after{
  background-color: #7A2F88;
}

.arrow-link.teal:before, .arrow-link.teal:after{
  background-color: #00B6AE;
}

.arrow-link.peach:before, .arrow-link.peach:after{
  background-color: #F8C0B0;
} */

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #141432;
  font-family:  Source Sans Pro, sans-serif;
  font-weight: 700;
  margin: 0 0 1rem;
  word-break: break-word;
  line-height: 1.25;
}


h1 {
  font-size: 3rem;
  color: #141432;
  margin: 0 0 0.5rem;
  line-height: 1;
}

h2 {
  font-size: 2rem;
  color: #01A964;
}

h3 {
  font-size: 1.5rem;
  position: relative;
}

h4 {
  font-size: 1.125rem;
  margin-bottom: 0.25em;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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

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

ul.tick-list{
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
}


.tick-list li{
  position: relative;
    padding-left: 34px;
    margin-bottom: 0.5rem;
}

.tick-list li:before{
  content: '';
  background-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/tick-circle.svg');
  display: block;
  position: absolute;
  width: 24px;
  height: 24px;
  background-size: 100% 100%;
  left: 0;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  /* border-left: 2px solid #A9A9A9; */
  margin: 0 0 1.4rem;
  padding: 20px 25px;
  position: relative;
  color: #141432;
  font-size: 1.25rem;
}

blockquote:before, blockquote:after{
  content: '';
  background-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/blockquote-icon.svg');
  width: 35px;
  height: 40px;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: -10px;
}

blockquote:after{
  top: initial;
  left: initial;
  right: -20px;
  bottom: -10px;
  transform-origin: center;
  transform: rotate(180deg);
}

/* Horizontal rules */

hr {
  background-color: #EFEFEE;
  border: none;
  height: 2px;
  margin-bottom: 1.4rem;
}

.divider{
  width: 100%;
  margin: 2rem 0;
  height: 6px;
  background-color: #EFEFEE;
}

.divider.small{
  height: 4px;
}

.divider.large{
  height: 12px;
}

.divider.full-width{
  position: absolute;
  margin: 0;
  left: 0;
}

.divider.grad-purple{
  background-image: #F8C0B0;
  background-image: linear-gradient(141deg, #F8C0B0 0%, #7A2F88 100%);
}

.divider.grad-teal{
  background-image: #F9DB01;
  background-image: linear-gradient(265deg, #F9DB01 3%, #00B6AE 93%);
}

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}

.intro.large-text p{
  font-size: 1.125rem;
  line-height: 1.5;
}

.intro h2{
  color: #141432;
  font-size: 1.5rem;
  position: relative;
}

.intro h3{
  font-size: 1.125rem;
  margin-bottom: .25rem;
}

.intro h2:before{
  content: '';
  width: 24px;
  height: 28px;
  display: block;
  position: absolute;
  left: -25px;
  top: -20px;
  background-color: #141432;
  -webkit-mask-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/cp-header-marker.svg');
  mask-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/cp-header-marker.svg');
}

.green .intro h2:before, .green .intro h3:before{
  background-color: #01A964;
}

.purple .intro h2:before, .purple .intro h3:before{
  background-color: #7A2F88;
}

.teal .intro h2:before, .teal .intro h3:before{
  background-color: #00B6AE;
}

.peach .intro h2:before, .peach .intro h3:before{
  background-color: #F8C0B0;
}

.yellow .intro h2:before, .yellow .intro h3:before{
  background-color: #F9DB01;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  /* border-radius: 6px; */
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  /* padding: 15px 53px; */
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

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

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}

.cta-btn{
  color: white;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  padding: 11px 18px 14px;
  padding-right: 40px;
  display: inline-block;
  /* transform: translateX(-10px); */
  transition: padding 0.4s ease-in-out;
  background-color: #01A964;
  border-radius: 5px;
  line-height: 1.4;
  border: none;
  margin: 0 auto 1rem;
}

.cta-btn.yellow{
  color: #141432;
  background-color: #F9DB01;
}

.cta-btn:hover{
  padding-left: 40px;
  padding-right: 18px;
  color: white;
}

.cta-btn.yellow:hover{
  color: #141432;
}

.cta-btn:hover:before{
  opacity: 1;
  transform: translateX(0);
}

.cta-btn:hover:after{
  opacity: 0;
  transform: translateX(10px);
}

.cta-btn:before{
  content: '';
  width: 21px;
  height: 14px;
  display: block;
  position: absolute;
  left: 10px;
  top: 18px;
  background-color: white;
  -webkit-mask-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/link-arrow.svg');
  mask-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/link-arrow.svg');
  opacity: 0;
  transform: translateX(-10px);
  transition: opacity 0.4s ease-in, transform 0.4s ease-out;
}

.cta-btn:after{
  content: '';
  width: 21px;
  height: 14px;
  display: block;
  position: absolute;
  right: 10px;
  top: 18px;
  background-color: white;
  -webkit-mask-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/link-arrow.svg');
  mask-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/link-arrow.svg');
  opacity: 1;
  transition: opacity 0.4s ease-in, transform 0.4s ease-in;
}

.cta-btn.yellow:before, .cta-btn.yellow:after{
  background-color: #141432;
}
/* Form */

form {
  /* max-width: 500px; */
  /* font-family: Lato, sans-serif; */
}

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100% !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: #141432;
}

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

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  margin-right: 0.35rem;
  padding: 0;
  width: auto;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

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

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */

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

/* Validation */

.hs-form-required {
  color: red;
}

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #141432;
  border: 1px solid #141432;
  border-radius: 5px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #01a964;
  border-color: #01a964;

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #FFF;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}

/* Competitor Tables */

.competitor-table {
    width: 100%;
    margin: 25px 0;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 10px;
    border: 1px solid #ddd;
    overflow: hidden;
}

.competitor-table thead tr th {
    background-color: #01a964;
    color: #fff;
    border: none;
    text-align: left;
    font-size: 1.1em;
}

.competitor-table tbody tr td {
    border: none;
    color: #333;
    font-size: 1em;
}

.competitor-table tbody tr:nth-of-type(even) td {
    background-color: #f3f3f3;
}

.competitor-table tbody tr:last-of-type td {
    /* border-right: none; */
    /* border-bottom: 10px solid #01a964; */
}

.competitor-table th,
.competitor-table td {
    /* padding: 15px; */
}

.competitor-table td:not(:last-child) {
    border-right: 1px solid #ddd;
}

.competitor-table>thead>tr:not(:last-child)>th,
.competitor-table>thead>tr:not(:last-child)>td,
.competitor-table>tbody>tr:not(:last-child)>th,
.competitor-table>tbody>tr:not(:last-child)>td,
.competitor-table>tfoot>tr:not(:last-child)>th,
.competitor-table>tfoot>tr:not(:last-child)>td,
.competitor-table>tr:not(:last-child)>td,
.competitor-table>tr:not(:last-child)>th,
.competitor-tables>thead:not(:last-child),
.competitor-table>tbody:not(:last-child),
.competitor-table>tfoot:not(:last-child) {
    border-bottom: 1px solid #ddd;
}

td.table-emoji {
    text-align: center;
}
.hs-menu-wrapper ul {
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hs-menu-item a {
  /* color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none; */
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  /* color: rgba(0, 0, 0, 0.7);
  text-decoration: none; */
}

.hs-menu-item.active a {
  /* color: #01A964; */
  text-decoration: underline !important;
}

.has-submenu > .menu-link{
  pointer-events: none;
}
/* Header container */

.header {
  background: #FFFFFF;
  box-shadow: 0 -10px 40px 0 rgba(191,191,186,0.60);
  min-height: 90px;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 999;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  /* justify-content: space-between; */
}

.header__column{
  flex: 1 1 50%;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; */
  width: 100%;
}

.header__row-1 {
  /* padding-top: 20px; */
}


/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  /* margin-right: auto; */
  max-width: 242px;
  overflow: hidden;
  transform: translateX(-10px);
}

.header__logo a {
  display: block;
}

.header__logo img {
  max-width: 100%;
  display: block;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

.header__logo--main {
  /* padding-top: 20px; */
}

/* Search bar */

.header__search {
  padding: 0 22px;
  width: auto;
}

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  color: #494A52;
  font-family: Lato, serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: #FFF;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  border: 1.79px solid #D1D6DC;
  border-top: -2px solid #FFF;
  border-radius: 0 0 6px 6px;
  position: absolute;
  width: 100%;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Lato, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #494A52;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  font-family: Lato, serif;
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 42px;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
  left: 70%;
  top: -24px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.header__language-switcher .lang_list_class li:last-child {
  border-bottom: none;
  border-radius: 0 0 6px 6px;
}

.header__language-switcher .lang_list_class li:hover {
  background-color: #EBEFF3;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  font-family: Lato, serif;
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}
.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cta-element {
  margin-left: auto;
}

.cta-element .cta-btn{
  margin: 0;
}

.header__navigation{
  display: flex;
  width: 100%;
  align-items: center;
}

/* Tablet styles */

/* @media (max-width: 1024px) and (min-width: 767px) {
  .header__column {
    width: 100%;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }
} */

/* Mobile styles */

@media (max-width: 1024px) {
  .header__container {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
    padding: 0;
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 10px;
    position: relative;
    z-index: 9;
    /* width: 100%; */
  }

  .header__navigation,
  .header__search,
  .header__language-switcher {
    /* display: none; */
    width: 100%;
    top: 110vh;
    transition: top 0.5s ease;
    position: absolute;
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 70px);
    left: 0;
    right: 0;
    z-index: 2;
    overflow: scroll;
    padding-bottom: 40px;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    top: 90px;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    background: transparent;
    /* margin-right: auto; */
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: absolute;
    width: 100%;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;

  }

  .header__navigation--toggle {
    cursor: pointer;
    /* height: 40px;
    width: 50px; */
    position: absolute;
    right: 5px;
    top: 15px;
    padding: 10px 12px;
    background: transparent;
    border: none;
  }

  /* .header__navigation--toggle span{
    height: 3px;
    width: 100%;
    background-color: #141432;
    display: block;
    margin: 3px 0;
    border-radius: 3px;
  } */

  .header__navigation--toggle:after {
    /* content: "Menu"; */
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    border-top: 2px solid #CED4DB;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    padding: 10px 0;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }


}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
*/
.hamburger {
padding: 15px 15px;
display: none;
cursor: pointer;
transition-property: opacity, filter;
transition-duration: 0.15s;
transition-timing-function: linear;
font: inherit;
color: inherit;
text-transform: none;
background-color: transparent;
border: 0;
margin: 0;
overflow: visible; }
.hamburger:hover {
opacity: 1; }
.hamburger.open:hover {
opacity: 1; }
.hamburger.open .hamburger-inner,
.hamburger.open .hamburger-inner::before,
.hamburger.open .hamburger-inner::after {
background-color:#141432; }

.hamburger:focus, .hamburger:hover{
  background: transparent;
}

.hamburger-box {
width: 40px;
height: 24px;
display: inline-block;
position: relative; }

.hamburger-inner {
display: block;
top: 50%;
margin-top: -2px; }
.hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
width: 40px;
height: 4px;
background-color: #141432;
border-radius: 4px;
position: absolute;
transition-property: transform;
transition-duration: 0.15s;
transition-timing-function: ease; }
.hamburger-inner::before, .hamburger-inner::after {
content: "";
display: block; }
.hamburger-inner::before {
top: -10px; }
.hamburger-inner::after {
bottom: -10px; }

/*
* Spin
*/
.hamburger--spin .hamburger-inner {
transition-duration: 0.22s;
transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }
.hamburger--spin .hamburger-inner::before {
transition: top 0.1s 0.25s ease-in, opacity 0.1s ease-in; }
.hamburger--spin .hamburger-inner::after {
transition: bottom 0.1s 0.25s ease-in, transform 0.22s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.hamburger--spin.open .hamburger-inner {
transform: rotate(225deg);
transition-delay: 0.12s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
.hamburger--spin.open .hamburger-inner::before {
top: 0;
opacity: 0;
transition: top 0.1s ease-out, opacity 0.1s 0.12s ease-out; }
.hamburger--spin.open .hamburger-inner::after {
bottom: 0;
transform: rotate(-90deg);
transition: bottom 0.1s ease-out, transform 0.22s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

@media screen and (max-width:1024px){
  .hamburger {
    display: inline-block;
  }
  .cta-element{
    margin: 15px 30px;
  }
}
.footer {
  background-color: #EFEFEE;
  position: relative;
  color: #141432;
}

.footer a, .footer p{
  color: #141432;
}

.footer:before{
  content: '';
  width: 100%;
  height: 40px;
  display: block;
  position: absolute;
  top: 0;
  background-color: #00B6AE;
  background-image: linear-gradient(-39deg, #00B6AE 0%, #F9DB01 90%);
}

.footer__container.content-wrapper {
  padding: 6rem 30px 4rem;
}

.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
}

.footer-col{
  flex: 1 0 30%;
}

.footer-nav{
  flex-flow: row wrap;
  flex: 1 0 50%;
}


.footer-nav .menu{
  flex: 0 1 220px;
  margin-bottom: 1.25rem;
}

.footer-nav .menu .menu-title{
  font-weight: 700;
  margin: 0 0 5px;
  color: #141432;
  font-size: 1rem;
}

.footer-nav .menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer-nav .menu ul li{
  display: block;
}

.footer-nav .menu a{
  display: block;
  text-decoration: none;
  padding: 0.25rem 0;
  transform: translateX(0);
  transition: transform 0.25s ease, color 0.25s ease;
}

.footer-nav .menu a:hover{
  color: #141432;
  transform: translateX(10px);
}

.footer .registration h3{
  margin: 0;
  position: relative;
}

.footer .registration h3:before{
    content: '';
    width: 45px;
    height: 53px;
    display: block;
    position: absolute;
    left: -60px;
    top: 0;
    background-color: #141432;
    -webkit-mask-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/cp-header-marker.svg');
    mask-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/cp-header-marker.svg');
    -webkit-mask-size: 100%;
    mask-size: 100%;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
}

.footer .registration form{
  position: relative;
}

.footer .registration form label#label-email-b210a6f5-e4a3-4d55-8939-8aa131070e27{
  /* position: absolute;
  z-index: 9;
  left: 20px;
  top: 17px; */
}

.footer .registration form input[type="email"],
.footer .registration form .hs_firstname input[type="text"],
.footer .registration form .hs_lastname input[type="text"]{
  border: none;
  border-radius: 10px;
  background: #FFFFFF;
  box-shadow: 0 2px 20px 0 #BFBFBA;
  padding: 18px 20px;
}

.footer .registration form input[type="email"]:focus,
.footer .registration form input[type="text"]:focus{
  border-color: #141432;
}

.footer .registration form input[type="submit"]{
    padding: 14px 24px;
    background: #141432;
    border: 0;
    position: relative;
    top: 99px;
    left: -2px;
    border-radius: 10px;
}

.footer .registration form input[type="submit"]:hover{
  background: #01A964;
}

.footer .registration form .hs_submit{
  position: absolute;
  top: 40px;
  right: 10px;
}
/* Blog header */

.blog-post-title {
  background-color: white;
  position: relative;
  box-shadow: 0 2px 20px 0 rgba(20, 20, 50, 0.25);
  border-radius: 5px;
  padding: 30px 60px;
  overflow: hidden;
  /* margin-top: -190px; */
  margin-bottom: 75px;
  background-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/blog-header-bg.svg');
  background-position: bottom right 35px;
  background-repeat: no-repeat;
}

.blog-post-title .bottom-grad{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background-color: #F8C0B0;
  background-image: linear-gradient(141deg, #F8C0B0 0%, #7A2F88 100%);
}

.blog-post-title .blog-post__tag-link {
  color: #01a964;
  font-weight: 700;
}

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

.blog-header .container {
  padding: 0 0 1rem;
}

.blog-header__title {
  /* font-size: 2rem; */
}

.blog-header__subtitle {
  font-size: 1.2rem;
}

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (max-width: 767px) {
  .blog-post-title{
      text-align: center;
      padding: 20px;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

.filter-categories{
  margin-bottom: -1rem;
}

.filter-categories h3{
  display: none;
}

.filter-categories ul{
  margin: 0;
  padding: 0;
}

.filter-categories ul li{
  display: inline-block;
  margin-right: 1rem;
}

.filter-categories a{
  text-decoration: none;
  font-weight: 700;
}

.filter-categories a span{
  display: none;
}


/* Blog listing */

.blog-index {
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0; */
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 1.5rem;
  margin-bottom: 2rem;
}

/* .blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
} */

.blog-index__tag-header {
  /* padding: 1rem; */
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  /* border-bottom: 3px solid #D1D6DC; */
  padding-bottom: 1rem;
}

.blog-index__post{
  background: #fff;
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgb(191 191 186 / 25%);
    border-radius: 5px;
    transform: scale(1);
    transition: box-shadow 1.25s ease,transform .5s ease;
    text-decoration: none;
    color: inherit;
}

.blog-index__post:hover{
 box-shadow: 0 8px 20px 0 rgb(191 191 186 / 50%);
    transform: scale(1.025);
    color: inherit; 
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://cdn2.hubspot.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  /* padding-bottom: 50%; */
  position: relative;
  overflow: hidden;
  height: 200px;
}

.blog-index__post-image .bottom-grad{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #F9DB01;
  background-image: linear-gradient(-37deg, #F9DB01 0%, #00B6AE 100%);
}

.blog-index__post-tags{
  background-color: #EFEFEE;
  padding: 8px 20px;
  position: relative;
  min-height: 42px;
}

.blog-index__post-content{
padding: 10px 20px 40px;
}

.blog-index__post-tags span{
  position: absolute;
  right: 20px;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
  font-size: 1.5rem;
  color: #141432;
}

.blog-index__post-content h2 a{
  color: #141432;
    text-decoration: none;
}

.blog-index__post-content p {
  /* font-family: Lato, sans-serif; */
}

.blog-index__post-content a {
  /* color: #494A52; */
}

.blog-index__post img {
  height: auto;
  width: 100%;
  min-height: 200px;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
  /* position: absolute;
  left: 50%;
  margin-left: -50px;
  top: 50%;
  margin-top: -50px; */
}

.blog-index__post .link-wrap {
 position: absolute;
    bottom: 10px;
}



@media screen and (min-width: 767px){
  .blog-index__post .link-wrap {
    opacity: .2;
    transition: opacity 0.5s ease-in-out;
  }
  .blog-index__post:hover .link-wrap{
    opacity: 1;
  }
}



/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /* font-family: Lato, sans-serif; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

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

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 2.5rem;
  color: #141432;
}

.blog-post img {
  max-width: 100%;
  border-radius: 4px;
  height: auto;
}

.blog-post .feature-intro {
  border-bottom: 2px solid #efefee;
  margin-bottom: 2rem;
}

.blog-post .feature-intro p:first-of-type{
  color: inherit;
  font-size: inherit;
}

.blog-post__meta {
  text-align: center;
  margin-top: 1rem;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__meta p {
  margin: 0;
}

.blog-post__meta img {
  max-width: 48px;
  border-radius: 50%;
}

.blog-post__meta .blog-post__readingtime{
  text-align: center;
}

.blog-post__tags {

}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #727284;
  font-weight: 400;
  text-decoration: none;
}

.blog-post__body-wrapper{
  position: relative;
}

.blog-post__body-wrapper .share-bar{
  position: absolute;
  top: inherit;
  bottom: 0;
}

.blog-post__body-wrapper .share-bar a:hover{
  opacity: 0.5;
}

.blog-post__body-wrapper .share-bar .blog-subscribe{
  transform: translate(0, -8px);
  padding: 3px 10px;
  background-color: #727284;
  color: white;
  font-weight: bold;
  display: inline-block;
  text-decoration: none;
  font-size: 0.75rem;
  border-radius: 4px;
  width: 79px;
  transform-origin: left top;
}

.blog-post__body{
  padding-bottom: 3rem;
  line-height: 1.7;
}

.blog-post__body p:first-of-type{
  color: #141432;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px){
  .blog-post__meta {
    display: flex;
    text-align: left;
    align-items: center;
  }
  .blog-post__meta .blog-post__readingtime{
    margin-left: auto;
    margin-right: 1rem;
    width: 100px;
  }
  .blog-post__meta p {
    margin-left: 1rem;
  }
  .blog-post__body{
    margin-top: -190px;
    padding: 0 75px;
  }
  .blog-post__body-wrapper .share-bar{
    position: -webkit-sticky;
    position: sticky;
    top: 120px;
    width: 50px;
    height: 190px;
  }
  .blog-post__body-wrapper .share-bar .blog-subscribe{
    transform: rotate(-90deg) translate(-80px, 0px);
  }
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F8FAFC;
  margin-top: 3rem;
  padding: 2rem 0;
}

.blog-recent-posts h2 {
  text-align: center;
}

.blog-recent-posts__list {
  display: grid;
    grid-template-columns: repeat(auto-fit,minmax(300px,1fr));
    grid-gap: 1.5rem;
}

.blog-recent-posts__post {
  display: block;
  text-decoration: none;
}

.blog-recent-posts__post a{
  text-decoration: none;
}


.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 50%;
  position: relative;
  border-top-right-radius: 4px;
  border-top-left-radius: 4px;
  overflow: hidden;
}

.blog-recent-posts__image:after {
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #f9db01;
  background-image: linear-gradient(-37deg,#f9db01 0%,#00b6ae 100%);
}

.blog-recent-posts__title {
  margin: 1rem 0 0.5rem;
  text-decoration: none;
}

.job-post-header{
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0 0;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}

.author-bio{
  max-width: 810px;
  margin: 0 auto;
  display: flex;
}

.author-bio img{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  margin-right: 2rem;
}
.job-listings{
  flex-flow: row wrap;
}

.job-listings .job{
  display: flex;
  flex: 1 1 40%;
  margin: 1rem;
  align-items: center;
  background: white;
  box-shadow: 0 0 5px 0 rgba(191,191,186,0.50);
  border-radius: 5px;
  position: relative;
  padding: 1rem 1.5rem;
}

.job-listings .job:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px 0 rgba(191,191,186,0.50);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.job-listings .job:hover:after {
  opacity: 1;
}

.job-listings .job .cta-btn{
  margin: 0;
  margin-left: auto;
  white-space: nowrap;
}

.job-listings .job h3{
  margin: 0;
}

@media screen and (max-width: 767px){
  .job-listings .job{
    display: block;
  }
  .job-listings .job h3{
    margin-bottom: 1rem;
  }
}
.body-container--commonplaces .controls{
  margin-top: -30px;
  text-align: center;
}

.body-container--commonplaces h2{
  margin-bottom: 3rem;
  font-size: 2.5rem;
}

.body-container--commonplaces .map-view{
  display: none;
  position: relative;
}

.map-mob-message{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.75);
  color: white;
  padding: 6rem 2rem;
  text-align: center;
  pointer-events: none;
  display: none;
}

.map-mob-message p{
  margin-top: 1rem;
  font-size: 1.75rem;
}

.body-container--commonplaces .map{
  margin-top: 20px;
  height: 100vh;
  max-height: 750px;
  background-color: #efefef;
}

.map-marker{
  background-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/commonplace-map-marker.svg');
  background-size: cover;
  width: 45px;
  height: 53px;
  border-radius: 0;
  cursor: pointer;
}

.mapboxgl-popup{
  min-width: 320px !important;
  max-width: 320px !important;
}

.mapboxgl-popup-content{
  padding: 20px 25px;
  overflow: hidden;
}

.mapboxgl-popup-close-button{
  z-index: 99;
  width: 30px;
  height: 30px;
}

.marker-image{
  width: calc(100% + 50px);
  height: 120px;
  background-size: cover;
  margin: -20px -25px 10px;
  position: relative;
  background-position: center;
}

.marker-image:after{
  content: '';
  position: absolute;
  bottom: 0;
  height: 6px;
  width: 100%;
  background-color: #F9DB01;
  background-image: linear-gradient(-37deg, #F9DB01 0%, #00B6AE 100%);
}

.mapboxgl-popup-content h3{
  margin: 0;
  font-size: 1.25rem;
}

.mapboxgl-popup-content p{
  font-family: Source Sans Pro, sans-serif;
  margin: 0;
  font-size: 0.9rem;
}

.mapboxgl-popup-content a{
  font-family: Source Sans Pro, sans-serif;
  position: relative;
  display: inline-block;
  font-weight: 700;
  color: #01A964;
  font-size: 1rem;
  text-decoration: none;
  margin-top: 10px;
}

.mapboxgl-popup-content a:after{
  content: '';
  width: 21px;
  height: 14px;
  display: block;
  position: absolute;
  right: -28px;
  top: 4px;
  background-color: #01A964;
  -webkit-mask-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/link-arrow.svg');
  mask-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/link-arrow.svg');
}

.body-container--commonplaces .row{
  flex-flow: row wrap;
}

.body-container--commonplaces .title{
  text-align: center;
  margin-top: 3rem;
}


.project-grid-block{
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 2rem;
  padding: 0 1rem;
}

@media screen and (max-width:767px){
  .project-grid-block{
    display: block;
  }
}

.center-spinner{
  grid-column: 1 / 3;
}

.commonplaces-module{
  width: 100%;
  margin-bottom: 1.5rem;
  background-color: white;
  border-radius: 5px;
  position: relative;
  display: block;
}

a.commonplaces-module{
  text-decoration: none;
  color: inherit;
}

a.commonplaces-module:hover{
  color: inherit;
}

.commonplaces-module:after{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 20px 0 rgba(191,191,186,0.50);
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.commonplaces-module:hover:after {
  opacity: 1;
}

.commonplaces-inner-module{
  padding: 25px 35px;
}

.commonplaces-inner-module .arrow-link{

}

.commonplaces-image{
  position: relative;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  display: block;
  background-size: cover;
  background-position: center;
  width: 100%;
}

.commonplaces-image img{
  width: 100%;
  display: block;
  transform: scale(1);
  transition: transform 0.5s ease-in-out;
}

.commonplaces-module:hover img {
  transform: scale(1.1);
  transform-origin: center;
}

.commonplaces-image .bottom-grad{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6px;
  background-color: #F9DB01;
  background-image: linear-gradient(-37deg, #F9DB01 0%, #00B6AE 100%);
}

.commonplaces-title h3 {
  margin-bottom: 0.25rem;
}

.commonplaces-title h3 a{
  color: #141432;
  text-decoration: none;
}

.commonplaces-description{
  line-height: 1;
}

.active-projects .hide, .completed-projects .hide{
  display: none;
}

.change-view{
  color: white;
  text-decoration: none;
  font-size: 1.125rem;
  font-weight: 700;
  position: relative;
  padding: 11px 18px;
  padding-left: 60px;
  display: inline-block;
  background-color: #01A964;
  border-radius: 5px;
  line-height: 1.4;
  border: none;
  margin: 0 auto 1rem;
  background-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/map-view-btn.svg');
  background-repeat: no-repeat;
  background-position: left 10px top;
  content: 'View Map';
}

.change-view.maps{
  background-position: left 10px bottom;
}

@media screen and (min-width:1024px){
  .body-container--commonplaces .controls{
      text-align: right;
  }
  .body-container--commonplaces .controls .change-view{
      margin-right: 4rem;
      text-align: right;
  }
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 500px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* Loading */

.center-spinner{
  margin: 0 auto;
}

.loading-spinner{
  background-image: url('https://2471306.fs1.hubspotusercontent-na1.net/hubfs/2471306/raw_assets/public/commonplace-2020/images/loading-spinner.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: 40%;
  width: 200px;
  height: 200px;
}

.fa-pulse{
  -webkit-animation:fa-spin 1s infinite steps(12);
  animation:fa-spin 1s infinite steps(12)
}

@-webkit-keyframes fa-spin{
  0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
  100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}

@keyframes fa-spin{
  0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}
  100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
.cta-btn:hover {
    padding-left: 40px !important;
    padding-right: 18px !important;
    color: white !important;
}
.cta-btn{
    padding-right: 40px !important;
    margin:0 !important;
}
/* .body-wrapper {
    margin-top: 170px !important;
} */

body:not(.load-page):after {content: "";background: #fff;position: fixed;top: 0;left: 0;right: 0;bottom: 0;z-index: 99999;}