*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 856px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 856px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

.dnd-section {
  padding-left:15px;
  padding-right:15px;
}

.banner-section .dnd-section,
.banner-section .dnd-section>.row-fluid{
  padding: 0;
  width:100%;
}

.dnd-section > .row-fluid {
  max-width: ;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper .dnd-section,
.content-wrapper .dnd-section>.row-fluid {
  padding:0;
  width:100%;
  max-width:100%;
}

.dnd-section>.row-fluid,
.page-center,
.header__container,
.footer__container,
.content-wrapper {
  margin:0 auto;
  width:100%;
  position:relative;
}

.header__container {
  position:static;
}

.dnd-section[class*="full-width"]>.row-fluid {
  padding:0;
}


.dnd-section .widget-type-cell {}


.hs-inline-edit .row-fluid [class*="span"] {
  min-height:50px;
}

.page-wrapper .row-fluid .span4,
.page-wrapper .row-fluid .span5,
.page-wrapper .row-fluid .span6,
.page-wrapper .row-fluid .span7,
.page-wrapper .row-fluid .span8,
.page-wrapper .row-fluid .span3 {
  margin:0;  
  width:100%;
}

@media (min-width:856px) {

  .mobile {
    display:none !important;
  }

  .page-wrapper .row-fluid .span3 {
    width:33.3333%;
  }

  .page-wrapper .row-fluid .span6 {
    width:50%;
  }

  .page-wrapper .row-fluid .span4 {
    width: 33.7%;
  }

  .page-wrapper .row-fluid .span8 {
    width: 66.3%;
  }

  .page-wrapper .row-fluid .span5 {
    width: 38.293%;
  }

  .page-wrapper .row-fluid .span7 {
    width: 61.707%;
  }

}

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

@media (max-width: 855px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }

  .desktop {
    display:none !important;
  }
}
@font-face { 
  font-family: "Rustica";
  src: url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-2.eot) format("embedded-opentype"), 
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-2.woff2) format("woff2"),
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-2.woff) format("woff"), 
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-2.ttf) format("truetype"),
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-2.svg) format("svg");
  font-style: normal; 
  font-weight: 700;
  font-display: auto; 
}

@font-face { 
  font-family: "Rustica";
  src:url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-4.woff2) format("woff2"),
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-4.woff) format("woff");
  font-style: normal; 
  font-weight: 800;
  font-display: auto;
}


@font-face {
  font-family: "Rustica";
  src: url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-6.eot) format("embedded-opentype"), 
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-6.woff2) format("woff2"),
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-6.woff) format("woff"), 
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-6.ttf) format("truetype"),
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-6.svg) format("svg");
  font-style: normal; 
  font-weight: 600; 
  font-display: auto;
}

@font-face { 
  font-family: "Rustica";
  src: url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-8.eot) format("embedded-opentype"), 
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-8.woff2) format("woff2"),
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-8.woff) format("woff"), 
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-8.ttf) format("truetype"),
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-8.svg) format("svg");
  font-style: normal; 
  font-weight: 500; 
  font-display: auto;
}

@font-face {
  font-family: 'Rustica';
  font-style: italic;
  font-weight: 500;
  font-display: auto;
  src: url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-9.eot) format("embedded-opentype"), 
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-9.woff2) format("woff2"),
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-9.woff) format("woff"), 
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-9.ttf) format("truetype"),
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-9.svg) format("svg");
}

@font-face { 
  font-family: "Rustica";
  src:url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-12.woff2) format("woff2"),
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-12.woff) format("woff");
  font-style: normal;
  font-weight: 300;
  font-display: auto;
}

@font-face { 
  font-family: "Rustica";
  src: url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-14.eot) format("embedded-opentype"), 
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-14.woff2) format("woff2"),
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-14.woff) format("woff"), 
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-14.ttf) format("truetype"),
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-14.svg) format("svg");
  font-style: normal; 
  font-weight: 400; 
  font-display: auto;
}

@font-face {
  font-family: "Rustica";
  src:url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-16.woff2) format("woff2"),
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-16.woff) format("woff");
  font-style: normal;
  font-weight: 100;
  font-display: auto;
}

@font-face {
  font-family: "Rustica";
  src:url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-18.woff2) format("woff2"),
    url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/fonts/font-18.woff) format("woff");
  font-style: normal;
  font-weight: 200;
  font-display: auto;
}

