*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* Responsive Grid */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container-fluid {
    *zoom: 1;
  overflow:hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Clearfix */

.clearfix {
    *zoom: 1;
}

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

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

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

/* Responsive Visibilty Classes */

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

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

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

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

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

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

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

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

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

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

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

/* Layout Utilities */

.thin-width-content {
    max-width: 740px;
    margin-left: auto;
    margin-right: auto;
    background: #fff;
}

.thin-width-content-grey-bg {
    background: #F8F8F8;
}
.content-wrapper {
  margin: 0 auto;
  max-width: 1240px;
  padding: 0 20px;
}

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

.dnd-section,
.content-wrapper--vertical-spacing {
  padding: 80px 20px;
}

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

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

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
  .dnd-section,
.content-wrapper--vertical-spacing {
  padding: 40px 20px;
}
}
html {
  font-size: 16px;
}

@media (max-width: 767px) {
  html {
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 12px;
  }
}

/* Helvetica Now Normal */
@font-face {
  font-family: 'Helvetica Now'; 
  font-display: swap;
   src: local('Helvetica Now'), url('https://6023595.fs1.hubspotusercontent-na1.net/hubfs/6023595/Metrikus%20Web%20Assets%202021/Fonts/HelveticaNowText-Regular.woff2') format('woff2');
 }
 
 /* Helvetica Now Light */
 @font-face { 
  font-family: 'Helvetica Now'; 
   font-display: swap;
   src: local('Helvetica Now'), url('https://6023595.fs1.hubspotusercontent-na1.net/hubfs/6023595/Metrikus%20Web%20Assets%202021/Fonts/HelveticaNowText-Light.woff2') format('woff2');
  font-weight: 300;
 }

  /* Helvetica Now Bold */
  @font-face { 
    font-family: 'Helvetica Now'; 
    font-display: swap;
    src: local('Helvetica Now'), url('https://6023595.fs1.hubspotusercontent-na1.net/hubfs/6023595/Metrikus%20Web%20Assets%202021/Fonts/HelveticaNowText-Bold.woff2') format('woff2');
    font-weight: 600;
   }
 

body {
  color: #231F20;
  font-family: 'Helvetica Now', Helvetica, Arial, sans-serif;
  line-height: 1.4;
  word-break: break-word;
}

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

/* Paragraphs */

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

strong {
  font-weight: 700;
}

/* Anchors */

a {
  color: #0270E0;
  cursor: pointer;
  text-decoration: none;
}

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

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #231F20;
  font-family: 'Helvetica Now', Helvetica, Arial, sans-serif;
  font-weight: 700;
  margin: 0 0 1.4rem;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-family: 'Helvetica Now', Helvetica, Arial, sans-serif;
  font-size: 1.175rem;
  font-weight: normal;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 0.9rem;
}

/* Lists */

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

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

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

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

/* Horizontal rules */

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

/* Subscripts and superscripts */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Focus styles */

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

.disable-focus-styles :focus {
  outline: none;
}
button,
.button {
  background-color: #494A52;
  border: 1px solid #494A52;
  border-radius: 6px;
  color: #FFF;
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  font-weight: normal;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 53px;
  position: relative;
  text-align: center;
  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  background-color: #21222A;
  border-color: #21222A;
  color: #FFF;
  text-decoration: none;
}

button:active,
.button:active {
  background-color: #71727A;
  border-color: #71727A;
  color: #FFF;
  text-decoration: none;
}

/* Simple CTA - Metrikus */

a.mt-simple-cta  {
              color:	#000000;
              background-color:	#ffffff;
              border:1px solid 	#000000;
              padding:13px 57.5px;
  transition:0.3s;
  display:inline-block;
            }
a.mt-simple-cta:hover {
              color:	#FFFFFF;
              background-color:		#bcd1e8;
              border:1px solid #DC595C;
            }
            @media(max-width:539px){
              a.mt-simple-cta {padding:10px 40px;
              }
            }
/* Form */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  color: #33475B;
  display: block;
  font-size: 0.875rem;
  padding-top: 0;
  margin-bottom: 0.35rem;
  text-align: left;
  width: auto;
}

/* Help text - legends */

form legend {
  color: #33475B;
  font-size: 0.875rem;
}

/* Inputs */

.input {
  position: relative;
}

input[type=text],
input[type=email],
input[type=password],
input[type=tel],
input[type=number],
input[type=file],
select,
textarea {
  background-color: transparent;
  border: none;
  border-bottom: dashed;
  border-radius: 0px;
border-bottom-width: 3px;
  color: #33475B;
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100% !important;
}

input[type=text]:focus,
input[type=email]:focus,
input[type=password]:focus,
input[type=tel]:focus,
input[type=number]:focus,
input[type=file]:focus,
select:focus,
textarea:focus {
  outline-color: rgba(82, 168, 236, 0.8);
}

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

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

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

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

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

::placeholder {
  color: #fff;
}

/* Inputs - checkbox/radio */

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

.inputs-list > li {
  display: block;
  margin: 0.7rem 0;
  padding: 0;
  width: 100%;
}

.inputs-list input,
.inputs-list span {
  font-size: 0.875rem;
  vertical-align: middle;
}

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

/* Inputs - datepicker */

.hs-fieldtype-date .input .hs-dateinput:before {
  color: #33475B;
  content:'\01F4C5';
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

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

.fn-date-picker td.is-today .pika-button {
  color: #343A40;
}

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

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

/* Inputs - file picker */

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

/* Headings and text */

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

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

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

/* GDPR */

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

/* Validation */

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

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

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}


/* Submit button */

form input[type=submit],
form .hs-button {
  background-color: #FFF;
  border: 1px solid #494A52;
  border-radius: 0px;
  color :#231F20;
  cursor: pointer;
  display: inline-block;
  font-size: 0.88rem;
  font-weight: bold;
  height: auto;
  line-height: 1.1;
  margin: 0;
  padding: 15px 20px;
  position: relative;
  text-align: left;

  text-decoration: none;
  transition: all 0.15s linear;
  white-space: normal;
  width: auto;
  word-break: break-word;
}

form input[type=submit]:hover,
form input[type=submit]:focus,
form .hs-button:hover,
form .hs-button:focus {
  background-color: #fff;
  border-color: #21222A;

  color: #231F20;
}

form input[type=submit]:active,
form .hs-button:active {
  background-color: #71727A;
  border-color: #71727A;

  color: #231F20;
}

/* Add Arrow to right of button */

form.hs-form div.hs_submit div.actions input[type="submit"] {
  width: 100%;
  background: #fff url(https://6023595.fs1.hubspotusercontent-na1.net/hubfs/6023595/Metrikus%20Web%20Assets%202021/CTA%20Button/rightarrow-bg.png) right/54px no-repeat;
  padding-right: 62px;
  box-shadow: 0px 11px 20px #00000033;
}



