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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 20px;
}


.dnd-section > .row-fluid {
  margin: 0 auto;
  padding-left:65px;
  padding-right:65px;
}

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .dnd-section>.row-fluid{
    padding-left:35px;
    padding-right:35px;
  }
}


@media (max-width: 500px) {
  .dnd-section>.row-fluid{
    padding-left:15px;
    padding-right:15px;
  }
}
/* cyrillic-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKWyV9hmIqOjjg.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: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKWyV9hvIqOjjg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKWyV9hnIqOjjg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKWyV9hoIqOjjg.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKWyV9hkIqOjjg.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: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKWyV9hlIqOjjg.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: 'Open Sans';
  font-style: italic;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKWyV9hrIqM.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: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem6YaGs126MiZpBA-UFUK0Udc1UAw.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: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem6YaGs126MiZpBA-UFUK0ddc1UAw.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem6YaGs126MiZpBA-UFUK0Vdc1UAw.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem6YaGs126MiZpBA-UFUK0adc1UAw.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem6YaGs126MiZpBA-UFUK0Wdc1UAw.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: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem6YaGs126MiZpBA-UFUK0Xdc1UAw.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: 'Open Sans';
  font-style: italic;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem6YaGs126MiZpBA-UFUK0Zdc0.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: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKXGUdhmIqOjjg.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: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKXGUdhvIqOjjg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKXGUdhnIqOjjg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKXGUdhoIqOjjg.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKXGUdhkIqOjjg.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: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKXGUdhlIqOjjg.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: 'Open Sans';
  font-style: italic;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKXGUdhrIqM.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: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKWiUNhmIqOjjg.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: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKWiUNhvIqOjjg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKWiUNhnIqOjjg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKWiUNhoIqOjjg.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKWiUNhkIqOjjg.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: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKWiUNhlIqOjjg.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: 'Open Sans';
  font-style: italic;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKWiUNhrIqM.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: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKW-U9hmIqOjjg.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: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKW-U9hvIqOjjg.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKW-U9hnIqOjjg.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKW-U9hoIqOjjg.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKW-U9hkIqOjjg.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: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKW-U9hlIqOjjg.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: 'Open Sans';
  font-style: italic;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v23/memnYaGs126MiZpBA-UFUKW-U9hrIqM.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: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN_r8OX-hpOqc.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: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN_r8OVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN_r8OXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN_r8OUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN_r8OXehpOqc.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: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN_r8OXOhpOqc.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: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN_r8OUuhp.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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFWJ0bbck.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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFUZ0bbck.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFWZ0bbck.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFVp0bbck.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFWp0bbck.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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFW50bbck.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: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem8YaGs126MiZpBA-UFVZ0b.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: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UNirkOX-hpOqc.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: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UNirkOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UNirkOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UNirkOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UNirkOXehpOqc.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: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UNirkOXOhpOqc.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: 'Open Sans';
  font-style: normal;
  font-weight: 600;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UNirkOUuhp.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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN7rgOX-hpOqc.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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN7rgOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN7rgOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN7rgOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN7rgOXehpOqc.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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN7rgOXOhpOqc.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: 'Open Sans';
  font-style: normal;
  font-weight: 700;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN7rgOUuhp.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: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN8rsOX-hpOqc.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: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN8rsOVuhpOqc.woff2) format('woff2');
  unicode-range: U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}
/* greek-ext */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN8rsOXuhpOqc.woff2) format('woff2');
  unicode-range: U+1F00-1FFF;
}
/* greek */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN8rsOUehpOqc.woff2) format('woff2');
  unicode-range: U+0370-03FF;
}
/* vietnamese */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN8rsOXehpOqc.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: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN8rsOXOhpOqc.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: 'Open Sans';
  font-style: normal;
  font-weight: 800;
  src: url(https://fonts.gstatic.com/s/opensans/v23/mem5YaGs126MiZpBA-UN8rsOUuhp.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: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  line-height:1.66;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}


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

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus, a:active{
  text-decoration: none;
  outline:none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
  line-height:1.3;
}



/* Lists */

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

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

ul.no-list {
  list-style: none;
  padding:0;
  margin:0;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

sttrong{
  color: #009187;
  font-weight:700;
}

img {
  max-width: 100%;
  height: auto;
}
/* Blockquotes */

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

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

::selection {
  background-color: #39b19f;
  color: #fff;
}
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;
}
h3.form-title{
  font-size: 45px;
  text-align: center;
  font-family: Montserrat;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  line-height: 1.3;
}

form{
  max-width:767px;
  margin-bottom:20px;
}

/* Form fields */

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

/* Labels */

form label {
  font-style: normal;
  text-decoration: none;
  display: inline-block;
  line-height: 20px;
  float: none;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 4px;
  font-size: 12pt;
  font-family: Tahoma, 'Trebuchet MS', Verdana, Helvetica, Arial, sans-serif;
  margin: 0;
  background: url(https://19964382.fs1.hubspotusercontent-na1.net/hubfs/19964382/raw_assets/public/Ahola_August2021/images/required.gif) no-repeat top right;
}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
input#hs-pwd-widget-password {
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  display: inline-block;
  float: none;
  width: 100% !important;
  border-style: solid;
  outline:none;
  height:23px !important;
  font-weight: 400;
  padding: 2px;
  font-family: Arial,sans-serif;
  font-size: 13.3333px;
  font-weight: normal;
  line-height: 22px;
  max-width: 100%!important;
  outline:none;
}


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

form textarea{
  width:100%;
  display:block;
}

/* Inputs - checkbox/radio */

.inputs-list:first-child {
  padding-top: 6px;
}

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

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

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

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

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

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

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

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

/* GDPR */

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

/* Validation */

.hs-form-required {
  opacity: 0;
  margin-left: 4px;
}


.hs-error-msg {
  color: #8b0000 !important;
  font-weight: 400;
  margin-top: 0.35rem;
  font: Tahoma,Arial,Helvetica,Verdana,sans-serif;
  font-size: 13px;
  line-height: 1.4;
}

.hs_error_rollup ul.hs-error-msgs label {
  color: #ffffff !important;
  font-weight: 400;
  margin-top: .35rem;
  font-size: 13px;
  line-height: 1.4;
  padding: 3px 2px;
  background: #8b0000;
  display: block;
  width: 100%;
  padding-left: .5em;
  margin-bottom: 1em;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  margin: 0;
  cursor: pointer;
  white-space: normal;
  border-style: solid;
  box-sizing: border-box;
  text-decoration: none;
  outline:none;
  margin: 0;
  margin-top:15px;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  font-size: 16px;
  line-height: 16px;
  font-family: tahoma, arial, helvetica, sans-serif;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

form .hs-input.error{
  border-color:#8b0000;
}

form input[type=text]:focus,
form input[type=email]:focus,
form input[type=password]:focus,
form input[type=tel]:focus,
form input[type=number]:focus,
form input[type=file]:focus,
input#hs-pwd-widget-password:focus{
  outline: -webkit-focus-ring-color auto 1px;
}

@media (max-width:767px){
  form{
    max-width:100%;
  }
}
/* 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;
}

table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
}
.header-wrapper{
  -webkit-box-shadow: 0 0 0px rgb(0 0 0 / 0%);
  -moz-box-shadow: 0 0 0px rgba(0, 0, 0, 0);
  box-shadow: 0 0 0px rgb(0 0 0 / 0%);
  position: relative;
  z-index: 0;
  color: #404040;
  font-weight: 400;
  line-height: 1.66;
  font-family: Open Sans;
  transition: all .3s ease-in-out;
  background-color: #f7f7f7;
  z-index: 999;
}


.custom-menu-primary .custom-menu-inner-wrapper .navigation-primary{
  display: inline-block;
  text-align: center;
  margin: 0 auto;
}

.custom-menu-primary .custom-menu-inner-wrapper .navigation-primary >ul{
  margin: 0;
  padding: 0;
  list-style:none;
  font-weight: 400;
  font-family: Open Sans;
  clear:both;
}


.custom-menu-primary .custom-menu-inner-wrapper .navigation-primary >ul >li{
  transition: height .25s ease,line-height .25s ease;
  -webkit-transition: height .25s ease,line-height .25s ease;
  -moz-transition: height .25s ease,line-height .25s ease;
  -ms-transition: height .25s ease,line-height .25s ease;
  -o-transition: height .25s ease,line-height .25s ease;
  line-height: 125px;
  display: inline-block;
  position: relative;
  list-style-type: none;
  float: left;
  margin: 0;
  padding: 0;
}

.custom-menu-primary .custom-menu-inner-wrapper .navigation-primary >ul >li >a{
  line-height: 20px;
  vertical-align: middle;
  transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
  -webkit-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
  -moz-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
  -ms-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
  -o-transition: color .1s ease-out,background .1s ease-out,border .1s ease-out,height .35s ease,line-height .35s ease;
  font-size: 13px;
  font-weight: 600;
  padding-right: 20px;
  padding-left: 20px;
  text-transform: uppercase;
  letter-spacing: 0px;
  display: inline-block;
  text-align: center;
  text-decoration: none;
  position: relative;
  box-sizing: border-box;
  padding-top: 2px;
  white-space: normal;
}


.custom-menu-primary .custom-menu-inner-wrapper .navigation-primary >ul >li >a:after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  -webkit-transform: scale(0,1);
  -ms-transform: scale(0,1);
  transform: scale(0,1);
  -ms-transform-origin: left center;
  transform-origin: left center;
  -webkit-transform-origin: left center;
  transition: all .15s ease-out;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  opacity: 0;
  box-sizing: border-box;
  background-color: #39b19f;
  color: #ffffff;
}



.custom-menu-primary .custom-menu-inner-wrapper .navigation-primary >ul ul{
  position: absolute;
  top: 100%;
  right: 0;
  padding: 8px 0;
  display: none;
  margin: 0;
  list-style: none;
  left: 20px;
  right: auto;
  z-index:9999;
}

.custom-menu-primary .custom-menu-inner-wrapper .navigation-primary >ul ul li{
  line-height: 1;   
  position: relative;
  display: block;
  list-style-type: none;
}

.custom-menu-primary .custom-menu-inner-wrapper .navigation-primary >ul ul li a{
  font-size: 12px;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 270px;
  display: block;
  position: relative;
  line-height: 18px;
  text-align: left;
  float: none;
  margin: 0;
  padding: 10px 20px;
  transition: all .2s ease-in-out;
  text-decoration: none;
  white-space: normal;
}

.menu-icon{
  float: right;
  right: 20px;
  display: none;
  position: absolute;
  top: 50%;
  margin-top: -18px;
  line-height: 8px;
  cursor: pointer;
  padding: 10px;
  transition: all .15s ease-in-out;
  -webkit-perspective: 1000;
  z-index:12;
}

.css-icon-menu{
  width: 18px;
  height: 18px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.css-icon-menu-line-1{
  background-color: #444444;
  height: 3px;
  margin-bottom: 3px;
  border-radius: 3px;
  display: block;
  position: relative;
  transition: all .2s ease;
}

.css-icon-menu-line-2{
  background-color: #444444;
  height: 3px;
  margin-bottom: 3px;
  border-radius: 3px;
  display: block;
  position: relative;    
  transition: opacity .1s ease;
}

.css-icon-menu-line-3{
  background-color: #444444;
  height: 3px;
  margin-bottom: 3px;
  border-radius: 3px;
  display: block;
  position: relative;
  transition: all .2s ease;
}

.main-nav-side-search {
  display: inline-block;
  margin: 0 0 0 14px;
  vertical-align: top;
  position: relative;
}

.main-nav-side-search i.svg-icon-wrapper{
  top: 2px;
  position: relative;
}

.main-nav-side-search a{
  transition: height .25s ease,line-height .25s ease;
  -webkit-transition: height .25s ease,line-height .25s ease;
  -moz-transition: height .25s ease,line-height .25s ease;
  -ms-transition: height .25s ease,line-height .25s ease;
  -o-transition: height .25s ease,line-height .25s ease;
  color: #444444;
  line-height: 125px;
  display: block;
  font-size: 16px;
  font-weight: 400;
}

.header__logo{
  float: left;
  left: 0;
  transition: height .25s ease,line-height .25s ease;
  -webkit-transition: height .25s ease,line-height .25s ease;
  -moz-transition: height .25s ease,line-height .25s ease;
  -ms-transition: height .25s ease,line-height .25s ease;
  -o-transition: height .25s ease,line-height .25s ease;
  top: 0;
  position: absolute;
  line-height: 125px;
  display: block;
  width: 100%;
}

.header__logo a{
  margin-left: 20px;
  float: left;
  z-index: 30;
  display: inline-block;
  height: 100%;
  position: relative;
}

.header__logo a img {
  max-width: 275px !important;
  width: 275px !important;
  position: relative;
  transition: all .25s ease;
  max-width: 275px;
  display: block;
  height: auto;
  max-height: 100%;
  top: 23px;
}

/* Search Style */

.fullscreen-search-overlay{
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  background-color: rgba(0,0,0,.94);
  text-align: center;
  transition: all ease-in-out .25s;
  z-index: 999;
  color: #404040;
  font-weight: 400;
  line-height: 1.66;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}   

.fullscreen-search-overlay:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -.25em;
}

