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

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

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

.dnd-section>.row-fluid,
.page-center,
.header__container,
.footer__container,
.content-wrapper {
  margin:0 auto;
  width:100%;
  position:relative;
}


.content-wrapper,
.page-center,
.dnd-section > .row-fluid,
.footer__container {
  padding:0 150px;
}

.body-container-wrapper .content-wrapper .dnd-section>.row-fluid {
  max-width:100;
  padding:0;
}

.dnd-section .widget-type-cell {}

.body-container-wrapper {
  background-color:#e3e3e3;
  position:relative;
  z-index:2;
}

.sm-tab {
  display:none !important;
}




@media (min-width:768px) {
  .sm-mobile {
    display:none !important;
  }
}



@media (min-width:992px) {

  .mobile {
    display:none !important;
  }
}


@media (max-width:1199px) {
  .content-wrapper,
  .page-center,
  .dnd-section > .row-fluid,
  .footer__container {
    padding-right:20px;
  }
}

@media (max-width:1050px) {
  .content-wrapper,
  .page-center,
  .dnd-section > .row-fluid,
  .footer__container {
    padding-left:100px;
  }
}

@media (max-width: 991px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }

  .desktop {
    display:none !important;
  }

  .content-wrapper,
  .page-center,
  .dnd-section > .row-fluid,
  .footer__container{
    padding-left:20px;
  }
}

@media (max-width:991px) and (min-width:768px) {
  .sm-tab {
    display:block !important;
  }
}

@media (max-width:767px) {
  .sm-desktop {
    display:none !important;
  }
}
@font-face { 
  font-family: "GT-Walsheim";
  src: url("https://9295942.fs1.hubspotusercontent-eu1.net/hubfs/9295942/AuerSignal_April2021/fonts/GT-Walsheim-Pro-Regular.eot") format("embedded-opentype"),
    url(https://9295942.fs1.hubspotusercontent-eu1.net/hubfs/9295942/raw_assets/public/AuerSignal_April2021/fonts/GT-Walsheim-Pro-Regular.woff) format("woff"), 
    url(https://9295942.fs1.hubspotusercontent-eu1.net/hubfs/9295942/raw_assets/public/AuerSignal_April2021/fonts/GT-Walsheim-Pro-Regular.woff) format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "GT-Walsheim";
  src: url("https://9295942.fs1.hubspotusercontent-eu1.net/hubfs/9295942/AuerSignal_April2021/fonts/GT-Walsheim-Pro-Bold.eot") format("embedded-opentype"),
    url(https://9295942.fs1.hubspotusercontent-eu1.net/hubfs/9295942/raw_assets/public/AuerSignal_April2021/fonts/GT-Walsheim-Pro-Bold.woff) format("woff"), 
    url(https://9295942.fs1.hubspotusercontent-eu1.net/hubfs/9295942/raw_assets/public/AuerSignal_April2021/fonts/GT-Walsheim-Pro-Bold.woff) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}



/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 10px;
  overflow-x:hidden;
}

body {
  font-family: "GT-Walsheim",sans-serif;
  font-size: 15px;
  color: #222;
  letter-spacing: .9px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background: #e3e3e3;
  position: relative;
}

p {
  margin: 0 0 20px;
}

/* Anchor Links */
a {
  color: #00baff;
  text-decoration: none;
}

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

a:hover, a:focus {
  text-decoration: underline;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.1;
  font-weight: 500;
  font-family: "GT-Walsheim",sans-serif;
  color: #222;
  word-break: break-word;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h4, .h4, h5, .h5, h6, .h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1 {
  font-size: 42px;
  margin-top: 0;
  margin-bottom: 30px;
}

h2 {
  font-size: 38px;
  margin-bottom: 30px;
}

h3 {
  font-size: 20px;
  letter-spacing: 1.5px;
}

h4 {
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0;
  line-height: normal;
}


strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 24px;
}

blockquote {
  padding: 10px 20px;
  margin: 0 0 20px;
  font-size: 17.5px;
  border-left: 5px solid #eee;
}

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0;
}

/* Horizontal Rules */
hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #838381;
}

/* TODO */
small, .small {
  font-size: 85%;
}

.small {
  font-size: 13px;
}

blockquote footer, blockquote small, blockquote .small {
  display: block;
  font-size: 80%;
  line-height: 1.42857143;
  color: #777;
}

blockquote .small {
  font-size: 13px;
}

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0';
}

figure {
  margin: 0;
}

img {
  vertical-align: middle;
  border: 0;
}

svg, img {
  max-width: 100%;
}

figcaption {
  margin:10px 0 0;
}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form,
.body-container-wrapper .widget-type-blog_subscribe,
.body-container-wrapper .widget-type-google_search,
.body-container-wrapper .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.body-container-wrapper .hs-search-field__bar,
.body-container-wrapper .submitted-message,
.body-container-wrapper #hs_cos_wrapper_password_prompt {
  width:100%;
  max-width:500px;
}