/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

/* Footer Form Styles */

.footer_form_container h3 {
  color: #F4F4F4;
}

.footer_form_container label .hs-error-msg {
  color: #F4F4F4;
}

.footer_form_container .hs-form-required {
  color :#ffa3a1;
}

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

.footer_form_container input[type=text], .footer_form_container input[type=email], .footer_form_container  input[type=password], .footer_form_container input[type=tel],.footer_form_container  input[type=number],.footer_form_container  input[type=file],.footer_form_container  select,.footer_form_container  textarea {
  background-color: #5291C8;
  border-bottom-color: #fff;
  color: #f4f4f4;
  font-weight: 300;
}

.footer_form_container label {
  display: none;
}


/* Contact Page Form Styles */
.contact_form_style {
background-color: #F4F4F4;
padding: 3em;
}

.contact_form_style label {
  display: none;
}

.contact_form_style ::-webkit-input-placeholder {
  color: #33475b;
}

.contact_form_style ::-moz-placeholder {
  color: #33475b;
}

.contact_form_style :-ms-input-placeholder {
  color: #33475b;
}

.contact_form_style :-moz-placeholder {
  color: #33475b;
}

.contact_form_style ::placeholder {
  color: #33475b;
}

.contact_form_style input[type=text], .contact_form_style input[type=email],.contact_form_style input[type=password],.contact_form_style input[type=tel],.contact_form_style input[type=number],.contact_form_style input[type=file],.contact_form_style select,.contact_form_style textarea {
  font-size: 1rem;
  font-weight: 300;
}

.contact_form_style textarea {
padding: 1em; 
border: 2px solid black;
width: 100% !important; /* Need to override hubspot default 95% */
border-radius: unset;
}

.contact_form_style input[type="submit"] {
  max-width: 340px;
}

/* Get A Demo Form Styles */

.get_a_demo_form_style input[type=text], .get_a_demo_form_style input[type=email], .get_a_demo_form_style input[type=password], .get_a_demo_form_style input[type=tel],.get_a_demo_form_style input[type=number],.get_a_demo_form_style input[type=file],.get_a_demo_form_style select,.get_a_demo_form_style textarea 
{
border-bottom-color: #FFF;
}

/* Make Checkboxes Display */

.hs-fieldtype-booleancheckbox label {
display: unset;
}

/* Content hub - blue form styles */

.newsletter_wide_blue {
max-width: 540px;
margin: 0 auto;
}
.newsletter_wide_blue input[type=email] {
color: #f4f4f4;
}
.newsletter_wide_blue label {
color:#fff;
}
.newsletter_wide_blue .hs-form-required {
color: #f6acac;
}
/* Table */

table {
  border: 1px solid #DEE2E6;
  margin-bottom: 0;
  overflow-wrap: break-word;

}

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

/* Table Cells */

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

/* Table Header */

thead th,
thead td {
  background-color: #343A40;
  border-bottom: 2px solid #DEE2E6;
  color: #FFF;
  vertical-align: bottom;
}

/* Table Shadow Utility */

.mt-table-shadow {
  box-shadow: 10px 27px 40px #00000024, #00000024 0px -3px 2px inset;
}

/* Add speical green border to metrikus table element */

.mt-table-shadow td:nth-child(2) { 
  border-left: solid 4px #71ADA8 !important;
  border-right: solid 4px#71ADA8 !important;
  }

  .mt-table-shadow tr:last-child td:nth-child(2) { 
 border-bottom: solid 4px#71ADA8 !important;
 padding-bottom: -2px;
  }

  .mt-table-shadow tr:first-child td:nth-child(2) {
border-top: solid 4px#71ADA8 !important;
  }
/* Header container */

.header {
  background-color: #FFF;
  box-shadow: 0px 2px 3px #0000001A;
position: relative;
}


/* Img Container */

img {
  max-inline-size: 100%;
  block-size: auto;
}

.mt-img-whiteborder {
 border-left: 10px solid #fff;
 border-right: 10px solid #fff;
}
.mt-img-whiteborder img {
display: block;
}

@media (max-width: 767px) {
 .mt-img-whiteborder {
 border-left: unset;
 border-right: unset;
  margin: 20px 0px;
}
}


/* New Header Scott - Start CSS */

.header {
  width: 100%;
  box-shadow: 0px 2px 3px #0000001A;
}

@media only screen and (min-width: 1139px) { 
.header {
  z-index:2;
}
}
 

.header__container {
    width: 100%;
  height: 80px;
  margin-left: auto;
  margin-right: auto;
   display: grid;
   position: relative;
}

/* .grid-all-elements {
grid-template-columns: 6fr minmax(50px,1fr) minmax(50px,2.4fr) auto auto;
}
 */
.grid-no-language, .grid-all-elements {
grid-template-columns: 10fr minmax(50px, 1fr) auto auto;
}

.feat-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.mt-logo {
  display: flex;
    justify-content: left;
    align-items: center;
}

.header--no-navigation .header__logo {
    align-items: center;
    justify-content: left;
    display: flex;
}

.mt-search {
display: flex;
justify-content: center;
align-items: center;
height: 80px;
}

.mt-languageselect {
 display: flex;
justify-content: center;
align-items: center;
height: 80px;
     margin-right: 11px;
}

/* Position the content on mobile */
@media only screen and (max-width: 1139px) { 
.active {
  display: block !important;
}
}
/* New header Scott - End CSS */

/* Navigation skipper */

.header__skip {
  height: 1px;
  left: -1000px;
  overflow: hidden;
  position: absolute;
  text-align: left;
  top: -1000px;
  width: 1px;
}

.header__skip:active,
.header__skip:focus,
.header__skip:hover {
  height: auto;
  left: 0;
  overflow: visible;
  top: 0;
  width: auto;
}

/* End Search icon and pop-up */


/* Navbar mini border */

.navbar::before {
  content: '';
  height: 50%; 
  width: 1px;
  top: 25%;
  position: absolute;
  background-color: #d7d7d7;
}

@media only screen and (max-width: 1230px) { 
   .navbar::before {
   display: none;
  }
  .navbar {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
  }
  
}

/* New Language Selector CSS */

.mt-lswitch-wrapper {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: center;
}

