










































*, *: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;
}
.dnd-section {
  padding: 60px 20px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

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

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
  justify-content: top !important;
}

@media (max-width: 1919px) {
 /* body{
    font-size: calc(15px + 3*(100vw - 320px)/1600);
  }*/
}


@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WRhyzbi.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459W1hyzbi.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459WZhyzbi.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wdhyzbi.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v14/JTUSjIg1_i6t8kCHKm459Wlhyw.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_dJE3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* cyrillic-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gTD_u50.woff2) format('woff2');
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}
/* cyrillic */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3g3D_u50.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* vietnamese */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gbD_u50.woff2) format('woff2');
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+1EA0-1EF9, U+20AB;
}
/* latin-ext */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gfD_u50.woff2) format('woff2');
  unicode-range: U+0100-024F, U+0259, U+1E00-1EFF, U+2020, U+20A0-20AB, U+20AD-20CF, U+2113, U+2C60-2C7F, U+A720-A7FF;
}
/* latin */
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v14/JTURjIg1_i6t8kCHKm45_c5H3gnD_g.woff2) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

html {
  font-size: 24px;
}

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  text-size-adjust: none;
  text-rendering: geometricPrecision;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #0C1844;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
  line-height: 1.1;
  text-transform: uppercase;
}

h2 {
  font-size: 1.4rem;
  line-height: 1.333333;
}

h3 {
  font-size: 1.1rem;
  line-height: 1.15;
}

h4 {
  font-family: Lato, sans-serif;
  font-size: 1rem;
  line-height: 1.15;
}

h5 {
  font-size: .9rem;
  line-height: 1.15;
  text-transform: uppercase;
}

h6 {
  font-size: .7rem;
  line-height: 1.15;
}



strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;  
  line-height: 1.6;
  padding-left: 1.375rem;
}

ul li,
ol li {}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
}

blockquote {
  position: relative;
  color: #d74a28;
  clear: both;
  padding-left: 3.2rem;
  margin-left: 5rem;
  letter-spacing: -.003em;
  line-height: 1.6;
  border:0;
  padding: 0;
}
blockquote:before {
  content: "”";
  display: block;
  position: absolute;
  left: -5rem;
  top: -1rem;
  font-family: Helvetica Neue;
  font-size: 170px;
  line-height: 1;
}

blockquote p {
  margin:0;
  text-transform: uppercase;
  font-weight: 700;
  line-height: 35px;
}
/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

@media (max-width: 767px) {
  html {
    font-size: 18.0px
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14.399999999999999px
  }
}
form {
  max-width: 100%;
  font-family: Lato, sans-serif;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: normal;
  line-height: 1.1;
  position: relative;
  text-align: center;
  transition: all 0.15s linear;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  border-radius: 6px;
  border-style: solid;
  border-width: 1px;
  font-size: .92rem;
  padding: 15px 53px;
  text-transform: uppercase;

  text-decoration: none;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;

  color: #fff;
}

.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 1.3;
  padding-top: 0;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 16px;  
}
.hs-form-required{
  color: #790000;
  margin-left: 4px;
}

.hs-error-msgs label {
  margin: 16px 0;
  font-weight: 600;
  letter-spacing: normal;
  line-height: inherit;
  font-size:16px;
  color:#790000 !important;
}


.hs-form-field {
  margin-top: 8px;
  margin-bottom: 8px;
}
input#hs-pwd-widget-password{
  height:unset !important;
  margin-top:0 !important;
}
input#hs-pwd-widget-password,
.hs-input {
  display: inline-block;
  width: 100% !important;
  font-size: 16px !important;
  font-weight: normal;
  font-size: inherit;
  font-family: inherit;
  color: #33475b;
  box-sizing: border-box;
  letter-spacing: normal;
  line-height: 1.15;
  padding: 10px 12.5px !important;
  border-radius: 4px;
  border: 2px solid #34537d;
  margin-top: 0;
}

select.hs-input {
  width: 100%;
}

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

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

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;
}
/*
input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}*/

.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;
  text-align: left;
  white-space: 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;
}

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



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

.legal-consent-container {
  margin-top: 10px;
}


.legal-consent-container .hs-richtext {
  margin-top: 8px;
  margin-left: 20px;
  line-height: 1.2;
  color: #494a52;
}
.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

.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-button,
.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: Lato, serif;
}
.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}
/* TODO */