body {
  line-height: 1.5;
  background-color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

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

/* Paragraphs */

p {
  margin-top: 0;
  margin-bottom: 0.9rem;
  overflow-wrap: break-word;
}

/* Anchors */

a {
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: none;
}

p a {
  font-weight: 700;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0.5rem;
  margin-bottom: 1rem;
  line-height: 1.2;
  overflow-wrap: break-word;
}

/* Lists */

dd, dl, dt, li, ol, ul {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ol,dl,ul {
  margin-bottom:1rem;
}

ol, ul {
  overflow-wrap: break-word;
}

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

figure {
  margin: 0;
}

img {
  height: auto;
  max-width: 100%;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
}

figure {
  margin: 0 0 1em;
  overflow-wrap: break-word;
}

figcaption {
  font-size: 16px;
  color: #333;
  line-height: 1.4;
  font-style: italic;
  font-weight: 400;
}

/* Horizontal rules */

hr {

  background-color: transparent;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* 
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt {
  width:100%;
  max-width:500px;
}

.body-container-wrapper form,
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form form,
.body-container-wrapper .widget-type-blog_subscribe form,
.body-container-wrapper .widget-type-google_search form,
.body-container-wrapper .widget-type-password_prompt.custom_error_message form,
.body-container-wrapper .widget-type-email_simple_subscription form,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
.body-container-wrapper .hs-search-field__bar form,
.body-container-wrapper .submitted-message form,
.body-container-wrapper #hs_cos_wrapper_password_prompt form,
.body-container-wrapper .form-container-wrapper {
  width:100%;
  max-width:500px;
}

.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
.body-container-wrapper.subscription_preferences .form-container-wrapper{
  max-width:100%;
}

.body-container-wrapper .blog-sidebar form, 
.body-container-wrapper .blog-sidebar .custom_error_message form,
.body-container-wrapper .blog-sidebar .widget-type-form,
.body-container-wrapper .blog-sidebar .widget-type-blog_subscribe,
.body-container-wrapper .blog-sidebar .widget-type-google_search,
.body-container-wrapper .blog-sidebar .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .blog-sidebar .widget-type-email_simple_subscription,
.body-container-wrapper .blog-sidebar .hs-search-field__bar, 
.body-container-wrapper .blog-sidebar .submitted-message,
.body-container-wrapper .blog-sidebar #hs_cos_wrapper_password_prompt {
  background:none;
  padding:0;
  margin:0;
  border:none;
  max-width:100%;
}

 */

#email-prefs-form {
  max-width:100%;
}

button, input, optgroup, select, textarea {
  font-family: inherit;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0;
}

button, input {
  overflow: visible;
}

fieldset {
  margin-left: calc( -10px/2 ) !important;
  margin-right: calc( -10px/2 ) !important;
  width: calc(100% + 10px) !important;
  max-width: calc(100% + 10px) !Important;
}

.input {
  margin:0 !important;
}

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

.hs-button,
.button {
  cursor:pointer;
  display: -moz-inline-stack;
  display: inline-block;
  text-decoration: none;
  white-space:normal;
  margin:15px 0;
  white-space: nowrap;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  line-height: 1;
  background-color: #818a91;
  font-size: 15px;
  fill: #fff;
  text-align: center;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  border-color: #030040;
  border-radius: 3px 3px 3px 3px;
  min-height: 40px;
  font-family: "Rustica", Sans-serif;
  font-weight: 500;
  font-style: normal;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  padding: 1.1em 0em 1em 0em;
  background-color: #61CE7000;
  color: #030040;
  min-width: 24%;
}

.hs-submit .hs-button {
  margin:0;
}

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

.hs-button:focus,
.button:focus {
  outline: -webkit-focus-ring-color auto 1px;
}

.content-wrapper .custom_error_message form,
.content-wrapper .widget-type-form,
.content-wrapper .widget-type-blog_subscribe,
.content-wrapper .widget-type-google_search,
.content-wrapper .widget-type-password_prompt.custom_error_message,
.content-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .content-wrapper .widget-type-blog_comments,
.content-wrapper .hs-search-field__bar{
  display:block;
}



.hs-form label {
  color: ;
}

.form-container>.hs_cos_wrapper>.hs-form-field {
  display:none;
}

label {
  display: inline-block;
  line-height: 1;
  vertical-align: middle;
}

.hs-form-field>label {
  padding-bottom: 10px;
  cursor:pointer;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
.hs-search-field__input,
#hs-pwd-widget-password{ 
  width: 100% !important;
  max-width: 100% !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
form  select,
.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password{
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  vertical-align: middle;
  padding: 0.5rem 1rem;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  line-height: 1.4;
  font-size: 15px;
  min-height: 40px;
}

.hs-fieldtype-select .input {
  position:relative;
  font-family: "Roboto", Sans-serif;
  font-weight: 400;
  color:#000;
}

.hs-fieldtype-select .input:before {
  content: "\e92a";
  font-family: eicons;
  font-size: 15px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  pointer-events: none;
  text-shadow: 0 0 3px rgb(0 0 0 / 30%);
  color: #C3C3C3;
}

form select,
form select.hs-input {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  font-style: inherit;
  text-transform: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  padding: 5px 14px;
  padding-right: 20px;
}

form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus,
form input[type="color"]:focus,
form input[type="file"]:focus,
form textarea:focus,
form select:focus,
form select:focus,
form textarea:focus,
.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
  -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
  outline: 0;
}

form input[type="text"]:hover,
form input[type="password"]:hover, 
form input[type="datetime"]:hover, 
form input[type="datetime-local"]:hover, 
form input[type="date"]:hover, 
form input[type="month"]:hover, 
form input[type="time"]:hover, 
form input[type="week"]:hover, 
form input[type="number"]:hover, 
form input[type="email"]:hover, 
form input[type="url"]:hover, 
form input[type="search"]:hover, 
form input[type="tel"]:hover,
form input[type="color"]:hover,
form input[type="file"]:hover,
form textarea:hover,
form select:hover,
form select:hover,
form textarea:hover,
.hs-search-field__input:hover,
#hs-pwd-widget-password:hover{

}

form input[type="text"].error,
form input[type="password"].error, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error, 
form input[type="date"].error, 
form input[type="month"].error, 
form input[type="time"].error, 
form input[type="week"].error, 
form input[type="number"].error, 
form input[type="email"].error, 
form input[type="url"].error, 
form input[type="search"].error, 
form input[type="tel"].error,
form input[type="color"].error,
form input[type="file"].error,
form textarea.error,
form select.error,
form select.error,
form textarea.error,
.hs-input.error, 
.hs-search-field__input.error,
#hs-pwd-widget-passwor.error{
}

form input[type="text"].error:hover,
form input[type="password"].error:hover, 
form input[type="datetime"].error:hover, 
form input[type="datetime-local"].error:hover, 
form input[type="date"].error:hover, 
form input[type="month"].error:hover, 
form input[type="time"].error:hover, 
form input[type="week"].error:hover, 
form input[type="number"].error:hover, 
form input[type="email"].error:hover, 
form input[type="url"].error:hover, 
form input[type="search"].error:hover, 
form input[type="tel"].error:hover,
form input[type="color"].error:hover,
form input[type="file"].error:hover,
form textarea.error:hover,
form select.error:hover,
form select.error:hover,
form textarea.error:hover,
.hs-input.error:hover, 
.hs-search-field__input.error:hover,
#hs-pwd-widget-passwor.error:hover{
}


form input[type="text"].error:focus,
form input[type="password"].error:focus, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error:focus, 
form input[type="date"].error:focus, 
form input[type="month"].error:focus, 
form input[type="time"].error:focus, 
form input[type="week"].error:focus, 
form input[type="number"].error:focus, 
form input[type="email"].error:focus, 
form input[type="url"].error:focus, 
form input[type="search"].error:focus, 
form input[type="tel"].error:focus,
form input[type="color"].error:focus,
form input[type="file"].error:focus,
form textarea.error:focus,
form select.error:focus,
form select.error:focus,
form textarea.error:focus,
.hs-input.error:focus, 
.hs-search-field__input.error:focus,
#hs-pwd-widget-passwor.error:focus {
  -webkit-box-shadow: 0 0 0 1px rgb(0 0 0 / 10%) inset;
  box-shadow: inset 0 0 0 1px rgb(0 0 0 / 10%);
  outline: 0;
}

form input[type="text"]::placeholder,
form input[type="password"]::placeholder, 
form input[type="datetime"]::placeholder, 
form input[type="datetime-local"]::placeholder, 
form input[type="date"]::placeholder, 
form input[type="month"]::placeholder, 
form input[type="time"]::placeholder, 
form input[type="week"]::placeholder, 
form input[type="number"]::placeholder, 
form input[type="email"]::placeholder, 
form input[type="url"]::placeholder, 
form input[type="search"]::placeholder, 
form input[type="tel"]::placeholder,
form input[type="color"]::placeholder,
form input[type="file"]::placeholder,
form textarea::placeholder,
form select::placeholder,
form select::placeholder,
form textarea::placeholder,
.hs-search-field__input::placeholder,
#hs-pwd-widget-password::placeholder,
textarea.hs-input::placeholder {
  opacity:1;
  font-family:inherit;
}

