








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

.disable-focus-styles :focus {
  outline: none;
}
/*! 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 */
  -webkit-text-decoration: underline dotted;
          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: 28px;
  margin-left: 2.127659574%;
  *margin-left: 2.0744680846382977%;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
  *zoom: 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .row-fluid [class*='span'] {
    display: block;
    float: left;
    width: 100%;
    min-height: 28px;
    margin-left: 2.564102564%;
    *margin-left: 2.510911074638298%;
    -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;
}

.show-for-sr {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

/* 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 {
  max-width: 1200px;
  padding: 0 20px;
  margin: 0 auto;
}

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

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

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

.dnd-section .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}






html {
  font-size: 16px;
}

body {
  background-color: #FFF;
  color: #252425;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: normal;
  line-height: 1.5;
  text-decoration: none;
  word-break: break-word;
}

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

p {
  margin-bottom: 1rem;
  margin-top: 0;
}

p.lead,
p.intro {
  font-size: 1.25rem;
}

/* Anchors */

a {
  color: #EB4E54;
  font-family: "Open Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  text-decoration: none;
  transition: color 0.1s ease-in;
}

a:hover, a:focus {
  color: #DC3F45;
  text-decoration: underline;
}

a.button:disabled {
  background-color: #E6E6E6;
  pointer-events: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 0.5rem;
  margin-top: 0;
}

h1 {
  color: #252425;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 3.25rem;
  font-style: italic;
  font-weight: normal;
  line-height: 1.12;
  margin-bottom: 1.25rem;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
}

h2 {
  color: #252425;
  font-family: "Libre Baskerville", sans-serif;
  font-size: 1.875rem;
  font-style: italic;
  font-weight: normal;
  line-height: 1.3;
  text-decoration: none;
}

h3 {
  color: #252425;
  font-family: "Open Sans", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 1.1875;
  text-decoration: none;
  text-transform: uppercase;
}

h4 {
  color: #252425;
  font-family: "Open Sans", sans-serif;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: normal;
  letter-spacing: 3px;
  line-height: 1.3;
  margin-bottom: 1.25rem;
  text-decoration: none;
  text-transform: uppercase;
}

h5 {
  color: #252425;
  font-family: "Open Sans", sans-serif;
  font-size: 1.125rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
}

h6 {
  color: #252425;
  font-family: "Open Sans", sans-serif;
  font-size: 1rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 1.5;
  text-decoration: none;
  text-transform: uppercase;
}

/* Lists */

ul {
  list-style-type: disc;
}

ul,
ol {
  margin: 1.5rem 0;
  padding-left: 2.5rem;
}

ul li,
ol li {
  line-height: 1.5rem;
  margin: 0.5rem;
}

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

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

/* Blockquote */

blockquote {
  border-left: 7px solid #EB4E54;
  line-height: 1.5rem;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem;
  padding-left: 0.9375rem;
}

/* Horizontal Rules */

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

code {
  vertical-align: bottom;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}


/* Primary Button */

button,
.button {
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
  text-align: center;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  color: #ffffff;
  font-size: 1rem;
  padding: 12px 36px;
  letter-spacing: 0.05rem;
  -webkit-transition: color 0.15s linear;
  transition: color 0.15s linear;
  background-color: #eb4e54;
  border: none;
  border-radius: 4px;
  white-space: normal;
  line-height: 1.5;
  fill: #ffffff;
}

button:disabled,
.button:disabled {
  background-color: #d0d0d0;
  color: #e6e6e6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #dc3f45;
}

button:active,
.button:active {
  background-color: #f3565c;
}

/* Secondary Buttons */
.button.button--secondary {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  border: 1px solid #FFF;
  fill: #FFF;
  color: #333;
  background-color: #FFF !important;
  border-radius: 4px;
  /* EDITERAT MARS 2025
   * border: 1px solid #eb4e54;  
   * fill: #eb4e54;
  color: #eb4e54;*/
}

.button.button--secondary:hover,
.button.button--secondary:focus,
.button.button--secondary:active {
  border: 1px solid #FFF;
  color: #000;
  fill: #FFF;
  background-color: #FFF;
}

/* Simple Button */

.button.button--simple {
  background-color: transparent;
  border: none;
  border-radius: 0;
  color: #dc3f45;
  font-size: 1rem;
  font-style: normal;
  fill: #dc3f45;
  padding: 0 !important;
  position: relative;
  text-decoration: none;
}

.button.button--simple:after {
  background-color: #dc3f45;
  content: none;
  left: 0;
  position: absolute;
  width: 100%;
}

.button.button--simple:hover,
.button.button--simple:focus {
  background-color: transparent;
  border: none;
  color: #dc3f45;
}

.button.button--simple:active {
  background-color: transparent;
  border: none;
  color: #dc3f45;
}

/* No Button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}

/* Button Sizing */

.button.button--small {
  font-size: 0.875rem;
  padding: 12px 36px;
}

.button.button--large {
  font-size: 1.125rem;
  padding: 12px 36px;
}

/* Button Icons */

.button .button__icon svg {
  fill: inherit;
  display: block;
  height: 1.25rem;
  margin-right: 1rem;
}

.button.button--icon-right .button__icon {
  -webkit-box-ordinal-group: 2;
          order: 1;
}

.button.button--icon-right .button__icon svg {
  margin-right: 0;
  margin-left: 1rem
}


/* Base */
.cta-form {
  display: block;
  width: 100%;
}

form {
  padding: 32px 40px;
  background-color: #ffffff;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
}

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

form fieldset:not(.form-columns-1) > .hs-form-field {
  margin: 0 0 1.25rem;
}

/* Form Title */
.form-title {
  display: block;
  background-color: #eb4e54;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 1.125rem;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: .2em;
  line-height: 1.3;
  -webkit-font-smoothing: auto;
  border: none;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  margin-bottom: 0;
  padding: 20px 20px;
  text-align: center;
}

.form-title ~ div > form {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-top: none;
}

/* Labels */
.hs-form-field > label {
  position: absolute;
  top: 0;
  left: 0.969rem;
  background-color: white;
  color: #252425;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  padding: 4px 6.5px;
  font-size: 1rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
  -webkit-transition: all 0.03s ease-in;
  transition: all 0.03s ease-in;
  border-radius: 4px;
  z-index: 2;
  white-space: nowrap;
}

form div.hs-fieldtype-radio > label,
form div.hs-fieldtype-checkbox > label {
  padding: 0;
}

label.hs-form-radio-display,
label.hs-form-checkbox-display {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 0.875rem;
}

.hs-fieldtype-radio label,
.hs-fieldtype-checkbox label {
  position: static;
  color: #252425;
}

/* Help Text - Legends */

.hs-form-field legend {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 0.875rem;
  color: #252425;
  display: none !important;
}

/* Inputs */

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  -webkit-appearance: none;
      -moz-appearance: none;
  border: 1px solid #d0d0d0;
  padding: 15px 15px;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 1rem;
  color: #252425;
  border-radius: 4px;
  background-color: transparent;
  width: 100% !important;
  box-sizing: border-box;
}