.mt-lswitch-wrapper div {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 10px;
    width: 20px;
    height: 20px;
    cursor: pointer;
    opacity: 0.7;
}
.mt-lswitch-wrapper .mt-en-tag {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 30' width='1200' height='600' xmlns:v='https://vecta.io/nano'%3E%3CclipPath id='A'%3E%3Cpath d='M0 0v30h60V0z'/%3E%3C/clipPath%3E%3CclipPath id='B'%3E%3Cpath d='M30 15h30v15zv15H0zH0V0zV0h30z'/%3E%3C/clipPath%3E%3Cg clip-path='url(%23A)'%3E%3Cpath d='M0 0v30h60V0z' fill='%23012169'/%3E%3Cpath d='M0 0l60 30m0-30L0 30' stroke='%23fff' stroke-width='6'/%3E%3Cpath d='M0 0l60 30m0-30L0 30' clip-path='url(%23B)' stroke='%23c8102e' stroke-width='4'/%3E%3Cpath d='M30 0v30M0 15h60' stroke='%23fff' stroke-width='10'/%3E%3Cpath d='M30 0v30M0 15h60' stroke='%23c8102e' stroke-width='6'/%3E%3C/g%3E%3C/svg%3E") !important;
}
.mt-lswitch-wrapper .mt-es-tag {
background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='900' height='600' xmlns:v='https://vecta.io/nano'%3E%3Cpath fill='%23c60b1e' d='M0 0h900v600H0z'/%3E%3Cpath fill='%23ffc400' d='M0 150h900v300H0z'/%3E%3C/svg%3E")!important;
}
.mt-lswitch-wrapper .active-lang, .mt-lswitch-wrapper div:hover {
  opacity: 1;
}


/* Navigation */

#nav-toggle {
  display: none;
}

/* Tablet styles */

@media (max-width: 1000px) and (min-width: 767px) {
.mt-search-popout {
left: -20px;
}
.mt-search-popout:after, .mt-search-popout:before {
left: 9%;
}
}

/* Mobile styles */

@media (max-width: 1230px) {
 
 /* Change Layout */
  
/* .grid-all-elements {
 grid-template-columns: 5fr 1fr 1fr 1fr 2fr;
} */
.grid-all-elements, .grid-no-language {
  grid-template-columns: 5fr 1fr 1fr 2fr;
  }
}

/* Mobile styles */

@media (max-width:840px) {
 
  /* Change Layout */
   
/*  .grid-all-elements {
  grid-template-columns: 5fr 1fr 1fr 1fr;
 } */
 .grid-no-language, .grid-all-elements {
   grid-template-columns: 5fr 1fr 1fr;
   }
  .feat-btn {
    display: none;
 }
   
 }

/* ReORG */

/* Main menu */

.rotate-icon {
  -webkit-transform: rotate(-45deg) translateY(-3px);
  -moz-transform: rotate(-45deg translateY(-3px));
  -ms-transform: rotate(-45deg) translateY(-3px);
  -o-transform: rotate(-45deg) translateY(-3px);
  transform: rotate(-45deg) translateY(-3px);
  display: inline-block;
}

#menu a {
 text-decoration: none;
}

#menu ul {
  margin: 0;
  padding: 0;
}

#menu .mt-main-menu {
  display: none;
  position: absolute;
  top:80px;
  left:0;
  width: 100%;
  background-color: #f8fafc;
  z-index: 200;
}

#tm:checked + .mt-main-menu {
  display: block;
}

#menu input[type="checkbox"], 
#menu ul span.drop-icon {
  display: none;
}

#menu li, 
#toggle-menu, 
#menu .sub-menu {
  border: 1px solid;
}

#menu li, 
#toggle-menu {
  border-width: 0;
}

#menu .sub-menu {
  background-color: white;
  border-width: 0;
}

#menu li, 
#toggle-menu, 
#menu a {
  position: relative;
  display: block;
    color: #231f20;
  font-family:'Helvetica Now',Helvetica,Arial,sans-serif;
  font-weight: 600;
}

#menu {
background-color: white;
}

#toggle-menu {
  background: #333;
}

#toggle-menu, 
#menu a {
  padding: 1em 1.5em;
}

#menu a {
  transition: all .125s ease-in-out;
  -webkit-transition: all .125s ease-in-out;
}

#menu .sub-menu {
  display: none;
}

#toggle-menu .drop-icon, 
#menu li label.drop-icon {
  position: absolute;
  right: 0;
  top: 0;
  padding-left: 100%;
  background-color:transparent;
}

#menu label.drop-icon, #toggle-menu span.drop-icon {
/*   padding: 1.2em; */
/*   font-size: 1em; */
  text-align: center;
  background-color: rgba(0, 0, 0, .125);
  text-shadow: 0 0 0 transparent;
/*   color: rgba(255, 255, 255, .75); */
      color: #414141;
    font-size: 1.4em;
    padding: 0.7em;
}

 .toggle-menu {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 50 50' fill='%23231f20' xmlns:v='https://vecta.io/nano'%3E%3Cpath d='M8.667 15h30a1 1 0 1 0 0-2h-30a1 1 0 1 0 0 2zm0 22h30a1 1 0 1 0 0-2h-30a1 1 0 1 0 0 2zm0-11h30a1 1 0 1 0 0-2h-30a1 1 0 1 0 0 2z'/%3E%3C/svg%3E");
        background-position: top left;
        background-repeat: no-repeat;
        background-size: cover;
        cursor: pointer;
        height: 27px;
        width: 27px;
        margin-left: auto;
        margin-right: 0;
   margin-top: -3px;

  }

#menu input[type="checkbox"]:checked + .sub-menu {
display: block;
}

#menu li {
border-top: 2px solid #ced4db;
}


#toggle-menu, #menu a {
padding: 1.2em 1.5em;
}

#menu li.menu-item.menu-depth-2 a {
/*     padding: 1.4em 1.5em 1.4em 2.4em; */
    font-size: 0.8em;
}

.mt-main-menu > li:last-child {
border-bottom: 2px solid #ced4db;
}

/*
font-weight: 300;
color: #fff;
} */