#hs-pwd-widget-password {
  height:33px !important;
  margin-top:0 !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  margin: 3px 5px 3px 0px;
  line-height: normal;
  border: none;
  min-height:auto;
}

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

.hs-input:-moz-placeholder {
  color: ;
}

.hs-input::-webkit-input-placeholder {
  color: ;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}


textarea.hs-input {  
  height:96px;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

.actions {
  padding: 0;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 0;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.inputs-list label {
  display: block;
  float: none;
  width: auto;
  padding: 0;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
}
.inputs-list:first-child {
  padding-top: 6px;
}
.inputs-list > li + li {
  padding-top: 2px;
}
.inputs-list label > input,
.inputs-list label > span {
  vertical-align: middle;
}

.hs-error-msgs {
  margin:0 0;
  padding:0;
  list-style:none;
}
.hs-error-msgs label {
  margin: 0;
  margin: 10px 0;
  font-size: 1em;
  line-height: 1;
  letter-spacing: normal;
}

.hs-error-msgs label:before {
  content: "\e87f";
  display: inline-block;
  font-family: eicons;
  font-weight: 400;
  font-style: normal;
  vertical-align: middle;
  margin-right: 5px;
}

.hs-form-field input+label {
  display:inline-block;
  padding:0;
}

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


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

fieldset .hs-form-field {
  padding-right: calc( 10px/2 );
  padding-left: calc( 10px/2 );
}

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

.hs-field-desc {
  color: ;
  margin: 0px 0px 6px;
  font-size: 14px;
}

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: ;
  color: ;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
}

.email-correction, .email-validation {
  padding-top: 3px;
  font-size: 12px;
}
.email-correction a,
.email-validation a {
  cursor: pointer;
}
@media (max-width: 400px),
  (min-device-width: 320px) and (max-device-width: 480px) {
    .email-correction form .form-columns-2 .hs-form-field,
    .email-correction form .form-columns-3 .hs-form-field,
    .email-validation form .form-columns-2 .hs-form-field,
    .email-validation form .form-columns-3 .hs-form-field {
      float: none;
      width: 100%;
    }
    .email-correction form .form-columns-2 .hs-form-field .hs-input,
    .email-correction form .form-columns-3 .hs-form-field .hs-input,
    .email-validation form .form-columns-2 .hs-form-field .hs-input,
    .email-validation form .form-columns-3 .hs-form-field .hs-input {
      width: 90%;
    }
    .email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-2 .hs-form-field input[type=radio],
    .email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-correction form .form-columns-3 .hs-form-field input[type=radio],
    .email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-2 .hs-form-field input[type=radio],
    .email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
    .email-validation form .form-columns-3 .hs-form-field input[type=radio] {
      width: 24px;
    }
}

.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: ;
}

/* ================== Footer Form ============================ */

.grecaptcha-logo {
  margin: 18px 0;
}

@media (max-width:855px) {

  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form,
  .body-container-wrapper .widget-type-blog_subscribe,
  .body-container-wrapper .widget-type-google_search,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message,
  .body-container-wrapper .widget-type-email_simple_subscription,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments,
  .body-container-wrapper .hs-search-field__bar,
  .body-container-wrapper .submitted-message,
  .body-container-wrapper #hs_cos_wrapper_password_prompt {
    max-width:100%;
  }

  .body-container-wrapper form,
  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form form,
  .body-container-wrapper .widget-type-blog_subscribe form,
  .body-container-wrapper .widget-type-google_search form,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message form,
  .body-container-wrapper .widget-type-email_simple_subscription form,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
  .body-container-wrapper .hs-search-field__bar form,
  .body-container-wrapper .submitted-message form,
  .body-container-wrapper #hs_cos_wrapper_password_prompt form,
  .body-container-wrapper #email-prefs-form,
  .body-container-wrapper .form-container-wrapper{
    max-width:100%;
  }

  fieldset .hs-form-field {
    width:100% !important;
    float:none !important;
  }

  .hs-button, .button {
    min-width:100%;
  }

}

@media (max-width: 479px) {
  .hs-recaptcha {
    overflow:auto !important;
  }

}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.custom-header-height {
  height: 125px;
}

.custom-header {
  padding: 0px 20px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 100;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 125px;
}

