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


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


/* 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: 1310px;
  margin-left: auto;
  margin-right: auto;
}

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

@media (min-width:768px) {

  .mobile {
    display:none !important;
  }
}


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

  .desktop {
    display:none !important;
  }

  .dnd-section>.row-fluid,
  .page-center,
  .header__container,
  .footer__container,
  .content-wrapper {
    margin:0 auto;
    width: 85%;
    max-width: 85%;
    padding: 0;
  }
}
@font-face {
  font-family: "entypo-fontello"; 
  src: url("https://9307079.fs1.hubspotusercontent-na1.net/hubfs/9307079/HBNEXT_February2021/fonts/entypo-fontello.eot") format("embedded-opentype"),
    url(https://9307079.fs1.hubspotusercontent-na1.net/hubfs/9307079/raw_assets/public/HBNEXT_February2021/fonts/entypo-fontello.woff) format("woff"),
    url(https://9307079.fs1.hubspotusercontent-na1.net/hubfs/9307079/raw_assets/public/HBNEXT_February2021/fonts/entypo-fontello.ttf) format("truetype"),
    url(https://9307079.fs1.hubspotusercontent-na1.net/hubfs/9307079/raw_assets/public/HBNEXT_February2021/fonts/entypo-fontello.svg) format("svg");
  font-style: normal; 
  font-weight: normal; 
}

@font-face { 
  font-family: "WPMenuCart";
  src: url("https://9307079.fs1.hubspotusercontent-na1.net/hubfs/9307079/HBNEXT_February2021/fonts/WPMenuCart.eot") format("embedded-opentype"),
    url(https://9307079.fs1.hubspotusercontent-na1.net/hubfs/9307079/raw_assets/public/HBNEXT_February2021/fonts/WPMenuCart.woff2) format("woff2"),
    url(https://9307079.fs1.hubspotusercontent-na1.net/hubfs/9307079/raw_assets/public/HBNEXT_February2021/fonts/WPMenuCart.woff) format("woff"), 
    url(https://9307079.fs1.hubspotusercontent-na1.net/hubfs/9307079/raw_assets/public/HBNEXT_February2021/fonts/WPMenuCart.ttf) format("truetype"), 
    url(https://9307079.fs1.hubspotusercontent-na1.net/hubfs/9307079/raw_assets/public/HBNEXT_February2021/fonts/WPMenuCart.svg) format("svg");
  font-style: normal; 
  font-weight: normal; 
  font-display: swap; 
}

[data-av_icon]:before {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-weight: normal;
  content: attr(data-av_icon);
  speak: none;
}

html body [data-av_iconfont='entypo-fontello']:before {
  font-family: 'entypo-fontello';
}

.linkedin[data-av_iconfont='entypo-fontello']:before {
  content:"";
}

.facebook[data-av_iconfont='entypo-fontello']:before {
  content:"";
}

.wpmenucart-icon-shopping-cart-0:before {
  font-family: 'WPMenuCart';
  speak: none;
  font-style: normal;
  font-weight: normal;
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  vertical-align: baseline;
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  margin-top: 0;
  margin-right: 0.25em;
}

.wpmenucart-icon-shopping-cart-0:before {
  content: "\f07a";
}


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

html {
  font-size: 16px;
}

::selection {
  background-color: #2d5c88;
  color: #ffffff;
}

body {
  font-family: "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1rem;
  color: #666;
  line-height: 1.65;
}

p {
  margin: 0.85em 0;
}

/* Anchor Links */
a {
  color: #ff7b29;
  text-decoration: none;
  outline: 0;
}
a:hover, a:focus, a:visited {
  outline: 0;
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.1;
  font-weight: 600;
  font-family: "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #222;
  word-break: break-word;
}