@media only screen and (min-width: 1230px) {
  
  .navbar {
  margin-left: auto; 
  }
.toggle-menu {
  display: none !important;
  }
  #menu .mt-main-menu {
    display: block;
      position: relative;
    top: initial;
left: 0;
width: unset;
height: unset;
   z-index: initial;
  }
  
  #menu li a {
  padding:  28px 1.2em;
  }

  .toggle-menu, 
  #menu label.drop-icon {
    display: none;
  }
 

  #menu ul span.drop-icon {
    display: inline-block;
  }
  
  .drop-icon {
    margin-left: 7px;
    margin-right: -6px;
  }

  #menu li {
    float: left;
    border-width: 0;
  }
  #menu li a {
    font-size: 15px;
  }
  #menu li a:hover::after {
      content: "";
  background: #5eafa8;
  position: absolute;
  bottom: 19px;
  left: 1.2em;
  height: 4px;
  width: 18px;
  } 
  #menu .sub-menu li a::after {
   display: none;
  } 
  
   #menu .sub-menu li a {
     font-size: 13px;
     padding: 6px 20px;
     line-height: 40px;
  }
  #menu li.active-branch > a,
  #menu li.active > a {
  }
  #menu .sub-menu li {
    float: none;
  }

  #menu .sub-menu {
    border-width: 0;
    margin: 0;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 260px;
    z-index: 3000;
    box-shadow: 0 2px 9px 0 rgba(0,0,0,0.2);
  }

  #menu .sub-menu, 
  #menu input[type="checkbox"]:checked + .sub-menu {
  display: none; 
  }

   #menu .sub-menu li {
    border-width: 0;
  } 
  #menu .sub-menu li:hover {
    background-color: #d0d2d4;
  }

  #menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
  }

  #menu .sub-menu .drop-icon {
    position: absolute;
    top: 0;
    right: 0;
    padding: 1em;
  }

  #menu li:hover > input[type="checkbox"] + .sub-menu {
    display: block;
  }
  
   
}


/* Breadcrumbs */

.mt-hs-breadcrumb-menu {
    display: block;
    list-style: none;
    margin: 0;
    padding: 0;
    font-size: 13px;
    padding-bottom: 4px;
}
.mt-hs-breadcrumb-menu li {
  display: inline-block
}



/* Book a call tab */

.mt-overlay {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
background: rgb(113,173,168);
background: linear-gradient(155deg, rgba(113,173,168,1) 0%, rgba(93,168,162,1) 100%);
  transition: 0.5s;
  overflow: hidden;
}

.mt-overlay-form {
margin-top: 30px;
max-width: 400px;
}

  .mt-overlay-form .inputs-list>li {
margin: 0;
}
.mt-overlay-form .hs-error-msg {
color: #fef9f9;
    margin-top: 0.25rem;
    font-size: 0.67rem;
  }
.mt-overlay-form form label,.mt-overlay-form form legend, .mt-overlay-form input[type=email],.mt-overlay-form input[type=file],.mt-overlay-form input[type=number],.mt-overlay-form input[type=password],.mt-overlay-form input[type=tel],.mt-overlay-form input[type=text],.mt-overlay-form textarea {
color: #fff;
}

.mt-overlay-image {
  /* transform: scale(1.2) translate(200px, 10px); */
}

.mt-overlay-content {
  position: relative;
  width: 100%;
  margin-top: 30px;
  color: #fff;
}

.mt-overlay .closebtn {
  position: absolute;
  top: 20px;
  right: 45px;
  font-size: 60px;
  color: #fff;
  text-decoration: none;
  z-index: 1000;
}

@media screen and (max-height: 450px) {
  .mt-overlay .closebtn {
  font-size: 40px;
  top: 15px;
  right: 35px;
  }
}

.mt-slideout-tab {
  position: fixed;
  bottom: 110px;
  height: 125px;
  width: 65px;
  background: #5eafa8;
  color: #fff;
  box-shadow: 0px 7px 15px #0000001a;
  z-index: 150;
}

@media screen and (max-width: 1004px) {
.mt-slideout-tab {
display: none;
}
}

.mt-slideout-tab-text {
    transform: rotate(-90deg)translate(-43px,-10px);
    text-align: left;
    font-size: .8em;
    width: 125px;
    position: relative;
    }

.mt-overlay-content-wrap {
  max-width: 440px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0;
}

.mt-overlay-col-wide, .mt-overlay-col-thin {
 padding: 30px;
}

.mt-overlay-title h2 {
  font-size: 1.9rem;
  color: #fff;
  padding-bottom:0px;
}

.mt-slide-fade-in{
  -webkit-animation: 1s ease 0s normal forwards 1 fadein;
  animation: 1s ease 0s normal forwards 1 fadein;
}

@keyframes fadein{
  0% { opacity:0; }
  66% { opacity:0; }
  100% { opacity:1; }
}

@-webkit-keyframes fadein{
  0% { opacity:0; }
  66% { opacity:0; }
  100% { opacity:1; }
}

.mt-slide-fade-out{
  -webkit-animation: fadeout 300ms;
  animation: fadeout 300ms;
}

@keyframes fadeout{
  0% { opacity:1; }
  100% { opacity:0; }
}

@-webkit-keyframes fadeout{
  0% { opacity:1; }
  100% { opacity:0; }
}


/* Search Module CSS */

.mt-search-popout {
z-index: 1000;
padding: 5px;
margin: 0;
display: block;
background-color: #fff;
border: 2px solid #d1d6dc;
border-radius: 6px;
box-shadow: 0 2px 9px 0 rgb(0 0 0 / 20%);
color: #494a52;
display: block;
font-size: .8rem;
min-width: 300px;
text-align: left;
top: 34px;
left: -141px;
transition: opacity .3s;
display: none;
position: absolute;
}


.hs-search-field__input {
  box-sizing: border-box;
  width: 100%;
}
.hs-search-field__bar button svg {
  height: 10px;
}
.hs-search-field__suggestions {
  margin: 0;
  list-style: none;
}
.hs-search-field--open .hs-search-field__suggestions {
   border: 1px solid #afafaf;
    border-radius: 5px;
  padding: 8px;
}
.hs-search-field__suggestions li {
  display: block;
  padding: 0;
}
.hs-search-field__suggestions li:last-child {
margin: 0px;
}
.hs-search-field__suggestions #results-for {
  font-weight: bold;
      margin-bottom: 8px;
}
.hs-search-field__suggestions a,
.hs-search-field__suggestions #results-for {
  display: block;
}
.hs-search-field__suggestions a:hover,
.hs-search-field__suggestions a:focus {
  background-color: rgba(0, 0, 0, 0.1);
  outline: none;
}
.hs-search-field__bar input {
border: none;
}
.hs-search-field__bar input::placeholder {
color: #afafaf;
}


/* Extra */

/* Search bar */

