*, *: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%;
   
    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%;
    
        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%;

        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 ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

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

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

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

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

.makeitreal_grid .row-fluid {
  max-width: none;
}

.makeitreal_grid .dnd-section, .makeitreal_grid .dnd-section .dnd-column {
  padding: 0; 
}
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Blog header */

.blog-header {
  text-align: left;
}

.blog-header__inner {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    width: 500px;
  }
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
  margin: 0 -1rem
}

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

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 1 100%;
  flex:  0 1 100%;
  margin: 50px 15px 50px 20px;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 1 calc(100%/2 - 30px);
    flex:  0 1 calc(100%/2 - 30pxrem);
    margin: 50px 15px;
  }
}

@media screen and (min-width: 1024px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 1 calc(100%/3 - 30px);
    flex:  0 1 calc(100%/3 - 30px);
    margin: 50px 15px;
  }
}

.blog-index__post-image {
  display: block;
  height: 285px;
	width: 100%;
	object-fit: cover;
	overflow: hidden;
  margin-top: 10px;
}

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

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 10px 0;
}

.blog-index__post-content h2 a {
  text-decoration: none;
  font-size: 30px;
  line-height: 130%;
}

.blog-index__post-content a {
  color: #000;
}

.blog-index__post img {
  max-width: 100%;
}

.blog-index-paragraph {
  margin-bottom: 30px;
}

.blog-index-paragraph p {

}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.blog-pagination__link {
  border-bottom: 1px solid transparent;
  color: #000;
  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-bottom: 1px solid #000;
}

.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: #000;
  cursor: default;
  pointer-events: none;
}

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

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

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border-bottom: 1px solid #000;
}

/* Blog post */

.blog-post__tags-index {
  color: #949494;
  float: left;
  margin: 50px 0 0 0;
}

@media screen and (min-width: 1000px) {

.blog-post__tags-index {
  float: right;
  margin: 0 0 0 0;
}
}

.blog-post__tags-index  a {
  color: #949494;
  text-decoration: none;
  display: inline-block; 
}

.blog-post__tags-post {
 margin-bottom: 50px;
 text-transform: none;
}

@media screen and (max-width: 767px) {
  .blog-post__tags-post {
    margin-bottom: 25px;
  }
}

.blog-post__tag-link {
  color: #000;
  text-decoration: none; 
  text-transform: none;
}

/* Blog related posts */

.recent-post-tags {
  margin: 0 0 30px 0;
  height: 30px;
}

.recent-post-tags p {
  text-transform: uppercase;
}

.recent-post-summary {
	max-width: 100% !important;
  margin: 10px 0 20px 0;
  line-height: 140%;	
}

.recent-post-summary > p {
  font-size: 0.85rem;
  font-style: normal;
  font-weight: normal;
  line-height: 140%;	
}

@media screen and (min-width: 767px) {
.recent-post-summary > p {
  font-size: 1rem;
}
}

@media screen and (min-width: 1920px) {
.recent-post-summary > p {
  font-size: 1.125rem;
}
}

.recent-post-summary h1, .recent-post-summary h2, .recent-post-summary h3, .recent-post-summary h4, .recent-post-summary h5, .recent-post-summary h6 {
  font-size: 1.125rem !important;
}

.blog-recent-posts {
  margin-top: 200px;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.blog-recent-posts__post {
  color: #000;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
  margin: 50px 0 50px 0px;
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 calc(100%/2 - 30px);
    flex: 1 0 calc(100%/2 - 30px);
    margin: 0px 15px;
  }
}

.blog-recent-posts__image {
  height: 285px;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  margin: 0px 0 20px 0;
}

@media screen and (min-width: 767px) {

  .blog-recent-posts__image {
    margin: 10px 0 20px 0;
  }
} 

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

/* Custom code  */

.wrapper {
  position: relative;
  height: 100%;
  width: 100%;
}

/* Listing Page */