.fullscreen-search-overlay .fullscreen-close {
  position: absolute;
  right: 50px;
  top: 70px;
  transition: -webkit-transform ease-out .2s;
  transition: transform ease-out .2s;
  transition: transform ease-out .2s,-webkit-transform ease-out .2s;
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  height: 26px;
}

.fullscreen-close:hover{
  -webkit-transform: rotate(
    90deg
  );
  -ms-transform: rotate(90deg);
  transform: rotate(
    90deg
  );
}

.fullscreen-close svg {
  height: 26px;
  fill: #fff;
  width: auto;
}

.fullscreen-search-overlay .fullscreen-search-wrapper {
  display: inline-block;
  max-width: 1000px;
  vertical-align: middle;
  text-align: center;
  font-size: 18px;
  -webkit-transform: scale(.9);
  -ms-transform: scale(.9);
  transform: scale(.9);
  -ms-transform: scale(.9);
  opacity: 0;
  visibility: hidden;
  transition: all ease-in-out .3s;
}

.fullscreen-search-wrapper span {
  font-size: 14px;
  margin-bottom: 40px;
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 1.66;
  display:block;
}

.fullscreen-search-wrapper form{
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
  font-size: 100%;
  display: block;
  width:100%;
  background-color:transparent;
  max-width: 100%;
}