.header__search .hs-search-field__input {
  background-color: #FFF;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz48c3ZnIHdpZHRoPSIyNHB4IiBoZWlnaHQ9IjI0cHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgdmVyc2lvbj0iMS4xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIj4gICAgICAgIDx0aXRsZT5TZWFyY2g8L3RpdGxlPiAgICA8ZGVzYz5DcmVhdGVkIHdpdGggU2tldGNoLjwvZGVzYz4gICAgPGRlZnM+ICAgICAgICA8cGF0aCBkPSJNOS4xMzg2MTUzNCwxNS44OTI1Njg1IEM1LjQxMzk1NzQyLDE1Ljg5MjU2ODUgMi4zODM4ODUyNywxMi44NjM0NDc1IDIuMzgzODg1MjcsOS4xMzkwMDM3NiBDMi4zODM4ODUyNyw1LjQxNDU2MDA1IDUuNDEzOTU3NDIsMi4zODM4ODUyNyA5LjEzODYxNTM0LDIuMzgzODg1MjcgQzEyLjg2MzI3MzMsMi4zODM4ODUyNyAxNS44OTI1Njg1LDUuNDE0NTYwMDUgMTUuODkyNTY4NSw5LjEzOTAwMzc2IEMxNS44OTI1Njg1LDEyLjg2MzQ0NzUgMTIuODYzMjczMywxNS44OTI1Njg1IDkuMTM4NjE1MzQsMTUuODkyNTY4NSBNOS4xMzg3NTI0NSwyLjQzMzYwODg3ZS0xMyBDMTQuMTc3OTk1NSwyLjQzMzYwODg3ZS0xMyAxOC4yNzY0NTM3LDQuMTAwMzI0NzEgMTguMjc2NDUzNyw5LjEzOTI3Nzk2IEMxOC4yNzY0NTM3LDExLjIyOTgyMTEgMTcuNTcxMDE2OSwxMy4xNTg0NDM0IDE2LjM4NTYzMTMsMTQuNjk5NjY5NiBMMjMuNjUwODg4MSwyMS45NjUyMjY2IEMyNC4xMTYzNzA2LDIyLjQzMDcwOTIgMjQuMTE2MzcwNiwyMy4xODU0MDU1IDIzLjY1MDg4ODEsMjMuNjUwODg4MSBDMjMuMTg1NDA1NSwyNC4xMTYzNzA2IDIyLjQzMDcwOTIsMjQuMTE2MzcwNiAyMS45NjUyMjY2LDIzLjY1MDg4ODEgTDE0LjY5OTgxMzMsMTYuMzg1NDcxMyBDMTMuMTU4NDQwNSwxNy41NzA5NTA5IDExLjIyOTU3MzgsMTguMjc2NDUzNyA5LjEzODc1MjQ1LDE4LjI3NjQ1MzcgQzQuMDk5NTA5MzgsMTguMjc2NDUzNyAtMy43MzAzNDkzNmUtMTQsMTQuMTc4MjMxMiAtMy43MzAzNDkzNmUtMTQsOS4xMzkyNzc5NiBDLTMuNzMwMzQ5MzZlLTE0LDQuMTAwMzI0NzEgNC4wOTk1MDkzOCwyLjQzMzYwODg3ZS0xMyA5LjEzODc1MjQ1LDIuNDMzNjA4ODdlLTEzIFoiIGlkPSJwYXRoLTEiPjwvcGF0aD4gICAgPC9kZWZzPiAgICA8ZyBpZD0iU2VhcmNoIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4gICAgICAgIDxtYXNrIGlkPSJtYXNrLTIiIGZpbGw9IndoaXRlIj4gICAgICAgICAgICA8dXNlIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICAgICAgPC9tYXNrPiAgICAgICAgPHVzZSBpZD0iSWNvbnMvQWN0aW9ucy9TZWFyY2giIGZpbGw9IiM0OTRBNTIiIHhsaW5rOmhyZWY9IiNwYXRoLTEiPjwvdXNlPiAgICA8L2c+PC9zdmc+);
  background-position: center right 15px;
  background-repeat: no-repeat;
/*   border: 1.79px solid #D1D6DC; */
  border-radius: 6px;
  color: #494A52;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 22px;
  font-weight: 300;
  height: 45px;
  padding: 0 15px;
}

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

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

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

.header__search .hs-search-field__suggestions li {
  border-top: 1px solid #D1D6DC;
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
}

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

.header__search .hs-search-field__suggestions #results-for {
  display: none;
}
/* Search Icon and pop-up */

.mt-header-search {
    cursor: pointer;
    display: inline-block;
    padding: 6px 10px;
    margin-top: 16px;
    margin-bottom: 16px;
  position: static;
}

.mt-search-icon {
  background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8'%3F%3E%3Csvg id='a' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 420 420'%3E%3Cdefs%3E%3Cstyle%3E.b%7Bfill:%231f2a2d;%7D%3C/style%3E%3C/defs%3E%3Cpath class='b' d='M300.14,310.69c.14-.99-.23-2.29-.95-3l-25.75-25.76c-.67-.67-1.73-.73-2.48-.06,0,0-1.93,1.77-3.57,3.17-28.33,24.29-65.15,38.97-105.39,38.97C72.53,324,0,251.47,0,162S72.53,0,162,0s162,72.53,162,162c0,40.27-14.7,77.11-39.02,105.45-1.39,1.62-2.98,3.36-2.98,3.36-.71,.79-.8,1.91-.08,2.63l25.76,25.75c.67,.67,1.98,1.1,2.98,.98,0,0,1.38-.29,2.95-.07,2.52,.34,4.95,1.47,6.88,3.41l96,96c4.69,4.68,4.69,12.28,0,16.97-4.68,4.69-12.28,4.69-16.97,0l-96-96c-2.13-2.13-3.29-4.86-3.48-7.64-.09-1.32,.11-2.16,.11-2.16h0Zm-138.14,1.32c82.84,0,150-67.16,150-150S244.85,12,162,12,12,79.16,12,162s67.16,150,150,150Z'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
margin-top: -2px;
  width: 20px;
    height: 20px;
    cursor: pointer;
   position: relative;
}

.mt-search-icon:hover .mt-search-popout {
 display: block;
}

.mt-header-search-icon-wrap {
padding-top: 6px;
}

.mt-search-popout:before {
    left: 50%;
    top: -25px;
  border: 12px solid transparent; 
      border-bottom-color: #d1d6dc;
}

.mt-search-popout:after {
    left: 50%;
    top: -22px;
     border: 12px solid transparent;
    border-bottom-color: #fff;
    margin-bottom: -1px;
 
}

.mt-search-popout:after, .mt-search-popout:before {
  content: "";
    display: block;
    position: absolute;
    left: 50%;
    width: 0;
    height: 0;
    margin-left: -12px;
  box-sizing: border-box;
}

 @media only screen and (max-width: 690px) { 
.mt-search-popout {
top: 80px;
width: 100vw;
position: fixed;
 left: 0px;
 border-right: 0px;
border-left: 0px;
border-radius: 0px;
}
   .mt-search-popout:after, .mt-search-popout:before { 
display: none;
}
   .header__search .hs-search-field--open .hs-search-field__suggestions {
left: 0;
}

.hs-search-field__suggestions {
max-width: unset;
}

.header__search .hs-search-field__suggestions li#result0 {
border-top: 0px;
}
}

