/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! 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;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

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

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "NeusaNextStd";
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/NeusaNextStd-Regular.woff") format("woff"),
}

@font-face {
  font-family: "NeusaNextStd-M";
  font-weight: 500;
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/NeusaNextStd-Medium.woff") format("woff"),
}

@font-face {
  font-family: "NeusaNextStd-B";
  font-weight: bold;
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/NeusaNextStd-Bold.woff") format("woff"),
}

@font-face {
  font-family: "NeusaNextStd-I";
  font-style: italic;
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/NeusaNextStd-Italic.woff") format("woff"),
}



@font-face {
  font-family: "NeusaNextStd-LightItalic";
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_8_0.eot") format("embedded-opentype"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_8_0.woff2") format("woff2"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_8_0.woff") format("woff"),
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_8_0.ttf") format("truetype");
}

@font-face {
  font-family: "NeusaNextStd-Medium";
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_1_0.eot") format("embedded-opentype"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_1_0.woff2") format("woff2"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_1_0.woff") format("woff"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_1_0.ttf") format("truetype");
}

@font-face {
  font-family: "NeusaNextStd-Regular";
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_2_0.eot") format("embedded-opentype"),
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_2_0.woff2") format("woff2"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_2_0.woff") format("woff"),
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_2_0.ttf") format("truetype");
}

@font-face {
  font-family: "NeusaNextStd-Light";
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_3_0.eot") format("embedded-opentype"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_3_0.woff2") format("woff2"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_3_0.woff") format("woff"),
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/3B2560_3_0.ttf") format("truetype");
}


@font-face {
  font-family: "FontAwesome";
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/fontawesome-webfont.woff2") format("woff2"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/fontawesome-webfont.woff") format("woff"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/fontawesome-webfont.ttf") format("truetype"),
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/fontawesome-webfont.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}


@font-face {
  font-family: "icomoon";
  src: url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/icomoon.eot") format("embedded-opentype"), 
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/icomoon.woff") format("woff"),
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/icomoon.ttf") format("truetype"),
    url("https://blog.pinja.com/hubfs/Pinja_may2020/Fonts/icomoon.svg") format("svg");
  font-style: normal;
  font-weight: normal;
}

html {

}

body {
  font-family: NeusaNextStd, serif, arial, helvetica, sans-serif;
  font-size: 1rem;
  color: #191919;

  line-height: 1.45;


  -webkit-font-smoothing: antialiased;
  background-color: #fff;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: NeusaNextStd, serif, arial, helvetica, sans-serif;
}

p {
    -webkit-font-smoothing: subpixel-antialiased;
}

/* Anchor Links */
a {
  color: #0270E0;

  text-decoration: none;
  transition: color 0.2s;
  -moz-transition: color 0.2s;
  -webkit-transition: color 0.2s;
}
a:hover {
  text-decoration: underline;
}

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

h1 {
  font-size: 2.1rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.6rem;
  line-height: 1.5;
}

h3 {
  font-size: 1.25rem;
  line-height: 1.5;
}

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-family: 'NeusaNextStd-Medium'!important;
  font-weight: inherit!important;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
    padding-left: 20px;
}

ul li,
ol li {

  
}

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

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

blockquote {
    border: none !important;
    font-family: 'Open Sans';
    font-weight: 300;
    line-height: 40px;
    font-size: 22px;
    padding-left: 0px;
    letter-spacing: 0.5px;
    margin-bottom: 30px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

.dnd-section>.row-fluid,.footer__container {
  padding-left: 90px;
  padding-right: 90px;
}



@media (max-width: 999px){
  .dnd-section>.row-fluid,.header__container,.footer__container,.content-wrapper {
    max-width: 600px !important;
    padding-left: 0px;
    padding-right: 0px;
  }
}


@media (max-width: 690px){
  .dnd-section>.row-fluid,.header__container,.footer__container,.content-wrapper {
    max-width: 420px !important;
  }
}

@media (max-width: 479px){
  .dnd-section>.row-fluid,.header__container,.footer__container,.content-wrapper {
    max-width: 320px !important;
  }
}

@media (max-width: 364px){
  .dnd-section>.row-fluid,.header__container,.footer__container,.content-wrapper {
    padding-left:15px;
    padding-right:15px;
  }
}



@media (max-width: 767px) {
  html {

  }
}

@media (max-width: 480px) {
  html {

  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 500px;
  font-family: Lato, sans-serif;
}

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


    text-decoration: none !important;
    margin: 10px 0px;
    white-space: normal;
    font-size: 15px;
    line-height: normal;
}

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

  color: #fff;
      opacity: 0.85;
}

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

div#hs-search-module form .hs-input {
    margin-bottom: 18px;
}
.hs-form label {
  font-size: .83rem;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
  
    line-height: 18px;
    font-weight: 400;
    font-family: 'NeusaNextStd-Regular';
    font-size: 16px;
}

.hs-error-msgs label {
  margin-top: .5rem;
  color: #f2545b;
}

.hs-input {
  display: inline-block;
  width: 100%;
  
  padding: 9px 10px;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  background-color: #ffffff;
  border: 1px solid #D1D6DC;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    padding: 10px;
    font-family: inherit;
    line-height: 22px;
    color: #555;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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


ul.no-list.hs-error-msgs.inputs-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg,ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
    font-family: 'NeusaNextStd-Regular';
    color: #ce202b;
    font-size: 15px;
    line-height: 18px;
}



form {
    background-color: #fff;
    margin-bottom: 20px;
    padding: 40px;
    box-shadow: 0 60px 135px rgba(0,0,0,0.14), 0 15px 65px rgba(0,0,0,0.14);
    border-radius: 10px;
}

@media (max-width: 1024px){
form {
   padding: 30px;
}
}

@media (max-width: 767px){
  form {
    max-width:100%;
    padding: 20px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}


@media (min-width: 1001px){ 
  .mobile-menu-primary{
    display:none;
  }
}


@media (max-width: 1000px){ 
  .close-menu span:hover {
    opacity: 0.7;
  }
  div#site-wrapper {
    /*     position: relative;
    right: 0;
    overflow: hidden;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -moz-transition: transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -ms-transition: transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s; */
  }

  .mobile-open div#site-wrapper {
    /*     transform: translateY(0px) translate(-300px, 0px); */
  }
  .mobile-menu-primary {
    background: #fff;
    position: fixed;
    transform: translate(301px,0px);
    -webkit-transform: translate(301px,0px);
    -o-transform: translate(301px,0px);
    -ms-transform: translate(301px,0px);
    top: 0;
    right: 0;
    width: 300px;
    height: 100%;
    z-index: 10000;
    padding: 33px;
    overflow: hidden;
    padding: 25px 20px;
    transform: translate(301px, 0px);

    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -moz-transition: transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    -ms-transition: transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    transition: transform 700ms cubic-bezier(0.645, 0.045, 0.355, 1) 0s;
    max-height: calc(100vh);
    overflow-y: auto;
  }

  .mobile-open .mobile-menu-primary {
    transform: translate(0px, 0px);
  }


  div {}

  .mobile-menu-primary .navigation-primary {
    margin-top: -7px;
    margin-bottom: 25px;
    display: inline-block;
  }

  .mobile-menu-primary .navigation-primary > ul.submenu.level-1 {
    white-space: normal;
  }

  .mobile-menu-primary .navigation-primary > ul.submenu.level-1 > li {
    padding: 12px 0;
    position: relative;
    display: inline-block;
    padding-bottom: 13px;
  }

  .mobile-menu-primary .navigation-primary > ul.submenu.level-1 > li:first-child {
    padding-top: 0;
  }

  .mobile-menu-primary .navigation-primary > ul.submenu.level-1 > li:nth-child(2) {
    padding-top: 0;
  }

  .mobile-menu-primary .navigation-primary > ul.submenu.level-1 > li > a {
    font-family: 'NeusaNextStd-Regular';
    letter-spacing: normal;
    color: #6f696e;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 28px;
    font-weight: 400;
    transition: opacity 0.2s ease;
    -webkit-transition: opacity 0.2s ease;
    -moz-transition: opacity 0.2s ease;
    opacity: 1;
    display: inline-block;
    width: auto;
  }
  .mobile-menu-primary .navigation-primary>ul.submenu.level-1>li>a:hover {
    color: #e30059;
  }

  .close-menu {
    font-family: 'NeusaNextStd-Regular';
    color: #fff;
    position: absolute;
    right: 22px;
    top: 22px;
    z-index: 100;
    display: block;
  }

  .close-menu span {
    font-family: 'icomoon'!important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    border-radius: 999px 999px 999px 999px;
    -moz-border-radius: 999px 999px 999px 999px;
    -webkit-border-radius: 999px 999px 999px 999px;
    -o-border-radius: 999px 999px 999px 999px;
    display: inline-block;
    position: relative;
    text-align: center;
    vertical-align: middle;
    top: -2px;
    word-spacing: 1px;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    background-color: transparent!important;
    margin-right: 0px;
    height: 34px !important;
    left: -2px;
    line-height: 32px !important;
    max-width: none !important;
    transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    -webkit-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    -moz-transition: all 0.47s cubic-bezier(0.3,1,0.3,0.95) 0s;
    width: 34px !important;
    color: #e30059 !important;
    font-size: 24px!important;
  }

  .icon-salient-x:before {
    content: "\e117";
  }



  .child-trigger {
    width: 100%;
    height: 33px;
    position: absolute;
    top: 10px;
    cursor: pointer;
  }



  .mobile-menu-primary ul {
    -webkit-transition: all .3s !important;
    -moz-transition: all .3s !important;
    -ms-transition: all .3s !important;
    -o-transition: all .3s !important;
    transition: all .3s !important;
  }

  .mobile-menu-primary ul ul {
    position: fixed !important;
    top: 0;
    right: 0;
    margin: 0;
    left:100%;
    display: none;
    background-color: rgba(0,166,226,0.0);
  }


  .mobile-menu-primary ul li.open>ul {
    display:block;
  }


  .mobile-menu-primary ul.submenu.open {
    transform: translate3d(-100%,0px,0px);
  }

  .mobile-menu-primary .navigation-primary>ul.submenu.level-1>li.open {}

  .mobile-menu-primary .navigation-primary>ul.submenu.level-1>li.open > ul.submenu.level-2 {
    display: block;
  }

  .mobile-menu-primary ul ul li {
    padding: 12px 0 !important;
    position: relative;
    padding-bottom: 13px !important;
  }

  .mobile-menu-primary ul ul li a {
    font-family: 'NeusaNextStd-Regular'!important;
    letter-spacing: normal;
    color: #6f696e !important;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-transform: none;
    display: inline-block !important;
    width: auto !important;
  }

  .mobile-menu-primary ul ul li.back {
    display: inline-block;
    margin-bottom: 17px!important;
    padding: 0 !important;
    margin-left: -10px;
  }

  .mobile-menu-primary ul ul li.back a {
    /* margin-left: -10px; */
    background-color: #e30059;
    color: white!important;
    padding: 5px 12px !important;
    padding-bottom: 4px !important;
  }

  .mobile-menu-primary ul ul {
    top: -5px;
  }

  .mobile-menu-primary ul ul li.back a:hover {
    background-color: #e30059;
    color: white!important;
    opacity: 0.7!important;
  }

  .mobile-menu-primary ul ul li a:hover {
    color: #e30059!important;
  }


  .mobile-menu-primary ul li.hovered > a{


    color: #e30059!important;
  }
  .mobile-menu-primary ul ul.submenu.level-3 {
    top: 0px;
  }



  .bg-overlay {
    -webkit-backface-visibility: hidden;
    background-color: rgba(0,0,0,0.8);
    position: fixed;
    height: 1px;
    width: 1px;
    opacity: 0;
    left: 0;
    top: 0;
    z-index: 9996;
    background-color: rgba(0,0,0,0.8);
    height: 1px;
    width: 1px;
    opacity: 0;
    transition: opcity 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
  }

  .mobile-open .bg-overlay {
    height: 100%;
    width: 100%;
    opacity: 1;
    transition: opcity 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
  }

  .mobile-open .header {z-index: 9999999;position: fixed;}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
  word-break: break-word;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

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

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.lp .nav-dekstop-right-col {
    opacity: 0;
    visibility: hidden;
}

.lp .language-mobile {
    opacity: 0;
    visibility: hidden;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

.header {
  background-color: #F8FAFC;
}

.header__container {

  max-width: 1400px;
  margin: 0 auto;

}


/* Own styles added 09-09-21 */

.pinja-menu {
    margin-top: 12px;
    margin-bottom: 24px;
    padding-right: 0px!important;
}

.pinja-menu a {
	color: #6f696e;
  text-transform: uppercase;
  letter-spacing: -0.2px;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  text-decoration: none;
}


.pinja-menu a:hover, 
.pinja-menu a:focus {
    color: #e30059;
    opacity: 1;
} 

/* Making pink underline in hover under link */
.pinja-menu a:hover:after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

/* Making pink underline hover effect */
.pinja-menu a:after {
  -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
    position: absolute;
    display: block;
    border-top: 2px solid #e30059;
    content: '';
    padding-bottom: inherit;
    width: 192px;
    right: 23px;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #e30059;
    content: '';
    padding-bottom: inherit;
    position: static !important;
    width: auto;
} 

.header__logo>div>span>a>img{
    max-height: 65px!important;
    width: auto!important;
    max-width: 100%!important;
    
} /* END OF Own styles added 09-09-21 */

@media (max-width: 364px){
  .header__logo>div>span>a>img{
    max-width: 80px !important;
  }
}

/* Styles for the Search Bar */

.header__search {
  width: auto;
  padding: 0 22px;
}

.header__search .hs-search-field__input {
  box-sizing: border-box;
  background-color: white;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center right 15px;
  color: #191919;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  font-family: NeusaNextStd, serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 42;
  padding: 0 15px;
  height: 45px;
}

.header__search .hs-search-field--open .hs-search-field__input {
  border: 1.79px solid #D1D6DC;
  border-bottom: none;
  border-radius: 6px 6px 0 0;
  background-color: white;
}

.header__search .hs-search-field__input::placeholder {
  color: transparent;
}

.header__search .hs-search-field--open .hs-search-field__suggestions {
  position: absolute;
  width: 100%;
  background-color: white;
  border-top: -2px solid white;
  border: 1.79px solid #D1D6DC;
  border-radius: 0 0 6px 6px;
  z-index: 10;
}

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: NeusaNextStd, serif;
  font-size: 22px;
}