.body-container-wrapper form,
.body-container-wrapper .custom_error_message form,
.body-container-wrapper .widget-type-form form,
.body-container-wrapper .widget-type-blog_subscribe form,
.body-container-wrapper .widget-type-google_search form,
.body-container-wrapper .widget-type-password_prompt.custom_error_message form,
.body-container-wrapper .widget-type-email_simple_subscription form,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
.body-container-wrapper .hs-search-field__bar form,
.body-container-wrapper .submitted-message form,
.body-container-wrapper #hs_cos_wrapper_password_prompt form,
.body-container-wrapper .form-container-wrapper {
  width:100%;
  max-width:500px;
}

.hs-blog-post .body-container-wrapper .widget-type-blog_comments,
.hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
.body-container-wrapper.subscription_preferences .form-container-wrapper{
  max-width:100%;
}

.body-container-wrapper .blog-sidebar form, 
.body-container-wrapper .blog-sidebar .custom_error_message form,
.body-container-wrapper .blog-sidebar .widget-type-form,
.body-container-wrapper .blog-sidebar .widget-type-blog_subscribe,
.body-container-wrapper .blog-sidebar .widget-type-google_search,
.body-container-wrapper .blog-sidebar .widget-type-password_prompt.custom_error_message,
.body-container-wrapper .blog-sidebar .widget-type-email_simple_subscription,
.body-container-wrapper .blog-sidebar .hs-search-field__bar, 
.body-container-wrapper .blog-sidebar .submitted-message,
.body-container-wrapper .blog-sidebar #hs_cos_wrapper_password_prompt {
  background:none;
  padding:0;
  margin:0;
  border:none;
  max-width:100%;
}



#email-prefs-form {
  max-width:100%;
}

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

input {
  line-height: normal;
}

input, button, select, textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

.hs-button {
  cursor:pointer;
  display: -moz-inline-stack;
  display: inline-block;
  text-decoration: none;
  white-space:normal;
  margin:15px 0;
  outline:0;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  line-height: 1.42857143;
  font-weight: normal;
  border-radius: 0;
  letter-spacing: .9px;
  position: relative;
  padding: 15px 40px;
  font-size: 16px;
  margin: 20px 10px 0 0;
  text-decoration: none;
  max-width: 100%;
}

.hs-button:hover,
.hs-button:focus {
  text-decoration: none;
}

.hs-button:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.hs-button:active {
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
  box-shadow: inset 0 3px 5px rgb(0 0 0 / 13%);
}


.content-wrapper .custom_error_message form,
.content-wrapper .widget-type-form,
.content-wrapper .widget-type-blog_subscribe,
.content-wrapper .widget-type-google_search,
.content-wrapper .widget-type-password_prompt.custom_error_message,
.content-wrapper .widget-type-email_simple_subscription,
.hs-blog-post .content-wrapper .widget-type-blog_comments,
.content-wrapper .hs-search-field__bar{
  display:block;
}



.hs-form label {
  color: #222;
}

.form-container>.hs_cos_wrapper>.hs-form-field {
  display:none;
}

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
.hs-search-field__input,
#hs-pwd-widget-password{ 
  width: 100%;
  max-width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