.blog-header-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
  align-items: flex-end;
}

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

    .blog-header-index {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;  
      align-items: flex-start;
    }
  }

  .blog-index-heading {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  
  .blog-index-tags {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  @media screen and (min-width: 768px) {

    .blog-index-heading {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(30%);
      flex: 0 0 calc(30%);
    }
    
    .blog-index-tags {
      -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(70%);
      flex: 0 0 calc(70%);
    } 
  }

.blog-index-date {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
@media screen and (min-width: 768px) {

  .blog-index-date {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(20%);
    flex: 0 0 calc(20%);
  }
}
  .text-rotation-90-cc {
    transform-origin: 0 0;
    transform: rotate(90deg);
    position: absolute;
    top: 0;
    left: -25px;
    display: block;
  }
 @media screen and (min-width: 768px) {

  .text-rotation-90-cc {
    transform: rotate(0deg);
    position: static;
  }
}

/* Blog Post Page */

.blog-post-bg-image {
  top: 0;
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  z-index: -1;
}

.blog-flex, .blog-flex > span.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_related_blog_posts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;  
  align-items: flex-start;
}

.blog-post-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.blog-post-right {
  margin-top: 25px;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}
.blog-post-share {
  text-align: right;
}

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

.blog-post-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(40%);
  flex: 0 0 calc(40%);
}

.blog-post-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(60%);
  flex: 0 0 calc(60%);

}
}

.blog-recent-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.blog-recent-right {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 100%;
  flex: 0 1 100%;
}

.blog-post-share {
  text-align: left;
}

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

.blog-recent-left {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(30%);
  flex: 0 0 calc(30%);
}
.blog-post-share {
  text-align: right;
}
.blog-recent-right {
  margin-top: 0px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 calc(70%);
  flex: 0 0 calc(70%);
}
}

#blog-post p.intro {
  color: #000;
  line-height: 140%;
  margin-bottom: 50px;
  padding-left: 0px;
}

.blog-post-content {
  padding-top: 50px;
}

/* Buttons */

.blog-listing-cta {
  margin-top: 30px;
}

.btn-blog {
  color: #000;
  padding: 10px 15px;
  border: 1px solid #000;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
}

.btn-blog:after {
  content: "→";
  margin-left: 5px;
}

/* Some Icons */

.some-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-flow: row no-wrap;
}

.some-text-blog {
  text-align: left;
  margin-top: 30px;;
}

.some-icon-blog a {
  display: block;
  text-align: right;
}

.some-icon-blog svg {
  margin-top: 20px;
  margin-right: 10px;
}

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

  .some-flex {
    flex-flow: column wrap;
  }
  
  .some-text-blog {
    text-align: right;
  }

  .some-icon-blog svg {
    margin-top: 10px;
    margin-right: 0px;
  }
}

/* Blog Feed */

.row-black {
  background-color: #000;
}

#white-text p, #white-text h1, #white-text h2, #white-text h3,  #white-text h4,  #white-text h5, #white-text h6, #white-text a  {
	color: #fff;
}

.btn-blog-feed {
  color: #000;
  padding: 10px 15px;
  border: 1px solid #000;
  border-radius: 30px;
  text-decoration: none;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 30px;
  position: relative;
}

.btn-blog-feed:after {
  content: "→";
  margin-left: 5px;
}

@media screen and (min-width: 1000px) {
  
  .btn-blog-feed {
    color: #000;
    padding: 10px 15px;
    border: 1px solid #000;
    border-radius: 30px;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 30px;
    position: absolute;
    bottom:0;
  }
}


#white-text .btn-blog-feed {
	color: #fff;
  padding: 10px 15px;
  border: 1px solid #fff;
}

#white-text .btn-blog-feed:after {
  content: "→";
  margin-left: 5px;
}

img.blog-feed-image {
	background-color: #FFF;
	height: 285px;
	max-width: 100%;
	width: 100%;
  object-fit: cover;
	overflow: hidden;
	margin-top: 0px;
}

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

img.blog-feed-image {
	margin-top: 5px;
}
}

.blog-post-feed__tag-link {
  color: #000;
  text-decoration: none; 
  text-transform: uppercase;
	display: block;
	margin-top: 30px;
}
	
.blog-feed-content {
	margin-top: 15px;	
	}

.blog-feed-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 0;
    margin: 0 -15px;
  }
  
  .blog-feed-wrapper__object {
    -webkit-box-flex:  1;
    -ms-flex:  1 1 100%;
    flex:  1 1 100%;
    margin: 50px 0 0 75px;
  }
  
  @media screen and (min-width: 768px) {
    .blog-feed-wrapper__object {
      -webkit-box-flex:  0;
      -ms-flex:  0 1 calc(100%/2 - 30px);
      flex:  0 1 calc(100%/2 - 30px);
      margin: 0px 15px;
    }
  }
  
  @media screen and (min-width: 1000px) {
    .blog-feed-wrapper__object {
      -webkit-box-flex:  0;
      -ms-flex:  1 1 calc(100%/4 - 30px);
      flex:  1 1 calc(100%/4 - 30px);
      margin: 0px 15px;
    }
  }