.header__search .hs-search-field__suggestions li a {
  color: #191919;
  text-decoration: none;
  padding: 3px 15px;
  transition: background-color 0.3s;
}

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}

/* Styles for the Language Switcher Component */

.header__language-switcher {
  padding-right: 35px;
  cursor: pointer;
}

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

.header__language-switcher .lang_list_class {
  display: block;
  visibility: hidden;
  opacity: 0;
  font-family: NeusaNextStd, serif;
  font-size: 0.8rem;
  color: #191919;
  top: 42px;
  left: calc(100% - 24px);
  padding-top: 0;
  min-width: 100px;
  text-align: left;
  transition: opacity 0.3s;
  border: 1.79px solid #D1D6DC;
  border-radius: 6px;
  box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2)
}

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

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

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

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

.header__language-switcher .lang_list_class li {
  border: none;
  padding: 10px 15px;
  font-size: 18px;
}

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

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

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

.header__language-switcher .lang_list_class li a {
  font-family: NeusaNextStd, serif;
  color: #191919;
}

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

.header__language-switcher--label {
  display: flex;
  position: relative;
}

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

/* Tablet Styles */



/* Mobile Styles */
/* Taken off 09-09-2021
@media (max-width: 1000px) {

  .header__navigation,
  .header__search,
  .header__language-switcher {
    display: none;
    width: 100%;
  }

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

  .header__navigation--toggle,
  .header__search--toggle,
  .header__language-switcher--toggle,
  .header__close--toggle {
    position: relative;
    cursor: pointer;
    margin: 0 5vw;
  }

  .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-right: auto;
    margin-left: 0;
  }

  .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;
    position: absolute;
    left: 40px;
    top: -10px;
    font-weight: 600;
    font-size: 26px;
    text-transform: uppercase;
  }

  .header__column {
    position: relative;
  }

  .header__row-1 {
    padding-top: 0;
  }

  .header__row-2 {
    justify-content: center;
    padding: 30px;
  }

  .header__navigation--toggle {
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5oYW1idXJnZXI8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGcgaWQ9ImhhbWJ1cmdlciIgc3Ryb2tlPSJub25lIiBzdHJva2Utd2lkdGg9IjEiIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+ICAgICAgICA8ZyBpZD0iR3JvdXAiIHN0cm9rZT0iIzQ5NEE1MiIgc3Ryb2tlLXdpZHRoPSIzIj4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiB4PSIxLjUiIHk9IjEuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNCIgeD0iMS41IiB5PSI5LjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICAgICAgPHJlY3QgaWQ9IlJlY3RhbmdsZS1Db3B5LTUiIHg9IjEuNSIgeT0iMTcuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgIDwvZz4gICAgPC9nPjwvc3ZnPg==);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: cover;
    height: 25px;
    width: 25px;
    cursor: pointer;
  }

  .header__navigation--toggle:after {
    content: "Menu";
  }

  .header__language-switcher--toggle {
    
    background-size: cover;
    width: 25px;
    height: 25px;
  }

  .header__language-switcher--toggle:after {
    content: "Language";
  }

  .header__language-switcher {
    border-top: 2px solid #CED4DB;
    padding-right: 0;
    padding-left: 30px;
  }

  .header__language-switcher .lang_list_class {
    display: block;
    visibility: visible;
    opacity: 1;
    top: 0;
    left: 30px;
    border: none;
    border-radius: 0;
    box-shadow: unset;
    padding: 0 30px;
    background-color: inherit;
  }

  .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;
    width: 25px;
    height: 25px;
  }

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

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

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

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

  .header__close--toggle {
    display: none;
    background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjE5cHgiIHZpZXdCb3g9IjAgMCAyNCAxOSIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5jbG9zZTwvdGl0bGU+ICAgIDxkZXNjPkNyZWF0ZWQgd2l0aCBTa2V0Y2guPC9kZXNjPiAgICA8ZyBpZD0iY2xvc2UiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPiAgICAgICAgPGcgaWQ9Ikdyb3VwIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgyLjAwMDAwMCwgLTEuMDAwMDAwKSIgc3Ryb2tlPSIjNDk0QTUyIiBzdHJva2Utd2lkdGg9IjMiPiAgICAgICAgICAgIDxyZWN0IGlkPSJSZWN0YW5nbGUiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwLjAwMDAwMCwgMTAuNTAwMDAwKSByb3RhdGUoLTQ1LjAwMDAwMCkgdHJhbnNsYXRlKC0xMC4wMDAwMDAsIC0xMC41MDAwMDApICIgeD0iLTAuNSIgeT0iMTAuNSIgd2lkdGg9IjIxIiBoZWlnaHQ9IjEiIHJ4PSIwLjUiPjwvcmVjdD4gICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHktNSIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoMTAuMDAwMDAwLCAxMC41MDAwMDApIHJvdGF0ZSg0NS4wMDAwMDApIHRyYW5zbGF0ZSgtMTAuMDAwMDAwLCAtMTAuNTAwMDAwKSAiIHg9Ii0wLjUiIHk9IjEwLjUiIHdpZHRoPSIyMSIgaGVpZ2h0PSIxIiByeD0iMC41Ij48L3JlY3Q+ICAgICAgICA8L2c+ICAgIDwvZz48L3N2Zz4=);
    background-size: 110%;
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    margin-right: 0;
  }

  .header__close--toggle.show {
    display: block;
  }
} */




/* header */

.header {
  width: 100%;
  top: 0px;
  left: 0px;
/*  position: fixed; 2-2-2024 */
  padding: 28px 0px 0px 0px;
  background-color: #fff;
  z-index: 10;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
  -moz-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
  -webkit-box-shadow: 0 0 3px 0 rgba(0,0,0,0.22);
  padding-top: 16px;
  transform: translateY(0px) translate(0px, 0px);
}

.header-inner-wrapper {
  position: relative;
  width: 100%;
}

.header .header__container {
  position: relative;
  width: 100%;
  max-width: 100%;
  padding: 0 28px;
}

.header__container-row {
  position: relative;
}

.header__logo {
  position: relative;
  display: block;
  float: left;
  margin-right: 2%;
  width: auto;
}

.language-mobile {
  display: none;
}

.header__logo > div > span > a {
  width: auto;
  max-width: none;
  display: block;
  line-height: 22px;
  font-size: 22px;
  letter-spacing: -1.5px;
  color: #444;
  font-family: 'Open Sans';
  font-weight: 600;
}



.header__logo > div > span > a > img {
  width: auto;
  margin-bottom: 0px;
  display: block;
  transition: opacity 0.4s ease;
  height: 45px;
  width: 74px;
}

.nav-dekstop-right-col {
  position: static;
  float: right;
 /* padding-right: 140px;*/
  width: auto;
}



