/* ******************************************************************************
*********************************************************************************
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: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
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;
  }
}


@media(max-width:1199px){

  .dnd-section > .row-fluid {
    max-width: 992px !important;
}

}

@media(max-width:991px){

  .dnd-section > .row-fluid {
    max-width: 768px !important;
}

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

@font-face {
  font-family: "Flaticon";
  src: url("//4850065.fs1.hubspotusercontent-na1.net/hubfs/4850065/Infocorp_August2020/Fonts/Flaticon.eot") format("embedded-opentype"),
  url("//4850065.fs1.hubspotusercontent-na1.net/hubfs/4850065/Infocorp_August2020/Fonts/Flaticon.woff2") format("woff2");
  font-style: normal;
  font-weight: normal;
  }
  
  
  @font-face {
    font-family: "rbicon";
    src: url("//4850065.fs1.hubspotusercontent-na1.net/hubfs/4850065/Infocorp_August2020/Fonts/setech.eot") format("embedded-opentype"),
    url("//4850065.fs1.hubspotusercontent-na1.net/hubfs/4850065/Infocorp_August2020/Fonts/setech.woff2") format("woff2");
    font-style: normal;
    font-weight: normal;
  }
  
  @font-face {
    font-family: "slick";
    src: url("//4850065.fs1.hubspotusercontent-na1.net/hubfs/4850065/Infocorp_August2020/Fonts/slick.eot") format("embedded-opentype"),
     url("//4850065.fs1.hubspotusercontent-na1.net/hubfs/4850065/Infocorp_August2020/Fonts/slick.woff") format("woff");
    font-style: normal;
    font-weight: normal;
  }
  
  body {
  line-height:24pt;
  -webkit-font-smoothing: antialiased;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  }
  
  p {
  margin-top: 0;
  margin-bottom: 1rem;
  font-family: Lato, serif;
  }
  
  /* Anchor Links */
  a {
  color: #0270E0;
  text-decoration: none;
  }
  
  
  /* Headings */
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.2;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  }
  
  h1 {
  font-size: 2.1rem;
  line-height: 1.3;
  }
  
  h2 {
  font-size: 1.6rem;
  line-height: 1.2;
  }
  
  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 ul,
  ol ul,
  ul ol,
  ol ol {
  margin-top: 0;
  margin-bottom: 0;
  }
  
  blockquote {margin: 0;
    margin-bottom: 29px;
    font-weight: 500;
    display: block;
    text-align: left;
    padding-left: 50px;
    position: relative;
    font-size: 18px;
  }
  
  blockquote:before {
    content: '\f151';
    font-family: 'rbicon';
    position: absolute;
    left: 0;
    line-height: 30px;
    top: 7px;
    font-size: 40px;
    color: #f4a01d!important;
  }
  
  /* 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: 767px;
  font-family: Lato, sans-serif;
}

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

/*Diseño HAL*/
.hs_cos_wrapper_type_form, form fieldset, form { max-width: 100%!important; }

<!-- /* REMOVE CROSS ICON */ -->
input[type="search"]::-webkit-search-cancel-button {
display: none;
}
input[type="search"]:-moz-search-cancel-button {
display: none;
}
input[type="search"]::-ms-clear  {
display: none;
}   



.hs-button {
  margin:15px 0;
  white-space: normal;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  border-style: solid;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
}


.hs-form label {
  display: block;
  float: none;
  line-height: 20px;
  width: auto;
  font-weight: 500;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #000000;
}

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


.hs_cos_wrapper_type_form,
.hs_cos_wrapper_type_blog_subscribe,
.hs_cos_wrapper_type_google_search,
.widget-type-email_simple_subscription,
.widget-type-password_prompt,
.hs-search-field{
max-width: 767px;
display: inline-block;
width:100%;
margin:15px 0;
}

ul.no-list.hs-error-msgs.inputs-list label {
  font-family: arial, helvetica, sans-serif;
  color: #f2545b;
  padding: 0;
  margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list {
  padding: 0;
  margin: 10px 0 0;
}

ul.no-list.hs-error-msgs {
  padding: 0;
}


input[type=password],
.hs-input {
  display: inline-block;
  width: 100% !important;
  max-width:100%;
  min-height: 40px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid;
  background-color: #f5f8fa;
  padding: 0 15px !important;
  margin: 0 !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  min-height: auto !important; 
  width: auto !important;
  height: auto !important;
  padding: 0 !important;
  margin: 3px 5px 3px 0px !important;
  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;
}

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}

.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: 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: 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: Lato, serif;
}

/* DISEÑO HAL */
.submitted-message .hs-form-739e6e39-821c-48a4-bee9-4404ec6d4a76 .hs-form-739e6e39-821c-48a4-bee9-4404ec6d4a76_34a41023-5b20-48c3-9d82-93a9868cbdf1{
  color: #ffffff;
}