select::-ms-expand {
  display: none;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline: -webkit-focus-ring-color auto 5px;
}

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

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

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

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

::placeholder {
  color: #d0d0d0;
}

select {
  color: #252425;
}

/* Inputs - Checkbox/Radio */

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

form ul.inputs-list li {
  margin: 0.3125rem 0;
}

form ul.inputs-list li input {
  position: absolute;
  left: -9999px;
}

form ul.inputs-list li input + span {
  position: relative;
  padding-left: 1.4375rem;
  display: block;
}

form ul.inputs-list li input + span:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 1rem;
  width: 1rem;
  border: 1px solid #d0d0d0;
  border-radius: 4px;
  box-sizing: border-box;
}

form ul.inputs-list li input[type=radio] + span:before {
  border-radius: 50%;
}

form ul.inputs-list li input + span:after {
  content: "";
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath d='M173.898 439.404l-166.4-166.4c-9.997-9.997-9.997-26.206 0-36.204l36.203-36.204c9.997-9.998 26.207-9.998 36.204 0L192 312.69 432.095 72.596c9.997-9.997 26.207-9.997 36.204 0l36.203 36.204c9.997 9.997 9.997 26.206 0 36.204l-294.4 294.401c-9.998 9.997-26.207 9.997-36.204-.001z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  height: 10px;
  width: 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 3px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
}

form ul.inputs-list li input[type=radio] + span:after {
  content: "";
  background-image: none;
  background-color: black;
  width: 8px;
  height: 8px;
  left: 4px;
  border-radius: 100%;
}

form ul.inputs-list li input + span:hover:after {
  opacity: .2;
}

form ul.inputs-list li input:checked + span:after {
  opacity: 1;
}

form .input ul.invalid.error > li input + span:before {
  border-color: #eb4e54;
}

/* Inputs - Select */

.hs-fieldtype-select .input {
  position: relative;
}

.hs-fieldtype-select .input:after {
  content: '';
  width: 0;
  height: 0;
  border-radius: 4px;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #eb4e54;
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

/* Inputs - Datepicker */

.hs-datepicker button.pika-button.pika-day {
  background: transparent !important;
}

.hs-datepicker button.pika-button:hover {
  background-color: #eb4e54 !important;
}

.hs-datepicker .is-selected button.pika-button {
  background-color: #cd3036 !important;
  box-shadow: none !important;
}

.hs-datepicker .is-selected.is-today button.pika-button {
  color: white;
}

.hs-datepicker .is-today button.pika-button {
  color: #cd3036;
}

.hs_datepicker:before {
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.hs_datepicker:not(.in-focus):before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3e%3cpath fill='%23d0d0d0' d='M0 464c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V192H0v272zm320-196c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM192 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12h-40c-6.6 0-12-5.4-12-12v-40zM64 268c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zm0 128c0-6.6 5.4-12 12-12h40c6.6 0 12 5.4 12 12v40c0 6.6-5.4 12-12 12H76c-6.6 0-12-5.4-12-12v-40zM400 64h-48V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H160V16c0-8.8-7.2-16-16-16h-32c-8.8 0-16 7.2-16 16v48H48C21.5 64 0 85.5 0 112v48h448v-48c0-26.5-21.5-48-48-48z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  height: 15px;
  width: 18px;
}

/* Inputs - File Picker */

.hs-fieldtype-file input[type=file] {
  line-height: 1;
  position: relative;
}

.hs-fieldtype-file:after {
  position: absolute;
  top: 50%;
  right: 1.5em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  pointer-events: none;
}

.hs-fieldtype-file:after {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 640 512'%3e%3cpath fill='%23d0d0d0' d='M537.6 226.6c4.1-10.7 6.4-22.4 6.4-34.6 0-53-43-96-96-96-19.7 0-38.1 6-53.3 16.2C367 64.2 315.3 32 256 32c-88.4 0-160 71.6-160 160 0 2.7.1 5.4.2 8.1C40.2 219.8 0 273.2 0 336c0 79.5 64.5 144 144 144h368c70.7 0 128-57.3 128-128 0-61.9-44-113.6-102.4-125.4zM393.4 288H328v112c0 8.8-7.2 16-16 16h-48c-8.8 0-16-7.2-16-16V288h-65.4c-14.3 0-21.4-17.2-11.3-27.3l105.4-105.4c6.2-6.2 16.4-6.2 22.6 0l105.4 105.4c10.1 10.1 2.9 27.3-11.3 27.3z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  height: 15px;
  width: 18px;
}

.hs-fieldtype-file:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 25px;
  bottom: 5px;
  background-color: white;
  pointer-events: none;
}

