/* ******************************************************************************
*********************************************************************************
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 15px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 15px;
  padding-right: 15px;
}

@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.
*********************************************************************************
****************************************************************************** */

html {
  font-size: 14px;
}

body {
  font-family: Lato, serif;
  font-size: 14px;
  color: #777;
  line-height: 1.5em;
  background: #f2f2f2;
}

.body-wrapper {
  max-width: 2048px;
  margin: 0 auto;
  background: #fff;
}

p {
  margin: 15px 0 0 0;
}

a, span {
  vertical-align: baseline;
}

/* Anchor Links */
a {
  text-decoration: underline;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  -moz-transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  transition: background 0.3s ease-in-out,border-color 0.3s ease-in-out,color 0.3s ease-in-out;
  color: #3d6d9c;
}

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

a:hover, a:focus {
  color: #000;
}

a:hover {
  text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  line-height: 1.1em;
  color: #000;
  text-transform: uppercase;
  font-weight: 400;
  font-family: Lato;
}

h1 {
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
  font-size: 34px;
}

h2 {
  margin: 35px 0 0 0;
  padding: 0 0 7px 0;
  border-bottom: 1px solid #ddd;
  font-size: 22px;
}

h3 {
  font-size: 26px;
}

h4, h5, h6 {
  margin-top: 20px;
  margin-bottom: 15px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 28px;
}

h6 {
  font-size: 27px;
}

b, strong {
  font-weight: bolder;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 15px 0 0 0;
  padding: 0 0 0 30px;
}

ul li,
ol li {}

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

blockquote {
  padding: 5px 20px;
  border-left: 4px solid #ddd;
  font-size: 16px;
  margin: 30px 0 0 0;
}

blockquote p:first-child, 
blockquote ul:first-child, 
blockquote ol:first-child {
  margin-top: 0;
}

blockquote b {
  display: block;
  margin: 5px 0 0 0;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.42857143;
  color: #000;
}

img {
  max-width: 100%;
  border-style: none;
  vertical-align: middle;
}
/* 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;
}

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

#back_top {
  width: 50px;
  height: 50px;
  display: block;
  background: rgba(0,0,0,0.5);
  font: 20px/47px 'FontAwesome';
  color: #fff;
  text-align: center;
  position: fixed;
  right: 60px;
  bottom: 60px;
  z-index: 999;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
  -moz-box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
  box-shadow: 0 0 0 2px rgba(255,255,255,0.3);
  display: none;
}

#back_top:hover {
  background: #2173dc;
}

.hs-landing-page .page-header > h2 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hs-landing-page form#email-prefs-form > #content .header {
  background-color: transparent;
}

.systems-page #hs-pwd-widget-password {
  margin-top: 0 !important;
  height: auto !important;
}

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

.page-header h1:empty {
  border: 0;
  padding: 0;
  margin: 0;
}

@media (max-width: 1400px) {
  #back_top {
    margin: 0 0 0 600px;
    right: auto;
    left: 50%;
  }
}

@media (max-width: 1300px) {
  #back_top {
    margin: 0 0 0 535px;
  }
}

@media (max-width: 1199px) {
  #back_top {
    margin: 0 0 0 435px;
  }
}

@media (max-width: 991px) {
  #back_top {
    margin: 0 0 0 325px;
  }
}
     
@media (max-width: 767px) {
  form#email-prefs-form {
    max-width: 100%;
  }

  form#email-prefs-form .hs-input {
    width: 100% !important;
  }

  .hs-landing-page .systems-page .success {
    min-width: unset;
  }

  #back_top {
    display: none !important;
  }
}

 @media (max-width: 479px) {
  .hs_recaptcha {
    margin: 15px 0;
    overflow-y: auto;
    width: auto;
    min-height: 80px;
  }
}
/* ******************************************************************************
*********************************************************************************
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: 500px;
  font-family: Lato, sans-serif;
}

.hs-button {
  cursor: pointer;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  color: rgb(255, 255, 255);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  line-height: 1;
  white-space: normal;
  padding-top: 11px;
  padding-bottom: 11px;
  text-align: center;
  word-break: break-word;
  align-self: flex-end;
  background: rgb(48, 59, 67);
  border-radius: 2px;
  border-color: rgb(0, 0, 0);
  margin:15px 0;
  border-style: solid;
  background-color: #494A52;
  border-color: #494A52;
  color: #fff;

  text-decoration: none;
}

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

  color: #fff;
}

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


.hs-form label {
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  text-align: left;
  line-height:normal;
  padding-top: 0;
  color: rgb(0, 0, 0);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0px;
  padding-bottom: 6px;
}

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

.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100%;
  font: 13px Lato;
  box-sizing: border-box;
  padding: 9px 0 9px 16px;
  text-align: left;
  color: rgb(0, 0, 0);
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  background-color: rgb(255, 255, 255);
  border-radius: 2px;
  border-width: 1px;
  border-style: solid;
  border-image: initial;
  border-color: rgb(180, 187, 195);
  line-height:normal;
  color: #33475b;
}

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

.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:hover,
input[type="password"]:hover {
  border-color: rgb(0, 0, 0);
}

.hs-input:focus {
  outline: none;
  box-shadow: rgba(0, 0, 0, 0) 0px 0px 5px;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(0, 0, 0);
  border-image: initial;
}

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

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

.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: 20px;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 14px;
  color: #777;
}
.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) {
  form {
    max-width: 100%;
  }
}

@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;
}
/* ******************************************************************************
*********************************************************************************
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 {
  background-color: #F8FAFC;
}

.header_row__1 {
  position: relative;
  z-index: 100;
}

.header_row__1 .page_container {
  padding: 7px 0;
  background: #f2f2f2;
}

.header__container {
  margin-right: auto;
  margin-left: auto;
  max-width: 1170px;
}

.header a {
  text-decoration: none;
}

.header_left {
  float: left;
}

.header_right {
  float: right;
}

#sticky_header {
  position: relative;
  z-index: 999;
}

.header_row__2 .page_container {
  -webkit-box-shadow: 0 1px 0 0 #ddd;
  -moz-box-shadow: 0 1px 0 0 #ddd;
  box-shadow: 0 1px 0 0 #ddd;
}

.header_row__2 .page_container > .header__container {
  min-height: 125px;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* Styles for the Logo */

