*, *: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;
}
/* Brand colors */

.blue-primary {
  color: #0e7fe9;
  /*blue-softec default*/
}

.blue-primary-cta {
  color: #007cec;
  /*blue alternate cta*/
}

.blue-primary-alt {
  color: #3574E3;
}

.blue-light {
  color: #F2F5F7;
}

.black-default {
  color: #333333;
  /*black default*/
}

.grey-default {
  color: #777777;
  /*grey default*/
}

.grey-light {
  color: #cccccc;
  /*grey light*/
}

.grey-text-default {
  color: #697886;
  /*grey-softec*/
  /*paragraph grey default on white background*/
}

.white-text {
  color: #ffffff;
  /*paragraph white default on blue or colored background*/
}

.orange-default {
  color: #F9B233;
  /*orange default*/
}

/* Backgrounds */

.bkg-blue-primary {
  background-color: #0e7fe9;
  /*blue-softec default*/
  color: #fff;
}

.bkg-blue-site {
  background-color: #101C2B;
  color: #fff;
}

.bkg-blue-tabs {
  background-color: #2D3F56;
  color: #fff;
}

.bkg-white-site {
  background-color: #ffffff;
  color: #101C2B;
}

.bkg-blue-light {
  background-color: #F2F5F7;
}

/* Layout Integration */

.container-fw,
.content-wrapper.container-fw {
  max-width: none;
  padding: 0;
  width: 100%;
  display: block;
  border: 0px solid orange;
}

.content-wrapper {
  border: 0px solid green;
}

.container-inner {
  max-width: 960px;
  border: 0px solid red;
  margin: 0 auto;
}

.container-inner--row {
  margin-left: -1rem;
  /*18px*/
  margin-left: -1rem;
  /*18px*/
}

/* Responsive Resets */
img {
  max-width: 100%;
}

/* Font Family (global classes) */

.serif-default {
  font-family: 'Spartan', sans-serif;
}

.sans-serif-default {
  font-family: 'Spartan', sans-serif;
}

.playfair,
.playfair * {
  font-family: 'Spartan', sans-serif;
}

.grotesk,
.grotesk * {
  font-family: grotesk;
}

/* Typos (global classes) */

.text-default {
  font-family: 'Spartan', sans-serif;
  font-size: 18px;
  line-height: 32px;
  letter-spacing: normal;
}

.heading {
  font-family: 'Spartan', sans-serif;
}

.h1-default {
  font-size: inherit;
  /*74px*/
}

.h2-default {
  font-size: inherit;
}

.h3-default {
  font-size: inherit;
}

.h4-default {
  font-size: inherit;
}

.h5-default {
  font-size: inherit;
}

.h6-default {
  font-size: inherit;
}

/* Font Face (extra) */

@font-face {
  /* Lovelo */
  font-family: 'Lovelo';
  src: url('https://www.softecspa.com/wp-content/themes/salient/css/fonts/Lovelo_Black.eot');
  src: url('https://www.softecspa.com/wp-content/themes/salient/css/fonts/Lovelo_Black.eot?#iefix') format('embedded-opentype'),
    url('https://www.softecspa.com/wp-content/themes/salient/css/fonts/Lovelo_Black.woff') format('woff'),
    url('https://www.softecspa.com/wp-content/themes/salient/css/fonts/Lovelo_Black.ttf') format('truetype'),
    url('https://www.softecspa.com/wp-content/themes/salient/css/fonts/Lovelo_Black.svg#loveloblack') format('svg');
  font-weight: normal;
  font-style: normal;
}

main#mn {
  /*   height: 100vh; */
}

.slider_right {
  height: 100%;
  width: 300px;
  display: block;
  position: fixed;
  /*   background-color: #8bc2fa; */
  background-color: #4D82C3;
  z-index: 15000;
  top: 0px;
  right: -300px;
  transition: right 1s;
  padding: 0 50px 0 50px;
  color: white;
  /* font-family: Roboto, 'sans-serif'; */
}

.body-container.body-container--blog-index {
  margin-top: 100px;
}

body .navigation-primary a {
  color: #000000;
}

header.header.blog {
  display: flex;
  align-items: center;
  height: 100px;
}

.header_slide {
  transition: background-color 1s, left 1s;
  position: fixed;
  left: 0;
  top: 0;
}

.main_slide {
  filter: brightness(100%);
  transition: filter 1s, left 1s, background-color 1s;
  position: relative;
  left: 0;
  /* top: 80px; */
  top: 0px
}

.slide_no_top {
  top: 0;
}

.slide_no_top.input_width .input {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

.address_right {
  font-size: 0.9rem;
}

.softec_right {
  font-size: 0.9rem;
  /* font-family: 'Roboto', sans-serif; */
  color: white;
  font-weight: bold;
  margin-top: 40px;
  margin-bottom: 14px;
}


.submitted-message {
  color: white;
  text-align: center;
  font-size: 1.5rem;
  padding-top: 36px;
}

.hs_error_rollup label {
  /* color: #f2545b; */
  color: white;
  font-weight: 600;
  font-size: 14px;
  text-align: center;
  margin: 0;
  padding: 0;
  /*   position: absolute;
  top: -23px; */
}

.header__logo--main,
.header__row-1 {
  position: relative;
  transition: left 1s;
  left: 0;
}

.menu-right,
.menu-right-tablet,
.menu-right-mob {
  list-style: none;
  /* margin-top: 40px; */
  margin-top: 100px;
}

.menu-right>li {
  margin-top: 18px;
  margin-left: -40px;
}

.menu-right-tablet>li {
  margin-top: 18px;
  margin-left: -40px;
}

.menu-right-mob>li {
  margin-top: 10px;
  margin-left: -40px;
}


.menu-right>li>a,
.menu-right-tablet>li>a,
.menu-right-mob>li>a {
  color: white;
  /* font-size: 1.3rem; */
  /* font-size: 0.8rem; */
  /*   font-weight: 600;
  margin-bottom: 10px;
  opacity: 0.8;
  transition: opacity 0.2s; */
  font-style: normal;
  font-weight: 700;
  font-size: 28px;
  line-height: 31px;
}

.menu-right-tablet>li>a.active-item {
  /*   font-weight: 600; */
  opacity: 1;
}

.menu-right-mob>li>a.active-item {
  /*  font-weight: 600; */
  opacity: 1;
}

.menu-right>li>a:hover,
.menu-right-tablet>li>a:hover,
.menu-right-mob>li>a:hover {
  opacity: 1;
  /* font-weight: 600; */
}

.menu-right-mob {
  display: none;
}

.menu-right-tablet {
  display: none;
}

.navigation-tablet {
  display: none;
}

#bt_cl_rht {
  display: block !important;
  position: absolute !important;
  left: 39px;
  top: 41px;
}

.content-bottom-newsletter {
  font-style: normal;
  font-weight: 400;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
  color: #FFFFFF;
  height: 60px;
  display: flex;
  align-items: center;
  margin: 0 auto;
}

.content-bottom-newsletter a {
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 12px;
  text-transform: uppercase;
  background: #101C2B;
  color: #FFFFFF;
  text-decoration: none;
}

.content-bottom-newsletter a:hover {
  color: #4D82C3;
  text-decoration: none;
}


footer.footer.blog-footer-softec {
  background-color: #101C2B;
  height: 172px;
}

.content-slider-home {
  overflow: hidden;
  background: #101C2B;
  height: 382px;
}

/* modal */


element.style {
  width: 1903px;
  height: 2779px;
  z-index: 1015;
}
.ui-widget-overlay {
  background: #4d82c3 url(images/ui-bg_flat_0_aaaaaa_40x100.png) 50% 50% repeat-x !important;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-draggable.ui-resizable {
/*     width: 80% !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important; */
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0 0.2em;
  font-family: Spartan, sans-serif;
}

.ui-widget-header {
  border: 1px solid #101c2b !important;
  color: #101c2b !important;
  background: #4d82c3 !important;
}

#dialog.modal-default {
  font-family: Spartan, sans-serif !important;
  overflow-x: hidden;
}

#dialog.modal-default::-webkit-scrollbar {
  width: 15px !important;
}

#dialog.modal-default::-webkit-scrollbar-track {
  background: #101c2b;
}

#dialog.modal-default::-webkit-scrollbar-thumb {
  background: #4d82c3;
}

#dialog.modal-default::-webkit-scrollbar-thumb:hover {
  background: #4d82c3;
}

#dialog.modal-default h2 {
  color: #fff;
  font-size: 26px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  color: #101c2b;
  margin-bottom: 10px;
}

#dialog.modal-default h3 {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 26px;
  color: #101c2b;
  margin-bottom: 10px;
}

#dialog.modal-default p {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  padding: 0;
  margin: 0 0 10px 0;
}

#dialog.modal-default ul li {
  font-size: 16px;
  letter-spacing: 0;
  line-height: 26px;
  padding: 0;
  margin: 0 0 10px 0;
}

#dialog.modal-default ul li a{
  font-weight: bold;
}

#dialog.modal-default p a {
  font-weight: bold;
}

/* search */

.header__search>div.container-inner {
  display: flex;
  /* justify-content: right; */
  justify-content: center;
  align-items: center;
  flex-direction: row-reverse;
}

img.arrow-search {
  position: relative;
  left: 597px;
  top: 10px;
}

/* tag */

.blog-index__taglist h3 {
  font-family: 'Spartan', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #4D82C3;
}

@media (max-width: 1024px) {

  .menu-right {
    display: none;
  }

  .menu-right-tablet {
    display: block;
  }

  .menu-right-mob {
    display: none;
  }

  .navigation-primary {
    display: none;
  }

  .navigation-tablet {
    display: block;
  }

  .menu-right>li>a,
  .menu-right-tablet>li>a,
  .menu-right-mob>li>a {
    font-size: 24px;
    line-height: 27px;
  }

  .menu-right-tablet>li>a.active-item {
    opacity: 1;
  }

  .menu-right-mob>li>a.active-item {
    opacity: 1;
  }

  .menu-right>li>a:hover,
  .menu-right-tablet>li>a:hover,
  .menu-right-mob>li>a:hover {
    opacity: 1;
  }

  #bt_cl_rht {
    display: block !important;
    position: absolute !important;
    left: 39px;
    top: 41px;
  }
}

@media (max-width: 768px) {

  .blog-header__form form input[type="submit"],
  .blog-header__form form .hs-button {
    right: 19px !important;
  }

  .legal-consent-container {
    top: 176px !important;
    left: 40px !important;
  }

}