.mobile-icon {
  display: none;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-bottom: 10px;
  margin-top: -5px;
  z-index: 10000;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

.language-desktop {}

.language-desktop .language-desktop-inner {
  display: inline-block;
  position: absolute;
  right: 35px;
  z-index: 1000;
}

.language-desktop .language-desktop-inner > div {
  max-width: 100%;
  width: auto;
  padding-top: 3px;
}

.language-desktop .language-desktop-inner > div > ul {
  position: relative;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.language-desktop .language-desktop-inner > div > ul > li {
  float: none;
  padding-top: 5px;
}

.language-desktop .language-desktop-inner > div > ul > li > a {
  font-family: 'NeusaNextStd-Regular';
  padding: 5px 10px;
  line-height: 1;
  display: block;
  text-decoration: none;
  position: relative;
  padding-right: calc(10px + .7em + .7em);
  border: none;
  font-size: 17px;
  background-color: transparent;
  color: #6f696e;
  padding-bottom: 25px;
}

.language-desktop .language-desktop-inner > div > ul > li > a > span {
  vertical-align: middle;
}

.language-desktop .language-desktop-inner > div > ul > li > a:after {
  content: '';
  vertical-align: middle;
  display: inline-block;
  border: .35em solid transparent;
  border-top: .5em solid;
  position: absolute;
  right: 10px;
  top: 8px!important;
  font-size: 20px;
}

.language-desktop .language-desktop-inner > div .wpml-ls-sub-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  list-style-type: none;
  z-index: 101;
  right: 0;
  left: 0;
  visibility: hidden;
  position: absolute;
  padding-top: 0px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
  border-top: none;
  top: auto;
}

.language-desktop .language-desktop-inner > div .wpml-ls-sub-menu > li {
  padding: 0;
  margin: 0;
  list-style-type: none;
/*   background-color: white; */
  padding-bottom: 7px;
  float: none;
  padding-top: 5px;
}

.language-desktop .language-desktop-inner > div .wpml-ls-sub-menu > li > a {
  padding: 5px 10px;
  line-height: 1;
  display: block;
  text-decoration: none;
  border: none;
  font-size: 17px;
  background-color: transparent;
  color: #6f696e;
  padding-bottom: 8px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
}

.language-desktop .language-desktop-inner > div .wpml-ls-sub-menu > li > a > span {
  vertical-align: middle;
  padding-left: 8px;
}

.language-desktop .language-desktop-inner > div > ul > li:hover > .wpml-ls-sub-menu {
  visibility: visible;
}

.language-desktop .language-desktop-inner > div .wpml-ls-sub-menu > li > a:hover > span {
  border-left: 3px solid #e30059;
  padding: 0px 5px;
/*   color: #e30059; */
}


.menu-item.focus>a:after {
    -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
    transition: transform .3s ease-out,border-color .3s ease-out;
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    -ms-transform: scaleX(0);
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    border-top: 2px solid #e30059;
    content: '';
    padding-bottom: inherit;
}

.custom-menu-primary {}

.custom-menu-primary .navigation-primary {
  display: block;
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 {
  float: right;
  overflow: visible!important;
  transition: padding 0.8s ease,margin 0.25s ease;
  /* min-height: 1px; */
  /* line-height: 1px; */
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 > li {
  line-height: 14px;
  font-size: 14px;
  float: left;
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 > li > a {
  position: relative;
  font-family: 'NeusaNextStd-Regular';
  letter-spacing: -0.2px;
  color: #6f696e;
  text-transform: uppercase;
  font-size: 17px;
  line-height: 23.8px;
  font-weight: 400;
  -webkit-transition: color 0.2s ease;
  -moz-transition: color 0.2s ease;
  -o-transition: color 0.2s ease;
  transition: color 0.2s ease;
  padding-left: 0;
  padding-right: 0;
  margin-left: 8px;
  margin-right: 8px;
  padding-bottom: 27px;
  padding-top: 11px;
  display: block;
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 > li > a:after {
  border-color: #e30059;
  -ms-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
  -webkit-transition: -webkit-transform .3s ease-out,border-color .3s ease-out;
  transition: transform .3s ease-out,border-color .3s ease-out;
  position: absolute;
  display: block;
  bottom: -6px;
  left: 0;
  width: 100%;
  -ms-transform: scaleX(0);
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  border-top: 2px solid #000;
  content: '';
  padding-bottom: inherit;
  border-color: #e30059;
}

.custom-menu-primary .navigation-primary > ul.submenu.level-1 > li:hover > a:after {
  backface-visibility: hidden;
  -ms-transform: scaleX(1);
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li {}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:not(:nth-child(2)) > ul.submenu.level-2 {
  border: none;
  top: 100%;
  left: 0;
  transform: none;
  border-radius: unset;
  box-shadow: none;
  width: auto;
  font-weight: unset;
  width: 16em;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  background: #fff;
  padding: 15px;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  top: 61px;
  white-space: normal;
}

.triangle-container.level-2 {
  display: none;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:not(:nth-child(2)) > ul.submenu.level-2 > li {
  line-height: 14px;
  font-size: 14px;
  width: 100%;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:not(:nth-child(2)) > ul.submenu.level-2 > li > a {
  display: block;
  position: relative;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  color: #333333;
  transition: none;
  letter-spacing: 0;
  padding: 10px 10px 10px 13px;
  text-transform: none;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:not(:nth-child(2)) > ul.submenu.level-2 > li > a:hover {
  color: #e30059;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:not(:nth-child(2)) > ul.submenu.level-2 > li > a:hover:before {
  content: '';
  position: absolute;
  top: 25%;
  left: 0;
  width: 3px;
  height: 50%;
  background-color: #e30059;
}



/* mega-menu */
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) {
  position: static;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 {
  top: 100%;
  border: none;
  box-shadow: none;
  border-radius: unset;
  transform: none;
  font-weight: unset;
  box-shadow: 0 2px 2px rgba(0,0,0,0.2);
  width: auto;
  background: #fff;
  max-height: calc(100vh - 100px);
  overflow-y: auto;
  white-space: normal;
  width: 71%;
  left: 15%;
  padding: 30px 0px 50px 0px;
  background-color: #fff;
  border-top: 1px solid #ddd;
  top: 61px;
}

.triangle-container.level-2 {
  display: none !important;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 > li {
  position: relative;
  line-height: 14px;
  font-size: 14px;
  font-weight: normal;
  padding: 0px 15px;
  display: table-cell;
  float: left;
  border-right: none;
  width: 20%;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 > li > a {
  font-family: 'NeusaNextStd-Regular';
  display: block;
  position: relative;
  text-decoration: none;
  transition: none;
  line-height: 20px;
  border-bottom: none;
  color: #676767;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: normal;
  margin: 0;
  padding: 13px 10px 13px 13px;
 
}

/** Start of pink selection color for Pinja Blog **/
/* pink color and line for menu's active Pinja text */
.navigation-primary ul.submenu.level-1>li.has-submenu.menu-item:nth-child(4) a {
    color: #e30059;
}

.navigation-primary ul.submenu.level-1>li.has-submenu.menu-item:nth-child(4)>a:before {
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    border-top: 2px solid #e30059;
    content: '';
    padding-bottom: inherit;
}

/* pink color and line for menu's active Pinja text's child Pinja Blog */
.navigation-primary ul.submenu.level-1>li.has-submenu.menu-item:nth-child(4)>ul.submenu.level-2 >li.no-submenu.menu-item:nth-child(5) a {
  color: #e30059;
}

.navigation-primary ul.submenu.level-1>li.has-submenu.menu-item:nth-child(4)>ul.submenu.level-2 >li.no-submenu.menu-item:nth-child(5) a:before {
  content: '';
  position: absolute;
  top: 25%;
  left: 0;
  width: 3px;
  height: 50%;
  background-color: #e30059;
}

@media only screen and (max-width: 1000px) {
  /* Disable pink selection */
  .navigation-primary ul.submenu.level-1>li.has-submenu.menu-item:nth-child(4) a {
    color: #6f696e;
  }
  .navigation-primary ul.submenu.level-1>li.has-submenu.menu-item:nth-child(4)>a:before {
    position: absolute;
    display: block;
    bottom: -6px;
    left: 0;
    width: 100%;
    border-top: none;
    content: '';
    padding-bottom: inherit;    
  }

  .navigation-primary ul.submenu.level-1>li.has-submenu.menu-item:nth-child(4)>ul.submenu.level-2 >li.no-submenu.menu-item:nth-child(5) a {
  }

  .navigation-primary ul.submenu.level-1>li.has-submenu.menu-item:nth-child(4)>ul.submenu.level-2 >li.no-submenu.menu-item:nth-child(5) a:before {
    width: 0;
  }
}

/* End of pink selection color */

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 > li > ul.submenu.level-3 {
  display: block!important;
  top: 0px!important;
  width: 100%;
  opacity: 1!Important;
  left: 0px!important;
  box-shadow: none;
  position: relative!important;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 > li > ul.submenu.level-3 > li {
  position: relative;
  line-height: 14px !important;
  font-size: 14px !important;
  font-weight: normal;
  width: 100%;
  float: none;
}

.triangle-container.level-3 {
  display: none !important;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 > li > ul.submenu.level-3 > li > a {
  padding: 0;
  font-family: 'NeusaNextStd-Regular';
  display: block;
  position: relative;
  color: #333333;
  transition: none;
  letter-spacing: 0;
  text-transform: none;
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  border-bottom: none!important;
  padding: 13px 15px;
  background-color: transparent!important;
  line-height: 20px;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 > li > ul.submenu.level-3 > li > a:hover {
  background-color: #fff;
  color: #e30059;
}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2)>ul.submenu.level-2>li>ul.submenu.level-3>li>a:hover:before {
  content: '';
  position: absolute;
  top: 25%;
  left: 0;
  width: 3px;
  height: 50%;
  background-color: #e30059;

}

.custom-menu-primary .navigation-primary>ul.submenu.level-1>li.active-branch>a:after {
    backface-visibility: hidden;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2)>ul.submenu.level-2>li>a:hover {
color: #333 !important;
}
.custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2)>ul.submenu.level-2>li>ul.submenu.level-3>li>a span {
    font-family: 'NeusaNextStd-Light';
    color: #1C1C1C;
    font-size: 14px;
    font-weight: 200;
    display: block;
    line-height: 20px;
    font-family: NeusaNextStd-Light;
    font-size:14px;
    font-style:normal;
    font-weight:200;
  
    padding-top: 1px;
}


.IE .banner{
  justify-content:space-around
}



@media only screen and (max-width: 1600px){
  .custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 {
    width: 90%;
    left: 5%;
  }
}



@media only screen and (max-width: 1300px){
  .custom-menu-primary .navigation-primary>ul.submenu.level-1>li:nth-child(2) > ul.submenu.level-2 {
   width: 100%;
    left: 0%;
  }
}


@media only screen and (max-device-width: 1025px) and (min-device-width: 481px) and (orientation: landscape){
  .header__logo>div>span>a>img{
          height: 54px!important;
          margin-top: -12px !important;
          width: 89px !important;
  }  
}


/* Own styles added 09-09-21 */
@media (max-width: 1000px){
  .header .header__container {
      max-width: 100% !important;
  }
} /* END OF Own styles added 09-09-21 */

/* Taken off 09-09-2021
@media (max-width: 1000px){
.custom-menu-primary {
    display: none;
}
  
  .mobile-icon {
    display: block;
}

.mobile-icon a > span {
    transition: -webkit-transform 0.33s 0.3s ease-in;
    transition: transform 0.33s 0.3s ease-in;
    -webkit-transform-origin: center;
    transform-origin: center;
    display: block;
    height: 21px;
    transition: -webkit-transform 0.33s 0s ease;
    transition: transform 0.33s 0s ease;
    height: 20px;
}

.lines-button {
    transition: .3s;
    cursor: pointer;
    line-height: 0px;
    top: 9px;
    position: relative;
    font-size: 0px;
    user-select: none;
    display: block;
    width: 22px;
    top: 10px;
}

.lines-button:after {
    height: 2px;
    background-color: rgba(0,0,0,0.4);
    display: inline-block;
    width: 1.4rem;
    height: 2px;
    transition: transform 0.45s ease,opacity 0.2s ease,background-color 0.2s linear;
    -webkit-transition: -webkit-transform 0.45s ease,opacity 0.2s ease,background-color 0.2s ease;
    position: absolute;
    left: 0;
    top: 0px;
    content: '';
    transform: scale(1,1);
    -webkit-transform: scale(1,1);
    height: 2px;
    width: 22px;
    top: 0px;
    background-color: #6f696e;
}

.lines {
    display: block;
    width: 1.4rem;
    height: 3px;
    background-color: #ecf0f1;
    transition: 0.3s;
    position: relative;
    height: 2px;
    transition: background 0.2s ease,opacity 0.2s ease;
    background-color: transparent;
    width: 22px;
}

.lines:before, .lines:after {
    display: block;
    width: 1.4rem;
    height: 3px;
    background: #ecf0f1;
    transition: 0.3s;
    position: absolute;
    left: 0;
    content: '';
    -webkit-transform-origin: 0.142rem center;
    transform-origin: 0.142rem center;
}

.lines:before {
    top: 6px;
}

.lines:before {
    height: 2px;
}

.lines:before,.lines:after {
    height: 2px;
    width: 22px;
}

.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: top 0.4s 0.45s ease,-webkit-transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
    transition: top 0.4s 0.45s ease,transform 0.3s ease,background-color 0.2s ease,opacity 0.2s ease;
    transition: -webkit-transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
    transition: transform 0.45s ease,background-color 0.2s ease,opacity 0.2s ease;
}

.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
    background-color: #6f696e;
}

.lines-button.x2 .lines:before, .lines-button.x2 .lines:after {
    width: 22px;
}

.lines:before {
    top: 6px;
}

.lines:after {
    top: -6px!important;
}

.header__logo {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1000;
    width: 100%!important;
    text-align: left;
}

.header .header__container {
    max-width: 100% !important;
}

.language-mobile {
    display: block;
}

.header__logo>div>span>a>img {
    height: 35px!important;
    width: 57.88px !important;
    top: 3px;
    position: relative;
  
    margin-top: 0px!important;
}

.language-mobile-inner {
    right: 5px;
    float: right;
    top: -57px;
    z-index: 10000;
    display: block !important;
    position: relative;
}

.language-mobile-inner > div {
    max-width: 100%;
    width: 50px;
    margin-right: 30px;
    padding-top: 30px;
}

.language-mobile-inner > div > ul {
    position: relative;
    padding: 0;
    margin: 0 !important;
    list-style-type: none;
}

.language-mobile-inner > div > ul > li {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.language-mobile-inner > div > ul > li > a {
    font-family: 'NeusaNextStd-Regular'!important;
    padding: 5px 10px;
    line-height: 1;
    display: block;
    text-decoration: none;
    position: relative;
    border: none;
    font-size: 17px;
    background-color: transparent;
    color: #6f696e;
    padding-bottom: 22px;
    padding-right: 44px;
}

.language-mobile-inner > div > ul > li > a > span {
    vertical-align: middle;
}

.language-mobile-inner > div > ul > li > a:after {
    content: '';
    vertical-align: middle;
    display: inline-block;
    border: .35em solid transparent;
    border-top: .5em solid;
    position: absolute;
    right: 10px;
    top: 8px!important;
    font-size: 20px;
}

.language-mobile-inner  ul.wpml-ls-sub-menu {
    visibility: hidden;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    border-top: 1px solid #cdcdcd;
    padding: 0;
    margin: 0;
    list-style-type: none;
    z-index: 101;
    padding-top: 0px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.2);
    border-top: none;
}

.language-mobile-inner ul.wpml-ls-sub-menu li {
    padding: 0;
    margin: 0;
    list-style-type: none;
    background-color: white;
    padding-bottom: 7px;
    padding-top: 4px;
}

.language-mobile-inner ul.wpml-ls-sub-menu li a {
    font-family: 'NeusaNextStd-Regular'!important;
    padding: 5px 10px;
    line-height: 1;
    display: block;
    text-decoration: none;
    border: none;
    font-size: 17px;
    background-color: transparent;
    font-family: 'NeusaNextStd-Medium';
    color: #6f696e;
    padding-top: 10px!important;
    padding-bottom: 8px!important;
    border-top: 1px solid #ddd;
}

.language-mobile-inner ul.wpml-ls-sub-menu li a span {
    vertical-align: middle;
    padding-left: 8px;
}

.language-mobile-inner > div > ul > li:hover ul.wpml-ls-sub-menu {
    visibility: visible;
}

.header {
    height: 73px;
}



.nav-dekstop-right-col {
    z-index: 100;
    margin-bottom: 0px;
    width: 100%!important;
    margin-left: 0px;
    float: right;
    padding-right: 140px;
    min-height: 53px;
    line-height: 39px;
}

.language-mobile-inner ul.wpml-ls-sub-menu li a span:hover {
    border-left: 3px solid #e30059;
    padding: 0px 5px;
    color: #e30059;
}
  .header__logo>div>span>a {
    display: table;
} */
  
 
  
  
  
}

/* Taken off 09-09-2021
@media (max-width: 1000px) and (min-width: 1000px) {
   .mobile-open .lines-button {
    -webkit-transform: scale3d(0.8,0.8,0.8);
    transform: scale3d(0.8,0.8,0.8);
}
  
  .mobile-open .lines-button:after {
    transform: scale(0,1);
    -webkit-transform: scale(0,1);
}
  
  .mobile-open .lines-button.x2 .lines:before {
    -webkit-transform: translateY(-6px) rotateZ(-45deg)!important;
    -moz-transform: translateY(-6px) rotateZ(-45deg)!important;
    -ms-transform: translateY(-6px) rotateZ(-45deg)!important;
    -o-transform: translateY(-6px) rotateZ(-45deg)!important;
    transform: translateY(-6px) rotateZ(-45deg)!important;
}
  .mobile-open .lines-button.x2 .lines:after {
    -webkit-transform: translateY(6px) rotateZ(45deg)!important;
    -moz-transform: translateY(6px) rotateZ(45deg)!important;
    -ms-transform: translateY(6px) rotateZ(45deg)!important;
    -o-transform: translateY(6px) rotateZ(45deg)!important;
    transform: translateY(6px) rotateZ(45deg)!important;
}
} */




@media (max-width: 1000px){
.banner-section {
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    -moz-transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    -ms-transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    transform: translateY(0px) translate(0px,0px);
}

.mobile-open .banner-section {
    transform: translateY(0px) translate(-300px,0px);
}

.body-container-wrapper {
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    -moz-transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    -ms-transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    transform: translateY(0px) translate(0px,0px);
}

.mobile-open .body-container-wrapper {
    transform: translateY(0px) translate(-300px,0px);
}

.footer {
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    -moz-transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    -ms-transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    transform: translateY(0px) translate(0px,0px);
}

.mobile-open .footer {
    transform: translateY(0px) translate(-300px,0px);
}

.mobile-open .header {
    transform: translateY(0px) translate(-300px,0px);
}

.header {
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease,-webkit-transform .5s ease;
    -webkit-transition: -webkit-transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    -moz-transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    -ms-transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    transition: transform 700ms cubic-bezier(0.645,0.045,0.355,1) 0s;
    transform: translateY(0px) translate(0px,0px);
}

.mobile-open .header {
    box-shadow: none;
}

}


@media (max-width: 690px){
  .header .header__container {
      max-width: 100%;
      padding: 0 18px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

/* cookie popup settings */

  /* hide Cookiebot logo on pop-up */
a#CybotCookiebotDialogPoweredbyCybot,
div#CybotCookiebotDialogPoweredByText {
  display: none;
}

/* hide more details -button */
a#CybotCookiebotDialogBodyEdgeMoreDetailsLink,
div#CybotCookiebotDialogBodyEdgeMoreDetails {
  display: none!important;
}

/* hide cookie information tabs */
a#CybotCookiebotDialogNavDeclaration {
  display: none!important;
}
a#CybotCookiebotDialogNavAbout {
  display: none!important;
}

/* hide extra information on cookie classes */
div#CybotCookiebotDialogDetailBodyContentCookieTabsNecessary {
  display: none;
}

div#CybotCookiebotDialogDetailBodyContentCookieTabsPreference {
  display: none;
}

div#CybotCookiebotDialogDetailBodyContentCookieTabsStatistics {
  display: none;
}

div#CybotCookiebotDialogDetailBodyContentCookieTabsAdvertising {
  display: none;
}

/* hide cookie declaration last updated on details tab */
div#CybotCookiebotDialogDetailFooter {
  display: none;
}

/* hide unclassified cookie class */
div#CybotCookiebotDialogDetailBodyContentCookieContainerUnclassifiedCard {
  display: none!important;
}

/* disable cookie class buttons */
div#CybotCookiebotDialogDetailBodyContentCookieContainerPreference {
  pointer-events: none;
}
div#CybotCookiebotDialogDetailBodyContentCookieContainerStatistics {
  pointer-events: none;
}
div#CybotCookiebotDialogDetailBodyContentCookieContainerAdvertising {
  pointer-events: none;
}
div#CybotCookiebotDialogDetailBodyContentCookieContainerNecessaryCard
{ pointer-events: none; }