.hs-form-46a62f39-1974-4b48-99f8-7093597f4575_5077e682-19d7-40ec-9f3a-284adab393c3 fieldset {
    max-width: 100%!important;
}
/* ******************************************************************************
*********************************************************************************
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 {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


.header__container {
display: flex;
justify-content: space-between;
align-items: center;
min-height: 83px;
margin: 0 auto;
}


.scroll .logo-wrapper.normal {
display: none;
}

.scroll .logo-wrapper.fixed {
display: block;
}

.logo-wrapper.fixed {
display: none;
}

.header-wrap.scroll {
position: fixed;
top: 0;
left: 0;
right: 0;
opacity: 0;
z-index: 8;
visibility: hidden;
}

.contact-btn a:hover i {
  color: inherit;
}

.header-wrap.scroll.fixed {
opacity: 1;
transition: 1s;
visibility: visible;
-webkit-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
-moz-box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
box-shadow: 0 0 35px 0 rgba(0,0,0,0.07);
}

.logo-wrapper img {
width: 230px!important;
float: left;
}

.header-wrap {
padding-right: 85px !important;
padding-left: 85px !important;
}

.logo-wrapper {
width: 16.66666667%;
padding: 0px 15px;
}

.menu-wrapper {
width: 66.66666667%;
padding: 0px 15px;
}

.contact-btn {
width: 16.66666667%;
text-align: right;
padding: 0px 15px;
}


.contact-btn a {
line-height: 27px;
font-size: 16px;
font-weight:500;
display: flex;
justify-content: flex-end;
align-items: center;
}

.flaticon-comment:before {
font-family: Flaticon;
font-style: normal;
content: "\f100";
}

.contact-btn a i{
  font-size: 32px;
  position: relative;
  display: inline-block;
  width: 1em;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 1em;
  line-height: calc(1em + 2px);
  float: left;
  margin-right: 9px;
}


  .language-area{
    float: right;
}

.globe_class{
  filter: invert(1);
}

@media(max-width:1601px){

.header-wrap {
padding: 0px 15px !important;
}

}

.search-area, .hs_cos_wrapper_type_language_switcher{
display:none;
}


@media(min-width:1200px){

  .mobile-trigger{
  display: none;
  }

  .logo-wrapper.mobile{
  display: none !important;
  }
}

@media(max-width:1199px){

.search-area form {
position: relative;
}
  
  .language-area{
  position: relative;
  float: right;
}

.mobile-open .header-wrap {opacity: 1 !important;visibility: visible !important;}

.menu-overlay {
position: fixed;
left: 0;
right: 0;
top: 0;
height: 100vh;
pointer-events: none;
opacity: 0;
cursor: pointer;
background-color: #000;
-webkit-transition: opacity 0.3s ease;
transition: opacity 0.3s ease;
z-index: 8;
}


.mobile-open .menu-overlay {
opacity: .5;
pointer-events: auto;
}

.header-wrap {
background-color: #2196f3!important;
padding: 13px 0 12px !important;
/*border-bottom:1px solid #ccc;*/
}

.header-wrap.scroll.fixed{
  border:none !important;
}

.logo-wrapper:not(.mobile) {
display: none !important;
}

.header__container {
max-width: 992px !important;
}

.logo-wrapper.mobile img {
width: auto !important;
max-width: 130px !important;
}

.logo-wrapper.mobile a {
float: left;
display: inline-block;
}

.menu-wrapper .logo-wrapper {
display: inline-block;
width: 100%;
padding: 0;
padding-bottom: 19px;
}
.header__container {
  min-height: auto;
}

.menu-wrapper {
width: 300px;
position: fixed;
left: -300px;
top: 0;
z-index: 999;
line-height:20pt;
background-color: #000;
height: 100vh;
padding: 20px 25px 60px;
-webkit-overflow-scrolling: touch;
overflow: auto;
-webkit-transition: all 0.3s ease-out;
transition: all 0.3s ease-out;
}

.contact-btn {
display: none;
}

.mobile-trigger span {
height: 2px;
width: 25px;
display: block;
-webkit-border-radius: 3px;
border-radius: 3px;
opacity: 1;
-webkit-transition: all 0.3s ease;
transition: all 0.3s ease;
background-color: #fff;
}

.mobile-trigger span:first-child {
margin-bottom: 4px;
}

.mobile-trigger span:last-child {
margin-top: 4px;
}

.mobile-trigger {
padding: 0px 15px;
cursor: pointer;
}

.mobile-open .menu-wrapper {
left: 0;
}


  
.search-area input {
border-width: 1px;
font-size: 17px;
padding: 10px 50px 10px 10px;
-webkit-border-radius: 7px;
border-radius: 7px;
border: 1px solid #e5e5e5 !important;
outline: none !important;
height: 45px;
line-height: 45px;
font-family: inherit;
margin: 0;
width: 100%;
}


.search-area input:focus{
color: #222;
}

.search-area input::placeholder {
color: rgba(0, 0, 0, 0.3);
font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;
}

button.search-submit {
position: absolute;
right: 0;
top: 0;
margin: 0;
height: 100%;
padding: 0;
width: 45px;
background: none;
-webkit-box-shadow: none;
-moz-box-shadow: none;
box-shadow: none;
border: 0;
z-index: 1;
font-size: 17px;
font-weight: 400;
}

button.search-submit:before {
content: '\f120';
font-family: 'rbicon';
font-size: 16px;
}

}