/* 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: 700px;
  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;
}
#system-page h1 {
    font-size: 34px;
    margin-bottom: 36px;
}
#system-page h2 {
    font-size: 20px;
    color: #949494 !important;
}

/* Button */

#system-page input[type=submit] {
    background: transparent !important;
    color: #000 !important;
    border: .5px solid #000 !important;
    border-radius: 30px !important;
    padding: 10px 15px !important;
    margin-top: 50px;
}

/* Form */

#system-page input[type=password] {
    border: none !important;
    border-bottom: .5px solid #000 !important;
    border-radius: 0 !important;
    padding: 25px 13px !important;
}


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

    #system-page h1 {
        font-size: 44px;
    }
    #system-page h2 {
        font-size: 20px;
    }
    #system-page h3 {
        font-size: 20px;
    }
}

@media screen and (min-width: 1440px) {

    #system-page h1 {
        font-size: 60px;
    }
    #system-page h2 {
        font-size: 24px;
    }
    #system-page h3 {
        font-size: 24px;
    }
} 

/* Subscription preferences */

#system-page .page-header {
    font-size: 20px;
    line-height: 130%;
}

#system-page p.header {
    font-size: 20px !important;
    line-height: 130%;;
    margin-top: 36px;
    margin-bottom: 16px;
}

#system-page .item p {
    font-size: 18px !important;
    color: #949494 !important;
    margin-left: 42px;   
}

#system-page .item {
    font-size: 20px;
    margin-bottom: 36px;
    border-bottom: 1px solid #000;
    padding-bottom: 24px;
}

#system-page .fakelabel span {
    margin-left: 10px;
}

#system-page .checkbox-row {
    margin-bottom: 10px;
}

#system-page .subscribe-options p {
    font-size: 18px;
    line-height: 1;
}

#system-page .subscribe-options p span {
    margin-left: 10px;
}

@media screen and (min-width: 1440px) {

    #system-page .page-header {
        font-size: 24px;
        line-height: 130%;
    }
    
    #system-page p.header {
        font-size: 24px !important;
        line-height: 130%;;
        margin-top: 36px;
        margin-bottom: 16px;
    }
    
    #system-page .item p {
        font-size: 18px !important;
        color: #949494 !important;
        margin-left: 42px;   
    }
    
    #system-page .item {
        font-size: 26px;
        margin-bottom: 36px;
        border-bottom: 1px solid #000;
        padding-bottom: 24px;
    }
}

#system-page .success {
    margin-top: 36px;
    font-size: 18px !important;
}


/* Site search */

a.hs-search-results__title {
    color: #000;
    font-family: "Everett-Regular",sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    text-decoration: none;
}

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

    a.hs-search-results__title {
    font-size: 24px;
}
}
@media screen and (min-width: 1440px) {

    a.hs-search-results__title {
        font-size: 30px;
    }
    }

p.hs-search-results__description {
    font-size: 20px;
    line-height: 140%;
}

 ul.hs-search-results__listing li {
     border-bottom: .5px solid #000;
     margin-bottom: 48px;
     padding-bottom: 48px;
 }
