/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary variables that control standard elements
in the pages. This is also the file that loads all of the other themed CSS
styleshets into just this one in each of themed templates.
*********************************************************************************
****************************************************************************** */











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

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

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

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face { font-family: "Roboto"; 
  src: url("https://fonts.gstatic.com/s/roboto/v27/KFOmCnqEu92Fr1Mu4mxP.ttf") format("truetype");
  font-style: normal; 
  font-weight: 400;
  font-display: block; 
}

@font-face { font-family: "Roboto Condensed"; 
  src: url("https://fonts.gstatic.com/s/robotocondensed/v19/ieVl2ZhZI2eCN5jzbjEETS9weq8-19K7CA.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: block; 
}

@font-face { font-family: "Font Awesome 5 Free"; 
  src: url("https://9149224.fs1.hubspotusercontent-na1.net/hubfs/9149224/FontPackagingGroup_April2021/fonts/icomoon.eot") format("embedded-opentype"), 
    url("https://9149224.fs1.hubspotusercontent-na1.net/hubfs/9149224/raw_assets/public/INSUPACKFontPackagingGroup_April2021/fonts/fa-solid-900.woff2") format("woff2"),
      url("https://9149224.fs1.hubspotusercontent-na1.net/hubfs/9149224/raw_assets/public/INSUPACKFontPackagingGroup_April2021/fonts/fa-solid-900.woff") format("woff"),
        url("https://9149224.fs1.hubspotusercontent-na1.net/hubfs/9149224/raw_assets/public/INSUPACKFontPackagingGroup_April2021/fonts/fa-solid-900.ttf") format("truetype"); 
          font-style: normal; 
          font-weight: 900; 
          font-display: block; 
          }

@font-face { font-family: "icomoon"; 
   src: url("https://9149224.fs1.hubspotusercontent-na1.net/hubfs/9149224/FontPackagingGroup_April2021/fonts/icomoon.eot") format("embedded-opentype"), 
    url("https://9149224.fs1.hubspotusercontent-na1.net/hubfs/9149224/raw_assets/public/INSUPACKFontPackagingGroup_April2021/fonts/icomoon.woff") format("woff"), 
      url("https://9149224.fs1.hubspotusercontent-na1.net/hubfs/9149224/raw_assets/public/INSUPACKFontPackagingGroup_April2021/fonts/icomoon.woff2") format("woff2"), 
        url("https://9149224.fs1.hubspotusercontent-na1.net/hubfs/9149224/raw_assets/public/INSUPACKFontPackagingGroup_April2021/fonts/icomoon.ttf") format("truetype");
          font-style: normal;
          font-weight: 400; 
          font-display: block;
          }

@font-face { font-family: "PT Sans";
  src: url("https://fonts.gstatic.com/s/ptsans/v12/jizaRExUiTo99u79D0KEwA.ttf") format("truetype"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: block;
}
@font-face { font-family: "MyriadPro-Regular"; 
  src: url("https://9149224.fs1.hubspotusercontent-na1.net/hubfs/9149224/raw_assets/public/FontPackagingGroup_April2021/fonts/MYRIADPRO-REGULAR.woff") format("woff"); 
  font-style: normal; 
  font-weight: 400; 
  font-display: block; 
}

html {
  font-size: 24px;
}

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

p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
}

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

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

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

h4 {
  font-family: Lato, sans-serif;
  font-weight: normal;
  font-size: 1.175rem;
  line-height: 1.5;
}

h5 {
  font-size: 1rem;
  line-height: 1.5;
}

h6 {
  font-size: .9rem;
  line-height: 1.5;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}
/* 
ul,
ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

ul li,
ol li {
  line-height: 1.5rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin-top: 0;
  margin-bottom: 0;
} */

blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

/* Horizontal Rules */
hr {
  color: #ccc;
  background-color: #ccc;
  height: 1px;
  border: none;
}

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

.disable-focus-styles :focus {
  outline: none;
}
/* ******************************************************************************
*********************************************************************************
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%;
  font-family: "MyriadPro-Regular";
}
.systems-page form{
  width:550px;
}

h3.form-title {
  margin: 0;
  padding: 0px 5px;
}
.hs-button, 
.button--primary {
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;
  display: inline-block;
  text-decoration: none !important;
  margin-top: 15px;
  cursor: pointer;
  line-height: 17px;
  font-size: 14px;
  width: auto;
  font-family: "MyriadPro-Regular";
  font-weight: 400;
  font-style: normal;
  letter-spacing: 0px;
  text-align: center;
}
.hs-button:hover, .button--primary:hover {
  background-color: #21222a;
  border-color: #21222a;
  color: #fff;
}
.hs-button:focus, .button--primary:focus  {
  background-color: #21222a;
  border-color: #21222a;
  color: #fff;
  outline: none;
}
.hs-button:active, .button--primary:active  {
  background-color: #71727a;
  border-color: #71727a;
}
.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
}
.hs-button:active {
  background-color: #71727a;
  border-color: #71727a;
}
body form .hs-input, 
body form .hs-search-field__input,
body form select,
body form #hs-pwd-widget-password,
body form textarea {
  color: #33475b;
  padding-top: 0;
  padding-bottom: 0;
  height: 29px;
  font-size: 13px;
  padding: 8px 15px;
  width: 100%;
  line-height: normal;
}
body form .hs-input:hover, 
body form .hs-search-field__input:hover,
body form select:hover,
body form #hs-pwd-widget-password:hover,
body form textarea:hover {
  color: #33475b;
}
body form .hs-input:focus, 
body form .hs-search-field__input:focus,
body form select:focus,
body form #hs-pwd-widget-password:focus,
body form textarea:focus {
  outline: none;
}
.hs-form label {
  color: #33475b;
}
.hs-form-field label, .hs-form-field a {
  color: #33475b;
}
a#hs_login_reset {
  color: #33475b;
}

form .hs-error-msgs label {
  color: #f2545b;
}
.hs_error_rollup .hs-error-msgs label {
  margin-top: 0;
}
body form .hs-input[type=checkbox],
body form .hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto !important;
  margin: 3px 5px 3px 0px;
  padding: 0 !important;
  line-height: normal;
  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;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}
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;
}
body form .hs-input.form-input-error,
body form input.hs-input.error,
body form div.field.error input,
body form div.field.error textarea,
body form div.field.error .chzn-choices,
body form textarea.hs-input.error,
body form select.hs-input.error {
  border-color: #c87872 !important;
}
body form .hs-input.form-input-error,
body form input.hs-input.error:focus,
body form div.field.error input:focus,
body form div.field.error textarea:focus,
body form div.field.error .chzn-choices:focus,
body form textarea.hs-input.error:focus,
body form select.hs-input.error:focus {
  border-color: #b9554d !important;
}
.actions {
  padding: 0;
}
.inputs-list {
  margin: 0 0 0px;
  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;
  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;
  padding-left: 0;
}
.hs_error_rollup {
  margin-top: 10px;
}
form .field:first-child {
  margin-top: 0;
}
.field {
  margin-bottom: 0;
  margin-top: 15px;
}
.hs-field-desc {
  color: #7c98b6;
  margin: 0px 0px 6px;
}
.hs-form-required {
  color: red;
}
#hs-pwd-widget-password {
  margin-top: 0 !important;
}

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

.grecaptcha-badge {
  margin: 0 auto;
}

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

@media(max-width:767px){
  .email-edit,.systems-page .success {
    width: 100% !important;
  }
  .systems-page form{
    width:100%;
  }
  .systems-page h1{
    font-size:28px;
  }
  .systems-page h2{
    font-size:24px;
  }
}

@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: "MyriadPro-Regular";
}
#hs-pwd-widget-password {
  height: 29px !important;
}

.form_width form {
  width: 100%;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.custom-menu-primary .navigation-primary > .level-1 {
  list-style: none;
  margin: 0;
  padding: 0;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-menu-primary .navigation-primary .submenu .menu-item {
  float: left;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  padding-right: 45px;
}

.custom-menu-primary .navigation-primary .submenu .menu-item a {
  font-family: "MyriadPro-Regular";
  font-weight: 400;
  font-size: 18px;
  letter-spacing: 0px;
  font-style: normal;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  height: 40px;
  text-decoration:none;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-font-smoothing: subpixel-antialiased;
  transition: none;
  -webkit-transition: none;
  -moz-transition: none;
}
.custom-menu-primary .navigation-primary .submenu .menu-item:last-child>a {
  font-size: 14px;
}

.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item {
  float: none;
  margin: 0;
  padding: 0;
  position: relative;
  cursor: pointer;
  width:100%;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item:last-child {
  margin-bottom: 0;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .menu-item a {
  font-family: "MyriadPro-Regular";
  font-weight: 400;
  padding-top: 7px;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  padding-bottom: 7px;
  border-bottom-color: #dcdadb;
  font-size: 14px;
  line-height:2;
  padding: 7px 20px;
  text-indent: 0;
  height: auto;
  justify-content:flex-start;
  transition: color .2s ease-in-out,background-color .2s ease-in-out,border-color .2s ease-in-out,height 0s,line-height 0s;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.scroll-header .custom-menu-primary .navigation-primary .submenu .menu-item a {
  color: rgba(255,255,255,1.0);
  color: #101725;
}

.scroll-header .custom-menu-primary .navigation-primary .submenu .menu-item{
  padding-right: 57px;
}

.scroll-header .custom-menu-primary .navigation-primary .submenu .menu-item a{
  font-size:16px;
}

.scroll-header .custom-menu-primary .navigation-primary .submenu .menu-item:last-child>a{
  font-size:14px;
}

.triangle-container {
  display: none;
}
.custom-menu-primary .navigation-primary .submenu .menu-item:last-child {
  padding-right: 0;
}
.submenu-toggle {
  display: none;
}
.custom-menu-primary .navigation-primary > .level-1:after {
  content: " ";
  display: table;
  clear: both;
}
.custom-menu-primary .navigation-primary > .level-1:before {
  content: " ";
  display: table;
}
.custom-menu-primary .navigation-primary .submenu .menu-item:hover > ul.submenu {
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary .navigation-primary .submenu .menu-item ul ul {
  left: 100%;
  top: 0;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a {
  width: 100%;
  position: relative;
}
.custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item:hover > a:after {
  transform: translate3d(-5px, 0, 0);
  -webkit-transform: translate3d(-5px, 0, 0);
}
.header_row {
  display: inline-block;
  margin-right: 13px;
  font-size:14px;
  line-height:26px;
}
.header__column {
  text-align: right;
}
@media (min-width: 801px){
  .header_close {
    display: none !important;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul {
    position: absolute;
    left: 0;
    visibility: hidden;
    opacity: 0;
    line-height: 2;
    z-index: 1;
    list-style: none;
    margin: 0;
    font-family: "MyriadPro-Regular";
    font-weight: 400;
    width: 180px;
    letter-spacing: 0px;
    font-style: normal;
    /*     left: -155px; */
    box-shadow: 1px 1px 30px rgb(0 0 0 / 6%);
    padding: 0;
    transition: opacity .2s ease-in;
  }
}