@media(max-width:991px){

  .header__container {
    max-width: 768px !important;
}

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

footer.footer {
  padding-top: 80px !important;
  padding-bottom: 50px !important;
  line-height: 26px;
}

.footer__container{
  margin: 0px auto;
  padding:0px 15px;
}

.footer-form .hs_cos_wrapper_type_form {
  margin: 0;
  max-width:100% !important;
}

.lp .footer-copyright {
  border: none !important;
  padding-top: 0px !important;
}

footer.footer.lp {
  padding-top: 50px !important;
}

.lp .footer-copyright p {
  margin: 0;
}

.footer-form form {
  max-width: 100% !important;
}

.footer-form input.hs-button.primary.large {
  background: #2191f3;
  border-color: #2191f3;
  margin-top: 36px;
}

.footer-form .hs-form-field {padding-right: 8px;}

.footer-form h3 {
  padding-bottom: 28px;
}

.footer-copyright p {
  font-size: 14px;
  line-height: 27px;
  color: rgba(255,255,255,0.5);
  text-align: center;
  margin-bottom: 0;
  margin-top: 20px;
}

.footer-copyright {
  border-top-width: 1px !important;
  padding-top: 19px !important;
  border-top-color: rgba(255,255,255,0.15) !important;
  border-top-style: solid !important;
}

.footer-social {
  text-align: center;
  display: block;
}

.footer-social a {
  display: inline-block;
}

.footer-social a i {
  height: auto;
  line-height: 0;
  position: relative;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
}

.footer-social a i:before {
  width: 1.2em;
  height: 1.2em;
  line-height: 1.2em;
  text-align: center;
  display: inline-block;
  font-size: 18px;
  font-family: Fontawesome;
  font-style: normal;
  margin: 0 !important;
  padding-left: 1px;
}

.flaticon-linkedin:before {
  content: "\f108";
}

.flaticon-instagram:before {
  content: "\f109";
}

.flaticon-twitter:before {
  content: "\f10a";
}

.flaticon-whatsapp:before {
  content: "\f10b";
}

.footer-social a:not(:last-child) {
  margin-right: 15px;
}
.footer-copyright {
    text-align: center;
}
.footer-form input.hs-button.primary.large {
    background: #2191f3;
    border-color: #2191f3;
    margin-top: 0;
    font-size: 17px;
    padding: 12px 25px;
}
.footer-social {
  margin-top: -20px!important
}
.footer-form p {
    font-family: 'Titillium Web',sans-serif;
}
.footer-form span {
    color: rgba(255,255,255,0.75);
  /* Desactivado por Soporte HubSpot
    font-size: 17px;
  */
}

.footer-image {
  width: 16.66666667%;
  padding-left: 15px;
  padding-right: 15px;
}

.footer-image img {
  width:117px !important;
  display: block;
  margin-top: 2px;
  height: auto;
  max-width: 100%;
}

.footer-image span {
  display: inline-block;
  line-height: 0px;
}

.footer-menu {
  width: 50.00001%;
  float: left;
}

a.back-to-top {
  position: fixed;
  right: 15px;
  bottom: -60px;
  width: 40px;
  height: 40px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: bottom 0.3s ease-in-out;
  z-index: 2;
  border-radius: 7px;
  background-color: #fff;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.07);
}

a.back-to-top:before {
  content: '\f210';
  font-family: 'rbicon';
  font-size: 20px;
  display: inline-block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #2196f3;
}

.footer-form {
  width: 33.33333333%;
  padding: 0px 15px;
}

.footer-form h3,.footer-menu nav>ul>li>a {
  line-height: 1.4em;
  font-size: 20px;
  margin-bottom: 18px;
  font-weight: 600;
  font-family: 'Titillium Web', sans-serif;
  display: block;
}

.footer-menu ul ul li a {
  margin-top: 10px;
  display: block;
  line-height: normal;
}

a.back-to-top.show {
  bottom: 15px;
}

.footer-column {
  display: flex;
  margin: 0px -15px;
  flex-wrap: wrap;
}

.footer-menu nav>ul>li {
  width: 33.333%;
  float: left;
  padding: 0px 15px;
}

.footer a{
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

@media(max-width:1199px){

  .footer__container {
    max-width: 992px !important;
}


.footer-form form>div:nth-child(2),.footer-form form>div:nth-child(1) {
  width: 50%;
  float: left;
}

.footer-form form>div:nth-child(1) input {
  width: 90% !important;
}

.footer-menu {
    width: 75%;
}

.footer-image {
    width: 25%;
}

.footer-form h3 {
    padding-bottom:6px;
}

.footer-form {
    margin-top: 30px;
}

.footer-form {
  width: 100%;
}

}



@media(max-width:991px){

  .footer__container {
    max-width: 768px !important;
}

}

@media(max-width:767px){

  .footer-social {
    margin-top: 16px !important;
}

.footer-menu {
  width: 100%;
  margin-top:0px;
}

.footer-image {
  width: 50%;
}

.footer-menu nav>ul>li {
  width: 50%;
  margin-top:20px;
}


}

@media(max-width:480px){

  
.footer-form form>div:nth-child(2),.footer-form form>div:nth-child(1) {
  width: 100%;
  float: none;
}

.footer-form form>div:nth-child(1) input {
  width: 100% !important;
}


}

@media(max-width:340px){

  .footer-social a:not(:first-child) {
    margin-left: 10px;
}
}

/**HAL DISEÑO**/

.hs-form-2d6e5cf1-1df8-41ce-9dc4-5bb681732a4c_66eb0f5b-2d4b-48a6-bba8-d0222d7bb290 .hs-richtext{
  margin-top: 10px;!important
}
/* ******************************************************************************
*********************************************************************************
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 {
  max-width: 1240px;
  padding: 0px;
  margin: 0 auto;
  }

  .hs-blog-post .hs_cos_wrapper_type_form {
    max-width: 100%;
}

.hs-blog-post .hs_cos_wrapper_type_form form {
    max-width: 100%;
}

  .hs-blog-post,
.hs-blog-listing {
    background-color: #f9f9f9;
}


.hs-blog-post *,
.hs-blog-listing *{
  font-family: Catamaran,Arial,Sans-Serif;
}

.blog-post img {
     max-width: 100%;
  }
  
  .about-author {
  background-color: white;
  border-style: solid;
  border-color: #ededed;
  border-width: 1px;
  border-radius: 4px;
  padding: 20px;
  margin: 20px 0;
  display: flex;
  }
  
  .author-img {
  width: 14.529914530000001%;
  float: left;
  }
  
  .author-content {
  width: 82.905982906%;
  float: left;
  margin-left: 2.564102564%;
  }
  
  .author-img img {
      border: 0 none;
      max-width: 100% !important;
      vertical-align: middle;
      height: auto;
      padding: 5px 15px;
      max-width: 122px !important;
    border-radius: 100%;
  }
  
  .author-content h5 {
  font-size: 18px;
  line-height: 1em;
  margin-bottom: 5px !important;
  margin: 0 0 10px;
  font-family: Catamaran,Arial,Sans-Serif;
  font-weight: 600;
  }
  
  .author-social a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 8%;
  color: #fff !important;
  background-color: #4f4f54;
  display: inline-block;
  text-align: center;
  margin-right: 5px;
  margin-bottom: 5px;
  }
  
  .author-social i {
  margin-top: 8px;
  }
  
  .reading-minutes-post {
  display: inline-block;
  font-size: 14px;
  color: #99999a;
  margin-left: 10px;
  border-top: 5px solid #2196f3;
  padding-top: 5px;
  margin-bottom: 35px;
  margin-top: 2px;
  }
  
  .reading-minutes-post img {
  width: 18px !important;
  border: 0 none;
  max-width: 100%;
  max-width: 18px;
  vertical-align: middle;
  height: auto;
  }
  
  .hs-blog-post .sidebar {
  margin-top: 22px;
  }
  
  .post-subscribe ul.no-list.hs-error-msgs.inputs-list {
  margin: 10px auto !important;
  max-width: 500px;
  text-align: center;
  }
  
  .post-subscribe ul.no-list.hs-error-msgs.inputs-list label {
  text-align: center;
  color: white;
  }
  
  .post-subscribe span.hs-form-required {
  display: none;
  }
  
  
  .sidebar-img {
  padding: 0 !important;
  background-color: transparent !important;
  }
  
  .sidebar-img img {
  width:auto;
  max-width: 100%;
  display: block;
  }
  
  .blog-post-title {
  margin: 20px 0;
  }
  
  .blog-post-title h1 {
  font-size: 42px;
  color: #fff;
  line-height: 1.3;
  margin: 0 0 10px;
  text-transform: uppercase;
  }
  
  .blog-post-banner:after {
  content: "";
  background-color: rgba(55,55,55,0.7);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  position: absolute;
  }
  
  span.post-date {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  display: block;
  }
  
  span.post-by {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  }
  
  a.author-link {
  color: #fff !important;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.2;
  margin-bottom: 10px;
  display: inline-block;
  }
  
  .post-topic-main {
  margin: 20px auto !important;
  }
  
  .post-topic-main a {
  color: #fff !important;
  font-size: 16px;
  font-weight: 400;
  margin: 5px;
  line-height: 20px;
  display: inline-block;
  background-color: #2196f3;
  border-radius: 15px 15px 15px 15px;
  padding: 5px 20px;
  }
  
  ul.share-post {
  text-align: center;
  margin: 10px 0 0;
  padding: 0;
  }
  
  ul.share-post li {
  display: inline-block;
  vertical-align: top;
  list-style: none;
  margin: 0;
  margin-right: 15px;
  }
  
  .blog-post__body {
  max-width: 770px;
  margin: 0 auto 20px;
  text-align: left;
  }
  
  ul.share-post a {
  width: 40px;
  height: 40px;
  line-height: 45px;
  border-radius: 5px;
  color: #4f4f54;
  background-color: #fff;
  display: inline-block;
  text-align: center;
  font-size: 22px;
  }
  
  ul.share-post li:last-child {
  margin-right: 0;
  }
  
  .blog-post-banner {
  text-align: center;
  min-height: 540px;
  z-index: 1 !important;
  position: relative;
  display: flex;
  align-items: center;
  }
  
  .blog-post-banner>div {
  width: 100%;
  }
  
  .post-subscribe .hs-input {
  width: 90% !important;
  }
  
  .blog-wrap {
  display: flex;
  padding-top: 40px;
  }
  
  .blog-post {
  width: 65.81196581200001%;
  }
  
  .post-subscribe .hs-input {
  width: 90% !important;
  border-radius: 50px !important;
  }
  
  .post-subscribe {
  background: url('//4850065.fs1.hubspotusercontent-na1.net/hubfs/4850065/raw_assets/public/Infocorp_August_2020/images/bg_suscribe.png') no-repeat;
  background-position: center;
  background-size: cover;
  margin-top: 50px;
  background-color: #2196f3;
  display: block;
  vertical-align: top;
  min-height: 300px;
  margin-left: 0;
  position: relative;
  overflow: hidden;
  width: 100%;
  transition: all .5s ease;
  margin-right: 1.5%;
  }
  
  .post-subscribe h3.form-title {
  display: block;
  margin: auto auto !important;
  font-size: 22px;
  color: #FFF !important;
  text-align: center;
  margin-top: 70px !important;
  text-transform: uppercase;
  font-family: Catamaran,Arial,Sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 34px !important;
  }
  
  
  .post-subscribe input.hs-button.primary.large {
    box-shadow: none !important;
    border: none !important;
    text-transform: uppercase;
    font-family: Catamaran !important;
    font-size: 16px !important;
    background: #4f4f54 !important;
    margin: auto auto !important;
    text-shadow: none !important;
    font-weight: 400 !important;
    display: block !important;
    min-width: 10% !important;
    height: 30px !important;
    width: auto !important;
    color: #fff !important;
    border-radius: 25px !important;
    box-sizing: content-box;
    padding: 7px 18px !important;
  }
  
  .post-subscribe .actions {
  padding: 10px !important;
  }
  
  .post-subscribe .input {
  margin: auto auto !important;
  width: 500px;
  text-align:center;
  max-width:100%;
  display: block;
  }
  
  
  
  .blog-recent-section.tag {
  display: none;
  }
  
  .blog-tag-header {
  padding: 50px 0;
  }
  
  .blog-tag-header h1 {
  font-size: 36px;
  line-height: 1.2;
  margin: 0 0 22px;
  text-align: center;
  text-transform: uppercase;
  font-family: Catamaran,Arial,Sans-serif;
  font-weight: 600;
  color: #2196f3;
  }
  
  
  div#infscr-loading {
  display: none !important;
  }
  
  .share-button:hover .share-button__front {
  transform: rotateX(90deg);
  }
  
  .share__link {
  position: relative;
  top: 40px;
  color: #fff;
  display: inline-block;
  opacity: 0;
  -webkit-transition: top .5s cubic-bezier(0.175,0.885,0.32,1.275);
  -moz-transition: top .5s cubic-bezier(0.175,0.885,0.32,1.275);
  -ms-transition: top .5s cubic-bezier(0.175,0.885,0.32,1.275);
  -o-transition: top .5s cubic-bezier(0.175,0.885,0.32,1.275);
  transition: top .5s cubic-bezier(0.175,0.885,0.32,1.275);
  }
  
  a.share__link i {
  width: 27px;
  color: white;
  font-size: 15px;
  text-align: center;
  }
  
  .share-button:hover .share__link {
  top: 0;
  opacity: 1;
  }
  
  .share-button:hover .share__link:nth-of-type(1) {
  transition-delay: .1s;
  }
  
  .share-button:hover .share__link:nth-of-type(2) {
  transition-delay: .2s;
  }
  
  .share-button:hover .share__link:nth-of-type(3) {
  transition-delay: .3s;
  }
  
  .share-button:hover .share__link:nth-of-type(4) {
  transition-delay: .4s;
  }
  
  
  .blog-pagination a {
  background-color: #2196f3;
  color: #fff !important;
  padding: 12px 40px;
  display: inline-block;
  font-size: 16px;
  text-transform: uppercase;
  margin-top: 20px;
  font-weight: 600;
  text-indent: -9999px !important;
  line-height: 0 !important;
  }
  
  .blog-pagination a:after {
  content: "MORE";
  text-indent: 0 !important;
  display: block !important;
  line-height: initial !important;
  }
  
  .blog-pagination {
  text-align: center;
  margin-bottom: 40px !important;
  }
  
  a.next-posts-link.load-more.p-hide {
  display: none !important;
  }
  
  .blog-pagination{
  display:block !important;
  }
  
  a.pop-title:hover {
  color: #2196f3;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  }
  
  
  .first-post .featured-image {
  height: 450px;
  }
  
  .sidebar>div:not(:last-child){
  margin-bottom: 16px;
  }
  
  .sidebar h3 {
  color: #2196f3;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px;
  font-family: Catamaran,Arial,Sans-serif;
  font-weight: 600;
  }
  
  .sidebar h3 img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  width: 21px;
  margin-right: 5px;
  margin-bottom: 5px;
  }
  
  .popular-item {
  margin-bottom: 8px;
  display: inline-block;
  width: 100%;
  }
  
  .popular-image {
  height: 57px;
  float: left;
  width: 97px;
  }
  
  .popular-content {
  width: 65%;
  margin-left: 5%;
  float: left;
    line-height: 1.15;
  }
  
  .popular-image div {
  width: 100%;
  height: 100%;
  line-height: 1;
  }
  
  .popular-item:before,.popular-item:after {
  content: "";
  display: table;
  }
  
  a.pop-title {
  font-size: 15px;
  font-weight: 400;
  color: #000;
  line-height: 1;
  }
  
  .sidebar {
  width: 31.623931624%;
  margin-left: 2.564102564%;
  }
  
  .sidebar>div {
  padding: 25px;
  background-color: #fff;
  border-radius: 0px;
  }
  
  
  .post-listing {
  display: flex;
  flex-wrap: wrap;
  }
  
  .blog-recent-section {
  display: flex;
  padding-top: 42px;
  margin-bottom: 30px;
  }
  
  .first-post {
  width: 65.81196581200001%;
  }
  
  .first-post>div {
  width: 100%;
  }
  
  .first-post .post-list-title h2 a {
  font-size: 24px !important;
  }
  
  .first-post .post-list-body p {
  font-size: 18px !important;
  }
  
  
  .share-button {
  margin-top: 18px;
  cursor: pointer;
  display: block;
  height: 28px;
  width: 130px;
  float: left;
  transform: translateY(0) translateX(0);
  -webkit-transform: translateY(0) translateX(0);
  -moz-transform: translateY(0) translateX(0);
  }
  
  .share-button__back {
  background-color: #56565b;
  padding: 5px;
  height: 30px;
  border-radius: 5px;
  overflow: hidden;
  font-size: 16px !important;
  box-shadow: 0px 0px 14px rgba(0,0,0,0.1) inset;
  }
  
  .share-button__front {
  width: 100%;
  height: 100%;
  background-color: #4f4f54 !important;
  border-radius: 5px;
  position: absolute;
  top: 0;
  left: 0;
  transform-origin: center top;
  -webkit-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275);
  -moz-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275);
  -ms-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275);
  -o-transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275);
  transition: all .5s cubic-bezier(0.175,0.885,0.32,1.275);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  }
  
  .share-button__text {
  margin: 0;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  color: white;
  }
  
  p.share-button__text img {
  width: 13px;
  height: 13px;
  margin-right: 8px;
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  }
  
  .reading-minutes {
  float: right;
  font-size: 13px;
  color: #99999a;
  padding-top: 11px;
  margin-top: 10px;
  }
  
  .reading-minutes img {
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  width: 18px;
  margin-right: 5px;
  }
  
  .post-item-form ul.no-list.hs-error-msgs.inputs-list {
  width: 100%;
  margin: 14px 0 0;
  padding: 0px 12%;
  }
  
  .post-item-form ul.no-list.hs-error-msgs.inputs-list label {
  color: white;
  font-size: 16px;
  text-align: center;
  }
  
  .post-item-form {
  background-color: #2196f3;
  display: inline-block;
  vertical-align: top;
  width: 32.1%;
  float: left;
  min-height: 570px;
  margin-left: 0;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  cursor: pointer;
  transition: all .5s ease;
  margin-right: 1.5%;
  }
  
  .post-item-form img {
  display: block;
  margin: auto !important;
  height: 95px;
  width: 95px;
  margin-top: 110px !important;
  }
  
  .post-item-form .input {
  margin-left: 10% !important;
  width: 88%;
  }
  
  .post-item-form .hs_submit input {
    box-shadow: none !important;
    border: none !important;
    text-transform: uppercase;
    font-family: Catamaran !important;
    font-size: 16px !important;
    background: #4f4f54 !important;
    margin: auto auto !important;
    border-radius: 5px;
    text-shadow: none !important;
    font-weight: 400 !important;
    margin-left: 32% !important;
    width: 30% !important;
    height: 30px !important;
    color: #fff !important;
    border-radius: 25px !important;
    box-sizing: content-box;
    padding: 7px 18px;
  }
  
  
  
  .post-list-content {
  background-color: #fff;
  padding: 10px 20px 20px;
  width:100%;
  float: left;
  height:100%;
  min-height: 270px !important;
  }
  
  .post-list-topic {
  margin-top: 8px!important;
  overflow: hidden;
  }
  
  
  .post-list-topic a {
  font-weight: 400;
  background-color: #2196f3;
  padding: 3px 15px;
  text-align: center;
  line-height: normal;
  border-radius: 15px 15px 15px 15px;
  float: left;
  font-size: 14px;
  color: #fff !important;
  margin-right: 5px;
  margin-top: 5px;
  }
  
  .post-list-title h2 {
  text-align: left;
  line-height: normal;
  display: block;
  float: left;
  font-size: 0;
  margin-bottom: 10px;
  margin-top: 14px;
  width: 100%;
  text-transform: uppercase;
  font-family: Catamaran,Arial,Sans-serif;
  font-weight: 600;
  }
  
  .post-list-title h2 a {
  font-size: 20px;
  line-height: 1.2;
  color: #000;
  text-transform: uppercase;
  font-family: Catamaran,Arial,Sans-serif;
  text-decoration: none;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  font-weight: 600;
  }
  
  .post-item:hover {
  -webkit-box-shadow: 0 6px 30px rgba(0,0,0,0.1);
  -moz-box-shadow: 0 6px 30px rgba(0,0,0,0.1);
  -o-box-shadow: 0 6px 30px rgba(0,0,0,0.1);
  box-shadow: 0 6px 30px rgba(0,0,0,0.1);
  }
  
  .post-item:hover .post-list-title h2 a {
  color: #2196f3;
  }
  
  .post-list-body p {
  min-height: 75px !important;
  text-align: left;
  float: left;
  font-weight: 400;
  font-size: 16px !important;
  margin: 0;
  padding: 0;
  color: #333 !important;
  text-decoration: none !important;
  font-style: normal;
  line-height: 1.3;
  display: inline;
  list-style: none;
  font-family: Catamaran,Arial,Sans-Serif;
  }
  
  .post-item-form .hs-input {
  margin: 0;
  height: 50px;
  width: 90% !important;
  border-radius: 50px !important;
  border: 1px solid #d2d2d2 !important;
  font-size: 14px !important;
  max-width: 500px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  padding: 15px !important;
  box-sizing: border-box !important;
  font-size: 13px !important;
  background-color: #FFF !important;
  }
  
  .post-item-form  .actions {
  padding: 17px 20px 18px 0px;
  margin-left: -20px;
  padding-left: 20px;
  }
  
  .post-item-form .hs-form-field>label{
  display:none;
  }
  
  .post-item-form h2 {
  display: block;
  margin: auto auto !important;
  font-size: 24px;
  color: #FFF;
  text-align: center;
  margin-top: 25px !important;
  width: 90%;
  text-transform: uppercase;
  font-family: Catamaran,Arial,Sans-serif;
  font-weight: 600;
  line-height: 1.2;
  margin-bottom: 34px !important;
  }
  
  .post-item {
  display: inline-block;
  vertical-align: top;
  width: 31%;
  margin-left: 0;
  position: relative;
  margin-bottom: 30px;
  overflow: hidden;
  /*cursor: pointer;*/
  float: left;
  transition: all .5s ease;
    margin-right: 1%;
    margin-left: 1%;
  }

  
  .featured-image {
  height: 300px;
  transition: all .5s ease;
  position: relative;
  }
  
  .featured-image>div {
  height: 100%;
  transition: all .5s ease;
  cursor: pointer;
  }
  
  
  .blog-slider .slick-next:before {
  content: "→";
  }
  
  .blog-slider .slick-next {
  right: 0;
  }
  .blog-slider button:hover:before
  {
  opacity: 1;
  }
  
  
  .blog-slider .slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: #a3a3a3;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  }
  
  .blog-slider .slick-prev:before {
  content: "←";
  }
  
  .blog-slider-inner {
  padding: 0px 30px;
  margin-bottom: 40px;
  }
  
  .blog-slider .slick-prev,.blog-slider  .slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none;
  }
  .blog-slider .slick-slide img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  }
  
  .blog-slider .slick-prev {
  left: 0;
  }
  
  .listing-footer {
  padding-bottom: 45px!important;
  background-color: #99999a;
  }
  
  .listing-col {
  margin-top: 42px;
  border-radius: 0px !important;
  width: 31.623931624%;
  float: left;
  }
  
  .listing-footer>div>div {
  display: flex;
  }
  
  .listing-col:not(:last-child) {
  padding: 27px;
  background: #fff;
  }
  
  .listing-col:not(:first-child) {
  margin-left: 2.564102564%;
  }
  
  .listing-col h3 {
  color: #2196f3;
  font-size: 24px;
  line-height: 1.2;
  margin: 0 0 10px;
  font-family: Catamaran,Arial,Sans-serif;
  font-weight: 600;
  margin-bottom: 23px;
  }
  
  .listing-col h3 img {
  width: 30px;
  border: 0 none;
  max-width: 100%;
  vertical-align: middle;
  height: auto;
  margin-right: 5px;
  }
  
  .listing-col.archives a {
  text-transform: uppercase;
  color: #4f4f54;
  transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  -webkit-transition: all .5s ease;
  font-size: 16px;
  font-weight: 600;
  }
  
  .listing-col.archives a:hover {
  color: #2196f3;
  }
  
  .listing-col.archives li {
  margin-bottom: 15px;
  }
  
  .listing-col.archives li a span {
  display: none;
  }
  
  .listing-col:last-child img {
  display: block;
  max-width:100%;
  }
  
  .listing-col.products h3 {
  line-height: 1.4;
  margin-bottom: 20px;
  }
  
  .listing-col.products ul li img {
  width: 100%;
  max-width: 25px;
  margin-right:1px;
  border: 0 none;
  vertical-align: middle;
  height: auto;
  }
  
  .listing-col ul {
  margin: 0;
  padding: 0;
  list-style: none;
  }
  
  .listing-col.products ul {
  margin: 20px 0;
  text-align: left;
  position: relative;
  left: -9px;
  margin-right: -36px;
  }
  
  .listing-col.products ul li {
  margin-bottom: 15px;
  font-size: 16px;
  }
  
  .listing-col.products ul li a {
  text-decoration: none;
  color: #4f4f54;
  text-transform: none;
  font-size: 18px;
  line-height: 1.3;
  }
  
  .blog-slider {
  display: inline-block;
  width: 100%;
  }
  
  .blog-comments {
  max-width:100%;
  margin: 50px  auto;
  }
  .blog-comments form {
  max-width: 100%;
  }

  .blog-comments label {
  color: #000000; !important
  }

  .blog-comments .hs-submit {
  text-align: center;
  }
  
  .blog-comments .comment-reply-to {
  border: 0 none;
  }
  .blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
  }
  
  
  
  @media(max-width:1500px){
  
  .listing-footer>div {
  padding: 0 20px;
  }
  
  }
  
  
  @media(max-width:1250px){
  
  
  .content-wrapper {
  padding: 0 20px;
  }
  
  .popular-item:last-child {
  margin-bottom: -5px;
  }
  
  .popular-item {
  margin-bottom: 5px;
  }
  
  .listing-footer>div>div {
  padding: 0px 20px;
  }
  
  .listing-col {
  width: 31.914893614%;
  }
  
  
  .blog-recent-section .sidebar {
      display: none !important;
  }
  
  .listing-col:not(:first-child) {margin-left: 2.127659574%;
  }
  
  .mobile-header  .sidebar {
  width: 100%;
  margin: 0;
  display: none;
  }
  
  .first-post {
  width: 100%;
  }
  
  .mobile-header .sidebar-img {
  display: none;
  }
  
  
  .blog-post__body {
  max-width: 100%;
  }
  
  }
  
  
  
  
  @media(max-width:1139px){
  
  .listing-col {
  width: 31.491712705%;
  }
  
  .listing-col:not(:first-child) {
  margin-left: 2.762430939%;
  }
  
  }
  
  
  @media(max-width:1024px){
  
  .listing-col.products ul li {
  margin-bottom: 6px !important;
  font-size: 15px;
  }
  
  .listing-col.products ul li a {
  font-size: 16px;
  }
  
  .post-list-body p {
  font-size: 15px !important;
  }
  
  .listing-col.archives a {
  font-size: 16px !important;
  }
  
  .listing-col.archives li {
  margin-bottom: 6px;
  }
  
  .listing-col h3 {
  font-size: 18px !important;
  margin-bottom: 20px !important;
  }
  
  .post-list-title h2 a {
  font-size: 15px !important;
  }
  
  .listing-col h3 img {
  margin-right: 4px;
  }
  
  .blog-post-title h1 {
  font-size: 30px;
  line-height: 1.2em;
  }
  
  span.post-by {
  font-size: 20px;
  }
  
  a.author-link {
  font-size: 20px;
  }
  
  span.post-date {
  font-size: 20px;
  }
  
  }
  
  @media(max-width:1100px){
  
  a.pop-title {
  font-size: 13px;
  line-height: 1;
  }
  
  }
  
  @media(max-width:980px){
  
  
  
      .post-subscribe{
  padding: 0px 20px;
      }
  
  
  
  .post-item-form h2 {
  font-size: 20px !important;
  }
  
  .listing-col h3 {
  font-size: 15px !important;
  margin-bottom: 10px !important;
  }
  
  .listing-col.products ul li a {
  font-size: 14px !important;
  }
  
  .listing-col.archives a {
  font-size: 14px !important;
  }
  
  .listing-col.archives li {
  margin-bottom: 3px !important;
  text-align: center;
  }
  
  .listing-col.archives {
  text-align: center;
  }
  
  .post-item-form {
  width: 48%;
  }
  
  .post-item {
  width: 48.5%;
  margin-right: 1% !important;
  }
  
  
  
  }
  
  
  @media(max-width:900px){
  
  .sidebar h3 {
  font-size: 22px;
  }
  
  .popular-image {
  height: 100px;
  width: 22%;
  }
  
  }
  
  @media(max-width:790px){
  
  .blog-slider {
  display: none;
  }
  li#show-search {
  font-size: 14px;
  margin-top: 1px;
  }
  
  
  .blog-post-title h1 {
  font-size: 28px;
  }
  
  span.post-by {
  font-size: 18px;
  }
  
  a.author-link {
  font-size: 18px;
  }
  
  span.post-date {
  font-size: 18px;
  }
  
  
  }
  
  
  
  @media(max-width:767px){
  
  .listing-col {
  width: 100% !important;
  margin-left: 0 !important;
  }
  
  
  .about-author {
      flex-direction: column;
  }
  
  .author-img {
      width: 100%;
  }
  
  .author-content {
      margin-top: 5px;
      margin-left: 0;
      width: 100%;
  }
  
  .listing-footer>div>div {
  flex-wrap: wrap;
  }
  
  .blog-post {
  width: 100%;
  }
  
  .sidebar {
  width: 100%;
  margin-left:0px !important;
  }
  
  .blog-wrap {
  flex-wrap: wrap;
  }
  
  .listing-col.products {
  padding-bottom: 0;
  }
  
  }
  
  
  @media(max-width:640px){
  
  .post-item {
  width: 100% !important;
  margin-right: 0 !important;
  }
  
  .post-item-form {
  width: 100%;
  margin-right: 0 !important;
  }
  
  .first-post .featured-image {
  height: 300px;
  }
  
  .blog-tag-header h1 {
  font-size: 24px;
  }
  
  }
  
  
  @media(max-width: 480px){
  .blog-post img {
  width: auto!important;
  float: none !important;
  max-width: 100%;
    /*width: 50% !important;*/
  }
  
  .first-post .post-list-title h2 a {
  font-size: 15px !important;
  }
  
  .first-post .post-list-body p {
  font-size: 15px !important;
  line-height: normal;
  }
  
  
  .post-subscribe {
      display: none !important;
  }
  
  
  .popular-image {
  width: 30%;
  height: 70px;
  }
  
  .popular-content {
  font-size: 13px !important;
  min-width: 68% !important;
  margin-left: 2% !important;
  }
  
  
  .post-item-form .hs_submit input {
  font-size: 13px !important;
  }
  
  .listing-col.archives {
  text-align: left;
  }
  
  .listing-col.archives li {
  text-align: left;
  line-height: 1.5em;
  margin-bottom: 2px !important;
  }
  
  .listing-col.products ul li {
  margin-bottom: 5px !important;
  }
  
  
  .listing-col.products h3 {
  font-size: 14px !important;
  }
  
  .sidebar h3 {
  text-align: center;
  font-size: 19px;
  }
  
  .popular-item {
  margin-bottom: 5px;
  }
  
  .popular-item:last-child {
  margin-bottom: -7px;
  }
  
  }
  
  
  
  
  @media(max-width:400px){
  
  .share-button__back {
  padding: 5px;
  height: 28px;
  border-radius: 3px;
  }
  
  .share-button {
  height: 28px;
  width: 100px;
  }

  .sidebar {
    margin-bottom: 50px;
}
  
  a.share__link i {
  width: 19px !important;
  height: 19px !important;
  font-size: 14px !important;
  }
  
  }
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page: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 {
  padding: 3rem 0px;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  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: 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;
}