h1 {
  font-size: 34px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

h2 {
  font-size: 28px;
  text-transform: capitalize;
  letter-spacing: 1px;
}

h3 {
  font-size: 20px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 14px;
}


strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,ol {
  padding: 0;
  margin: 4px 0 5px 30px;
  list-style-position: outside;
}

blockquote {
  border-left:7px solid #2d5c88;
  padding-left: 20px;
  margin-bottom: 1em;
  margin-right: 1em;
  font-size: 1.235em;
  line-height: 1.5em;
  color: #919191;
}

blockquote p {
  font-weight: bold;
  font-size: 18px;
  color: #5a5757;
}

/* Horizontal Rules */
hr {
  border: solid #ddd;
  border-width: 1px 0 0;
  clear: both;
  margin: 10px 0 30px;
  height: 0;
}
/* TODO */
small {
  font-size: 80%;
}

blockquote small, blockquote cite, blockquote small a, blockquote cite a, blockquote a small, blockquote a cite {
  font-size: 12px;
}

figure {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

img, a img {
  border: none;
  padding: 0;
  margin: 0;
  display: inline-block;
  max-width: 100%;
  height: auto;
  image-rendering: optimizeQuality;
}

figcaption {
  margin:10px 0 0;
}

/* TODO */
mark {

}

sup,
sub {
  position: relative;
  font-size: 100%;
  font: inherit;
}

sup {
  vertical-align: super;
  font-size: smaller;
}

sub {
  vertical-align: sub;
  font-size: smaller;
}

@media (max-width:768px) {
  html body [data-av_iconfont="entypo-fontello"]::before {
    margin-right: 15px;
  }
}

@-webkit-keyframes avia_pop {
  0%   { -webkit-transform:scale(0.8);  }
  100% { -webkit-transform:scale(1);  }
}
@keyframes avia_pop {
  0%   { transform:scale(0.8);  }
  100% { transform:scale(1);   }
}

@-webkit-keyframes avia_pop_small {
  0%   { -webkit-transform:rotate(-175deg) scale(0.2);  }
  100% { -webkit-transform:rotate(0deg) scale(1);  }
}
@keyframes avia_pop_small {
  0%   { transform:rotate(-175deg) scale(0.2);  }
  100% { transform:rotate(0deg) scale(1);   }
}

@-webkit-keyframes avia_pop_loader {
  0%   { -webkit-transform:rotate(0deg) scale(0.2) ;  }
  100% { -webkit-transform:rotate(720deg) scale(1);  }
}
@keyframes avia_pop_loader {
  0%   { transform: rotate(0deg) scale(0.2);  }
  100% { transform: rotate(720deg) scale(1);   }
}


@-webkit-keyframes avia_shrink {
  0% { opacity:0; -webkit-transform: scale(1); transform: scale(1); }
  75% {opacity:0.7;}
  100% { opacity:0; -webkit-transform: scale(0); transform: scale(0);
  }
}

@keyframes avia_shrink {
  0% { opacity:0; -webkit-transform: scale(1); transform: scale(1); }
  75% {opacity:0.7; }
  100% { opacity:0; -webkit-transform: scale(0); transform: scale(0);}
}

@-webkit-keyframes av-load8 {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
@keyframes av-load8 {
  0% { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% {-webkit-transform: rotate(360deg); transform: rotate(360deg); }
}
.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%;
}


.hs-button,
.button--primary,
.blog-comments .hs-button {
  cursor:pointer;
  display: -moz-inline-stack;
  display: inline-block;
  text-decoration: none;
  white-space:normal;
  margin:15px 0;
  outline:0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  font-size: 13px;
  width: auto;
  font-family:arial;
  line-height:normal;
  text-align:center;
  border-radius: 18px;
  background-color: #213970;
}

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


.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: #33475b;
}

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

label {
  display: -moz-inline-stack;
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-weight: bold;
  font-size: 0.92em;
}

.input {
  padding: 8px 0 0 0;
}

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 {
  outline: none;
  font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  width: 100%;
  display: block;
  max-width: 100%;
  background: #fcfcfc;
  border-radius: 0px;
  padding: 12px 15px;
  border: 1px solid #e1e1e1;
  background-color: #fcfcfc;
  color: #919191;
}

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{
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
}


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

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 {

}


#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: #bfbfbf;
}

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

.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;
  font-weight: 700;
  line-height: 1.5;
  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: 18px;
}

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

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

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

.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: "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, 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%;
  }

}

@media (max-width:641px) {
  .hs-button {
    line-height: 2;
    min-height: 2rem;
    font-size: 13px;
    width: 100%;
  }

  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 {
    min-height: 2rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  z-index: 100;
  line-height: 30px;
  height: 100%;
  float: right;
}

.custom-menu-primary .hs-menu-wrapper>ul {
  z-index: 110;
  position: relative;
}

.custom-menu-primary .hs-menu-wrapper>ul:after,
.custom-menu-primary .hs-menu-wrapper>ul:before {
  content:"";
  display:table;
}

.custom-menu-primary .hs-menu-wrapper>ul:after {
  clear:both;
}

.custom-menu-primary .hs-menu-wrapper>ul>li {
  float: left;
  position: relative;
  z-index: 20;
  line-height: 30px;
}

.custom-menu-primary .hs-menu-wrapper>ul>li>a {
  display: block;
  text-decoration: none;
  padding: 18px 16px 0 13px;
  font-weight: 600;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 1px;
}

.custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
  width: 100%;
  height: auto;
  float: left;
  text-align: left;
  line-height: 24px;
  padding: 8px 15px;
  font-size: 14px;
  min-height: 24px;
  max-width: none;
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper>ul li.hs-item-has-children>a>img {
  border: none;
  box-shadow: none;
  vertical-align: middle;
  display: inline;
  width: 12px;
  margin-left: 2px;
}

@media (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper>ul li>ul {
    margin-left: 0;
    left: 0;
    position: absolute;
    width: 208px;
    z-index: 2;
    padding: 0;
    box-shadow: 0 8px 15px rgb(0 0 0 / 10%);
    margin-top: -1px;
    border-top-width: 2px;
    border-top-style: solid;
    opacity: 0;
    visibility: hidden;
    display: block !important;
    transition: all .3s ease-in-out;
    top: 77px;
  }

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

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

}

@media (max-width:1450px) and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper>ul li>ul {
    right:0;
    left:auto;
  }
}

@media (max-width:1280px) and (min-width:768px) {
  .custom-menu-primary {
    margin-left:-350px;
  }

}

@media (max-width:989px) and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 13px 13px 0 10px;
  }
}


@media (max-width:830px) and (min-width:768px) {
  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    padding: 13px 5px 0 5px;
  }
}