/* Headings & Text */

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

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

/* GDPR */

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

/* Validation */

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

.hs-error-msgs li,
.hs-error-msgs li label {
  color: #CC0201 !important;
  font-size: .875rem;
}

.hs-error-msgs li a {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: inherit;
  color: inherit;
  text-decoration: underline;
}

/* Submit */

form input[type=submit] {
  background-color: #eb4e54;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  cursor: pointer;
  padding: 12px 36px;
  text-align: center;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  font-size: 1rem;
  letter-spacing: 0.05rem;
  white-space: normal;
  line-height: 1.5;
  width: 100%;
  max-width: 500px;
  margin: 0.625rem 0;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

form input[type=submit]:hover,
form input[type=submit]:focus {
  background-color: #dc3f45;
}

form input[type=submit]:active {
  background-color: #f3565c;
}

/* Membership forms */

form#hs-membership-form {
  text-align: left;
}

/* Membership placeholders */

#hs-membership-form ::-webkit-input-placeholder {
  color: #d0d0d0;
  opacity: 0;
}

#hs-membership-form ::-moz-placeholder {
  color: #d0d0d0;
  opacity: 0;
}

#hs-membership-form  :-ms-input-placeholder {
  color: #d0d0d0;
  opacity: 0;
}

#hs-membership-form  ::-ms-input-placeholder {
  color: #d0d0d0;
  opacity: 0;
}

#hs-membership-form  ::placeholder {
  color: #d0d0d0;
  opacity: 0;
}

#hs-membership-form  select {
  color: transparent;
}

form#hs-membership-form  .in-focus ::-webkit-input-placeholder {
  opacity: 1;
}

form#hs-membership-form  .in-focus ::-moz-placeholder {
  opacity: 1;
}

form#hs-membership-form  .in-focus :-ms-input-placeholder {
  opacity: 1;
}

form#hs-membership-form  .in-focus ::-ms-input-placeholder {
  opacity: 1;
}

form#hs-membership-form  .in-focus ::placeholder {
  opacity: 1;
}

form#hs-membership-form  .in-focus select {
  color: #252425;
}

/* Membership validation message */
#hs-membership-form a[class*="show-password"] {
  position: absolute;
  bottom: 100%;
  right: 0;
}

#hs-membership-password-requirements ul {
  padding-left: 0;
  margin-bottom: 20px;
}

/* Membership inputs */
#hs-membership-form input[type="checkbox"],
#hs-membership-form input[type="radio"] {
  float: left;
  margin-top: 4px;
}

/* Membership labels */
#hs-membership-form label[for="hs-login-widget-remember"] {
  position: static;
  padding-top: 0;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  #hs-membership-form label[for="hs-login-widget-remember"] {
    margin-top: 12px;
    display: inline-block;
  }
}


table {
  margin-bottom: 1rem;
  border: 1px solid #d0d0d0;
  background-color: #ffffff;
  color: #252425;
}

th,
td {
  padding: 10px 10px;
  vertical-align: top;
  border: 1px solid #d0d0d0;
  
}

thead th,
thead td {
  color: #252425;
  background-color: #ffffff;
  border: 2px solid #d0d0d0;
  border-bottom-width: 2px;
  text-align: left;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #d0d0d0;
}

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





.header {
  background-color: #252425;
  border-bottom: 4px solid #eb4e54;
  position:fixed;
  width:100%;

}

.header__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0px 18px 0px;
 
}

.header__right-column {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
}

/* Site Logo */
.header__site-logo {
  max-width: 180px;
  width: 100%;
  height: auto;
  line-height: 1;
   transition: all 0.5s ease;
}

.header__site-logo img {
  max-width: 100%;
}

.header__site-logo .logo-company-name {
  font-size: 28px;
  color: #fff;
  margin-bottom: 0;
}

/* Site Navigation */

.header__navigation > .header__navigation_primary-nav,
.header__navigation > .header__navigation__secondary-logo {
  visibility: hidden;
  height: 0;
  width: 0;
  opacity: 0;
}