.header__logo {
  max-width: 190px;
  font-weight: 700;
  font-size: 38px;
  line-height: 1em;
  color: #000
}

.header__logo img {
  max-width: 100%;
}

.megamenu_desktop h2 {
  display: none;
}

/* Styles for the Search Bar */

.header_search {
  height: 34px;
  margin: 0 0 0 20px;
  position: relative;
  display: inline-block;
  float: none;
  vertical-align: middle;
}

.header_search form {
  width: 135px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: width 0.15s ease-in-out;
  -moz-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
}

.header_search form.focused {
  width: 220px
}

.header_search input {
  background: none;
  margin: 0;
  overflow: visible;
  outline-offset: -2px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  vertical-align: top;
  padding: 6px 10px;
  -webkit-appearance: none;
  background-color: #fff;
  border-color: #ddd;
  font: 13px Lato;
  color: #777;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  display: block;
  padding-right: 34px;
  border: none;
  opacity: 0;
  outline: none;
}

.search_form.showsearch input {
  opacity: 1;
}

.search_form.showsearch input {
  background-image: url(https://7667689.fs1.hubspotusercontent-na1.net/hubfs/7667689/raw_assets/public/Onfloor_May2020/images/ic-search-blue.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: center right 5px;
}

.header_search button {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  cursor: pointer;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  text-transform: none;
  width: 34px;
  height: 34px;
  color: rgba(0,0,0,0.25);
  position: absolute;
  right: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
  outline: none;
}

.header_search img {
  width: 24px;
}

.search_form.showsearch button img {
  display: none;
}

.header_cart {
  font-size: 0;
  line-height: 0;
  margin: 0 0 0 0;
  float: none;
  display: inline-block;
  vertical-align: middle;
}


.header_cart a {
  height: 34px;
  display: block;
  padding: 0 12px 0 8px;
  background: #2173dc;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: transparent;
}

.header_links {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-block;
  font-size: 0;
  line-height: 0;
  vertical-align: middle;
}

.header_links li {
  display: inline-block;
  margin: 0;
  font-size: 14px;
  line-height: 33px;
}

.header_links a {
  color: #777;
  text-decoration: none;
}

.clearfix:before, .clearfix:after {
  content: " ";
  display: table;
}

#sticky_header.megamenu_stuck {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
}

.no-nav .header_row__1 .page_container {
  min-height: 48.45px;
}