@media (max-width: 767px) {
  header.header.blog {
    height: 70px;
  }

  .body-container.body-container--blog-index {
    margin-top: 70px;
  }

  .menu-right-mob {
    display: block;
    margin-top: 70px;
  }

  .menu-right {
    display: none;
  }

  .menu-right-tablet {
    display: none;
  }

  .navigation-tablet {
    display: none;
  }

  #bt_cl {
    display: none !important;
  }

  #bt_cl_rht {
    display: block !important;
    position: absolute !important;
    left: 39px;
    top: 25px;
  }

  #bt_sl {
    /* position: relative;
    left:135px; */
    position: absolute;
    right: 0px;
    top: 2px;
    /* top: 8px; */
  }

  .hs_error_rollup label {
    font-size: 13px;
    /* top: 11px; */
  }

  .menu-right>li>a,
  .menu-right-tablet>li>a,
  .menu-right-mob>li>a {
    /* font-size: 32px;
    line-height: 36px; */
    font-size: 22px;
    line-height: 26px;
  }

  .menu-right-tablet>li>a.active-item {
    opacity: 1;
  }

  .menu-right-mob>li>a.active-item {
    opacity: 1;
  }

  .menu-right>li>a:hover,
  .menu-right-tablet>li>a:hover,
  .menu-right-mob>li>a:hover {
    opacity: 1;
  }

  .menu-right-mob>li {
    margin-left: -40px;
    margin-top: 30px;
  }

  .content-bottom-newsletter a {
    font-size: 10px;
    line-height: 16px;
  }

  img.arrow-search {
    position: relative;
    left: 275px;
    top: 5px;
    width: 15px;
    height: 14px;
  }
}

body div.hs-tools-menu {
  right: 0 !important;
  top: 80px !important;
  border: 1px solid red;
}


.whats-new.desktop {
  display: block;
  overflow: hidden;
  padding: 80px 20px 40px 20px;
}

.a-talk-with.desktop {
  display: block;
  overflow: hidden;
  padding: 80px 20px 60px 20px;
}

.a-talk-with.desktop h3,
.a-talk-with.desktop h2,
.a-talk-with.desktop p,
.a-talk-with.desktop p span,
.a-talk-with.desktop div {
  color: #FFFFFF !important;
}

.a-talk-with.desktop .box-text {
  color: #4D82C3 !important;
}

.a-talk-with.desktop p.tags_post-small a {
  color: #FFFFFF !important;
  border: 1px solid #FFFFFF !important;
}

.tabs-main.mobile {
  display: none;
}

.delete-element {
  display: block;
}


.social-box {
  margin: 100px 0 0 0;
  display: block;
}

.social-box a {
  width: 48px !important;
  display: inline-block;
  margin-right: 20px;
}

.social-box a img {
  max-width: 48px !important;
  max-height: 48px !important;
  width: 48px !important;
  height: 48px !important;
}


.area-download {
  padding: 70px 20px 80px 20px !important;
}

.area-download .content-image-1-3 h2 {
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #4D82C3;
  margin-bottom: 40px;
}


@media (max-width: 768px) {

  .whats-new.desktop {
    display: none;
  }

  .a-talk-with.desktop {
    display: none;
  }

  .delete-element {
    display: none !important;
  }

  .tabs-main.mobile {
    display: block;
  }

  .tabs-main.mobile ul.tabs {
    margin: 0;
    padding: 0;
    float: left;
    list-style: none;
    height: 124px;
    width: 100%;
  }

  .tabs-main.mobile ul.tabs li {
    float: left;
    margin: 0;
    cursor: pointer;
    overflow: hidden;
    position: relative;
    width: 50%;
    height: 124px;
    display: flex;
    align-items: center;
  }

  .tabs-main.mobile ul.tabs li:hover {
    /*   background-color: #ccc;
    color: #e64a19; */
  }

  .tabs-main.mobile ul.tabs li h3 {
    font-family: 'Spartan', sans-serif;
    display: flex;
    align-items: center;
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #4D82C3;
  }

  .tabs-main.mobile ul.tabs li.active h3 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #4D82C3;
  }


  .tabs-main.mobile ul.tabs li.tab_last h3 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #ffffff;
  }

  .tabs-main.mobile ul.tabs li.active.tab_last h3 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #ffffff;
  }

  .tabs-main.mobile li.opacity h3 {
    opacity: 0.3;
  }

  .tabs-main.mobile li.active.opacity h3 {
    opacity: 1;
  }

  .tabs-main.mobile li.opacity.tab_last.active h3 {
    opacity: 1;
  }

  .tabs-main.mobile li.active.opacity.tab_last h3 {
    /* opacity: 0.3; */
  }

  .tabs-main.mobile div#tab2 {
    background-color: #2D3F56;
  }

  .tabs-main.mobile ul.tabs li.tab_last {
    background-color: #2D3F56;
  }

  .tabs-main.mobile ul.tabs li.active.tab_last {
    background-color: #2D3F56;
  }

  .tabs-main.mobile ul.tabs li.tab_last.active {
    background-color: #2D3F56;
  }

  .tabs-main.mobile ul.tabs li.tab_last.active h3 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.24em;
    text-transform: uppercase;
    color: #ffffff;
  }

  .tabs-main.mobile .tab_container {
    border-top: none;
    clear: both;
    float: left;
    width: 100%;
    background: #fff;
    overflow: auto;
    margin-bottom: 40px;
  }

  .tabs-main.mobile .tab_content {
    padding: 20px;
    display: none;
  }

  .tabs-main.mobile .acc_active {
    background-color: #666;
    color: #fff;
  }

  .tabs-main.mobile .tab_accordion_heading {
    display: none;
    background-color: #ccc;
    color: #fff;
    margin: 0;
    padding: 5px 20px;
    /* display: block; */
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }

  .tabs-main.mobile div#loadMore1 a.btn-more,
  .tabs-main.mobile div#loadMore2 a.btn-more {
    width: 121px;
    height: 33px;
    background: #4D82C3;
    border-radius: 4px;
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: normal;
    text-align: center;
    letter-spacing: 0.07em;
    color: #000000;
    word-break: normal;
    padding: 10px;
    margin: 20px auto;
    display: block;
  }

  .tabs-main.mobile h3 img.ico-talk {
    display: inline;
    vertical-align: middle;
    width: 40px;
    height: 42px;
    margin: 0 10px 0 20px;
  }

  .tabs-main.mobile h3 img.ico-new {
    display: inline;
    vertical-align: middle;
    width: 40px;
    height: 46px;
    margin: 0 10px 0 20px;
  }

  article.blog-index__post.blog-index__post--small {
    margin-top: 40px;
  }

  .tabs-main.mobile div#tab2 .blog-index__post-content--small h2 {
    color: #FFFFFF;
  }

  .tabs-main.mobile div#tab1 .blog-index__post-content--small div.mobile,
  .tabs-main.mobile div#tab1 .blog-index__post-content--small div.mobile div,
  .tabs-main.mobile div#tab1 .blog-index__post-content--small div.mobile p,
  .tabs-main.mobile div#tab1 .blog-index__post-content--small div.mobile p span {
    font-size: 12px !important;
  }


  .tabs-main.mobile div#tab2 .blog-index__post-content--small div.mobile,
  .tabs-main.mobile div#tab2 .blog-index__post-content--small div.mobile div,
  .tabs-main.mobile div#tab2 .blog-index__post-content--small div.mobile p,
  .tabs-main.mobile div#tab2 .blog-index__post-content--small div.mobile p span {
    color: #FFFFFF !important;
    font-size: 12px !important;
  }

  .tabs-main.mobile div#tab2 .blog-index__post-content p.tags_post-small a {
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 16px;
    text-align: center;
    color: #ffffff;
    border: 1px solid #ffffff;
    border-radius: 3px;
    padding: 5px 12px;
    display: inline-block;
    margin: 0px 5px 10px 0px;
  }

  .tabs-main.mobile div#tab2 .blog-index__taglist .hs_cos_wrapper_type_post_filter ul li a:hover,
  .tabs-main.mobile div#tab2 .blog-post__taglist .hs_cos_wrapper_type_post_filter ul li a:hover {
    color: inherit;
    background: #4D82C3;
    color: #ffffff;
    transition: background-color 0.5s;
    border: 1px solid #4D82C3;
  }

  .area-download .content-image-1-3 h2 {
    font-size: 16px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}

@media (max-width: 376px) {
  .content-slider-txt-3card .content-module.txt-3card .content-box h2.box-title a {
    height: 70px !important;
  }
}
/* 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%;
    -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: 28px;
        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: 28px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section {
  padding: 80px 20px;
}

.dnd-section > .row-fluid {
  margin: 0 auto;
  max-width: 1200px;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    /* padding: 0; */
  }
}
/* Globals */
html {
  font-size: 18px; /*24px;*/
  scroll-behavior: smooth;
}

@media (max-width: 767px) {
  html {
    font-size: 18px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
}

body {
  color: #697886; /*grey-softec*/ /*legacy: #494A52*/
  /* font-family: 'Roboto', sans-serif; */ /*'Open Sans'*/
  line-height: 1.4;
  font-family: 'Spartan', sans-serif;
}

/* Paragraphs */

p {
  /* font-family: 'Roboto', sans-serif; */
  font-family: 'Spartan', sans-serif;
  font-size: 1rem; /*18px*/
  line-height: 1.78rem; /*32px*/
  margin: 0 0 1.4rem;
}

@media (max-width: 768px) {
  p {
    font-size: 16px;
  }

  .blog-post .blog-post__body ul li {
    font-size: 16px;
    line-height: 1.78rem;
  }

  .blog-post .blog-post__body ol li {
    font-size: 16px;
    line-height: 1.78rem;
  }
}

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0e7fe9; /*blue-softec*/ /*legacy: #0270E0*/
  cursor: pointer;
  text-decoration: none;
}

a:hover, a:focus {
  color: #000;
  text-decoration: none; /*legacy: underline;*/
}

.bkg-blue-primary a {
  color: #fff;
  font-weight: 500;
}

.bkg-blue-primary a:hover,
.bkg-blue-primary a:focus {
  color: #000;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #494A52;
  font-family: 'Spartan', sans-serif;
  /* font-family: 'Playfair Display', serif; */ /*legacy: Merriweather*/
  font-weight: 700;
  margin: 0 0 1.4rem;
  word-break: break-word;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
}

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid #A9A9A9;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}

/* Subscripts and superscripts */

sup,
sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

:focus {
  outline: auto;
  outline-color: green;
}

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}

/* Softec overrides */
.softec-cta {
/*   font-family: 'Roboto', sans-serif; */
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2.5px;
  border-radius: 1px;
	background-color: #ffffff;
	border: 2px solid #007cec;
	color: #007cec;
}

.softec-cta:hover,
.softec-cta:focus {
	background-color: #007cec;
	border: 2px solid #007cec;
	color: #ffffff;
}

.softec-cta-alt {
/*   font-family: 'Roboto', sans-serif; */
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2.5px;
  border-radius: 1px;
	background-color: #007cec;
	border: 2px solid #e6e6e6;
	color: #ffffff;
}

.softec-cta-alt:hover,
.softec-cta-alt:focus {
	background-color: #ffffff;
	border: 2px solid #e6e6e6;
	color: #000000;
}