.custom-logo {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-logo a {
  display: inline-block;
}

.custom-logo img {
  vertical-align: middle;
  display: inline-block;
  max-width: 75%;
}

.custom-menu-primary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-menu-primary .menu-inner {
  width: 100%;
}

.custom-menu-primary .hs-menu-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: auto;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.custom-menu-primary .hs-menu-wrapper>ul li {
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-menu-primary .hs-menu-wrapper>ul li a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
/*   -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s; */
  white-space: nowrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  line-height: 20px;
  padding: 13px 11px;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.4px;
}

.custom-menu-primary .hs-menu-wrapper>ul li.active>a:after {
  content: "";
  background: #212121;
  position: absolute;
  bottom: 8px;
  height: 1.7px;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  text-align: center;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-of-type)>a {
  margin-left:2.5px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-of-type)>a {
  margin-right:2.5px;
}

/* .custom-menu-primary .hs-menu-wrapper>ul>li>a:hover {
  -webkit-transform: translateY(8px);
  -ms-transform: translateY(8px);
  transform: translateY(8px);
} */

.custom-menu-primary .hs-menu-wrapper>ul li>ul {
  font-size: 13px;
  line-height: normal;
  left: 2.5px;
}


.custom-menu-primary .hs-menu-wrapper>ul li>ul>li:not(:last-child) {
  border-style: solid;
  border-color: #E0E0E0;
  border-bottom-width: 1px;
}

.custom-menu-primary .hs-menu-wrapper>ul li>ul>li>a {
  text-shadow: none;
  border-left: 8px solid transparent;
  font-style: italic;
  font-weight: 500;
  line-height: 20px;
  font-size: 13px;
  letter-spacing:normal;
}

.custom-menu-primary .sub-arrow {
  line-height: 1;
  padding: 10px 0 10px 10px;
  margin-top: -10px;
  margin-bottom: -10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (min-width:856px) {
  .custom-logo {
    width:25.738%;
  }

  .custom-menu-primary {
    width: 74.262%;
  }

  .custom-menu-primary .hs-menu-wrapper {
    padding-top: 5px;
  }
  
  
  .custom-menu-primary .hs-menu-wrapper>ul .hs-menu-item.hs-menu-depth-2.hs-item-has-children ul {
    position: static;
    padding-left: 20px;
    display: none !important;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul .hs-menu-item.hs-menu-depth-2.hs-item-has-children ul li {
    border-top: 1px solid #e0e0e0;
  }

  
  .custom-menu-primary .hs-menu-wrapper>ul .hs-menu-item.hs-menu-depth-2.hs-item-has-children:hover ul {
    display: block !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>ul {
    position: absolute;
    width: auto;
    min-width:10em;
    max-width:1000px;
    top: 100%;
    display:block !important;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease-in-out;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li:hover>ul {
    opacity:1;
    visibility:visible;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>ul ul {
    top:0;
    left:100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-of-type>ul {
    right:0;
    left:auto;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-of-type>ul ul {
    right:100%;
    left:auto;
  }
}

@media (max-width: 1160px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 14px;
    padding: 13px 10px;
  }
}

@media (max-width: 1000px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    font-size: 13px;
    padding: 13px 8px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-of-type)>a,
  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:first-of-type)>a {
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>ul {
    left: 0;
  }

  .custom-logo img {
    max-width: max(75%, 178.85px);
  }
}

@media (max-width:855px) {
  .custom-header-height {
    height: 115px !important;
    min-height: auto !important;
  }

  .custom-header {
    border-bottom:1px solid #E7E7E7;
    padding: 0px 0px 0px 20px;
    height: 115px;
  }

  .header__container {
    justify-content: space-between;
    padding-right: 20px;
  }

  .custom-logo img {
    max-width: 178.85px;
  }

  .custom-logo {
    width: 55%;
  }

  .custom-menu-primary {
    width: 35%;
    position:static;
  }

  .custom-menu-primary .menu-inner {
    -webkit-transition: max-height .3s,-webkit-transform .3s;
    transition: max-height .3s,-webkit-transform .3s;
    -o-transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s;
    transition: max-height .3s,transform .3s,-webkit-transform .3s;
    -webkit-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
    overflow-y: hidden;
    position: absolute;
    z-index: 9997;
    display: block;
    box-shadow: rgb(129 129 129 / 25%) 0px 15px 10px;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    max-height: 0;
    left: 0;
    background-color:#fff;
    top: 100%;
  }

  .mobile-open .custom-menu-primary .menu-inner {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    max-height: 100vh;
  }

  .menu-toggle {
    --nav-menu-icon-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--nav-menu-icon-size,22px);
    padding: 0.25em;
    cursor: pointer;
    border: 0 solid;
    border-radius: 3px;
    margin-left: auto;
    color: #000000;
    background-color:#fff;
  }

  .menu-toggle .menu-toggle__icon--close {
    display: none;
  }

  .mobile-open .menu-toggle .menu-toggle__icon--close {
    display: inline-block;
  }

  .mobile-open .menu-toggle .menu-toggle__icon--open {
    display: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul {
    width: 100%;
    display: block;
  }
  
  
  .custom-menu-primary .hs-menu-wrapper .hs-menu-item.hs-menu-depth-2.hs-item-has-children ul {
    padding-left: 50px;
  }
  
  .custom-menu-primary .hs-menu-wrapper .hs-menu-item.hs-menu-depth-2.hs-item-has-children ul li {
    border-top: 1px solid #E0E0E0;
  }
  
  .custom-menu-primary .hs-menu-wrapper .hs-menu-item.hs-menu-depth-2.hs-item-has-children ul li a {
    padding: 16px 30px 16px 10px;
  }
  
  .custom-menu-primary .hs-menu-wrapper>ul li {
    display: block;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li,
  .custom-menu-primary .hs-menu-wrapper>ul li a {
    position: relative;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:not(:last-child) {
    border-style: solid;
    border-color: #E0E0E0;
    border-bottom-width: 1px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 16px 30px 16px 45px;
    line-height: 20px;
    -webkit-box-pack:justify;
    -ms-flex-pack:justify;
    justify-content:space-between;
    overflow: hidden;
    max-width: 100%;
    width: 100% !important;
    color: #000;
    transition:none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li a:hover,
  .custom-menu-primary .hs-menu-wrapper>ul li.active>a {
    color: #9E9E9E;
    transform:none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>ul {
    display:none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>ul>li>a {
    font-size: .85em;
  }

  .child-trigger {
    position: absolute;
    right: 9px;
    top: 0;
    width: 50px;
    height: 64px;
    cursor:pointer;
  }

}
.custom-footer {
  padding: 4em;
  position: relative;
}

.custom-footer-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
  background-color: transparent;
  opacity: 0.25;
  mix-blend-mode: overlay;
  transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

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

.footer_col {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.footer_col_inner {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.custom-footer-contact .footer_col_inner {
  margin: 0px 80px 0px 0px;
}

.footer_col .footer_col_inner .f_col_item {
  width:100%;
  position: relative;
}

.footer_col .footer_col_inner .f_col_item:not(:last-child) {
  margin-bottom: 20px;
}

.custom-footer-logo img {
  vertical-align: middle;
  display: inline-block;
  max-width: 33%;
}

.custom-footer-address {
  font-size: 14px;
  font-weight: 500;
}

.custom-footer-menu .hs-menu-wrapper>ul li {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: inherit;
}

.custom-footer-menu .hs-menu-wrapper>ul li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: inherit;
  width: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: left;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.8px;
}

.custom-footer-menu .hs-menu-wrapper>ul li:not(:first-child) {
  margin-top: calc(10px/2);
}

.custom-footer-menu .hs-menu-wrapper>ul li:not(:last-child) {
  padding-bottom: calc(10px/2);
}

.home-page-footer .footer_col_inner {
  padding: 10px;
}

@media (min-width:856px) {
  .custom-footer-contact {
    width: 61.65%;
  }

  .footer-menu-1 {
    width: 20.532%;
  }

  .footer-menu-2 {
    width: 17.456%;
  }
}

@media (max-width:1024px) {
  .custom-footer {
    padding: 50px 20px 50px 20px;
  }

  .footer__container {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .custom-footer-contact .footer_col_inner {
    margin: 0% 15% 0% 0%;
  }

  .custom-footer-menu .hs-menu-wrapper>ul li a {
    font-size:13px;
  }
}

@media (max-width:1024px) and (min-width:856px) {
  .custom-footer-contact {
    width: 35%;
  }

  .custom-footer-menu {
    width: 20%;
  }
}

@media (max-width:855px) {

  .custom-footer {
    padding: 35px 20px 35px 20px;
  }

  .custom-footer-contact {
    width: 100%;
  }

  .custom-footer-contact .footer_col_inner {
    margin: 0px 0px 50px 0px;
    text-align: center;
  }

  .custom-footer-menu {
    width: 50%;
  }

  .custom-footer-menu .hs-menu-wrapper>ul li a {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width:855px) {
  .contact-page-footer .custom-footer-menu {
    width: 100%;
    margin: 0 0 40px;
  }

  .contact-page-footer  .custom-footer-menu.footer-menu-2 {
    margin: 0;
  }

  .home-page-footer .footer_col_inner {
    padding:0;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.team-page-content-section .dnd-section,
.member-cards-section .dnd-section {
  background-color: #F5F4F7;
}

.team-page-content-section .dnd-section {
  background-color: #F5F4F7;
  position: relative;
  padding: 80px 0;
}

.member-cards-section .dnd-section {
  padding:0;
}

.team-page-content-section .dnd-section>.row-fluid {
  position: relative;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: start;
  align-content: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.team-page-content-section .dnd-section .span12 {
  display:block !important;
}

.team-page-content-section .dnd-section .widget-type-rich_text {
  text-align: center;
  color: #343434;
  margin: 0 auto;
}

.team-page-content-section .dnd-section .span12>.widget-type-rich_text {
  text-align: center;
  color: #343434;
  width: 68%;
  max-width: 68%;
  margin: 0 auto;
}

#team_page_content_section2 .dnd-section {
  padding: 60px 0 0;
  text-align: center;
  background-color: #fff;
}

#team_page_content_section2 .widget-type-header {
  margin:0 0 20px;
}

#team_page_content_section2 .widget-type-header h1,
#team_page_content_section2 .widget-type-header h2,
#team_page_content_section2 .widget-type-header h3,
#team_page_content_section2 .widget-type-header h4,
#team_page_content_section2 .widget-type-header h5,
#team_page_content_section2 .widget-type-header h6 {
  margin: 0;
  line-height:1;
}

#team_page_content_section2 .dnd-section .span12>.widget-type-rich_text {
  width: 54%;
  max-width: 54%;
}

.form-section .dnd-section {
  padding: 4em 8em;
}

.form-section .dnd-section>.row-fluid {
  max-width: 705px;
}

.body-container-wrapper .form-section .widget-type-form,
.body-container-wrapper .form-section .widget-type-form form {
  max-width:100%;
  width:100%;
  margin:0;
}

/* form fieldset.form-columns-2 .hs-lastname>label {
  visibility:hidden;
  pointer-events:none;
} */

.form-title:empty {
  display: none;
}

.team-inner-page-content-section .dnd-section {
  position: relative;
  padding: 4em 1rem 3em;
  background-color: #F5F4F7;
}

.hs-about-stefan-braam .team-banner-area {
  padding: 50px 40px 50px 30px;
}

.hs-about-stefan-braam .member-details-wrapper .content-wrap .content-inner {
  margin-left:50px;
}

.contact-page .custom-banner-area {
  background-size: contain;
  background-position: top right;
}

.contact-page-content-section .dnd-section>.row-fluid {
  padding: 0 4em;
  text-align: center;
}

.contact-page-content-section h2 {
  color: #3A3161;
  font-size: 30px;
  margin: 0 0 20px;
  line-height: 1;
}

.cell-therapies-section .dnd-section {
  padding:0;
}

.cell-therapies-section .dnd-section>.row-fluid {
  max-width:995px;
}

#contact_page_content_section2 .dnd-section {
  padding: 4em 1rem 0;
}

#contact_page_content_section2 .dnd-section>.row-fluid {
  padding: 0;
  max-width: 705px;
}

.contact-page .form-section .dnd-section {
  padding-bottom:145px;
}

.approach-page .custom-banner-area {
  background-position: center right;
}

.approach-page .custom-banner-area .banner-content {
  margin: 50px 0px 0px 0px;
}

.approach-page .custom-banner-area .banner-content .content {
  width: 47%;
  max-width: 47%;
}

.content-with-image-section .dnd-section {
  padding: 50px;
  background-color: #F7F7F7;
}

.approach-page h2,
#about_page_content_section2 h2 {
  font-size:30px;
  margin:0;
  line-height:1;
}

.about-page h2,
.full-width-page h2 {
  line-height:1;
  margin:0;
}

.approach-page .dnd-column>.dnd-row:not(:last-child),
.about-page .dnd-column>.dnd-row:not(:last-child),
.full-width-page .dnd-column>.dnd-row:not(:last-child),
.home-page .dnd-column>.dnd-row:not(:last-child),
.career-page .dnd-column>.dnd-row:not(:last-child),
#blog_page_form_section.form-section .dnd-section .dnd-column>.dnd-row:not(:last-child){
  margin:0 0 20px;
}

.content-with-image-section .widget-type-rich_text {
  line-height: 1.563;
  color:#000;
}

.about-page .content-with-image-section .dnd-section {
  padding:4em;
}

.about-page .content-with-image-section .widget-type-rich_text {
  line-height: 25px;
  color:#343434;

}

.content-with-image-section .span6:nth-of-type(2n) .widget-type-space {
  border-left: 1.7px solid #CA0098;
  height: 114px;
}

.about-page .content-with-image-section .span6:nth-of-type(2n) .widget-type-space {
  margin: 2em 0em 0em 0em;
}

.approach-content-section .dnd-section {
  background-color: #F7F7F7;
  padding: 2em;
  text-align: center;
  overflow-x: clip;    
}

.approach-page .cell-therapies-section .dnd-section {
  background-color: #F7F7F7;
  padding-bottom:129px;
}

#approach_page_content_section2 .dnd-section,
#about_page_content_section2 .dnd-section {
  padding: 5em 15px 0;
  text-align: center;
}

#approach_page_content_section2 .dnd-section>.row-fluid,
#about_page_content_section2 .dnd-section>.row-fluid {
  max-width: 705px;
}

.widget-type-linked_image img {
  display:inline-block;
  vertical-align:middle;
}

.about-content-section .dnd-section {
  background-color: #F7F7F7;
  background-image: url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/images/Cellistic_About_S3_blob.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 80% auto;
  padding: 2em 2em 4em 2em;
}

.about-content-section .dnd-section .span12>.widget-type-rich_text {
  text-align: center;
  color: #343434;
  width: 60%;
  max-width: 60%;
  margin:0 auto;
}

.about-two-column-content-section .dnd-section {
  background-color: #26233C;
  background-image: url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/images/Cellistic_About_S3_background.png);
  background-position: top left;
  background-repeat: no-repeat;
  background-size: 89% auto;
  padding:3em 0 0;
}

.about-two-column-content-section .widget-type-header {
  padding: 3em 3em 3em 3em;
}

.about-two-column-content-section .widget-type-rich_text {
  padding: 50px 50px 50px 80px;
  color:#fff;
  line-height:25px;
  font-size:16px;
}

.about-two-column-content-section h3 {
  color: #3A3161;
  font-weight: 500;
}

#about_page_content_section2 .widget-type-rich_text {
  color: #343434;
  font-size: 18px;
}

.about-page .form-section .dnd-section {
  padding-bottom:145px;
}

.home-page h2 {
  font-size:30px;
  line-height:1;
  margin:0;
}

#home_page_content_with_image_section .dnd-section {
  position: relative;
  padding: 4em 0;
  background-color: #26233C;
  color: #fff;
}

#home_page_content_with_image_section .dnd-section>.row-fluid {
  max-width:1080px;
}

#home_page_content_with_image_section .dnd-section .widget-type-cell:not(.span12),
#home_page_two_column_content_section .dnd-section .widget-type-cell:not(.span12){
  padding:10px;
}

#home_page_content_with_image_section .widget-type-space {
  height:37px;
}

#home_page_content_with_image_section .widget-type-linked_image {
  padding-right:20px;
}