form input[type="text"],
form input[type="password"], 
form input[type="datetime"], 
form input[type="datetime-local"], 
form input[type="date"], 
form input[type="month"], 
form input[type="time"], 
form input[type="week"], 
form input[type="number"], 
form input[type="email"], 
form input[type="url"], 
form input[type="search"], 
form input[type="tel"], 
form input[type="color"],
form input[type="file"],
form textarea,
form  select,
.hs-input,
.hs-search-field__input,
#hs-pwd-widget-password{
  height: 34px;
  padding: 6px 0;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  font-size: 15px;
  line-height: inherit;
  border-bottom: solid 1px #838381;
  margin-bottom: 20px;
  background: none;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
}

form input[type="text"]:focus,
form input[type="password"]:focus, 
form input[type="datetime"]:focus, 
form input[type="datetime-local"]:focus, 
form input[type="date"]:focus, 
form input[type="month"]:focus, 
form input[type="time"]:focus, 
form input[type="week"]:focus, 
form input[type="number"]:focus, 
form input[type="email"]:focus, 
form input[type="url"]:focus, 
form input[type="search"]:focus, 
form input[type="tel"]:focus,
form input[type="color"]:focus,
form input[type="file"]:focus,
form textarea:focus,
form select:focus,
form select:focus,
form textarea:focus,
.hs-input:focus, 
.hs-search-field__input:focus,
#hs-pwd-widget-password:focus{
  outline: 0;
}

form input[type="text"]:hover,
form input[type="password"]:hover, 
form input[type="datetime"]:hover, 
form input[type="datetime-local"]:hover, 
form input[type="date"]:hover, 
form input[type="month"]:hover, 
form input[type="time"]:hover, 
form input[type="week"]:hover, 
form input[type="number"]:hover, 
form input[type="email"]:hover, 
form input[type="url"]:hover, 
form input[type="search"]:hover, 
form input[type="tel"]:hover,
form input[type="color"]:hover,
form input[type="file"]:hover,
form textarea:hover,
form select:hover,
form select:hover,
form textarea:hover,
.hs-search-field__input:hover,
#hs-pwd-widget-password:hover{

}

form input[type="text"].error,
form input[type="password"].error, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error, 
form input[type="date"].error, 
form input[type="month"].error, 
form input[type="time"].error, 
form input[type="week"].error, 
form input[type="number"].error, 
form input[type="email"].error, 
form input[type="url"].error, 
form input[type="search"].error, 
form input[type="tel"].error,
form input[type="color"].error,
form input[type="file"].error,
form textarea.error,
form select.error,
form select.error,
form textarea.error,
.hs-input.error, 
.hs-search-field__input.error,
#hs-pwd-widget-passwor.error{
  border-color: #b94a48;
}

form input[type="text"].error:focus,
form input[type="password"].error:focus, 
form input[type="datetime"].error, 
form input[type="datetime-local"].error:focus, 
form input[type="date"].error:focus, 
form input[type="month"].error:focus, 
form input[type="time"].error:focus, 
form input[type="week"].error:focus, 
form input[type="number"].error:focus, 
form input[type="email"].error:focus, 
form input[type="url"].error:focus, 
form input[type="search"].error:focus, 
form input[type="tel"].error:focus,
form input[type="color"].error:focus,
form input[type="file"].error:focus,
form textarea.error:focus,
form select.error:focus,
form select.error:focus,
form textarea.error:focus,
.hs-input.error:focus, 
.hs-search-field__input.error:focus,
#hs-pwd-widget-passwor.error:focus {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ce8483;
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%), 0 0 6px #ce8483;
}


#hs-pwd-widget-password {
  height:33px !important;
  margin-top:0 !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;
  min-height:auto;
}

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

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

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

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}


textarea.hs-input {
  height: auto;
}

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

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

.actions {
  padding: 0;
}

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

.hs-error-msgs {
  margin:10px 0;
  padding:0;
  list-style:none;
}
.hs-error-msgs label {
  margin: 0;
  letter-spacing: normal;
}

.hs-form-field input+label {
  display:inline-block;
}

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


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

.hs-form-field {
  margin-bottom: 0;
}

.hs-field-desc {
  color: #333;
  margin: 0px;
  font-size: 14px;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  border-bottom: 1px solid #e5e5e5;
}

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

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

.hs-default-font-element,
.hs-main-font-element {
  font-family: "GT-Walsheim",sans-serif;
}

/* ================== Footer Form ============================ */