.fullscreen-search-wrapper form input{
  width: 800px !important;
  background-color: transparent !important;
  box-shadow: 0 3px 0 0 rgb(255 255 255 / 10%);
  border: 0;
  text-align: center;
  font-size: 35px;
  padding: 20px;
  color: #fff !important;
  transition: all .3s ease-out;
  box-sizing: border-box;
  outline: 0;
  margin: 0;
  vertical-align: middle;
  margin-bottom: 4px;
  cursor: text;
  line-height: normal;
  border-radius: 0;
  border:none;
  outline:0;
  height: auto !important;
}

.fullscreen-search-wrapper form input:focus{
  outline:none;
}

.fullscreen-search-wrapper form #hs_cos_wrapper_search_svg_icon_{
  cursor:pointer;
}

.fullscreen-search-wrapper form .fullscreen-search-icon {
  font-size: 25px;
  position: absolute;
  right: 15px;
  top: 30px;
  color: #fff;
  color: rgba(255,255,255,.2);
  transition: all .2s ease-out;
}

.fullscreen-search-wrapper form .fullscreen-search-icon svg{
  fill: rgba(255,255,255,.2);
}

.fullscreen-search-wrapper form .fullscreen-search-icon svg:hover{
  fill: rgba(255,255,255,.3);
}