/* Tablet Styles */

@media (max-width: 1150px) and (min-width: 767px) {}

/* Mobile Styles */

@media (max-width: 767px) {
  .header__container, 
  .header_row__2 .page_container > .header__container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header_search {
    display: inline-block;
    float: none;
    vertical-align: middle;
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    top: 3px;
    margin: 0;
  }

  .header_search form {
    width: 135px !important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
  overflow-x: hidden;
}

.footer a {
  text-decoration: none;
}

footer .footer_row__1 {
  margin: 0 0 50px 0;
}

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

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

.footer-navigation-primary ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-navigation-primary > ul {
  overflow: hidden;
}

.footer-navigation-primary > ul > li {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
  margin: 50px 0 0 0;
  width: 33.33%;
}

.footer-navigation-primary > ul > li > a {
  font: 34px/1.1em Lato;
  text-transform: uppercase;
  display: block;
  font-size: 26px;
  text-align: center;
  margin: 0;
  cursor: text;
}

.footer-navigation-primary > ul > li ul {
  padding: 10px 0 0 0;
}

.footer-navigation-primary > ul > li ul li {
  padding: 9px 0 0 0;
  text-align: center;
}

.footer-navigation-primary > ul > li ul li a {
  font-size: 16px;
}

.col-sm-3 {
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
  position: relative;
}

footer .col-sm-3.footer_block {
  width: 20%;
}

footer .footer_item {
  margin: 50px 0 0 0;
}

.footer_item h3 {
  font-size: 26px;
  text-align: center;
  margin: 0;
}

footer .footer_item__contacts p {
  margin: 0;
  padding: 19px 0 0 0;
}

footer .footer_item__contacts p {
  text-align: center;
}
footer .footer_item__contacts p ~ p {
  padding: 5px 0 0 0;
}

footer .footer_item__contacts strong {
  font-size: 18px;
}

.footer-form .field {
  margin: 0;
  padding: 10px 6px;
}

.footer-form form {
  padding-right: 5px;
  padding-bottom: 0px;
  padding-left: 5px;
  margin: 0px auto;
  border-radius: 2px;
  max-width: 320px;
  -webkit-font-smoothing: antialiased;
}

.footer-form .hs-form-required {
  display: none;
}

.footer-form .hs-submit {
  padding: 10px 6px;
  text-align: left;
}

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

.footer-form .hs_error_rollup {
  padding: 0 6px;
}

.footer-form .hs-input {
  padding-top: 6px;
  padding-bottom: 6px;
}

@media (min-width: 768px) {
  .footer-navigation-primary > ul > li,
  .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
    float: left;
  }
}

footer .footer_row__2 {
  overflow: hidden;
  padding: 15px 0;
}

.footer__container {
  margin-right: auto;
  margin-left: auto;
}

.footer-inner {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.copyright {
  float: left;
  font-size: 18px;
  font-weight: 300;
}

.footerlogo {
  text-align: center;
}

.footerlogo a img {
  width: 110px;
}

.no-nav .scoial-media {
  min-width: 176px;
}

@media only screen and (max-width: 992px) {
  footer .footer_item h3,
  .footer-navigation-primary > ul > li > a {
    font-size: 18px;
  }

  .footer-navigation-primary > ul > li ul li a {
    font-size: 14px;
  }

  footer .footer_item__contacts strong {
    font-size: 16px;
  }

  .footerlogo a img {
    width: 80px;
  }

  .copyright,.whodevlop {
    font-size: 16px;
  }
}

@media (max-width: 991px) {
  footer .footer_row__1 {
    margin: 0 0 30px 0;
  }
}

@media (max-width: 767px) {
  .footer__container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-menu {
    float: none;
    width: 100%;
  }

  .footer-navigation-primary > ul > li {
    clear: none;
    float: left;
  }

  footer .footer_block {
    width: 50%;
    float: left;
  }

  footer .col-sm-3.footer_block {
    width: 33.33%;
    clear: none;
  }

  footer .col-sm-3.footer_block:last-child {
    float: right;
  }

}

@media only screen and (max-width: 639px) {
  footer .col-sm-3.footer_block:last-child {
    width: 100%;
  }

  footer .col-sm-3.footer_block,
  .footer-navigation-primary > ul > li {
    width: 50%;
    float: left;
    clear: none;
  }

  .footer-inner {
    flex-flow: row wrap;
    justify-content: center;
    text-align: center;
  }

  .copyright, .whodevlop {
    font-size: 14px;
  }

  .copyright {
    order: 3;
    width: 100%;
  }

  .scoial-media {
    order: 2;
    width: 100%;
    margin: 15px 0;
  }

  footer .col-sm-3.footer_block:nth-last-child(2) {
    float: right;
    position: relative;
    margin-top: -199px;
  }
  body footer.footer .col-sm-3.footer_block:nth-last-child(2) {
    margin-top: -115px;
    float: right;
  }
  body footer.footer .footer_item__newsletter h3 {
      text-align: center;
      margin-bottom: 10px;
      font-size: 20px;
  }
  .footer-form form {
      max-width: 100%;
  }
}

@media (max-width: 479px) {
  footer .footer_item,
  .footer-navigation-primary > ul > li {
    margin: 30px 0 0 0;
  }

  footer .col-sm-3.footer_block:nth-last-child(2) {
    margin-top: -179px;
  }
}
/* ******************************************************************************
*********************************************************************************
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 */
@import url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
.content-wrapper {
  margin-right: auto;
  margin-left: auto;
}

.breadcrumbs {
  padding: 0 0 15px 0;
  background: #f2f2f2;
  text-transform: uppercase;
}

.breadcrumbs ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
  line-height: 0;
}