.header__navigation {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  height: 0;
}

.header__navigation:before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 0;
  background-color: rgba(235, 78, 84, 0.95);
  -webkit-transition: height .15s ease-in;
  transition: height .15s ease-in;
}

.header__navigation.open {
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  top: 125px;
}

.header__navigation.open > .header__navigation_primary-nav,
.header__navigation.open > .header__navigation__secondary-logo {
  visibility: visible;
  height: auto;
  width: auto;
  opacity: 1;
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  -webkit-transition-delay: .2s;
          transition-delay: .2s;
}

.header__navigation.open:before {
  height: 100%;
  -webkit-transition: height .35s ease-in 0.00s;
  transition: height .35s ease-in 0.00s;
}

.header__navigation .header__navigation__secondary-logo img {
  position: relative;
  margin-bottom: 30px;
}

.header__navigation--toggle,
.header__close--toggle {
  cursor: pointer;
  fill: #FFF;
  height: 25px;
}

.header__close--toggle {
  height: 33px;
}

.header__navigation--toggle.hide {
  display: none;
}

.header__close--toggle {
  position: relative;
  z-index: 99;
  display: none;
  margin-right: 0;
}

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

/* Language Switcher */

.header__language-switcher {
  padding-right: 30px;
  cursor: pointer;
  position: relative;
}

.header__language-switcher:before {
  content: '';
  position: absolute;
  top: 100%;
  height: 42px;
  width: 100%;
}

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

.header__language-switcher .lang_switcher_class .globe_class {
  background-color: #ffffff;
  border: 1px solid #ffffff;
}

.header__language-switcher .lang_list_class {
  background-color: #fff;
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #252425;
  font-size: 0.8rem;
  top: 42px;
  left: calc(100% - 30px);
  padding-top: 0;
  min-width: 150px;
  text-align: left;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  border: 1.79px solid #d0d0d0;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

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

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

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

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

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  border-bottom: 1px solid #d0d0d0;
  margin: 0;
  padding: 20px 15px;
}

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

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

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

.header__language-switcher .lang_list_class li a {
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: #252425;
}

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

.header__language-switcher--label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
  color: #ffffff;
}

.header__language-switcher--label > div {
  line-height: 1;
}

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

/* Search Bar */


.header__search.open,
.header__language-switcher.open {
  display: block;
  position: absolute;
  top: 75px;
  left: 0;
  right: 0;
  height: calc(100vh - 115px);
  background-color: #252425;
  z-index: 2;
}

.header__search--toggle {
  position: relative;
  cursor: pointer;
  margin: 0 5vw;
}

.header__search--toggle.hide {
  display: none;
}

.header__search--toggle.open {
  display: block;
  margin-right: auto;
  margin-left: 0;
}

.header__search--toggle.open:after {
  display: block;
}

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

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

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

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

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

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

/* Tablet Down Styles */

@media (max-width: 1200px) {
  .header__container {
    padding: 18px 20px;
  }
}


.footer {
  background-color: #ffffff;
}

.footer__container {
  max-width: 1200px;
  margin: 0 auto;
}

.footer__main-bar {
  border-top: 10px solid #eb4e54;
}

.footer__main-bar .footer__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  flex-wrap: wrap;
}

.footer__left {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 40px 20px;
  -webkit-box-align: center;
          align-items: center;
  flex-basis: 100%;
  -webkit-box-flex: 1;
          flex-grow: 1;
}

.footer__main-bar__logo {
  background-color: #eb4e54;
  display: inline-block;
  padding: 20px 17px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.footer__main-bar__logo img {
  max-width: 200px;
  max-height: 200px;
} 

.footer__main-bar__menu {
  margin: 0px 0 35px;
}

.footer__main-bar__menu a {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: none;
  font-size: 1.25rem;
  color: #252425;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  padding: 10px;
}

.footer__main-bar__menu a:hover,
.footer__main-bar__menu a:focus {
  
}

.footer__main-bar__menu a:hover,
.footer__main-bar__menu a:focus {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  font-style: normal;
  text-decoration: underline;
  font-size: 1.25rem;
  color: inherit;
  background-color: transparent;
}

.footer__main-bar__menu a:active {
  background-color: transparent;
}

.footer__main-bar__menu ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center;
}

.footer__main-bar__social {
  display: block;
  text-align: center;
  margin-top: 30px;
}

.footer__right {
  -webkit-box-flex: 1;
          flex: 1 0 100%;
  background-color: #f1f1f1;
  padding: 60px 35px 60px 35px;
  text-align: center;

}

.footer__copyright-bar {

  ;
  font-size: 0.875rem;
  color: #8a8a8;
  padding: 20px;
}

.footer__copyright-bar .footer__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.footer__copyright-bar__secondary-links a {
  display: inline-block;
  padding: 0px 10px;
  font-family: inherit;
  font-style: inherit;
  color: inherit;
}

.footer__copyright-bar__secondary-links a:last-of-type {
  padding-right: 0;
}

.footer .footer__form {
  margin: 0 auto;
  max-width: 450px;
}

.footer .footer__form form {
  margin: 25px auto 0;
  box-shadow: none;
  border: none;
  padding: 0;
  display: block;
  max-width: 80%;
  background-color: transparent;
}