/* end of cookie popup settings */

.footer {
  background-color: #F8FAFC;
  
}
.footer__container {
  
  margin: 0 auto;
}
.footer__copyright {
  font-family: Lato, sans-serif;
  font-size: .7rem;
  margin: .5rem 0;
}

.footer {
    color: #ccc;
    position: relative;
  
    background-color: #252525;
}

.footer-bottom {
    position: relative;
    padding: 20px 0px;
    font-size: 12px;
    background-color: #1c1c1c;
    color: #777;
    padding-bottom: 27px;
}

.footer-bottom .footer__container {
    position: relative;
}

.footer-bottom .copyright {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    z-index: 10;
}




.footer-bottom .copyright p {
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'NeusaNextStd-Regular'!important;
    padding-bottom: 0px;
    line-height: 22px;
    margin-top: 3px;
}

.footer-bottom .copyright p a {
    color: #777;
}

.social-wrapper-footer {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    margin-right: 0;
    z-index: 10;
    margin-bottom: 0px;
    top: -2px;
}




.social-wrapper-footer ul.social {
    margin: 0;
    padding: 0;
    list-style: none;
    float: right;
}

.social-wrapper-footer ul.social li {
    float: left;
    margin-left: 20px;
}

.social-wrapper-footer ul.social li a {
    font-family: 'NeusaNextStd-Regular';
    color: #777 !important;
    position: relative;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    background-position: center top;
    display: block;
    line-height: normal;
    height: auto;
}

.social-wrapper-footer ul.social li a i {
    font-size: 20px;
    width: auto;
    background-color: transparent;
    color: #777;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.fa-twitter:before {
    content: "\f099";
}

.fa-facebook-f:before, .fa-facebook:before {
    content: "\f09a";
}

.fa-linkedin:before {
    content: "\f0e1";
}

.fa-youtube-play:before {
    content: "\f16a";
}

.social-wrapper-footer ul.social li a i:hover {
    color: #e30059;
}

.footer-top-wrapper {}

.footer-top-wrapper .footer__container {
    width: 100%;
    position: relative;
}

.footer-top-wrapper .footer__container .row {
    padding: 55px 0px;
    margin-bottom: 0px;
}

.footer .footer-col {
    position: relative;
    display: block;
    float: left;
    width: 100%;
    
}


.footer .footer-col:last-child {
    margin-right: 0;
}

.footer .footer-col:first-child h4 {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
    text-transform: uppercase;
    font-family: 'NeusaNextStd-Medium';
    letter-spacing: 1.2px;
    margin-bottom: 0px;
    color: #fff;
    font-weight: normal;
    font-size: 18px;
    padding-bottom: 26px;
}

.footer .footer-col h4 {
    -webkit-font-smoothing: antialiased;
    line-height: 30px;
    text-transform: uppercase;
    color: #fff;
    font-size: 14px;
    font-family: 'NeusaNextStd-Medium';
    letter-spacing: 1.2px;
    margin-bottom: 0px;
    font-weight: normal;
}

.footer .footer-col p {
    margin: 0;
    -webkit-font-smoothing: subpixel-antialiased;
    font-family: 'NeusaNextStd-Regular';
    font-size: 14px;
    padding-bottom: 20px;
    line-height: 25px;
}

.footer .footer-col:first-child p {
    font-size: 16px;
}

.footer .footer-col:first-child p a {
    color: #ccc;
}

.footer .footer-col:first-child hr {
    width: 40px;
    margin: 0;
    margin-bottom: 25px;
    height: 2px;
    display: block;
    
}

.footer .footer-col:first-child p a:before {
    content: "\f101";
    font-family: FontAwesome;
    color: #e30059;
    display: inline-block;
    padding-right: 10px;
    transition: none;
    -moz-transition: none;
    -webkit-transition: none;
}

/* removing pink arrows before links in swedish footer */
.footer .footer-col.footer-sv:first-child p a:before {
    content: none;
    display: none;
}

/* centering swedish footer */
.footer .footer-col.footer-sv {
     width: 100%;
}

/* centering swedish footer's content */
.footer-sv {
    text-align: center;
    margin: 0 auto;
}

.footer .footer-col:first-child p:first-child a:before {
    display: none;
}

.footer .footer-col:first-child p img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
    width: 155px;
    padding-top: 35px;
}

.footer .footer-col p:last-child {
    padding-bottom: 0px;
}


.footer .footer-col:first-child p a:hover {
    color: #e30059;
    text-decoration: none;
}




/* back-to-top */

a#back-to-top {
    font-family: 'NeusaNextStd-Regular';
    display: block !important;
    position: fixed;
    text-align: center;
    line-height: 12px!important;
    right: 17px;
    bottom: -30px;
    color: #fff;
    cursor: pointer;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    -o-border-radius: 2px;
    z-index: 9994;
    height: 29px;
    width: 29px;
    background-color: rgba(0,0,0,0.25);
    background-repeat: no-repeat;
    background-position: center;
    transition: background-color 0.1s linear;
    -moz-transition: background-color 0.1s linear;
    -webkit-transition: background-color 0.1s linear;
    -o-transition: background-color 0.1s linear;
    border-radius: 200px!important;
    -webkit-border-radius: 200px!important;
    -o-border-radius: 200px!important;
    transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
    -moz-transition: -moz-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.1s linear;
    background-color: rgba(0,0,0,0.25)!important;
    overflow: hidden;
    bottom: -30px;
    opacity: 1 !important;
  
    transition: bottom 350ms cubic-bezier(0.645,0.045,0.355,1) 0s;
}

a#back-to-top:before,a#back-to-top:after {
    display: block;
    content: ' ';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    background-color: #000;
    transform: scale(0);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    transition: all 0.3s cubic-bezier(.55,0,.1,1);
    -webkit-transition: all 0.3s cubic-bezier(.55,0,.1,1);
    -moz-transition: all 0.3s cubic-bezier(.55,0,.1,1);
    border-radius: 100px;
    -webkit-border-radius: 100px;
}

a#back-to-top:before {
    background-color: rgba(255,255,255,0.25);
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
    -webkit-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
    -moz-transition: all 0.5s cubic-bezier(0.165,0.84,0.44,1);
    opacity: 0;
    z-index: 2;
}

a#back-to-top:after {
    background-color: #e30059!important;
}

a#back-to-top i {
    line-height: 29px!important;
    width: 29px!important;
    height: 29px!important;
    font-size: 14px!important;
    top: 0px!important;
    left: 0px!important;
    text-align: center!important;
    position: relative;
    z-index: 10;
    background-color: transparent!important;
}

a#back-to-top i.fa-angle-up {
    -webkit-transform: translate(0,0px);
    -ms-transform: translate(0,0px);
    transform: translate(0,0px);
    transition: transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    -moz-transition: transform 0.2s ease;
}

.fa-angle-up:before {
    content: "\f106";
}
.footer-bottom .copyright p a:hover {
    text-decoration: none;
}
.fa-angle-up:before {
    content: "\f106";
}

.scroll-header a#back-to-top {
    bottom: 17px;
  transition: bottom 350ms cubic-bezier(0.645,0.045,0.355,1) 0s;
}

.scroll-header a#back-to-top:hover {
    transition: box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
    -webkit-transition: -webkit-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
    -moz-transition: -moz-box-shadow 0.3s cubic-bezier(.55,0,.1,1),background-color 0.05s linear 0.25s;
    box-shadow: 1px 2px 3px rgba(0,0,0,0.16)!important;
    background-color: transparent!important;
  
    
}

a#back-to-top:hover {}

a#back-to-top:hover:after {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

a#back-to-top:hover i.fa-angle-up {
    -webkit-transform: translate(0,-29px)!important;
    -ms-transform: translate(0,-29px)!important;
    transform: translate(0,-29px)!important;
}







@media (min-width: 690px){
    .footer-bottom .copyright {
    margin-right: 2%;
    width: 40.5%;
    }

.social-wrapper-footer {
    width: 57.5%;
}

  .footer .footer-col {
    margin-right: 2%;
    width: 23.5%;
    }
  
  
}

@media only screen and (max-width: 1020px) {
a#back-to-top {
    display: none !important;
}

}

@media only screen and (max-width: 1000px) and (min-width: 690px){
    .footer-bottom .copyright{
    margin-left: 0px;
    width: 49%;
    margin-bottom: 0px;
}


.social-wrapper-footer{
    width: 49%;
}

}



@media only screen and (max-width: 1000px){
    .social-wrapper-footer ul.social li{
        width: 33px;
        margin-top: 9px;
        margin-bottom: 9px;
    }

.footer-bottom{
    padding-bottom: 32px;
}
    

.footer .footer-col{
  width: 48%;
  margin-bottom: 2%;
  margin-right: 15px;
  margin-left: 0px;
  padding: 15px;
  float: left;
  margin-bottom: 40px;
  }

.footer .footer-col:nth-child(2){
    margin-right: 0px;
}

.footer .footer-col:nth-child(3){
    margin-bottom: 0px;
}

.footer .footer-col:nth-child(4){
    margin-right: 0px;
    margin-bottom: 0px;
}

}




@media only screen and (max-width: 690px){
.social-wrapper-footer ul.social li {
    margin-right: 10px;
    margin-left: 0px!important;
}

.footer .footer-col h4 {
    line-height: 1.5;
}

.footer .footer-col:first-child h4 {
    line-height: 1.5;
}

.social-wrapper-footer ul.social {
    float: left;
}
}


@media only screen and (max-width: 689px){
  .footer-bottom .copyright {
    margin-bottom: 25px;
}

.footer .footer-col {
    width: 100%;
    padding: 0;
    margin: 0;
}

.footer .footer-col:nth-child(3) {
    margin-bottom: 40px;
}

.footer .footer-col:nth-child(2) {
    margin-bottom: 40px;
}

.footer .footer-col:nth-child(1) {
    margin-bottom: 40px;
}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 1240px;
  padding: 0 20px;
  margin: 0 auto;
}

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

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

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

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

.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #191919;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {

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

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

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #191919;
  text-decoration: underline;
}

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

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