.hs-blog-post .blog-post__body #hs_cos_wrapper_button {text-align: center;}
.hs-blog-post .blog-post__body #hs_cos_wrapper_button a.hs-button {margin: 1.25rem auto 2.5rem;}
/* Missing Template at Path: \'Fulmore_April2020\/css\/_homepage.css\' */
.body-container__landing .dnd-section:nth-child(odd) {
  background-color: transparent
}


.body-container__landing h2 {
  text-transform: none;
}

.body-container__landing h3 {
  text-transform: uppercase;
  color: #000000;
}
.body-container__website .dnd-section:nth-child(odd) {
  background-color: transparent
}
.header {
  background-color: #F8FAFC;
}
.cm-position{
  position: absolute;
  padding: 0 20px;
  top: 0;
  z-index: 999;
  left:0;
  width: 100%;
  transition: all .25s ease;
}
.header__container {
  display: flex!important;
  height: 85px;
  max-width: 100% !important;
}

.header__row-1 {
  display: flex;
}


.header__menu--flex {
  display: flex;
}
#nav-toggle {
  display: none;
}

/* Styles for the Logo */

.header__logo {
  z-index: 1;
  display: inline-block;
  padding: 11.25px 0;
  align-self: center;
}

.header__logo svg {
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 210px;
  max-height: 33px;
  position: relative;
  top: 1px;
}

.toivojohtaminen__logo svg {
  padding: 0;
  width: 100%;
  height: auto;
  max-width: 300px;
  max-height: 47px;
  position: relative;
  top: 10px;
}

.header__column{
  margin-left: auto!important;
  display: flex;
  width:auto !important;
}