.footer .footer__form .form-title {
  background-color: unset;
  color: #252425;
  padding: 0 0 1rem 0;
}

.footer .footer__form form div.in-focus > label {
  background-color: #f1f1f1;
}

.footer .footer__form form input[type=text],
.footer .footer__form form input[type=email],
.footer .footer__form form input[type=password],
.footer .footer__form form input[type=tel],
.footer .footer__form form input[type=number],
.footer .footer__form form input[type=file],
.footer .footer__form form select,
.footer .footer__form form textarea {
  background-color: #ffffff;
}

@media screen and (min-width: 768px) {
  .footer__main-bar__menu a {
    font-size: 1rem;
  }
}

@media screen and (min-width: 960px) {
  .footer__main-bar .footer__container {
    flex-wrap: nowrap;
  }

  .footer__main-bar__social {
    display: inline-block;
    margin-left: 30px;
    margin-top: 0;
    top: 5px;
    position: relative;
  }

  .footer__left {
    display: initial;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .footer__right {
    padding: 80px 25px 70px 25px;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
        justify-content: flex-end;
    display: flex;
  }

  .footer__main-bar__menu {
    margin: 20px 0;
  }

  
}

@media screen and (min-width: 1024px) {
  .footer__main-bar__menu ul {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
}

@media screen and (min-width: 1200px) {
  .footer__left {
    -webkit-box-flex: 1;
            flex: 1 0 auto;
    padding:   padding: 40px 20px;
  }

  .footer__main-bar__menu li:not(:last-of-type) a {
    margin-right: 25px;
  }

  .footer__main-bar__menu {
    padding-right: 0px;
  }

  .footer__copyright-bar {
    padding: 20px 0;
  }
}

@media screen and (min-width: 1470px) {
  .footer__right {
    -webkit-box-flex: 1;
            flex: 1 0 auto;
  }
}

/* Fixes for internet explorer */

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  svg {
    max-width: 1rem;
  }

  .footer__left {
    align-items: flex-start;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }

  .footer__left .social-links {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;    
  }
}


  .hs-menu-wrapper ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
 font-family: Roboto,sans-serif;
  }

  .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(255, 255, 255, 0.9);
  }