@media (max-width:767px) {

  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form,
  .body-container-wrapper .widget-type-blog_subscribe,
  .body-container-wrapper .widget-type-google_search,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message,
  .body-container-wrapper .widget-type-email_simple_subscription,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments,
  .body-container-wrapper .hs-search-field__bar,
  .body-container-wrapper .submitted-message,
  .body-container-wrapper #hs_cos_wrapper_password_prompt {
    max-width:100%;
  }

  .body-container-wrapper form,
  .body-container-wrapper .custom_error_message form,
  .body-container-wrapper .widget-type-form form,
  .body-container-wrapper .widget-type-blog_subscribe form,
  .body-container-wrapper .widget-type-google_search form,
  .body-container-wrapper .widget-type-password_prompt.custom_error_message form,
  .body-container-wrapper .widget-type-email_simple_subscription form,
  .hs-blog-post .body-container-wrapper .widget-type-blog_comments form,
  .body-container-wrapper .hs-search-field__bar form,
  .body-container-wrapper .submitted-message form,
  .body-container-wrapper #hs_cos_wrapper_password_prompt form,
  .body-container-wrapper #email-prefs-form,
  .body-container-wrapper .form-container-wrapper{
    max-width:100%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.custom-menu-primary {
  font-size: 13px;
  float: left;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  display: inline-block;
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1.5px;
  margin-right: 30px;
}

.custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children {
  position:relative;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  padding-bottom: 4px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a:hover,
.custom-menu-primary .hs-menu-wrapper>ul>li>a:focus,
.custom-menu-primary .hs-menu-wrapper>ul>li.active>a,
.custom-menu-primary .hs-menu-wrapper>ul>li.active-branch>a{
  border-bottom: 2px solid;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper>ul li>ul>li {
  font-weight:normal;
  text-transform:none;
  letter-spacing: .9px;
}

.custom-menu-primary .hs-menu-wrapper>ul li>ul>li>a {
  display: block;
}

.custom-menu-primary .hs-menu-wrapper>ul li>ul {
  font-size: 15px;
}

.mobile-open {
  overflow:hidden;
}

@media (min-width:992px) {

  .custom-menu-primary {
    display:block !important;
    height:auto !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>ul:before {
    content:"";
    display:block;
    bottom:100%;
    height:30px;
    width:100%;
    position:absolute;
  }
  .custom-menu-primary .hs-menu-wrapper>ul li>ul {
    display:block !important;
    margin-top: 30px; 
    position:absolute;
    position: absolute;
    min-width: 100px;
    white-space: nowrap;
    box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
    left:0;
    opacity:0;
    visibility:hidden;
    transition:all .3s ease-in-out;
    text-align: left;
    padding: 30px 48px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>ul ul {
    left:100%;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li:hover>ul {
    opacity:1;
    visibility:visible;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-of-type>ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-of-type(2)>ul{
    right:0;
    left:auto;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li:last-of-type>ul ul,
  .custom-menu-primary .hs-menu-wrapper>ul>li:nth-last-of-type(2)>ul ul{
    right:100%;
    left:auto;
  }

}

@media (max-width:1230px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li {
    margin-right:20px;
  }
}

@media (max-width:991px) {
  .child-trigger{
    display: block;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: 0px;
    width: 35px;
    height: 39px;
  }
  .child-trigger:hover{
    text-decoration: none;
  }
  .child-trigger i{
    position: relative;
    top: 50%; /* Centers icon inside button */
    margin: 0 auto !important;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  .child-trigger i:after{
    position: absolute;
    content: '';
  }
  .child-trigger i, .child-trigger i:after{
    width: 12px;
    height: 2px;
    background-color: #fff; /* Icon color */
    display: block;
    transition:all .3s ease;
  }
  .child-trigger i:after{
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }  

  .child-open>.child-trigger i {
    -webkit-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }

  .child-open>.child-trigger i:after{
    -webkit-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    transform: rotate(-270deg);
  }

  .custom-menu-primary {
    max-height: calc(100vh - 74px);
    overflow-y: auto !important;
    scroll-width:none;
    -ms-overflow-style:none;
  }

  .custom-menu-primary::-webkit-scrollbar {
    display:none;
  }

  .custom-menu-primary ,
  .custom-menu-primary .hs-menu-wrapper>ul li>ul{
    display:none;
    width:100%;
    background-color:transparent !important;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>ul>li:first-of-type {
    padding-top:30px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>ul>li:last-of-type {
    padding-bottom:30px;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    display: block;
    width: 100%;
    float: left;
    text-align: right;
    padding: 10px;
    margin: 0;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children>a {
    padding-right: 35px;
  }

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

.custom-header-height {
  height:125px;
  transition:all .2s ease-in-out;
}

.custom-header {
  clear: both;
  padding: 40px 0 50px 0;
  position: fixed;
  top: 0;
  z-index: 999;
  max-width: 100%;
  margin: 0 auto;
  width: 100%;
  transition:all .2s ease-in-out;
}

.lp .custom-header {
  height:112.02px;
  transition:all .2s ease-in-out;
}

.custom-logo {
  text-align: center;
  width: 150px;
  float: left;
  z-index: 9;
  position: fixed;
}

.custom-header-right {
  margin-left: 150px;
  margin-right: 150px;
  position: relative;
}

#menubutton {
  vertical-align: middle;
  margin-left: 10px;
  float: right;
  margin-top: -6px;
}

#menubutton .marka {
  position: relative;
  display: inline-block;
  vertical-align: bottom;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
  width: 40px;
  height: 40px;
}

#menubutton .marka i {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  -webkit-transition: all 500ms;
  -moz-transition: all 500ms;
  -o-transition: all 500ms;
  transition: all 500ms;
}

#menubutton .marka.marka-icon-bars i {
  -webkit-transform: scale(0.7,.05);
  -moz-transform: scale(0.7,.05);
  -ms-transform: scale(0.7,.05);
  -o-transform: scale(0.7,.05);
  transform: scale(0.7,.05);
}

#menubutton .marka.marka-icon-bars i:nth-child(2) {
  -webkit-transform: scale(0.7,.05) translate(0%,-400%);
  -moz-transform: scale(0.7,.05) translate(0%,-400%);
  -ms-transform: scale(0.7,.05) translate(0%,-400%);
  -o-transform: scale(0.7,.05) translate(0%,-400%);
  transform: scale(0.7,.05) translate(0%,-400%);
}

#menubutton .marka.marka-icon-bars i:nth-child(3) {
  -webkit-transform: scale(0.7,.05) translate(0%,400%);
  -moz-transform: scale(0.7,.05) translate(0%,400%);
  -ms-transform: scale(0.7,.05) translate(0%,400%);
  -o-transform: scale(0.7,.05) translate(0%,400%);
  transform: scale(0.7,.05) translate(0%,400%);
}

.mobile-open #menubutton .marka.marka-icon-bars i {
  -webkit-transform: rotate(45deg) scale(0.7,.05);
  -moz-transform: rotate(45deg) scale(0.7,.05);
  -ms-transform: rotate(45deg) scale(0.7,.05);
  -o-transform: rotate(45deg) scale(0.7,.05);
  transform: rotate(45deg) scale(0.7,.05);
}

.mobile-open #menubutton .marka.marka-icon-bars i:nth-of-type(2) {
  -webkit-transform: rotate(-45deg) scale(0.7,.05);
  -moz-transform: rotate(-45deg) scale(0.7,.05);
  -ms-transform: rotate(-45deg) scale(0.7,.05);
  -o-transform: rotate(-45deg) scale(0.7,.05);
  transform: rotate(-45deg) scale(0.7,.05);
}

.mobile-open #menubutton .marka.marka-icon-bars i:nth-of-type(3) {
  -webkit-transform: rotate(45deg) scale(0.7,.05);
  -moz-transform: rotate(45deg) scale(0.7,.05);
  -ms-transform: rotate(45deg) scale(0.7,.05);
  -o-transform: rotate(45deg) scale(0.7,.05);
  transform: rotate(45deg) scale(0.7,.05);
}

#searchbar {
  float: right;
  cursor: pointer;
  display: inline-block;
  margin-left: 20px;
  font-size: 13px;
  padding-bottom: 1px;
  color: #00b5f1;
}   

svg:not(:root) {
  overflow: hidden;
}

#searchbar svg {
  vertical-align: text-bottom;
}

#langswitch {
  display: inline-block;
  font-size: 13px;
  float: right;
}

#langswitch .cart-button {
  display:inline-block;
}