.breadcrumbs li {
  display: inline-block;
  padding: 15px 8px 0 0;
}

.breadcrumbs li ~ li:before {
  content: '\f105';
  margin: 0 8px 0 0;
  font: 14px/1em "FontAwesome"
}

.breadcrumbs a {
  font-weight: 600;
  font-size: 14px;
  line-height: 1em;
  text-decoration: none;
}

.breadcrumbs span {
  font-size: 14px;
  line-height: 1em;
}

.button_filters {
  margin: 20px 0 0 0;
}

.button_filters ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0;
}

.button_filters li {
  display: inline-block;
  margin: 10px 10px 0 0;
}

.button_filters a {
  display: block;
  padding: 7px 10px;
  background: #f2f2f2;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  text-decoration: none;
}

.button_filters a:hover {
  background: #000;
  border-color: #000;
  color: #fff;
}

.button_filters .active a {
  background: #2173dc;
  border-color: #2173dc;
  font-weight: bold;
  color: #fff;
}

.page_heading {
  margin: 40px 0 0 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #ddd;
  font-size: 34px;
}

.hs-blog-listing .page_heading {
  padding-right: 30px;
  position: relative;
}

.page_heading a.rss_link {
  vertical-align: top;
  margin: -12px 0 0 0;
  font-size: 21px;
  line-height: 1em;
  color: rgba(0,0,0,0.3);
  position: absolute;
  right: 0;
  top: 50%;
  text-decoration: none;
}

.page_heading a.rss_link:hover {
  color: #000;
}

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

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

.blog-header__form {
  margin: 0 1rem;
}

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}

