/* ******************************************************************************
*********************************************************************************
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: hidden;
}

/**
 * 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 0;
}

.banner-section .dnd-section,
.banner-section .row-fluid {
  padding: 0 !important;
  width: 100% !important;
}

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

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


/* Landing page */

/*.lp-relekta {
  margin-top: -32px;
}*/
.lp-relekta .dnd-section.row-number-1 {
  padding-bottom: 0 !important;
  padding-top: 0 !important;
}
.lp-relekta .dnd-section.row-number-1 > .row-fluid {
  max-width: 100%;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
.lp-relekta .dnd-section.row-number-1 .widget-type-cell {
  padding-left: 0;
  padding-right: 0;
}
/*****/


@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.
*********************************************************************************
****************************************************************************** */

body {
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.46666666667;
}

p {
  margin: 0 0 20px;
  font-family: Lato, serif;
}

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

a:hover, a:focus {
  outline: 0;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  /*margin-bottom: 10px;*/
  margin-bottom: 25px;
  line-height: 1.09375;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

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

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

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

h4 {
  font-size: 1.175rem;
  line-height: 1.2;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

.lp-relekta h1 { line-height: 1.175em; }
.lp-relekta p { line-height: 1.350em; }

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

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;
}

/* 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;
}

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

img {
  max-width: 100%;
}
/*@import url('https://use.typekit.net/jyk8ohg.css');*/
/*
 * The Typekit service used to deliver this font or fonts for use on websites
 * is provided by Adobe and is subject to these Terms of Use
 * http://www.adobe.com/products/eulas/tou_typekit. For font license
 * information, see the list below.
 *
 * corporate-s:
 *   - http://typekit.com/eulas/000000000000000077359f4c
 *   - http://typekit.com/eulas/000000000000000077359f60
 *   - http://typekit.com/eulas/000000000000000077359f6b
 *   - http://typekit.com/eulas/000000000000000077359f6e
 * corporate-s-std-urw:
 *   - http://typekit.com/eulas/000000000000000077359f4f
 *   - http://typekit.com/eulas/000000000000000077359f53
 *   - http://typekit.com/eulas/000000000000000077359f5f
 *   - http://typekit.com/eulas/000000000000000077359f62
 *
 * © 2009-2022 Adobe Systems Incorporated. All Rights Reserved.
 */
/*{"last_published":"2022-10-31 13:21:04 UTC"}*/

@import url("https://p.typekit.net/p.css?s=1&k=jyk8ohg&ht=tk&f=12814.12816.12820.12822.35600.35601.35606.35607&a=87703743&app=typekit&e=css");

@font-face {
	font-family: "corporate-s-regular";
	src: url("https://use.typekit.net/af/3c7647/000000000000000077359f4c/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/3c7647/000000000000000077359f4c/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/3c7647/000000000000000077359f4c/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

@font-face {
	font-family: "corporate-s-bold";
	src: url("https://use.typekit.net/af/ce0f49/000000000000000077359f60/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/ce0f49/000000000000000077359f60/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/ce0f49/000000000000000077359f60/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
}

@font-face {
	font-family: "corporate-s-regular-italic";
	src: url("https://use.typekit.net/af/98fb79/000000000000000077359f6b/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/98fb79/000000000000000077359f6b/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/98fb79/000000000000000077359f6b/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
	font-display: auto;
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
}

@font-face {
	font-family: "corporate-s-bold-italic";
	src: url("https://use.typekit.net/af/f44ee1/000000000000000077359f6e/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/f44ee1/000000000000000077359f6e/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/f44ee1/000000000000000077359f6e/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
	font-display: auto;
	font-style: italic;
	font-weight: 700;
	font-stretch: normal;
}

@font-face {
	font-family: "corporate-s-std-urw";
	src: url("https://use.typekit.net/af/c1054c/000000000000000077359f4f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff2"), url("https://use.typekit.net/af/c1054c/000000000000000077359f4f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("woff"), url("https://use.typekit.net/af/c1054c/000000000000000077359f4f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n4&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 400;
	font-stretch: normal;
}

@font-face {
	font-family: "corporate-s-std-urw";
	src: url("https://use.typekit.net/af/be1885/000000000000000077359f53/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff2"), url("https://use.typekit.net/af/be1885/000000000000000077359f53/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("woff"), url("https://use.typekit.net/af/be1885/000000000000000077359f53/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i4&v=3") format("opentype");
	font-display: auto;
	font-style: italic;
	font-weight: 400;
	font-stretch: normal;
}

@font-face {
	font-family: "corporate-s-std-urw";
	src: url("https://use.typekit.net/af/3f003c/000000000000000077359f5f/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff2"), url("https://use.typekit.net/af/3f003c/000000000000000077359f5f/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("woff"), url("https://use.typekit.net/af/3f003c/000000000000000077359f5f/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=n7&v=3") format("opentype");
	font-display: auto;
	font-style: normal;
	font-weight: 700;
	font-stretch: normal;
}

@font-face {
	font-family: "corporate-s-std-urw";
	src: url("https://use.typekit.net/af/08b9d4/000000000000000077359f62/30/l?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff2"), url("https://use.typekit.net/af/08b9d4/000000000000000077359f62/30/d?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("woff"), url("https://use.typekit.net/af/08b9d4/000000000000000077359f62/30/a?primer=7cdcb44be4a7db8877ffa5c0007b8dd865b3bbc383831fe2ea177f62257a9191&fvd=i7&v=3") format("opentype");
	font-display: auto;
	font-style: italic;
	font-weight: 700;
	font-stretch: normal;
}

.tk-corporate-s {
	font-family: "corporate-s", sans-serif;
}

.tk-corporate-s-std-urw {
	font-family: "corporate-s-std-urw", sans-serif;
}
/* ******************************************************************************
*********************************************************************************
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:  100%;
  margin-bottom: 15px;
  display: block;
}

.sidebar.a h1, .sidebar.a h2, .sidebar.a h3, .sidebar.a h4, .sidebar.a h5, .sidebar.a h6 { color: #fff; }
.sidebar.a .hs-form-field label { font-size: 16px; }
.sidebar.a .hs-button {
  margin: 30px 0 0;
  width: 100%;
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
  height: 47px;
  font-family: 'CorporateS-bold';
  color: #2A2F43;
}
.sidebar.a .form_>.hs_cos_wrapper_type_form>h3 { display: none; }
.sidebar.a .input>.hs-input { margin: 0 0 13px; }
.sidebar.a .hs-input, .lp-relekta form input { border-color: transparent !important; border-radius: 4px; }
.two-col-content-sec .sidebar.a .legal-consent-container p { font-size: 13px; line-height: 17px; }
.sidebar.a { margin-top: 40px; margin-bottom: 40px; }

.hs-button {
  display: inline-block;
  margin: 15px 0;
  cursor: pointer;
  border: 1px solid #4a89bf;
  text-align: center;
  padding: 0 24px;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  text-decoration: none !important;
  font-size: 14px;
  line-height: 30px;
  padding: 0 15px;
  /*box-shadow: 0 1px 1px #c77a17;*/
  height: 42px; 
}

.hs-button:hover, 
.hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  color: #fff;
  box-shadow: 0 2px 2px #000;
}

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

.hs-search-module .field > label,
.inputs-list label,
.hs-form-field label {
  color: #33475b;
  display: block;
  margin-bottom: 5px;
  /*font-weight: bold;*/
}

.hs-error-msgs label {
  font-size: 14px;
  margin: 5px 0;
  color: #f2545b !important;
  font-weight: 400;
}

#hs-pwd-widget-password,
.hs-search-field__input,
.hs-input {
  color: #33475b;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  background: #fff !important;
  border: 1px solid #f8981d;
  border-radius: 1px;
  height: 42px;
  padding: 10px;
  margin: 0 0 15px;
  border-radius: 1px;
}

.hs-form input[type="email"] {
  padding-right: 92px;
}

form input, form select, form textarea, .hs-input {
  border-color: #f8981d !important;
}

/*.hs-form input[type="text"], 
.hs-form input[type="password"], 
.hs-form input[type="datetime"], 
.hs-form input[type="datetime-local"], 
.hs-form input[type="date"], 
.hs-form input[type="month"], 
.hs-form input[type="time"], 
.hs-form input[type="week"], 
.hs-form input[type="number"], 
.hs-form input[type="email"], 
.hs-form input[type="url"], 
.hs-form input[type="search"], 
.hs-form input[type="tel"], 
.hs-form input[type="color"], 
input, 
input.hs-input {
  color: #33475b;
  display: block;
  width: 100%;
  font-size: 14px;
  line-height: 20px;
  background: #fff !important;
  border: 1px solid #CCC;
  border-radius: 1px;
  height: 32px;
  padding: 10px;
  margin: 5px 0 15px;
  border-radius: 1px;
}*/

.hs-input:not([type=file]) {
  background: #fff !important;
}

.systems-page input.email-edit.hs-input {
  padding: 8px 20px !important;
  font-size: 12px !important;
}

#hs-pwd-widget-password {
  height: 48px !important;
  margin: 0 0 15px !important;
}

.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 input,
.hs-input textarea {
  transition: border 0.2s linear;
}

#hs-pwd-widget-password:focus,
.hs-search-field__input:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
}

textarea.hs-input {
  height: auto;
}

.hs-form-field textarea {
  min-height: 100px;
  padding: 9px 10px;
}

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;
}

.inputs-list {
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.inputs-list > li {
  display: block;
  padding: 0;
  width: 100%;
  padding-top: 0;
}
.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;
  padding-left: 0;
}

.systems-page .hs-form-field,
.field {
  margin-bottom: 10px;
}

#hs_cos_wrapper_my_password_reset > .hs-form-field > .hs-error-msgs,
#hs_cos_wrapper_my_register > .hs-form-field > .hs-error-msgs,
#hs_cos_wrapper_my_login > .hs-form-field > .hs-error-msgs,
#hs_cos_wrapper_my_password_reset_request > .hs-form-field > .hs-error-msgs {
  display: none;
}

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

.hs-form-required {
  /*color: red;*/
  display: none;
}

.legal-consent-container, .legal-consent-container p, .legal-consent-container span, .hs-richtext, .hs-richtext p, .hs-richtext span {
  font-size: 14px;
  line-height: 1.5em;
}

.legal-consent-container a {
  color: #ffffff !important;
}

.hs-richtext p{
  margin-bottom: 0px;
}

.hs-blog-post .hs-form-booleancheckbox p { line-height: 1em; }

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

.grecaptcha-badge {
  margin: 0 auto;
}

.email-correction, 
.email-validation {
  padding-top: 3px;
  font-size: 12px;
}

.email-correction a,
.email-validation a {
  cursor: pointer;
}

.sidebar .form_ img { object-fit: cover; }

@media screen and (min-width: 768px) {
  .hs-blog-post .hs-button {
    margin: 0;
  }
  .hs-blog-post form {
    position: relative;
  }
  .hs-blog-post form .hs_submit {
    /*position: absolute;
    top: 34px;
    right: 0;*/
    margin-top: 16px;
  }
  
  .lp-relekta .form_ { /*width: 434px;*/ width: 100%; max-width: 443px; }
  .sidebar.a .input>.hs-input { height: 47px; }

}

@media screen and (max-width: 767px) {
  .hs-button {
    font-size: 12px;
    height: auto;
  }
  .sidebar.a { margin-bottom: 85px; }
}

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

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

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

.hs-input[type=checkbox],
.hs-input[type=radio],
.hs-input[type=checkbox] + label,
.hs-input[type=radio] + label,
.hs-input[type=checkbox] + span,
.hs-input[type=radio] + span {
  display: inline-block;
  vertical-align: middle;
}

.hs-input[type=checkbox] + label,
.hs-input[type=radio] + label,
.hs-input[type=checkbox] + span,
.hs-input[type=radio] + span {
  margin: 0;
}

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

  form {
    max-width: 100%;
  }

  .hs-button, .button--primary {
    white-space: normal;
  }

}
/* ******************************************************************************
*********************************************************************************
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-top: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-wrapper li {
  width: 100%;
}

/***/
/*.header-page .custom-menu-primary.main_menu ul.children-wrapper, .header-page .custom-menu-primary.log_in ul.children-wrapper {
  display: none;
}
.child-trigger {
    display: block !important;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 55px !important;
    min-width: 55px !important;
    height: 45px !important;
    padding: 0 !important;
    border-left: 1px dotted rgba(255,255,255,.20);
  background-color: #000;
}
.child-trigger i {
    position: relative;
    top: 50%;
    margin: 0 auto !important;
}
.child-trigger i, .child-trigger i:after {
    width: 10px;
    height: 1px;
    background-color: #fff;
    display: block;
}
.child-trigger.child-open i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}*/

/* ==========================================================================
   Custom Menu Primary
   ========================================================================== */

/* Parent List */
.header-page .custom-menu-primary .navigation-primary > ul{
    background: #ffffff;
    padding-top: 18px;
    float: right;
    transition: all .1s ease-in-out;
}
.header-page .custom-menu-primary.main_menu .navigation-primary > ul > li{
  background: #ffffff;
  font-weight: normal;
  font-size: 14px;
}
.header-page .custom-menu-primary .navigation-primary ul.level-1 > li, 
.header-page .custom-menu-primary .navigation-primary ul.level-2 > li {
  text-transform: uppercase;  
}
.header-page .custom-menu-primary .navigation-primary ul.level-3 > li {
  text-transform: initial;
}
.header-page .custom-menu-primary .navigation-primary > ul > li > a{
    padding: 10px 15px;
    position: relative;
    color: #2a2f43;
    display: block;
}



/* Child List */
.header-page .custom-menu-primary.main_menu .navigation-primary>ul.level-1>li:first-child>ul{
    left: -51px!important;
}
.header-page .custom-menu-primary .navigation-primary > ul ul{
    left: 0!important;
    background: #fff;
    padding: 10px 0px;
    min-width: 150px;
}
.header-page .custom-menu-primary .navigation-primary > ul ul.level-2 {
    position: relative;
}
.header-page .custom-menu-primary .navigation-primary > ul ul ul.level-3 {
  left: 100.3% !important;
  top: 0;
}
.header-page .custom-menu-primary.main_menu .navigation-primary>ul ul li:hover {
    background: #f2f5f7;
}
.header-page .custom-menu-primary.log_in .navigation-primary>ul ul li:hover a {
  text-decoration: underline;
}
/*.header-page .custom-menu-primary .navigation-primary > ul > li > ul:before {
    content: "\f0d8";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    font-size: 18px;
    color: #fff;
    position: absolute;
    top: -12px;
    left: 0;
    width: 100%;
    padding-left: 10px;
    text-shadow: 0px -1px 0px #ccc;
}*/
.header-page .custom-menu-primary .navigation-primary > ul ul li{
    background: #ffffff;
}
.header-page .custom-menu-primary .navigation-primary > ul ul li a{
    color: #2a2f43;
    padding: 10px 7px 10px 16px;
}

/* Override max width on menu links */
.header-page .custom-menu-primary .navigation-primary > ul li a,
.navigation-primary > ul li.has-submenu ul.children-wrapper li a {
    overflow: visible !important;
    max-width: none !important;
    width: auto !important;
}

/* Carret after Menu items with dropdown */
/*.navigation-primary>ul li.has-submenu > a:after {
    content: "\f0d7";
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    margin-left: 7px;
    font-size: 13px;
}*/
.navigation-primary>ul li.has-submenu:after  {
    border-top-color: #2a2f43;
}
.header-page .custom-menu-primary ul.level-1>li {
  position: relative;
}
.header-page .custom-menu-primary ul>li.has-submenu>.children-wrapper {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 10;
  padding:15px 0;
}
.header-page .custom-menu-primary ul>li.has-submenu:hover>.children-wrapper {
  opacity: 1;
  visibility: visible;
}
.header-page .custom-menu-primar ul.level-1>li>ul {
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 5%);
}

.header-page .navigation-primary ul.level-1>li>a>.ms-2 {
  display: none;
  margin-top: 3px;
}
.header-page .custom-menu-primary .navigation-primary>ul ul li:hover svg path {
  color: #F8971D !important;
}
.header-page .custom-menu-primary .navigation-primary ul li a {
  font-weight: 500;
}
.header-page .custom-menu-primary .navigation-primary ul li a {
  cursor: pointer;
}
.header-page .custom-menu-primary.log_in .navigation-primary ul ul {
  border: 1px solid rgb(0 0 0 / 0.3%);
  border-radius: 0.25rem;
  box-shadow: 0 1px 3px 1px rgb(0 0 0 / 5%);
}

/* Show menu and remove background color on desktop after toggling mobile menu */

  /*.header-page .custom-menu-primary.main_menu ul.level-3 li {
    position: initial !important;
  }*/

@media screen and (min-width: 992px) {
  .header-page .custom-menu-primary .navigation-primary {
    display:block !important;
    background: transparent !important;
  }
  .header-page .custom-menu-primary.main_menu .navigation-primary {  
    margin-left: -2px;
  }
  .header-page .custom-menu-primary.log_in .navigation-primary a>span { margin-top: 1px; }
  .header-page .custom-menu-primary.main_menu ul.level-1>li>ul {
    width: 52ch;
  }
  .header-page .custom-menu-primary .navigation-primary > ul ul li a{
    width: 100% !important;
    display: flex;
    justify-content: space-between;
  }
  .header-page .custom-menu-primary.main_menu .navigation-primary ul>li:first-child ul.level-2>li>a{
    padding-left: 56px;
  }

  .custom-menu-primary.main_menu nav ul:first-child ul.level-2>li>a {
    background-repeat: no-repeat;
  }
  .custom-menu-primary.main_menu nav ul>li:first-child ul.level-2>li:first-child>a {
    background-image: url('https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/Icons/LIM_FUGEMASSER-ICON-1.svg');
    background-position: 19px center;   
  }
  .custom-menu-primary.main_menu nav ul>li:first-child ul.level-2>li:nth-child(2)>a {
    background-image: url('https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/Icons/RENGJORING%20ICON-2.svg');
    background-position: 10px center;   
  }
  .custom-menu-primary.main_menu nav ul>li:first-child ul.level-2>li:nth-child(3)>a {
    background-image: url('https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/Icons/OVERFALTEBEHANDLING%20ICON-3.svg');
    background-position: 16px center;   
  }
  .custom-menu-primary.main_menu nav ul>li:first-child ul.level-2>li:nth-child(4)>a {
    background-image: url('https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/Icons/TILSETNINGER_MOTORKJEMI%20ICON-4.svg');
    background-position: 8px center;   
  }
  .custom-menu-primary.main_menu nav ul>li:first-child ul.level-2>li:nth-child(5)>a {
    background-image: url('https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/Icons/OLJER_FETT%20ICON-5.svg');
    background-position: 15px center;   
  }
  .custom-menu-primary.main_menu nav ul>li:first-child ul.level-2>li:nth-child(6)>a {
    background-image: url('https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/Icons/AIRCONDITION%20ICON-6.svg');
    background-position: 9px center;   
  }
  .custom-menu-primary.main_menu nav ul>li:first-child ul.level-2>li:nth-child(7)>a {
    background-image: url('https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/Icons/ELEKTROMATERIELL%20ICON-7.svg');
    background-position: 15px center;   
  }
  .custom-menu-primary.main_menu nav ul>li:first-child ul.level-2>li:nth-child(8)>a {
    background-image: url('https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/Icons/HANSKER%20ICON-8.svg');
    background-position: 11px center;   
  }
  .custom-menu-primary.main_menu nav ul>li:first-child ul.level-2>li:nth-child(9)>a {
    background-image: url('https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/Icons/TAPE_DUK%20ICON-9.svg');
    background-position: 8px center;   
  }
  .custom-menu-primary.main_menu nav ul>li:first-child ul.level-2>li:nth-child(10)>a {
    background-image: url('https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/Icons/VERNEPRODUKTER%20ICON-10.svg');
    background-position: 8px center;   
  }
  .custom-menu-primary.main_menu nav ul>li:first-child ul.level-2>li:nth-child(11)>a {
    background-image: url('https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/Icons/VERKTOY%20ICON-11.svg');
    background-position: 10px center;   
  }
  .custom-menu-primary.main_menu nav ul>li:first-child ul.level-2>li:nth-child(12)>a {
    background-image: url('https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/Icons/UTSTYR_TILBEHOR%20ICON-12.svg');
    background-position: 9px center;   
  }
  .custom-menu-primary.main_menu nav ul>li:first-child ul.level-2>li:nth-child(13)>a {
    background-image: url('https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/Icons/BOR_KAPP_SLIP%20ICON-13.svg');
    background-position: 10px center;   
  }
  .custom-menu-primary.main_menu nav ul>li:first-child ul.level-2>li:nth-child(14)>a {
    background-image: url('https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/Icons/FESTEMIDLER%20ICON-14.svg');
    background-position: 10px center;   
  }
  .header-page .custom-menu-primary.main_menu .navigation-primary ul.level-3 {
    /*left: calc(52ch + 8px);*/
    min-width: 45ch;
    z-index: 3;
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 5%);
    height: 100%;
  }
}

/* Force header to trigger mobile layout on iPads */
/*@media (max-width: 991px){
  .header-page .col {
    display: block;
    float: none !important;
    width: auto !important;
    margin-left: 0 !important;
  }
}*/




/* ==========================================================================
   Mobile Menu - Hubspot Standard Toggle Menu
   ========================================================================== */


/**
 * Special Note
 *
 * When the menu is open, a class of .mobile-open is applied to the body. You can
 * use this for custom styling on any element when the menu is in the open position.
 */

.header-page .mob-trigger, .header-page .child-trigger{
    display: none !important; /* Hide button on Desktop */
}

@media (max-width: 991px){


  /* Variables
     ========================================================================== */
  /*
    * Menu Reset
    *
    * Remove styling from desktop version of custom-menu-primary. Place any
    * additional CSS you want removed from the mobile menu in this reset
    */

  .header-page .custom-menu-primary,
  .header-page .custom-menu-primary .navigation-primary > ul,
  .header-page .custom-menu-primary .navigation-primary > ul li,
  .header-page .custom-menu-primary .navigation-primary > ul li a{
    display: block;
    float: none;
    padding: 0px;
    margin: 0px;
    background-image: none;
    background-color: transparent;
    border: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
    -webkit-box-shadow: none;
    -moz-box-shadow:    none;
    box-shadow:         none;
    max-width: none;
    height: auto;
    line-height: 1;
    font-weight: normal;
    text-decoration: none;
    text-indent: 0px;
    text-align: left;
    color: #2a2f43;
    position: relative;
    top: auto;
    right: auto;
    left: auto;
    bottom: auto;  
    width: 100%;
  }
  

  /* Toggle Button
     ========================================================================== */

  .header-page .mob-trigger{
    display: inline-block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute; /*******************************************/
    top: -29px;          /* Position Button at top right of screen  */
    left: -9px;        /*******************************************/
    width: auto; /* Button width */
    height: auto; /* Button height */
    padding: 6px 12px;
    margin-top: 0;
    z-index: 99999999999; /* Z-index to keep button on top of other layers */
    font-size: 16px;
    text-align: center;
    font-weight: normal;
    text-align: left;
    text-transform: uppercase;
  }
  .header-page .mob-trigger:hover{
    text-decoration: none; /* Removes link text underline on button */
  }

  /* Change button when menu is open */
  .header-page .mob-open .mob-trigger{}


  /* Toggle Button Icon & Animations
     ========================================================================== */

  .header-page .mob-trigger i{
    display: inline;
    position: relative;
    top: -5px;
  }
  .header-page .mob-trigger i:before, .header-page .mob-trigger i:after{
    position: absolute;
    content: '';
  }
  .header-page .mob-trigger i, .header-page .mob-trigger i:before, .header-page .mob-trigger i:after{
    width: 20px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #2a2f43; /* Icon color */
    display: inline-block;
  }
  
    .header-page .rel-c .mobile. .new-blog-header .mob-trigger i, .header-page .rel-c .mobile. .new-blog-header .mob-trigger i:before, .header-page .rel-c .mobile. .new-blog-header .mob-trigger i:after{
    width: 20px; /* Icon line width */
    height: 2px; /* Icon line height */
    background-color: #fff; /* Icon color */
    display: inline-block;
  }
  
  .header-page .mob-trigger i:before{
    margin-top: -6px; /* Position top line */
  }
  .header-page .mob-trigger i:after{
    margin-top: 6px; /* Position bottom line */
  }


  /* Child Toggle Button
     ========================================================================== */

  .header-page .child-trigger{
    display: block !important; /* Hide button on Desktop */
    cursor: pointer; /* Mouse pointer type on hover */
    position: absolute;
    right: 0px;
    top: 0px;
    width: 55px !important; /* Button width */
    min-width: 55px !important;
    height: 45px !important; /* Button height */
    padding: 0 !important;
    border-left: 1px dotted rgba(255, 255, 255, .20);
  }
  .header-page .child-trigger:hover{
    text-decoration: none;
  }


  /* Child Toggle Button Icon & Animations
     ========================================================================== */

  .header-page .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
  }
  .header-page .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .header-page .child-trigger i, .header-page .child-trigger i:after{
    width: 10px; /* Icon line width */
    height: 1px; /* Icon line height */
    background-color: #2a2f43; /* Icon color */
    display: block;
  }
  .header-page .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
  .header-page .child-trigger.child-open i:after{
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .header-page .child-trigger.child-open i{
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }


  /* Menu Styles on Mobile Devices
     ========================================================================== */

  /* Hide menu on mobile */
  /*.header-page .custom-menu-primary .navigation-primary,*/
  .header-page .custom-menu-primary .children-wrapper{
    display: none;
  }

  /* Make child lists appear below parent items */
  .header-page .custom-menu-primary ul.children-wrapper{
    visibility: visible !important;
    opacity: 1 !important;
    position: static !important;
    display: none;
  }

  /* Mobile Menu Styles */
  .header-page .custom-menu-primary .navigation-primary{
    position: relative; /**************************************************************/
    top: 0;             /* Positions the menu to drop from the very top of the screen */
    left: 0px;          /**************************************************************/
    width: 100%;
    /*box-shadow: 0 0 4px rgba(0, 0, 0, 0.5);*/
  }
  .header-page .custom-menu-primary .navigation-primary{
    padding: 0 0 0 0;
    width: 100%; /* Full screen width */
    z-index: 8888;
  }

   /* Level 1 Menu List Styles */

  .header-page .custom-menu-primary .navigation-primary > ul > li{
    position: relative;
  }
  .header-page .custom-menu-primary .navigation-primary > ul > li a{
    font-size: 22px; /* Font size of top level list items */
    line-height: 45px;
    overflow: visible;
  }

  /* Level 1 and Higher Menu List Styles */
  .header-page .custom-menu-primary .navigation-primary > ul li{
    border-top: 1px dotted rgba(255, 255, 255, .35); /* Adds transparent dark highlights to top of top level list items */
  }

  .header-page .custom-menu-primary .navigation-primary >  ul li a{
    padding: 0 10px;
    color: #2a2f43 !important; /* link color set by global mobile-aColor variable */
  }
  /*.header-page .custom-menu-primary .navigation-primary > ul li a:hover{
    color: #000000 !important; 
  }*/
  .navigation-primary>ul li.has-submenu > a:after {
      display: none;
  }

  /* Level 2 and Higher Menu List Styles */
  .header-page .custom-menu-primary .navigation-primary > ul ul{
    background: transparent;
    border: 0px;
    padding: 0px;
  }
  .header-page .custom-menu-primary .navigation-primary > ul ul li{
    background-color: rgba(255, 255, 255, .08);
  }
  .header-page .custom-menu-primary .navigation-primary > ul ul li a{
    text-indent: 10px; /* Indent Child lists */
    font-size: 16px; /* Font size of child lists */
  }
  .navigation-primary>ul li.has-submenu:after{
      display: none;
  }
  .header-page .custom-menu-primary .navigation-primary>ul>li>ul:before {
      display: none;
  }

  /* Level 3 and Higher Menu List Styles */
  .header-page .custom-menu-primary .navigation-primary > ul ul ul li a{
    text-indent: 30px; /* Indent Child lists */
  }
  .header-page .custom-menu-primary .navigation-primary > ul ul ul ul li a{
    text-indent: 50px; /* Indent Child lists */
  }
  .navbar.el {
    position: fixed !important;
    top: 0px;
    bottom: 0px;
    /*width: 80%;
    left: -80%;*/
    width: 320px;
    left: -320px;
    transition: 0.5s;
    transform: translateX(-100%);
    z-index: 4000;
  }
  .mob-open .navbar.el {
    overflow: hidden auto;
    background: #fff;
    left: 0px;
    z-index: 9;
    transform: translateX(0%);
    max-width: 320px;
  }
 
  
  .header-page .navigation-primary ul.level-1 { padding-top: 51px !important; }
  .header-page .main_menu .navigation-primary ul>li>a { padding: 16px 16px 13px !important; }
  .header-page .custom-menu-primary .navigation-primary .ms-2 { display: none; }
  .header-page .navigation-primary ul>li>a { text-transform: uppercase!important; }
  .header-page .navbar.el { border-right: 1px solid rgba(0, 0, 0, 0.2); }
  
  .header-page .level-1>li>.child-trigger { width: 100% !important; padding-right: 20px !important; }
  .header-page .level-1>li>.child-trigger i, .header-page .level-1>li>.child-trigger i:after { float: right }
  
}
/* ******************************************************************************
*********************************************************************************
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;
}

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.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
#checkdv_1 { display: none !important; }
/* Wrapper */
.wrapper {
  margin: 0 auto !important;
  max-width: 1400px;
  width: 100%;
  padding: 0 15px;
  position: relative;
  height: 100%;
}
@media(max-width: 1440px) {
  .wrapper {
    max-width: 1024px;
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .wrapper { padding: 0 15px; }
}
/**********/

h2.blog-listing__post-title a, a.blog-listing__post-button { text-decoration: none !important; }
.blog-listing__post-button-wrapper { margin: 0 auto; display: table; }
a.blog-listing__post-button:hover { color: #fff; }
.blog-listing__post-content--card {
  padding: 15px;
}
.blog-listing__post-content--card h2, .blog-listing__post-content--card h2 a {
  font-size: 24px;
  line-height: 1.167em;
  color: #2a2f43;
}
.blog-listing__post-content--card p {
  line-height: 1.450em;
}
.blog-listing__post-button-wrapper a {
  font-size: 12px;
  line-height: 28px;
  color: #fff;
  display: inline-block;
  font-weight: 400;
  height: 30px;
  margin: 5px 5px 5px 0;
  padding: 0 15px;
  text-decoration: none;
  text-transform: uppercase;
  background: #2a2f43;
  transition: .3s;
}
article.card img {
  height: 300px;
  object-fit: cover;
  width: 100%;
}
article.card { border: 1px solid #e4e4e4; }

@media screen and (min-width: 768px) {
  .rele-text h2 { font-size: 40px; line-height: 1.175em; }
  section.blog-listing {
    display: flex;
    justify-content: space-between;
  }
  article.card { width: 32%; }
}
@media screen and (min-width: 1024px) {
  .blog-listing__post-content--card h2 {
    min-height: 113px;
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1280px) {
  .blog-listing__post-content--card h2 { min-height: 88px; }  
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .blog-listing__post-content--card h2, .blog-listing__post-content--card h2 a { font-size: 20px; margin-bottom: 0; }
  .blog-listing__post-content--card {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 355px;
  }  
}
@media screen and (max-width: 767px) {
  article.card { margin: 30px .75%; }
  article.card:first-child { margin-top: 0; }
  article.card:last-child { margin-bottom: 0; }
}
/* ******************************************************************************
*********************************************************************************
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-top {
  background-color: #fff;
}

.mobile-trigger {
  display: none;
}

.header-top .container {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

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

.site-header a {
  text-decoration: none;
}

.site-header a:hover {
  text-decoration: underline;
}

.lg-theme-container {
  display:flex;
  flex-direction:row;
  justify-content:flex-end;
}

.logo {
  width: 470px;
  height: 56px;
  background: url("https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/raw_assets/public/Relekta_August_2022/images/Relekta_logo.png") no-repeat;
    background-size: auto 56px;
    display: block;
    }

.logo a {
  display: block;
  height: 56px;
  text-indent: -5000px;
  text-decoration: none;
}

.header-links a {
  color: #555;
  font-size: 12px;
  text-decoration: none;
  margin-right: 10px;
}

.custom-menu-primary .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 0 10px;
}

.custom-menu-primary b {
  font-weight: bold;
}

.custom-menu-primary form {
  width: 175px;
  height: 30px;
  margin: 10px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
  background: #FFF;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.custom-menu-primary form input[type="text"] {
  font-size: 12px;
  line-height: 30px;
  width: 138px;
  background: none;
  border: none;
  height: 30px;
  padding: 0 10px;
  margin: 0;
  border-radius: 0px;
  color: #333;
}

.custom-menu-primary form button,
.custom-menu-primary form button:hover {
  width: 35px;
  height: 30px;
  padding: 0px;
  margin: 0;
  font-size: 18px;
  line-height: 30px;
  color: #555;
  border-radius: 0px;
  background: none;
  box-shadow: none;
  display: inline-block;
  cursor: pointer;
  border: none;
}

.lang-switch-globe {
  display:flex;
}

.current-lang {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  height:100%;
}

.lang-menu {
  display: none!important;
  position: absolute;
  top: 100%;
  right: -20px;
  background: white;
  border: 1px solid #ddd;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.lang-menu .lang-option {
  display: flex;
  align-items: center;
  gap: 5px;
  padding: 4px 16px;
  color: #000;
  text-decoration: none;
  font-size: 14px;
}

.lang-menu .lang-option:hover {
  background-color: #f1f1f1;
}

.lang-switch-globe:hover .lang-menu {
  display: block!important;
}

.lang-switch-globe p {
  font-size: 14px;
  line-height: 21px;
  padding: 10px 3px;
  margin:0;
}

/* CSS September - new header */

.header-page { background-color: #ffffff; position: relative; }


.header-page .py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}

.header-page #new-blog-header li.no-submenu.menu-item a.menu-link {
  color: #fff!important;
}

.header-page #new-blog-header .custom-menu-primary .navigation-primary>ul>li>a {
  color: #fff!important;
}

.header-page .theme.background-blue { background-color: #2a2f43; }
.header-page .theme.dark { background-color: #262626; }
.header-page .theme.grey-with-dark-blue { background-color: #f2f5f7; }
.header-page .theme.grey-with-dark-white { background-color: #fff; }

.header-page .hs_cos_wrapper_type_logo img {
  width: 127px !important;
  margin-left: -2px;
  margin-top: 1px;
}

.black-header {
  background-color:#000;
}

#hite-text-header-menu .menu-item .el {
  color: #fff!important;
}

.header-page .custom-menu-primary .navigation-primary ul li a { font-weight: 400 !important; }

.header-page .container-xl { width: 100%; padding-right: 1rem; padding-left: 1rem; margin-right: auto; margin-left: auto; }
/*@media (min-width: 992px) {
.header-page .container-xl { max-width: 960px; }
}*/
@media (min-width: 1200px) {
  .header-page .container-xl { max-width: 1140px; }
}
@media (min-width: 1400px) {
  .header-page .container-xl { max-width: 1320px; }
}
@media (min-width: 1600px) {
  .header-page .container-xl { max-width: 1520px; }
}
@media (min-width: 1920px) {
  .header-page .container-xl { /*max-width: 1654px;*/ max-width: 1820px; }
}

#page-header-desktop { box-shadow: 0 4px 7px 1px rgb(0 0 0 / 5%); }
.header-page * { font-family: 'corporate-s-regular'; }
.header-page .d-flex { display: flex !important; }
.header-page .align-items-start { align-items: flex-start !important; }
/*.header-page .col { flex: 1 0 0%; }*/
.header-page .flex-grow-1 { flex-grow: 1 !important; }
.header-page .fw-bold h3 { font-weight: 700 !important; }
.header-page .text-uppercase { text-transform: uppercase !important; }
.header-page .flex-column { flex-direction: column !important; }
.header-page .mx-n3 { margin-right: -1rem !important; margin-left: -1rem !important; }
.header-page .px-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
.header-page .text-start { text-align: left !important; }
body .header-page h3 { font-size: 16px !important; line-height: 19px; font-family: 'corporate-s-bold'; }
.header-page a { font-size: 16px; line-height: 24px; font-weight: 400; font-family: 'corporate-s-regular'; }
.header-page a:hover { text-decoration: underline; }
.header-page .mx-n2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; }
.header-page .py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.header-page .navbar { position: relative; }
.header-page .navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; margin-top: 0; }
.header-page .flex-row { flex-direction: row !important; }
.header-page .nav-link { display: block; padding: 0.5rem 1rem; }
.header-page .navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
.header-page .navbar-expand .navbar-nav .nav-link { padding-top: 0; }
.header-page .visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}
.header-page .icon-3 svg { height: 1.5rem; width: 1.5rem; display: block; vertical-align: baseline; }
.header-page .py-2 { padding-top: 7px !important; padding-bottom: 1px !important; }

.header-page .mx-n3{margin-right:-1rem !important;margin-left:-1rem !important}
.header-page .px-3{padding-right:1rem !important;padding-left:1rem !important}
.header-page .fs-7{font-size:.875rem !important}
.header-page .text-center{text-align:center !important}
.header-page li { padding: 0; }
.header-page li a { padding: 0 0 10px; display: table; }

.header-page .position-relative { position: relative; }
.header-page .top-0 { top: 0; }
.header-page .align-items-center { align-items: center; }
.header-page .justify-content-end { justify-content: flex-end !important; }
.header-page .text-end { text-align: right !important; }
.header-page .navbar.top {  }
.header-page .navbar.top .hs-menu-wrapper>ul { display: flex; }
.header-page .hs-menu-wrapper ul { display: block; }
.header-page .hs-menu-wrapper li { width: auto; }
.header-page .navbar.top .hs-menu-wrapper>ul li a { padding: 10px .5rem .5rem; font-size: 14px; line-height: 21px; }
.header-page .navigation-primary ul.level-1 { margin: 0; padding: 0; }
.header-page .navigation-primary ul.level-1 li a { padding: 0; padding-right: 0.5rem; padding-left: 0.5rem; line-height: 26px; }

.header-page .log_in .navigation-primary ul.level-1 li a { line-height: 24px; }
.header-page .navigation-primary ul.level-1>li>a, .header-page .navigation-primary ul.level-2>li>a { text-transform: uppercase !important; }
.header-page .flex-grow-0 { flex-grow: 0 !important; }
.header-page form, .header-page .hs-search-field__input{ margin-bottom: 0; }
form .hs-search-field__input { 
  width: 32ch; 
  border-radius: 1.5rem; 
  padding: 0.5rem 1rem 0.5rem 3rem;
  font-size: 16px; 
  font-weight: 400; 
  line-height: 1.5; 
  /*border: 1px solid rgba(118, 118, 118, 0.3) !important;*/
  border: 1px solid rgba(42,47,67, 0.3) !important;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
}
.header-page .navigation-primary ul.level-1>li>a:hover span, .header-page .navigation-primary ul .menu-link.active-item { text-decoration: underline; }



@media (min-width: 992px) {
  .header-page .flex-row { flex-direction: row !important; }
  .header-page .gap-3 { gap: 1rem !important; }
  .d-lg-flex { display: flex !important; }
  form .hs-search-field__input { width: 45ch; }
  .header-page .custom-menu-primary.main_menu { margin-bottom: -12px; margin-left: -3px; }
  .header-page .custom-menu-primary.log_in { margin-right: 0px; margin-top: -10px; }
  .header-page ._column.rel-b { display: none; }
  .header-page .desktop .main_menu { display: block; }
  .header-page .mobile .main_menu { display: none; }
  .header-page .custom-menu-primary .navigation-primary {  }
}
@media (max-width: 991px) {
  #new-blog-header{display:none;}
  .header-page .flex-row { flex-direction: column !important; }
  .header-page .container-xl { max-width: 100%; }
  .header-page .col.a { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .header-page .col.a._logo { padding-bottom: 2rem!important; padding-top: 0!important; }
  .header-page .col.b { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .header-page li a { padding: 10px 0; }
  .header-page .fs-7.text-center { text-align: left!important; }
  .header-page .py-2.dark { padding-bottom: 1rem!important; padding-top: 1rem!important; }
  .header-page .navbar-nav.flex-row { flex-direction: row !important; }
  .header-page .navbar-expand .navbar-nav .nav-link { padding-top: 0.5rem; }
  .header-page .py-4 { padding-bottom: 0!important; }
  .header-page .theme.grey-with-dark-blue { display: none; }
  .header-page .theme.theme-new .hs_cos_wrapper_type_logo a img { width: 83px !important; }
  .header-page .d-flex { display: block !important; }
  .header-page .custom-menu-primary.log_in { display: none; }
  .header-page ._column.rel-b { display: block; }
  .header-page .rel-a { margin-left: 41px; }
  .header-page .py-2 { padding-top: 10px!important; }
  .header-page .rel-b { right: 32px; position: absolute; top: 11px; }
  .header-page form .hs-search-field__input { width: 100%; }
  .header-page .rel-d { padding: 24px 0 7px; }
  .header-page .desktop .main_menu { display: none; }
  .header-page .mobile .main_menu { display: block; }
  .black-header .main_menu .navigation-primary ul.level-1>li>a {
    padding: 17px 8px 2px;
    background-color:#000!important;
    color:#fff!important;
  }
  .black-header .main_menu .navigation-primary ul.level-1>li>a:hover {
    text-decoration:underline;
  }

  .black-header .custom-menu-primary .navigation-primary>ul li {
    border-top:none;
  }
}

/***/


@media screen and (min-width: 761px) {

  .custom-menu-primary nav>ul {
    display: flex;
    flex-wrap: wrap;
    font-size: 13px;
    line-height: 16px;
  }

  .custom-menu-primary nav>ul>li {
    position: relative;
    display: block;
  }

  .custom-menu-primary nav>ul>li>a {
    font-family: 'corporate-s-regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 30px;
    color: #FFF;
    padding: 10px 25px;
    display: inline-block;
    cursor: pointer;
    text-decoration: none;
  }

  .custom-menu-primary nav>ul>li>a:hover {
    text-decoration: none;
  }

  .custom-menu-primary ul.level-2 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 250px;
    margin: 50px 0 0 0;
    padding: 40px 25px 35px 25px;
    display: none;
    text-align: left;
    background: url("https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/raw_assets/public/Relekta_August_2022/images/Relekta_hovermenu.png") no-repeat left top #00498a;
      z-index: 9999;
      }
  .header-page .custom-menu-primary.log_in ul.level-2 { top: -9px; }

  .custom-menu-primary .has-submenu:hover>ul.level-2 {
    display: block;
  }

  .custom-menu-primary ul ul li {
    /*position: relative;*/
    display: block;
  }

  .custom-menu-primary ul ul a {
    display: inline-block;
    cursor: pointer;
    font-family: 'corporate-s-regular';
    font-weight: 400;
    font-size: 12px;
    line-height: 21px;
  }

  .custom-menu-primary nav>ul>li:first-child>ul {
    width: 160px;
    padding: 35px 10px 10px 10px;
  }

  .custom-menu-primary nav>ul>li:first-child>ul>li {
    width: 66.66%;
    float: left;
    /*padding: 5px 15px;*/
  }

  .custom-menu-primary nav>ul>li:first-child>ul>li:nth-child(2) {
    width: 33.33%;
  }

  .custom-menu-primary nav>ul>li:first-child>ul>li>a {
    font-weight: 700;
    font-size: 15px;
    line-height: 21px;
    margin: 0 0 5px;
    text-decoration: none;
    cursor: text;
  }

  /*.custom-menu-primary nav>ul>li:first-child>ul>li:last-child {
  width: 100%;
  background: #215eac;
  margin: 10px 0 0 0;
  padding: 15px;
}

  .header-page .custom-menu-primary nav>ul>li:first-child>ul>li:last-child { background: none; }

  .custom-menu-primary nav>ul>li:first-child>ul>li:last-child>a {
  font-size: 13px;
  line-height: 16px;
  margin: 0;
  font-weight: 400;
}

  .custom-menu-primary nav>ul>li[data-name="kontakt"]>a:hover {
  text-decoration: underline;
}*/

  .header-page .custom-menu-primary.main_menu ul.level-2 {
    width: 59ch;    
    box-shadow: 0 1px 3px 1px rgb(0 0 0 / 5%);
  }


}
.header-page .custom-menu-primary.main_menu ul.level-2, .header-page .custom-menu-primary.main_menu ul.level-3 {
  background-color: #fff !important;
  background: none;
  margin: 0;
  padding: 0;
}
.header-page .custom-menu-primary.main_menu ul.level-2 {
  top: 44px;
}
.header-page .custom-menu-primary ul ul li {
  width: 100% !important;
}
.header-page .navigation-primary ul.level-1 li a {
  font-size: 16px;  
  line-height: 19.2px;
  margin: 0;
  padding: 8px 16px;
}

.header-page .main_menu .navigation-primary ul.level-1>li>a {
  padding: 17px 8px 2px;
} 

.black-header .main_menu .navigation-primary ul.level-1>li>a {
  padding: 17px 8px 2px;
  background-color:#000;
  color:#fff;
}

.new-header-logo svg{
  height: 50px;
  width: auto;
}

.header-page .log_in .navigation-primary ul.level-1>li>a {
  padding: 8px;
}
.header-page .log_in .navigation-primary ul.level-1>li>a svg {
  margin-bottom: -6px;
  margin-left: -4px;
}
.header-page .hs-search-field {
  margin-top: -9px !important;
  /*position: relative;
  left: -2px;*/
}

@media screen and (max-width: 1200px) {
  .custom-menu-primary nav>ul>li>a {
    padding: 10px 0 10px 25px;
  }

  .custom-menu-primary .container {
    padding: 0;
  }
}

@media screen and (max-width: 980px) {
  .custom-menu-primary nav>ul>li>a {
    font-size: 14px;
    padding: 10px 0 10px 10px;
  }
}

@media screen and (max-width: 760px) {
  .header-links a span {
    display: none;
  }

  .header-links a i {
    font-size: 21px;
    line-height: 44px;
    height: 44px;
    width: 44px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    border-radius: 22px;
    background: #215eac;
    color: #FFF;
    text-align: center;
    margin: 3px 0 0 0;
  }

  .header-links a {
    margin: 0;
  }

  .header-top .container {
    padding: 5px;
  }

  .logo {
    width: 125px;
    height: 35px;
    background-size: auto 35px;
    margin: 7px;
  }

  .logo a {
    height: 35px;
  }

  .mobile-trigger {
    width: 42px;
    display: block;
    cursor: pointer;
    color: #FFF;
    margin: 3px;
    background: #FFF;
    border: 0;
    text-align: center;
    font-size: 15px;
    line-height: 22px;
    padding: 0;
  }

  .header-top .container {
    justify-content: unset;
  }

  .header-links {
    margin-left: auto;
  }

  .mobile-trigger i {
    font-size: 25px;
    color: #215eac;
    pointer-events: none;
  }

  .header-top {
    border-bottom: 5px solid #215eac;
  }

  .custom-menu-primary {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 75%;
    left: -75%;
  }

  .mobile-open .custom-menu-primary {
    overflow: hidden auto;
    background: #444;
    left: 0px;
    z-index: 9;
  }

  .mobile-open {
    overflow: hidden;
  }

  .mobile-open .body-wrapper {
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 75%;
    width: 700px;
    overflow: visible;
  }

  .mobile-open .mobile-trigger i.fa-bars:before {
    content: "\f00d";
  }

  .custom-menu-primary .container {
    padding: 5px;
  }

  .custom-menu-primary nav>ul {
    overflow: hidden;
    border-bottom: 1px solid #555;
    font-size: 15px;
    line-height: 22px;
  }

  .custom-menu-primary nav>ul>li>a {
    font-size: 14px;
    padding: 10px;
    color: #555;
    cursor: text;
  }

  .custom-menu-primary nav>ul ul {
    background: #555;
  }

  .custom-menu-primary nav>ul>li:first-child>ul>li {
    padding: 5px;
  }

  .custom-menu-primary nav>ul>li:first-child>ul>li>a {
    background: #f8981d;
    font-family: 'corporate-s-regular';
    font-weight: 700;
    border-top: 1px solid #555;
    border-bottom: 1px solid #333;
    padding: 20px;
    cursor: text;
  }

  .custom-menu-primary nav>ul ul a {
    display: block;
    color: #FFF;
    font-size: 15px;
    line-height: 18px;
    padding: 15px 15px 15px 40px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #444;
  }

  .custom-menu-primary a {
    text-decoration: none !important;
  }

  .custom-menu-primary nav>ul>li[data-name="kontakt"]>a {
    padding: 20px;
    display: block;
    color: #FFF;
    font-size: 15px;
    line-height: 18px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #333;
    cursor: pointer;
  }

  .custom-menu-primary nav>ul>li[data-name="kontakt"]>a:hover,
  .custom-menu-primary nav>ul ul a:hover {
    background: #215eac;
    color: #FFF;
  }

  .custom-menu-primary form {
    margin: 15px 0;
    border-radius: 20px;
    width: 100%;
    height: 40px;
  }

  .custom-menu-primary form input[type="text"] {
    font-size: 15px;
    width: calc(100% - 40px);
    height: 40px;
  }

  .custom-menu-primary form button,
  .custom-menu-primary form button:hover {
    width: 40px;
    height: 40px;
    font-size: 18px;
    line-height: 40px;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer-bottom {
  color: #CCC;
  font-size: 12px;
  line-height: 17px;
}

.footer-bottom .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.design-by,
.copyright {
  padding: 10px;
}

.footer-bottom p {
  margin: 0;
}

.header-middle {
  background-color: #fff;
}

.footer-logo {
  padding: 15px 0;
  text-align: center;
}

.footer-logo img {
  display: inline-block;
  margin: 0 9px;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
}

.col-20 {
  width: 20%;
}

.col-40 {
  width: 40%;
}

.footer-top {
  font-size: 12px;
  line-height: 17px;
}

.holder {
  padding: 25px 10px;
  margin: 5px;
  overflow: hidden;
  width: auto;
}

.footer-menu .hs-menu-wrapper>ul>li {
  width: 50%;
  padding: 30px 15px;
}

.footer-menu .hs-menu-wrapper>ul>li>a {
  display: none;
}

.footer-menu .hs-menu-wrapper>ul a {
  font-weight: bold;
  text-decoration: none;
}

.footer-menu .hs-menu-wrapper>ul a:hover {
  text-decoration: underline;
}

.footer-logo a {
  text-decoration: none;
}

.footer-menu .hs-menu-wrapper>ul ul {
  margin-bottom: 15px;
}

.site-footer b {
  font-weight: bold;
}

.social-links a {
  text-decoration: none;
}

.social-links i {
  display: inline-block;
  font-size: 32px;
  line-height: 32px;
  margin: 10px 5px 0 0;
}


/* CSS September - new footer */

.footer-page .py-4 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
.footer-page .theme * { color: #fff; }
.footer-page .theme.background-blue { background-color: #2a2f43; }

.footer-page .theme * { color: #fff; }
.footer-page .theme.background-black { background-color: #000; }
.footer-page .theme.dark { background-color: #262626; }

.footer-page .container-xl { width: 100%; padding-right: 1rem; padding-left: 1rem; margin-right: auto; margin-left: auto; }
/*@media (min-width: 992px) {
  .footer-page .container-xl { max-width: 960px; }
}*/
@media (min-width: 1200px) {
  .footer-page .container-xl { max-width: 1140px; }
}
@media (min-width: 1400px) {
  .footer-page .container-xl { max-width: 1320px; }
}
@media (min-width: 1600px) {
  .footer-page .container-xl { max-width: 1520px; }
}
@media (min-width: 1920px) {
  .footer-page .container-xl { /*max-width: 1650px;*/ max-width: 1820px; }
}

.footer-page * { font-family: 'corporate-s-regular'; }
.footer-page .d-flex { display: flex !important; }
.footer-page .align-items-start { align-items: flex-start !important; }
.footer-page .col { flex: 1 0 0%; }
.footer-page .flex-grow-1 { flex-grow: 1 !important; }
.footer-page .fw-bold h3 { font-weight: 700 !important; }
.footer-page .text-uppercase { text-transform: uppercase !important; }
.footer-page .flex-column { flex-direction: column !important; }
.footer-page .mx-n3 { margin-right: -1rem !important; margin-left: -1rem !important; }
.footer-page .px-3 { padding-right: 1rem !important; padding-left: 1rem !important; }
.footer-page .text-start { text-align: left !important; }
body .footer-page h3 { font-size: 16px !important; line-height: 19px; font-family: 'corporate-s-bold'; }
.footer-page a { font-size: 16px; line-height: 24px; font-weight: 400; font-family: 'corporate-s-regular'; }
.footer-page a:hover { text-decoration: underline; }
.footer-page .mx-n2 { margin-right: -0.5rem !important; margin-left: -0.5rem !important; }
.footer-page .py-0 { padding-top: 0 !important; padding-bottom: 0 !important; }
.footer-page .navbar { position: relative; }
.footer-page .navbar-nav { display: flex; flex-direction: column; padding-left: 0; margin-bottom: 0; list-style: none; margin-top: 0; }
.footer-page .flex-row { flex-direction: row !important; }
.footer-page .nav-link { display: block; padding: 0.5rem 1rem; }
.footer-page .navbar-expand .navbar-nav .nav-link { padding-right: 0.5rem; padding-left: 0.5rem; }
.footer-page .navbar-expand .navbar-nav .nav-link { padding-top: 0; }
.footer-page .visually-hidden{position:absolute !important;width:1px !important;height:1px !important;padding:0 !important;margin:-1px !important;overflow:hidden !important;clip:rect(0,0,0,0) !important;white-space:nowrap !important;border:0 !important}
.footer-page .icon-3 svg { height: 1.5rem; width: 1.5rem; display: block; vertical-align: baseline; }
.footer-page .py-2 { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
.footer-page .mx-n3{margin-right:-1rem !important;margin-left:-1rem !important}
.footer-page .px-3{padding-right:1rem !important;padding-left:1rem !important}
.footer-page .fs-7{font-size:.875rem !important}
.footer-page .text-center{text-align:center !important}
.footer-page li { padding: 0; }
.footer-page li a { padding: 0 0 10px; display: table; }

@media (min-width: 992px) {
  .footer-page .flex-row { flex-direction: row !important; }
  .footer-page .gap-3 { gap: 1rem !important; }
  .d-lg-flex { display: flex !important; }
}
@media (max-width: 991px) {
  .footer-page .flex-row { flex-direction: column !important; }
  .footer-page .container-xl { max-width: 100%; }
  .footer-page .col.a { padding-top: 1rem !important; padding-bottom: 1rem !important; }
  .footer-page .col.a._logo { padding-bottom: 2rem!important; padding-top: 0!important; }
  .footer-page .col.b { padding-top: 0.5rem !important; padding-bottom: 0.5rem !important; }
  .footer-page li a { padding: 10px 0; }
  .footer-page .fs-7.text-center { text-align: left!important; }
  .footer-page .py-2.dark { padding-bottom: 1rem!important; padding-top: 1rem!important; }
  .footer-page .navbar-nav.flex-row { flex-direction: row !important; }
  .footer-page .navbar-expand .navbar-nav .nav-link { padding-top: 0.5rem; }
  .footer-page .py-4 { padding-bottom: 0!important; }
}
/* End */


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

  .footer-top .container,
  .footer-bottom .container {
    padding: 0 5px;
  }
}

@media screen and (max-width: 760px) {
  /*.desktop {
    display: none !important;
  }*/

  .footer-top .col-20 {
    width: 50%;
  }

  .holder {
    padding: 10px;
  }

  .row {
    margin: 0;
  }

  .footer-top .container {
    padding-top: 5px;
  }

}
/* ******************************************************************************
*********************************************************************************
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 */

.hs-blog-listing h1, .hs-blog-post h1 { font-size: 3.5rem !important; }
.hs-blog-listing h2, .hs-blog-post h2 { font-size: 32px !important; }
.hs-blog-listing h3, .hs-blog-post h3 { font-size: 28px !important; }
.hs-blog-listing h4, .hs-blog-post h4 { font-size: 24px !important; margin: 0 0 10px 0 !important; }
.hs-blog-listing h5, .hs-blog-post h5 { font-size: 20px !important; }
.hs-blog-listing h6, .hs-blog-post h6 { font-size: 16px !important; }

.hs-blog-listing h1, .hs-blog-post h1, .hs-blog-listing h2, .hs-blog-post h2, .hs-blog-listing h3, .hs-blog-post h3, 
.hs-blog-listing h4, .hs-blog-post h4, .hs-blog-listing h5, .hs-blog-post h5, .hs-blog-listing h6, .hs-blog-post h6 { 
  line-height: 1em; 
  font-weight: 700; 
}

.hs-blog-listing h1 a, .hs-blog-post h1 a, .hs-blog-listing h2 a, .hs-blog-post h2 a, .hs-blog-listing h3 a, .hs-blog-post h3 a, 
.hs-blog-listing h4 a, .hs-blog-post h4 a, .hs-blog-listing h5 a, .hs-blog-post h5 a, .hs-blog-listing h6 a, .hs-blog-post h6 a { text-decoration: none; }

.hs-blog-post p { line-height: 1.5em; }

a { text-decoration: none; }

li { padding: 5px 0; }

.blog-comments {
  max-width: 100%;
  margin: 0 auto;
}

.blog-comments form {
  max-width: 100%;
  padding-top: 30px;
  margin-top: 30px;
}

.hs-blog-post main.main.body-container-wrapper.blog-container-wrapper {
  padding: 0 30px;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  margin: 0;
  padding: 0px 24px;
  color: #000;
  box-shadow: none !important;
}

.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #000;
}

.blog-comments .grecaptcha-badge {
  margin: 0;
  max-width: 100%;
}

.blog-comments .grecaptcha-badge .grecaptcha-logo {
  overflow: auto hidden;
  max-width: 100%;
}

.blog-comments .comment-date {
  display: block;
  margin-bottom: 8px;
}

.main .container {
  padding: 10px;
}

.content .holder {
  max-width: 1100px;
  margin: 0 auto;
  padding: 30px 0px;
}

.pagetop {
  /*font-family: 'Open Sans', sans-serif;*/
  font-family: "corporate-s-regular";
  font-weight: 400;
  padding: 5px 0;
  /*border-bottom: 5px solid #f8981d;*/
  border-bottom: 5px solid #30374D;
  overflow: hidden;
  margin: 0 0 10px 0;
}

.legend {
  font-size: 13px;
  line-height: 26px;
  color: #555;
}

a.link-black:hover {
  background-color:#6c6b6b;
}

.image-overlay-container-new {
  position: relative;
  display: inline-block;
}

.image-overlay-container-ew img {
  display: block;
  width: 100%;
  height: auto;
}

.play-icon-new {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  pointer-events: none; /* Prevent the icon from interfering with the link click */
}

.sidebar.b .makeitdark form .hs-button {
  background-color: #fff !important;
}

.makeitdark form .hs-input, form input {
  border-color: #fff !important;
}

.margin-for-test {
  margin-bottom: 30px;
}

.legend a {
  color: #555 !important;
  text-decoration: none;
}

.legend a.activeitem {
  font-weight: 800;
}

.hs-video-widget {
  margin-bottom:30px;
}

.smartetips_top {
  position: relative;
  height: 110px;
  background: url("https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/Fagstoff-header.jpg") no-repeat;
  margin: 0;
}

.smartetips_top.a {
  position: relative;
  margin: 0;
  background-color: #30364D;
  background-image: none;
  height: 63px;
}
.smartetips_top.a a {
  display: flex !important;
  align-items: center;
  width: 100%;
  height: 63px;
}
.smartetips_top.a h3 { 
  color: #fff; 
  padding-left: 30px;
  margin-bottom: 0;
}

.smartetips_top a {
  width: 250px;
  height: 110px;
  display: block;
  float: left;
}

.smartetips_top a.epost {
  width: auto;
  height: auto;
  line-height: 16px;
  color: #FFF;
  float: right;
  font-size: 14px;
  padding: 15px 20px;
  text-align: right;
}

.article h4 {
  font-size: 18px;
  line-height: 22px;
  margin: 0 0 3px 0;
}

.content .holder .holder {
  margin: 0;
  padding: 15px 0;
}

.article b {
  font-weight: bold;
}

.list .holder {
  border-top: 1px solid #CCC;
  padding: 25px 25px 25px 0 !important;
  margin: 2px;
}

.list:first-child .holder {
  border-top: 0;
}

.list img {
  float: left;
  max-width: 150px;
  width: 100%;
}

.list:first-child img {
  max-width: 100%;
}

.list .text_right {

}

.list h3,
.list h3 a {
  /*font-size: 18px;
  line-height: 21px;*/
  color: #333;
  text-decoration: none;
}

.list h3 {
  margin: 0 0 10px;
}

.list p {
  margin: 0 0 15px 0;
}

a.link {
  /*font-family: 'Abel', sans-serif;*/
  font-family: "corporate-s-regular";
  font-weight: 400;
  width: auto;
  height: 30px;
  padding: 0 15px;
  margin: 5px 5px 5px 0;
  font-size: 12px;
  line-height: 30px;
  color: #111;
  background: #f8981d;
  -moz-box-shadow: 0 1px 1px #c77a17;
  -webkit-box-shadow: 0 1px 1px #c77a17;
  box-shadow: 0 1px 1px #c77a17;
  display: inline-block;
  text-decoration: none;
}

a:hover.link {
  background: #111;
  color: #f8981d;
  -moz-box-shadow: 0 1px 1px #000;
  -webkit-box-shadow: 0 1px 1px #000;
  box-shadow: 0 1px 1px #000;
}

.post-title p b {
  font-weight: bold;
}

.w100 {
  width: 100%;
}

.w50 {
  width: 50%;
  float: left;
}

.featured-image {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
}


/*** Blog Author Section ***/

.blog-author-section {
  padding: 30px 0;
  display: inline-block;
  width: 100%;
}
.blog-author-section .author-image img {
  object-fit: cover;
  /*border-radius: 50%;*/
  display: block;
  margin-bottom: 30px;
}
.blog-author-section .author-details h3 {
  font-size: 18px;
  font-weight: 400;
}
.blog-author-section a {
  text-decoration: none;
}
.blog-author-section a:hover {
  text-decoration: underline;
}
.social_icons a {
  margin-right: 11px;
  /*background-color: rgba(33,94,172,1.0);*/
  background-color: #f8981d;
  padding: 10px 10px 4px;
  display: table;
  float: left;
}
.social_icons a img {
  max-width: 20px;
}
/*.social_icons a:hover {
opacity: 0.8;
}*/

/**************************/

.datetime {
  margin: 5px 0 18px;
  font-size: 13px;
}

.subscribe-wrapper {
  margin: 40px 0;
  border: 1px solid rgba(248,152,29,1.0) /*#30374d*/;

  padding: 30px;
  border-radius: 5px;
}
.subscribe-wrapper ul {
  padding: 0;
  list-style-type: none;
}
.subscribe-wrapper ul li a {
  /*text-transform: ;*/
}
.sidebar {
  margin-top: 18px;
}
.filter-link-count { color: #494a52; }

.podcast .logo-wrapper {
  display: flex;
  align-items: center;
}
.podcast .logo-wrapper .logo1 {
  padding: 0 30px;
  border-right: 1px solid #215eac;
}
.podcast .logo-wrapper .logo1:last-child {
  border-right: 0;
}
.podcast .logo-wrapper .logo1.b {    
  display: flex;
  align-items: center;
}
.podcast .logo-wrapper .logo1 {
  max-width: 300px;
}
.bp-podcast .holder {
  width: 100%;
}
.hs-blog-post .bp-podcast form .hs_submit {
  position: inherit;
}
.hbp.podcast .mobile-trigger {
  display: none;
}
.podcast .header-top {
  border-bottom: 5px solid #215eac;
}
.f-podcast .footer-logo {
  text-align: left;
}

.link_ {
  width: 100%;
  float: left;
}
.text_right-new a { margin: 0 auto !important; }
.blog-pagination__link.blog-pagination__prev-link--disabled,
.blog-pagination__link.blog-pagination__next-link--disabled { color: #b0c1d4; }


@media screen and (max-width: 1279px) {
  .podcast .logo-wrapper {
    align-items: center;
  }
}

@media screen and (min-width: 1024px) {
  .smartetips_top { background-size: 100% auto; }
  .main-post-content {
    width: 69%;
    float: left;
  }
  .sidebar {
    width: 23%;
    margin-left: 8%;
    float: left;
  }
}

@media screen and (min-width: 521px) and (max-width: 1023px) {
  .podcast .logo-wrapper .logo1 {
    padding-top: 5px;
  }
  .hs-blog-post fieldset {
    margin: 0 !important;
  }
}

@media screen and (max-width: 1023px) {
  .link_ { margin-top: 40px; }
}

@media screen and (min-width: 768px) {
  .blog-author-section .author-image {
    width: 10%;
    float: left;
  }
  .blog-author-section .author-details {
    width: 86%;
    float: right;
  }
  .list .holder {
    display: flex;
  }
  .podcast .logo-wrapper .logo1:first-child {
    padding-left: 0;
  }
  .article-list .text_right-new h3, .article-list .text_right-new p {
    margin-bottom: 0;
  } 
  .text_right-new {
    display: flex;
    flex-direction: column;
    min-height: 370px;
    justify-content: space-between;
    align-items: flex-start;
  }  
}
@media screen and (min-width: 1600px) {
  .text_right-new { min-height: 280px; }  
}
@media screen and (min-width: 1400px) and (max-width: 1599px) {
  .text_right-new { min-height: 290px; }  
}
@media screen and (min-width: 1201px) and (max-width: 1399px) { 
  .text_right-new { min-height: 325px; }    
}
@media screen and (min-width: 1024px) and (max-width: 1200px) { 
  .text_right-new { min-height: 260px; }  
}
@media screen and (min-width: 768px) and (max-width: 1023px) { 
  .list-blog h3 a { font-size: 23px !important; }
  .text_right-new { min-height: 350px; }
}
@media screen and (max-width: 767px) {
  .hs-blog-listing h1, .hs-blog-post h1 { font-size: 35px !important; }

  .link_ { margin-top: 16px; }

  .blog-author-section .author-image {
    width: 100px;
  }

  .main .container {
    padding: 5px;
  }

  .content .holder {
    margin: 0;
    padding: 10px;
  }

  .content .holder .holder {
    padding: 5px;
  }
  .blog-author-section .author-image img {
    margin: 0 auto 30px;
  }
  .blog-author-section {
    padding: 30px 0;
  }
  .list img {
    /*margin: 0 0 5px;*/
    padding: 0 0 5px;
  }
  .list .holder {
    padding: 25px 0 !important;
  }

}

@media screen and (max-width: 598px) {
  .smartetips_top a.epost {
    display: none;
  }
}

@media screen and (min-width: 480px) {
  .list:first-child .holder { display: flex; align-items: center; }
  .list:first-child .pic_left, .list:first-child .text_right {
    width: 50%;
  }
  .list img {
    /*margin: 0 20px 0 0;*/
    padding: 0 20px 0 0;
  }
}

@media screen and (max-width: 479px) {
  .list img {
    float: none;
    max-width: 100%;
  }
}

@media screen and (max-width: 520px) {
  .w50 {
    width: 100%;
    float: none;
  }
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin-bottom: 3.3rem;
}

.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  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 {
  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;
}

.tags-wrap {
  display: flex;
  flex-wrap: wrap;
}

.tags-wrap .prodgroup {
  width: 20%;
  text-align: center;
}

.tags-wrap .prodgroup a {
  margin: 1px !important;
  border: 1px solid #DDD;
  padding: 15px !important;
  display: block;
  text-decoration: none;
  color: #555;
  overflow: hidden;
}

.tags-wrap .prodgroup .image {
  width: auto;
  height: 150px;
  margin: 0 0 10px;
  background: #FFF;
  position: relative;
}

.tags-wrap .prodgroup h4 {
  font-size: 13px;
  line-height: 17px;
  margin: 0;
}

.tags-wrap .prodgroup a:hover {
  background: #f5f5f5;
}

.tags-wrap .prodgroup .image:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-height: 150px;
  max-width: 150px;
  background-image: url();
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.tags-wrap .prodgroup .bil__båt_og_motor .image:after {
  background-image: url("https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/raw_assets/public/Relekta_August_2022/images/ny_Ute.jpg");
    }

.tags-wrap .prodgroup .hobby_og_fritid .image:after {
  background-image: url("https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/raw_assets/public/Relekta_August_2022/images/ny_inne-ikon.jpg");
    }

.tags-wrap .prodgroup .hus_og_hage .image:after {
  background-image: url("https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/raw_assets/public/Relekta_August_2022/images/ny_maler-ikon.jpg");
    }

.tags-wrap .prodgroup .inne .image:after {
  background-image: url("https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/raw_assets/public/Relekta_August_2022/images/ny_snekker-ikon.jpg");
    }

.tags-wrap .prodgroup .malertips .image:after {
  background-image: url("https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/raw_assets/public/Relekta_August_2022/images/ny_hobby-ikon.jpg");
    }

.tags-wrap .prodgroup .mål_og_vekt .image:after {
  background-image: url("https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/raw_assets/public/Relekta_August_2022/images/ny_husoghage-ikon.jpg");
    }

.tags-wrap .prodgroup .snekkertips .image:after {
  background-image: url("https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/raw_assets/public/Relekta_August_2022/images/ny_bilmotorbat-ikon.jpg");
    }

.tags-wrap .prodgroup .ute .image:after {
  background-image: url("https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/raw_assets/public/Relekta_August_2022/images/ny_maalogvekt-ikon.jpg");
    }

.tags-wrap .prodgroup .alle_kategorier .image:after {
  background-image: url("https://8861507.fs1.hubspotusercontent-na1.net/hubfs/8861507/raw_assets/public/Relekta_August_2022/images/ny_alle-ikon.jpg");
    }

@media screen and (max-width: 1000px) {
  .tags-wrap .prodgroup {
    width: 33.33%;
  }
}

@media screen and (max-width: 520px) {
  .tags-wrap .prodgroup {
    width: 100%;
  }
  .podcast .logo-wrapper .logo1 {
    padding: 0 20px;
  }    
  .smartetips_top.a h3 { 
    padding-left: 3%;
    padding-right: 3%;
  }
  .hs-blog-listing .bl-podcast h3, .hs-blog-post .bp-podcast h3 {
    font-size: 23px !important;
  }
}

@media screen and (max-width: 420px) {
  .podcast .logo-wrapper .logo1 {
    padding: 10px 20px 3px;
  }  
  .bp-podcast .hs-button, .bp-podcast .hs-form-field input[type=text], .bp-podcast .hs-form-field input[type=email], .bp-podcast .hs-form-field input[type=phone], .bp-podcast .hs-form-field input[type=number], .bp-podcast .hs-form-field input[type=tel], .bp-podcast .hs-form-field input[type=date], .bp-podcast .hs-form-field textarea{
    width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
}

.system-page-wrapper 

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

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

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

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}

.systems-page input.email-edit.hs-input {
  width: 100% !important;
  max-width: 500px !important;
}

#hs_cos_wrapper_subscription_preferences.widget-type-email_subscriptions,
#hs_cos_wrapper_subscription_preferences #email-prefs-form {
  max-width: 100%;
}

@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100%;
  }
  .error-page[data-error="404"] {
    max-width: 100%;
  }
    
  #hs_cos_wrapper_backup_unsubscribe h1,
  #hs_cos_wrapper_subscription_preferences h1,
  #hs_cos_wrapper_subscriptions_confirmation h1 {
    font-size: 33px;
  }

  #hs_cos_wrapper_subscription_preferences h2, 
  #hs_cos_wrapper_subscriptions_confirmation h2 {
    font-size: 25px;
  }
}