#langswitch .cart-button a {
  color: #222;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding-bottom: 4px;
}

#langswitch .cart-button a:hover ,
#langswitch .cart-button a:focus {
  border-bottom: 2px solid;
  text-decoration: none;
}

#langswitch .cart-button img {
  height:21px;
}

#langswitch .dropdown {
  position: inherit;
  display: inline-block;
}

#langswitch .dropdown .hs-menu-wrapper>ul>li>a {
  font: inherit;
  -webkit-appearance: none;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  border: 0;
  cursor: pointer;
  background: none;
  font-weight: bold;
  letter-spacing: 1.5px;
  padding: 0;
  margin-left: 6px;
  text-decoration:none;
}

#langswitch .dropdown .hs-menu-wrapper>ul>li>a:hover{
  border-bottom: 2px solid;
  padding-bottom: 2px;
}

#langswitch .dropdown .hs-menu-wrapper>ul>li>a:hover,
#langswitch .dropdown .hs-menu-wrapper>ul>li>a:focus {
  text-decoration:none;
}

#langswitch .dropdown .hs-menu-wrapper>ul li>ul {
  margin-top: 30px;
  padding: 30px 48px;
  display: none;
  position: absolute;
  background-color: #f9f9f9;
  min-width: 100px;
  white-space: nowrap;
  box-shadow: 0 8px 16px 0 rgb(0 0 0 / 20%);
  right: 0;
  text-align: left;
  font-size: 15px;
  z-index:10;
}