#home_page_content_with_image_section h1,
#home_page_content_with_image_section h2,
#home_page_content_with_image_section h3,
#home_page_content_with_image_section h4,
#home_page_content_with_image_section h5,
#home_page_content_with_image_section h6 {
  color:#fff;
}

#home_page_content_with_image_section .widget-type-rich_text {
  color:#fff;
  line-height:1.5;
}

#home_page_content_with_image_section .widget-type-header {
  padding:10px 10px 0;
}

#home_page_content_with_image_section .widget-type-rich_text {
  padding:10px 10px 10px;
}

#home_page_content_with_image_section [class*="span"]:not(.span12) [class*="span"]:not(.span12) {
  padding:0 15px 15px 0;
}

#home_page_two_column_content_section .dnd-section {
  padding: 3rem 15px;
  background-image:url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/images/Cellistic_Home_S4_background-1.png);
  background-position: top right;
  background-repeat: no-repeat;
  background-size: 80em auto;
}

#home_page_two_column_content_section .widget-type-rich_text {
  color:#000;
}

#home_page_two_column_content_section .widget-type-space {
  height: 24rem;
}

#home_page_two_column_content_section h6 {
  font-size:1.2em;
  line-height:1.5;
  margin-top: 0;
  margin-bottom: 0.9rem;
}