.blog-index {}
.blog-index:after {
  content: "";
  flex: auto;
}
.blog-index__tag-header {
  flex: 1 0 100%;
  padding: 1rem;
}
.blog-index__tag-subtitle {
  font-size: 1.16rem;
  line-height: 1.1;
}
.blog-index__tag-heading {
  padding-bottom: 1rem;
  border-bottom: 3px solid #D1D6DC;
}
.blog-index__post {
  flex:  0 0 100%;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-index__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-index__post {
    flex:  0 0 calc(100%/3);
  }
}
@media screen and (min-width: 768px) {
  .blog-index__post--large {
    flex: 1 0 100%;
    display: flex;
    justify-items: space-between;
  }
}
.blog-index__post-image {
  display: block;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
  background-image: url('./images/grayscale-mountain.png');
}
@media screen and (min-width: 768px) {
  .blog-index__post-image--large {
    flex: 1 1 100%;
    padding-bottom: 0;
  }
  .blog-index__post-content--large {
    flex: 1 1 100%;
    padding-left: 2rem;
  }
  .blog-index__post-image--large {
    flex: 1 1 48%;
  }
  .blog-index__post-content--large {
    flex: 1 1 48%;
    padding-left: 2rem;
  }
}
.blog-index__post-content h2 {
  margin: .5rem 0;
}
.blog-index__post-content--small h2 {
  font-size: 26px;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #777;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}

.blog-index.clearfix {}

.blog-index .post-item {
    position: relative;
    width: 100%;
    float: none;
    padding: 0;
}

.flexible_block__overlay {
    position: relative;
}

.section_template__blog article {}

.blog-index .post-item article {
    overflow: hidden;
    margin: 30px 0 0 0;
}

.section_template__blog .layer_1 {}

.blog-index .post-item .layer_1 {
    background-repeat: no-repeat;
    -webkit-background-size: 100% auto;
    background-size: 100% auto;
}

.blog-index .post-item .img_align__bottom {
    background-position: 0 100%;
}

.blog-index .post-item .img_wrapper__large {
    padding: 42.136752% 0 0 0;
}

.flexible_block__overlay .layer_2 {
    padding: 30px;
    background: rgba(0,0,0,0.4);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 10;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000;
    -moz-perspective: 1000;
    -ms-perspective: 1000;
    perspective: 1000;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: background 0.3s ease-in-out;
    -moz-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
}

.flexible_block__overlay .layer_2 > div {
    width: 100%;
}

.article_item .article_info {
    margin: 0;
    font-size: 0;
    line-height: 0;
}

.article_item .article_info span {
    display: inline-block;
    font-size: 12px;
    line-height: 1.5em;
}

.flexible_block__overlay .article_info span, .flexible_block__overlay .article_info span a {
    color: #fff;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.6);
    text-decoration: none;
}

.article_item .article_info span ~ span {
    margin: 0 0 0 10px;
    padding: 0 0 0 10px;
    border-left: 1px solid #ddd;
}

.blog-index .post-item h3.article_title {
    margin: 0;
    font: 34px/1.1em Lato;
    color: #000;
    text-transform: uppercase;
    padding: 15px 0 0 0;
    font-size: 34px;
}

.blog-index .post-item h3.article_title a {
    text-decoration: none;
    font-size: inherit;
    text-shadow: 1px 1px 0 rgba(0,0,0,0.6);
    color: #fff;
}

.rte.article_content {
    display: none;
}

.blog-index .post-item article:hover .layer_2 {
    background: rgba(0,0,0,0.15);
}

.blog-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 30px 0 50px;
  font-family: Lato, sans-serif;
}
.blog-pagination__link {
  display: inline-flex;
  padding: .25rem .4rem;
  margin: 0 .1rem;
  color: #777;
  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: #777;
  margin: 0 5px;
}
.blog-pagination__prev-link--disabled svg,
.blog-pagination__next-link--disabled svg {
  fill: #B0C1D4;
}
.blog-pagination__number-link:hover,
.blog-pagination__number-link:focus {
  border: 2px solid #B0C1D4;
}

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

.blog-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  overflow: hidden;
      -ms-flex-pack: justify;
    justify-content: space-between;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post .right-block .side-block ul.social-connects {
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    margin: 0 0 0 0;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 100px;
}
.blog-post .right-block .side-block:not(:last-child) {
    margin-bottom: 40px;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #777;
  text-decoration: underline;
}

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

