







































/* ******************************************************************************
*********************************************************************************
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-section .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid,
.page-center,
.content-wrapper {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-right: 15px;
  padding-left: 15px;
}

.banner-section .row-fluid {
  padding: 0 !important;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "slick";
  src: url("https://9035300.fs1.hubspotusercontent-na1.net/hubfs/9035300/Protimeter_Jan2021/Fonts/slick.eot") format("embedded-opentype"),
    url("https://9035300.fs1.hubspotusercontent-na1.net/hubfs/9035300/raw_assets/public/Protimeter_Jan2021/fonts/slick.woff") format("woff"),
      url("https://9035300.fs1.hubspotusercontent-na1.net/hubfs/9035300/raw_assets/public/Protimeter_Jan2021/fonts/slick.ttf") format("truetype");
        font-weight: normal;
        font-style: normal; 
        }

@font-face {
  font-family: Material-Design-Iconic-Font;
  src: url(https://9035300.fs1.hubspotusercontent-na1.net/hubfs/9035300/raw_assets/public/Protimeter_Jan2021/fonts/Material-Design-Iconic-Font.woff) format('woff'), 
    url(https://9035300.fs1.hubspotusercontent-na1.net/hubfs/9035300/raw_assets/public/Protimeter_Jan2021/fonts/Material-Design-Iconic-Font.ttf) format('truetype');
}

body {
  font-family: Roboto, sans-serif;
  font-size: 14px;
  color: #646464;
  line-height: 1.75;
}

p {
  margin: 0 0 10px;
}

/* Anchor Links */
a {
  color: #606060;
  text-decoration: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
a:hover, a:focus {
  text-decoration: underline;
}

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

h1 {
  font-size: 36px;
}

h2 {
  font-size: 30px;
}

h3 {
  font-size: 24px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

* {
  outline: 0;
}

.hs-search-field__suggestions li#results-for, 
.hs-search-field__suggestions li a {
  padding: 10px;
  display: block;
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: middle;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
  color: #fff;
}

.zmdi {
  display: inline-block;
  font: normal normal normal 14px/1 'Material-Design-Iconic-Font';
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.zmdi-chevron-left:before {
  content: '\f2fa';
}

.zmdi-chevron-right:before {
  content: '\f2fb';
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  max-width: 100%;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  white-space: normal;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  
  text-decoration: none;
  color: #666;
  text-shadow: 0 1px #fff;
  border-radius: 3px;
  box-shadow: 0px 1px 1px 0px rgb(221, 221, 221);
  border: 1px solid;
  font-weight: normal;
  font-family: Lucida Grande, sans-serif;
  line-height: normal;
  font-size: 14px;
}

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

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


.hs-form label {
  display: block;
  font-weight: bold;
  font-family: Lucida Grande, sans-serif;
  margin-bottom: 9px;
}

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

.hs-input:not(select.hs-input),
.hs-search-field input.hs-search-field__input,
input[type="password"] {
  display: block;
  width: 100% !important;
  border: 1px solid;
  font-size: 1em;
  line-height: 1.071em;
  -moz-box-shadow: 0 1px 2px #eee inset;
  -webkit-box-shadow: 0 1px 2px #eee inset;
  box-shadow: 0 1px 2px #eee inset;
  padding: 4px 3px 2px 3px;
  background-color: #ffffff;
  color: #000;
}

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

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

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

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

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

textarea.hs-input {
  height: auto;
}

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

.actions {
  padding: 0;
}

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

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

.field {
  margin-bottom: 18px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 14px;
  color: #646464;
}
.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: Roboto, sans-serif;
}

.invalid.error {
  border: 1px solid #FF4E5D !important;
  box-shadow: none;
}

.hs-error-msgs label {
  font-size: 12px;
  border: none;
  box-shadow: 0px 2px 4px rgb(102 102 102 / 50%);
  border-radius: 6px 6px;
  background: #FCC;
  position: relative;
  z-index: 900;
  right: auto;
  top: auto;
  display: inline-block !important;
  align-items: center;
  background-color: #FF4E5D;
  padding: 5px;
  box-sizing: border-box;
  color: #fff !important;
  margin: 0;
  vertical-align: middle;
  line-height: normal;
}

.hs-error-msgs label:before {
  content: '';
  background-image:url(https://9035300.fs1.hubspotusercontent-na1.net/hubfs/9035300/raw_assets/public/Protimeter_Jan2021/images/exclamation-octagon.png);
  display: inline-block;
  width: 20px;
  height: 20px;
  background-size: cover;
  margin-right: 10px;
  vertical-align: middle;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td, th {
  padding: 10px;
}

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

.full-width-page div.row-fluid-wrapper.dnd-section {
  padding-top: 47px;
  padding-bottom: 18px !important;
}

.full-width-page .span7 {
  margin-top: 39px;
}

.full-width-page .span5 {
  padding-left: 100px;
}

.full-width-page h4 {
  font-size: 22px;
  color: #444444;
  font-weight: 400;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 6px;
  line-height: 26px;
}

.full-width-page p {
  color: #666666;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
}

.fancybox-container {
  left: 10% !important;
  width: 80% !important;
}
.fancybox-bg {
  background: #cccccc !important;
}
.fancybox-is-open .fancybox-bg {
  opacity: 1 !important;
}
.fancybox-container {
  z-index: 999999 !important;
}
.fancybox-btn {
  margin-bottom: 15px !important;
}

.full-width-page .hs-button {
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  font-weight: 400;
  display: inline-block;
  background-color: #f0ad4e;
  font-size: 18px;
  line-height: 1.3333333;
  border-radius: 6px;
  text-shadow: none;
  box-shadow: none;
  margin-bottom: 15px;
  border: 0px solid #EF9E27;
  color: #000000;
  margin-top: 65px;
  padding: 9px 30px;
  font-family: 'Roboto', sans-serif;
  text-decoration: none;
}

.full-width-page .hs-button:hover {
  background: #ec971f;
  color: #fff;
}

.body-container__website .hs_cos_wrapper_type_header h1 {
  padding-bottom: 28px;
}

.body-container__website h4 {
  margin: 0;
  margin-bottom: -6px;
}

.body-container__website ul {
  list-style-position: inside;
  list-style-type: circle;
  text-indent: inherit;
  padding: 0;
  margin: 0;
  color: #000000;
  font-size: 15px;
}

.body-container__website ul span {
  margin-left: 19px;
  padding: 10px 0 10px;
  line-height: 20px;
  font-weight: 200;
  color: #000000;
  font-size: 13px;
}

.resources-page .span6 h3 {
  font-size: 36px;
  color: #555555;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 25px;
  margin-bottom: 20px;
}

.resources-page .span6 p {
  color: #555555;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 35px;
  font-size: 12px;
  line-height: 24px;
}

.resources-page .span6 p a {
  border: 0px;
  margin-top: 0;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
  color: #EF9E27;
}

.resources-page .dnd-section {
  padding-bottom: 100px;
  padding-top: 100px;
}

.news-page h1 {
  font-size: 40px;
  color: #EF9E27;
  margin: 0;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-bottom: 8px;
  position: relative;
}

.news-page h4 {
  font-size: 22px;
  margin: 0;
  color: #444444;
  font-weight: 400;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 6px;
  line-height: 26px;
  padding-bottom: 34px;
}

.news-page h4 a {
  color: #000000;
  margin-top: 65px;
  padding: 9px 30px;
  text-decoration: none;
}

.news-page .dnd-section {
  padding-top: 47px;
  padding-bottom: 40px;
}

.kits-page .dnd-section {
  padding-top: 47px;
  padding-bottom: 0;
}

.kits-page .dnd-section>.row-fluid {
  padding: 0;
}

.kits-page h1 {
  font-size: 40px;
  margin: 0;
  color: #EF9E27;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-bottom: 8px;
  position: relative;
}

.kits-page h2 {
  margin: 0;
  font-size: 30px;
  color: #EF9E27;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  margin-top: 22px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  position: relative;
  line-height: normal;
}

.kits-page h4 {
  text-align: center;
}

.faq-layout h1 {
  font-size: 40px;
  color: #EF9E27;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-bottom: 8px;
  position: relative;
  text-align: center;
}

.faq-row1 .dnd-section {
  padding-top: 47px;
  padding-bottom: 0;
}

.faq-row2 .dnd-section {
  padding-top: 95px;
  padding-bottom: 96px;
}

.faq-row1 .dnd-section>.row-fluid {
  max-width: 1230px;
}

.body-container__website .hs_cos_wrapper_type_header h2 {
  padding-bottom: 28px;
}

.body-container__website h3 {
  margin-bottom: 0;
}

.contact-page .dnd-section {
  padding-top: 100px;
}

.contact-page .hs_cos_wrapper_type_header h3 {
  margin: 0;
  font-size: 36px;
  color: #444444;
  font-weight: 400;
  font-family: 'Roboto', sans-serif;
  position: relative;
  text-transform: capitalize;
  margin-bottom: 23px;
  padding-bottom: 15px;
}

.contact-page .hs_cos_wrapper_type_header h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 300px;
  background: #EF9E27;
  content: "";
}

.contact-page p {
  font-size: 12px;
  color: #666666;
  font-weight: 400;
  margin-bottom: 30px;
  line-height: 24px;
}

.contact-page .span6 {
  width: 50%;
  padding: 0 15px;
  margin-left: 0;
}

.contact-page p a {
  color: #EF9E27;
  font-size: 14px;
}

.contact-page form {
  padding: 0 36px;
}

.contact-page .form-title {
  background: transparent;
  padding: 24px 2px 24.5px;
  margin: 0 36px;
  font-size: 1.5em;
  color: #555;
  border-bottom: 1px solid #e6e6e6;
  margin-top: 13px;
  font-family: Lucida Grande, sans-serif;
}

.contact-page form fieldset {
  max-width: 100%;
  padding: 0 5px;
  padding-top: 23px;  
  padding-bottom: 3px;
}

.contact-page form .hs-form-field {
  margin: 0;
}

.contact-page form .hs-form-required {
  margin-left: 8px;
  color: red;
}

.contact-page form .hs-form-field>label {
  width: 152px;
  float: left;
}

.contact-page form .input {
  display: inline-block;
}

.contact-page form .hs-input {
  height: 24px;
  margin-top: 1px;
  width: 262px !important;
}

.contact-page form select.hs-input {
  height: 22px;
}

.contact-page form .form-columns-2 .hs-form-field {
  width: auto !important;
  float: initial !important;
  display: inline-block;
  vertical-align: top;
}

.contact-page form .hs_lastname>label {
  display: none;
}

.contact-page form .hs_region {
  padding-top: 9px;
}

.contact-page form select.hs-input {
  padding: 2px;
  font-size: 0.857em;
  width: 150px !important;
}

.contact-page form .hs_firstname .hs-input {
  width: 108px !important;
}

.contact-page form .hs_lastname .hs-input {
  width: 143px !important;
}

.contact-page form .hs_lastname, .contact-page form .hs_firstname {
  position: relative;
}

.contact-page form .hs_lastname {
  padding-left: 1px;
}

.contact-page form textarea {
  min-height: 78px;
}

.contact-page form .hs_message {
  margin-top: 20px;
}

.contact-page form .actions {
  padding-top: 54px;
  padding-bottom: 3px;
  padding-left: 156px;
}

.contact-page form .hs_firstname .hs-error-msg {
  max-width: 108px;
}

.contact-page form .hs_lastname .hs-error-msg {
  max-width: 143px;
}

.contact-page form .hs_region .hs-error-msg {
  max-width: 150px;
}

.story-page .dnd-section {
  padding-top: 47px;
}

.story-page .hs_cos_wrapper_type_header h1 {
  font-size: 40px;
  color: #EF9E27;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 20px;
  padding-bottom: 8px;
  position: relative;
}

.story-page h5 {
  font-size: 36px;
  color: #EF9E27;
  font-weight: 600;
  font-family: 'Roboto', sans-serif;
  margin-top: 22px;
  margin-bottom: 3px;
  padding-bottom: 4px;
  position: relative;
  line-height: 20px;
}

.story-page p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 0px;
  line-height: 24px;
}

.story-page .span7 {
  padding: 0 10px;
}

.meter-page .hs_cos_wrapper_type_header h1 {
  font-size: 40px;
  color: #EF9E27;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-bottom: 8px;
  position: relative;
}

.meter-page .dnd-section {
  padding-top: 47px;
  padding-bottom: 102px;
}

.meter-page .hs_cos_wrapper_type_linked_image {
  display: block;
  background: #FFFFFF;
  padding: 20px 30px 5px;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.meter-page .hs_cos_wrapper_type_linked_image:hover {
  box-shadow: 0px 0px 10px 1.4px rgb(0 0 0 / 20%);
}

.distributor-page .dnd-section {
  padding-top: 100px;
}

.distributor-page h3 {
  position: relative;
  text-transform: capitalize;
  margin-bottom: 23px;
  padding-bottom: 15px;
  font-size: 36px;
  color: #444444;
  font-weight: 400;
}

.distributor-page h3:after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  max-width: 300px;
  background: #EF9E27;
  content: "";
  width: 100%;
}

.catalog-page .dnd-section {
  padding-top: 47px;
  padding-bottom: 18px;
}

.catalog-page h1 {
  font-size: 40px;
  color: #EF9E27;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-bottom: 8px;
  position: relative;
}

.catalog-page h4 {
  font-size: 22px;
  color: #444444;
  font-weight: 400;
  text-transform: none;
  margin-top: 8px;
  margin-bottom: 6px;
  line-height: 26px;
}

.catalog-page p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 0px;
  line-height: 24px;
}

.catalog-page .span4 a {
  font-weight: 400;
  padding: 9px 30px;
  border: 0px;
  margin-top: 0;
  font-size: 14px;
  color: #EF9E27;
}

.warranty-page h2 {
  font-size: 34px;
  color: #EF9E27;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 22px;
  padding-bottom: 25px;
  position: relative;
}

.warranty-page h2:after {
  max-width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1000px;
  height: 2px;
  background: #EF9E27;
  content: "";
}

.warranty-page a {
  padding: 9px 30px;
}

.warranty-page .span5 .hs_cos_wrapper_type_linked_image {
  display: block;
  padding-left: 100px;
  padding-top: 24px;
}

.calc-footer .footer-top {
  display: none;
}

.calc-banner .widget-span {
  min-height: 0;
}

.calculator-page h1 {
  font-size: 35px;
  padding-left: 16px;
  padding-top: 10px;
  margin-left: 0;
  line-height: 45px;
  color: rgb(239,158,39);
  padding-bottom: 12px;
}

.calculator-page h2 {
  font-size: 35px;
  padding-left: 16px;
  padding-top: 10px;
  margin-left: 0;
  line-height: 45px;
  color: rgb(239,158,39);
  font-weight: 400;
}

.calculator-page .dnd-section {
  padding-top: 18px;
}

.accessories-page h1 {
  font-family: "Segoe UI",Arial,sans-serif;
  padding-bottom: 18px;
}

.accessories-page h3 {
  font-family: "Segoe UI",Arial,sans-serif;
  font-weight: 400;
  margin: 10px 0;
}

.accessories-banner .main-banner .banner-content h2 {
  padding-top: 13px;
  padding-bottom: 2px;
}

.accessories-banner .main-banner .banner-breadcrumb ul.hs-breadcrumb-menu>li+li:before {
  margin-left: 1px;
  margin-right: 1px;
}

.accessories-page .dnd-section {
  padding-bottom: 22px;
}

.home-row .dnd-section {
  padding-top: 100px;
  padding-bottom: 100px;
}

.home-row .hs_cos_wrapper_type_header h2 {
  color: #363636;
  font-family: "Roboto",sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-transform: capitalize;
  line-height: 28px;
  margin-bottom: 0;
  text-align: center;
}

.home-row .hs_cos_wrapper_type_header h2:after {
  content: '';
  background-image: url(https://9035300.fs1.hubspotusercontent-na1.net/hubfs/9035300/raw_assets/public/Protimeter_Jan2021/images/title-divider.png);
  width: 37px;
  height: 22px;
  display: block;
  margin: 0 auto;
  background-repeat: no-repeat;
  margin-top: 10px;
}

.home-row .featured-content-wrapper {
  padding: 0;
}

.home-row1 .featured-content-wrapper .row-fluid {
  width: auto;
  margin: 0 -15px;
}

.home-row1 .featured-content-wrapper .single-class:hover .class-hover {
  height: 26%;
  bottom: 0;
}

.home-row1 .featured-content-wrapper ul li span:before {
  content: "\e72b";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 10px;
}

.home-row .featured-content-wrapper .register .default-btn {
  line-height: normal;
}

.home-row2 .featured-content-wrapper .single-class:hover .class-hover {
  height: 26.3%;
}

.home-row2 .featured-content-wrapper ul {
  line-height: normal;
}

.home-row2 .featured-content-wrapper .single-class .class-hover {
  line-height: normal;
  font-size: 15px;
}

.home-row2 .featured-content-wrapper .single-class:hover .register {
  bottom: 52.5%;
}

.home-row2.home-row .dnd-section {
  padding-bottom: 98px;
}

.home-row.home-row1 .featured-content-wrapper .class-hover h3 {
  margin-bottom: 1px;
}

.registration-page .dnd-section {
  padding-top: 100px;
}

.registration-page .span6:first-child>div {
  padding: 24px 37.5px 0;
}

.registration-page h1 {
  color: #555;
  font-size: 130%;
  margin: 0px;
  font-family: Lucida Grande, sans-serif;
  line-height: normal;
  padding-top: 13px;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 24px;
  margin-bottom: 12px;
}

.registration-page h2 {
  color: #555;
  font-size: 14pt;
  line-height: 1.6;
  font-family: Lucida Grande, sans-serif;
  margin: 14px 0;
  padding: 0 3px;
  padding-top: 27px;
}

.registration-page p {
  font-family: Lucida Grande, sans-serif;
  font-size: 14pt;
  color: #555;
  line-height: 1.6;
  padding: 0 3px;
  margin-bottom: 1px;
}

.registration-page form .hs_lastname,
.registration-page form .hs_firstname {
  position: relative;
}

.registration-page form fieldset {
  max-width: 100%;
  padding: 0 5px;
}

.registration-page form .hs-input {
  height: 24px;
  margin-top: 1px;
  width: 248px !important;
  color: #000;
  font-family: Arial;
  font-size: 1em;
  line-height: 1.071em;
}

.registration-page form select.hs-input {
  height: 22px;
}

.registration-page form .form-columns-2 .hs-form-field {
  width: auto !important;
  float: initial !important;
  display: inline-block;
  vertical-align: top;
}

.registration-page form .hs_lastname>label {
  visibility: hidden;
}

.registration-page form select.hs-input {
  padding: 2px;
  font-size: 0.857em;
  width: 150px !important;
}

.registration-page form .form-columns-2 .hs_firstname .hs-input {
  width: 108px !important;
}

.registration-page form .form-columns-2 .hs_lastname .hs-input {
  width: 143px !important;
}

.registration-page .hs-form-field>label {
  margin-bottom: 5px;
}

.registration-page .hs-form-required {
  margin-left: 7px;
}

.registration-page form {
  margin: 0 -5px;
  padding-top: 24px;
  max-width: initial;
}

.registration-page form .hs-form-field {
  margin-bottom: 32px;
}

.registration-page form .hs-input::-webkit-input-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.registration-page form .hs-input:-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.registration-page form .hs-input::-moz-placeholder {
  color: #6f6f6f;
  opacity: 1;
}
.registration-page form .hs-input:-ms-input-placeholder {
  color: #6f6f6f;
  opacity: 1;
}

.registration-page form .hs_address .hs-input {
  width: 324.8px !important;
}

.registration-page form .hs_address,
.registration-page form .hs_address2 {
  margin-bottom: 5px;
}

.registration-page form .hs_address2 .hs-input {
  width: 324.8px !important;
}

.registration-page form .hs_city .hs-input,.registration-page form .form-columns-2 .hs-input {
  width: 163.22px !important;
}

.registration-page form .hs_state .hs-input {
  width: 163.22px !important;
}

.registration-page form .hs_city .input {
  margin-right: 3px !important;
}

.registration-page form .hs_state,.registration-page form .hs_city {
  margin-bottom: 5px;
}

.registration-page form .hs_city .input,
.registration-page form .hs_zip .input {
  margin-right: 3px !important;
}

.registration-page form .hs_phone {
  padding-top: 10px;
  padding-bottom: 19px;
}

.registration-page form .hs-input[type="tel"],
.registration-page form .hs_fax .hs-input {
  width: 178px !important;
}

.registration-page form li.hs-form-radio {
  margin-bottom: 3px;
}

.registration-page form li.hs-form-radio .hs-input {
  width: auto !important;
  display: inline-block !important;
  box-shadow: none;
  margin-bottom: 0;
  padding: 0;
  vertical-align: top;
  margin-top: 5px;
  height: auto;
  margin-right: 10px;
  float: left;
}

.registration-page form .hs_purchase_history {
  border-top: 1px solid #e6e6e6;
  margin-top: 29px;
  padding-top: 37px;
  padding-bottom: 3px;
}

.registration-page form ul[role*="checkbox"] {
  margin: 0;
  padding: 0;
  font-weight: normal;
  font-family: Lucida Grande, sans-serif;
  line-height: normal;
  margin-top: -1px;
  padding-left: 5px;
  border: 0 !important;
}

.registration-page form li.hs-form-radio>label {
  margin: 0;
}

.registration-page form li.hs-form-radio span {
  font-size: 1em;
  font-weight: normal;
  color: #555;
  vertical-align: initial;
  overflow: hidden;
  display: inherit;
}

.registration-page form .hs-richtext p {
  font-size: 10pt;
  color: #555;
  line-height: 1.7;
  margin: 14px 0;
}

.registration-page form .hs-richtext p a {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
}

.registration-page form .hs_newsletters {
  padding-bottom: 10px;
}

.registration-page form .actions {
  padding: 0 5px;
  padding-top: 38px;
  padding-bottom: 3px;
  margin-top: 12px;
  margin-bottom: 0;
}

.registration-page form  input.hs-button.primary.large {
  text-shadow: -1px -1px 0px #003ea1;
  border: 1px solid #0d4aab;
  box-shadow: inset 0px 1px 0px 0px #97c4fe;
  background: #1e62d0;
  background: linear-gradient(to top, #3d94f6 0%, #1e62d0 100%);
  border-radius: .5em;
  font-weight: normal;
  padding: 9px 15px;
  font-family: Lucida Grande, sans-serif;
  font-size: 14px;
  color: #fff;
}

.registration-page form input.hs-button.primary.large:hover {
  color: #ffffff;
  border: 1px solid #0d4aab;
  background: #2e7be3;
}

.registration-page form .hs_firstname .hs-error-msg {
  max-width: 108px;
}

.registration-page form .hs_lastname .hs-error-msg {
  max-width: 143px;
}

.rma-page .dnd-column {
  background: #f5f5f5;
  padding: 60px 0;
}

.rma-page .dnd-column>.dnd-row {
  background: #fff;
  border: 1px solid transparent;
  max-width: 690px;
  margin: 0 auto;
  font-family: Lucida Grande, sans-serif;
  color: #555;
  padding: 12px 36px;
}

.rma-page .dnd-section>.row-fluid {
  padding: 0;
}

.rma-page h1 {
  font-size: 2.143em;
  border: 0;
  padding-bottom: 0;
  margin: 0;
  padding-top: 24px;
}

.rma-page h6 {
  border-top: none;
  font-size: 1.071em;
  line-height: 1.5em;
  font-style: normal;
  margin: 3px 0 0;
  color: #555;
  font-weight: normal;
  padding-bottom: 24px;
  border-bottom: 1px solid #e6e6e6;
  margin-bottom: 41px;
  font-family: Lucida Grande, sans-serif;
}

.rma-page p {
  margin: 14px 0;
}

.rma-page .hs_company .hs-input {
  width: 318px !important;
}

.rma-page .hs_email .hs-input {
  width: 178px !important;
}

.rma-page .hs_fax {
  padding-bottom: 20px;
}

.rma-page .hs_address2>label {
  display: none;
}

.rma-page .hs_city>label {
  display: none;
}

.rma-page .hs_state>label {
  display: none;
}

.rma-page .hs_zip>label {
  display: none;
}

.rma-page .hs_country1>label {
  display: none;
}

.rma-page .hs_shipping_address__if_different_from_billing_address_ {
  padding-top: 10px;
  margin-bottom: 10px !important;
}

.rma-page .hs_shipping_address2>label {
  display: none;
}

.rma-page .hs_shipping_address2.hs-form-field {
  margin-bottom: 10px;
}

.rma-page .hs_city2>label,.rma-page .hs_state2>label {
  display: none;
}

.rma-page .hs_zip_code>label {
  display: none;
}

.rma-page .hs_country2>label {
  display: none;
}

.registration-page form .hs-form-field.hs_state2, .registration-page form .hs-form-field.hs_city2 {
  margin-bottom: 10px;
}

.rma-page .hs_preferred_shipping_method {
  padding-top: 10px;
}

.rma-page .hs_preferred_shipping_method .hs-input,
.rma-page .hs_freight_account_number .hs-input {
  width: 178px !important;
}

.rma-page .hs_freight_account_number {
  padding-bottom: 10px;
}

.rma-page .hs-richtext hr {
  width: 100%;
  margin: 44px 0;
  margin-top: 60px;
}

.registration-page form .hs-richtext p.product {
  font-size: 14px;
  border-bottom: 1px solid #e6e6e6;
  padding-bottom: 56px;
  margin-bottom: 60px;
}

.registration-page form h4 {
  line-height: 1.6;
  color: #555;
  font-family: Lucida Grande, sans-serif;
  font-size: 14pt;
}

.registration-page form .hs_how_many_products_will_be_included_in_this_rma_request_ {
  padding-top: 33px;
}

.registration-page form h3 {
  font-family: Lucida Grande, sans-serif;
  padding: 24px 0px;
  margin: 12px 0;
  border-bottom: 1px solid #e3e3e3;
  border-top: 1px solid #e3e3e3;
  border-color: #e6e6e6;
  font-size: 1.5em;
  color: #555;
  line-height: normal;
  margin-bottom: 20px;
}

.registration-page form .hs_serial_no_ .hs-input,
.registration-page form .hs_serial_no_2 .hs-input,
.registration-page form .hs_serial_no_3 .hs-input,
.registration-page form .hs_serial_no_4 .hs-input {
  width: 178px !important;
}

.registration-page form .hs_date_of_purchase .hs-input,
.registration-page form .hs_date_of_purchase2 .hs-input,
.registration-page form .hs_date_of_purchase3 .hs-input,
.registration-page form .hs_date_of_purchase4 .hs-input {
  width: 149px !important;
}

.registration-page form .hs_purchased_from .hs-input,
.registration-page form .hs_purchased_from2 .hs-input,
.registration-page form .hs_purchased_from3 .hs-input,
.registration-page form .hs_purchased_from4 .hs-input {
  width: 178px !important;
}

.registration-page form textarea.hs-input {
  width: 382px !important;
  height: auto;
  min-height: 92px;
}

.registration-page form input[type="file"] {
  border: 0;
  box-shadow: none;
}

.registration-page form 
.hs_if_submitting_under_warranty_coverage__please_attach_a_copy_of_original_purchase_receipt_invoice_,
.registration-page form 
.hs_if_submitting_under_warranty_coverage__please_attach_a_copy_of_original_purchase_receipt_invoice_2,
.registration-page form 
.hs_if_submitting_under_warranty_coverage__please_attach_a_copy_of_original_purchase_receipt_invoice_3,
.registration-page form 
.hs_if_submitting_under_warranty_coverage__please_attach_a_copy_of_original_purchase_receipt_invoice_4 {
  margin-bottom: 20px;
}

.registration-page form hr.last {
  margin-top: 30px;
  margin-bottom: 8px;
}

.rma-page form {
  padding-bottom: 20px;
  padding-top: 9px;
}

.rma-page .hs_shipping_address__if_different_from_billing_address_ .hs-input {
  width: 324.8px !important;
}

.rma-page .hs_shipping_address2 .hs-input {
  width: 324.8px !important;
}

.rma-page .hs_email .hs-error-msgs label {
  max-width: 178px;
}

.rma-page form .hs_city .hs-error-msgs label, 
.rma-page form .hs_state .hs-error-msgs label,
.rma-page form .hs_zip .hs-error-msgs label,
.rma-page form .hs_country1 .hs-error-msgs label {
  max-width: 163.22px;
}

.registration-page form .hs-error-msgs label {
  margin-top: 6px;
}

.registration-page form input[type="file"] {
  border: 0;
  box-shadow: none;
  border: 1px solid #ccc;
  padding: 6px 12px;
  color: #666;
  text-shadow: 0 1px #fff;
  cursor: pointer;
  border-radius: 3px;
  box-shadow: 0px 1px 1px 0px rgb(221, 221, 221);
  background: #F5F5F5;
  background: linear-gradient(to top, #F5F5F5 0%, #EEEEEE 100%);
  height: auto;
}

.fancybox-slide--html .fancybox-close-small {
  color: #000 !important;
}

.contact-page form .hs_message .hs-error-msg {
  margin-left: 152px;
}

.contact-page form .hs_error_rollup label  {
  margin-left: 157px;
}

.app-page h1 {
  font-size: 40px;
  color: #EF9E27;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 10px;
  padding-bottom: 8px;
  position: relative;
}

.app-page p {
  line-height: 24px;
  font-size: 14px;
  color: #666666;
  margin-bottom: 0px;
}

.app-page p a {
  color: blue;
  text-decoration: underline;
  font-weight: 700;
}

.app-page h3 {
  margin: 0;
  padding: 10px 0 0;
}

.app-page .dnd-section {
  padding-top: 47px;
  padding-bottom: 77px;
}

@media (min-width: 768px) {
  .contact-page .form-title {
    font-size: 130%;
  }
}

@media (min-width: 1920px) {
  .full-width-page p,
  .contact-page p,
  .story-page p {
    font-size: 16px;
  }

  .resources-page .span6 p,
  .catalog-page p,
  .app-page p {
    font-size: 16px;
  }

  .faq-row1 .dnd-section>.row-fluid {
    max-width: 1260px;
  }

}

@media (max-width: 1169px) {
  .home-row2 .featured-content-wrapper .single-class:hover .class-hover,
  .home-row1 .featured-content-wrapper .single-class:hover .class-hover {
    height: auto;
  }

  .registration-page .span6:first-child>div {
    padding: 13px 23.5px 0;
  }

  .registration-page:not(.rma-page) form .form-columns-2 .hs-form-field {
    width: 100% !important;
    display: block !important;
  }

  .registration-page form {
    padding-top: 35px;
  }

  .registration-page:not(.rma-page) form .form-columns-2 .hs_firstname .hs-input,
  .registration-page:not(.rma-page) form .form-columns-2 .hs_lastname .hs-input {
    width: 196.55px !important;
  }

  .registration-page:not(.rma-page) form .hs_lastname>label {
    display: none;
  }

  .registration-page:not(.rma-page) form .hs_firstname {
    margin-bottom: -1px;
  }

  .registration-page:not(.rma-page) form .hs_lastname {
    margin-bottom: 8px;
  }

  .registration-page:not(.rma-page) form .hs-input, 
  .registration-page:not(.rma-page) form .hs_address2 .hs-input,
  .registration-page:not(.rma-page) form .hs_city .hs-input, 
  .registration-page:not(.rma-page) form .form-columns-2 .hs-input {
    width: 100% !important;
  }

  .registration-page:not(.rma-page) form .hs_address .hs-input {
    width: 100% !important;
  }

  .registration-page:not(.rma-page) form .hs_phone {
    padding-bottom: 0;
  }

  .registration-page:not(.rma-page) form .hs_purchase_history {
    margin-top: 5px;
  }

  .registration-page:not(.rma-page) form select.hs-input {
    width: 100% !important;
  }

  .registration-page:not(.rma-page) form input.hs-button.primary.large {
    display: block;
    width: 100%;
  }

  .registration-page:not(.rma-page) form .actions {
    margin-top: 0;
    padding-bottom: 0;
  }
}

@media (max-width: 1169px) and (min-width: 992px) {
  .faq-row1 .dnd-section>.row-fluid {
    max-width: 1000px;
  }

  .story-page .dnd-section,
  .meter-page .dnd-section,
  .catalog-page .dnd-section,
  .app-page .dnd-section {
    padding-top: 20px;
  }

  .warranty-page .span5 .hs_cos_wrapper_type_linked_image {
    padding-left: 30px;
  }

  .warranty-page h2 {
    font-size: 32px;
  }

  .registration-page form .hs_firstname .hs-error-msg {
    max-width: 100%;
  }

  .registration-page form .hs_lastname .hs-error-msg {
    max-width: 100%;
  }
}

@media (max-width: 991px) {
  .full-width-page .span5.dnd-column {
    padding-left: 0 !important;
  }

  .full-width-page .span7 {
    margin-top: 0;
  }

  .full-width-page h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
  }

  .faq-row1 .span6 {
    width: 100%;
    margin-left: 0;
  }

  .faq-row2 .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .contact-page .span7,.contact-page .span5 {
    width: 100%;
    margin-left: 0;
  }

  .contact-page .dnd-section > .row-fluid {
    display: block !important;
  }

  .contact-page .span6 {
    width: 100%;
  }

  .contact-page .dnd-row .row-fluid {
    display: block !important;
  }

  .contact-page .span5 .dnd-module,.contact-page .span5 {
    min-height: 0;
  }

  .contact-page .dnd-section {
    padding-top: 50px;
  }

  .meter-page .span4 {
    width: 100%;
  }

  .meter-page .dnd-row .row-fluid {
    display: block !important;
  }

  .distributor-page .dnd-section,
  .catalog-page .dnd-section {
    padding-top: 50px;
  }

  .catalog-page .span4 {
    width: 100%;
    margin-left: 0;
    min-height: 0;
  }

  .catalog-page .span4 .dnd-module {
    min-height: 0;
  }

  .warranty-page .span5 .hs_cos_wrapper_type_linked_image {
    padding-left: 0;
  }

  .registration-page .dnd-section {
    padding-top: 50px;
  }

  .registration-page:not(.rma-page) form .form-columns-2 .hs_firstname .hs-input,
  .registration-page:not(.rma-page) form .form-columns-2 .hs_lastname .hs-input {
    width: 100% !important;
  }

  .registration-page .span6:first-child>div {
    padding: 13px 18.5px 0;
  }

  .registration-page:not(.rma-page) .input {
    margin-right: 2px !important;
  }

  .registration-page:not(.rma-page) form .hs-input[type="tel"], 
  .registration-page:not(.rma-page) form .hs_fax .hs-input {
    width: 100% !important;
  }

  .rma-page .dnd-column {
    background: transparent;
    padding: 0;
  }

  .rma-page .dnd-column>.dnd-row {
    border: 0;
    padding: 0 36px;
    max-width: 100%;
  }

  .rma-page h1 {
    font-size: 130%;
  }

  .rma-page.registration-page .dnd-section {
    padding-top: 30px;
  }

  .rma-page form .hs-form-field.hs_email {
    margin-bottom: 20px;
  }
}

@media (max-width: 991px) and (min-width: 768px) {
  .faq-row1 .dnd-section>.row-fluid {
    max-width: 780px;
  }

  .contact-page .hs_cos_wrapper_type_header h3 {
    font-size: 25px;
    margin-bottom: 10px;
    padding-bottom: 12px;
  }

  .contact-page p {
    margin-bottom: 18px;
  }

  .story-page .dnd-section,
  .meter-page .dnd-section,
  .app-page .dnd-section {
    padding-top: 50px;
  }

  .distributor-page h3 {
    font-size: 25px;
    margin-bottom: 10px;
    padding-bottom: 12px;
  }

  .catalog-page h4 {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 0px;
  }

  .warranty-page h2 {
    font-size: 23px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }
}

@media (max-width: 767px) {
  .full-width-page .span7 {
    margin-top: 39px;
    margin-bottom: 0;
  }

  .full-width-page h4 {
    margin-bottom: 6px;
    line-height: 26px;
    font-size: 22px;
  }

  .full-width-page .custom-box-content {
    margin-top: 20px;
  }

  .full-width-page div.row-fluid-wrapper {
    padding-bottom: 0 !important;
  }

  .body-container__website .span5.widget-span,
  .body-container__website .widget-span,
  .resources-page .widget-span {
    padding-left: 0 !important;
  }

  .resources-page .span6+.span6 {
    padding-top: 50px;
  }

  .resources-page .span6 h3 {
    font-size: 26px;
    margin-bottom: 10px;
  }

  .resources-page .span6 p {
    margin-bottom: 18px;
  }

  .resources-page .dnd-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }

  .kits-page h4 {
    padding-top: 80px;
  }

  .faq-row1 .dnd-section>.row-fluid {
    max-width: 330px;
  }

  .contact-page .span6 {
    padding-top: 50px;
  }

  .contact-page .form-title {
    font-size: 130%;
    margin: 0 0 2%;
    padding: 24px 0px;
    margin-left: 5%;
    margin-right: 5%;
  }

  .contact-page form .hs-form-field>label {
    width: 100%;
    float: none;
  }

  .contact-page form .hs-input,
  .contact-page form .hs_firstname .hs-input,
  .contact-page form .hs_lastname .hs-input {
    width: 100% !important;
  }

  .contact-page form .form-columns-2 .hs-form-field {
    width: 100% !important;
    display: block;
  }

  .contact-page form .input {
    display: block;
  }

  .contact-page form select.hs-input {
    width: 100% !important;
  }

  .contact-page form fieldset {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }

  .contact-page form {
    padding: 0 23px;
  }

  .contact-page form .actions {
    padding-left: 0;
  }

  .contact-page form .actions input.hs-button.primary.large {
    display: block;
    width: 100%;
  }

  .contact-page form .hs-error-msgs label {
    max-width: 100% !important;
    margin-top: 5px;
  }

  .story-page .dnd-section,
  .meter-page .dnd-section,
  .catalog-page .dnd-section {
    padding-top: 30px;
  }

  .story-page .span5 div.dnd-module {
    display: block !important;
  }

  .story-page .span5 img {
    margin-top: 20px;
  }

  .catalog-page .span4:not(:last-child) {
    padding-top: 50px;
  }

  .catalog-page {
    padding-bottom: 30px;
  }

  .home-row .dnd-section,.home-row2.home-row .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .home-row .hs_cos_wrapper_type_header h2 {
    font-size: 25px;
  }

  .warranty-page h2 {
    font-size: 25px;
  }

  .warranty-page .dnd-section,
  .accessories-page .dnd-section {
    padding-top: 47px;
  }

  .rma-page .dnd-column>.dnd-row {
    padding: 0 5%;
  }

  .registration-page form .form-columns-2 .hs_firstname .hs-input {
    width: 100% !important;
  }

  .registration-page form .form-columns-2 .hs_lastname .hs-input {
    width: 100% !important;
  }

  .rma-page.registration-page form .form-columns-2 .hs-form-field {
    width: 100% !important;
    display: block !important;
  }

  .rma-page.registration-page form .hs_lastname>label {
    display: none;
  }

  .rma-page .hs_firstname.hs-form-field {
    margin-bottom: 10px;
  }

  .rma-page .hs_company .hs-input {
    width: 100% !important;
  }

  .rma-page .input {
    margin: 0 !important;
  }

  .rma-page .hs_email .hs-input {
    width: 100% !important;
  }

  .registration-page form .hs-input[type="tel"], .registration-page form .hs_fax .hs-input {
    width: 100% !important;
  }

  .registration-page form .hs_city .hs-input, .registration-page form .form-columns-2 .hs-input {
    width: 100% !important;
  }

  .registration-page form .hs_address .hs-input {
    width: 100% !important;
  }

  .registration-page form .hs_address2 .hs-input {
    width: 100% !important;
  }

  .rma-page .hs_shipping_address__if_different_from_billing_address_ .hs-input {
    width: 100% !important;
  }

  .rma-page .hs_shipping_address2 .hs-input {
    width: 100% !important;
  }

  .rma-page .hs_preferred_shipping_method .hs-input, .rma-page .hs_freight_account_number .hs-input {
    width: 100% !important;
  }

  .registration-page form select.hs-input {
    width: 100% !important;
  }

  .registration-page form .hs-input {
    width: 100% !important;
  }

  .registration-page form .hs_serial_no_ .hs-input,
  .registration-page form .hs_serial_no_2 .hs-input, 
  .registration-page form .hs_serial_no_3 .hs-input, 
  .registration-page form .hs_serial_no_4 .hs-input {
    width: 100% !important;
  }

  .registration-page form .hs_date_of_purchase .hs-input, 
  .registration-page form .hs_date_of_purchase2 .hs-input, 
  .registration-page form .hs_date_of_purchase3 .hs-input, 
  .registration-page form .hs_date_of_purchase4 .hs-input {
    width: 100% !important;
  }

  .registration-page form .hs_purchased_from .hs-input, 
  .registration-page form .hs_purchased_from2 .hs-input, 
  .registration-page form .hs_purchased_from3 .hs-input, 
  .registration-page form .hs_purchased_from4 .hs-input {
    width: 100% !important;
  }

  .registration-page form textarea.hs-input {
    width: 100% !important;
  }

  .registration-page form input.hs-button.primary.large {
    display: block;
    width: 100%;
  }

  .rma-page form {
    padding-bottom: 0;
  }

  .rma-page .hs_email .hs-error-msgs label {
    max-width: 100%;
  }

  .rma-page form .hs_city .hs-error-msgs label, 
  .rma-page form .hs_state .hs-error-msgs label,
  .rma-page form .hs_zip .hs-error-msgs label,
  .rma-page form .hs_country1 .hs-error-msgs label {
    max-width: 100%;
  }

  .registration-page .input {
    margin-right: 0 !important;
  }

  .faq-row2 .widget-span {
    min-height: 0;
  }

  .contact-page form .hs_message .hs-error-msg {
    margin-left: 0;
  }

  .contact-page form .hs_error_rollup label  {
    margin-left: 0;
  }

  .contact-page form .input {
    margin: 0 !important;
  }
  
 
}

@media (max-width: 767px) and (min-width: 480px) {
  .faq-row1 .dnd-section>.row-fluid {
    max-width: 480px;
  }

  .home-row .hs_cos_wrapper_type_header h2 {
    font-size: 35px;
  }
}

@media (max-width: 479px) {
  .contact-page .hs_cos_wrapper_type_header h3:after {
    width: 100%;
  }

  .body-container__website a.link {
    display: inline-block;
    font-size: 12px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */

header.header {
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  z-index: 9;
  min-height: 125.48px;
}

.custom-header .logo-section {
  width: 16.66666667%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.custom-header .menu-section {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  width: 75%;
  margin-left: 0;
}

.custom-header .logo {
  padding: 36px 0;
  transition: all 0.4s ease 0s;
}

.custom-header .logo img {
  transition: all 0.5s ease 0s;
  width: 100% !important;
}

.custom-header .search-section {
  position: relative;
  min-height: 1px;
  padding: 44px 17px;
  margin-left: 0;
}

.scroll-body .custom-header .search-section{
  padding: 10px 15px;

}

.search-section .hs-search-field {
  position: absolute;
  background-color: white;
  z-index: 10;
  width: 100%;
}

.search-section .hs-search-field input {
  padding: 10px;
}

.search-section .hs-search-field__suggestions a:hover,.hs-search-field__suggestions a:focus {
    background-color: rgba(0,0,0,1);
    outline: 0
}

.search-section .hs-search-field__suggestions li#results-for, .hs-search-field__suggestions li a:focus{
  background-color: rgba(0,0,0,1);
}

.custom-header .row-fluid {
  width: auto;
  margin: 0 -15px;
}

.navigation-primary>ul ul ul>li.has-submenu>a:after {
  background-image: url(https://9035300.fs1.hubspotusercontent-na1.net/hubfs/9035300/raw_assets/public/Protimeter_Jan2021/images/arrow.png);
}

.custom-header {
  transition: all 0.4s ease 0s;
}

@media (min-width:768px) {
  .scroll-body .custom-header {
    left: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999999;
    transition: all 0.4s ease 0s;
  }

  .scroll-body .custom-header .logo img {
    width: 75% !important;
  }

  .scroll-body .custom-header .logo {
    padding: 19px 0 17px;
  }
}

@media (max-width:767px) {
  .custom-header .logo-section {
    width: 100%;
  }

  .custom-header .menu-section {
    width: 100%;
  }

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

  .custom-header .logo {
    padding: 35px 0 32px;
  }
}


/* overwrite */
/* nav */
.globe_class:after {
  content: 'Language';
  position: relative;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translate(-80%, 0) !important;
  color: #000;
  font-weight: 600;
}

.globe_class {
  width: 0px !important;
  height: 0px !important;
}

.lang_list_class {
  -webkit-transform: translateX(-20%) !important;
  transform: translateX(-20%) !important;
}
/* nav */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.scrollUp {
  border-radius: 2px;
  bottom: 15px;
  box-shadow: 0 0 10px rgb(0 0 0 / 5%);
  color: #ffffff !important;
  font-size: 24px;
  height: 40px;
  line-height: 45px;
  position: fixed;
  right: 15px;
  text-align: center;
  transition: all 0.3s ease 0s;
  width: 40px;
  z-index: 99;
  background: #EF9E27 none repeat scroll 0 0;
  cursor: pointer;
}

.scrollUp:hover i {
  animation: 800ms linear 0s normal none infinite running scroll-top;
  bottom: 0;
  height: 100%;
  left: 0;
  margin-bottom: -25px;
  position: absolute;
  width: 100%;
}

@keyframes scroll-top {
  0% {
    bottom: 0;
    opacity: 0;
  }
  50% {
    bottom: 50%;
    opacity: 1;
  }
  100% {
    bottom: 75%;
    opacity: 0;
  }
}
@keyframes scroll-top {
  0% {
    bottom: 0;
    opacity: 0;
  }
  50% {
    bottom: 50%;
    opacity: 1;
  }
  100% {
    bottom: 75%;
    opacity: 0;
  }
}
@keyframes scroll-top {
  0% {
    bottom: 0;
    opacity: 0;
  }
  50% {
    bottom: 50%;
    opacity: 1;
  }
  100% {
    bottom: 75%;
    opacity: 0;
  }
}

.footer-btm {
  padding-top: 15px;
}

.footer-btm .footer-privacy {
  text-align: right;
}

.footer-btm .span6 {
  width: 50%;
  padding: 0 15px;
  margin-left: 0;
}

.footer-btm .row-fluid {
  width: auto;
  margin: 0 -15px;
}

.footer-copyright p span:before {
  content: "\f1f9";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.footer-top {
  padding: 90px 0;
}

.footer-top h3:not(.form-title) {
  font-size: 16px;
  font-weight: 500;
  font-family: 'Roboto', sans-serif;
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 35px;
  text-transform: capitalize;
  letter-spacing: 3px;
}

.footer-top .span4 {
  width: 33.33333333%;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  margin-left: 0;
}

.footer-top .row-fluid {
  width: auto;
  margin: 0 -15px;
}

.footer-top h3:not(.form-title):after {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 253px;
  content: "";
  max-width: 100%;
}

.footer-top .footer-col2 h3:not(.form-title):after {
  width: 365px;
}

.footer-top .footer-col3 h3:not(.form-title):after {
  width: 260px;
}

.footer-col1 h3+div,
.footer-col2 h3+div {
  overflow: hidden;
  clear: both;
}

.footer-top h4 {
  font-size: 18px;
  font-weight: 400;
}

.footer-top p {
  font-size: 14px;
  font-weight: 400;
}

.footer-col1 h4,
.footer-col2 h4 {
  display: inline-block;
  margin-right: 15px;
  float: left;
}

.footer-col1 p,
.footer-col2 p {
  display: table;
}

.footer-form .form-title {
  background: transparent;
  color: #fff;
  margin: 0;
}

.footer-form form {
  clear: left;
  font: 14px Helvetica,Arial,sans-serif;
  position: relative;
  text-align: left;
  padding: 10px 0 10px 3%;
}

.footer-form form .hs-form-field>label {
  font: 14px Helvetica,Arial,sans-serif;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 3px;
}

.footer-form form .hs-form-field .hs-form-required {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
  margin-left: 4px;
}

.footer-form form .hs-input {
  font-family: Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: normal;
  box-shadow: none;
  -webkit-transition: all 0.5s ease-out 0s;
  transition: all 0.5s ease-out 0s;
  height: 45px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: block;
  width: 100%;
  padding: 8px 0;
  text-indent: 2%;
}

.footer-form form .hs-form-field {
  clear: left;
  position: relative;
  width: 96%;
  padding-bottom: 3%;
  min-height: 50px;
  margin-bottom: 0;
}

.footer-form form input.hs-button.primary.large {
  font-family: Helvetica, Arial, sans-serif;
  clear: both;
  background: none;
  border: 0 none;
  border-radius: 4px;
  transition: all 0.23s ease-in-out 0s;
  cursor: pointer;
  display: inline-block;
  font-size: 15px;
  height: 32px;
  margin: 0 5px 5px 0;
  padding: 0 22px;
  text-align: center;
  text-decoration: none;
  vertical-align: top;
  white-space: nowrap;
  width: auto;
  position: relative;
  font-weight: normal;
  line-height: normal;
  box-shadow: none;
  text-shadow: none;
  margin-top: 4px;
}

.footer-form form .hs-input.invalid.error {
  border: 2px solid #e85c41 !important;
}

.footer-form form .hs-error-msgs {
  margin: 2px 0 1em 0;
  padding: 5px 10px;
  background-color: rgba(255,255,255,0.85);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
  color: #e85c41;
  display: inline-block !important;
  width: auto;
}

.footer-form form .hs-error-msgs label {
  margin: 0;
  color: #e85c41 !important;
  box-shadow: none;
  background: transparent;
  padding: 0;
  font-size: 14px;
  font-weight: normal;
  z-index: 1;
}

.footer-form form .hs-error-msgs label:before {
  content: none;
}

.footer-form form .indicates-required {
  font: 14px Helvetica,Arial,sans-serif;
  text-align: right;
  font-size: 11px;
  margin-right: 4%;
}

.footer-form form .indicates-required .asterisk {
  color: #e85c41;
  font-size: 150%;
  font-weight: normal;
  position: relative;
  top: 5px;
}

.footer-form form p {
  margin: 0;
  font: 14px Helvetica,Arial,sans-serif;
}

.footer-form form .hs-richtext {
  margin: 0;
}

.footer-type2 .footer-top .footer-col1 h3:not(.form-title):after,
.footer-type2 .footer-top .footer-col2 h3:not(.form-title):after,
.footer-privacy .footer-top h3:not(.form-title):after {
  width: 100px !important;
}

.footer-type2 .footer-col1 h3~div:last-of-type h4 {
  margin-right: 30px;
}

.footer-type2 .footer-col1 .email-section h4 {
  margin-right: 36px;
}

.footer-type2 .footer-col2 a {
  display: inline-block;
  margin-right: 7px;
  margin-bottom: 10px;
  position: relative;
}

.footer-type2 .footer-col2 a:after {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: rgba(0, 230, 118, 0.5);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.footer-type2 .footer-col2 a:hover:after {
  opacity: 1;
}

.timb-footer .footer-social ul li {
  margin-left: 15px;
}

.footer-type2 .footer-form form .hs-input {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  margin-bottom: 1px;
}

.footer-privacy .footer-form form {
  background: transparent;
}

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

.footer-privacy .footer-form .indicates-required {
  display: none;
}

.footer-privacy .footer-form p {
  color: #cccccc;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  margin: 0 0 15px;
  font-family: 'Roboto', sans-serif;
}

.footer-privacy .footer-form form .hs-input {
  box-shadow: none;
  color: #999999;
  font-size: 14px;
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border: 1px solid #616161;
  border-radius: 45px;
  height: 45px;
  padding: 0 70px 0 24.5px;
  font-family: 'Roboto', sans-serif;
  line-height: normal;
}

.footer-privacy .footer-form form input.hs-button.primary.large {
  background: transparent;
  margin-top: 0;
  background: #EF9E27;
  color: #fff;
  height: 40px;
  width: 60px;
  border: none;
  padding: 0;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  font-size: 0;
  display: inline-block;
  font-family: "Roboto",sans-serif;
  border-radius: 50px;
  font-weight: 400;
  margin: 0;
}

.footer-privacy .footer-form form .actions:after {
  content: "\e62c";
  font-family: 'themify';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  position: absolute;
  top: 11px;
  right: 22px;
  font-size: 16px;
}

.footer-privacy .footer-form form .actions {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}

.footer-privacy .footer-form form {
  padding: 0;
}

.footer-privacy .footer-social {
  margin-top: 18px;
}

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

.footer-privacy input::-moz-placeholder {color: #969696;} 
.footer-privacy input::-webkit-input-placeholder {color: #969696;}

.footer-privacy .footer-form form .actions:hover input.hs-button.primary.large {
  background: #fff;
  border: 1px solid #0079c1;
}

.footer-privacy .footer-form form .actions:hover:after {
  color: #00E676;
}

.footer-privacy .footer-col3 p {
  padding-bottom: 5px;
}

.footer-privacy .footer-form form .hs-input.invalid.error {
  border: 1px solid #616161 !important;
}

@media (max-width:991px) {
  .footer-top .span4 {
    width: 50%;
  }

  .footer-top {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media (max-width:767px) {
  .footer-btm .span6 {
    width: 100%;
    float: none;
  }

  .footer-btm .footer-privacy {
    text-align: left;
  }

  .footer-btm {
    padding-bottom: 6px;
  }

  .footer-top .span4 {
    width: 100%;
  }

  .footer-top h3:not(.form-title):after {
    width: 100% !important;
  }

  .footer-type2 .footer-top .span4:not(:last-child) {
    margin-bottom: 30px;
  }

  .footer-privacy .footer-form .hs-form-field {
    margin-bottom: -2px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #F8FAFC;
  text-align: center;
}

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

.blog-header__form {
  margin: 0 1rem;
}
.no-featured-image .blog-index__post-content--large {
  padding-left: 0;
}
.comment-date {
  display: block !important;
}
@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}
.post-description h2 a {
  color: inherit !important;
  text-decoration: none !important;
}
.post-item {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ccc;
}
.blog-index {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.blog-sidebar{
  padding: 3.3rem 0;
}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 0 0 15px 0;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
.blog-header{
  padding-left:20px;
  padding-right:20px;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
    }
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 24px;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #000;
  text-decoration: none;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-family: Lato, sans-serif;
  margin-bottom: 3.3rem;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #646464;
  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;
  vertical-align: middle;
}
.blog-pagination__prev-link svg,
.blog-pagination__next-link svg {
  fill: #646464;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination {
    margin-left: 0 !important;
    vertical-align: middle;
}
.blog-pagination a {
    vertical-align: middle;
}
.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: #646464;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.grecaptcha-badge {
  margin: 0 !important;
}

.blog-post {
  margin: 0 auto 30px;
  padding: 3.3rem 0;
}

.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #646464;
  text-decoration: underline;
}

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

.blog-recent-posts {
  margin-top: 3rem;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #646464;
  padding: 1rem;
}
div#comments-listing:before,
div#comments-listing:after{
  clear:both;
  display:block;
  content:'';
}
.section.post-footer {
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}


.blog-comments form {
  max-width: 100%;
}
.blog-post img {
  max-width: 100%;
  height: auto;
}

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


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

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

.main-banner {
  background-color: #e6f2ff;
}

.main-banner .inner-banner {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  position: relative;
  z-index: 1;
}

.main-banner .banner-content-wrapper {
  display: table;
  height: 300px;
  z-index: 9;
  position: relative;
  width: 100%;
  text-align: left;
}

.main-banner .banner-content {
  display: table-cell;
  vertical-align: middle;
}

.main-banner .banner-content h2 {
  font-size: 24px;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 400;
  color: #fff;
  padding-top: 5px;
}

.main-banner .banner-breadcrumb ul.hs-breadcrumb-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}

.main-banner .banner-breadcrumb ul.hs-breadcrumb-menu>li {
  display: inline-block;
  text-transform: capitalize;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  float: none;
  padding: 0;
}

.main-banner .banner-breadcrumb a {
  color: #fff;
}

.main-banner .banner-breadcrumb .hs-breadcrumb-menu-divider {
  display: none;
}

.main-banner .banner-breadcrumb ul.hs-breadcrumb-menu>li+li:before {
  content: ' - ';
}

.custom_listing_comments {
  border: 1px solid #ccc;
  padding: 15px;
  margin: 0 0 20px 0;
}

.comment.depth-0 {
  border-bottom: 1px solid #000 !important;
  border-top: medium none !important;
  margin: 0 10px 10px !important;
  padding: 0 15px !important;
}

.comment {
  margin: 10px 0;
  border-top: 1px solid #ccc;
  padding: 15px 0;
}
.comment-date { 
  font-size: 13px;
  display: block !important;
  text-align: left;
}
.comment-from { font-weight: bold; }
.comment-body { 
  padding: 10px 0; 
  border-bottom: medium none;
  display: block;
}
.comment-reply-to{
  margin-bottom: 15px;
}
.comment-from h4 {
  margin: 0;
  padding-top: 15px;
}

@media (max-width:767px){

  .post-item .page-center,
  .blog-recent-posts__list{
    display:block;
  }
  .blog-index__post{
    padding:1rem 0;
  }
  .post-item .post-description {
    padding-top: 20px;
  }
  .blog-index.span9 {
    padding-bottom: 0;
}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Roboto, sans-serif;
  font-size: 1.25rem;
  color: #646464;
  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: #646464;
}

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

.systems-page form {
  max-width: 500px;
}

.systems-page form .actions {
  margin: 20px 0;
}

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

input#hs-pwd-widget-password {
  height: auto !important;
  margin-top: 0 !important;
  margin-bottom: 30px;
}

.systems-page .hs-error-msgs label:before {
  content: none;
}

.systems-page .hs-error-msgs label {
  background: transparent;
  box-shadow: none;
  display: block !important;
}

.systems-page .hs-error-msgs {
  padding: 0;
}

.systems-page .hs-input[type=checkbox], .systems-page .hs-input[type=radio] {
  width: auto !important;
  display: inline-block !important;
}

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

@media (max-width:767px) {
  .systems-page form {
    max-width: 100%;
  }

  .systems-page .success {
    min-width: 100%;
  }

  .systems-page h2 {
    font-size: 25px;
  }

  .systems-page h1 {
    font-size: 35px;
  }

  .systems-page input[type="email"] {
    width: 100% !important;
  }
}

.custom-header .menu-section{
 width: fit-content; 
}

.custom-header .language-selector{
  margin: 40px 0 0 0;
    display: flex;
    flex-direction: row;
    align-content: center;
    align-items: center;
    justify-content: space-evenly;
}

.scroll-body .custom-header .language-selector{
 margin: 20px 0 0 0; 
}

.language-selector form .form-control{
 display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -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; 
}

.lang_switcher_class{
  filter: invert(1);
    z-index: 99999;
}

@media (max-width: 767px){
 .custom-header .menu-section{
   width: 100%;
  }
}