.hs-search-field hs-search-field--open .result0 {
border-top: 0px;
}
/* Header on Pages */

.header-text-under
{
height: 4px;
width: 20px;
background: #5EAFA8;
}
.header-text-spacer {
padding-top: 7em;
padding-bottom: 3em;
}
.bg-grey {
 background:#F4F4F4;
}

/* Main Content Area */

.margin-med, .use-case-margin {
margin-top: 6rem;
margin-bottom: 6rem;
}

@media (max-width: 767px) {
    .margin-med {
    margin-top: 3rem;
    margin-bottom: 2rem;
    }
    .use-case-margin {
    margin-top: 0rem;
    margin-bottom: 0rem;  
    padding-bottom: 0px;
    }
}

.border-left-dark {
    border-left: 3px solid #231F20;
    /* padding-left: 30px; */
}

@media (max-width: 767px) {
.border-left-dark {
    border-left:none;
    /* padding-left: 0px; */
} 
}

/* Sidebars */

.mt-align-right {
    text-align: right;
}

.float-right {
    float: right;
}

@media (max-width: 767px) { /* On Mobile Align Left */
    .mt-align-right {
        text-align: left;
    }
    .float-right {
        float: left;
    }
}

/* Case Studies Page - Custom Layout */

.use-case-sidebar-wrap {
width: 100%;
-ms-box-orient: horizontal;
display: flex;
flex-flow: wrap;
flex-wrap: wrap;
}

.use-case-sidebar-col {
box-sizing: border-box;
flex: 0 1 50%;
margin-top: 20px;
}

@media (max-width: 1139px) { 
 .use-case-sidebar-col { /* Collapse On Tablet and Lower */
flex: 0 1 100%;
margin-top: 0px;
}
}

/* Social media footer links */

.social-links--center {
  text-align: center;
}
.social-links--right {
  text-align: right;
}
.social-links__icon {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
}
.social-links__icon-wrapper {
  display: inline-block;
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 5px;
  color: #fff;
}
.social-links__icon-wrapper:hover {
}
.social-links__icon-wrapper--circle {
  border-radius: 50%;
}
.social-links__icon-wrapper--grey {
  background-color: #666;
}
.social-links__icon-wrapper--black {
  background-color: #000;
}
.social-links__icon-wrapper--original {
  background-color: transparent;
}
.social-links__icon-wrapper--original.social-links__icon-wrapper--black {
  color: #000;
}
.social-links__icon-wrapper--original.social-links__icon-wrapper--white {
  color: #fff;
}
.social-links__icon-wrapper--original.social-links__icon-wrapper--grey {
  color: #666;
}
.social-links__icon-wrapper--circle.social-links__icon-wrapper--white,
.social-links__icon-wrapper--square.social-links__icon-wrapper--white {
  color: #000;
  background-color: #fff;
}
.social-links__icon-wrapper svg {
  fill: currentColor;
  height: 60%;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.social-links--left.social-links--color {
    display: grid;
    grid-template-columns: repeat(auto-fill, 36px);
 }



/* Main Body Border */

main.body-container-wrapper {
    border-bottom: 4px solid white;
}

/* Mobile Utilities */

@media (max-width: 767px) {
.hide-mobile {
display: none;
}
}

@media (min-width: 768px) {
.hide-desktop {
display: none;
}
}

/* Utility - Dark link style */

a.darklink {
color: #231f20;
}
a:hover.darklink  {
color: #231f20;
text-decoration: underline;
}
.footer {
  background-color: #f4f4f4;
}
.footer_form_container {
  background-color: #5291C8;
  border-left: 4px solid white;
}
.footer__copyright {
  font-size: 0.7rem;
  margin: 0.5rem 0;
  font-weight: 300;
}
.footer__menu a {
  color: #816998;
  font-weight: 300;
}
.footer__menu li {
  margin-bottom: 0.3em;
}
.footer_form_container, .footer__copyright, .footer__menu 
{
padding: 3rem 3rem 4rem 3rem;
}
.footer__logo {
margin-bottom: 1em;
}
.footer_social_buttons {
  padding-top: 2.5rem;
}
.social-links__icon-wrapper {
margin: 0 5px 0 0;
}
.footer_social_buttons .social-links--left {
  margin-left: -6px;
}
  @media only screen and (min-width: 834px) {
  .footer__copyright {
  width:26%;
  }
  .footer__menu {
  width:22%;
  }
  .footer_form_container {
  width:30%;
  }
  .display-flex-desktop {
  display:flex;
  }
  }




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

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}
/* Blog BG Color */

.s-light-grey-bg {
  background-color: #F4F4F4;
}


/* Blog header */

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

.blog-header__inner {
  margin: 0 auto;
  max-width: 600px;
  padding: 3.3rem 0;
}

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

.blog-header__subtitle {
  margin: 1rem 0 2rem;
}

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

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

/* Blog header - author listing */

.blog-header__author-avatar {
  border-radius: 50%;
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.15);
  display: block;
  height: auto;
  margin: 0 auto 1.5rem;
  width: 200px;
}

.blog-header__author-social-links a {
  background-color: #000;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  margin: 0 5px;
  position: relative;
  width: 40px;
}

.blog-header__author-social-links a:hover {
  background-color: #494A52;
}

.blog-header__author-social-links svg {
  fill: #FFF;
  height: 15px;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: auto;
}

/* Blog listing */

.blog-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 1.3rem 0;
}

.blog-index:after {
  content: "";
  -webkit-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
}

.blog-index__tag-header {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%;
  padding: 1rem;
}

.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}

.blog-index__tag-heading {
  border-bottom: 3px solid #D1D6DC;
  padding-bottom: 1rem;
}

.blog-index__post {
  -webkit-box-flex:  0;
  -ms-flex:  0 0 100%;
  flex:  0 0 100%;
  padding: 1rem;
}

@media screen and (min-width: 768px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/2);
    flex:  0 0 calc(100%/2);
  }
}

@media screen and (min-width: 1000px) {
  .blog-index__post {
    -webkit-box-flex:  0;
    -ms-flex:  0 0 calc(100%/3);
    flex:  0 0 calc(100%/3);
    min-height: 380px;
  }
}

@media screen and (min-width: 768px) {
  .blog-index__post--large {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    justify-items: space-between;
  }
}

.blog-index__post-image {
object-fit: cover;
width: 100%;
}

@media screen and (min-width: 768px) {
  .blog-index__post-image-wrapper--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
  }

  .blog-index__post-content--large {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 48%;
    flex: 1 1 48%;
    padding-left: 2rem;
  }

  .blog-index__post-content--full-width {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    padding-left: 0;
  }
}