@media (max-width:767px) {
  .custom-menu-primary {
    overflow: auto;
    position: fixed;
    height: 100%;
    z-index: 99;
    top: 0;
    right: 0;
    width: 350px;
    max-width: 100%;
    -webkit-transform: translateX(350px);
    transform: translateX(350px);
    -webkit-transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
    transition: all 0.5s cubic-bezier(0.75, 0, 0.25, 1);
    background: #ffffff;
    padding: 118px 0;
  }

  .mobile-open .custom-menu-primary {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li {
    float: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul>li>a {
    position: relative;
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px;
    color: #03070d;
    font-weight: normal;
    letter-spacing: normal;
    font-size: 13px;
    border-bottom: 1px solid #fff;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a {
    line-height: 1.3em;
    height: auto;
    padding: 15px 50px 15px 70px;
    display: block;
    text-align: left;
    text-decoration: none;
    font-size: 13px;
    color: #03070d;
    border-bottom: 1px solid #fff;
    position: relative;
    min-height: auto;
    float: none;
  }

  .custom-menu-primary .hs-menu-wrapper>ul ul>li>a:before {
    content: "";
    position: absolute;
    margin-top: 0;
    opacity: 0.3;
    border: none;
    width: 7px;
    left: 50px;
    top: 50%;
    background-color: #03070d;
    height: 1px;
  }

  .mobile-open {
    overflow:hidden;
  }

  .custom-menu-primary .hs-menu-wrapper>ul li>a:hover {
    background-color: #f8f8f8;
    color: #FD8E49;
  }

}
/* ******************************************************************************
*********************************************************************************
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 {
  min-height: 119px;
}

.custom-header {
  padding: 14px 0 0px;
  position: fixed;
  width:100%;
  top:0;
  left:0;
  z-index: 501;
  border-bottom:1px solid;
}

.header__container {
  position: relative;
  height: 100%;
  width: 100%;
}

.header__inner {
  height: 88px;
  line-height: 88px;
  border-top:1px solid;
}

.custom-logo {
  float: left;
  z-index: 1;
}

.custom-logo .hs_cos_wrapper_type_logo,
.custom-logo a {
  position: relative;
  display: block;
  height: 100%;
}

.custom-logo img {
  max-width: 397px;
  vertical-align:top;
}

.custom-header-right {
  float: right;
  width: calc(100% - 400px);
}

.top-links {
  float: right;
  padding-top: 5px;
  z-index: 2;
  font-size: 15px;
  line-height: 30px;
  position: relative;
}

.top-links ul {
  margin: 0;
  padding: 0;
  list-style:none;
}

.top-links ul li {
  float: left;
  position: relative;
  padding: 0 10px;
  border-right:1px solid #fff;
}

.top-links ul li a {
  font-size: 15px;
  text-decoration: none;
  font-weight: bold;
  padding: 7px 0;
}

.hs-blog-post .body-container-wrapper {
  border-top:1px solid #e1e1e1;
}

@media (max-width:989px) {
  .custom-logo img {
    max-width:236px;
    margin: -7px;
  }

  .top-links {
    padding-top:10px;
  }

  .custom-header-right {
    width: calc(100% - 250px);
  }

}

@media (max-width:767px) {

  .custom-header-right {
    width:auto;
  }

  .lp .custom-header {
    padding-top: 36px;
  }

  .top-links {
    float: none;
    padding:0;
    width:auto;
    margin:0 auto;
    line-height:normal;
  }

  .top-links ul {
    width:auto;
    margin:0 auto;
  }

  .top-links ul li {
    float: none;
    display: inline-block;
    line-height: normal;
    padding: 0 10px 0 6px;
  }

  .top-links ul li:last-of-type {
    border-right:0;
    padding-right: 21px;
  }

  .top-links ul li a {
    padding: 0;
    color: #fff;
  }

  .top-links li a span {
    margin-right:15px;
  }

  .custom-header {
    padding: 0;
    border-top: 1px solid;
    position:static;
  }

  .header__container {
    height:80px;
    line-height: 80px;
  }

  .header__inner {
    border:none;
    height:80px;
    line-height: 80px;
  }

  .custom-header-top {
    background-color: #003373;
    padding: 7px 0 9px;
    text-align:center;
  }

  .custom-logo {
    position: static;
    display: table;
    height: 80px !important;
    float: none;
    padding: 0;
    border: none;
    width: 80%;
  }

  .custom-logo .hs_cos_wrapper_type_logo {
    height:auto;
  }

  .custom-logo .widget-type-logo {
    display: table-cell;
    vertical-align: middle;
  }

  .custom-logo img {
    width:auto !important;
    max-width: 100%;
    display: block;
    max-height: 80px;
    margin: 0;
  }

  .mobile-trigger {
    top: 0px;
    left: auto;
    right: 0;
    position: absolute;
    display: block;
    text-decoration: none;
    font-weight: 600;
    font-size: 13px;
    height: 80px;
    line-height: 80px;
    min-width: 0;
    padding: 0 0 0 20px;
    margin: 0;
    border-style: none;
    border-width: 0;
    cursor:pointer;
    z-index:100;
  }

  .av-hamburger-box {
    width: 35px;
    height: 8px;
    display: inline-block;
    position: relative;
  }

  .av-hamburger-box {
    font-size: 14px;
  }

  .av-hamburger-inner,
  .av-hamburger-inner::before,
  .av-hamburger-inner::after {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    position: absolute;
    transition: transform 0.15s ease;
  }


  .av-hamburger-box .av-hamburger-inner {
    display: block;
    top: 50%;
    margin-top: -2px;
    transition-duration: 0.3s;
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }


  .av-hamburger-inner::before, .av-hamburger-inner::after {
    content: "";
    display: block;
  }


  .av-hamburger-inner::before {
    top: -10px;
    transition: top 0.1s 0.34s ease-in, opacity 0.1s ease-in, background-color 0.15s ease;  
  }

  .av-hamburger-inner::after {
    bottom: -10px;
    transition: bottom 0.1s 0.34s ease-in, transform 0.3s cubic-bezier(0.55, 0.055, 0.675, 0.19) , background-color 0.15s ease;
  }

  .av-hamburger-box .av-hamburger-inner,
  .av-hamburger-box .av-hamburger-inner::before,
  .av-hamburger-box .av-hamburger-inner::after {
    background-color: #444444;
  }

  .av-hamburger strong {
    display: none;
  }

  .mobile-open .av-hamburger-box .av-hamburger-inner {
    transform: rotate(225deg);
    transition-delay: 0.14s;
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  .mobile-open .av-hamburger-box .av-hamburger-inner,
  .mobile-open .av-hamburger-box .av-hamburger-inner::before,
  .mobile-open .av-hamburger-box .av-hamburger-inner::after {
    background-color: #03070d;
  }

  .mobile-open .av-hamburger-inner::before {
    top: 0;
    opacity: 0;
    transition: top 0.1s ease-out, opacity 0.1s 0.14s ease-out, background-color 0.15s ease;
  }

  .mobile-open .av-hamburger-inner::after {
    bottom: 0;
    transform: rotate(-90deg);
    transition: bottom 0.1s ease-out, transform 0.3s 0.14s cubic-bezier(0.215, 0.61, 0.355, 1), background-color 0.15s ease;
  }

  .overlay-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 98;
    overflow: hidden;
    opacity: 0;
    transition: all .5s ease;
    font-size: 1em;
    pointer-events:none;
    background: #000;
  }

  .mobile-open .overlay-bg {
    opacity: 1;
    pointer-events:all;
    opacity: 0.3;
    cursor: pointer;
  }
}

@media (max-width:480px) {

  .top-links ul li {
    padding: 0 10px 0 0px;
  }

  .top-links ul li:last-of-type {
    padding-right:0;
  }

  .top-links li a span {
    margin-right: 5px;
  }

  .top-links ul li a {
    font-size: 11px;
  }

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


.custom-footer-bottom {
  clear: both;
  position: relative;
  font-size: 11px;
  margin-top: -1px;
  z-index: 1;
  border-top: 1px solid;
  line-height: 21.45px;
}

.custom-footer-bottom .footer__container {
  padding: 15px 50px;
}

.custom-footer-bottom .copyright {
  float: left;
}

.footer-bottom-links {
  float: right;
}

.footer-bottom-links .hs-menu-wrapper {
  overflow: hidden;
}

.footer-bottom-links .hs-menu-wrapper>ul {
  margin-left: 7px;
  margin-top: 6px;
  margin-bottom: 21px;
}

.footer-bottom-links .hs-menu-wrapper>ul>li {
  float: left;
  display: block;
  padding: 0 13px 0 10px;
  border-left: 1px solid #444444;
  line-height: 10px;
}

.footer-bottom-links .hs-menu-wrapper>ul>li:first-of-type {
  border: 0;
}

.footer-bottom-links .hs-menu-wrapper>ul>li:last-of-type {
  padding-right: 3px;
}

.footer__main {
  padding: 15px 0 30px 0;
  z-index: 1;
}

.footer__main .footer_col {
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
  width: 100%;
  max-width:20.5%;
}

.footer__main .footer_col:not(:first-of-type) {
  margin:0 0 0 6%;
}

.footer_column_inner {
  margin: 30px 0 30px 0;
  overflow: hidden;
}

.footer-small-text.footer_column_inner {
  margin-top: 70px;
}

.custom-footer h3,
.footer_menu .hs-menu-wrapper>ul>li>a{
  line-height: 1.1em;
  margin-bottom: 8px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1em;
  margin-top: 0.85em;
  display:block;
  text-decoration:none;
}

.footer_col {
  font-size: 13px;
}

.footer_menu .hs-menu-wrapper>ul ul>li {
  position: relative;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  clear: both;
  font-size: 13px;
}

.footer_menu .hs-menu-wrapper>ul ul>li>a {
  display: block;
  padding: 4px 0px 5px 0;
  text-decoration: none;
}

.footer_menu .hs-menu-wrapper>ul ul>li.active>a {
  font-weight:bold;
  padding: 6px 7px 7px 0;
}

.custom-footer-image img {
  max-width: 156px;
}

.footer-small-text {
  display: block;
  font-size: 12px;
  text-align: center;
  line-height: 18px;
}

.footer-small-text p:first-of-type {
  margin-top:0;
}


.footer-small-text p:last-of-type {
  margin-bottom:0;
}
.custom-footer-form form {
  display: block;
}

.custom-footer-form form .hs-form-field {
  width: 100%;
  margin: 0;
}

.custom-footer-form form .hs-form-field>label {
  display:none;
}

.custom-footer-form form .hs-form-field.hs-recaptcha {
  margin: 9px 0;
}

.custom-footer-form form .hs-form-field .input {
  padding-top: 8px;
  width: calc(100% - 2px);
}

.custom-footer-form form .hs-form-field .input .hs-input {
  padding: 8px 6px;
  outline: none;
  font: 1em "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  width: 100%;
  display: block;
  letter-spacing: normal;
}

.custom-footer-form form .hs-form-field .input .hs-input:focus {
  box-shadow: 0px 0px 2px 0px rgb(0 0 0 / 20%);
}

.custom-footer-form .hs-button {
  margin: 10px 0;
  width:100%;
  padding: 9px 22px;
  cursor: pointer;
  display: -moz-inline-stack;
  display: inline-block;
  background-color: #fd8e49;
  border: none !important;
  color: #fff;
  border-radius: 4px;
  font-family:arial;
  font-size:13px;
  line-height:normal;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.custom-footer-form .hs-button:hover {
  opacity: .7;
}

.custom-footer-form .hs-error-msgs {
  margin:0;
}

.custom-footer-form .hs-error-msgs label {
  font-size: .813em;
  line-height: inherit;
  clear: both;
  font-family: inherit;
  padding: 16px 16px 0 0;
  width: 100%;
  font-weight: 700;
  letter-spacing: normal;
  color: #fff;
  line-height:2;
}

#scroll-top-link {
  position: fixed;
  border-radius: 2px;
  height: 50px;
  width: 50px;
  line-height: 50px;
  text-decoration: none;
  text-align: center;
  opacity: 0;
  right: 50px;
  bottom: 50px;
  z-index: 1030;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  background-color: #ffffff;
  color: #444444;
  border: 1px solid #444444;
}

#scroll-top-link.on {
  -webkit-animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  animation: avia_pop 0.3s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  opacity: 0.7;
  visibility: visible;
}

#scroll-top-link:hover {
  background-color: #fcfcfc;
  color: #2d5c88;
  border: 1px solid #e1e1e1;
}

@media (max-width:767px) {

  .footer__main .footer_col:not(:first-of-type) {
    margin: 0;
    margin-bottom: 20px;
  }

  .footer__main .footer_col {
    margin: 0;
    margin-bottom: 20px;
    max-width: 100%;
  }

  .footer-bottom-links {
    display: block;
    float: none;
    width: 100%;
    clear: both;
    margin: 0 0 0 -15px;
  }

  .custom-footer-bottom .footer__container {
    padding:15px 0 14px;
  }

  .footer_column_inner {
    margin:0;
  }

  .custom-footer-form form {
    margin:0 0 10px;
  }

  .footer-small-text.footer_column_inner {
    margin-top:0;
  }

  .footer_menu .hs-menu-wrapper>ul ul li {
    line-height: 1.8em;
  }

  .custom-footer-form form .hs-form-field .input {
    width:100%;
  }

  .custom-footer-form form .hs-form-field .input .hs-input {
    font-size:15px;
  }

  .custom-footer-image img {
    margin-top:20px;
  }

}

@media (max-width:641px) {
  .custom-footer-form .hs-button {
    line-height: 2;
    min-height: 2rem;
  }

  .custom-footer-form form .hs-form-field .input {
    width:100%;
  }

  .custom-footer-form form .hs-form-field .input .hs-input {
    min-height:2rem;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */
.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;
}

.pagination {
  clear: both;
  padding: 10px 0px 50px 0;
  position: relative;
  z-index: 3;
  line-height: 13px;
  overflow: hidden;
}

.pagination-slider .pagination {
  padding: 1px 0 10px 0;
}

.pagination * {
  font-weight: bold;
  font-size: 15px ;
  color: #003373;
}

.pagination .pagination-meta {
  float: right;
  line-height: 35px;
}

.pagination span, .pagination a {
  display: block;
  float: left;
  line-height: 13px;
  padding: 2px 9px 1px 9px;
  text-decoration: none;
  width: auto;
}

.pagination a {
  -webkit-transition: color 0.15s ease-out;
  transition: color 0.15s ease-out;
  -webkit-transition: background 0.15s ease-out;
  transition: background 0.15s ease-out;
}

.pagination .current,
.pagination a {
  float: left;
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  padding: 0;
  border-radius: 100px;
  margin-right: 3px;
  box-shadow: 0px 0px 1px 0px rgb(0 0 0 / 20%);
}

.pagination a:hover {
  background-color: #003373;
  color: #fff;
}

.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: #666;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.blog-comments {
  padding-right: 50px;
  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: #494A52;
}

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