.blog-comments {
  max-width: 680px;
 
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {

}
.blog-comments .hs-button:hover {

}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


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

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



/* banner-css-blog */
.banner {
/*  margin-top: 77px; 2-2-2024 */
    margin-top: 0px !important;
    background-color: rgb(0, 0, 0);
    height: 420px;
    overflow: visible;
    z-index: 9;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-position: center center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.body-wrapper.has-megamenu .banner {
  margin-top: 70px !important;
}

@media only screen and (max-width: 1190px){
  .body-wrapper.has-megamenu .banner {
    margin-top: 66px !important;
  }
}

.banner-section-row-0-force-full-width-section > .row-fluid {
    padding: 0;
}

.banner .page-center {
    padding-left: 90px;
    padding-right: 90px;
}

.banner .page-center h1 {
    -webkit-font-smoothing: antialiased;
    letter-spacing: 0px;
    font-family: 'NeusaNextStd-Medium'!important;
    text-transform: uppercase;
    font-size: 48px;
    line-height: 58px;
    font-weight: 500;
    color: #fff;
    position: relative;
    z-index: 90;
}

.banner:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #0a0a0a;
  content: ' ';
  z-index: 10;
  opacity: 0.5;
}

.DND_banner-row-0-force-full-width-section > .row-fluid {
    padding: 0;
}


.banner-title-wrap p {
    margin: 0;
    color: #fff;
    font-family: 'NeusaNextStd-Regular'!important;
    text-transform: none;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
  
    text-align: center;
    z-index: 90;
}

.banner .page-center h1 {
    text-align: center;
}


@media only screen and (max-width: 1300px){
  .banner-title-wrap p {
    font-size: 18px;
}
}


@media only screen and (max-width: 1300px) and (min-width: 1000px){
    .banner .page-center h1{
        font-size: 40.8px;
    line-height: 49.3px;
    }
  
  .banner-title-wrap p {
    
/*     line-height: 19.2px; */
  }
  
}

@media only screen and (max-width: 1000px){
.banner {
   /* margin-top: 73px; 2-2-2024 */
}

.banner .page-center h1 {
    font-size: 32px!important;
    line-height: 1.3!important;
}
  
  .banner .page-center h1 {
    position: relative;
        top: -1px;
}
  
  .banner-title-wrap p {
    top: -1px;
}
  
  
}
@media only screen and (max-width: 999px){

.banner {
    height: 218.75px;
}

.banner .page-center {
    padding: 0;
    padding-right: 15px;
    padding-left: 15px;
}

.banner .page-center h1 {
    position: relative;
    top: -1px;
}

}

@media only screen and (max-width: 690px){
.banner {
    height: 200px;
}
.banner .page-center h1 {
    position: relative;
    top: 1px;
}
  
  .banner-title-wrap p {
    top: -3px;
}

}






/* blog */

.blog-wrap {
  /* margin-top: 77px; 2-2-2024 */
  position: relative;
  padding-bottom: 120px;
  padding-top: 60px;
}

.has-megamenu .blog-wrap {
  padding-top: 70px;
}

.blog-wrap .content-wrapper {
  padding: 0;
  max-width: 1400px;
}

@media (max-width: 1550px) {
  .blog-wrap .content-wrapper {
    padding: 0 90px;
}
}

.blog-title-wrap {
  padding-bottom: 24px;
  position: relative;
}

.blog-title-inner {
  position: relative;
  display: block;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 36px 0px;
  border-bottom: 1px solid #ddd;
  margin-bottom: 14px;
}

.blog-title-inner h1 {
  -webkit-font-smoothing: antialiased;
  font-family: 'NeusaNextStd-Medium'!important;
  letter-spacing: -1px;
  position: relative;
  top: 3px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-size: 48px;
  line-height: 58px;
  font-weight: 500;
}

/* Setting blockquote's font light italic */
.blog-wrap blockquote h2 {
    font-family: NeusaNextStd-Light!important;
    font-weight: 200 !important;
    margin-top: -5px;
    font-style: italic;
    line-height: 34px;
}

.blog-wrap blockquote h3 {
    font-family: NeusaNextStd-Light!important;
    font-weight: 200 !important;
    margin-top: -5px;
    font-style: italic;
    line-height: 32px;
}

/* Adding quote icon for blockquote */
.blog-wrap blockquote h2:before {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 24px;
    color: #a1c976;
    display: block;
    margin-left: -34px;
    margin-bottom: -14px;
    text-transform: none!important;
}

.blog-wrap blockquote h3:before {
    content: "\f10e";
    font-family: FontAwesome;
    font-size: 23px;
    color: #a1c976;
    display: block;
    margin-left: -32px;
    margin-bottom: -16px;
    text-transform: none!important;
}

.blog-content-wrapper {
  margin-top: 36px;
  position: relative;
}

.blog-left-content {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}

.blog-right-content-sidebar {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}





.blog-post-item {}

.blog-post-item .post-content {
  padding-left: 95px;
  position: relative;
  min-height: 98px;
}

.blog-post-item .post-content .post-mata {
  position: absolute;
  left: 0px;
  display: block;
  margin-bottom: 20px;
  border-right: 1px solid #E6E6E6;
  top: 6px;
}

.blog-post-item .post-content .post-mata .date {
  font-size: 12px;
  padding-bottom: 2px;
  margin-bottom: 12px;
  position: relative;
  transition: all 0.2s linear 0s;
  padding-bottom: 17px;
  border-bottom: 1px solid #E6E6E6;
}

.blog-post-item .post-content .post-mata .date .year {
  display: block;
  font-size: 17px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding: 0px;
  font-family: 'Open Sans';
  font-weight: 600;
  margin-top: 5px;
}

.blog-post-item .post-content .post-mata .date .day {
  display: block;
  font-size: 30px;
  line-height: 29px;
  text-align: center;
  padding: 0px 12px 0px 12px;
  font-family: 'Open Sans';
  font-weight: 700;
  text-transform: uppercase;
}

.blog-post-item .post-content .post-mata .date .month {
  display: block;
  font-size: 17px;
  line-height: 10px;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 4px;
  padding: 0px;
  font-family: 'Open Sans';
  font-weight: 600;
  line-height: 12px;

  /*     padding: 0px 12px 0px 12px; */

  padding-right: 5px;
}

.blog-post-item .post-content .content-inner {
  border-bottom: 1px solid #DDD;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 25px;
}

.blog-post-item .post-content .content-inner .post-header {
  font-size: 11px;
  color: #888;
  margin-bottom: 4px;
}

.blog-post-item .post-content .content-inner .post-header h2 {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  letter-spacing: 0;
  color: #444;
  letter-spacing: 0px;
  font-family: 'NeusaNextStd-Regular'!important;
  font-style: normal;
  font-size: 26px;
  line-height: 40px;
  font-weight: 400;
}

.blog-post-item .post-content .content-inner .post-header h2 a {
  color: #333;
}

.blog-post-item .post-content .content-inner .post-header h2 a:hover {
  color: rgb(68, 68, 68);
  opacity: 0.4;
  text-decoration: none;
}

.blog-post-item .post-content .content-inner span.tag-page {
  font-size: 14px!important;
  margin-top: 6px;
  color: #999;
  line-height: 25px;
  font-family: NeusaNextStd-Regular;
  font-size:14px;
}

.blog-post-item .post-content .excerpt {
  margin-bottom: 22px;
  margin-top: 8px;
}

.blog-post-item .post-content .excerpt p {
  -webkit-font-smoothing: subpixel-antialiased;
  font-family: 'NeusaNextStd-Regular'!important;
  margin: 0;
  font-size: 17px;
  line-height: 25px;
}

.blog-post-item .post-content a.more-link {
  font-family: 'NeusaNextStd-Regular'!important;
  color: #e30059;
}

.blog-post-item .post-content a.more-link span.blue-button {
  background: #e30059;
  border-radius: 3px;
  color: #fff;
  padding: 6px 12px;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
}

.blog-post-item .post-content a.more-link:hover {
  opacity: .4;
}

.blog-pagination a {
  font-family: 'NeusaNextStd-Regular';
  font-weight: 700;
  padding: 11px 13px 10px 13px;
  background-position: -21px center;
  position: relative;
  text-transform: capitalize;
  background-repeat: no-repeat;
  cursor: pointer;
  display: inline-block;
  background-color: transparent;
  color: inherit;
  font-size: 12px;
  line-height: 11px;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -o-border-radius: 4px!important;
  box-shadow: none;
  -ms-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  -webkit-transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
  transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
}

.blog-pagination a:hover {
  opacity: .4;
  text-decoration: none;
  color: #e30059;
}

.blog-pagination a.active {
  font-family: 'Open Sans';
  padding: 11px 13px 10px 13px;
  background-position: -21px center;
  position: relative;
  text-transform: capitalize;
  color: #FFF !important;
  -webkit-box-shadow: 0px 6px 15px rgba(0,0,0,0.16);
  box-shadow: 0px 6px 15px rgba(0,0,0,0.16);
  margin: 0 8px;
  height: 35px;
  width: 35px;
  text-align: center;
  line-height: 14px;
  font-size: 12px;
  margin-left: 0;
  background-color: #e30059;
  cursor: default;

  font-weight: 400;
}

.blog-pagination a.active:hover {
  opacity: 1;
}

.side-topic {
  margin-bottom: 50px;
}

.side-topic h3 {
  -webkit-font-smoothing: antialiased;
  font-family: 'NeusaNextStd-Regular';
  margin: 0;
  margin-bottom: 15px;
  line-height: 30px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 2px;
  color: #999;
  font-weight: normal;
}

.side-topic ul {
  margin: 0;
  margin-bottom: 30px;
  padding: 0;
  list-style: none;
}

.side-topic a.filter-expand-link {
  display: none;
}

a.filter-expand-link {}

.side-topic ul li {
  line-height: 1.5;
}

.side-topic ul li a {
  font-family: 'NeusaNextStd-Regular';
  color: #e30059;
  padding: 8px 0px;
  display: block;
  border-bottom: 1px solid #E6E6E6;
}



.side-topic ul li a span.filter-link-count {
  display: none;
}

.blog-post-item .post-content .post-mata {
  /*     left: 11px; */
}

.side-topic ul li a:hover {
  opacity: .4;
  text-decoration: none;
}

.post-heading-title {
  position: relative;
  padding-bottom: 35px;
  border-bottom: 1px solid #DDD;
  margin-bottom: 35px;
}

.post-heading-title h1.entry-title {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  color: #444;
  font-family: 'NeusaNextStd-Medium'!important;
  font-size: 40px !important;
  line-height: 50px!important;
  letter-spacing: -1px;
  position: relative;
  top: 3px;
  max-width: 800px;
  font-weight: 500;
  
}

.single-below-header {
  font-size: 11px;
  color: #888;
  margin-top: 8px;
  margin-bottom: 0px;
}

.single-below-header .meta-date {
  top: 0px;
  position: relative;
  text-transform: none;
  font-family: 'NeusaNextStd-Regular'!important;
  line-height: 16px;
  color: #888;
  display: block;
  float: left;
  padding: 0 10px 0 10px;
  font-size: 14px;
  padding-left: 0;
  border: none;
}

.single-below-header span.meta-category {
  top: 0px;
  position: relative;
  text-transform: none;
  font-family: 'NeusaNextStd-Regular'!important;
  display: block;
  float: left;
  line-height: 16px;
  color: #888;
  padding: 0 10px 0 10px;
  border-left: 1px solid #DDD;
  font-size: 14px;
}

.single-below-header span.meta-category a,
.author-link a
{
  color: #888;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
   padding: 5px;
   overflow: hidden;
   overflow-x: auto;
}



.single-meta a {
  padding-left: 13px;
  border-right: 1px solid #ddd;
  color: inherit;
  height: 20px;
  transition: width 0.2s linear;
  background-repeat: no-repeat;
  position: relative;
  padding-right: 10px;
  color: #e30059;
}
.releted-post {
    margin-bottom: 40px;
}
.single-meta a:last-child {
  padding-right: 0px;
  border-right: 0px;
}

.single-meta a fa {}

.single-meta a .fa {
  background-color: transparent;
  border-radius: 0px;
  font-weight: normal;
  font-size: 20px;
  height: 20px;
  width: auto;
  line-height: 19px;
  color: #ddd;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}

.single-meta a.twitter-share i {
  margin-top: 2px;
  padding-right: 2px;
  font-size: 24px;

  position: relative;
  top: 3px;
}

.single-meta a.facebook-share i {
  padding-right: 3px;
}

.single-below-header span.meta-category a:hover,
.author-link a:hover {
  opacity: 0.4;
  color: #e30059;
  text-decoration: none;
}

.single-meta a:hover {
  opacity: 0.4;
  text-decoration: none;
  color: #e30059;
}

.single-meta a:hover i {
  color: #e30059;
}

.social-sharing h2 {
  margin: 0;
  color: #444;
  letter-spacing: 0px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-family: 'NeusaNextStd-Regular';
  font-style: normal;
  margin-bottom: 20px;
  font-weight: 400;
}

/* more space for social media icons and grey line */
.social-sharing {
  margin-bottom: 20px;
}

.blog-postt {
  border-bottom: 1px solid #DDD;
  padding-bottom: 50px;
  margin-bottom: 50px;
  position: relative;
  padding-bottom: 25px;
}

.blog-post-item .post-content .post-mata {
    left: -20px;
}

.author-bio-wrap {
  margin-bottom: 50px;
}

.author-image-wrap {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}




.author-content-wrap {
  position: relative;
  display: block;
  float: left;
  width: 100%;
}



.author-image-wrap img {
  border: 2px solid #ddd;
  border-radius: 50%;
  margin-bottom: 15px;
  width: 100%;
  max-width: 109px;
  width: 100%;
  max-height: 109px;
  height: 100%;
}

.author-content-wrap h3 {
  color: #444;
  letter-spacing: 0px;
  font-weight: normal;
  -webkit-font-smoothing: antialiased;
  font-family: 'NeusaNextStd-Regular';
  margin-bottom: 17px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 400;
}

.author-content-wrap p {
  -webkit-font-smoothing: subpixel-antialiased;
  margin: 0;
}
.custom-post-pagination {
    background-color: #333;
    text-align: center;
    position: relative;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.custom-post-pagination span.full-link {
    display: block;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    z-index: 10;
    margin-bottom: 0!important;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.custom-post-pagination span.full-link a {
    display: block;
    position: absolute;
    text-indent: -9999px;
    top: 0;
    z-index: 10;
    margin-bottom: 0!important;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
}

.custom-post-pagination .previous-posts-link {}

.previous-posts-link {}

.previous-posts-link a {
    text-decoration: none;
}

span.BlogItem-pagination-link-label {}

.previous-posts-link a span.title {
    display: block;
    color: #fff;
    margin-bottom: 5px;
    line-height: 25px;
}

.previous-posts-link a span.link {
    letter-spacing: 0px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    font-family: 'NeusaNextStd-Regular'!important;
    margin-bottom: 17px !important;
    font-size: 22px !important;
    line-height: 32px !important;
    -webkit-transition: opacity 0.2s linear;
    /* padding: 0 15%; */
    font-weight: 400;
    color: #fff;
    display: block;
}


.blog-comments {
    margin-bottom: 60px;
}

.blog-wrap.blog-post-wrap.clearfix {}

.blog-post-wrap {
    padding-bottom: 0;
}








/* new-blog-css-start */
.blog-wrap {
    margin-top: 0;
}



.blog-post-item .post-content .post-mata {
    display: none;
}

.post-mata {}

.blog-post-item .post-content {
    padding-left: 0px;
}
.blog-content-wrapper {
    margin: 0;
}

.blog-left-content {
    padding-right: 20px;
    margin-top: 4px;
}

.blog-post-item .post-content .content-inner span.tag-page {
    line-height: 25px;
    display: block;
}

.blog-post-item .post-content .content-inner span.tag-page a {
    color: #e30059;
    text-decoration: none;
}

.blog-post-item .post-content .content-inner span.tag-page a:hover {
    opacity: 0.4;
}

.image-and-text-side-by-side {
    margin: 20px 0;
    display: flex;
    flex-direction: row;
    width: 100%;
}

.image-and-text-side-by-side .img-column {
    display: flex;
    flex-direction: row;
    width: 40%;
}

.image-and-text-side-by-side .text-column {
    display: flex;
    flex-direction: column;
    width: 60%;
    padding-left: 20px;
}

.image-and-text-side-by-side .img-column .post-featured-img img {
    height: auto;
    max-width: none;
    margin-bottom: 15px;
    width: 100%;  
}

.image-and-text-side-by-side .img-column a:hover {
    opacity: 0.4;
    text-decoration: none;
}

.blog-post-item .post-content .excerpt {
    display: inline-block;
}

.blog-post-item .post-content a.more-link {
    color: #e30059;
    display: inline;
}

.blog-post-item .post-content a.more-link:hover {
    text-decoration: none;
    opacity: .4;
}

.author-div {
    display: flex;
    flex-direction: row;
    align-items: center;
    font-weight: bold;
    margin-bottom: 15px;
}

.author-div img {
    margin: 0 15px 0 0;
    display: flex;
    flex-direction: row;
    max-width: 50px;
    border: 2px solid #ddd;
    border-radius: 50%;
    height: auto;
    width: auto;
  min-height: 50px;
    max-height: 50px;
    height: 100%;
}
.blog-post-item .post-content .excerpt p {
    display: inline;
}

.article-content-wrap.no_featured_image .text-column {
    width: 100%;
    padding-left: 0;
}
.blog-right-content-sidebar .side-col {
    margin-bottom: 50px;
}

.blog-right-content-sidebar .side-col:last-child {
    margin-bottom: 0;
}

.blog-right-content-sidebar .side-col h3 {
    -webkit-font-smoothing: antialiased;
    margin: 0;
    font-family: 'NeusaNextStd-Regular';
    margin-bottom: 15px;
    line-height: 30px;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 2px;
    color: #999;
    font-weight: normal;
}

.side-col.blog-side-serach {}

.blog-side-serach form {
    background-color: transparent;
    position: relative;
    margin: 0;
    padding: 0;
    box-shadow: none;
    border-radius: unset;
    position: relative;
    overflow: hidden;
    max-width: 100%;
}

.blog-side-serach form input.hs-search-field__input {
    font-family: inherit;
    line-height: 22px;
    color: #555;
    background-color: #efefef;
    border: none;
    transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    font-size: 16px;
    padding-right: 75px!important;
    border-radius: 0px 2px 2px 0px;
    margin: 0!important;
    padding: 10px;
    width: 100%;
    font-weight: 400;
    letter-spacing: normal;
}

.blog-side-serach form button {
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    -moz-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    -webkit-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    -o-transition: all 0.45s cubic-bezier(0.25,1,0.33,1);
    width: auto;
    font-size: 12px;
    transition: opacity .45s cubic-bezier(0.25, 1, 0.33, 1), transform .45s cubic-bezier(0.25, 1, 0.33, 1), border-color .45s cubic-bezier(0.25, 1, 0.33, 1), color .45s cubic-bezier(0.25, 1, 0.33, 1), background-color .45s cubic-bezier(0.25, 1, 0.33, 1), box-shadow .45s cubic-bezier(0.25, 1, 0.33, 1);
    border-radius: 4px!important;
    -webkit-border-radius: 4px!important;
    -o-border-radius: 4px!important;
    box-shadow: none;
    background-color: #e30059!important;
    position: absolute;
    right: 0px;
    top: 0px;
    margin: 0!important;
    line-height: 22px;
    padding: 15px 22px!important;
    font-family: Arial;
    font-size:12px;
}
.hs-search-field--open .hs-search-field__suggestions {
    padding: 10px;
}
.side-topic ul {
    margin: 0;
}

.side-topic ul li {
    line-height: initial;
    display: table;
}

.side-topic ul li a {
    border: none;
    /* display: inline-block; */
    background-color: #e30059;
    color: white !important;
    cursor: pointer;
    float: left;
    line-height: 22px;
    margin: 3px 3px 0px 0px;
    font-size: 13px !important;
    padding: 4px 7px;
    position: relative;
    text-transform: none;
    transition: all 0.2s linear;
    border-radius: 2px;
}

.side-topic ul li:first-child a {}

.side-topic ul li a:hover {
    background: transparent !important;
    color: #e6e6e6 !important;
    opacity: 1;
    background-color: #e30059!important;
    opacity: 0.4!important;
}

.nectar_blog_posts_popular {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 30px;
}

.nectar_blog_posts_popular li {
    margin-bottom: 28px;
}

.nectar_blog_posts_popular li a {
    display: block;
    line-height: 26px;
    vertical-align: middle;
}

.nectar_blog_posts_popular li .popular-featured-img {
    overflow: hidden;
    border-radius: 5px;
    height: 65px;
    width: 65px;
    position: absolute;
    display: block;
    content: '';
    left: 0;
    top: 50%;
   
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    position: relative;
    -webkit-transform: none;
    transform: none;
    top: 0;
    display: inline-block;
    vertical-align: middle;
}

.nectar_blog_posts_popular li .popular-featured-img img.wp-post-image {
    margin-bottom: 15px;
    max-width: 100%;
  
    width: 100%;
  height:100%;
}

img.wp-post-image {}

.nectar_blog_posts_popular li span.meta-wrap-pop {
    position: relative;
    -webkit-transform: none;
    transform: none;
    top: 0;
    display: inline-block;
    vertical-align: middle;
    width: calc(100% - 70px);
    padding-left: 25px;
}

.nectar_blog_posts_popular li span.meta-wrap-pop span.post-titlepop {
   
    position: relative;
    display: block;
   
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 22px;
    -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.25, 1, 0.2, 1);
}

.nectar_blog_posts_popular li span.meta-wrap-pop span.post-datepop {
   
    position: relative;
    display: block;
    font-size: 13px;
    line-height: 14px;
    margin-top: 6px;
    color: rgba(0,0,0,1);
    -webkit-transition: color 0.4s cubic-bezier(0.25, 1, 0.2, 1);
    transition: color 0.4s cubic-bezier(0.25, 1, 0.2, 1);
}

.nectar_blog_posts_popular li a:hover {
    text-decoration: none;
    opacity: .4;
}
.nectar_blog_posts_popular li.no_featured_image span.meta-wrap-pop {
    width: 100%;
    padding-left: 0;
}
.side-col.blog-side-form {}

.blogsideform {}

.blogsideform h3.form-title {
    display: none;
}

form#hsForm_4aebfa6d-21d6-43f1-a78b-e230acb5bb3c_9753 {}

.blogsideform form {
    margin: 0;
    padding: 0;
    background-color: transparent;
    max-width: 100%;
    box-shadow: none;
    border-radius: unset;
}
.blogsideform form .hs-input {
    height: 42px;
}

.blogsideform form .hs-button {
    margin: 0;
}

.blogsideform form .hs-form-field {
    margin-bottom: 20px;
}
.blogsideform form ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg,.blogsideform form ul.no-list.hs-error-msgs.inputs-list label.hs-main-font-element {
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 10px;
    padding-bottom: 9px;
}

.blog-post-item .post-content .excerpt {
    margin-top: 0;
}
/* 2-2-2024
.blog-post-wrap {
    margin-top: 77px;
}*/

.post-heading-title {
    padding-top: 20px;
}

.has-megamenu .post-heading-title {
  padding-top: 60px;
}

.single-below-header {
}

.single-below-header span {
    margin-top: 10px;
}

.post-blog-title .author-div {
    padding-bottom: 0;
    padding-top: 20px;
}

.post-heading-title {
    padding-bottom: 0;
}

.custom-post-pagination:hover {
    background-color: #535353;
    opacity: 1;
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
.comment-date {
    display: block !important;
}
.custom-post-pagination hr {
    width: 10%;
    color: #e30059;
    height: 4px;
    border-width: 0;
    background-color: #e30059;
    margin-top: 10px;
    margin-bottom: 10px;
}
.post-blog-sidec a {
    color: #e30059;
    text-decoration: none;
}

.post-blog-sidec a:hover {
    opacity: .4;
}
.blog-post__body {}

.blog-post__body ul {
    
    margin-left: 0;
    margin-bottom: 30px;
}

.blog-post__body ul li {
    line-height: 1.5;
    /* padding-bottom: 15px; */
  list-style-type: none;
}

.blog-post__body ul li a {}

.blog-post__body ul li:before {
    font-family: Fontawesome;
    content: "\f111";
    font-size: 9px;
    color: #e30059;
    position: absolute;
    margin-top: 0.7%;
    margin-left: -20px;
    margin-right: 10px;
    display: inline-block;
}

.postt-img img {
    margin-bottom: 15px;
    max-width: 100%;
    height: auto;
    position: relative;
    width: 100%;
}

.hs-blog-post .blog-left-content {
    margin-top: 0;
}


.single-below-header span.meta-category a.topic-link {
    color: #e30059!important;
}

.topic-title-page {
    margin-top: 90px;
}

.topic-title-page h1 {
    margin-bottom: 7px;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    color: #444;
    letter-spacing: 0px;
    line-height: 58px;
    font-weight: 400;
    font-family: 'NeusaNextStd-Medium'!important;
    font-size: 40px;
    padding-top: 6px;
}

.topic-title-page  hr {
    color: #e30059;
    height: 4px;
    border-width: 0;
    background-color: #e30059;
    margin-top: 10px;
    text-align: left;
    margin-left: 0;
    margin-bottom: 60px;
    width: 60px;
}


.blog-side-serach form input.hs-search-field__input::placeholder {
    color: #9b9b9b;
}

.blog-side-serach form button:hover {
    opacity: 0.85;
}

.blog-side-serach form input.hs-search-field__input:focus {
    background-color: #ebebeb;
}

/* new-blog-css-end */














@media only screen and (max-width: 1300px) and (min-width: 1000px){
    .topic-title-page h1{
        
    line-height: 43.5px;
    }
}




@media (min-width: 690px){
  .blog-left-content {
    margin-right: 2%;
    width: 74.5%;
  }

  .blog-right-content-sidebar {
    width: 23.5%;
  }


  .author-image-wrap {
    margin-right: 2%;
    width: 15.0%;
  }


  .author-content-wrap {
    width: 83.0%;
  }


}


@media (max-width: 1000px){
  .blog-wrap {
    margin-top: 73px;
  }

  .blog-title-wrap {
    padding: 0;
  }

  .blog-title-inner {}

  .blog-title-inner h1 {
    font-size: 32px;
    line-height: 1.3;
  }

  .blog-post-item .post-content .content-inner .post-header h2 {
    font-size: 21px;
    line-height: 1.5;
  }

  .blog-left-content {
    width: 100%;
  }

  .blog-content-wrapper {
    margin-top: 50px;
  }

  .blog-pagination {
    margin-bottom: 40px;
  }

  .blog-right-content-sidebar {
    width: 100%;
  }
  
  .post-heading-title {}

.post-heading-title h1.entry-title {
    font-size: 32px!important;
    line-height: 1.3!important;
}


  
  .author-image-wrap {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 25px;
}

.author-content-wrap {
    width: 100%;
    margin-left: 0px;
    margin-bottom: 25px;
}
  
  
  
/*   new-blog-css-start */
  .blog-post-item .post-content .excerpt {
    margin-top: 0;
}

.blog-wrap {
    margin-top: 0;
    padding-top: 20px;
}

.blog-content-wrapper {
    margin: 0;
}

.blog-content-wrapper.clearfix {}

.blog-left-content {
    padding-right: 0px;
    margin-bottom: 0px;
}

.blog-post-item .post-content .content-inner .post-header {
    width: 100%;
}

.blog-post-item .post-content .content-inner span.tag-page {
    width: 100%;
}

.image-and-text-side-by-side {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.image-and-text-side-by-side .img-column {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.image-and-text-side-by-side .text-column {
    display: flex;
    padding-left: 0px;
    flex-direction: column;
    width: 100%;
}

.side-topic ul li {
    display: inline-block;
}

.blog-right-content-sidebar .side-col {
    margin-bottom: 30px;
}
  
  
  
  
  .blog-post-wrap {
    margin-top: 73px;
}

  .blog-post-wrap .blog-right-content-sidebar {
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 100px;
    border-top: 1px solid #DDD;
}
  
  .topic-title-page h1{
  
    font-size: 32px!important;
    line-height: 1.3!important;
  }
  .topic-title-page {
    margin-top: 86px;
}
/*   new-blog-css-end */
  
}


@media (max-width: 999px){
  .blog-wrap .content-wrapper {
    padding: 0;
  }

  .banner.blog-banner .page-center h1 {
    position: relative;
    top: 4px;
}
  
}

@media (max-width: 690px){
  .blog-left-content {
    margin-bottom: 25px;
  }

  .blog-post-item .post-content {
    padding: 0;
  }

  .blog-post-item .post-content .post-mata {
    display: none;
  }

  
  .single-below-header {
    display: none;
}

.single-meta {
    margin-top: 28px !important;
}
  
  .single-below-header {
    display: block;
}
  
}


@media (max-width: 400px){
.blog-post__body p img {
    width: 260px !important;
}

}
@media (max-width: 364px){
  .blog-wrap .content-wrapper{
    padding-left: 15px;
    padding-right: 15px;
  }

}

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

.blog-post__body h2 {
   margin-bottom: 20px;
   margin-top: 30px;
}

.blog-post__body  h3 {
   margin-bottom: 17px;
   margin-top: 30px;
}

.blog-post__body h4 {
   margin-bottom: 15px;
   margin-top: 30px;
}

.blog-post__body h5 {
margin-bottom: 15px;
margin-top: 30px;
}

.blog-post__body p {
   margin-bottom: 27px;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.systems-page {
  padding: 3rem 20px;
}
.systems-page .success {

    display: inline-block;
    margin: 2rem 0;
    background-color: #cde3cc;
    border: 1.5px solid #4f7d24;
    border-radius: 6px;
    font-size: .75rem;
    color: #4f7d24;
    padding: .1rem .75rem;
    line-height: 40px;
}

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

/* JohKa 16.9.2020: Search bar width smaller */
.error-page-search-field {
   max-width: 821px;
   margin: 0 auto;
}

/* JohKa 16.9.2020: H2 padding */
.error-page-h2 {
  padding-top: 4rem;
  padding-bottom: 2rem;
}

/* JohKa 17.9.2020: Baground color for */
.hs-search-field__suggestions {
  background-color: #fff;
}


.no-banner .body-container-wrapper {
    margin-top: 77px;
}
.sp.subscription form input.email-edit.hs-input {
    width: 100% !important;
    padding: 10px !important;

}

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

.sp ul.no-list {
    padding-left: 0;
}


.content-wrapper.sp.password_prompt {}

.password_prompt form {}

.password_prompt form input#hs-pwd-widget-password {
    display: inline-block;
    width: 100%;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: normal;
    line-height: 22px;
    color: #33475b;
    background-color: #fff;
    border: 1px solid #d1d6dc;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    transition: all .2s linear;
    -moz-transition: all .2s linear;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    padding: 10px;
    font-family: inherit;
    line-height: 22px;
    color: #555;
    border-color: rgba(255,255,255,1.0);
    color:;
    border-radius: 0px;
    background-color: rgba(239,239,239,1.0);
    height: 44px !important;
}


.content-wrapper.sp.subscriptions {}

.sp.subscriptions p.header {
    position: static;
    background-color: transparent;
    box-shadow: none;
    padding: 0;
}

.sp.subscriptions form {
    margin: 0;
    padding: 0;
    box-shadow: none;
    max-width: 100%;
}



@media only screen and (max-width: 1000px){
  .no-banner .body-container-wrapper {
    margin-top: 73px;
}

}
/* ******************************************************************************
*********************************************************************************
This file contains the styles to Megamenu module made with love in MEOM 2024
*********************************************************************************
****************************************************************************** */

.header-with-megamenu { 
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  overflow: visible;
  background-color: #fff;
  box-shadow: 0 1px 3px #bababa;
  padding: 0;
}


@media screen and (max-width: 1450px) {
  .header-with-megamenu {
   padding: 0 1rem;
  }
}

@media screen and (max-width: 1450px) {
  .header-with-megamenu {
   padding: 0 1rem;
  }
}

.header-with-megamenu__container {
  align-items: center;
  justify-content: space-between;
  max-width: 1400px;
  width: 100%;
  margin: 0 auto;
  position: relative;
} 

@media screen and (min-width: 1190px) {
  .header__main-navigation--megamenu {
    padding-left: 15px;
    padding-top: 5px;
  }
}

.header-with-megamenu .header__logo {
  margin: 0 5rem 0 0;
}

.header-with-megamenu .header__logo > div > span > a > img {
  width: 122.6px !important;
  height: 23.85px !important;
}

@media screen and (max-width: 480px) {
  .header-with-megamenu .header__logo > div > span > a > img {
    width: 80px !important;
    height: 23.85px !important;
    object-fit: contain;
  }
}


.header__main-navigation--toggle-wrapper {
  display: none;
  width: 30px;
  height: 21.5px;
}

.header-with-megamenu__container,
.header__main-navigation--wrapper,
.main-menu-megamenu,
.header__main-navigation--buttons,
.megamenu-submenu .menu__sub-container {
  display: flex;
  flex-direction: row;
}



@media screen and (min-width: 1190px) {
  .header__main-navigation--wrapper {
    max-width: 1400px;
    width: 100%;
    flex: 2;
    justify-content: space-between;
    align-items: center;
  }
  .header-with-megamenu__container {
    height: 70px;
  }
}

/*  Megamenu buttons */

.header__main-navigation--buttons {
  align-items: center;
}

.header__main-navigation--buttons .hsbtn {
  display: inline-block;
  cursor: pointer;
  border-radius: 2px;
  transition: .22s cubic-bezier(.25,.46,.45,.94); 
  font-size: 17px; 
  font-weight: 500; 
  line-height: 1.5; 
  text-decoration: none;
  padding: 6px 23px;
  font-family: 'NeusaNextStd-M';
}

.header__main-navigation--buttons .hsbtn.hsbtn-outlined {
  border-color: #191919;
  color: #191919;
  background-color: rgba(0,0,0,0);
  border: 2px solid #191919;
}

.header__main-navigation--buttons .hsbtn.hsbtn-outlined:hover {
  background-color: #191919;
  border-color: #191919;
  color: #fff;
}

.header__main-navigation--buttons .hsbtn.hsbtn-pink {
  border-color: #e30059;
  color: #fff;
  background-color: #e30059;
  border: 2px solid #e30059;
  margin-right: 0;
}

.header__main-navigation--buttons .hsbtn.hsbtn-pink:hover {
  background-color: #b00045;
  border-color: #b00045;
  color: #fff;
}

#hs_cos_wrapper_Button_1 {
  margin-right: 1.25rem;
}

@media screen and (max-width: 1300px) {
  .header__main-navigation--buttons .hsbtn {
    font-size: 15px;
    padding: 6px 18px;
  }
}

/* Megamenu items */

.megamenu-item a {
  color: rgb(25, 25, 25);
  font-family: "NeusaNextStd-M";
  font-size: 17px;
  line-height: 1.63;
  padding: 0.5rem 1.01rem;
} 

.megamenu-submenu .hs-menu-item a {
  font-family: "NeusaNextStd";
}

.megamenu-item a:hover,
.megamenu-item a.menu-link--current {
  text-decoration: underline;
  color: #e30059 !important;
}

.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item a {
  font-weight: 500;
}

.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item a.menu-link--current {
  color: #e30059;
  text-decoration: underline;
}

.megamenu-item svg {
  cursor: pointer;
}

@media screen and (min-width: 1190px) {
  .megamenu-item svg {
    margin-bottom: 3px;
    margin-right: 1px;
  }
  .megamenu-item svg.arrow-to-link {
    margin-right: 15px;
  }
}

.mega-menu-item-with-plus {
  display: flex;
  align-items: baseline;
}

.main-menu-megamenu li.hs-menu-item,
.pinja-megamenu-language-menu li.hs-menu-item,
.language-menu__list li.hs-menu-item {
  list-style-type: none;
}

ul.main-menu-megamenu {
  margin: 0;
  padding: 0;
}

ul.main-menu-megamenu .megamenu-item {
  height: 70px;
  display: flex;
  align-items: center;
  padding-left: .6rem;
}

/* Megamenu submenu */

.megamenu-submenu {
  display: none;
  .submenu-open & {
    display: flex;
  }
}

.megamenu-submenu.column-count--5 {
  left: 0;
}

@media screen and (min-width: 1190px) {
  .megamenu-submenu {
    position: absolute;
    top: 4.4rem;
    width: 1400px;
  }
  .megamenu-submenu.column-count--5 {
    left: -1rem;
    width: calc(100% + 2rem);
  }
}

@media screen and (min-width: 1550px) {
  .megamenu-submenu.column-count--5 {
    left: 0;
    width: 1400px;
  }
}

.megamenu-submenu .menu__sub-container {
  position: relative;
  width: 100%;
}

.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper {
    border-right: 1px solid #e6e6e6;
    display: inline-block;
    border-top: 3px solid #e30059;
    background: #fff;
    box-shadow: 0 25px 20px -10px rgba(5,4,25,.05);
    padding: 6px 0;
    z-index: 9;
    min-width: 20%;
    width: 220px;
}

.megamenu-submenu .column-count--5 .menu__sub-container ul.hs-menu-children-wrapper {
  padding-bottom: 10px;
}

.submenu-open .column-count--5.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item {
  border-left: 3px solid transparent;
}

.submenu-open .column-count--5.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:not(:first-child):hover {
  border-left: 3px solid #e30059;
}

.submenu-open .column-count--5.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:hover a {
  color: #e30059;
}

.megamenu-submenu:not(.column-count--5) .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:not(:last-child) a {
  border-bottom: 1px solid #f2f2f2;
}

.megamenu-submenu:not(.column-count--5) .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item a {
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
  margin-left: 10px;
  width: 100%;
}

.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item a {
  font-size: 17px;
  color: rgb(25, 25, 25);
}

.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item svg.plus-sign {
  width: 0.875rem;
  margin-right: 1rem;
}

.mobile-menu-open .megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item svg.plus-sign,
.mobile-menu-open .megamenu-plus-sign {
  margin-right: 0;
  transform: rotate(0);
  transition: .18s;
  visibility: visible;
  opacity: 1;
  width: 12px;
  height: 12px;
}

.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item .plus-button {
  display: none;
}

.plus-button {
  background: transparent;
  border: 0;
  padding: 0;
}

.megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:last-child {
  border-bottom: none;
} 

@media screen and (min-width: 1190px) {
  .megamenu-submenu.column-count--5 .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:first-child a {
    color: #e30059;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
  }
}

/* Language menu */ 


.language-selector-megamenu {
  display: flex;
  margin-right: 20px;
  align-items: center;
}

.language-selector-megamenu * {
  color: #191919;
}

.language-selector-megamenu select {
  border: none;
  appearance: none;
  background-image: url(https://blog.pinja.com/hubfs/pinja.com%20images/lang-nav-arrow-black.svg);
  background-color: rgba(0,0,0,0);
  background-position: right;
  background-repeat: no-repeat;
  background-size: 8px 8px;
  line-height: 1;
  padding: 0 9px 0 0;
  text-transform: uppercase;
  border-radius: 3px;
  font-size: 17px;
}

.language-selector-megamenu svg {
  height: 19px;
  min-width: 19px;
  margin-right: 11px;
  position: relative;
  top: -1px;
}

.pinja-megamenu-language-menu > .hs-item-has-children {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.pinja-megamenu-language-menu > .hs-item-has-children a {
  padding: 0.5rem;
  color: #191919; 
}

.pinja-megamenu-language-menu {
  position: relative;
}

.pinja-megamenu-language-menu .menu__sub-container {
  width: 100%;
}

.pinja-megamenu-language-menu .menu__sub-wrapper.sub-menu {
  display: none;
  position: absolute;
  top: 3.4rem;
  border-right: 1px solid #e6e6e6;
  border-top: 3px solid #e30059;
  background: #fff;
  box-shadow: 0 25px 20px -10px rgba(5,4,25,.05);
  padding: 0 0.5rem;
  z-index: 9;
  min-width: 10rem;
}

.submenu-open.pinja-megamenu-language-menu .menu__sub-wrapper.sub-menu {
  display: flex;
}

.pinja-megamenu-language-menu .language-menu__list {
  padding: 0 0.5rem;
  margin: 0;
}

.pinja-megamenu-language-menu .language-menu__list li {
  border-bottom: 1px solid #f2f2f2;
}

.pinja-megamenu-language-menu .hs-item-has-children__sub-toggle {
  display: flex;
  align-items: baseline;
}

.pinja-megamenu-language-menu .hs-item-has-children__sub-toggle svg {
  width: 0.5rem;
} 

/* Hamburger */

.nav-toggle {
  padding: 0;
  display: inline-block;
  cursor: pointer;
  transition-property: opacity,filter;
  transition-duration: .15s;
  transition-timing-function: linear;
  font: inherit;
  color: #191919;
  background-color: rgba(0,0,0,0);
  border: 0;
  margin: 0;
  overflow: visible;
  max-height: 30px;
}

.nav-toggle-label {
  display: none;
}

.nav-toggle__box {
  width: 30px;
  height: 16px;
  display: inline-block;
  position: relative;
}

.nav-toggle span {
  color: #fff;
  font-size: 1.2em;
}

.nav-toggle .nav-toggle__inner,
.nav-toggle .nav-toggle__inner::before,
.nav-toggle .nav-toggle__inner::after  {
  background-color: #191919;
  color: #191919;
  width: 30px;
  height: 2px;
  border-radius: 0;
  position: absolute;
  transition-property: transform;
  transition-duration: .15s;
  transition-timing-function: ease;
}

.nav-toggle.close-nav-toggle .nav-toggle__inner {
  background-color: #e30059;
  color: #e30059;
  width: 30px !important;
  transform: translate3d(0,-7px,0) rotate(-45deg);
  transition-delay: .22s;
  transition-timing-function: cubic-bezier(.215,.61,.355,1);
}

.nav-toggle:not(.close-nav-toggle) .nav-toggle__inner {
  transition: .13s .13s cubic-bezier(.55,.055,.675,.19);
}

header.header-with-megamenu button.nav-toggle .nav-toggle__inner {
  width: 18px;
  top: auto;
  bottom: 0;
  display: block;
  margin-top: -1px; 
  border-radius: 0;
}

.nav-toggle .nav-toggle__inner:hover,
.nav-toggle .nav-toggle__inner:focus {
  width: 30px;
}

.nav-toggle .nav-toggle__inner::before,
.nav-toggle .nav-toggle__inner::after {
  content: "";
  display: block;
}

.nav-toggle .nav-toggle__inner::before {
  top: -7px;
  transition: top .12s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19);
}

.nav-toggle .nav-toggle__inner::after {
  top: -14px;
  bottom: -7px;
  transition: top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,opacity .1s linear;
}

.nav-toggle.close-nav-toggle span {
  color: #e30059;
}

.nav-toggle.close-nav-toggle .nav-toggle__inner::before {
  background-color: #e30059;
  color: #e30059;
  top: 0;
  transform: rotate(-90deg);
  transition: top .1s cubic-bezier(.33333,0,.66667,.33333) .16s,transform .13s cubic-bezier(.215,.61,.355,1) .25s;
}

.nav-toggle.close-nav-toggle .nav-toggle__inner::after {
  background-color: #e30059;
  color: #e30059;
  top: 0;
  opacity: 0;
  transition: top .2s cubic-bezier(.33333,0,.66667,.33333),opacity .1s linear .22s;
}

@media screen and (min-width: 1190px) {
  .header-with-megamenu__container .nav-toggle {
    display: none;
  }
}


/* MOBILE STYLES */

@media screen and (max-width: 1190px) {

  html.not-scrollable {
    overflow: hidden;
  }

  .header.header-with-megamenu {
    padding: 20px 0;
  }

  .header-with-megamenu .header__logo {
    padding-left: 20px;
  }

  .header-with-megamenu .mobile-menu-open .header__logo {
    padding-bottom: 20px;
  }

  .header-with-megamenu .header__logo {
    justify-content: space-between;
    display: flex;
    flex-grow: 2;
    margin-right: 0;
    align-items: center;
    width: 100%;
  }

  .header-with-megamenu .header-with-megamenu__container .header__logo img {
    margin-top: 0 !important;
  }

  .mobile-menu-open.header-with-megamenu__container {
    flex-direction: column;
    padding: 0;
  }

  .megamenu-item a.menu-link--current {
      text-decoration: none;
      font-weight: 700;
  } 

  .header__main-navigation--toggle-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    padding-right: 20px;
    align-items: initial;
  }

  .submenu-open .menu__sub-container ul.hs-menu-children-wrapper {
    padding-left: 1rem;
  }

  .mega-menu-item-with-plus .plus-button {
    padding: 12px 20px;
    height: auto;
  }

  .mega-menu-item-with-plus .plus-button svg {
    width: 12px;
    height: 12px;
  }

  .submenu-open .mega-menu-item-with-plus .plus-button, 
  .submenu-open .column-count--5 .menu__sub-container ul.hs-menu-children-wrapper.subsubmenu-open li:not(:first-child) {
    display: flex;
  }

  .submenu-open .mega-menu-item-with-plus .megamenu-plus-sign,
  .submenu-open .menu__sub-container ul.hs-menu-children-wrapper.subsubmenu-open .hs-menu-item:first-child svg.plus-sign {
    transform: rotate(-180deg);
  }
  .submenu-open .mega-menu-item-with-plus .megamenu-plus-sign path,
  .submenu-open .menu__sub-container ul.hs-menu-children-wrapper.subsubmenu-open .hs-menu-item:first-child svg.plus-sign path {
    d: path("M1.5 5h7");
    stroke: #e30059;
  }

  .megamenu-submenu:not(.column-count--5) .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item {
    border-bottom: 1px solid #f2f2f2;
  }

  .megamenu-submenu:not(.column-count--5) .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item a {
    width: auto;
  }

  .header__main-navigation--megamenu,
  .hs_cos_wrapper_type_cta,
  .submenu-open .column-count--5 .menu__sub-container ul.hs-menu-children-wrapper li:not(:first-child),
  .megamenu-submenu:not(.column-count--5) .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:first-child .plus-button  {
    display: none;
  }

  .submenu-open .menu__sub-container ul.hs-menu-children-wrapper li:not(:first-child)  {
    padding-left: 20px;
  }

  .mobile-menu-open .header__main-navigation--megamenu,
  .mobile-menu-open .main-menu-megamenu .megamenu-item,
  .mobile-menu-open .megamenu-item.hs-item-has-children,
  .mobile-menu-open .hs_cos_wrapper_type_cta,
  .mobile-menu-open .megamenu-submenu .menu__sub-container,
  .mobile-menu-open .mobile-menu-open .megamenu-submenu .menu__sub-container,
  .mobile-menu-open ul.main-menu-megamenu .megamenu-item.hs-item-has-children.submenu-open {
    display: block !important;
  }

  .mobile-menu-open .header__main-navigation--megamenu,
  .mobile-menu-open .header__main-navigation--wrapper,
  .mobile-menu-open .megamenu-submenu,
  .mobile-menu-open .megamenu-submenu .menu__sub-container,
  .mobile-menu-open .megamenu-item.submenu-open,
  .mobile-menu-open .megamenu-item .mega-menu-item-with-plus a,
  .mobile-menu-open .submenu-open .menu__sub-container,
  .mobile-menu-open .header__main-navigation--buttons .hs_cos_wrapper_type_cta a {
    width: 100%;
  }

  .mobile-menu-open ul.main-menu-megamenu .megamenu-item {
    height: auto;
  }

  .mobile-menu-open .megamenu-submenu.column-count--5 {
    margin-left: 0;
    border-color: #f2f2f2;
  }
  
  .main-menu-megamenu .hs-menu-item.megamenu-item {
    padding: 0.5rem 0;
    border-top: 1px solid #f2f2f2;
  }

  .plus-button svg.plus-sign path,
  .mobile-menu-open .megamenu-plus-sign path {
    stroke: black;
  }

  .megamenu-submenu.column-count--5 .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:first-child .plus-button {
    display: flex;
    align-items: center;
    padding: 13px 20px;
  }

  .main-menu-megamenu .submenu-open.hs-menu-item.megamenu-item {
    border-bottom: none;
    padding-bottom: 0;
  }

  .header__main-navigation--buttons,
  .mobile-menu-open .header__main-navigation--buttons {
    justify-content: flex-end;
  }

  .mobile-menu-open .header__main-navigation--buttons {
    flex-direction: row;
  }

  .mobile-menu-open .header__main-navigation--buttons .hs_cos_wrapper_type_cta {
    width: 100%;
    text-align: center;
  }

  .mobile-menu-open .main-menu-megamenu,
  .mobile-menu-open .header__main-navigation--wrapper {
    flex-direction: column;
  }
  
  .mobile-menu-open .header__main-navigation--wrapper {
    max-height: calc(100vh - 65px);
    max-height: calc(100svh - 65px);
    overflow: auto;
    margin-bottom: -20px;
    padding-bottom: 20px;
  }

  .mobile-menu-open .megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper {
    border-top: none;
    border-right: none;
    width: 100%;
    padding: 0;
    box-shadow: none;
  }

  .mobile-menu-open .column-count--5 .megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item &:first-child a {
    font-weight: 700;
  }

  .mobile-menu-open .megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item {
    padding: 5px 0 5px 20px;
    border-top: 1px solid #f2f2f2
  }

  .mobile-menu-open .megamenu-submenu.column-count--5 .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:not(:first-child) {
    padding-left: 40px;
  }

  .mobile-menu-open .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item a {
    width: fit-content;
  }

  .mobile-menu-open .megamenu-submenu .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:first-child {
    border-top: 1px solid #f2f2f2;
  }

  .submenu-open .megamenu-submenu:not(.column-count--5) .menu__sub-container ul.hs-menu-children-wrapper li.hs-menu-item:not(:last-child) a {
    border-bottom: none;
  }

  .mobile-menu-open.ul.main-menu-megamenu .megamenu-item {
    height: auto;
  }
  
  .mobile-menu-open .hs-menu-children-wrapper--with-subsubmenu .plus-button {
    flex: 2;
    justify-content: end;
  }

  .pinja-megamenu-language-menu .menu__sub-wrapper.sub-menu {
    border: 0;
    left: -2rem;
  }

  .mobile-menu-open .header__main-navigation--buttons {
    padding: 20px 20px 0 20px;
  }
}


 @media screen and (max-width: 1190px) {
    .header__main-navigation--toggles-desktop {
      display: none;
    }
}

@media screen and (min-width: 1190px) {
  .header__main-navigation--toggles-mobile {
    display: none;
  }
}
#hs-link-footer_logo1_hs_logo_widget {
    display: block;
    height: 2.125rem !important;
    width: 10.75rem !important;
    margin-bottom: 32px;
}

#hs-link-footer_logo1_hs_logo_widget img {
    height: 2.125rem !important;
    width: 10.75rem !important;
}

footer.pinja-footer-new {
    background-color: #191919;
    color: #fff;
    font-family: NeusaNextStd !important; /* tarvitseeko */
} 

footer.pinja-footer-new p,
footer.pinja-footer-new a {
    color:#fff;
    line-height: 1.63;
    margin-bottom: 10px;
}

footer.pinja-footer-new .copyright a {
    text-decoration: underline;
}

footer.pinja-footer-new a,
footer.pinja-footer-new .copyright a:hover {
    color: #a1c976;
}

footer.pinja-footer-new .copyright {
    margin-top: 29px;
}

footer.pinja-footer-new .copyright p,
footer.pinja-footer-new .copyright a {
    color: #707070;
    font-size: 17px;
    margin-bottom: 0;
}

.footer__container.pinja-footer-new__container {
    margin: 0 auto;
    max-width: 1400px;
    padding-bottom: 64px;
    padding-top: 64px;
    padding-left: 0;
    padding-right: 0;
}

@media screen and (max-width: 1460px) {
    .footer__container.pinja-footer-new__container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.pinja-footer-new__cols.cols-contact {
    padding: 30px 0 100px;
    grid-column-gap: 80px;
    grid-row-gap: 16px;
    display: grid;
    grid-auto-rows: minmax(0,auto);
    grid-template-columns: repeat(2,minmax(0,1fr));
 }

.pinja-footer-new__cols.cols-contact .col {
    /*width: calc(50% - 40px); */
}

.pinja-footer-new__cols.cols-contact .col:first-child {
    font-size: 18px;
}

.pinja-footer-new__cols.cols-contact .col:first-child p:last-child,
.pinja-footer-new__cols.cols-contact .col:last-child p:last-child {
    margin-bottom: 0;
}

.pinja-footer-new__cols.cols-contact .col-locations {
    display: flex;
    align-items: flex-end;
    font-size: 17px;
}

.pinja-footer-new__cols.cols-contact .col-locations span:first-child {
    margin-right: 25%;
}

footer.pinja-footer-new .footer_menus {
    display: grid;
    grid-column-gap: 80px;
    border-bottom: 1px solid #3d3d3d;
    border-top: 1px solid #3d3d3d;
    grid-template-columns: 9fr 3fr;
    padding: 30px 0;
    grid-row-gap: 16px;
    grid-auto-rows: minmax(0,auto);
}

footer.pinja-footer-new .footer_menus ul {
    margin-top: 0;
    display: flex !important;
    justify-content: space-between !important;
}
footer.pinja-footer-new .footer_menus li:first-child {
    padding-left: 0;
}

footer.pinja-footer-new .footer_menus li a {
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.63;
    padding: 6px 0 0 0;
}

@media screen and (max-width: 1300px) {
    footer.pinja-footer-new .footer_menus li a {
        font-size: 18px;
    }
}

footer.pinja-footer-new .footer_menus li a:hover {
    text-decoration: underline;
}

/* Social media menu 
(footer.pinja-footer-new .footer_menus .hs_cos_wrapper:last-child is the social media menu) */

footer.pinja-footer-new .footer_menus .hs_cos_wrapper:last-child .hs-menu-wrapper ul li {
    margin-right: 10px;
}


footer.pinja-footer-new .footer_menus .hs_cos_wrapper:last-child .hs-menu-wrapper ul li a {
    text-indent: -9000px;
}

footer.pinja-footer-new .hs-menu-item a span.some {
    position: relative;
    display: block;
    margin-right: 10px;
}

footer.pinja-footer-new .hs-menu-item a span.some:before {
    content: '';
    position: absolute;
    top: -32px;
    left: 0;
    width: 28px;
    height: 28px;
    background-image: url(https://blog.pinja.com/hubfs/Images/footer-some-icons/youtube.svg);
    background-position: top center;
    background-size: 28px 28px;
    background-repeat: no-repeat;
}

footer.pinja-footer-new .hs-menu-item a:hover {
    span.some:before {
        fill: #707070;
    }
}

footer.pinja-footer-new .hs-menu-item a span.some.instagram:before {
    background-image: url(https://blog.pinja.com/hubfs/Images/footer-some-icons/instagram.svg);
}

footer.pinja-footer-new .hs-menu-item a span.some.facebook:before {
    background-image: url(https://blog.pinja.com/hubfs/Images/footer-some-icons/facebook.svg);
}

footer.pinja-footer-new .hs-menu-item a span.some.linkedin:before {
    background-image: url(https://blog.pinja.com/hubfs/Images/footer-some-icons/linkedin.svg);
}

footer.pinja-footer-new .hs-menu-item a span.some.twitter:before {
    background-image: url(https://blog.pinja.com/hubfs/Images/footer-some-icons/twitter.svg);
}

.footer.pinja-footer-new .cols-links .extra {
    margin-top: 30px;
}


@media screen and (max-width: 1150px) {
    .footer__container.pinja-footer-new__container {
        padding: 50px 20px; 
    }

    .footer.pinja-footer-new .footer_menus {
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    footer.pinja-footer-new .footer_menus .hs_cos_wrapper:first-child .hs-menu-wrapper ul {
        flex-direction: column;
    }

    footer.pinja-footer-new .footer_menus .hs_cos_wrapper:first-child .hs-menu-wrapper ul li a {
        padding: 10px 0;
    }

    footer.pinja-footer-new .footer_menus .hs_cos_wrapper:last-child .hs-menu-wrapper ul {
        display: flex;
        justify-content: center;
    }

    footer.pinja-footer-new .footer_menus .hs_cos_wrapper:last-child .hs-menu-wrapper ul li {
        margin-right: 20px;
        width: 28px;
    }
}

@media screen and (max-width: 999px) {

    .footer.pinja-footer-new .footer__container.pinja-footer-new__container,
    .pinja-footer-new__cols.cols-contact .col {
        max-width: 100% !important;
        width: 100%;
    }

    .pinja-footer-new__cols.cols-contact {
        display: flex;
        flex-direction: column;
        padding-bottom: 50px;
    }

    .pinja-footer-new__cols.cols-contact .col-locations{
        margin-top: 40px;
        margin-left: 0;
    }

    .col.col-locations .hs_cos_wrapper_type_rich_text:first-child {
        margin-right: 50px;
    }
    
    .cols-contact .col-locations span:first-child {
        margin-right: 130px;
    }
}

@media screen and (max-width: 500px) {

    .footer__container.pinja-footer-new__container {
        padding: 30px 10px; 
    }

    .pinja-footer-new__cols.cols-contact .col.col-locations {
        align-items: baseline;
    }

    .pinja-footer-new__cols.cols-contact .col:first-child, 
    .pinja-footer-new__cols.cols-contact .col:first-child {
        font-size: 16px;
    }

    .pinja-footer-new__cols.cols-contact .col-locations span:first-child {
        margin-right: 40px;
    }
}