#langswitch .dropdown .hs-menu-wrapper>ul li>ul>li>a {
  display: block;
}

.custom-tab-logo {
  float: left;
  margin-left: 20px;
  line-height:0;
}

.custom-tab-logo img {
  width:auto !important;
  height: 20px;
}

.search-open {
  overflow:hidden;
}

#searchoverlay {
  display: none;
  background: #e3e3e3;
  position: fixed;
  left: 0;
  top: 0;
  font-size: 20px;
  width: 100%;
  height: 100%;
  z-index: 1000;
  text-align: center;
  overflow: auto;
}

#searchoverlay .page-center {
  position: relative;
  overflow: auto;
  padding:0;
}

#searchoverlay #closesearch {
  position: absolute;
  cursor: pointer;
  color: #00b5f1;
  top: 120px;
  right: 150px;
}

#searchoverlay #closesearch span {
  vertical-align: middle;
}

#searchoverlay .searchbox {
  margin: 0 auto;
  margin-top: 120px;
  width: 500px;
  max-width: 100%;
}

.row {
  margin-left: -15px;
  margin-right: -15px;
}

.header-search {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.header-search form {
  position: relative;
  display: table;
  border-collapse: separate;
  border-bottom: solid 1px #00b5f1;
  padding-bottom: 5px;
}

.header-search form input[type="text"] {
  position: relative;
  z-index: 2;
  float: left;
  width: 100%;
  margin-bottom: 0;
  display: table-cell;
  font-size: 20px;
  border:none;
}

.header-search form .input-group-btn {
  display: table-cell;
  width: 1%;
  white-space: nowrap;
  vertical-align: middle;
  position: relative;
  font-size: 0;
}

.btn {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  line-height: 1.42857143;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: solid 1px #00b5f1;
  color: #00b5f1;
  font-weight: normal;
  background: none;
  border-radius: 0;
  letter-spacing: .9px;
  position: relative;
  padding: 15px 40px;
  font-size: 16px;
  margin: 20px 10px 0 0;
  text-decoration: none;
  max-width: 100%;
  white-space: initial;
}

.btn:hover {
  color: #fff;
  background: #00b5f1;
}

.header-search form .input-group-btn .btn {
  padding: 0 10px;
  margin: 0 -10px;
  width: 20px;
  height: 34px;
  border: 0;
  white-space: nowrap;
  box-sizing: content-box;
}

.header-search form .input-group-btn .btn:hover img {
  filter:invert(1);
}


.search-hint {
  margin-top: 5px;
  text-align: left;
  font-size: .6em;
  color: gray;
  clear: both;
  padding: 0 15px;
}

@media (min-width:992px) {
  .scroll-header .custom-header {
    padding: 20px 0 30px 0;
  }

  .scroll-header .custom-header-height {
    height:105px;
  }

  .scroll-header .lp .custom-header {
    height:72.02px;
  }

}

@media (max-width:1199px) {
  .custom-header-right {
    margin-right: 0;
    padding-right: 20px;
  }

  #searchoverlay #closesearch {
    right: 20px;
  }
  
  #langswitch .dropdown .hs-menu-wrapper>ul li>ul {
    right:20px;
  }

}