/* Blog Comments */

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

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

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

.blog-comments form {
  margin-top: 2em;
  padding-top: 2em;
}

.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 .blog-content-wrapper {
  padding-top: 80px;
  padding-bottom: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-height: 1px;
  z-index: 1;
}

.post-listing {
  position: relative;
  overflow: hidden;
  clear: both;
}

.post-listing .post-item {
  margin-bottom: 40px;
  z-index: 1;
  float: left;
  position: relative;
  min-height: 1px;
  width: 47%;
  font-size:13px;
}

.post-listing .post-item:nth-of-type(2n) {
  margin-left: 6%;
}

.post-listing .post-item:before {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden; 
  width: 0;
  height: 0;
}

.post-listing .post-item .slide-image {
  border-radius: 3px;
  display: block;
  position: relative;
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
  margin: 0 auto;
  overflow: hidden;
  margin-bottom: 6px;
  padding-bottom: 80.7%;
  background: #fcfcfc;
}

.post-listing .post-item .slide-image .post-image {
  border-radius: 3px;
  display: block;
  position: absolute;
  top: 0;
  -webkit-perspective: 1000px;
  -webkit-backface-visibility: hidden;
  margin: 0 auto;
  border-color: #e1e1e1;
  height:100%;
  width:100%;
  object-fit:cover;
}