.search-open .fullscreen-search-overlay{
  visibility: visible;
  opacity: 1;
}

.search-open .fullscreen-search-wrapper{
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -ms-transform: scale(1);
}


.search-trigger:hover{
  color: #39b19f;
}

/* End */

@media (min-width:1141px){

  .header-inner-wrapper{
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    width: 100%;
    display: block;
    position: fixed;
    top: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    transition: all .3s ease-in-out;
    right: 0;
    width: 100%;
    z-index: 200;
  }

  header.header.header-wrapper.fixed-header .header__logo{
    line-height: 90px;
  }

  header.header.header-wrapper.fixed-header .header__logo a img{
    max-width: 200px !important;
    width: 200px !important;
    vertical-align:middle;
    display: block;
    height: auto;
    max-height: 100%;
    top: 16px;
  }

  header.header.header-wrapper.fixed-header .custom-menu-primary .custom-menu-inner-wrapper .navigation-primary>ul>li,
  header.header.header-wrapper.fixed-header .header-inner-wrapper,
  header.header.header-wrapper.fixed-header .main-nav-side-search a,
  header.header.header-wrapper.fixed-header  .main-nav-side-search{
    line-height: 91px;
  }

  /*   header.header.header-wrapper.fixed-header .header-bg{
  height: 90px;
  line-height: 90px;
  border-width: 1px;
  border-style:solid;
  position: relative;
  width: 100%;
  z-index: 300;
  transition: height .25s ease,line-height .25s ease;
  -webkit-transition: height .25s ease,line-height .25s ease;
  -moz-transition: height .25s ease,line-height .25s ease;
  -ms-transition: height .25s ease,line-height .25s ease;
  -o-transition: height .25s ease,line-height .25s ease;
  border-top:none;
  border-right:none;
  border-left:none;
} */

  .header-group{
    min-height:126px;
  }
  .custom-menu-primary .custom-menu-inner-wrapper .navigation-primary >ul li:hover ul{
    display:block;
  }

  .custom-menu-primary .custom-menu-inner-wrapper .navigation-primary >ul >li:hover >a:after,
  .custom-menu-primary .custom-menu-inner-wrapper .navigation-primary >ul >li.active-branch >a:after,.custom-menu-primary .custom-menu-inner-wrapper .navigation-primary >ul >li.active-item >a:after{
    -webkit-transform: scale(1,1);
    -ms-transform: scale(1,1);
    transform: scale(1,1);
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 100;
    -khtml-opacity: 100;
    opacity: 100;
    opacity: 1;
  }

  .custom-menu-primary .custom-menu-inner-wrapper .navigation-primary >ul ul:after{
    height: 2px;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index:10;
    background-color: #39b19f;
  }

  /*   .header-bg{
  transition: opacity .2s ease-out;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  -o-opacity: 1;
  opacity: 1;
  background-color: #fff;
  font-family: Open Sans;
} */


  .header-spacing-wrapper{
    position: relative;
    margin: 0 auto;
  }


  .custom-menu-primary{
    text-align: right;
    float: right;
    margin-right: 0px;
    line-height: 4px;
    display: block;
    position: relative;
    margin: 0 auto;
    z-index: 30;
    display: flex;
  }
  span.mk-nav-arrow.mk-nav-sub-closed{
    display:none;
  }
  .header.header-wrapper.fixed-header .header-spacing-wrapper.header__container.clearfix {
    line-height: 90px;
    min-height:90px;
  }
  form.responsive-searchform{
    display:none;
  }
}