#home_page_content_section .dnd-section {
  position: relative;
  padding: 1em 0em 1em 0em;
}

#home_page_content_section .widget-type-rich_text {
  padding:0 50px;
  border-right:1.7px solid #7077E6;
}

.home-page-content-section h5 {
  font-size: 23px;
  line-height: 1;
  margin: 0;
}

#home_page_content_section h5 {
  color:#000;
}

#home_page_content_section2 .dnd-section {
  padding: 0 19em;
  text-align: center;
}

#home_page_content_section2 .dnd-section .widget-type-cell {
  padding: 10px;
}

#home_page_content_section2 .widget-type-header {
  padding:3em 0 0;
}

.home-page .icon-with-content .card-item .card-inner {
  padding:30px;
}

.home-page .icon-with-content .card-item .content-container {
  padding: 0 2em;
}

.home-page .icon-with-content .card-item:nth-of-type(2n) .content-container {
  padding: 0px 20px 0px 16px;
}

.home-page .icon-with-content .card-item:nth-of-type(3n) .content-container {
  padding: 0;
}


#home_page_content_section3 .dnd-section {
  padding: 5em 5em 20px;
  text-align:center;
}

#home_page_content_section3 .dnd-section .widget-type-cell {
  padding:0 8em;
}

.home-page .form-section .dnd-section {
  padding:0 5em 5em;
}

.home-page .form-section .dnd-section>.row-fluid {
  max-width:1000px;
}

.home-page .form-section .dnd-section .widget-type-cell {
  padding:0 8em;
}

.blog-posts-section .dnd-section {
  background-color: #F5F4F7;
  padding: 3em 15px;
}

.image-with-content-section .dnd-section {
  margin-top: 20px;
  margin-bottom: 0px;
  padding: 2em 0em 4em 0em;
  position: relative;
}

.image-with-content-section .dnd-section>.row-fluid {
  max-width: 967px;
}

.team-slider-section .dnd-section {
  padding:4em 0 2em;
  background-repeat: no-repeat;
  background-size: cover;
  background-image:url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/images/Cellistic_Home_S5_team.png);
}

.full-width-page a,
.full-width-page a:hover{
  color: #3A3161;
}

.approach-page .icon-with-content .card-item:nth-of-type(2n) {
  border-left-color: #CA0098;
  border-right-color: #CA0098;
}

.career-page .custom-banner-area .banner-content .content {
  font-size: 24px;
  width: 100%;
  max-width: 100%;
}

.career-page .custom-banner-area .banner-content .content {
  font-size: 24px;
  width: 100%;
  max-width: 100%;
}

.career-page-content-section .dnd-section {
  background-color: #F5F4F7;
  padding: 0;
}

.career-page-content-section .dnd-section .widget-type-rich_text {
  padding: 6em 6em 0 6em;
  text-align: center;
}

#career_page_content_section .dnd-section .widget-type-rich_text {
  color: #3A3161;
}

#career_page_content_section h2 {
  font-size:30px;
  margin-top:0;
  color: #3A3161;
}

.career-page-spacer-section .dnd-section {
  background-color: #F5F4F7;
  padding: 4em;
}

.career-page-spacer-section .dnd-section .widget-type-space {
  height: 50px;
}

.career-page-spacer-section .dnd-section [class*="span"]:not(.span12):not(:first-of-type) .widget-type-space,
.career-page-two-column-section .dnd-section [class*="span"]:not(.span12):not(:first-of-type) .widget-type-space {
  height: 114px;
  border-left: 1.7px solid #7077E6;
}

.career-page-two-column-section .dnd-section {
  background-color: #FFFFFF;
  background-image: url(//21588612.fs1.hubspotusercontent-na1.net/hubfs/21588612/raw_assets/public/Cellistic_June2022/images/Cellistic_About_Career_Background.png);
  background-repeat: no-repeat;
  background-size: contain;
  padding: 4em;
}

.career-page-two-column-section .dnd-section .widget-type-space {
  height: 50px;
}

.career-page-two-column-section .dnd-section h2 {
  margin: 0;
  line-height: 1;
}

.career-page-two-column-section .dnd-section .widget-type-rich_text {
  color: #000000;
  line-height: 1.565;
}

.career-page-two-column-section .dnd-section [class*="span"]:not(.span12):not(:first-of-type) .widget-type-space {
  margin-top:2em;
}

#career_page_content_section2 .dnd-section {
  padding: 0 15px 145px;
  background-color: transparent;
}