.post-listing .post-item .slide-image .image-overlay {
  position: absolute;
  background: #fff;
  z-index: 300;
  height: 100%;
  width: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  left: -5px;
  right: -5px;
  top: 0px;
  overflow: hidden;
  display: block;
}

.post-listing .post-item .slide-image:hover .image-overlay {
  opacity: 0.7;
}

.post-listing .post-item .slide-image .image-overlay .image-overlay-inside {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.post-listing .post-item .slide-image:hover .image-overlay .image-overlay-inside {
  -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.post-listing .post-item .slide-image .image-overlay .image-overlay-inside:before {
  position: absolute;
  border-radius: 50px;
  background: #000;
  height: 80px;
  width: 80px;
  line-height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 500;
  text-align: center;
  background-color: #2d5c88;
  color: #ffffff;
  border-color: #0b3a66;
  font-size: 18px;
  font-weight: normal;
  content: '\E832';
  font-family: 'entypo-fontello';
}

.post-listing .post-item .slide-content .slide-entry-title {
  margin: 0;
  font-size: 25px;
  line-height: 35px;
  margin-top: 15px;
}

.post-listing .post-item .slide-meta {
  position: relative;
  padding-bottom: 10px;
  color: #919191;
}

.post-listing .post-item .slide-meta div, 
.post-listing .post-item .slide-meta time {
  display: inline-block;
  font-size: 0.9em;
}

.post-listing .post-item .slide-meta a {
  position: relative;
  color: #919191;
}

.post-listing .post-item .slide-meta-del {
  margin: 0px 4px;
}

.post-listing .post-item .slide-entry-excerpt {
  overflow: hidden;
  text-overflow: ellipsis;
}

.post-listing .post-item .read-more-link a {
  background-color: #FD8E49;
  border: none;
  color: #fff;
  padding: 5px 15px;
  display: inline-block;
  margin-top: 20px;
  text-decoration:none;
}

.filter-link-count {
  display:none !important;
}

.avia-post-nav {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avia-post-prev {
  left: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.avia-post-nav {
  position: fixed;
  height: 110px;
  top: 50%;
  background: rgba(0,0,0,0.1);
  color: #fff;
  margin-top: -55px;
  padding: 15px;
  text-decoration: none;
  z-index: 501;
}

.avia-post-nav .label {
  position: absolute;
  top: 50%;
  height: 22px;
  line-height: 22px;
  margin-top: -11px;
  font-size: 24px;
}

.avia-post-prev .label {
  left: 10px;
}

.avia-post-nav .entry-info-wrap {
  width: 1px;
  overflow: hidden;
  display: block;
}

.avia-post-nav .entry-info-wrap {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}


.avia-post-nav .entry-info {
  height: 80px;
  width: 220px;
  display: table;
}

.avia-post-prev .entry-info {
  margin: 0 1px 0 20px;
}

.avia-post-nav .entry-info span {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.65em;
}

.avia-post-nav .entry-image {
  height: 80px;
  width: 80px;
  display: block;
}

.avia-post-nav .entry-info span {
  display: table-cell;
  vertical-align: middle;
  font-size: 13px;
  line-height: 1.65em;
}

.avia-post-nav .entry-image img {
  border-radius: 100px;
  display: block;
  width:80px;
  height:80px;
  object-fit:cover;
}

.avia-post-nav:hover {
  background: rgba(0,0,0,0.8);
  color: #fff;
  text-decoration:none;
}

.avia-post-nav:hover .entry-info-wrap {
  width: 240px;
}

.avia-post-next {
  right: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.avia-post-next.with-image {
  text-align: right;
}

.avia-post-next .label {
  right: 10px;
}

.avia-post-next .entry-info {
  margin: 0 20px 0 1px;
}

.blog-post-content,
.blog-sidebar {
  float: left;
  display: inline;
  margin-left: 50px;
  position: relative;
  z-index: 1;
  min-height: 1px;
  padding-top: 50px;
  padding-bottom: 50px;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  min-height: 1px;
  z-index: 1;
  margin-left: 0;
  clear: left;
}

.blog-post-content {
  margin-right: -1px;
  border-right:1px solid #e1e1e1;
}

.single-blog-post .blog-post-content {
  padding-top: 0;
  width: 73%;
}

.blog-post {
  clear: both;
  width: 100%;
  float: left;
  position: relative;
  font-size:13px;
}

.big-preview {
  display: block;
  padding: 0 50px 10px 0;
  position: relative;
  z-index: 4;
}

.big-preview a {
  display: block;
  position: relative;
  overflow: hidden;
}

.big-preview img {
  display: block;
  border-radius: 4px;
  position: relative;
  z-index: 4;
  width: 100%;
}

.blog-post .image-overlay {
  position: absolute;
  background: #fff;
  z-index: 300;
  height: 100%;
  width: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  left: -5px;
  right:-5px;
  top: 0px;
  overflow: hidden;
  display: block;
}

.blog-post .image-overlay .image-overlay-inside {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.blog-post .image .image-overlay .image-overlay-inside:before {
  position: absolute;
  border-radius: 50px;
  background: #000;
  height: 80px;
  width: 80px;
  line-height: 80px;
  left: 50%;
  top: 50%;
  margin: -40px 0 0 -40px;
  z-index: 500;
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  content: '\E869';
  font-family: 'entypo-fontello';
  background-color: #2d5c88;
  color: #ffffff;
  border-color: #0b3a66;
}

.blog-post .image:hover .image-overlay{
  opacity: 0.7 ;
}

.blog-post .image:hover .image-overlay .image-overlay-inside {
  -webkit-animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
  animation: avia_pop_small 0.5s 1 cubic-bezier(0.175, 0.885, 0.320, 1.275);
}

.blog-post .entry-content-wrapper {
  padding-right: 50px;
}

.entry-content-wrapper .post-title {
  font-size: 21px;
  line-height: 1.3em;
  color: #222222;
}

.entry-content-wrapper .post-title a {
  font-size: 28px;
  line-height: 40px;
  text-decoration:none;
}

.entry-content-wrapper .post-title a:hover {
  color:inherit;
}

.blog-post .minor-meta {
  font-size: 0.9em;
  color: #919191;
}

.blog-post .post-format-icon {
  background-color: #ffffff;
}

.blog-post .post-meta-infos {
  font-size: 0.9em;
  position: relative;
  top: -8px;
  display: block;
}

.blog-post .text-sep {
  padding: 0 5px;
  color: #919191;
}

.blog-post .minor-meta a {
  color: #919191;
}

.blog-post .minor-meta a:hover {
  color: #3d71a1;
}

.hs-blog-post .body-container-wrapper li {
  font-size: 16px;
}

.av-share-box {
  width: 100%;
  clear: both;
  float: left;
  font-size: 13px;
  margin-top: 30px;
  margin-bottom: -50px;
  padding: 0;
}

.av-share-box .av-share-link-description {
  margin-bottom: 20px;
}

.av-share-box ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  border-style: solid;
  border-width: 1px;
  display: table;
  width: 100%;
  text-align: center;
  table-layout: fixed;
  border-radius: 3px;
  background: transparent;
  color: #666666;
  border-color: #e1e1e1;
  line-height: 1.65em;
}

.entry-content-wrapper div li {
  text-indent: 0;
}

.av-share-box ul li {
  margin: 0;
  padding: 0;
  display: table-cell;
  border-left-style: solid;
  border-left-width: 1px;
  border-color: #e1e1e1;
  position:relative;
}

.av-share-box ul li:first-child {
  border: none;
}

.av-share-box ul li a {
  display: block;
  padding: 15px 0;
  text-decoration: none;
  color: inherit;
  font-size: 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.av-social-link-rss:hover a {
  color: #fff;
  background-color: #ffa133;
}

.av-social-link-facebook:hover a {
  color: #fff;
  background-color: #37589b;
}

.av-social-link-twitter:hover a {
  color: #fff;
  background-color: #46d4fe;
}

.av-social-link-mail:hover a {
  color: #fff;
  background-color: #9fae37;
}

.av-social-link-dribbble:hover a {
  color: #fff;
  background-color: #e44885;
}

.av-social-link-linkedin:hover a {
  color: #fff;
  background-color: #419cca;
}

.av-social-link-search:hover a {
  color: #fff;
  background-color: #222222;
}

.av-social-link-gplus:hover a {
  color: #fff;
  background-color: #de5a49;
}

.av-social-link-behance:hover a {
  color: #fff;
  background-color: #008cfa;
}

.av-social-link-flickr:hover a {
  color: #fff;
  background-color: #ff0086;
}

.av-social-link-forrst:hover a {
  color: #fff;
  background-color: #234317;
}

.av-social-link-myspace:hover a {
  color: #fff;
  background-color: #000000;
}

.av-social-link-tumblr:hover a {
  color: #fff;
  background-color: #345574;
}

.av-social-link-vimeo:hover a {
  color: #fff;
  background-color: #31baff;
}

.av-social-link-youtube:hover a {
  color: #fff;
  background-color: #a72b1d;
}

.av-social-link-pinterest:hover a {
  color: #fff;
  background-color: #cb2027;
}

.av-social-link-skype:hover a {
  color: #fff;
  background-color: #12a5f4;
}

.av-social-link-instagram:hover a {
  color: #fff;
  background-color: #a67658;
}

.av-social-link-five_100_px:hover a {
  color: #fff;
  background-color: #222222;
}

.av-social-link-soundcloud:hover a {
  color: #fff;
  background-color: #F76700;
}

.av-social-link-xing:hover a {
  color: #fff;
  background-color: #006567;
}

.av-social-link-vk:hover a {
  color: #fff;
  background-color: #597BA5;
}

.av-social-link-reddit:hover a {
  color: #fff;
  background-color: #FF4500;
}

.avia_hidden_link_text {
  display: none;
}

.avia-related-tooltip {
  position: absolute;
  z-index: 9999999;
  padding: 0;
  width: 200px;
  border-radius: 2px;
  box-shadow: 0px 3px 13px 0px rgb(0 0 0 / 10%);
  border-width: 1px;
  border-style: solid;
  padding: 15px;
  margin-top: -10px;
  border-color: #e1e1e1;
}

.av-share-box  .av-share-link .avia-related-tooltip {
  width: 150px;
  opacity: 0;
  visibility: hidden;
  bottom: calc(100% + 20px);
  left: -32%;
  transition: all .4s ease;
  line-height: 1.35em;
}

.avia-tt, .avia-tt .avia-arrow {
  background-color: #ffffff;
  color: #919191;
}

.avia-related-tooltip .avia-arrow-wrap {
  top: auto;
  bottom: 0;
  position: absolute;
  left: 50%;
}

.avia-arrow {
  height: 10px;
  width: 10px;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -5px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-width: 1px;
  border-style: solid;
  visibility: hidden\9;
  border-color: #e1e1e1;
}

.avia-related-tooltip .avia-arrow-wrap .avia-arrow {
  border-top: none;
  border-left: none;
  top: -4px;
}

.comment_meta_container {
  clear: both;
  float: none;
}

.side-container-comment-inner {
  text-align: center;
  position: relative;
  overflow: hidden;
  margin-bottom: 15px;
  line-height:1.35em;
}

.comment-count {
  font-size: 24px;
  line-height: 60px;
  width: 60px;
  display: block;
  text-align: center;
  border-radius: 200px;
  margin: 0 auto;
  position: relative;
  z-index: 100;
  background-color: #2d5c88;
  color: #ffffff;
  border-color: #0b3a66;
}

.comment-text {
  color: #919191;
}

.side-container-comment-inner .comment-text {
  font-size: 12px;
  text-transform: uppercase;
}

.center-border {
  position: absolute;
  top: 39%;
  width: 42%;
  border-top-style: solid;
  border-top-width: 1px;
  z-index: 1;
  border-color: #e1e1e1;
}

.center-border-left {
  left: 0;
}

.center-border-right {
  right: 0;
}

.post_delimiter {
  margin: 0 0 50px 0;
  padding: 50px 0 0 0;
  clear: both;
  border: none;
  height: 1px;
}


.av-share-box .av-share-link:hover .avia-related-tooltip {
  opacity: 1;
  visibility: visible;
  bottom: calc(100% + 10px);
}

.blog-sidebar {
  border-left-style: solid;
  border-left-width: 1px;
  margin-left: 0;
  float: none;
  width: auto;
  overflow: hidden;
  display: block;
  clear: none;
  color: #919191;
  border-color: #e1e1e1;
  font-size:13px;
}

.blog-sidebar-inner {
  margin-left: 50px;
}

.blog-sidebar .widget {
  clear: both;
  position: relative;
  padding: 30px 0 30px 0;
  float: none;
}

.blog-search form {
  margin: 0;
  padding: 0;
  position: relative;
  margin: 0;
  max-width: 100%;
}

.blog-search .button {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  border: none;
  background-color: #2d5c88;
  color: #ffffff;
  border-color: #0b3a66;
  font-family: 'entypo-fontello';
  font-size: 17px;
  width: 40px;
  height: 100%;
  line-height: 40px;
  padding: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  margin: 0;
  border-radius: 0;
  min-width: 40px;
}

.blog-search form input {
  width: 100%;
  position: relative;
  padding: 11px 47px 11px 5px;
  z-index: 1;
  margin: 0;
  box-shadow: none;
  font-size:13px;
}

.blog-search form input::placeholder {
  color:#919191 !important;
}

.blog-sidebar h3 {
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 1.1em;
}

.blog-sidebar .widget ul {
  padding: 0;
  margin: 0;
  width: 100%;
  float: left;
  list-style: none outside;
}

.blog-sidebar li {
  font-size: 16px;
}

.blog-sidebar .widget_recent_entries li {
  padding: 7px 0;
  display: block;
  font-size: 16px;
  line-height: 1.5em;
  border-color: #e1e1e1;
  border-top-width: 3px;
  border-top-style: solid;
}

.blog-sidebar  .widget_recent_entries li:first-child {
  border-top: none;
}

.blog-sidebar .widget_recent_entries li a {
  font-style: italic;
  font-family: "Georgia", "Times New Roman", Helvetica, Arial, sans-serif;
}

.blog-sidebar a {
  color: #919191;
}

.blog-sidebar a:hover {
  color: #3d71a1;
}

.blog-comments .minitext {
  font-size: 0.85em;
  display: block;
  letter-spacing: 0;
  text-transform: none;
  padding-top: 8px;
  line-height: 1.5em;
  font-weight: normal;
}

.hs-recaptcha {
  overflow:auto !important;
}

@media (max-width:989px) {
  .avia-post-prev {
    left: 0px;
  }

  .avia-post-next {
    right: 0px;
  }
}

@media (max-width:767px) {
  .post-listing .post-item {
    width:100%;
    margin:0 0 20px;
  }

  .post-listing .post-item:nth-of-type(2n) {
    margin:0 0 40px;
  }

  .single-blog-post .blog-post-content {
    margin: 0;
    margin-bottom: 20px;
    width: 100%;
    border: none;
  }

  .big-preview {
    padding: 0 0 10px 0;
  }

  .blog-post .entry-content-wrapper {
    padding: 0;
  }

  .post_delimiter {
    margin: 0 0 30px 0;
    padding: 30px 0 0 0;
  }

  .blog-sidebar {
    display: none;
  }

  .avia-post-nav {
    display: none;
  }

  .av-share-box ul li a:before {
    margin:0 !important;
  }


  .avia-related-tooltip .avia-arrow-wrap {
    left:30px;
  }

  .av-share-box ul li:nth-last-of-type(1) .avia-related-tooltip,
  .av-share-box ul li:nth-last-of-type(2) .avia-related-tooltip,
  .av-share-box ul li:nth-last-of-type(3) .avia-related-tooltip{
    right:-32%;
    left:auto;
  }

  .av-share-box ul li:nth-last-of-type(1) .avia-arrow-wrap,
  .av-share-box ul li:nth-last-of-type(2) .avia-arrow-wrap,
  .av-share-box ul li:nth-last-of-type(3) .avia-arrow-wrap {
    left:auto;
    right:30px;
  }

  .blog-comments {
    padding:0;
  }

}

@media (max-width: 479px) {





}
/* ******************************************************************************
*********************************************************************************
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 .hs-button {
  width: auto;
}
.error-page * {
  position:relative;
  z-index:1;
}
.systems-page .hs-input[type=checkbox] {
    width: auto !important;
    display: inline-block !important;
    vertical-align: middle;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #dae0e6;
  z-index: 0;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 50px 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 15px;
  color: #4F7D24;
  padding: 50px 10px;
}

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: "Open Sans", HelveticaNeue, "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.25rem;
  color: #666;
  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: #666;
}

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