@media only screen and (max-width: 1420px){
  .header-spacing-wrapper, .custom-menu-primary{
    width:auto;
  }
}


@media only screen and (max-width: 1140px){
  .custom-menu-primary .custom-menu-inner-wrapper, .main-nav-side-search{
    display:none;
  }

  .menu-icon{
    display:block;
    float: right;
    right: 20px;
    top: 65px;
  }

  .header__logo a img{
    max-width: 200px !important;
    width: 200px !important;
    height: auto;
    max-height: 100%;
    vertical-align: middle;
    top: 34px
  }

  .header-group{
    min-height:126px;
  }

  .mobile-menu-open .custom-menu-inner-wrapper .custom-menu-primary .navigation-primary{
    display:block;
  }

  .mobile-menu-open .custom-menu-inner-wrapper .custom-menu-primary{
    display:block;
  }

  .custom-menu-primary .custom-menu-inner-wrapper .navigation-primary>ul {
    margin: 0;
    padding: 0;
    list-style: none;
    color: #404040;
    font-weight: 400;
    font-family: Open Sans;
    clear: both;
    margin-top: 126px;
    position: relative;
    width: 100%;
    border-top: 1px solid rgba(128,128,128,.2)
  }

  .custom-menu-primary .custom-menu-inner-wrapper .navigation-primary>ul>li{
    float: none;
    height: auto;
    line-height: normal;
    display: block;
    margin: 0;
    position: relative;
    border-bottom: 1px solid rgba(128,128,128,.2);
  }

  .custom-menu-primary .custom-menu-inner-wrapper .navigation-primary>ul>li>a{
    display:block;
    float:none;
    height:auto;
    border-top: 1px solid rgba(255,255,255,.1);
    display: block;
    padding: 14px 20px;
    text-align: left;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 700;
    font-size: 13px;
    line-height: 1;
  }

  .custom-menu-primary{
    display:block;
    float:none;
    height:auto;
    line-height:normal;
  }

  .mobile-menu-open .css-icon-menu-line-1{
    -webkit-transform: rotate3d(0,0,1,
      45deg
    );
    transform: rotate3d(0,0,1,
      45deg
    );
    top: 6px;
    background-color: #444444;
  }

  .mobile-menu-open .css-icon-menu-line-2{
    opacity:0;
  }

  .mobile-menu-open .css-icon-menu-line-3{
    -webkit-transform: rotate3d(0,0,1,
      -45deg
    );
    transform: rotate3d(0,0,1,
      -45deg
    );
    top: -6px;
    background-color: #444444;
  }

  .child-trigger {
    position: absolute;
    top: 0px;
    right: 0;
    width: 100%;
    height: 44px;
    line-height: 44px;
    text-align: center;
    cursor: pointer;
    z-index:9999;
  }

  .mk-nav-arrow {
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    filter: alpha(opacity=@opacity * 100);
    -moz-opacity: 70;
    -khtml-opacity: 70;
    opacity: 70;
    opacity: .7;
    width: 70px;
    height: 44px;
    line-height: 50px;
    color: #444444;
  }

  .custom-menu-primary .custom-menu-inner-wrapper .navigation-primary>ul ul {
    position: static;
    top: 100%;
    display: none;
    margin: 0;
    list-style: none;
    z-index: 9999;
    background: white;
    left: 0px;
    margin: 0;
    padding: 0;
    border-top: 1px solid rgba(128,128,128,.2)
  }

  .custom-menu-primary .custom-menu-inner-wrapper .navigation-primary>ul ul li{
    display: block;
    margin: 0;
    position: relative;
  }

  .custom-menu-primary .custom-menu-inner-wrapper .navigation-primary>ul ul li a{
    font-size: 13px;
    line-height: 13px;
    margin: 0;
    padding: 12px 15px 12px 15px;
    text-align: left;
    text-transform: none;
    font-weight: 400;
    color:#444444;
    width: 100%;
    display: block;
    letter-spacing: normal;
    border-top: 1px solid rgba(255,255,255,.1);
  }

  .custom-menu-primary .custom-menu-inner-wrapper .navigation-primary>ul >li >a .mk-svg-icon{
    fill: #444444 !important;
  }

  .custom-menu-primary .custom-menu-inner-wrapper .navigation-primary>ul >li:hover >a, .custom-menu-primary .navigation-primary>ul ul li:hover a{
    background-color: rgba(0,0,0,.03);
    color:#444444 !important;
  }
  .responsive-searchform {
    margin: 11px 10px;
    position: relative;
    line-height: 24px;
    max-width: 100%;
    color: #404040;
    font-weight: 400;
    font-family: Open Sans;
    display: block;
  }
  .responsive-searchform .text-input {
    width: 100%;
    padding: 12px;
    border: 1px solid rgba(0,0,0,.15);
    background-color: rgba(0,0,0,.02);
    box-shadow: none!important;
    border-radius: 0;
    color: #9e9e9e!important;
    outline: 0;
    margin-bottom: 4px;
    cursor: text;
    transition: all .15s ease-in-out;
    -webkit-perspective: 1000;
    line-height: normal;
    margin: 0;
    vertical-align: middle;
    height:41px !important;
  }

  .responsive-searchform .text-input:focus{
    border: 1px solid rgba(0,0,0,.15);
    outline:none;
  }

  .responsive-searchform .text-input::-webkit-input-placeholder {
    -webkit-text-security: none;
    color: rgb(117, 117, 117);
    direction: inherit !important;
    pointer-events: none !important;
    text-orientation: inherit !important;
    writing-mode: inherit !important;
  }

  .responsive-searchform .text-input::-moz-input-placeholder {
    -webkit-text-security: none;
    color: rgb(117, 117, 117);
    direction: inherit !important;
    pointer-events: none !important;
    text-orientation: inherit !important;
    writing-mode: inherit !important;
  }

  .responsive-searchform .text-input::placeholder {
    -webkit-text-security: none;
    color: rgb(117, 117, 117);
    direction: inherit !important;
    pointer-events: none !important;
    text-orientation: inherit !important;
    writing-mode: inherit !important;
  }


  .responsive-searchform i {
    position: absolute;
    right: 15px;
    bottom: 14px;
  }

  .responsive-searchform i input {
    width: 100%;
    height: 100%;
    background: 0 0;
    border: none;
    outline: 0;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    -webkit-appearance: button;
    line-height: normal;
    border-radius: 0;
    margin: 0;
    vertical-align: middle;
    font-size: 100%;
    background-color: transparent !important;
  }
  .responsive-searchform i svg {
    fill: rgba(0,0,0,.3);
    height: 20px;
    width: 19px;
    vertical-align: middle;
    top: 5px;
    position: relative;
  }
  .custom-menu-primary .custom-menu-inner-wrapper .navigation-primary {
    display: block;
    text-align: center;
    margin: 0 auto;
  }
  .header-spacing-wrapper{
    margin-top:-1px;
  }

}