#career_page_content_section2 .dnd-section .widget-type-rich_text {
  padding: 0;
  color:#030040;
}

#career_page_content_section2 .dnd-section>.row-fluid {
  max-width: 540px;
}

#career_page_content_section2 .dnd-section a.hs-button {
  padding: 14px 16px 11px 11px;
  font-size: 14px;
  font-weight: 500;
  font-style: normal;
  letter-spacing: 1.5px;
  margin:0;
  background-color:transparent;
}

.what-we-value-section h6 {
  line-height:1.5;
  margin:0 0 .9rem;
}

.what-we-value-section .widget-type-rich_text {
  color:#030040;
}


@media (min-width:856px) {
  .approach-page .icon-with-content .card-item:nth-of-type(n) {
    width: 33%;
  }

  .approach-page .icon-with-content .card-item:nth-of-type(2n) {
    width: 33.664%;
  }

  #home_page_two_column_content_section .span6:first-of-type {
    width: 48.7%;
  }

  #home_page_two_column_content_section .span6:last-of-type {
    width: 51.3%;
  }

}

@media (max-width:1024px) {
  .contact-page .custom-banner-area {
    padding: 5em 4em 5em 4em;
    background-position: top center;
    background-size: 153% auto;
  }

  .contact-page-content-section .dnd-section {
    padding: 3em 0 4em;
  }


  .approach-page .custom-banner-area {
    background-position: 47px 0px;
    background-repeat: no-repeat;
    background-size: 107% auto;
    padding: 5em 4em 5em 4em;
  }

  .approach-page .custom-banner-area .banner-content {
    margin: 70px 0px 0px 0px;
  }

  .approach-page .custom-banner-area .banner-content .content {
    width: 73%;
    max-width: 73%;
  }

  .about-content-section .dnd-section .span12>.widget-type-rich_text {
    width: 77%;
    max-width: 77%;
  }

  .about-two-column-content-section .dnd-section {
    background-size: 100% auto;
    padding: 3em 0em 0em 0em;
  }

  .about-two-column-content-section .widget-type-header {
    padding: 0px 030px 030px 050px;
  }

  .about-two-column-content-section .widget-type-rich_text {
    margin: 150px 0px 0px 0px;
    padding: 40px;
  }

  #about_page_content_section2 .dnd-section {
    padding:0 15px 0;
  }

  #about_page_content_section2 .widget-type-header {
    margin:50px;
  }

  #home_page_content_with_image_section .dnd-section {
    background-size: 436px auto;
  }

  #home_page_content_with_image_section .widget-type-space {
    height: 26px;
  }

  #home_page_content_with_image_section .widget-type-linked_image {
    text-align:right;
  }

  #home_page_content_with_image_section .widget-type-linked_image img {
    width: 80%;
  }

  #home_page_content_with_image_section .widget-type-header {
    padding: 60px 40px 0 40px;
  }

  #home_page_content_with_image_section .widget-type-rich_text {
    padding-left: 40px;
  }

  #home_page_content_with_image_section .widget-type-rich_text {
    padding-right: 40px;
  }

  #home_page_content_with_image_section [class*=span]:not(.span12) [class*=span]:not(.span12):last-of-type {
    padding-right:0;
    padding-bottom:0;
  }

  #home_page_content_with_image_section [class*=span]:not(.span12) [class*=span]:not(.span12):last-of-type .widget-type-rich_text {
    padding-left: 15px;
    padding-right: 60px;
  }

  #home_page_content_with_image_section .dnd-column>.dnd-row:nth-of-type(2) .dnd-row:first-of-type {
    margin: 0;
  }
  #home_page_content_with_image_section .dnd-column>.dnd-row:nth-of-type(2) {
    margin-bottom:5px;
  }

  .blog-posts-section .dnd-section {
    padding: 3em;
  }

  #home_page_two_column_content_section .dnd-section {
    padding: 3em;
  }

  #home_page_two_column_content_section [class*="span"]:not(.span12):first-of-type .widget-type-rich_text {
    padding-right:0 !important;
  }

  #home_page_two_column_content_section .widget-type-header h6 {
    margin-right:108px;
  }

  #home_page_content_section .widget-type-rich_text {
    padding: 60px 60px 60px 60px;
    margin: 0px 0px 0px 50px;
  }

  .image-with-content-section .dnd-section {
    padding: 2em;
  }

  .team-slider-section .dnd-section {
    background-position: center center;
  }

  #home_page_content_section2 .dnd-section {
    padding: 3em;
  }

  #home_page_content_section3 .dnd-section .widget-type-cell {
    padding: 1em 1em 0;
  }

  .home-page .form-section .dnd-section .widget-type-cell {
    padding:0 1em 1em;
  }



}

@media (max-width:1000px) {
  .custom-banner-area .banner-content .content br {
    display:none;
  }

  .career-page .custom-banner-area .banner-content .content br {
    display:initial;
  }
}