.follow .cm-position {
  position:fixed;
  box-shadow: 0 0 9px rgba(0,0,0,.16);
  top: 0;
  transition: all .8s;
}
.hide-nav-bar.follow .cm-position {
  top:-180px;
}
.follow .header__container {
  height: 78px;
}
.logo-orange{
  display:None;
}
.follow .logo-white{
  display:None;
}
.follow .logo-orange{
  display:block;
}
.follow .header__logo svg {
  top: 0px;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {
 
  .header__logo--tablet {
    display: none;
  }
}

/* Mobile Styles */
@media (min-width: 1200px) {
  .header__navigation.header--element.mobile{
    display:None;
  }
}

.no-banner {
  padding-top:85px;
}
.no-banner .header__logo svg.logo-white {
  display: none;
}
.no-banner .header__logo svg.logo-orange {
  display: block;
}

body.no-banner .submenu.level-1 .menu-item .menu-link {
  color: rgba(12,18,24,1.0);
}
body.no-banner .navigation-primary .submenu.level-1 > li.has-submenu > a:after {
  background-image: url(//7111568.fs1.hubspotusercontent-na1.net/hubfs/7111568/Fulmore_April2020/Images/caret-down-dark.svg);
}
@media (max-width: 1199px) {
  .header--toggle.header__navigation--toggle.no-nav{
    display:None !important;
  }
  .header__navigation.header--element.desktop{
    display:None;
  }
  .header__logo {
    position: relative;
    z-index: 0;
  }
  .follow .header__container {
    height: 54px;
  }
  .follow .header__logo svg {
    top: -3px;
  }
  .follow .nav-container.nav-container-sticky .nav-toggle {
    top: 0;
  }
  .header__navigation{
    height: 100vh;
    width: 100vw;
    max-width: 400px;
    position: fixed;
    top: 0;
    right: -400px; 
    transition: all 0.5s;
    display:block;
    padding:100px 0 80px 13.7px; 
    overflow-y: auto;
  }
  .header__navigation.open{
    right:0;
  }

  .header__navigation--toggle{
    position: relative;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 0 7px;
    z-index: 999;
  }

  .hamburger{
    width: 30px;
    height: 30px;
    margin: 0 auto;
    transition: .5s ease-in-out;
    cursor: pointer;
    right: 0;
    padding: 13.3px 18px;
    border: 0 solid transparent;
    position: relative;
  }
  .header__navigation--toggle span {
    display: block;
    height: 5px;
    width: 100%;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    transition: .25s ease-in-out;
    position: absolute;
    transform: rotate(0deg);
  }
  .header__navigation--toggle span:first-child {
    top: 0;
  }
  .header__navigation--toggle span:nth-child(2), 
  .header__navigation--toggle span:nth-child(3) {
    top: 13px;
  }
  .header__navigation--toggle span:nth-child(4) {
    top: 26px;
  }
  .header__navigation--toggle.open span:first-child {
    top: 13px;
    width: 0;
    left: 50%;
  }
  .header__navigation--toggle.open span:nth-child(2) {
    transform: rotate(45deg);
  }
  .header__navigation--toggle.open span:nth-child(3) {
    transform: rotate(-45deg);
  }
  .header__navigation--toggle.open span:nth-child(4) {
    top: 13px;
    width: 0;
    left: 50%;
  }
  .header__column {
    position: relative;
  }
  .header__row-1 {
    padding-top: 0;
  }
  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }
  .open-menu{
    overflow:hidden;
  }
  .open-menu .overlay{
    background-color: hsla(0,0%,100%,.95);
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    z-index: 900;
  }
  .no-banner {
    padding-top:54px;
  }

}
.footer {
  background-color: transparent;
  padding:55px 0 9px;
  overflow:hidden;
}
.footer__container {
  margin: 0 auto;
  max-width: 1140px !important;
  padding:0 15px;
}

/*.footer-heading {
  margin: 1.5rem 0 0.5rem;
}*/
.cm-link-and-social-icons {
  align-items: center;
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cm-ota-link{
  flex: 0 0 16.66667%;
  max-width: 16.66667%; 
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.cm-ota-link a{
  padding: 14px 19px 15px;
  border: 1px solid;
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 10px;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .25s,color .25s;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  text-align:center;
}
.cm-ota-link a:hover {
  outline: none;
}
.cm-footer-social-group{
  position: relative;
  width: 100%;
  padding:10px 15px;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}
.cm-footer-social-group p{
  line-height: 35px;
  margin:0;
  margin-right: 9px;
  vertical-align: bottom;
  position: relative;
  font-size: 13px;
  margin-bottom: 10px;
  display: inline-block;
}
.cm-footer-social-group a{
  font-size: 13px;
  line-height: 19px;
  margin-bottom: 9px;
  margin-right: 4.5px;
  display: inline-block;
  transition: font-weight .25s,color .25s,background-color .25s;
  text-decoration: none;
}
.cm-footer-social-group a svg {
  display: inline-block;
  width: 30px;
  height: 30px;
  fill: currentColor;
}
.cm-footer-address {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.cm-footer-address h4{
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  margin-top:28px;
}
.cm-address-wrapper{
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 30px;
}
.cm-footer-address > div {
  width: 100%;
}
/*.cm-footer-logo,
.cm-footer-heading,
.cm-footer-address-group,
.cm-footer-cta {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin:0 0 15px;
}*/
.cm-address-group {
  flex: 0 0 25%;
  max-width: 25%;
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin:0 0 15px;
}
.cm-address-group p {
  font-size: 13px;
  line-height: 18px;
  margin: 0 0 10px;
  letter-spacing: -.003em;
  margin-top:29px;
}
.cm-address-group p:first-child{
  margin-top:0;
}
.cm-address-group p a{
  font-weight: 700;
}
.cm-footer-logo svg{
  max-width: 140px;
  max-height: 30px;
  margin:0 0 30px;
}

/*.cm-footer-cta {
  margin-top: 2rem;
}*/

.footer-copyright {
  font-size: 13px;
  margin:64px 0 0;
}
.footer-copyright a{
  text-decoration:None;
}


@media screen and (max-width: 1919px){
  .cm-footer-address h4{
    font-size: calc(18px + 4*(100vw - 320px)/1600);
  }
}

@media screen and (max-width: 767px){
  .footer {
    padding: 53px 0 9px;
  }
  .cm-link-and-social-icons {
    margin-right: 0;
    margin-left: 0;
  }
  .cm-ota-link {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .cm-footer-social-group {
    position: relative;
    width: 100%;
    padding: 10px 0;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .cm-footer-address {
    display: flex;
    flex-wrap: wrap;
    margin-right: 0;
    margin-left: 0;
  }
  .cm-address-group {
    flex: 0 0 100%;
    max-width: 100%;
    position: relative;
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin: 0 0 15px;
  }
  .cm-footer-address h4 {
    flex: 0 0 100%;
    max-width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .cm-footer-logo svg {
    margin: 0 0 26px;
  }
}
@media screen and (max-width: 420px){
  .cm-footer-social-group p{
    display:block;
  }
}
/* TODO: Find a better place for this */
.content-wrapper {
  padding: 70px 15px 30px;
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
}

.blog-header__inner {
  max-width: 600px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-header__title {
  font-size: 2rem;
}
.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  margin:0 -15px;
  width:calc(100% + 30px);
}
.blog-index__post{
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  margin-bottom: 50px;
  padding:0 15px;
  font-size:18px;
  line-height:21px;
}
.cm-date {
  color: #343a40;
  margin: 10px 0;
}
.blog-index__post:hover .cm-date {
  color: #2c5697;
}
.blog-index__post-content h2{
  font-size: 22px;
  color: #343a40;
  font-weight: 700;
  margin: 1rem 0 .5rem;
  text-transform: none;
}
.blog-index__post:hover .blog-index__post-content h2{
  color: #2c5697;
}
.blog-index__post-content p{
  color:#000;
}
a.btn-text {
  text-transform: none;
  font-size: 16px;
  padding-left: 48px;
  position: relative;
  transition: background-color .25s,color .25s;
  cursor: pointer;
  margin-bottom: 10px;
  display: inline-block;
  border-radius: 36px;
  font-weight: 700;
  text-decoration: none;
  line-height: 1;
}
a.btn-text .horizontal-line {
  content: " ";
  width: 28px;
  height: 1px;
  display: inline-block;
  margin-right: 20px;
  position: absolute;
  margin-top: auto;
  margin-bottom: auto;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #d74a28;
  transition: all .25s,color .25s;
}
.blog-index__post:hover a.btn-text{
  color: #2c5697;
}
.blog-index__post:hover .horizontal-line {
  width:47px;
  background-color: #2c5697;
}





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


.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 67%;
  transition:all 0.2s;
}
.blog-index__post a:hover .blog-index__post-image {
  opacity: .85;
}
.blog-index__post-image img{
  display:None;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #494a52;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494a52;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

.blog-header__author-avatar {
  height: 200px;
  width: 200px;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0,0,0,0.15);
  margin: 0 auto 1.5rem;
}
.blog-header__author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #000;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 5px;
}
.blog-header__author-social-links a:hover {
  background-color: #494a52;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


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

.blog-post__tags {
  font-family: Lato, sans-serif;
  color: #000;
}
.blog-post__tags svg {
  width: 15px;
  height: auto;
  margin-right: 10px;
}
.blog-post__tag-link {
  font-size: .8rem;
  color: #000;
}

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 100%;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
 
.blog-social {
  max-width: 100%;
  margin: 0 auto;
}


/*             Blog Listing with Sidebar            */
.post-item .page-center{
  display: -webkit-flex; /* Safari */     
  display: flex; /* Standard syntax */
  margin-bottom: 20px;
}
.post-item .page-center .span4, .post-item .page-center .span8 {
-webkit-flex: 1; /* Safari */
-ms-flex: 1; /* IE 10 */
flex: 1; /* Standard syntax */
}
.post-item .page-center .span8 {
flex-basis: 31.914893614%;

}
img.featured-image {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
}
.grecaptcha-badge {
  margin: 0 !important;
}



/*@media screen and (max-width: 1919px) {
  .blog-index__post-content h2 {
    font-size: calc(18px + 4*(100vw - 320px)/1600);
  }
  .blog-index__post-content p{
    font-size: calc(16px + 3*(100vw - 320px)/1600);
  }
}*/


@media screen and (max-width: 1199px) {
  .hs-blog-post .content-wrapper,
  .hs-blog-listing .content-wrapper {
    max-width: 960px;
  }
}

@media screen and (max-width: 991px) {
  .hs-blog-post .content-wrapper,
  .hs-blog-listing .content-wrapper {
    max-width: 720px;
  }
}

@media screen and (max-width: 767px) {
  .hs-blog-post .content-wrapper,
  .hs-blog-listing .content-wrapper {
    max-width: 540px;
  }
  .blog-index__post {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-index__post-image{
    padding-bottom: 0;
    background-image: none !important;
  }
  .blog-index__post-image img {
    display: block;
    width:100%;
  }  
}

@media screen and (max-width: 575px) {
  .hs-blog-post .content-wrapper,
  .hs-blog-listing .content-wrapper {
    max-width: 100%;
  } 
  .hs-form-field {
    overflow: auto;
  }
}
.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}