@media only screen and (max-width: 780px){
  .header__logo a img {
    max-width: 200px !important;
    width:200px !important;
    height: auto;
    max-height: 100%;
  }
}

@media only screen and (max-width: 400px){
  .header__logo a img {
    max-width: 160px !important;
    width:160px !important;
    height: auto;
    max-height: 100%;
    top: 0;
    display: inline;
  }
}
footer.footer{
  font-size: 14px;
  font-weight: 400;
  width: 100%;
  position: relative;
  padding: 23px 0 0;
  z-index: 10;
  display:block;
  line-height: 1.66;
}

.footer__container{
  margin: 0 auto;
}

.footer-container-wrapper{
  padding: 30px 0;
}

.footer-inner-wrapper{
  padding: 0 20px;  
}

.footer-2-3{
  width: 66.66%;
  display: inline-block;
  justify-content: right;
}

.footer-1-3{
  width: 33%;
  display: inline-block;
  vertical-align: top !important;
}

.footer-col-3{
  padding: 0 2%;
  width: 25%;
  float: left;
  min-height: 1px;
}

.footer-2-3 .footer-col-3{
  width: 23%;
}

.footer-1-3 .footer-col-3{
  width: 100%;
  padding: 0;
  float: right;
}

.footer__logo{
  margin-bottom: 51px;
  display: block;
}