@media (max-width:1050px) {
  .custom-logo {
    width:100px;
  }

  .custom-header-right {
    margin-left: 100px;
  }
}

@media (max-width:991px) {

  .custom-header-height {
    height:80px;
  }

  .custom-header {
    padding: 20px 0 20px 10px;
  }

  .lp .custom-header {
    height:74px;
  }

  #searchbar svg {
    margin-top: 3px;
  }

  .custom-logo {
    width: 80px;
  }

  .custom-header-right {
    margin-right: 0;
    margin-left: 80px;
    padding-right: 20px;
  }

  #searchoverlay .searchbox {
    padding: 30px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.custom-footer {
  clear: both;
  position: fixed;
  z-index: 1;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
}

.custom-footer-menu .hs-menu-wrapper>ul {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}

.custom-footer-menu .hs-menu-wrapper>ul>li {
  display: flex;
  flex-direction: column;
  padding: 10px 35px;
  border-right: 1px solid #00b5f1;
  width: 100%;
  float: left;
}

.custom-footer-menu .hs-menu-wrapper>ul>li:first-of-type {
  padding-left: 15px;
}

.custom-footer-menu .hs-menu-wrapper>ul>li:last-of-type {
  border: 0;
  padding-right: 15px;
}

.custom-footer-menu .hs-menu-wrapper>ul>li>a {
  display: block;
  width: 100%;
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 13px;
}

.custom-footer-menu .hs-menu-wrapper>ul li>ul {
  font-size: 13px;
}

.custom-footer-menu .hs-menu-wrapper>ul li>ul>li {
  display: block;
  width: 100%;
  margin-bottom: 10px;
}

@media (min-width:768px) {
  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width:50%;
  }
}