.blog-post__cta-button,
.blog-post .blog-post__body .hs-cta-wrapper .blog-post__cta-button {
/*   font-family: 'Roboto', sans-serif; */
  /* font-size: 14px;
  font-weight: 900;
  letter-spacing: 2.5px;
  line-height: 1.2em !important;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  color: #fff;
  background-color: #007cec;
  border: 2px solid #007cec;
  border-radius: 1px;
  width: auto;
  height: auto;
  min-height: 36px;
  max-width: 192px !important;
  padding: 6px 18px;
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;   */
}

.blog-post__cta-button:hover,
.blog-post__cta-button:focus,
.blog-post .blog-post__body .hs-cta-wrapper .blog-post__cta-button:hover,
.blog-post .blog-post__body .hs-cta-wrapper .blog-post__cta-button:focus {
/* 	background-color: #ffffff !important;
	border: 2px solid #007cec !important;
	color: #007cec !important; */
}

input.hs-button.primary,
input.hs-button.primary.large,
a.cta_button.blog-post__cta-button {
/*   text-decoration: none;
  background-color: transparent;
  color: #101c2b;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  padding: 13px 56px 13px 10px;
  border: 2px solid #101c2b;
  display: block;
  margin: 0; */
}

input.hs-button.primary:hover,
input.hs-button.primary.large:hover,
a.cta_button.blog-post__cta-button:hover {
/*   text-decoration: none;
  background-color: #101c2b;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  line-height: 17px;
  padding: 13px 56px 13px 10px;
  border: 2px solid #101c2b;
  margin: 0 */
}

/*
a#cta_button_7472122_1bfe8838-cc5f-40c5-a624-b39120078c29 {
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
  -moz-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  user-select: none;
  -moz-transition: all .4s ease;
  -webkit-transition: all .4s ease;
  -o-transition: all .4s ease;
  transition: all .4s ease;

  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2.5px;
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  color: #fff;
  background-color: #007cec; //#3574e3//
  border-radius: 1px;
  border: 2px solid #007cec;
  width: auto;
  height: auto;
  min-height: 36px;
  max-width: 300px;
  padding: 6px 18px;
  display: flex;
  align-content: center;
  align-items: center;
  margin-top:20px;
  margin-bottom:20px;
}
*/
/* Form */

form {
  /* max-width: 500px; */
  /*  font-family: 'Roboto', sans-serif; */
}

.hs-form-field {
  margin-bottom: 0;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
  width: 597px;
  margin: 0 auto;
}


input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: #FFF;
  border: 2px solid #D1D6DC;
  border-radius: 1px;
  /*3px;*/
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

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-color: rgba(82, 168, 236, 0.8);
}

fieldset {
  max-width: 100% !important;
}

::-webkit-input-placeholder {
  color: #BFBFBF;
}

::-moz-placeholder {
  color: #BFBFBF;
}

:-ms-input-placeholder {
  color: #BFBFBF;
}

:-moz-placeholder {
  color: #BFBFBF;
}

::placeholder {
  color: #BFBFBF;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.inputs-list>li {
  display: block;
  /* margin: 0.7rem 0; */
  padding: 0;
  width: 100%;
  margin: 0;
}

.inputs-list input,
.inputs-list span {
  /*   font-size: 0.875rem;
  vertical-align: middle; */
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  border: none;
  cursor: pointer;
  height: auto;
  line-height: normal;
  /*  margin-right: 0.35rem;
  padding: 0;
  width: auto;
margin-top: 8px; */
  width: 24px;
  height: 24px;
  background: #FFFFFF;
  border: 2px solid #406DA6;
  border-radius: 4px;
}

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content: '\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

.fn-date-picker td.is-selected .pika-button {
  background: #343A40;
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover {
  background-color: #343A40 !important;
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

input[type=file] {
  background-color: transparent;
  border: initial;
  box-shadow: none;
  line-height: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  /*   font-size: 0.8rem;
  margin: 0 0 1.4rem;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5em;
  position: relative;
  top: -70px;
  font-weight: bold; */
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 32px;
  display: flex;
  align-items: center;
  text-align: center;
  color: #FFFFFF;
}

form .hs-richtext img {
  max-width: 100% !important;
}

form .header {
  background-color: transparent;
  border: none;
}

/* GDPR */
.legal-consent-container {
  /* position: relative;
  top: -35px; */
  position: absolute;
  top: 140px;
  /* left: 330px; */
  left: 163px;
}

.legal-consent-container .hs-form-booleancheckbox-display {
  position: relative;
  /* top: -8px; */
  display: flex;
  align-items: center;
}

.legal-consent-container .hs-form-booleancheckbox-display>span,
.legal-consent-container .hs-form-booleancheckbox-display>span p,
.legal-consent-container .hs-form-booleancheckbox-display>span p>a {
  /*   font-size: 0.82rem;
  margin-left: 0.3rem !important;
  font-weight: bold;
  color: rgba(255, 255, 255, 0.8); */
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  /*  line-height: 11px; */
  line-height: 19px;
  text-transform: uppercase;
  color: #101C2B;
  margin-top: 3px;
}

.legal-consent-container .hs-form-booleancheckbox-display>span p>a:hover {
  text-decoration: none;
}

.legal-consent-container .hs-form-booleancheckbox-display>span.hs-form-required {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 11px;
  color: #101C2B;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
  margin-left: 10px !important;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
  width: 26px !important;
}

.hs_consenso_newsletter_landing li.hs-form-booleancheckbox {
  cursor: pointer;
}

.hs_consenso_newsletter_landing li.hs-form-booleancheckbox input.hs-input {
  /* width: 24px !important; */
  width: 25px !important;
  height: 36px !important;
}

@-moz-document url-prefix() {
  .hs_consenso_newsletter_landing li.hs-form-booleancheckbox input.hs-input {
    width: 22px !important;
  }
}

.hs_consenso_newsletter_landing li.hs-form-booleancheckbox label {
  display: flex;
  align-items: center;
}

.hs_consenso_newsletter_landing li.hs-form-booleancheckbox .hs-input[type=checkbox] {
  margin-top: -1px;
}

.hs_consenso_newsletter_landing li.hs-form-booleancheckbox span {
  color: #494A52;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px;
  text-transform: uppercase;
  margin-top: 3px;
  cursor: pointer;
  margin-left: 10px;
}

/* Validation */

.hs-form-required {
  /* color: #45e2d4; */
}

.hs-email .hs-form-required {
  opacity: 0;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51 !important;
  font-family: 'Roboto', sans-serif !important;
  margin-top: 0.35rem;
  font-weight: 600;
  font-size: 16px !important;
  display: none;
}

.hs-form .hs-error-msgs label>a {
  display: none;
}

.dnd-module .no-list .hs-error-msg {
  display: block;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;

    {
    # default "Get Free Widget" form (renders when no form is passed to the form HubL tag) is an anchor (a.hs-button) rather than a real input,
    so it needs explcit css to avoid link styling #
  }

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #21222A;
  border-color: #21222A;

    {
    # see "no form selected" note above #
  }

  color: #FFF;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

    {
    # see "no form selected" note above #
  }

  color: #FFF;
}

/* Captcha */
.hs_recaptcha {
  display: none;
}

.grecaptcha-badge {
  margin: 0 auto;
}

@media (max-width: 1024px) {
  .legal-consent-container {
    /* position: relative;
    top: -35px; */
    position: absolute;
    top: 145px;
    left: 20px;
  }

  .input {}
}


@media (max-width: 767px) {

  form .hs-richtext p {
    text-align: left;
    font-size: 0.8rem;
    top: -67px;
  }
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 1.4rem;
}

tbody + tbody {
  border-top: 2px solid #DEE2E6;
}

/* Table Cells */

th,
td {
  border: 1px solid #DEE2E6;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}
.hs-menu-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin-bottom: 0;
  padding-left: 0;
}

.hs-menu-item a {
  color: rgba(0, 0, 0, 0.5);
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  color: rgba(0, 0, 0, 0.7);
  text-decoration: none;
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* Header container */

.header,
.softec-blog .header {
  background-color: white;
  height: auto;
  position: fixed;
  z-index: 9999;
  width: 100%;
  border-bottom: 1px solid #dbdbec;
}

.header__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 80px;
  /*max-width: 1000px; overrides content-wrapper*/
  width: 100%;
  max-width: 100%;
  padding: 0 28px;
}

.header__row-1,
.header__row-2 {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  /* margin-left: 30px; */
}

.header__row-1 {
  padding-top: 1em;
}

.header__navigation.header--element {
  line-height: 1em;
}

/* Logo */

.header__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  margin-right: auto;
  max-width: 200px;
  overflow: hidden;
}

.header__logo img {
  width: 178px !important;
  max-width: 100%;
  display: inline-block;
  min-width: 124px !important;
}

.header__logo .logo-company-name {
  font-size: 28px;
  margin-top: 7px;
}

.header__logo--tablet {
  display: none;
}

@media screen and (max-width: 767px) {
  .header__logo--tablet {
    display: block;
    /* margin-left: 0px!important; */
    margin-left: 20px !important;
  }

  .header__row-2 {
    margin-top: -54px;
    margin-right: 5px;
  }

  .header__logo--main {
    display: none;
  }
}

.header__logo--main {
  padding-top: 0;
}

/* Search bar */

.header__search {
  padding: 60px 0 100px 0;
  /*legacy: 0 22px;*/
  width: auto;
  margin: 0 auto;
  text-align: center;
}

.header__search form {
  width: 597px;
  height: 40px;
}

.header__search .hs-search-field__input {
  /*  background-color: transparent; */
  /*#FFF;*/
  /* background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+); */
  background: transparent url("https://blog.softecspa.com/hubfs/raw_assets/public/softec-blog-theme/images/ico-search.svg");
  background-position: left;
  background-repeat: no-repeat;
  border: none;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  padding: 20px 20px 20px 40px;
  border-bottom: 1px solid #FFFFFF;
  outline: 0;
}

.header__search .hs-search-field--open .hs-search-field__input {
  /*border: 1.79px solid #D1D6DC;*/
  /* border: 1px solid #E6E6E6; */
  /*border-bottom: none;*/
  /* border-radius: 2px 2px 0 0;
  background-color: #F2F5F7; */
  /*#FFF;*/
}

.header__search .hs-search-field__input::placeholder {
  color: #ffffff !important;
  opacity: 1;
}

.header__search .hs-search-field__input:-webkit-input-placeholder {
  color: #ffffff !important;
}

.header__search .hs-search-field__input::-ms-input-placeholder {
  color: #ffffff !important;
}

.header__search .hs-search-field__input:focus {
  border-color: #ffffff !important;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  background-color: #FFF;
  /*border: 1.79px solid #D1D6DC;*/
  /* border: 1px solid #E6E6E6; */
  /*   border-top: 1px solid #FFF;
  border-radius: 0 0 2px 2px; */
  position: absolute;
  width: 100%;
  z-index: 10;
  left: 0;
  max-width: none;
  top: 67px;
}

.header__search .hs-search-field__suggestions li {
  /*   border-top: 1px solid #D1D6DC;
  font-family: 'Roboto', sans-serif; */
  font-size: 18px;
  /*22px;*/
}

.header__search .hs-search-field__suggestions li a {
  color: #ffffff;
  padding: 3px 15px;
  text-decoration: none;
  transition: background-color 0.3s;
  text-align: left;
 /*  background-color: #101C2B; */
 background-color: #2D3F56;
  border-top: 1px solid #FFF;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

.header__search img:hover {
  cursor: pointer;
}

/* Search bar moved to body - Softec overrides */
@media (min-width: 768px) {

  .header .header__search.header--element {
    display: none ! important;
    height: 0;
  }

  .header__search .blog-index__category-title {
    display: inline-block;
    width: auto;
    margin-top: 0;
  }

  .header__search .blog-index__category-title h3 {
    margin-top: 0;
  }

  .header__search .hs_cos_wrapper {
    display: block;
    /*     float: right;
    margin: 10px 50px 10px 10px;
    width: 42%; */
  }

  .header__search .hs-search-field {
    display: inline-block;
    width: 100%;
  }

  .hs-search-field__bar {
    /* line-height: 56px;
    margin-right: 7px; */
  }
}

/* Language switcher */

.header__language-switcher {
  cursor: pointer;
  padding-right: 35px;
}

.header__language-switcher .lang_switcher_class {
  position: static;
}

.header__language-switcher .lang_list_class {
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0, 0, 0, 0.2);
  color: #494A52;
  display: block;
  /* font-family: 'Roboto', sans-serif; */
  font-size: 0.8rem;
  left: calc(100% - 24px);
  opacity: 0;
  min-width: 100px;
  padding-top: 0;
  text-align: left;
  top: 42px;
  transition: opacity 0.3s;
  visibility: hidden;
}

.header__language-switcher:hover .lang_list_class {
  opacity: 1;
  transition: opacity 0.3s;
  visibility: visible;
}

.header__language-switcher .lang_list_class:before {
  border-bottom-color: #D1D6DC;
  border-radius: 6px;
  left: 70%;
  top: -24px;
}

.header__language-switcher .lang_list_class:after {
  left: 70%;
  top: -22px;
}

.header__language-switcher .lang_list_class.first-active::after {
  border-bottom-color: #EBEFF3;
  top: -22px;
  transition: 0.3s;
}

.header__language-switcher .lang_list_class li {
  border: none;
  font-size: 18px;
  padding: 10px 15px;
}

.header__language-switcher .lang_list_class li:first-child {
  border-radius: 6px 6px 0 0;
  border-top: none;
}

.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;
  transition: background-color 0.3s;
}