.blog-index__post-content h2 {
  margin: 0.5rem 0;
}

.blog-index__post-content--small h2 {
  font-size: 1.25rem;
}

.blog-index__post-content {
  line-height: 1.6;
}

.blog-index__post-content a {
  color: #231F20;
}

.blog-index__post-content--small {
  background-color: #fff;
}

.m-blog-post-l-wrap {
  padding: 1.3em;
  -moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
box-sizing: border-box;
}

/* Blog pagination */

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

.blog-pagination__link {
  border: 2px solid transparent;
  border-radius: 7px;
  color: #494A52;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  margin: 0 0.1rem;
  padding: 0.25rem 0.4rem;
  text-decoration: none;
}

.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}

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

.blog-pagination__prev-link,
.blog-pagination__next-link {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

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

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

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

.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #494A52;
  margin: 0 5px;
}

.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}

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

/* Blog post */

.blog-post {
  margin: 0 auto;
  max-width: 960px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.8rem;
}

.blog-post__meta {
  margin: 0.1rem 0 1rem 0;
  line-height: 1.5;
}

.blog-post__meta a {
  color: #494A52;
  text-decoration: underline;
}

.blog-post__tags {
font-weight: 300;
font-size: 0.8rem;
text-transform: uppercase;
}

.blog-post__tags svg {
  height: auto;
  margin-right: 10px;
  width: 15px;
}

.blog-post__tag-link {
  color: #000;
  font-size: .8rem;
}

.article-met img {
  max-width: 100%;
}

/* Blog related posts */

.blog-related-posts {
  background-color: #F8F8F8;
  margin-top: 4rem;
  padding: 8rem 0 6rem 0;
}

.blog-related-posts h2 {
  text-align: left;
}

.blog-related-posts__list {
    --auto-grid-min-size: 22rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(var(--auto-grid-min-size), 1fr));
    grid-gap: 1rem;
}

.blog-related-posts__post {
  color: #494A52;
  display: block;
}

.blog-related-posts__image {
  height: auto;
  max-width: 100%;
}

.blog-related-posts__title {
  margin: 1rem 0 0.5rem;
}

.blog-related-posts__title a {
  color: #494a52;
}

/* Blog comments */

.blog-comments {
  margin: 0 auto;
  max-width: 680px;
}

.blog-comments form {
  max-width: 100%;
}

.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}

.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #FFF;
}

.blog-comments .comment-reply-to {
  border: 0 none;
}

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

/* Blog Tag Menu */ 

ul.blog-tags-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  padding-top: 2.6rem;
}

ul.blog-tags-menu li {
  float: left;
}

ul.blog-tags-menu li a {
  color: #231f20;
  display: block;
  font-size: 0.8rem;
  padding: 16px 26px 16px 0px;
  text-decoration: none;
}

ul.blog-tags-menu li a:hover {
color: #231f20;
text-decoration: underline;
}

/* Lising Text Styles */

.m-blog-post-l-wrap .blog-postdate {
  font-size: 0.8rem;
  padding-bottom: 1em;
  font-weight: bold;
}

.m-blog-post-l-wrap .header-text-under {
  margin-bottom: 1em;
}

.m-blog-post-l-wrap .blog-summary {
  min-height: 6em;
}

a.blog-read-more {
  font-size: 0.9rem;
  font-weight: bold;
  color: #231F20;
}

/* Large Post Styles */

.blog-index__post-content--large h2 {
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.blog-index__post-content--large .blog-postdate {
  font-size: 0.8rem;
  padding-bottom: 1em;
  font-weight: bold;
}

.blog-index__post-content--large .header-text-under {
  margin-bottom: 1em;
}

.blog-index__post-content--large .blog-summary {
  min-height: 6em;
}

.blog-featured-image-wrap {
  height: 100%;
display: block;
background-repeat:no-repeat;
background-size:cover;
background-position:center;
}

/* Big Listing Styles */

.blog-index__post--large {
  background-color: #fff;
  padding: 0;
}
.blog-index__post-content--large {
padding: 1.7em;
}

/* Blog Post Styles */

.blog-header-image {
max-width: 1032px;
    display: block;
    margin: 0 auto;
    padding-top:5px;
}
.blog-header-image img {
    max-height: 30em;
    object-fit: cover;
}

.article-met {
  padding: 3rem 2rem 2rem 2rem;
  background-color: #fff;
  margin-bottom: -8rem;
}

.blog-post__timestamp {
  font-weight: bold;
}

.blog-post__timestamp, .blog-post__author {
  font-size: 0.9rem;
  }

.mb2 {
  margin-bottom: 2em;
}

.article-met h1 {
  font-size: 1.8rem;
}

.blog-post_entry-title-h1 {
  margin-bottom: 0.2rem;
}

/* All Posts Button */


.all-posts-btn {
  width: 110px;
  height: 28px;
  margin-left: 40px;
  color: #817f80;
  background-color: #e0e0e0;
  text-align: center;
  line-height: 28px;
  display: block;
  font-size: 0.8rem;
  position: relative;
}

.all-posts-btn::before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 0px;
  height: 0px;
  border-top: 14px solid transparent;
  border-right: 28px solid #e0e0e0;
  border-bottom: 14px solid transparent;
}

.all-posts-btn-wrap {
  padding-top: 30px;
  padding-left: 12%;
  width: 100%;
  position: relative;
  width: 100%;
  height: 100px;
  float: left;
  margin-top: 1.6rem;
}

.sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

@media (max-width: 767px) {
.sticky {
  position: relative;
  top: unset;
}
}

.ptl {
  padding-top: 30px;
}

/* Related Posts Theming */

article.blog-related-posts__post {
  background-color: #FFF;
}

.blog-related-posts__content {
  padding: 1rem;
}

.blog-related-posts_imagewrap {
  height: 216px;
}
.blog-related-posts_imagewrap img {
  width:100%;
  height:100%;
  object-fit:cover;
}

/* Related Posts Grid */

@media screen and (min-width: 1000px) {
.blog-related-posts__post {
  margin: 16px 0 0 16px;
}
}

.blog-related-posts__post .header-text-under {
margin-bottom: 1em;
}
.blog-related-posts__post .blog-related-posts__date {
  font-size: 0.8em;
  font-weight: bold;
  margin-bottom: 1em;
}
.blog-related-posts__post .blog-post-summary {
  min-height: 6em;
  }


  /* Metrikus Flex Reorder for First Featured Post on Listing Page */

  .blog-listing-feat-flex-container {
    padding: 0;
    margin: 0;
    width: 100%;
    background-color: #FFF;
    -ms-box-orient: horizontal;
    display: flex;
    flex-flow: wrap;
    flex-wrap: wrap;
  }
  
  .blog-listing-feat-flex-item {
   box-sizing: border-box;
   flex: 0 1 50%;
   min-height: 380px; 
  }
  .blog-listing-feat-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