@media(max-width:1300px){
  .custom-menu-primary .navigation-primary .submenu .menu-item ul{
    left:-155px;
  }
}

@media (max-width: 800px){
  .header__column {
    text-align: left;
  }
  .header_row {
    display: block;
    margin: 0;
    width: 100%;
  }
  .custom-menu-primary .navigation-primary > .level-1 {
    display: block;
    width: 100%;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item {
    margin-left: 0;
    margin-right: 0;
    display: block;
    width: 100%;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item a {
    height: 35px;
    background-color: #f9f9f9;
    font-size: 12px;
    padding:0px 12px;
    letter-spacing: 0px;
    padding-left: 30px;
    text-align: left;
    font-family: "MyriadPro-Regular";
    font-weight: 400;
    font-style: normal;
    line-height: 35px;
    color: #333;
    border-bottom: 1px solid transparent;
    border-color: #dadada;
    display: block;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item{
    position: relative;
    font-size: 12px;
    line-height: normal;
    padding-right:0px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul {
    display: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item .menu-arrow {
    right: 0px;
    top: 0;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item > ul .has-submenu.menu-item > a:after {
    right: 8px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item ul ul {
    display: none;
    padding: 0;
    margin-top: 0;
    margin-bottom: 0;
  }
  .header__column {
    display: none;
  }
  .menu-arrow {
    position: absolute;
    height: 20px;
    width: 30px;
    margin-left: -8px;
    z-index: 99;
    cursor: pointer;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul .menu-item a {
    height: 35px;
    background-color: #f9f9f9;
    border-color: #dadada;
    display: block;
    padding: 0 12px;
    color: #333;
    font-size: 14px;
    line-height: 35px;
    letter-spacing: 0px;
    font-family: "MyriadPro-Regular";
    font-weight: 400;
    font-style: normal;
    padding-left: 39px;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item>ul .menu-item a:before {
    content: "-";
    margin-right: 6.5px;
    color: #333;
  }
  .custom-menu-primary .navigation-primary .submenu .menu-item:last-child>a{
    padding-left: 35px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

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

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

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

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */



@media(max-width:1160px){
  .dnd-section > .row-fluid,
  .page-center,
  .content-wrapper{
    padding-left:30px;
    padding-right:30px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 {
  position: relative;
}
.header__container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
.header_top {
  border-bottom: 1px solid transparent;
  padding-left: 30px;
  padding-right: 30px;
  backface-visibility: hidden;
  transition: none;
  border-bottom-color: #449abc;
}
.fusion-logo {
  display: block;
  float: left;
  max-width: 100%;
  zoom: 1;
  margin: 31px 0;
}
.logo2 {
  float: right;
}
.fusion-secondary-header {
  border-top: 1px solid #449abc;
}
.logo2 img {
  width: 130px;
  margin: 20px 0px 10px 20px;
}
.header_bottom {
  top: 0px;
  border-bottom: 1px solid transparent;
  padding-left: 30px;
  padding-right: 30px;
  backface-visibility: hidden;
  border-bottom-color: #449abc;
}
.custom-header.lp .inner_header_group {
  height: auto;
}

@media(min-width:801px){
  .scroll-header .header_bottom {
    position: fixed;
    top: 0;
    z-index: 210;
    max-width: 100%;
    width: 100%;
    box-shadow: rgb(0 0 0 / 12%) 0 1px 3px;
    background: #fff;
    border-bottom:0;
  }
  .scroll-header .header_top {
    display: none;
  }

  .inner_header_group {
    height: 202px;
  }
}


@media (max-width: 800px){
  .custom-menu-primary{
    display:none;
  }
  .header_top {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .header__container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 0;
    padding-right: 0;
    max-width: 100%;
    width: 100%;
  }
  .fusion-logo {
    margin: 0px;
  }
  .logo2 img{
    width:60px;
  }
  .logo-1 img {
    width: 180px;
  }
  .fusion-mobile-menu-icons {
    display: block;
    margin-top: 0;
    position: relative;
    top: 0;
    right: 0;
    vertical-align: middle;
    text-align: right;
  }
  .fusion-mobile-menu-icons a {
    float: right;
    font-size: 21px;
    margin-left: 20px;
    color: #dadada;
    font-family: icomoon!important;
    speak: none;
    font-style: normal;
    text-decoration:none;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }
  .fusion-icon-bars:before {
    content: "\f0c9";
    color: #dadada;
  }
  .custom-menu-primary{
    padding-top: 0;
    margin-left: -30px;
    margin-right: -30px;
    margin-bottom: 0;
  }
  .header_bottom{
    border-bottom:none;
  }
  .child-trigger {
    display: block;
    z-index: 1;
    position: absolute;
    top: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    outline: 0;
    background: 0 0;
    min-width: 50px;
    border: none;
    line-height: 15px;
    font-size: 13px;
    text-align: center;
    height: 35px;
    line-height: 35px;
    font-size: 12px;
    right: 0;
    padding-right: 35px;
  }
  .child-trigger::after {
    display: block;
    margin: 0;
    content: '\e61f';
    font-family: icomoon;
  }
}

@media(max-width:360px){
  .logo-1 img{
    width:151.61px;
  } 
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
.custom-footer a{
  text-decoration:none;
}

.footer__container {
  margin: 0 auto;
}

.footer_bottom {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 18px;
  padding-bottom: 16px;
  z-index: 10;
  position: relative;
  border-top: 1px solid #4b4c4d;
}
.fusion-copyright-content {
  text-align: center;
}
.footer_top {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 30PX;
  padding-bottom: 25PX;
}
.fusion-column {
  padding-left: 15px;
  padding-right: 15px;
  text-align: center;
}
.footer_top_content {
  margin: 0 calc((15px)*-1);
  display: block;
  -ms-flex-flow: wrap;
  flex-flow: wrap;
}

.footer_top_content .fusion-column:nth-of-type(3n+1), .footer_top_content .fusion-flip-box-wrapper:nth-of-type(3n+1) {
  clear: both;
}
.footer_top_content h4 {
  font-family: "MyriadPro-Regular";
  font-size: 13px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  text-transform: uppercase;
  margin: 0 0 15px;
}
.menu-menu-container ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.menu-menu-container ul li {
  padding: 5px;
  border-bottom: 1px solid transparent;
  position: relative;
  display: block;
}

.footer_nav_section .navigation-primary .submenu .menu-item a:before {
  position: absolute;
  font-family: icomoon;
  content: '\f105';
  margin-left: -12px;
  color: #fff;
  transition-property: color,background-color,border-color;
  transition-duration: .2s;
  transition-timing-function: linear;
}
.menu-menu-container ul ul {
  margin-left: 15px;
  padding-top: 10px;
}

.menu-menu-container ul ul li a {
  font-family: "MyriadPro-Regular";
  font-size: 14px;
  display: block;
  position: relative;
  padding-top: 12px;
}
.menu-menu-container ul:first-child li:last-child>a {
  font-size: 14px;
}
.footer_nav_section a:before {
  position: absolute;
  font-family: icomoon;
  content: '\f105';
  margin-left: -12px;
}
.footer_nav_section a {
  font-family: "MyriadPro-Regular";
  text-decoration:none;
}
.menu-menu-container ul ul li:last-child {
  border-bottom: none;
}
.footer_nav_section a:hover {
  color: #23282e !important;
}
#toTop {
  height: 35px;
  position: fixed;
  text-align: center;
  width: 48px;
  opacity: .9;
  z-index: 100000;
  transition: all .2s ease-in-out 0s;
  line-height: 1;
  background-color: #333;
  bottom: 0;
  right: 75px;
  border-radius: 4px 4px 0 0;
  text-decoration:none;
}
#toTop:before {
  line-height: 35px;
  content: '\f106';
  -webkit-font-smoothing: antialiased;
  font-family: icomoon;
  font-size: 22px;
  color: #fff;
}
#toTop:hover {
  background-color: #449abc;
}
.footer_top_content img{
  max-width: 100%;
  height: auto;
}


@media (min-width: 0px){
  .footer-sm-4 {
    width: 33.33333333%;
    float:left;
  }
}

@media (min-width: 992px){
  .footer-md-4 {
    width: 33.33333333%;
    float:left;
  }
}

@media (min-width: 1200px){
  .footer-lg-4 {
    width: 33.33333333%;
    float:left;
  }
}

@media only screen and (max-width: 800px){
  .fusion-column {
    margin: 0 0 50px;
    border-right: none;
    border-left: none;
    width: 100%;
    float: none;
  }
  .last-items {
    margin: 0px;
  }
}

@media(max-width:767px){
  #toTop{
    display:none !important;
  }
}

@media only screen and (max-width: 640px){
  .last-items{
    margin: 0 0 50px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */
.content-wrapper {
  margin: 0 auto;
}

.blog_listing_page,.blog_post_page {
  background: #fff !important;
}
.blog_listing_page {
  padding-left: 30px;
  padding-right: 30px;
  padding-top: 55px;
  padding-bottom: 40px;
}
.listing_top_heading h1 {
  font-size: 60px;
  margin-top: 0px;
  margin-bottom: 51px;
  text-align: center;
}
.blog_repeat_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  margin-bottom: 65px;
}
.fusion-date-and-formats {
  float: left;
  margin-right: 17px;
  width: 82px;
  text-align: center;
}

.fusion-date-box.updated {
  padding: 8px 0 5px;
  color: #fff;
  display: block;
  background-color: #449abc;
}
.fusion-date-box span:first-child {
  display: block;
  line-height: 29px;
  font-size: 29px;
  font-weight: 700;
}
.featured_image_div img {
  width: 320px;
  max-width: 100%;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height:202px;
  object-fit: cover;
}

.featured_image_div {
  display: block;
  margin-right: 17px;
}
.fusion-post-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 1px;
  flex: 1 1 1px;
}

.fusion-post-content h2 {
  font-family: "MyriadPro-Regular";
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  font-size: 28px;
  margin-top: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.fusion-post-content h2 a{
  text-decoration:none;
}



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


.blog-post__read-more a svg {
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}


.blog-sidebar .filter-expand-link {
  position: relative;
  top: -15px;
  display: block;
  margin-bottom: 25px;
  text-transform: capitalize;
  text-align: center;
}

.blog-sidebar-post-listing ul li {
  padding-left: 2.3em;
  line-height: 24px;
  text-indent: -25px;
}

.blog-sidebar-post-listing li:before {
  position: relative;
  width: 22px;
  float: left;
  content: counter(list-item);
  font-size: 25px;
  font-weight: 600;
}

.blog-sidebar-post-listing li a {
  position: relative;
}

.blog-pagination.span12 {
  display: flex;
  margin-left: 0;
}
.blog_post_page {
  padding-top: 55px;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
}
.blog-post__title {
  font-family: "MyriadPro-Regular", Roboto !important;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 0px;
  font-style: normal;
  color: #2a637a !important;
  font-size: 28px !important;
  margin-top: 0;
  margin-bottom: 28px;
}
.featured_image_post img {
  width: 100%;
  max-width: 100%;
  display: block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  margin-bottom: 30px;
}
.fusion-post-content-container p {
  margin: 0px;
  margin-top: 20px;
}

.blog_listing_page .content-wrapper,.blog_post_page .content-wrapper {
  padding-left: 0px;
  padding-right: 0px;
}

@media(max-width:800px){
  .fusion-post-content {
    margin: 0;
    padding-top: 20px;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
  }
  .fusion-date-box.updated {
    margin-bottom: 3px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: #ccc;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  width: 500px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  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: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  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: #494a52;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
  img {
      max-width: 100%;
  }
  .container {
    max-width: 1100px;
    margin: 0 auto;
    padding: 0 20px;
  }
  .body-container-wrapper {
    margin: 60px 0;
  }
  .body-container-wrapper.single-product {
    margin-top: 0;
  }
  .product-header {
    background-color: rgba(234, 234, 234, 1) !important;
    padding: 30px 0;
  }
  .single-product h1, .single-product h2 {
    font-weight: 500!important;
    margin: 0;
    color: #111726!important;
  }
  .product-desc {
    font-size: 16px;
  }
  .product-image {
    text-align: center;
    width: 100%;
    max-width: 100%;
  }
  .slick-slide img {
    display: block;
    margin: 0 auto;
  }
  .slick-prev:before, .slick-next:before {
    color: #777!important;
  }
  .slick-prev {
    left: 0px!important;
    z-index: 9;
  }
  .slick-next {
    right: 0!important;
    z-index: 9;
  }
  .product-body {
    display: grid;
    align-items: center;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-gap: 60px;
    margin-top: 40px;
  }
  .product-pdf {
    display: block;
    font-size: 16px;
    width: 100%;
    background-color: rgba(59,66,94,1.0);
    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
  }
  .product-pdf img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
  }
  .product-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .breadcrumbs {
    font-size: 16px;
  }
  .related-products {
    margin-top: 60px;
  }
  .related-products-grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    text-align: center;
    grid-gap: 80px;
  }
  .related-products-grid img {
    max-width: 100%;
  }
  .related-products h2 {
    margin-bottom: 20px;
  }
  .container.product-video {
    text-align: center;
    margin-top: 40px;
  }
  .container.product-video iframe {
    width: 700px;
    height: 400px;
  }
  h4.product-ventajas {
    margin-top: 20px;
  }
  @media (max-width: 480px) {
    .product-body {
      display: block;
    }
    .breadcrumbs {
      font-size: 12px;
    }
    .related-products-grid {
      grid-template-columns: 1fr;
    }
    .product-header {
        margin-top: 0;
    }
    .container.product-video iframe {
        width: 100%;
        height: 240px;
    }
    .slick-prev {
        left: -15px!important;
        z-index: 9;
    }
    .slick-next {
        right: -15px!important;
        z-index: 9;
    }
  }
.white-popup {
  position: relative;
  background: #FFF;
  padding: 20px;
  width:auto;
  max-width: 500px;
  margin: 20px auto;
}
.descargar-pdf-popup, .hubspot-form .hs-button {
    display: block;
    width: 100%;
    background-color: rgba(59,66,94,1.0);
    padding: 20px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    margin-top: 30px;
    font-size: 16px;
}
.descargar-pdf-popup img {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
}
.submitted-message {
    text-align: center;
    font-size: 16px;
    margin-top: 30px;
}
.hubspot-form label, .hubspot-form input {
    font-size: 16px!important;
}
.hubspot-form input {
    padding: 20px 15px!important;
    margin-top: 5px;
}
.legal-consent-container {
    margin-top: 10px;
}