@media (max-width:855px) {
  .team-page .custom-banner-area .banner-content .heading h1 {
    font-size:27px;
  }

  .team-page .custom-banner-area .banner-content .heading h1 br {
    display:none;
  }

  .team-page-content-section .dnd-section {
    padding: 50px 30px;
  }

  .team-page-content-section .dnd-section .span12>.widget-type-rich_text,
  #team_page_content_section2 .dnd-section .span12>.widget-type-rich_text {
    width: 100%;
    max-width: 100%;
    text-align: left;
  }

  #team_page_content_section2 .dnd-section {
    padding: 50px 30px 0;
    text-align: left;
  }

  .team-page-content-section h2 {
    font-size:27px;
  }

  .form-section .dnd-section {
    padding: 4em 30px 50px;
  }

  .team-inner-page-content-section .dnd-section {
    padding: 40px 0;
  }

  .hs-about-stefan-braam .team-banner-area {
    padding: 0px;
  }

  .hs-about-stefan-braam .member-details-wrapper .content-wrap .content-inner {
    margin: 40px 30px 0;
  }

  .contact-page .custom-banner-area {
    background-position: 0px 0px;
    background-size: 0% auto;
    padding: 20px 30px 30px 30px;
  }

  .contact-page .custom-banner-area .banner-content {
    margin: 100px 0px 0px 0px;
  }

  .hs-about-elena-matsa .team-inner-page-content-section .dnd-section ,
  .hs-about-eva-damico .team-inner-page-content-section .dnd-section {
    padding:4em 0 3em;
  }

  .contact-page .form-section .dnd-section {
    padding-bottom:44px;
  }

  .contact-page-content-section .dnd-section {
    padding: 20px;
  }

  .contact-page-content-section .dnd-section>.row-fluid {
    padding:0;
  }

  .contact-page-content-section br {
    display:none;
  }


  #contact_page_content_section2 .dnd-section {
    padding:0;
    font-size:17px;
  }

  #contact_page_content_section2 .dnd-section>.row-fluid {
    padding: 30px 50px 0px;
  }

  .contact-page .form-section .dnd-section {
    padding: 30px 30px 44px;
  }

  #contact_page_content_section .widget-type-rich_text {
    padding:0 30px;
  }

  .approach-page .custom-banner-area {
    background-position: 0px 0px;
    background-size: 0% auto;
    padding: 20px 30px 30px 30px;
  }

  .approach-page .custom-banner-area .banner-content {
    margin: 50px 0 0;
  }

  .approach-page .custom-banner-area .banner-content .heading h1 br {
    display: none;
  }

  .approach-page .custom-banner-area .banner-content .content {
    max-width: 100%;
    width: 100%;
    font-size: 18px;
  }

  .approach-page .cell-therapies-section .dnd-section {
    padding-bottom:0;
  }

  .approach-page .content-with-image-section .widget-type-linked_image {
    /* margin-left: -100px; */
    padding-bottom: 50px;
  }

  .content-with-image-section .dnd-section {
    padding: 50px 0 0;
  }

  .content-with-image-section .dnd-section .widget-type-rich_text,
  .content-with-image-section .dnd-section .widget-type-header{
    padding:0 30px;    
  }

  .approach-content-section .dnd-section {
    padding:30px;
  }

  .approach-page .icon-with-content .card-item:nth-of-type(n) .content-container {
    padding:30px;
  }

  .approach-page .icon-with-content .card-item:nth-of-type(3n) .content-container {
    padding:30px 30px 50px;
  }

  #approach_page_content_section2 .dnd-section {
    padding:50px 30px 0;
  }

  #approach_page_content_section2 .widget-type-rich_text {
    padding-top:10px;
  }

  .approach-page .form-section .dnd-section {
    padding-bottom:4em;
  }

  .about-page .form-section .dnd-section {
    padding-bottom:57px;
  }

  .about-page .content-with-image-section .dnd-section {
    padding: 20px 30px;
  }

  .about-page .content-with-image-section .widget-type-linked_image {
    padding:30px 30px 30px 0;
  }

  .about-page .content-with-image-section .dnd-section .widget-type-header, 
  .about-page .content-with-image-section .dnd-section .widget-type-rich_text {
    padding: 0;
  }

  .about-page .content-with-image-section h2 {
    font-size:28px;
  }

  .about-page .content-with-image-section .span6:nth-of-type(2n) .widget-type-space {
    margin: -17px 0px 0px 0px;
  }

  .about-content-section .dnd-section {
    padding: 0 30px 30px;
    background-size: 297px auto;
    background-image: none;
  }

  .about-content-section .dnd-section .span12>.widget-type-rich_text {
    text-align: left;
    width: 100%;
    max-width: 100%;
  }

  .about-two-column-content-section .dnd-section {
    background-position: top left;
    background-size: 828px auto;
    padding: 0;
  }

  .about-two-column-content-section .widget-type-header {
    padding: 30px 60px 30px 30px;
  }

  .about-two-column-content-section .widget-type-header .hs_cos_wrapper_type_header {
    width: 77%;
    max-width: 77%;
    display: block;
  }

  .about-two-column-content-section .widget-type-rich_text {
    margin: 0;
    padding:70px 30px 30px;
  }


  #about_page_content_section2 .dnd-section {
    text-align:left;
    padding: 0;
  }

  #about_page_content_section2 .widget-type-header {
    margin: 50px 30px 0 30px;
  }

  #about_page_content_section2 h2 {
    font-size: 28px;
  }

  #about_page_content_section2 .widget-type-rich_text {
    margin: 0 30px;
  }

  #home_page_content_with_image_section .dnd-section {
    padding: 0;
  }

  #home_page_content_with_image_section .widget-type-linked_image {
    text-align: left;
    width: 100%;
  }

  #home_page_content_with_image_section .widget-type-linked_image img {
    width: 52%;
    padding-left: 20px;
  }

  #home_page_content_with_image_section .widget-type-header {
    padding: 30px 0 0 30px;
  }

  .home-page h2 {
    font-size: 28px;
  }

  #home_page_content_with_image_section .widget-type-rich_text {
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-posts-section .dnd-section {
    padding: 2em 2em 2.65em 2em;
  } 

  #home_page_two_column_content_section .dnd-section {
    padding: 30px 0px 0px 30px;
    background-position: top center;
    background-size: 100% auto;
  }

  #home_page_two_column_content_section .widget-type-space {
    height: .1em;
  }

  #home_page_two_column_content_section [class*="span"]:not(.span12):last-of-type p {
    padding: 20px 0  calc(20px + 0.9rem) 20px !important;
    margin:0;
  }

  #home_page_content_section .dnd-section {
    padding:0;
  }

  #home_page_content_section .widget-type-rich_text {
    margin: 0px 40px 0px 40px;
    padding: 0px 0px 0px 0px;
  }

  .image-with-content-section .dnd-section {
    padding: 0em 4em 4em 4em;
  }

  #home_page_content_section3 .dnd-section {
    padding: 2em 2em 20px;
  }

  .home-page .form-section .dnd-section {
    padding:0 2em 2em;
  }

  #home_page_content_section3 .widget-type-rich_text {
    font-size: 12px;
  }

  #home_page_two_column_content_section .widget-type-header h6 {
    margin:1px 1px calc(1px + .9rem);
  }

  .career-page .custom-banner-area .banner-content .content br {
    display:none;
  }

  .career-page-content-section .dnd-section .widget-type-rich_text {
    padding: 30px 30px 0;
  }

  #career_page_content_section h2 {
    margin-top: .5rem;
  }  

  .career-page-spacer-section {
    display: none;
  }

  .career-page-two-column-section .dnd-section .widget-type-space {
    height:56px;
  }

  #career_page_content_section2 .dnd-section .widget-type-rich_text {
    text-align:left;
  }

  .home-page .icon-with-content .card-item:nth-of-type(2n) {
    border:none;
  }

}

@media (max-width:676px) {

}

@media (max-width:600px) {
  #home_page_content_section .widget-type-rich_text {
    border-style:none;
    text-align:center;
  }

  .home-page-content-section h5 {
    text-align:center !important;
  }  

  #home_page_content_section h5 br {
    display:none;
  }
}