/* Blog Meta - Author/Avatar/Timestamp */
.blog-meta {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.blog-meta__author {
font-family: Sumana,serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
  font-size: 1rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}

.blog-meta__author:hover {

}

.blog-meta__author .author__avatar {
  display: inline-block;
  line-height: 1;
  height: 60px;
  width: 48px;
  -webkit-box-flex: 1;
          flex: 1 0 auto;
  position: relative;
  margin-right: 1rem;
  border-radius: 1%;
  overflow: hidden;
}

.blog-meta__author .author__avatar img {
  width: auto;
  height: 100%;
}
/* Hiding timestamp on blog post listing */
div.hs-blog-listing .blog-meta__timestamp {
  visibility: hidden !important;
}

.blog-meta__timestamp {
  font-family: Sumana,serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
  font-size: 14px;
}


/* Tags/Topics */
.blog-tags {
text-align: center;
margin-bottom: 1.5rem;
}

.blog-tags svg {
  height: 8px;
  margin-right: 9px;
}

.blog-tag {
font-family: Sumana,serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #333;
    font-size: 16px;
  margin: 0.25rem 0.65rem;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
}

.blog-tag a{
font-family: Sumana,serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #333;
    font-size: 16px;

}

.blog-tag:hover,
.blog-tag:focus {
text-decoration:underline;
}

@media screen and (min-width: 780px) {
  .blog-tags {
    max-width: 85%;
    margin: 0 auto 1.5rem;
  }

  .blog-tag {
    font-size: 0.675rem;
  }
}

/* Blog Listing */

.blog-header {
  padding: 6rem 0 2rem;
}

.blog-header__inner {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.blog-header__title {
  font-size: 2.625rem;
}

.blog-header__title span {
  color: #eb4e54;

}

.blog-navigation {
  margin-bottom: 4rem;
}

.blog-navigation .content-wrapper {
display: -webkit-box;
display: flex;
-webkit-box-orient: vertical;
-webkit-box-direction: normal;
        flex-direction: column;
-webkit-box-align: center;
        align-items: center;
-webkit-box-pack: center;
        justify-content: center;
}

.blog-navigation .blog-navigation__text {
  color: #eb4e54;
  text-decoration: none;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  color: #252425;
  font-size: 1rem;
  margin: 2rem 0 1rem;
}

.blog-navigation .blog-navigation__filter,
.blog-navigation .blog-navigation__search {
  width: 75%;
  max-width: 360px;
  margin: 0 auto;
}

.blog-navigation__search form {
  background-color: transparent;
  border: none;
  margin-left: auto;
  padding: 0;
  position: relative;
}

.blog-navigation__search form:before {
  content: '';
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3e%3cpath fill='%23333333' d='M505 442.7L405.3 343c-4.5-4.5-10.6-7-17-7H372c27.6-35.3 44-79.7 44-128C416 93.1 322.9 0 208 0S0 93.1 0 208s93.1 208 208 208c48.3 0 92.7-16.4 128-44v16.3c0 6.4 2.5 12.5 7 17l99.7 99.7c9.4 9.4 24.6 9.4 33.9 0l28.3-28.3c9.4-9.4 9.4-24.6.1-34zM208 336c-70.7 0-128-57.2-128-128 0-70.7 57.2-128 128-128 70.7 0 128 57.2 128 128 0 70.7-57.2 128-128 128z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  height: 40px;
  width: 26px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  pointer-events: none;
}

.blog-navigation__search form input.hs-search-field__input {
    border: none;
    border-bottom: 1px solid #d0d0d0;
    padding: 0.75rem 2.25rem;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  border-color: #d0d0d0;
  background-color: #ffffff;
  padding: 10px;
  z-index: 1;
}

.blog-navigation__search .hs-search-field--open .hs-search-field__suggestions li {
  padding: 5px 0;
}

.blog-index {
}

.blog-index__subheader {
  text-align: center;
  margin-bottom: 3rem;
}

.blog-index__subheader .author-social-links {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.blog-index__subheader .author-social-links a {
  display: inline-block;
  position: relative;
  background-color: #d0d0d0;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  margin: 0 10px;
}
.blog-index__subheader .author-social-links a:hover {
  background-color: #eb4e54;
}
.blog-index__subheader .author-social-links a svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.blog-index__listings,
.blog-related-posts__list {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.blog-index__listings .blog-postcard,
.blog-related-posts__list .blog-postcard {
  -webkit-box-flex: 0;
          flex: 0 1 100%;
  margin-bottom: 30px;
}

.blog-index__listings #hs_cos_wrapper_blog_cta {
  -webkit-box-flex: 0;
          flex: 0 1 100%;
  margin: 75px auto;
}

@media screen and (min-width: 768px) {
  .blog-navigation .blog-navigation__filter,
  .blog-navigation .blog-navigation__search {
    -webkit-box-flex: 0;
            flex: 0 1 100%;
    max-width: unset;
    margin: initial;
  }

  .blog-navigation .content-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }

  .blog-navigation .blog-navigation__text {
    margin: 0 2.5rem;
  }

  .blog-index__listings .blog-postcard,
  .blog-related-posts__list .blog-postcard {
    -webkit-box-flex: 0;
            flex: 0 1 100%;
    margin-bottom: 30px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .blog-index__listings .blog-postcard,
  .blog-related-posts__list .blog-postcard {
    flex: 0 1 40%;
  }
}

@media screen and (min-width: 980px) {
  .blog-navigation .blog-navigation__filter,
  .blog-navigation .blog-navigation__search {
    -webkit-box-flex: 0;
            flex: 0 1 25%;
  }
}

/* Blog Postcard */
.blog-postcard {
  padding: 0px;
  background-color:#f8f8f8;
  text-align: left;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.blog-postcard--no-image .blog-postcard__wrapper > a {
  display: none;
}

.blog-postcard .blog-tags {
  max-width: 95%;
}

.blog-postcard .blog-meta {
  font-size: 14px;
}

.blog-postcard__wrapper > a {
  display: block;
  padding: 40px;
  background-size: 100%;
  background-position: center center;
  position: relative;
}

.blog-postcard__wrapper > a:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  background-color: rgba(0,0,0,0.5);
  opacity: 0;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}


.blog-postcard__wrapper > a .button {
  opacity: 0;
  position: relative;
  -webkit-transition: all 0.15s ease-in;
  transition: all 0.15s ease-in;
}

.blog-postcard__wrapper > a:hover:before,
.blog-postcard__wrapper > a:hover .button {
  opacity: 1;
}

.blog-postcard .blog-tags {
  margin-top: 0.5rem;
}

.blog-postcard__post-details {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.blog-postcard__post-details h2 {
font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #252425;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.blog-postcard__post-details a {
font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #252425;
    font-size: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.blog-postcard__post-details a:hover,
.blog-postcard__post-details a:focus {
  font-weight: inherit;

}

/* Blog Pagination */
.blog-pagination {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
  margin: 65px auto 0;
}

.blog-pagination__link {
  display: -webkit-inline-box;
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .25rem;
  color: #252425;
  font-family: "Open Sans", sans-serif;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  font-size: 0.875rem;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}

.blog-pagination__link.blog-pagination__link--active {
  background-color: #eb4e54;
  color: white;
}

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

.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  background-color: #eb4e54;
  padding: 0;
  width: 45px;
  height: 45px;
}

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

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

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

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: white;
}

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


/* Blog Post */

.blog-header--post {
  position: relative;
  height: 150px;
}

.blog-header--post.blog-header--post--no-image {
  height: 100px;
}

.blog-header--post.blog-header--post--no-image:before {
  display: none;
}

.blog-header--post:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(10, 10, 10, 0.3)
}

.blog-header--post__inner {
  max-width: 1200px;
  position: relative;
  margin: 0 auto;
  height: 150px;
  padding: 3.3rem 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.blog-header--post.blog-header--post--no-image .blog-header--post__inner {
  height: 100px;
  padding: 0 20px;
  -webkit-box-align: center;
          align-items: center;
}

.blog-post {
  max-width: 750px;
  margin: 0 auto;
  padding: 5.625rem 0 4.375rem;
  position: relative;
}

.blog-post__title {
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  color: #252425;
  font-size: 32px;
  line-height: 1.1875;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  text-align: center;
  margin: 2rem 0 2rem;
}

.blog-post .  {
  -webkit-box-pack: center;
          justify-content: center;
  margin: 1rem 0 1.5rem;
}

.blog-meta  {
  -webkit-box-pack: center;

  margin: 1rem 0 1.5rem;
}


.blog-post__social {
  text-align: center;
  margin-bottom: 1.5rem;
}

.blog-post__social .social-links__icon {
  width: 25px;
  height: 25px;
  margin: 0 5px;
}

.blog-post__social .social-links__icon svg {
  height: 10px;
}

.blog-post__body h1,
.blog-post__body h2,
.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  margin-bottom: 1rem;
  font-family: Roboto,sans-serif;
  color: #252425;
  font-weight: 700;
    font-style: normal;
  letter-spacing: 3px;
    text-transform: uppercase;
}

.blog-post__body h1 {
  font-size: 2.25rem;
  font-style: normal;
}

.blog-post__body h2 {
  font-size: 1.5rem;
}

.blog-post__body h3 {
  font-size: 1.125rem;
}

.blog-post__body h4 {
  font-size: 1.5rem ;
}

.blog-post__body h5 {
  font-size: 1.25rem;
}

.blog-post__body h6 {
  font-size: 1rem;
}


.blog-post__body h3,
.blog-post__body h4,
.blog-post__body h5,
.blog-post__body h6 {
  text-transform: none;
  letter-spacing: normal;
}

.blog-post__body blockquote {
  border-left: none; /*7px solid #eb4e54;*/
  margin-top: 3rem;
  margin-bottom: 3rem;
  -webkit-margin-start: 2rem;
          margin-inline-start: 2rem;
  -webkit-margin-end: 3rem;
          margin-inline-end: 3rem;
}

.blog-post__body pre {
  white-space: normal;
}

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

@media screen and (min-width: 780px) {
  .blog-header--post {
    height: 225px;
  }

  .blog-header--post__inner {
    height: 225px;
    -webkit-box-align: end;
            align-items: flex-end;
  }

  .blog-post__title {
    margin: 0 0 1.25rem;
  }

  .blog-post .blog-meta {
    margin: 1rem 0 2.5rem;
  }
}

@media screen and (min-width: 1024px) {
  .blog-header--post {
    height: 325px;
  }

  .blog-header--post__inner {
    height: 325px;
  }

  .blog-post__social {
    text-align: left;
    margin-bottom: 0;
    position: absolute;
    left: -7rem;

  }

  .blog-post__social .social-links {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }

  .blog-post__social .social-links__icon {
    width: 40px;
    height: 40px;
    margin: 10px 0;
  }

  .blog-post__social .social-links__icon svg {
    height: 15px;
  }
}

@media screen and (min-width: 1200px) {
  .blog-header--post__inner {
    padding: 3.3rem 0;
  }

  .blog-header--post.blog-header--post--no-image .blog-header--post__inner {
    padding: 0;
  }
}

/* Blog Comments */
.blog-comments {
  margin-top: 2rem;
}

.blog-comments .comment-reply-to {
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' aria-hidden='true'%3E%3Cg id='layer1'%3E%3Cpath fill='%23000000' d='M8.309 189.836L184.313 37.851C199.719 24.546 224 35.347 224 56.015v80.053c160.629 1.839 288 34.032 288 186.258 0 61.441-39.581 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 45.344-145.012-21.507-183.51-176.59-185.742V360c0 20.7-24.3 31.453-39.687 18.164l-176.004-152c-11.071-9.562-11.086-26.753 0-36.328z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
  background-size: 15px;
  background-position: 20px;
  padding-left: 50px;
  border: 1px solid rgba(0,0,0,0);
}

.blog-comments .comment-reply-to:hover,
.blog-comments .comment-reply-to:focus {
  background-image: url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' aria-hidden='true'%3E%3Cg id='layer1'%3E%3Cpath fill='%23ffffff' d='M8.309 189.836L184.313 37.851C199.719 24.546 224 35.347 224 56.015v80.053c160.629 1.839 288 34.032 288 186.258 0 61.441-39.581 122.309-83.333 154.132-13.653 9.931-33.111-2.533-28.077-18.631 45.344-145.012-21.507-183.51-176.59-185.742V360c0 20.7-24.3 31.453-39.687 18.164l-176.004-152c-11.071-9.562-11.086-26.753 0-36.328z'%3E%3C/path%3E%3C/g%3E%3C/svg%3E");
}

.blog-comments .comment:not(.depth-0) {
  margin-top: 25px;
}

/* Related Posts */

.blog-related-posts {
  margin-bottom: 4.0625rem;
}

.blog-related-posts .content-wrapper {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px;
}

.blog-related-posts .blog-related-posts__title {
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-style: normal;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-size: 1.45rem;
  line-height: 1.3;
  margin-top: 4.25rem;
  margin-bottom: 3.0625rem;
}
.bloggpost-rubrik{font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #333333;
    font-size: 2.25rem;
    letter-spacing: 3px;
    text-transform: uppercase}

.blogg-rubrik h3{font-family: Roboto,sans-serif;
    font-style: normal;
    font-weight: 700;
    text-decoration: none;
    color: #333333;
    font-size: 18px;
    letter-spacing: 3px;
    text-transform: uppercase}

.blogg-rubrik a{font-family: Sumana,serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: none;
    color: #333;
    font-size: 16px;}

.blogg-rubrik a:hover{font-family: Sumana,serif;
    font-style: normal;
    font-weight: normal;
    text-decoration: underline;
    color: #000;
    font-size: 16px;}

@media screen and (min-width: 780px) {
  .blog-related-posts .blog-related-posts__title {
    font-size: 1.25rem;
    margin-top: 6.25rem;
    margin-bottom: 4.0625rem;
  }
}

@media screen and (min-width: 1200px) {
  .blog-related-posts .content-wrapper {
    padding: 0;
  }
}


.wrapped{display:flex;width:100%;max-width:1200px;margin:0 auto;padding-top:30px;}
.wrapped-left{width:70%;padding-right:20px;}
.wrapped-right{width:30%; display:flex; flex-direction:column;padding-left:20px;}


.blogpost-header-title{
text-align:left!important; 
color:#ffffff!important; 
font-family: Roboto,sans-serif!important;
    font-style: normal!important;
    font-weight: 700!important;
    text-decoration: none!important;
    font-size: 60px!important;
    letter-spacing: 0px!important;
    text-transform: uppercase!important;
}

.blog-header-spacing{padding-top:25vh;padding-bottom:35vh;}

.blogpost-header{background-repeat:no-repeat; background-position:center center; background-size: cover;}

@media screen and (max-width: 768px) {
  .wrapped-right{width:100%;padding:0 20px;}
  .wrapped-left{width:100%;padding:0;}
  .wrapped{display:flex;flex-direction:column;padding:20px 0 0 0;}
  .blogpost-header-title{font-size:8.5vw!important;}

}

@media screen and (min-width: 1024px) {
  .wrapped{padding:20px 20px 20px 20px;}
  .wrapped-left{padding:0 10px 0 0;}
  .wrapped-right{padding:0 0 0 10px;}
.blogpost-header-title{font-size:8.5vw;}
}

/**** CUSTOM CSS Added 2024 ****/
/*radavstand lopande text blogginlagg*/
.blog-post__body p {
  line-height: 1.5rem;
}

.blog-post__body > img {
  margin-bottom: 1.2rem;
}


/* Error Pages */

.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%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-family: "Open Sans", sans-serif;
  font-weight: bold;
  font-style: normal;
  text-decoration: none;
  font-size: 40vw;
  color: #F3F6F9;
  z-index: -1;
}

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

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

/* System Pages */

.systems-page {
  margin: 0 auto;
  max-width: 500px;
  padding: 6rem 0;
  text-align: center;
}

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

/* Search Results Page */

.systems-page--left-aligned {
  text-align: left;
}

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

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

.hs-search-results__title {
  font-family: "Libre Baskerville", sans-serif;
  font-weight: normal;
  font-style: italic;
  text-decoration: none;
  font-size: 1.25rem;
  color: #252425;
  margin-bottom: .25rem;
}

.hs-search-results__title:hover {
  text-decoration: underline;
  font-family: "Libre Baskerville", sans-serif;
  font-weight: normal;
  font-style: italic;
}

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

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

/* Forms in System Pages */

.systems-page form ::-webkit-input-placeholder {
 opacity: 1;
}

.systems-page form ::-moz-placeholder {
 opacity: 1;
}

.systems-page form :-ms-input-placeholder {
 opacity: 1;
}

.systems-page form :-moz-placeholder {
 opacity: 1;
}

#email-prefs-form h3 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

#email-prefs-form input[type=text],
#email-prefs-form input[type=email],
#email-prefs-form input[type=password],
#hs_cos_wrapper_password_prompt input[type=password],
#email-prefs-form input[type=tel],
#email-prefs-form input[type=number],
#email-prefs-form input[type=file],
#email-prefs-form select,
#email-prefs-form textarea {
  padding: .969rem !important;
}

#hs_cos_wrapper_password_prompt input[type=password] {
  height: auto !important;
}

#email-prefs-form .checkbox-row {
  margin-bottom: 0.25rem;
}

#email-prefs-form .checkbox-row .fakelabel,
#email-prefs-form .subscribe-options label {
  display: -webkit-box;
  display: flex;
}

#email-prefs-form .subscribe-options label {
  -webkit-box-align: center;
          align-items: center;
}

#email-prefs-form .checkbox-row .fakelabel input,
#email-prefs-form .subscribe-options input {
  margin-right: 0.25rem;
}
#email-prefs-form .checkbox-row .fakelabel input,
#email-prefs-form .checkbox-row .fakelabel span {
  line-height: 1;
}

#email-prefs-form .item-inner {
  margin-bottom: 1.5rem;
}

#email-prefs-form .item-inner > p {
  font-style: italic;
}

/* Password Prompt */

.password-prompt input[type=password] {
  height: auto !important;
  margin-bottom: 20px;
}

/* Backup Unsubscribe */

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

.backup-unsubscribe input[type=email] {
  margin-bottom: 20px;
  padding: 20px 20px !important;
}


.anchor {
    display: block;
    height: 100px;
    margin-top: -100px;
    visibility: hidden;
}