@media (min-width:992px) {
  .custom-footer .footer__container {
    padding-top:5px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li {
    width:25%;
  }
}

@media (max-width:991px) {

  .custom-footer {
    position: relative;
    padding: 20px 0 50px 0;
  }

  .floating-footer-spacer {
    display:none !important;
  }
  
  .custom-footer .footer__container {
    padding-left:50px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li {
    padding-left: 15px;
  }

  .custom-footer-menu .hs-menu-wrapper>ul>li:nth-child(2n) {
    border: 0;
    padding: 10px 35px;
    padding-right: 15px;
  }

}

@media (max-width:767px) {
  .custom-footer-menu .hs-menu-wrapper>ul>li,
  .custom-footer-menu .hs-menu-wrapper>ul>li:nth-child(2n){
    border: 0;
    padding: 10px 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */

/* embedded form got cut off in blog article sps-nürnberg-2022 */
.hs-embed-wrapper {
  max-height: none !important; 
}

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

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

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: "GT-Walsheim",sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #222;
  text-decoration: none;
  border: 2px solid transparent;
  line-height: 1;
  border-radius: 7px;
}
.blog-pagination__link--active {
  border: 2px solid #B0C1D4;
}
.blog-pagination__link:hover,
.blog-pagination__link:focus {
  text-decoration: none;
}
.blog-pagination__prev-link,
.blog-pagination__next-link {
  display: inline-flex;
  align-items: center;
}
.blog-pagination__prev-link {
  text-align: right;
  margin-right: .25rem;
}
.blog-pagination__next-link {
  text-align: left;
  margin-left: .25rem;
}
.blog-pagination__prev-link--disabled,
.blog-pagination__next-link--disabled {
  color: #B0C1D4;
  pointer-events: none;
  cursor: default;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #222;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

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

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

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}

/* Blog Comments */

.comment.depth-0:first-child {
  margin-top: 2em;
}

.comment.depth-1 {
  padding-left: 2em;
  padding-top: 1em;
  margin-top: 1em;
}

.comment-date {
  display:block !important;
}

#comments-listing .comment-reply-to {
  padding-left:40px;
  background-position:15px center;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 20px;
  margin: 0 0 40px;
}

.hs-search-field--open .hs-search-field__suggestions li#results-for {
  padding: 10px 0;
}

.hs-search-field--open .hs-search-field__suggestions li {
  padding: 5px 15px;
}

.hs-blog-listing .content-wrapper {
  display: flex;
  flex-direction: row-reverse;
  position:relative;
}
.hs-blog-post .content-wrapper{
flex-direction: initial;
  position:relative;
  display: flex;
}
.rightcol {
  width: 150px;
  float: right;
  position: absolute;
  height:100%;
  right:0;
  padding-bottom:38px;
}

.rightcol .widget-type-linked_image,
.rightcol .hs_cos_wrapper_type_linked_image {
  height:100%;
  display:block;
  width:100%;
  position:relative;
}

.rightcol img {
  position: sticky;
  bottom: 0;
  top: calc(100% - 48px);
  transform: rotate(-90deg);
  transform-origin: left bottom 0;
  margin-left: 76px;
  margin-bottom: 20px;
}

.blog-content-wrapper {
  width: 100%;
  padding-bottom:20px;
}

.blog-subtitle {
  padding-bottom: 30px;
}

.grid {
  max-width: 1200px;
  position: relative;
}

.grid-item {
  float: left;
  min-height: 200px;
  margin-bottom: 10px;
  color: white;
  padding-left: 5px;
  padding-right: 5px;
  margin-right: 25px;
}

.grid-item--width-3columns {
  width: calc(33% - 25px);
}

.gutter-sizer {
  width: 0;
}

.grid-item-page-box {
  padding: 20px;
  background-color: white;
  color: black;
  margin-bottom: 25px;
}

.grid-item-page-box img {
  margin-bottom: 15px;
  width:100%;
}

.page-box-upper-title span {
  font-weight: bold;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  font-size: 12px;
  border-bottom: 2px solid ;
  display: inline;
  line-height: 25px;
}

.page-box-headline {
  color: #00b5f1;
  font-size: 27px;
  margin-bottom: 25px;
  margin-top: 18px;
}

.page-box-summary {
  color:#222;
}

.page-box-summary p {
  color:#222;
}

.grid-item-page-box:hover {
  color: white;
}

.grid-item-page-box:hover:before {
  content: "";
  background: #00b5f1;
  position: absolute;
  opacity: .75;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.grid-item-page-box:hover .page-box-headline,
.grid-item-page-box:hover .page-box-upper-title,
.grid-item-page-box:hover .page-box-summary {
  opacity: 1;
  color: white;
  position: relative;
}

@media (min-width:992px) {
  .grid {
    margin-right: -10px;
  }

  .blog-content-wrapper {
    padding-bottom:40px;
  }
  
  .hs-blog-post .blog-content-wrapper{
  max-width: 790px;
  }
}

@media (max-width:1199px) {
  .rightcol {
    display: none;
  }
}

@media (max-width:991px) {
  .hs-blog-listing .content-wrapper ,
  .hs-blog-post .content-wrapper  {
    padding-left:20px;
  }

  .grid-item--width-3columns {
    width: 100%;
    min-height: 0;
    margin-right:10px;
  }
}

@media (max-width:767px) {

}

@media (max-width: 479px) {
  .hs-recaptcha {
    overflow:auto !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 * {
	position:relative;
	z-index:1;
}

.error-page:before {
	content: attr(data-error);
	position: absolute;
	width: 100%;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	font-family: "GT-Walsheim",sans-serif;
	font-size: 35vw;
	font-weight: bold;
	color: #F3F6F9;
	z-index: 0;
}
@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;
	font-size: 1.2rem;
	color: #4F7D24;
	padding: .75rem 1.2rem;
}

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

@media (max-width:767px) {
	.systems-page .success {
		min-width:auto;
	}
}