.header__language-switcher .lang_list_class li a {
  color: #494A52;
  /* font-family: 'Roboto', sans-serif; */
}

.header__language-switcher .lang_list_class li a:hover {
  color: #494A52;
}

.header__language-switcher--label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.header__language-switcher--label-current {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  margin-bottom: 5px;
  margin-left: 10px;
}

.header__language-switcher--label-current:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 6px solid #494A52;
  content: "";
  display: block;
  height: 0px;
  margin-left: 10px;
  margin-top: 3px;
  width: 0px;
}

/* Navigation */

#nav-toggle {
  display: none;
}

nav.navigation-primary {
  /* margin-top: 0px; */
  margin-top: 8px;
}

.header_hamb {
  margin-top: 3px
}

.header__menu--flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* Tablet styles */

@media (max-width: 1150px) and (min-width: 767px) {
  .header__column {
    /* width: 97%; */
    width: 100%;
  }

  .header__logo .widget-type-logo {
    margin: 0 auto;
  }

  .header__logo--main {
    display: none;
  }

  .header__logo--tablet {
    display: block;
  }

  .header__navigation.header--element {
    /* top: -35px; */
    top: -46px;
    position: relative;
  }

  #bt_sl {
    position: relative;
    top: -35px;
  }

  #bt_cl {
    position: relative;
    top: -35px;
  }

  .header__row-2 img {
     top: 0px !important;
   }
}

/* Mobile styles */

@media (max-width: 767px) {
  .header__container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    /* padding: 20px 0 0; */
    padding: 20px 20px 0 0;
  }

  .header_hamb {
    margin-top: -3px
  }

  .header__container form {
    max-width: 100%;
  }

  .header__logo {
    margin: 0 auto;
    width: 100%;
  }

  .header__logo .widget-type-logo {
    margin: 0 auto;
  }

  .header__navigation,
  /* .header__search, */
  .header__language-switcher {
    display: none;
    width: 100%;
  }

  .header__navigation.open,
  .header__search.open,
  .header__language-switcher.open {
    background-color: #F8FAFC;
    display: block;
    height: calc(100vh - 115px);
    left: 0;
    position: absolute;
    right: 0;
    top: 75px;
    z-index: 2;
  }

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    cursor: pointer;
    margin: 0 5vw;
    position: relative;
  }

  .header__navigation--toggle.hide,
  .header__search--toggle.hide,
  .header__language-switcher--toggle.hide {
    display: none;
  }

  .header__navigation--toggle.open,
  .header__search--toggle.open,
  .header__language-switcher--toggle.open {
    display: block;
    margin-left: 0;
    margin-right: auto;
  }

  .header__navigation--toggle.open:after,
  .header__search--toggle.open:after,
  .header__language-switcher--toggle.open:after {
    display: block;
  }

  .header__navigation--toggle:after,
  .header__search--toggle:after,
  .header__language-switcher--toggle:after {
    display: none;
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    left: 40px;
    text-transform: uppercase;
    top: -10px;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-position: top left;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    height: 25px;
    width: 25px;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    background-image: url(//static.hsappstatic.net/cos-LanguageSwitcher/static-1.1/img/globe.png);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-left: 30px;
    padding-right: 0;
  }

  .header__language-switcher .lang_list_class {
    background-color: inherit;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    display: block;
    left: 30px;
    opacity: 1;
    padding: 0 30px;
    top: 0;
    visibility: visible;
  }

  .header__language-switcher .lang_list_class li {
    background-color: inherit;
    font-size: 22px;
  }

  .header__language-switcher--label-current {
    display: none;
  }

  .header__language-switcher .globe_class {
    background-image: none;
  }

  .header__language-switcher .lang_list_class li:hover {
    background-color: inherit;
  }

  .header__language-switcher .lang_list_class:before,
  .header__language-switcher .lang_list_class:after {
    content: none;
  }

  .header__search--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
    background-size: cover;
    height: 25px;
    width: 25px;
  }

  .header__search--toggle:after {
    content: "Search";
  }

  .header__search {
    /* border-top: 2px solid #CED4DB; */
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 30px;
  }

  .header__search .hs-search-field__input {
    padding-left: 15px;
  }

  .header__search .hs-search-field__suggestions li {
    /* padding: 10px 0; */
    font-size: 14px;
  }

  .header__close--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-repeat: no-repeat;
    background-size: 110%;
    display: none;
    height: 25px;
    margin-right: 0;
    width: 25px;
  }

  .header__close--toggle.show {
    display: block;
  }

  /* Search bar */

  .header__search {
    padding: 60px 0;
  }

  .header__search form {
    width: 278px;
    height: 40px;
  }

  .header__search .hs-search-field__input {
    font-size: 18px;
    line-height: 28px;
    padding: 10px 20px 10px 30px;
    background-size: 8%;
  }

  .header__search .hs-search-field--open .hs-search-field__suggestions {
    top: 48px;
  }

  .header__row-2 img {
   /*  top: 2px !important; */
  }

  img.hs-image-widget {
 /*    width: 147px !important;
    height: 33px !important; */
  }

}

@media (max-width: 321px) {
  .header__container {
    /* padding: 20px 60px 0 0; */
  }
}

.header__column {
  /* line-height: 0px; */
}

.header__row-2 img {
  position: relative;
  /* top: 2px; */
  top: 9px;
}

body iframe div.hs-tools-menu {
  top: 10px !important;
  right: -9px !important;
}
.footer,
.softec-blog .footer {
  /*  background-color: #252525; */
  /* legacy: #F8FAFC; */
  text-align: center;
  /* color: #cccccc; */
  /* grey-light */
}

.footer__container.content-wrapper {
  padding: 1rem 0;
}

.footer .social-links {
  /* margin-top: 73px; */
}

.footer__copyright,
.softec-blog .footer__copyright span {
  /* font-size: 0.7rem; */
  margin: 20px auto 40px auto;
  /* margin: 0.5rem 0; */
  /* color: #cccccc; */
  /* grey-light */
  color: #ffffff !important;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 16px;
}

footer.footer .footer__container ul.content-social {
  margin: 0 auto;
  padding: 0;
  list-style: none;
  width: 100%;
  height: auto;
  text-align: center;
  background: transparent;
}

footer.footer .footer__container ul.content-social li {
  width: auto;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  background: transparent
}

footer.footer .footer__container ul.content-social li a {
  color: #fff;
  text-decoration: none;
  background: transparent
}