.blog-recent-posts {
  margin-top: 3rem;
  background-color: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #777;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}
.blog-post .left-block {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}
.blog-post .right-block {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.blog-post .right-block,.blog-post .left-block {
    margin-top: 90px;
}
.blog-post .flexible_block .img_wrapper__large {
  background-repeat: no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  padding: 42.136752% 0 0 0;
  background-position: 0 100%;
}
.blog-post .right-block .side-block .discount-form h3 {
    margin-bottom: 12px;
}
.blog-post .article_info {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.blog-post .article_info .right-part,.blog-post .article_info .right-part ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}
.blog-post .article_info .right-part ul {
    margin: 0 0 0 10px;
    padding: 0;
}
.blog-post .article_info .right-part ul li:not(:last-child) {
    margin-right: 16px;
}
.blog-post .right-block .side-block .discount-form form label span {
    font-size: 14px;
    line-height: 19.6px;
    font-weight: 400;
}
.blog-post .right-block .side-block .discount-form form .input input {
    border: 2px solid #6c6c6c;
    padding: 8px 10px;
    border-radius: 5px;
}
.blog-post .right-block .side-block .discount-form form .hs_submit.hs-submit input[type="submit"] {
    margin-top: 0;
    margin-bottom: 0;
    background-color: #EF2E23;
    border-radius: 5px;
    text-transform: uppercase;
    font-size: 36px;
    line-height: 36px;
    font-family: "DharmaGothicE";
    padding: 14px 0 9px 0;
    max-width: 186px;
    width: 100%;
    transition: all 0.2s ease-in-out;
}
.blog-post .right-block .side-block .discount-form form .hs_submit.hs-submit input[type="submit"]:hover {
    background-color: #2173dc;
}
.blog-post .right-block .side-block .discount-form form .hs_submit .actions {
    padding: 0 !important;
}
.blog-post .flexible_block h1 {
    font-size: 48px;
    line-height: 48px;
    margin: 0;
    padding: 0;
    border-bottom: 0;
    font-family: "DharmaGothicE";
}
.blog-post__body p {
    font-size: 14px;
    line-height: 19.6px;
    color: #000;
}
.blog-post__body p img {
    margin: 30px 0;
}
h2.empty {
    display: none;
}
.blog-post .article_info {
  margin: 0;
  font-size: 0;
  line-height: 0;
  padding: 32px 0 38px;
}

.blog-post .article_info span {
  display: inline-block;
  font-size: 12px;
  line-height: 16.8px;
}

.blog-post .article_info span ~ span {
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 1px solid #ddd;
}

.blog-post .article_info span a {
  text-decoration: none;
  color: inherit;
}

.blog-post__body {
  margin: 15px 0 0 0;
}

.blog-post .article_tags {
  margin: 0;
  font-size: 0;
  line-height: 0;
}

.blog-post .article_tags a {
  text-decoration: none;
  display: inline-block;
  margin: 15px 15px 0 0;
  font-size: 12px;
  line-height: 1.5em;
}

.blog-post .article_tags a:before {
  content: '\f02b';
  margin: 0 4px 0 0;
  font: 12px 'FontAwesome';
}

.article_pagination a {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  font-weight: normal;
  font-family: Lato;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  cursor: pointer;
  padding: 8px 12px;
  background: #000;
  border: 1px solid transparent;
  font-size: 12px;
  line-height: 1.4em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-perspective: 1000;
  -moz-perspective: 1000;
  -ms-perspective: 1000;
  perspective: 1000;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: background 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out;
  -moz-transition: background 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out;
  transition: background 0.2s ease-in-out,border-color 0.2s ease-in-out,color 0.2s ease-in-out;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.article_pagination a:hover {
  background: #2173dc;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
}

.article_pagination a.article_pagination__prev {
  float: left;
  margin: 30px 15px 0 0;
}

.article_pagination a.article_pagination__next {
  float: right;
  margin: 30px 0 0 15px;
}

.article_comments__list {
  margin: 30px 0 0 0;
}

.article_comments__list h3 {
  font-size: 30px;
  margin: 0;
}

.blog-comments {
  max-width: 100%;
  margin: 30px 0 170px 0;
}

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

.blog-comments form h3 {
  margin-bottom: 15px;
  font-size: 30px;
}

.blog-comments .hs-form label {
  font-size: 14px;
  color: #555;
  font-weight: normal;
  padding: 0;
  line-height: 1.5em;
  display: inline-block;
  max-width: 100%;
}

.blog-comments .hs-input {
  width: 100%;
  display: block;
  vertical-align: top;
  padding: 8px 10px;
  background-image: none;
  border-width: 1px;
  border-style: solid;
  -webkit-transition: border-color 0.2s ease-in-out;
  -moz-transition: border-color 0.2s ease-in-out;
  transition: border-color 0.2s ease-in-out;
  background-color: #fff;
  border-color: #ddd;
  font: 13px Lato;
  color: #777;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

.blog-comments .hs-input:hover {
  border-color: #ddd;
}
.blog-comments form h3 {
    font-family: "DharmaGothicE";
    font-size: 36px;
    line-height: 36px;
    margin-bottom: 20px !important;
}

.blog-comments form .hs-form-field label {
    font-size: 14px;
    line-height: 19px;
    color: #2F2F2F;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.blog-comments form .hs-form-field .input input,.blog-comments form .hs-form-field .input textarea {
    border: 2px solid #6C6C6C;
}

.blog-comments form .hs-form-field .input textarea {
    height: 167px;
}
.blog-comments .hs-input:focus {
  border-color: #999;
  outline: 0;
}

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

.blog-comments .hs-form .hs-error-msgs label {
  color: #ef2e23;
  margin-bottom: 0;
}

.blog-comments .hs-button {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    font-weight: 700;
    font-family: "DharmaGothicE";
    padding: 18px 24px 13px;
    background: #EF2E23;
    border: 1px solid transparent;
    font-size: 36px;
    line-height: 36px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    -moz-transition: background .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    transition: background .2s ease-in-out,border-color .2s ease-in-out,color .2s ease-in-out;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.blog-comments .hs-button:active, 
.blog-comments .hs-button:focus, 
.blog-comments .hs-button:hover {
  background: #2173dc;
  border-color: transparent;
  color: #fff;
  text-decoration: none;
}

.grecaptcha-badge {
  margin: 0;
}

/* .blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
} */
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}


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

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

@media (max-width: 1199px) {
  .blog-post .left-block {
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
  }
  .blog-post .right-block {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
  }
  .blog-post .flexible_block h1 {
    font-size: 40px;
    line-height: 42px;
  }
  .blog-post .right-block h3 {
      font-size: 30px;
      line-height: 40px;
      margin: 0 0 5px 0;
  }
  .blog-post .right-block .side-block ul.social-connects {
      margin-bottom: 40px;
  }
  .blog-post .right-block .side-block .discount-form {
      margin-bottom: 40px;
      margin-top: 40px;
  }
  .blog-post .right-block .side-block .discount-form form .hs_submit.hs-submit input[type="submit"],.blog-comments .hs-button {
      font-size: 28px;
      line-height: 28px;
  }
  .blog-post .right-block .side-block .discount-form form .hs_submit.hs-submit input[type="submit"] {
       max-width: 158px;
  }
  .blog-comments form h3 {
      font-size: 32px;
      line-height: 32px;
  }
}

@media (max-width: 991px) {
  .blog-index .post-item .img_wrapper__large,
  .blog-post .flexible_block .img_wrapper__large{
    padding: 52.136752% 0 0 0;
  }

  .blog-index .post-item h3.article_title {
    font-size: 18px;
  }

  .blog-comments {
    margin-bottom: 0;
  }
  .blog-post .left-block .hs-submit .actions {
    padding-bottom: 0 !important;
  }
  .blog-pagination {
    margin-bottom: 30px;
  }
  .blog-post .left-block {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .blog-post .right-block, .blog-post .left-block {
      margin-top: 60px;
  }
  .blog-post .right-block {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
      margin-bottom: 100px;
  }
  .blog-post {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-post .flexible_block h1 {
      font-size: 36px;
      line-height: 46px;
  }
  .blog-post .article_info {
      padding: 28px 0 34px;
  }
  .blog-post .right-block .side-block ul.social-connects {
      max-width: 30%;
  }
  .blog-post .right-block .side-block .discount-form {
     display: none; 
  }
}

@media (max-width: 767px) {
  .content-wrapper {
    padding-left: 15px;
    padding-right: 15px;
  }
  .blog-post .right-block, .blog-post .left-block {
    margin-top: 50px;
  }
  .blog-post .article_info {
      padding: 22px 0 28px;
  }
  .blog-index .post-item .img_wrapper__large,
  .blog-post .flexible_block .img_wrapper__large{
    padding: 40% 0 0 0;
  }
  .blog-post .right-block .side-block ul.social-connects {
    max-width: 50%;
  }
}
@media only screen and (max-width: 575px) {
  .blog-post .right-block .side-block ul.social-connects {
    max-width: 100%;
  }
  .blog-post .article_info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .blog-post .article_info .left-part,.blog-post .article_info .right-part {
      -ms-flex: 0 0 100%;
      flex: 0 0 100%;
      max-width: 100%;
  }
  .blog-post .article_info .right-part {
      margin-top: 20px;
  }
}
@media (max-width: 639px) {
  .page_heading {
    margin: 30px 0 0 0;
    font-size: 20px;
  }
}

@media (max-width: 479px) {
  .blog-index .post-item .img_wrapper__large {
    padding: 55% 0 0 0;
  }

  .article_item .article_info span ~ span {
    margin: 0 12px 0 0;
    padding: 0;
    border: none;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  z-index: 0;
}
.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 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  padding: .1rem .75rem;
}

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

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

@media (max-width: 767px) {
  .error-page {
    padding: 7rem 0;
  }
}

@media (max-width: 479px) {
  .error-page {
    padding: 40px 0;
  }
}