.footer__logo a{
  outline: 0 none;
  text-decoration: none;
}

.footer__logo a img{
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  height: auto;
  width: 191px !important;
  margin: 0 auto;
  margin-left: 0;
  margin-top: 6px;
}

#hs_cos_wrapper_CTA_content_ span{
  color: #ffffff !important;
  font-size: 16px !important;
  text-transform: none !important;
  font-weight: 800;
  line-height: 1;
}

.contact-wrapper, .quote-wrapper{
  margin-bottom: 40px;
  display: block;
}

.contact-wrapper h1, .quote-wrapper h1{
  text-transform: uppercase;
  font-size: 14px;
  font-weight: bolder;
  position: relative;
  display: block;
  margin-bottom:18px;
  letter-spacing: 1px;
}

.contact-wrapper span{
  font-size: 14px;
  font-weight: 400;
  line-height:24px;
  font-family: Open Sans;
}

.quote-wrapper p{
  margin-bottom: 20px;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  line-height: 1.66;
  font-size: 14px;
  color: #b5b5b5;
  font-weight: 400;
}


.menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul{
  margin-top: -2px;
}

.menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li:first-child >a{
  text-transform: uppercase;
  font-size: 14px;
  color: #ffffff;
  font-weight: bolder;
  position: relative;
  display: block;
  letter-spacing: 1px;
  cursor:text;
}

.menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li:first-child >a:hover{
  color: #ffffff;
}

.menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li >a{
  font-weight: 400;
  line-height:1.66;
  font-size:14px;
  padding: 0 0 16px;
  display: inline-block;
}


.menu-wrapper .hs_cos_wrapper .hs-menu-wrapper >ul >li:last-chid >a{
  margin-bottom: 20px;
}



.copyright-wrapper p{
  line-height: 16px;
  float: left;
  padding: 25px 0 20px;
  font-size: bold;
  filter: alpha(opacity=@opacity * 100);
  -moz-opacity: 80;
  -khtml-opacity: 80;
  opacity: 80;
  opacity: .8;
  font-size: 11px;
  letter-spacing: 1px;
  margin-bottom:0px;
  margin: 0;
}

.footer-images{
  margin-bottom:0px;
  display:block;
}

.footer-images img {
  max-width: 100%;
  height: auto;
  display: inline;
  float: left;
  margin-right: 1.5em;
  margin-bottom: 1em;
  vertical-align: middle;
  width: 200px !important;
  height: auto;
  border: 0;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}

.footer-image1 img{
  width:98px !important;
}

.footer-image2 img{
  width:127px !important;
}

.footer-image3 img{
  width:94px !important;
}

.footer-image4 img{
  width:80px !important;
}

.footer-image6 img{
  width: 122px !important;
}

.footer-image7 img{
  width: 198px !important;
}

.back-to-top{
  right: 15px;
  opacity: 1;
  background-color: rgba(0,0,0,.2);
  display: block;
  position: fixed;
  bottom: 15px;
  width: 45px;
  height: 45px;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  transition: all .2s ease-in-out;
  z-index: 300;
}

.back-to-top svg{
  position: absolute;
  top: 15px;
  left: 15px;
  fill: #fff;
  height: 16px;
  width: 16px;
}

.back-to-top:hover {
  background-color: rgba(0,0,0,.3);
}

.footer-image3{
  margin-top: -11px;
}

.quote-wrapper{
  margin-top: 1px;
}

@media (min-width:1420px){
  .footer__container{
    width: auto;
  }
}

@media handheld, only screen and (min-width: 1141px){
  .copyright-wrapper p{
    padding-left: 20px;
  }
}

@media handheld, only screen and (max-width: 1140px){
  .copyright-wrapper p{
    padding-left: 20px;
  }
  .back-to-top{
    right: 22px;
    bottom: 72px;
  }
}

@media (max-width:1024px){
  .footer-images img{
    margin-bottom: 1.5em;
  }
}

@media only screen and (max-width: 767px){
  .footer-col-3{
    width: 100%;
  }
  .menu-wrapper{
    margin-bottom:45px;
  }
  .copyright-wrapper p{
    display: block;
    float: none;
    text-align: left;
    clear: both;
    padding: 10px 10px 5px;
    text-align:center;
  }
  .footer-container-wrapper{
    padding-bottom: 37px;
  }
  .quote-wrapper {
    margin-top: 0px;
    margin-bottom: 43px;
  }
  .menu-wrapper .hs_cos_wrapper .hs-menu-wrapper>ul {
    margin-top: 0px;
  }
  .footer-images img{
    margin-bottom: 1em;
  }
  .quote-wrapper p{
    line-height: 24px;
  }
}
/* Menu and simple menu */

.hs-menu-wrapper ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}