footer.footer .footer__container ul.content-social li a.facebook {
  background-image: url(https://blog.softecspa.com/hubfs/raw_assets/public/softec-website-theme/images/footer/facebook/off.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 10px;
  text-align: center;
}

footer.footer .footer__container ul.content-social li a.facebook:hover {
  background-image: url(https://blog.softecspa.com/hubfs/raw_assets/public/softec-website-theme/images/footer/facebook/on.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 10px;
  text-align: center;
}

footer.footer .footer__container ul.content-social li a.linkedin {
  background-image: url(https://blog.softecspa.com/hubfs/raw_assets/public/softec-website-theme/images/footer/linkedin/off.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 10px;
  text-align: center;
}

footer.footer .footer__container ul.content-social li a.linkedin:hover {
  background-image: url(https://blog.softecspa.com/hubfs/raw_assets/public/softec-website-theme/images/footer/linkedin/on.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 10px;
  display: block;
  margin: 0 10px;
  text-align: center;
}

footer.footer .footer__container ul.content-social li a.twitter {
  background-image: url(https://blog.softecspa.com/hubfs/raw_assets/public/softec-website-theme/images/footer/twitter/off.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 10px;
  text-align: center;
}

footer.footer .footer__container ul.content-social li a.twitter:hover {
  background-image: url(https://blog.softecspa.com/hubfs/raw_assets/public/softec-website-theme/images/footer/twitter/on.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 10px;
  text-align: center;
}

footer.footer .footer__container ul.content-social li a.instagram {
  background-image: url(https://blog.softecspa.com/hubfs/raw_assets/public/softec-website-theme/images/footer/instagram/off.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 10px;
  text-align: center;
}

footer.footer .footer__container ul.content-social li a.instagram:hover {
  background-image: url(https://blog.softecspa.com/hubfs/raw_assets/public/softec-website-theme/images/footer/instagram/on.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 10px;
  text-align: center;
}

footer.footer .footer__container ul.content-social li a.youtube {
  background-image: url(https://blog.softecspa.com/hubfs/raw_assets/public/softec-website-theme/images/footer/youtube/off.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 10px;
  text-align: center;
}

footer.footer .footer__container ul.content-social li a.youtube:hover {
  background-image: url(https://blog.softecspa.com/hubfs/raw_assets/public/softec-website-theme/images/footer/youtube/on.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  display: block;
  margin: 0 10px;
  text-align: center;
}
/* Blog header */

.body-container--blog-post {
  overflow-x: hidden;
  overflow-y: auto;
}

.blog-header {
  text-align: center;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.body-container--blog-index .blog-header {
  background-color: #F8FAFC;
  /*background-image: url("https://orchestra-hub.com/images/landing/slider.png");*/
  /* background-image: url("https://7472122.fs1.hubspotusercontent-na1.net/hubfs/7472122/HERO_1920x650.png"); TBD*/
  min-height: 0px;
}

.body-container--blog-post .blog-header {
  background-color: #fff;
  background-image: none;
  min-height: 0;
}

.body-container--blog-post .blog-header img {
  width: 100%;
  max-width: 100%;
  /* margin: 0 auto 18px auto; */
  margin: 100px auto 18px auto;
  display: block;
}

@media screen and (max-width: 768px) {
  .body-container--blog-index .blog-header img {
    object-fit: cover;
    object-position: center;
    /* object-position: 75%; */
    height: 300px;
  }

  .body-container--blog-post .blog-header img {
    margin: 70px auto 18px auto;
  }
}

/* @media screen and (max-width: 768px) {
  .blog-header.blog-header--blog-post img {
    object-fit: cover;
    height: 300px;
    object-position: center;
  }
} */


.blog-header__inner {
  margin: 0 auto;
  padding: 3.3rem 0;
  display: flex;
  align-items: center;
  flex-direction: column;
  min-height: 363px;
  justify-content: center;
  /* background-image: url("https://7472122.fs1.hubspotusercontent-na1.net/hubfs/7472122/HERO_1920x650.png");
  background-size: cover; */
  position: relative;
  /*   top: -7px; */
  /* background: #4D82C3; */
}

.body-container--blog-index .blog-header__inner {
  min-height: 70px;
}

.body-container--blog-post .blog-header__inner {
  min-height: 0;
}

.blog-header__title {
  /* font-family: 'Playfair Display', serif; */
  /*   font-size: 74px; */
  /*4rem;*/
  /*   line-height: 98px;
  font-weight: 400; */
  /*300;*/
  /*   color: white; */
  margin-bottom: 0;
  color: #494A52;
  font-family: 'Spartan', sans-serif;
  /* font-family: 'Playfair Display', serif; */
  font-weight: 700;
  margin: 0 0 1.4rem;
  word-break: break-word;
}

.blog-header__hero-container {
  width: 100%;
  /* text-align: left;
  margin-left: 50px;
  left: 70px; */
  position: absolute;
  /* top: 14px; */
  top: auto;
  max-width: 960px;
}

@media screen and (max-width: 768px) {
  .blog-header__hero-container {
    padding: 0 1rem;
  }
}

@media screen and (max-width: 767px) {
  .blog-header__hero-container {
    width: 100%;
    /*  top: -10px; */
    padding: 0 1rem 0 1rem;
  }
}

.blog-header__hero-title {
  font-family: 'Playfair Display', serif;
  font-size: 50px;
  line-height: 75px;
  font-weight: 500;
  /*300;*/
  color: white;
  margin-bottom: 0;
  position: relative;
  top: 40px;
  text-align: left;
  width: 60%;
  line-height: 60px;
}

.blog-header__hero-title>a {
  color: white;
}

.blog-header__hero-title>a:hover {
  text-decoration: underline;
}

.blog-header__hero-title>a::after {
  content: ' >>';
  color: #2698ff;
  font-family: serif;
  font-weight: 600
}

@media screen and (max-width: 767px) {
  .blog-header__hero-title {
    font-size: 1.7rem;
    line-height: 35px;
    font-weight: 500;
  }
}

.blog-header__subtitle {
  margin: 1rem 0 1rem;
  color: #fff;
  font-size: 25px;
  line-height: 45px;
  font-weight: 500;
  text-align: left;
  width: 60%;
  white-space: nowrap;
}

@media (max-width: 1150px) and (min-width: 767px) {
  .blog-header__hero-title {
    font-size: 40px;
    line-height: 45px;
    font-weight: 500;
    width: 50%;
    top: 18px;
  }

  .blog-header__subtitle {
    margin: 1rem 0 0.2rem;
    font-size: 1.2rem;
  }
}

@media screen and (max-width: 768px) {
  .blog-header__hero-title {
    font-size: 32px;
    /* font-size: 16px; */
    line-height: 32px;
    top: 0px;
    width: 98%;
  }

  .blog-header__subtitle {
    /* font-size: 0.5rem; */
    font-size: 25px;
    white-space: normal;
    width: 98%;
    line-height: 28px;
    margin: 2rem 0 2rem;
  }
}

/* @media screen and (max-width: 767px) {
  .blog-header__subtitle {
    font-size: 0.7rem;
  }
} */


/* Subscription form (Softec form overrides) */

.blog-header__inner.newsletter {
  min-height: 363px;
  background: #4D82C3;
  padding: 50px 0 30px 0;
  overflow: hidden;
}

.blog-header__inner.newsletter h2 {
  font-family: 'Spartan', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
}

.blog-header__form {
  margin: 0 1rem;
  /*   height: 60px;
  top: -50px; */
  position: relative;
}

.blog-header__form-wrapper {
  /* height: 70px; */
  border: 0px dotted cyan;
}

.blog-header__form .hs_email {
  /* max-width: 500px; */
  margin: 0 auto;
  /* min-height: 125px; */
}

.blog-header__form .hs_email input[type="email"] {
  /*   border: 2px solid #E6E6E6;
  border-radius: 2px;
  height: 56px;
  line-height: 52px;
  margin-top: 28px; */
  background: transparent url("//7472122.fs1.hubspotusercontent-na1.net/hubfs/7472122/raw_assets/public/softec-blog-theme/images/ico-email.svg");
  background-position: left;
  background-repeat: no-repeat;
  border: none;
  color: #ffffff;
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 27px;
  padding: 20px 20px 20px 40px;
  border-bottom: 1px solid #FFFFFF;
  outline: 0;
}

.blog-header__form .hs_email input[type="email"]::placeholder {
  color: #ffffff !important;
  opacity: 1;
}

.blog-header__form .hs_email input[type="email"]:-webkit-input-placeholder {
  color: #ffffff !important;
}

.blog-header__form .hs_email input[type="email"]::-ms-input-placeholder {
  color: #ffffff !important;
}

.blog-header__form .hs_email input[type="email"]:focus {
  border-color: #ffffff !important;
}

.blog-header__form form .hs_email label {
  color: white;
  font-size: 18px;
}

.blog-header__form form .hs_email>label {
  font-style: normal;
  font-size: 20px;
  line-height: 32px;
  margin: 0 auto 60px auto;
  text-align: center;
  color: #FFFFFF;
}

.blog-header__form form .hs_email .hs-form-required {
  color: #45E2D4;
  font-size: 1.2rem;
  margin-left: 2px;
}

.blog-header__form .hs_email .hs-input.invalid.error {
  border-color: #ef6b51;
}

.blog-header__form .hs_error_rollup {
  position: absolute;
  bottom: -35px;
  text-align: center;
  margin: 0 auto;
  width: 100%;
}

.blog-header__form form input[type="submit"],
.blog-header__form form .hs-button {
  /* font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2.5px;
  border-radius: 1px;
  text-transform: uppercase;
  background-color: #007cec; */
  /*rgba(255, 255, 255, 1);*/
  /*  border: 2px solid #e6e6e6; */
  /*rgba(0, 127, 233, .75);*/
  /* color: #ffffff; */
  /*rgba(0, 127, 233, 1);*/
  /*margin-top: 20px;*/
  /*   top: -190px;
  right: -525px;
  height: 54px; */
  font-size: 0 !important;
  background: transparent url("//7472122.fs1.hubspotusercontent-na1.net/hubfs/7472122/raw_assets/public/softec-blog-theme/images/arrow-search.svg");
  background-position: left;
  background-repeat: no-repeat;
  border: none !important;
  outline: 0;
  position: absolute;
  right: 115px;
  bottom: 18px;
}

.blog-header__form form input[type=submit]:hover,
.blog-header__form form input[type=submit]:focus,
.blog-header__form form .hs-button:hover,
.blog-header__form form .hs-button:focus {
  /*  background-color: #ffffff; */
  /*rgba(0, 127, 233, 1);*/
  /* border: 2px solid #ffffff; */
  /*rgba(0, 127, 233, 1);*/
  /* color: #000; */
  /*#007cec;*/
  /*rgba(255, 255, 255, 1);*/
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    margin: 0 auto;
    /* width: 725px; */
  }
}

@media screen and (max-width: 767px) {

  .blog-header__form {
    margin: 0 auto;
    /* width: 725px; */
  }

  .blog-header__form form input[type="submit"],
  .blog-header__form form .hs-button {
    right: -66px !important;
    height: 40px;
    padding-top: 0;
    bottom: 12px;
  }

  .blog-header__form .hs_email input[type="email"] {
    font-size: 18px;
    line-height: 20px;
  }

  .blog-header__form .legal-consent-container {
    bottom: 69px !important;
    left: 0px !important;
    /* display: flex; */
    /* align-items: initial; */
    top: auto !important;
  }

  .blog-header__form-wrapper {
    /*  height: 117px; */
    text-align: center;
  }
}

/* Blog header - author listing */

.blog-header__author-avatar {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  height: 200px;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Taglist summary */

.blog-index__taglist {
  padding: 60px 0 110px 0;
}

@media screen and (max-width: 767px) {
  .blog-index__taglist {
    padding: 60px 20px 110px 20px;
  }
}

.blog-index__taglist h3 {
  /* font-family: 'Playfair Display', serif; */
  /*   font-size: 50px;
  line-height: 67px;
  font-weight: 400;
  color: #fff;
  margin-bottom: 20px;
  margin-top: 0; */
}

.blog-index__taglist .hs_cos_wrapper_type_post_filter ul {
  list-style: none;
  padding-left: 0;
}

.blog-index__taglist .hs_cos_wrapper_type_post_filter ul li {
  line-height: 32px;
}

.blog-index__taglist .hs_cos_wrapper_type_post_filter ul li a:before {
  content: ' ';
  border-bottom: 3px solid white;
  width: 8px;
  color: white;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}

.blog-index__taglist .hs_cos_wrapper_type_post_filter a.filter-expand-link {
  display: inline-block;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: 2.5px;
  border-radius: 1px;
  text-transform: uppercase;
  background-color: #007cec;
  border: 2px solid #e6e6e6;
  color: #ffffff;
  margin-top: 10px;
  height: 54px;
  padding: 15px 53px;
}

.blog-index__taglist .hs_cos_wrapper_type_post_filter a.filter-expand-link:hover,
.blog-index__taglist .hs_cos_wrapper_type_post_filter a.filter-expand-link:focus {
  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #000000;
}

/* Blog related tags */

.blog-post__taglist h3 {
  font-family: 'Spartan', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  color: #4D82C3;
}



.blog-post__taglist {
  padding: 60px 0 30px 0;
}

@media screen and (max-width: 767px) {
  .blog-post__taglist {
    padding: 60px 20px 30px 20px;
  }
}

.blog-post__taglist h3 {
  /* font-family: 'Playfair Display',serif; */
  /* 	font-size: 50px;
	line-height: 67px;
	font-weight: 400;
	color: #fff;
	margin-bottom: 20px;
	margin-top: 0; */
}

/* ========================== */
/* BEGIN: test taglist reskin */
/* ========================== */
.blog-index__taglist.container-fw.bkg-blue-site.CodeString {
  padding: 0 0 10px 0;
}

.blog-index__taglist.container-fw.bkg-blue-site.CodeString .blog-index__taglist,
.blog-post__taglist {
  padding: 0px 0px 0px 0px;
}

.blog-index__taglist,
.blog-post__taglist {
  padding: 60px 20px 20px 20px;
}

.blog-index__taglist.container-fw.bkg-blue-site.CodeString .btn-more {
  width: 121px;
  height: 33px;
  background: #4D82C3;
  border-radius: 4px;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: normal;
  text-align: center;
  letter-spacing: 0.07em;
  color: #000000;
  word-break: normal;
  padding: 10px;
}

.blog-index__taglist.container-fw.bkg-blue-site.CodeString table {
  border: none;
  background-color: transparent;
  margin: 0;
  border-spacing: 0;
}

.blog-index__taglist.container-fw.bkg-blue-site.CodeString table td {
  border: none;
  padding: 0;
  vertical-align: top;
}

.blog-index__taglist.container-fw.bkg-blue-site.CodeString table td ul {
  padding: 0;
  margin: 0;
}

@media screen and (max-width: 767px) {

  .blog-index__taglist,
  .blog-post__taglist {
    padding: 40px 20px 20px 20px;
  }
}

.blog-index__taglist h3,
.blog-post__taglist h3 {
  /* font-size: 28px; */
}

.blog-index__taglist .hs_cos_wrapper_type_post_filter .widget-module,
.blog-post__taglist .hs_cos_wrapper_type_post_filter .widget-module {
  display: block;
  /*table*/
  width: 100%;
}

.blog-index__taglist .hs_cos_wrapper_type_post_filter ul,
.blog-post__taglist .hs_cos_wrapper_type_post_filter ul {
  list-style: none;
  padding-left: 0;
  /*14px*/
  padding-bottom: 0;
  /*40px*/
  display: block;
  /*table-cell; @media: inline-block;*/
  width: auto;
  /*24%; *@media: 48%;*/
  border-left: 0 none;
  /*1px solid #fff*/
  /*vertical-align: top;*/
}

.blog-index__taglist .hs_cos_wrapper_type_post_filter ul li,
.blog-post__taglist .hs_cos_wrapper_type_post_filter ul li {
  line-height: 32px;
  margin-bottom: 1em;
  width: auto;
  display: inline-block;
  /*  margin-right: 1em; */
  margin-right: 10px;
}

@media screen and (max-width: 992px) {

  .blog-index__taglist .hs_cos_wrapper_type_post_filter ul,
  .blog-post__taglist .hs_cos_wrapper_type_post_filter ul {
    display: inline-block;
    width: auto;
    /*48%*/
  }
}

@media screen and (max-width: 480px) {

  .blog-index__taglist .hs_cos_wrapper_type_post_filter ul,
  .blog-post__taglist .hs_cos_wrapper_type_post_filter ul {
    display: inline-block;
    width: 99%;
  }
}


.blog-index__taglist .hs_cos_wrapper_type_post_filter ul li a,
.blog-post__taglist .hs_cos_wrapper_type_post_filter ul li a {
  /* background-color: #006bd2; */
  background-color: #101C2B;
  /* border-radius: 32px; */
  border: 1px solid #FFFFFF;
  border-radius: 4px;
  padding: 6px 16px;
  /*   font-size: 14px; */
  display: inline-block;
  /* line-height: 1.2em; */
  white-space: nowrap;
  /*  font-weight: 300;
  color: #eee; */
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  letter-spacing: 0.07em;
  font-family: 'Lato', sans-serif;
  color: #FFFFFF;
}

.blog-index__taglist .hs_cos_wrapper_type_post_filter ul li a:hover,
.blog-post__taglist .hs_cos_wrapper_type_post_filter ul li a:hover {
  color: inherit;
  background: #4D82C3;
  color: #000000;
  transition: background-color 0.5s;
  border: 1px solid #4D82C3;
}

.blog-index__taglist .hs_cos_wrapper_type_post_filter ul li a .filter-link-count,
.blog-post__taglist .hs_cos_wrapper_type_post_filter ul li a .filter-link-count {
  font-weight: 700;
  color: #fff;
}

.blog-index__taglist .hs_cos_wrapper_type_post_filter ul li a:hover .filter-link-count,
.blog-post__taglist .hs_cos_wrapper_type_post_filter ul li a:hover .filter-link-count {
  font-weight: 700;
  color: #000000;
}

.blog-index__taglist .hs_cos_wrapper_type_post_filter ul li a::before,
.blog-post__taglist .hs_cos_wrapper_type_post_filter ul li a::before {
  content: '';
  border-bottom: 0 none;
  width: 0;
  color: white;
  display: none;
  margin-right: 0;
  margin-bottom: 0;
}

.blog-index__taglist .hs_cos_wrapper_type_post_filter a.filter-expand-link,
.blog-post__taglist .hs_cos_wrapper_type_post_filter a.filter-expand-link {
  margin-top: 40px;
}

/* ======================== */
/* END: test taglist reskin */
/* ======================== */


/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}

.blog-index_postlist {
  /* padding: 40px 0 120px 0; */
  /* padding: 0px 20px 0px 20px; */
}

@media screen and (max-width: 1024px) {
  .blog-index_postlist {
    /* padding: 40px 0 120px 0; */
    /* padding: 40px 20px 120px 20px; */
  }

  .blog-index__taglist.container-fw.bkg-blue-site.CodeString .blog-index__taglist,
  .blog-post__taglist {
    /* padding: 60px 20px 20px 20px; */
    padding: 20px 20px 10px 20px;
  }

  .hs_consenso_newsletter_landing li.hs-form-booleancheckbox .hs-input[type=checkbox] {
    margin-top: -1px;
    width: 18px !important;
  }

  .hs_consenso_newsletter_landing li.hs-form-booleancheckbox .hs-input[type=checkbox] {
    width: 30px !important;
  }
}

@media screen and (max-width: 768px) {
  .blog-index_postlist {
    /* padding: 40px 20px 120px 20px; */
  }

  .blog-index__taglist.container-fw.bkg-blue-site.CodeString table td {
    width: 100%;
    float: left;
  }

  .blog-index__taglist.container-fw.bkg-blue-site.CodeString ul.mobile {
    margin: 0 0 3px 0;
  }

  .hs_consenso_newsletter_landing li.hs-form-booleancheckbox .hs-input[type=checkbox] {
    width: 18px !important;
  }
}

.blog-index--block {
  display: block;
  padding: 90px 0;
}

.blog-index--row {
  margin-left: -1rem;
  margin-right: -1rem;
  padding: 0;
  /*1rem 0;*/
}

@media screen and (max-width: 768px) {
  .blog-index--row {
    margin-left: 0rem;
    margin-right: 0rem;
  }
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  /*   border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem; */
}

.blog-index__post {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

@media screen and (max-width: 768px) {
  .blog-index__post {
    padding: 0 0.5rem 0 0;
  }
}

@media screen and (max-width: 767px) {
  .blog-index__post {
    padding: 0rem;
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
    padding: 1rem 0;
  }
}

.blog-index__post-image {
  display: block;
  background-image: url('https://6326501.fs1.hubspotusercontent-na1.net/hubfs/6326501/boilerplate/grayscale-mountain.png');
  /*TBD*/
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
  border-radius: 24px;
  -webkit-transition: background-image .5s;
  -moz-transition: background-image .5s;
  -o-transition: background-image .5s;
  transition: background-image .5s;
}

.blog-index__post-image:hover {
  -webkit-transition: background-image .5s;
  -moz-transition: background-image .5s;
  -o-transition: background-image .5s;
  transition: background-image .5s;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-bottom: 0;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 2rem;
  }

  .blog-index__post-image--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--large h2 {
  font-family: 'Roboto', sans-serif;
  font-size: 42px;
  /*36px;*/
  line-height: 45px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .blog-index__post-content--large h2 {
    margin-top: 30px;
  }

  .blog-header__inner.newsletter {
    min-height: 354px;
    padding: 0px 20px 0px 20px;
  }

  .blog-header__inner.newsletter h2 {
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.24em;
  }

  .blog-header__form form .hs_email>label {
    font-size: 12px;
    line-height: 20px;
  }

  .blog-header__form form .input {
    width: 100%;
  }
}

/* force overrides of weak rich-text output */
/* text-decorations and font-styles are preserved */
.blog-index__post-content--large>p,
.blog-index__post-content--large>p span,
.blog-index__post-content--large>h2+div {
  font-family: 'Roboto', sans-serif;
  font-size: 18px !important;
  line-height: 32px !important;
  font-weight: 400 !important;
  color: #697886 !important;
  margin-top: 0;
  margin-bottom: 0;
}

.blog-index__category-title,
.blog-index__category-title h3 {
  /* font-family: 'Playfair Display', serif; */
  /*   font-size: 50px;
  line-height: 67px;
  font-weight: 400; */
  color: #4D82C3;
  /*margin-bottom: 0; */
  /*30px;*/
  /* margin-top: 20px; */
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-family: 'Spartan', sans-serif;
  /* color: #FFFFFF; */
}

.blog-index__category-title h3 img {
  display: inline;
  vertical-align: middle;
}

.blog-index__category-title h3 img.ico-talk {
  display: inline;
  vertical-align: middle;
  width: 48px;
  height: 50px;
  margin-right: 30px;
}

.blog-index__category-title h3 img.ico-new {
  display: inline;
  vertical-align: middle;
  width: 46px;
  height: 56px;
  margin-right: 30px;
}


.blog-index__post-content--small h2 {
  /*   font-family: 'Roboto', sans-serif;
  font-size: 24px; */
  /*legacy: 1.25rem;*/
  /*   line-height: 31px;
  font-weight: 700;
  color: #000; */
  /*   margin-top: 20px;
  margin-bottom: 20px; */
  font-family: 'Spartan', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  color: #101C2B;
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-index__post-content--small .box-text {
  font-style: normal;
  font-weight: 700;
  font-size: 12px;
  line-height: 13px;
  color: #4D82C3;
  margin: 15px 0px;
}

.blog-index__post-content--small .box-text span {
  float: right;
  display: flex;
  align-items: center;
  margin: -2px 0 0 0;
}

.blog-index__post-content--small .box-text span img {
  margin: -3px 0 0 10px;
}

/* force overrides of weak rich-text output */
/* text-decorations and font-styles are preserved */
.blog-index__post-content--small p,
.blog-index__post-content--small p span,
.blog-index__post-content--small>h2+div {
  /* font-family: 'Roboto', sans-serif; */
  /*   font-size: 18px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
  color: #697886 !important; */
  /*  margin-top: -9px; */
  margin-bottom: 0;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #101C2B !important;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.blog-index__post-content--small p.tags_post-small {
  /* font-family: 'Playfair Display',serif; */
  color: #0e7fe9 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 23px !important;
  margin-top: 4px;
  margin-bottom: 6px;
}

@media screen and (max-width: 768px) {
  .blog-index__post-content--small p.tags_post-small {
    margin-bottom: 54px;
  }
}

.blog-index__post-content p {
  /* font-family: 'Roboto', sans-serif; */
  /* margin-top: -9px; */
  margin-bottom: 0;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #101C2B !important;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}


.blog-index__post-content p.tags_post-small {
  overflow: visible;
  height: auto;
  display: inline-block;
  margin: 0;
}

.blog-index__post-content p.tags_post-small a {
  font-style: normal;
  font-weight: 400;
  font-size: 10px;
  line-height: 16px;
  text-align: center;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 3px;
  padding: 5px 12px;
  display: inline-block;
  margin: 0px 5px 10px 0px;
}

.blog-index__post-content p.tags_post-small a:hover {
  color: inherit;
  background: #4D82C3;
  color: #ffffff;
  transition: background-color 0.5s;
  border: 1px solid #4D82C3;
}

.blog-index__post-content a {
  color: inherit;
  /*legacy: #494A52;*/
  text-decoration: none;
}

.blog-index__post img {
  height: auto;
  max-width: 100%;
}

/* Blog pagination */

.blog-pagination {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  /*   font-family: 'Roboto', sans-serif; */
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 3.3rem;
  text-align: center;
}

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.blog-pagination__prev-link {
  margin-right: 0.25rem;
  text-align: right;
}

.blog-pagination__next-link {
  margin-left: 0.25rem;
  text-align: left;
}

.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  cursor: default;
  pointer-events: none;
}

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

/* Blog post */

.blog-post {
  margin: 0 auto;
  /*  max-width: 796px; */
  /* padding: 3.3rem 0 7rem 0; */
  padding: 3.3rem 0 4rem 0;
  max-width: 960px;
}

.blog-post__body span img {
  width: 100% !important;
  max-width: 100%;
}

.blog-post h1 {
  /* font-family: 'Roboto', sans-serif; */
  /*legacy: 1.6rem*/
  /*   font-size: 36px !important;
  line-height: 45px !important;
  font-weight: 700 !important;
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px; */
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 38px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #101C2B;
}

.blog-post h1 .hs_cos_wrapper_type_text {
  /* font-family: 'Roboto', sans-serif; */
  /*legacy: 1.6rem*/
  /*   font-size: 36px !important;
  line-height: 45px !important;
  font-weight: 700 !important;
  color: #000; */
  font-style: normal;
  font-weight: 700;
  font-size: 34px;
  line-height: 38px;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #101C2B;
}

/*.blog-post blockquote,*/
.blog-post .hs_cos_wrapper_type_rich_text>div,
.blog-post__body h3 {
  /*  font-family: 'Roboto', sans-serif; */
  /* font-size: 26px !important; */
  /*legacy: 1.25rem;*/
  /*   line-height: 38px !important;
  font-weight: 400 !important;
  color: #000; */
  margin-top: 20px;
  margin-bottom: 20px;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  color: #2D3F56;
}

/*.blog-post .hs_cos_wrapper_type_rich_text > p:first-child,*/
.blog-post .hs_cos_wrapper_type_rich_text>div>span {
  /* font-family: 'Roboto', sans-serif; */
  font-size: 26px !important;
  /*legacy: 1.25rem;*/
  line-height: 38px !important;
  font-weight: 400 !important;
  color: #000;
}

.blog-post__body h2,
.blog-post__body h2 span {
  /*  font-family: 'Playfair Display', serif; */
  /*   font-size: 32px !important;
  line-height: 40px !important;
  font-weight: 400 !important;
  color: #3574e3 !important;
  margin-top: 40px;
  margin-bottom: 20px; */
  font-style: normal;
  font-weight: 700;
  font-size: 21px !important;
  line-height: 24px !important;
  text-transform: uppercase;
  color: #4D82C3 !important;
  font-family: 'Spartan', sans-serif !important;
}

.blog-post__body h3 {
  /*  font-family: 'Roboto', sans-serif; */
  /*  font-size: 26px !important; */
  /*36px*/
  /* line-height: 38px !important; */
  /*48px*/
  /*   font-weight: 700 !important;
  color: #3574e3 !important; */
  /*#007cec*/
  font-family: 'Spartan', sans-serif !important;
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  text-transform: uppercase;
  color: #4D82C3;
}

.blog-post__body h2 strong {
  /* font-weight: 400 !important; */
}

.blog-post__body ul {
  list-style: square;
}

.blog-post__body ul li {
  font-size: 1rem;
  line-height: 32px;
}

.blog-post__body a,
.blog-post__body a:hover {
  font-weight: 700;
  color: #4D82C3;
}

.blog-post__meta {
  margin: 1rem 0;
  display: table;
}

.blog-post__meta .blog-post__timestamp {
  /*  font-family: 'Roboto', sans-serif; */
  /*   font-size: 14px;
  font-weight: 900;
  letter-spacing: 2.5px;
  color: #000;
  text-transform: uppercase; */
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  color: #2D3F56;
  display: table-cell;
  padding-left: 40px;
}

.blog-post__meta a {
  color: #0e7fe9;
  /*blue-softec*/
  /*legacy: #494A52;*/
  text-decoration: none;
  /*legacy: underline;*/
}

.blog-post__meta:hover a,
.blog-post__meta a:hover {
  /* color: #000; */
}

.blog-post__meta .blog-post__author {
  background-color: #fff;
  /* font-family: 'Roboto', sans-serif; */
  /*   font-size: 14px;
  font-weight: 900;
  letter-spacing: 2.5px;
  color: #0e7fe9;
  text-transform: uppercase; */
  font-style: normal;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  text-transform: uppercase;
  color: #4D82C3;
  display: table-cell;
}

.blog-post__meta .arrow-right {
  width: auto;
  height: .35em;
  border-top: .35em solid transparent;
  border-bottom: .35em solid transparent;
  color: #0e7fe9;
  border-left: .75em solid #0e7fe9;
  display: inline-block;
  vertical-align: middle;
}

.blog-post__meta:hover span {
  color: #000;
  border-left: .75em solid #000;
}

.blog-post__body,
.blog-post__body p,
.blog-post__body p span {
  font-size: 16px !important;
  line-height: 22px !important;
  color: #151515 !important;
  font-family: 'Spartan', sans-serif !important;
  font-style: normal;
  font-weight: 400;
}

.blog-post__body img {
  border-radius: 24px;
}

.blog-post__body ul li {
  font-size: 16px !important;
  line-height: 22px !important;
  color: #151515 !important;
  font-family: 'Spartan', sans-serif !important;
  font-style: normal;
  font-weight: 400;
}

/* CTA */
.blog-post .blog-post__body .hs-cta-wrapper .cta_button,
input.hs-button.primary.large,
.hs-form-fc857b07-14e4-48aa-ab7f-77e26a102c7a_9da38d44-5091-4434-ad2a-fe9191e61315 .hs-button {
  /* font-family: 'Roboto', sans-serif; */
  /*   font-size: 14px;
  font-weight: 900;
  letter-spacing: 2.5px;
  line-height: 1.5em;
  text-transform: uppercase;
  text-align: center;
  text-decoration: none;
  text-shadow: none;
  color: #fff;
  background-color: #007cec;
  border: 2px solid #007cec;
  border-radius: 1px;
  width: auto;
  height: auto;
  min-height: 36px;
  max-width: 300px;
  padding: 6px 18px;
  display: flex;
  align-content: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px; */
  /*   text-decoration: none !important;
  background-color: transparent !important;
  color: #101c2b !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  line-height: 17px !important;
  padding: 13px 25px 13px 25px !important;
  border: 2px solid #101c2b !important;
  display: inline-block !important;
  margin: 0 !important;
  min-height: auto !important;
  font-family: 'Spartan', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
  border-radius: 0px !important; */
}

.blog-post .blog-post__body .hs-cta-wrapper .cta_button:hover,
.blog-post .blog-post__body .hs-cta-wrapper .cta_button:focus,
input.hs-button.primary.large:hover,
input.hs-button.primary.large:hover:focus,
.hs-form-fc857b07-14e4-48aa-ab7f-77e26a102c7a_9da38d44-5091-4434-ad2a-fe9191e61315 .hs-button:hover,
.hs-form-fc857b07-14e4-48aa-ab7f-77e26a102c7a_9da38d44-5091-4434-ad2a-fe9191e61315 .hs-button:focus {
  /*  background-color: #ffffff;
  border: 2px solid #ffffff;
  color: #000000; */
  /*   text-decoration: none !important;
  background-color: #101c2b !important;
  color: #fff !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  line-height: 17px !important;
  padding: 13px 25px 13px 25px !important;
  border: 2px solid #101c2b !important;
  display: inline-block !important;
  margin: 0 !important;
  min-height: auto !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
  border-radius: 0px !important; */
}

a.cta_button.blog-post__cta-button {
  text-decoration: none !important;
  background-color: transparent !important;
  color: #101c2b !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  line-height: 17px !important;
  padding: 13px 25px 13px 25px !important;
  border: 2px solid #101c2b !important;
  display: inline-block !important;
  margin: 0 !important;
  min-height: auto !important;
  font-family: 'Spartan', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
  border-radius: 0px !important;
}

a.cta_button.blog-post__cta-button:hover,
a.cta_button.blog-post__cta-button:focus {
  text-decoration: none !important;
  background-color: #101c2b !important;
  color: #fff !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  line-height: 17px !important;
  padding: 13px 25px 13px 25px !important;
  border: 2px solid #101c2b !important;
  display: inline-block !important;
  margin: 0 !important;
  min-height: auto !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
  border-radius: 0px !important;
}

.blog-post__tags {
  color: #000;
  /* font-family: 'Roboto', sans-serif; */
}

/* initial style */
/*
.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}
*/

.blog-post__tags .hs_cos_wrapper_type_icon {
  display: none;
}

.blog-post__tags ul {
  list-style: none;
  padding-left: 0;
}

.blog-post__tags ul li {
  line-height: 32px;
}

.blog-post__tags ul li a:before {
  content: ' ';
  border-bottom: 3px solid white;
  width: 8px;
  color: white;
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 1px;
}

/* Blog related posts */

.blog-recent-posts {
  background-color: #F2F5F7;
  /*legacy: #F8FAFC*/
  margin-top: 0;
  /*3rem;*/
  /* padding: 60px 0 80px 0; */
  /*3rem 0 2rem 0;*/
  padding: 60px 20px 80px 20px;
}

@media screen and (max-width: 767px) {
  .blog-recent-posts {
    /* padding: 60px 20px 80px 20px; */
    padding: 60px 0px 80px 20px;
  }
}

@media screen and (max-width: 500px) {

  .dnd-column.dnd_area-column-2-vertical-alignment .hs-custom-form .legal-consent-container .hs-input[type=checkbox] {
    width: 19px !important;
  }

  .hs_consenso_newsletter_landing li.hs-form-booleancheckbox .hs-input[type=checkbox] {
    width: 30px !important;
  }
}

.blog-recent-posts h2 {
  text-align: left;
  /*center;*/
  /* font-family: 'Playfair Display', serif; */
  /*   font-size: 50px;
  line-height: 67px;
  font-weight: 400;
  color: #007cec; */
  margin-bottom: 0;
  color: #4D82C3;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 36px;
  letter-spacing: 0.24em;
  text-transform: uppercase;
  font-family: 'Spartan', sans-serif;
}

.blog-recent-posts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1024px) {
  .blog-recent-posts__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }

  .blog-recent-posts__list .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

@media screen and (max-width: 767px) {
  .blog-recent-posts__list {
    flex-direction: column;
  }
}

.blog-recent-posts__post {
  color: #494A52;
  display: block;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  padding: 1rem;
}

/* force overrides of weak rich-text output */
/* text-decorations and font-styles are preserved */
.blog-recent-posts__post p,
.blog-recent-posts__post p span,
.blog-recent-posts__post>h2+div,
.blog-recent-posts__post>h3+div {
  /* font-family: 'Roboto', sans-serif; */
  /*   font-size: 18px !important;
  line-height: 32px !important;
  font-weight: 400 !important;
  color: #697886 !important;
  margin-top: 0;
  margin-bottom: 0; */
  margin-bottom: 0;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #101C2B !important;
  height: 50px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/2);
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc(100%/3);
    flex: 0 0 calc(100%/3);
  }
}

.blog-recent-posts__post:hover {
  text-decoration: none;
}

.blog-recent-posts__image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 63%;
  border-radius: 24px;
}

.blog-recent-posts__title,
.blog-recent-posts h3 {
  /*margin: 1rem 0 0.5rem;*/
  /*  margin-top: 40px; */
  margin-bottom: 20px;
  /*   font-size: 28px;
  line-height: 31px;
  font-weight: 700;
  color: #000; */
  font-family: 'Spartan', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  color: #101C2B;
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-top: 20px;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  color: #494A52;
  text-decoration: underline;
}

/* BEGIN: DOWNLOAD FORM */
.row-number-1.dnd_area-row-0-vertical-alignment.dnd-section {
  padding: 0 0 80px 0;
  /*  margin-top: 80px; */
  margin-top: 100px;
  background-color: #f6f6f6;
}

.dnd_area-module-1-vertical-alignment.dnd-module {
  /*   padding-left: 100px;
  padding-top: 124px; */
  align-self: start;
}

.dnd-column.dnd_area-column-2-vertical-alignment {
  padding-top: 60px;
  /* padding-top: 124px; */
  /* padding-left: 90px; */
  padding-bottom: 30px;
}

.dnd-column.dnd_area-column-2-vertical-alignment .hs_cos_wrapper_type_rich_text h1 {
  /*   font-size: 3.2em;
  font-weight: 300;
  line-height: 1.2em; */
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 34px !important;
  line-height: 38px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #101C2B !important;
  font-family: 'Spartan', sans-serif !important;
}

.dnd-column.dnd_area-column-2-vertical-alignment .hs-custom-form {
  /* max-width: 355px; */
}

.dnd-column.dnd_area-column-2-vertical-alignment .hs-custom-form .hs-form-field {
  margin-bottom: 20px;
}

.dnd-column.dnd_area-column-2-vertical-alignment .hs-custom-form .hs-form-field .input .hs-input {
  background-color: #ebebeb;
  border-radius: 6px;
  height: 36px;
  border: 0 none;
  padding: 12px 20px;
}

.dnd-column.dnd_area-column-2-vertical-alignment .hs-custom-form .hs-form-field.hs-email>label,
.dnd-column.dnd_area-column-2-vertical-alignment .hs-custom-form .hs-form-field.hs-firstname>label,
.dnd-column.dnd_area-column-2-vertical-alignment .hs-custom-form .hs-form-field.hs-lastname>label {
  display: none;
}

.dnd-column.dnd_area-column-2-vertical-alignment .hs-custom-form .hs-submit {
  margin-top: 43px;
}

.dnd-column.dnd_area-column-2-vertical-alignment .hs-custom-form .hs-submit .hs-button {
  /*   background-color: #007aff;
  border: 0 none;
  padding: 15px 30px;
  font-weight: 700; */
  text-decoration: none !important;
  background-color: transparent !important;
  color: #101c2b !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  line-height: 17px !important;
  padding: 13px 25px 13px 25px !important;
  border: 2px solid #101c2b !important;
  display: inline-block !important;
  margin: 0 !important;
  min-height: auto !important;
  font-family: 'Spartan', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
  border-radius: 0px !important;
}

.dnd-column.dnd_area-column-2-vertical-alignment .hs-custom-form .hs-submit .hs-button:hover,
.dnd-column.dnd_area-column-2-vertical-alignment .hs-custom-form .hs-submit .hs-button:focus {
  text-decoration: none !important;
  background-color: #101c2b !important;
  color: #fff !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  line-height: 17px !important;
  padding: 13px 25px 13px 25px !important;
  border: 2px solid #101c2b !important;
  display: inline-block !important;
  margin: 0 !important;
  min-height: auto !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
  border-radius: 0px !important;
}


.dnd-column.dnd_area-column-2-vertical-alignment .hs-custom-form .legal-consent-container {
  top: 4px;
  position: relative;
  left: 0;
}

.dnd-column.dnd_area-column-2-vertical-alignment .hs_cos_wrapper_type_rich_text h1 {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 34px !important;
  line-height: 38px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #101C2B !important;
  font-family: 'Spartan', sans-serif !important;
}

span.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text h1 {
  font-style: normal !important;
  font-weight: 700 !important;
  font-size: 34px !important;
  line-height: 38px !important;
  letter-spacing: 0.1em !important;
  text-transform: uppercase !important;
  color: #101C2B !important;
  font-family: 'Spartan', sans-serif !important;
}

span.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text h2 {
  font-size: 21px !important;
  line-height: 24px !important;
  font-family: 'Spartan', sans-serif !important;
}

#hs_cos_wrapper_dnd_area-module-3 h2 {
  font-size: 21px !important;
  line-height: 24px !important;
  font-family: 'Spartan', sans-serif !important;
}

span.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_rich_text h2 {
  font-size: 21px !important;
  line-height: 24px !important;
  font-family: 'Spartan', sans-serif !important;
}

#hs_cos_wrapper_dnd_area-module-3 p,
#hs_cos_wrapper_dnd_area-module-3 p span,
#hs_cos_wrapper_dnd_area-module-3 ul li {
  font-size: 16px !important;
  line-height: 22px !important;
  color: #151515 !important;
  font-family: 'Spartan', sans-serif !important;
  font-style: normal !important;
  font-weight: 400 !important;
}


@media (max-width: 768px) {
  .dnd-column.dnd_area-column-2-vertical-alignment .hs-custom-form .legal-consent-container {
    top: 4px !important;
    position: relative;
    left: 0 !important;
  }

  #hs_form_target_dnd_area-module-4 .input {
    width: 95%;
    left: 0px;
    position: relative;
  }

  .row-fluid-wrapper.row-depth-1.row-number-3.dnd-row {
    /* margin: 0 20px 0 0; */
  }

  .row-number-1.dnd_area-row-0-vertical-alignment.dnd-section {
    margin-top: 70px;
  }
}

#hs_form_target_dnd_area-module-4 .input {
  width: 100%;
}

.dnd-column.dnd_area-column-2-vertical-alignment .hs-custom-form .legal-consent-container span,
.dnd-column.dnd_area-column-2-vertical-alignment .hs-custom-form .legal-consent-container p>a {
  color: #494A52;
  /* font-family: 'Playfair Display',serif; */
  font-size: 12px;
}

.dnd-column.dnd_area-column-2-vertical-alignment .hs-custom-form .legal-consent-container .hs-input[type=checkbox] {
  margin-top: -1px;
  width: 16px !important;
}

/* END: DOWNLOAD FORM */
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: 'Open Sans', Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}

.error-page__heading {
  margin-bottom: 1rem;
}

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 500px;
  /* padding: 3rem 1.4rem; */
  padding: 3rem 0rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
  margin-top: 1.4rem;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
}

.hs-search-results__title {
  /*   color: #494A52;
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline; */
  font-family: 'Spartan', sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 24px;
  color: #101C2B;
  height: 72px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

.hs-search-results__description {
  padding-top: 0.7rem;
  margin-bottom: 0;
  font-style: normal !important;
  font-weight: 400 !important;
  font-size: 12px !important;
  line-height: 16px !important;
  color: #101C2B !important;
  height: 62px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.hs-search-highlight {
  font-weight: bold;
}

.hs-search-results__pagination a {
  color: #0270E0;
  text-decoration: none !important;
    background-color: transparent !important;
    color: #101c2b !important;
    font-size: 14px !important;
    letter-spacing: 0 !important;
    line-height: 17px !important;
    padding: 13px 25px 13px 25px !important;
    border: 2px solid #101c2b !important;
    display: inline-block !important;
    margin: 0 !important;
    min-height: auto !important;
    font-family: 'Spartan', sans-serif !important;
    font-style: normal !important;
    font-weight: 400 !important;
    text-transform: none !important;
    border-radius: 0px !important;
}

.hs-search-results__pagination a:hover {
  text-decoration: none !important;
  background-color: #101c2b !important;
  color: #fff !important;
  font-size: 14px !important;
  letter-spacing: 0 !important;
  line-height: 17px !important;
  padding: 13px 25px 13px 25px !important;
  border: 2px solid #101c2b !important;
  display: inline-block !important;
  margin: 0 !important;
  min-height: auto !important;
  font-style: normal !important;
  font-weight: 400 !important;
  text-transform: none !important;
  border-radius: 0px !important;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

.backup-unsubscribe #email-prefs-form div {
  padding-bottom: 0 !important;
}

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}