.blog-listing-feat-bg img {
  width: 100%;
    height: 100%;
    object-fit: cover;
}

  @media (max-width: 767px) {
    .blog-listing-feat-bg img {
    height: auto%;
}

    .blog-listing-feat-flex-item {
      flex: 0 1 100%;
      min-height: unset;
     }
     .blog-listing-feat-flex-item:nth-child(1) { order: 2; }
  .blog-listing-feat-flex-item:nth-child(2) { order: 1; }
  .blog-post_sharesection {
    padding-bottom: 20px;
    }
    .article-met {
    margin-bottom: 0;
    }
    .all-posts-btn-wrap {
      padding-top: 0px;
      padding-left: 0px;
  }
  .all-posts-btn {
    margin-left: 30px;
  }
  }

/* Popular posts on listing pages */

.topic-popular-posts-wrapper {
display:grid;
grid-template-columns: auto auto auto auto auto auto;
gap: 20px;
}

@media screen and (max-width:1100px) {
.topic-popular-posts-wrapper {
grid-template-columns: auto auto auto;
}
}

@media screen and (max-width:850px) {
.topic-popular-posts-wrapper {
grid-template-columns: auto auto;
}
}

.topic-popular-posts-wrapper .pop-post-title {
min-height: 90px;
background: #fff;
padding: 16px;
color: #231f20;
font-family: Helvetica Now,Helvetica,Arial,sans-serif;
font-weight: 700;
font-size:14px;
}

.topic-popular-posts-wrapper .pop-post-img img {
max-inline-size: 100%;
block-size: auto;
aspect-ratio: 2/1;
object-fit: cover;
object-position: top center;
}

.popular-posts-header {
  margin-top:30px;
}
.all-posts-header {
  margin-top:35px;
  margin-bottom: 0px;
}

/* Content hub link blog listing footer */

.content-hub-link {
      margin-bottom: 40px;
    text-align: center;
    margin-top: 80px;
}

/* CTA In-content link styles */

.mt-quick-link {
  font-family: Helvetica, arial, sans-serif;
  font-size: 14px;
 display: inline-block;
 padding: 15px 20px;
border: 1px solid lightgrey;
  background: #fff url(https://6023595.fs1.hubspotusercontent-na1.net/hubfs/6023595/Metrikus%20Web%20Assets%202021/CTA%20Button/rightarrow-bg.png) 100%/54px no-repeat;
padding-right: 82px;
margin-bottom: 20px;
  text-decoration: none;
      box-shadow: rgba(0, 0, 0, 0.15) 0px 5px 15px 0px;
}

a.mt-quick-link:hover {
  transition: 0.4s;
}

a.mt-link-blue {
background-color: #5291c8;
color: white;
}
a.mt-link-blue:hover {
background-color: #73A6D3;
}

a.mt-link-green {
background-color: #8FA57A;
color: white;
}
a.mt-link-green:hover {
background-color: #A3B592;
}

a.mt-link-red {
background-color: #DC595C;
color: white;
}
a.mt-link-red:hover {
background-color: #E6898B;
}

a.mt-link-orange {
background-color: #FF9933;
color: white;
}
a.mt-link-orange:hover {
background-color: #FFAD5C;
}

a.mt-link-purple {
background-color: #816998;
color: white;
}
a.mt-link-purple:hover {
background-color: #9A86AC;
}

a.mt-link-teal {
background-color: #5eafa8;
color: white;
}
a.mt-link-teal:hover {
background-color: #84C2BD;
}
/* Error pages */

.error-page {
  padding: 10rem 0;
  position: relative;
  text-align: center;
}

.error-page:before {
  color: #F3F6F9;
  content: attr(data-error);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: -1;
}

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

/* System pages */

.systems-page {
  margin: 0 auto;
  max-width: 700px;
  padding: 3rem 1.4rem;
}

.systems-page .success {
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  color: #4F7D24;
  display: inline-block;
  margin: 1.4rem 0;
  padding: 0.1rem 0.7rem;
  width: 100%;
}

.systems-page form input {
  max-width: 100%;
}

#email-prefs-form .header {
  background-color: transparent;
}

/* Search pages */

.hs-search-field__bar {
  position: relative;
}

.hs-search-field__suggestions {
  background-color: #FFF;
  max-width: 360px;
  position: absolute;
  right: 0;
  top: 100%;
  width: 100%;
}

.hs-search-results {
    margin: 0;
    padding: 30px;
}

ul.hs-search-results__listing li {
  margin-bottom: 1.4rem;
  border-bottom: 1px solid #eaeaea;
}
ul.hs-search-results__listing li:last-of-type {
border-bottom: 0px;
}

.hs-search-results__title {
  color: #494A52;
  font-size: 1.25rem;
  margin-bottom: 0.35rem;
  text-decoration: underline;
}

.hs-search-results__title:hover {
  text-decoration: none;
}

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

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

.hs-search-results__pagination {
    height: 40px;
    padding-top: 30px;
}

.hs-search-results__pagination a {
  color: #0270E0;
}

/* Password prompt */

.password-prompt input[type=password] {
  display: block;
  height: auto !important;
  margin-bottom: 1.4rem;
}

/* Backup unsubscribe */

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

.backup-unsubscribe input[type=email] {
  margin-bottom: 1.4rem;
  padding: 0.7rem !important;
}

/* 404 Page Design Overrides */

.error-page-search-wrapper {
    max-width: 490px;
    margin: 0 auto;
}
.error-page-search-wrapper .hs-search-field__input {
background: white;
padding: 18px 15px;
border-radius: 5px;
border: 1px solid #dadada;
}
.error-page-search-wrapper form {
display: grid;
grid-template-columns: 75% 25%;
gap: 5px;
}
.error-page-search-wrapper button {
background-color: #767676;
}
.error-page-search-wrapper button:focus,.error-page-search-wrapper button:hover {
background-color: #5eafa8;
}
.error-page-search-wrapper form button svg {
filter: invert();
height: 16px;
}

.error-page-search-wrapper .hs-search-field__suggestions {
max-width: 100%;
margin-top: 5px;
}

.error-page-search-wrapper .hs-search-field__suggestions li {
    display: block;
    margin: 0;
    padding: 0;
    margin-bottom: 5px;
    padding-bottom: 3px;
    border-bottom: 1px solid #f3f3f3;
}

.error-page-search-wrapper .hs-search-field__suggestions li:last-of-type {
border-bottom: none;
}