.siili__bgcolor--gradient-pink{color:#000 !important;border-color:#000 !important}.siili__bgcolor--gradient-pink button{color:#000 !important}.siili__bgcolor--gradient-pink svg path{stroke:#000;fill:#000}
.siili__bgcolor--gradient-purple{color:#000 !important;border-color:#000 !important}.siili__bgcolor--gradient-purple button{color:#000 !important}.siili__bgcolor--gradient-purple svg path{stroke:#000;fill:#000}
.siili__bgcolor--gradient-pink{background-color:transparent !important;position:relative}.siili__bgcolor--gradient-pink .gradient__background{background:linear-gradient(0, rgba(255, 255, 255, 0) 0.62%, #FF41FF 100%)}
.siili__bgcolor--gradient-purple{background-color:transparent !important;position:relative}.siili__bgcolor--gradient-purple .gradient__background{background:linear-gradient(0, rgba(255, 255, 255, 0) 0.62%, #AA32FF 100%)}


.siili__rule--afterwork {
  border: purple;
}

@media(max-width: 768px) {
  .c-hero-case .c-hero-case__image-landscape {
        display: none !important;
  } 
}

.c-button { 
      padding: 18px 20px 14px 20px;    
}

@media(min-width: 768px) {
  .c-button { 
      padding: 22px 28px 18px 28px !important;    
  }
  .hs-form .actions input[type=submit] {
 /*     padding: 22px 28px 18px 28px !important; */ 
  }
}

.hs-form .actions input[type=submit] {
    font-family: "Everett-Reqular",sans-serif  !important;
    font-size: .875rem  !important;
 /*   padding: 18px 20px 14px 20px  !important;  */
}

.recruitee-form__wrapper {
  margin-bottom: 50px;
}

.recruitee-form textarea {
  border-bottom: .5px solid #000 !important;
}

.c-services-carousel__slide .mobile-only .c-button {
  margin-left: -30px;
}

@media(max-width: 768px) {
  .c-services-carousel__slide__content {
    min-height: 60px;
  }
}

input[type=email], input[type=text] {
  width: 100% !important;
}

.legal-consent-container a {
  color: #000;
}

.content-row__rich-text ul li {
    text-indent: 0px;
}

.content-row__rich-text ul li:before {
  content: "—"; 
    display: inline-block;
}

.blog-post__tags-post {
  margin-right: 30px;
}

.blog-post-body p {
  padding-right: 20px;
}

.c-hero-2021__landingpage-video {
    position: absolute;
    top: 0;
    left: 0;
    /* min-height: 100vh; */
    max-height: 100vh;
    width: 100vw;
    display: flex;
    align-items: center;
    z-index: -1;
}

.c-hero-case__image {
/*  z-index:-1; */
}
.mobile-video-only{
   display:block
     z-index:1;
}
.desktop-video-only{
  display:none
}

@media(min-width: 768px){
  .mobile-video-only{display:none}
  .desktop-video-only{display:block}
}

@media(prefers-reduced-motion),(max-width: 768px) {
   .mobile-video-only{display:none;opacity:0}
   .desktop-video-only{display:none;opacity:0}
}

.content-row__rich-text ul li:before {
    margin-left: -10px;
}

.content-row__rich-text ul li {
    margin-left: 10px;
}

@media (max-width: 768px) {
  .indented--mobile {
      padding: 20px 0 0 0px !important;  
  }
}

.no-margin {
  margin:0px;
}

.c-rich-text-module ul li {
    list-style-type: none !important;
}
.c-rich-text-module ul {
    margin-inline-start: -15px;
}
.c-rich-text-module a {
    color: #000;
}
.c-rich-text-module  ul li:before {
    content: "— ";
    position: absolute;
    transform: translateX(-1rem);
    margin-left: -10px;
    display: inline-block;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-cookie-settings-button {
    text-decoration: underline !important; 
}

a#hs-eu-cookie-confirmation a#hs-eu-cookie-confirmation-inner, a#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
      text-decoration: underline !important; 
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    line-height: 1.5 !important;   
}

.hs-form .hs-richtext, .hs-form .hs-richtext p {
  color: #666666 !important; 
}

.hs-form .hs-form-required {
  color: #E10000 !important; 
}

.blog-recent-posts__image {
    margin-top: 10px !important;
}

/* dm-sans-regular - latin */
@font-face {
  font-family: 'DM-Sans';
  font-style: normal;
  font-weight: 400;
  src: url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.svg#DMSans') format('svg'); /* Legacy iOS */
}

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

@font-face {
  font-family: 'DM-Sans';
  font-style: normal-500;
  font-weight: 500;
  src: url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.svg#DMSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'DM-Sans';
  font-style: bold;
  font-weight: 700;
  src: url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.svg#DMSans') format('svg'); /* Legacy iOS */
}

@font-face {
  font-family: 'DM-Sans';
  font-style: strong;
  font-weight: 700;
  src: url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('https://3283004.fs1.hubspotusercontent-eu1.net/hubfs/3283004/Haallas-Font/dm-sans-v11-latin-regular.svg#DMSans') format('svg'); /* Legacy iOS */
}


.haallas-top-image {
    position: absolute;
    z-index: 100;
    top: 0;
    right: 0;
    width: 40%;
    float: left;
}

@media(max-width: 768px){

  .haallas-top-image {
    position: fixed;
    z-index: 100;
    top: 0;
    right: -494px;
    width: 96%;
    float: left;
  }
  
}
}