/* ******************************************************************************
*********************************************************************************
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 */
  scroll-padding-top: 150px;
  scroll-behavior: smooth;
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

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

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

.banner-section .banner-area .dnd-section .row-fluid .dnd-column {
  padding: 0;
}

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

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

@font-face { 
  font-family: "socicon"; 
  src: url("//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/Kinetix_February2021/Fonts/socicon.eot") format("embedded-opentype"), 
    url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/_fonts/socicon.ttf) format("truetype"), 
    url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/_fonts/socicon.woff) format("woff"); 
  font-style: normal; 
  font-weight: normal; 
}

@font-face { 
  font-family: "FontAwesome"; 
  src: url("//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/Kinetix_February2021/Fonts/fontawesome-webfont.eot") format("embedded-opentype"), 
    url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/_fonts/fontawesome-webfont.woff2) format("woff2"), 
    url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/_fonts/fontawesome-webfont.woff) format("woff"),
    url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/_fonts/fontawesome-webfont.ttf) format("truetype"); 
  font-style: normal; 
  font-weight: normal; 
}

@font-face { font-family: "Genericons"; src: url("data:application/x-font-woff;charset=utf-8;base64,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") format("woff");
  font-style: normal; font-weight: normal; }


html {
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

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

p {
  margin-bottom: 20px;
  margin-top: 0;
  font-family: Lato, sans-serif;
}

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

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 20px;
  line-height: normal;
}

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

b, strong {
  font-weight: bold;
}

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: 20px 0;
  padding: 0 20px 0 40px;
  color: #ff993f;
  font-style: italic;
  line-height: 1.7;
  font-weight: 400;
}

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

.sfwa_row {
  margin-left: -15px;
  margin-right: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.sfwa_row:before, .sfwa_row:after, .clearfix:before, .clearfix:after {
  display: table;
  content: "";
}
.sfwa_row:after, .clearfix:after {
  clear: both;
}
.widget {
  margin: 0 auto 10px;
  position: relative;
  box-sizing: border-box;
}
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute ! important;
  width: 1px;
  word-wrap: normal ! important;
}

.socicon-facebook:before {
  content: "\e041";
}
.socicon-twitter:before {
  content: "\e040";
}
.socicon-instagram:before {
  content: "\e057";
}
.socicon-linkedin:before {
  content: "\e049";
}
.socicon-youtube:before {
  content: "\e051";
}
.socicon-pinterest:before {
  content: "\e043";
}
.socicon-rss:before {
  content: "\e00b";
}
.socicon-snapchat:before {
  content: "\e03f";
}


[class^="icon-"], [class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em;
}
[class^="icon-"], [class*=" icon-"] {
  display: inline;
  width: auto;
  height: auto;
  line-height: normal;
  vertical-align: baseline;
  background-image: none;
  background-position: 0% 0%;
  background-repeat: repeat;
  margin-top: 0;
}
[class^="icon-"]:before, [class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none;
}
.icon-angle-down:before {
  content: "\f107";
}
.genericon {
  font-size: 16px;
  vertical-align: top;
  text-align: center;
  -moz-transition: color .1s ease-in 0;
  -webkit-transition: color .1s ease-in 0;
  display: inline-block;
  font-family: "Genericons";
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  line-height: 1;
  text-decoration: inherit;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  speak: none;
}
.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;
}

@media only screen and (min-width: 768px) {
  .menu [class^="icon-"]:before, .menu [class*=" icon-"]:before {
    font-family: fontawesome;
  }
}
/* @import url('http://example.com/example_style.css'); */

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

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

.button {
background-color: #ff993f; 
color: #fff; 
padding: 8px; 
-webkit-box-shadow: -1px 2px 10px 0px rgba(0,0,0,0.34); 
box-shadow: -1px 2px 10px 0px rgba(0,0,0,0.34);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
  font-family: Lato, sans-serif;
  margin-bottom: 20px;
}

.hs-button {
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  border-style: solid;
  font:inherit;
  white-space:normal;
  text-decoration: none;
  font-family: inherit;

  font-size: 25px;
  line-height: 25px;
  font-family: Bebas Neue, sans-serif; 
  display: inline-block;
  font-weight: 700;
  position: relative;
  text-align: center;
  transition: all .15s linear;
  border-style: solid;
  border-width: 1px;
  width:auto !important;
}

.hs-button:hover, .hs-button:focus {
  background-color: #21222a;
  border-color: #21222a;
  
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
  outline: none;
}

.hs-button:active {}


.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: Bebas Neue, sans-serif;
  font-size: 13px;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
}
.hs-search-field__input,
.hs-input[type=password],
form input,
form select,
form textarea,
.hs-input, 
input[type="password"] {
  display: block;
  width: 100% !important;
  border-style: solid;
  -webkit-transition: border linear 0.2s, box-shadow linear 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
  padding: 4px 6px;
  margin:0;
  vertical-align: middle;
  font:inherit;
  font-size: 16px;
  font-family: inherit;

  padding: 8px 10px;
  font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}

form textarea{
  height: 66px !important;
}

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

.hs-search-field__input:focus,
.hs-input[type=password]:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus,
input[type="password"]:focus{
  outline: 0;
}

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




ul.no-list.hs-error-msgs.inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 0 0 5px;
  width: 100%;
  padding-left: 5px;
}
.hs-error-msgs label {
  margin-bottom: 0;
  color: #f2545b !important;
  margin-top: 0;
  font-family: Bebas Neue, sans-serif;
  font-size: 13px;
  line-height: 18px;
  text-align: left;
  white-space: normal;
  font-weight: normal;
  margin-bottom: 4px;
}
/* ******************************************************************************
*********************************************************************************
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 {}


.custom-menu-primary {
  margin-right: -6px;
  width: auto;
  float: right;
}
.custom-menu-primary .hs-menu-wrapper > ul{
  padding: 0;
  margin: 0;
  display: block;
  margin-left: 5px;
  text-align: left;
}
.custom-menu-primary .hs-menu-wrapper > ul > li{
  position: relative;
  display: inline-block;
  margin-right: 15px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a{
  position: relative;
  display: inline-block;
  padding: 0 20px;
  text-transform: uppercase;
  text-decoration: none;
  font-family: Oswald, Arial, Tahoma;
  font-size: 12px;
  height: 100px;
  line-height: 100px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:after{
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: auto;
  bottom: -1px;
  height: 2px;
}
.custom-menu-primary .hs-menu-wrapper > ul > li > a:hover{
  text-decoration: none;
}
.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > span {
  position: absolute;
  color: rgb(187, 187, 187);
  display: block;
  top: 50%;
  margin-top: -8px;
  right: 0;
  pointer-events: none;
}
.custom-menu-primary .hs-menu-wrapper > ul ul{
  position: absolute;
  top: 100%;
  left: 0px;
  min-width: 185px;
  overflow: hidden;
  height: 0px;
  border-top: 1px solid transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  z-index: 9999;
  text-align: left;
  display: block;
  padding-left: 0;
}

.custom-menu-primary .hs-menu-wrapper > ul ul li{
  border-top: solid 1px #3b3b3b;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  position: relative;
  display: block;
  -webkit-backface-visibility: visible;
  margin: 0;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li:first-child{
  border-top-width: 0px;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a{
  position: relative;
  display: block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  text-transform: none;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  text-decoration: none;
  white-space: nowrap;
  font-family: Oswald, Arial, Tahoma;
}
.custom-menu-primary .hs-menu-wrapper > ul ul li a:hover{
  text-decoration: none;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.Let\'s.Have.a.Conversation a {
  color: #fff;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.Let\'s.Have.a.Conversation {
  background-color: #ff993f;
}

@media (min-width: 845px) {
  .custom-menu-primary .hs-menu-wrapper > ul li:hover >  ul {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    height: auto;
    overflow: visible;
  }
  .animate_header .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    height: 40px;
    line-height: 40px;
  }
}



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


@media (max-width: 920px) and (min-width: 845px) {
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    padding:0 12px;
  }
}


@media (max-width: 844px) {
  .custom-menu-primary{
    display: none;
    width: auto;
    float: none;
    background: rgb(41, 41, 41);
    margin-left: -1.25%;
    margin-right: -1.25%;
    clear: both;
  }
  .mobile-open .custom-menu-primary {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper > ul {
    margin-left: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li {
    display: block;
    margin-right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li > a {
    height: 50px;
    line-height: 50px;
    color: #fff !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a{
    color:#ff993f !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Contact:hover a {
    color: #ffffff !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.Contact > a:after{
    background-color: #ffffff !important;
  }

  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > span {
    cursor: pointer;
    pointer-events: auto;
    width: 30px;
    height: 30px;
    right: 14px;
    top: 32.5px;
  }
  .custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > span:before {
    position: absolute;
    right: 0;
  }
  .custom-menu-primary .hs-menu-wrapper > ul ul {
    position: relative;
    top: 100%;
    left: 0px;
    min-width: 100%;
    overflow: hidden;
    display: inline-block;
    height: 0px;
    border-top: 1px solid transparent;
    opacity: 0;
    text-align: left;
    background: #F8981E !important;
  }
  .custom-menu-primary .hs-menu-wrapper > ul li.menu-open > ul {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    filter: alpha(opacity=100);
    opacity: 1;
    height: auto;
    overflow: visible;
  }


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

  .custom-menu-primary .hs-menu-wrapper > ul ul li {
    text-align: left;
    padding-left: 5px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li.Contact {
    background-color: rgba(255,153,63,1.0);
}
}

@media (max-width: 844px) and (max-height: 686px) {
  
  .custom-menu-primary .hs-menu-wrapper > ul {
    overflow-y: auto;
    height: calc(100vh - 98px);
  }

}
/* ******************************************************************************
*********************************************************************************
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 website pages
look if there is anything specific to your website pages.
*********************************************************************************
****************************************************************************** */

.body-container__website {
  overflow: hidden;
  clear: both;
}

.tp-bannershadow.tp-shadow1 {
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/shadow1.png) no-repeat;
}

.tp-bannershadow.tp-shadow2 {
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/shadow2.png) no-repeat;
}

.tp-bannershadow.tp-shadow3 {
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/shadow3.png) no-repeat;
}

.tp-rightarrow.tparrows.default {
  background-position: -489px -487px !important;
}
.tp-leftarrow.tparrows.default {
  background-position: -466px -487px !important;
}
.tparrows.default {
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/sprite.png) no-repeat !important;
  height: 63px !important;
  width: 23px !important;
}

.img-container img.hs-image-widget {
  min-width: 130%;
  min-height: 80%;
  background-attachment: fixed;
  margin-left: -15%;
}

.tabber-container .hs_cos_wrapper_type_header h5 {
  display: block;
  position: relative;
  padding: 0 10px;
  margin: 0 10px;
  text-transform: uppercase;
  font-size: 24px;
  font-weight: 300;
  text-align: center;
  font-family: Lato, sans-serif;
  padding-bottom: 17px;
}

.tabber-container .hs_cos_wrapper_type_header {
  width: auto;
  border-bottom: 3px solid #dadada;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
  box-shadow: 0 1px 0 0 #fff;
  display: block;
  clear: both;
}

.tabber-container .hs_cos_wrapper_type_linked_image {
  display: block;
  line-height: 0;
}

.tabber-container {
  font-size: 13px;
}
ul#trending-links-container {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-bottom: 50px;
  flex-wrap: wrap;
  font-size: 13px;
  font-family: Lato, sans-serif;
  line-height: normal;
  padding: 0;
  margin: 0;
  list-style: none;
}

ul#trending-links-container li {
  margin: 5px;
  transition: all .5s;
  max-width: 220px;
}

.homepage .bottom-container .dnd-section>.row-fluid > div {
  width: 100%;
}

.homepage {
  overflow: hidden;
}

.row-fluid.row [class*="span"],
.dnd-section > .row-fluid .dnd-column,
.dnd-section > .row-fluid > [class*="span"].dnd-module {
  padding: 0px 1.25%;
}

ul#trending-links-container li a:hover {
  opacity: .5;
}

.body-container__website .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  margin-top: 18px;
}

/*  */

.solution_wrapper .custom-header{
  background-color: transparent !important;
}

.solution_wrapper .cm_cnt_wit_bg_wrp .cm_cnt_wit_bg_tp {
  background-color: rgba(68, 67, 67, 0.5);
}

.solution_wrapper .cm_cnt_wit_bg_wrp {
  padding-bottom: 20px;
}

.body-container__website video#hro-video {
  width: auto;
  height: auto;
  max-width: 90%;
  margin: 0 auto;
}

.body-container__website p {
  font-size: 13px;
  line-height: 1.6;
}

.press_content {
  text-align: center;
}

.cases_content img.hs-image-widget {
  max-height: 500px;
  box-shadow: 0px 0px 20px;
  margin: 0 auto 30px auto;
}

.cases_content .hs_cos_wrapper_type_rich_text {
  width: 92%;
  font-size: 15px !important;
  padding: 30px 15px;
  border-top: 1px solid #ff993f;
  border-bottom: 1px solid #ff993f;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.cases_banner {
  line-height: 0;
}

.cases_content .hs_cos_wrapper_type_rich_text p {
  line-height: 1.6;
}

.poupfrom_wrop,
.cases_content {
  line-height: normal;
  font-size: 13px;
}

.cases_content .hs_cos_wrapper_type_linked_image {
  display: inline-block;
  line-height: 0;
  font-size: 0;
}

.cases_form {
  padding-top: 25px;
}

.cases_form h3.form-title {
  font-size: 32px;
  text-align: center;
  background-color: transparent;
  line-height: normal;
}

.cases_form .hs-form input[type="text"],
.cases_form .hs-form input[type="email"] {
  font-size: 13px;
  font-family: Lato, sans-serif;
  padding: 6px 5px;
  letter-spacing: normal;
  line-height: normal;
  color: #000;
  border: 1px solid #767676;
  border-radius: 0;
  max-width: 100%;
  min-width: 193px !important;
  border-radius: 3px;
  background-color: #fff;
}

.cases_form .hs-form {
  font-size: 13px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.cases_form .hs-form .field.hs-form-field {
  margin-top: 20px;
  margin-bottom: 0;
}

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

.cases_form .hs-form input[type="text"]::-webkit-input-placeholder, 
.cases_form .hs-form input[type="email"]::-webkit-input-placeholder {
  font-style: normal;
  color: #45484a;
}

.cases_form .hs-form input.hs-button {
  max-width: 100%;
  background-color: #ff993f;
  border: 0 solid transparent;
  border-radius: 3px;
  color: #f3f3f3;
  font-family: Open Sans, Arial, Tahoma;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 14px;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, .5);
  box-shadow: 0 1px 0 #E05435 inset, 0 4px 0 #E36838;
  margin: 0;
  min-width: 193px;
  line-height: normal;
}

.cases_form .hs-form .actions {
  padding: 16px 0 10px;
  clear: both;
  width: 100%;
}

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

.cases_form .hs-form input[type="text"]:focus-visible,
.cases_form .hs-form input[type="email"]:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
  box-shadow: none;
}

img {
  max-width: 100%;
  height: auto;
}

.customized-bottom .dnd-section {
  padding-bottom: 10px;
  padding-top: 20px;
}

.customized-bottom {
  font-size: 13px;
  line-height: 1.6;
}

.customized_banner .hs_cos_wrapper_type_rich_text p{
  line-height:1.6;
}

.body-container__website h3 {
  color: #ff993f;
  line-height: normal;
}

.body-container__website .hs-form .hs-recaptcha.field.hs-form-field {
  margin: 8px;
  display: inline-block;
  margin-bottom: 0;
}

.body-container__website .hs-form .actions {
  text-align: center;
  margin-top: 13px;
  margin-bottom: 18px;
  padding: 17px 0px;
}

.poupfrom_wrop .hs-form-field input[type=text].error,
.poupfrom_wrop .hs-form-field input[type=email].error{
  border-color:#790000;
}

.kinetix_btm_content .hs-form .hs-error-msgs label,
.poupfrom_wrop .hs-form .hs-error-msgs label,
.cases_form .hs-form .hs-error-msgs label {
  color: #790000 !important;
  font-size: 1em !important;
  font-weight: 700 !important;
  text-transform: none !important;
  font-family: Lato, sans-serif !important;
  line-height: normal;
}

.kinetix_btm_content .hs-form .hs_error_rollup .hs-error-msgs label,
.poupfrom_wrop .hs-form .hs_error_rollup .hs-error-msgs label,
.cases_form .hs-form .hs_error_rollup .hs-error-msgs label {
  border-top: 2px solid #790000;
  border-bottom: 2px solid #790000;
  padding: 16px 0;
  clear: both;
  width: 100%;
  text-align: center;
  line-height: normal;
}

.kinetix_btm_content .hs-form input[type="text"]:focus-visible,
.kinetix_btm_content .hs-form input[type="email"]:focus-visible {
  outline: -webkit-focus-ring-color auto 1px;
}

.kinetix_btm_content .hs-form input[type="text"].error,
.kinetix_btm_content .hs-form input[type="email"].error,
.cases_form .hs-form input[type="text"].error, 
.cases_form .hs-form input[type="email"].error {
  border: 1px solid #790000;
  border-radius: 0;
}


.about_btm_top_content .dnd-section {
  background-attachment: fixed;
}


/*  */

.solution_top_content .hs_cos_wrapper_type_header h1 {
  font-family: Oswald, Arial, Tahoma;
  font-weight: 400;
  text-align: center;
  line-height: 1;
  margin-bottom: 75px;
  font-size: 7em;
  color: #f47424;
}

.solution_top_content .sc-highlight-full-width #about-us-text {
  margin-bottom: 75px;
}

.solution_top_content {
  font-size: 13px;
  background-attachment: fixed;
  min-height: 400px;
  background-position: center center;
  background-size: 110% 110%;
  padding-top: 80px;
  padding-bottom: 80px;
  background-image: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/Dust-1.jpg);
}

.solution_top_content > .row-fluid-wrapper {
  padding-top: 10px;
  padding-bottom: 10px;
  position: relative;
  zoom: 1; }

.solution_top_content .sc-highlight-full-width {
  padding: 0;
}

.solution_top_content .sc-highlight-full-width #about-us-text p {
  line-height: 1.2;
}

.solution_top_content .sc-highlight-full-width .theme-one-half img.size-full.sec_img {
  margin: 0;
}

.icon-refresh:before {
  content: "\f021";
  box-sizing: content-box;
}

.icon-rocket:before {
  content: "\f135";
}

.icon-arrow-up:before {
  content: "\f062";
}

.icon-globe:before {
  content: "\f0ac";
}

.icon-bullseye:before {
  content: "\f140";
}

.icon-trophy:before {
  content: "\f091";
}

html.popup_open {
  overflow: hidden;
}

.icon-comment:before {
  content: "\f075";
}

.icomoon-drawer-2:before {
  content: "\e0cf";
}

.kinetixbanner .cm_cnt_wit_bg_wrp {
  padding-top: 40px;
  padding-bottom: 40px;
}

.kinetix_btm_content h2 {
  display: inline-block;
  position: relative;
  padding: 0 10px;
  margin: 0 10px;
  text-transform: uppercase;
  min-height: 50px;
  font-size: 24px;
  font-weight: 300;
  font-family: Lato, sans-serif;
  color: #45484a;
}

.kinetix_btm_content .hs_cos_wrapper_type_header {
  box-shadow: 0 1px 0 0 #fff;
  display: block;
  clear: both;
  width: auto;
  border-bottom: 3px solid #dadada;
  margin-bottom: 30px;
  position: relative;
  text-align: center;
}

.kinetix_btm_content .hs_cos_wrapper_type_rich_text h3 {
  font-size: 22px;
  color: #ff993f;
  line-height: normal;
}

.kinetix_btm_content .hs_cos_wrapper_type_rich_text p {
  font-size: 15px;
  line-height: 1.6;
}

.kinetix_btm_content h3.form-title {
  letter-spacing: normal;
  margin: 10px 0 6px;
  background-color: transparent;
  font-weight: 700;
  font-size: 1.25em;
  font-family: Oswald, Arial, Tahoma;
  line-height: normal;
  margin-top: 0;
  margin-bottom: 18px;
}

.kinetix_btm_content .hs_cos_wrapper_type_form {
  width: 75%;
  text-align: left;
  max-width: 100%;
  margin: 0 auto;
  display: block;
  font-size: 13px;
}

.kinetix_btm_content .hs-form {
  margin-bottom:10px;
}

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

.kinetix_btm_content .hs-form label {
  font-family: Lato, sans-serif;
  font-weight: 700;
  font-size: inherit;
  display: -moz-inline-stack;
  display: block;
  line-height: 1.3;
  clear: both;
  text-transform: none !important;
  color: #45484a;
  margin-bottom: 0;
}

.kinetix_btm_content .hs-form input[type="text"],
.kinetix_btm_content .hs-form input[type="email"] {
  font-size: inherit;
  font-family: inherit;
  padding: 6px 4px;
  letter-spacing: normal;
  line-height: normal;
  border-radius: 2px;
  border: 1px inset #767676;
  color: #000;
  background-color:#fff;
}

.kinetix_btm_content .hs-form input.hs-button {
  line-height: normal;
  width: auto;
  margin: 0 16px 0 0;
  border-radius: 4px;
  color: #f3f3f3;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 1px 1px 0 rgb(0 0 0 / 50%);
  font-weight: bold !important;
  font-size: 12px;
  opacity: 0.95;
  box-shadow: inset 0 -4px 0 -1px rgb(0 0 0 / 20%);
  font-family: Open Sans, Arial, Tahoma !important;
  transition: opacity 0.15s;
  padding: 14px 38px;
  background-color: #FF993F;
  border: 2px outset #767676;
}

.kinetix_btm_content .hs-form .actions {
  padding: 16px 0 10px;
  margin: 16px 0 0;
  clear: both;
  width: 100%;
}

.kinetix_btm_content .widget-type-linked_image {
  line-height: 0;
  font-size: 0;
}

.kinetix_btm_content .hs_cos_wrapper_type_linked_image {
  float: left;
  margin: 5px 20px 20px 0;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

  .kinetix_btm_content .hs_cos_wrapper_type_linked_image{
    float: none;
  }

  .sc-highlight-full-width,
  .about_btm_top_content .dnd-section {
    background-attachment: scroll;
  }

}

.icon-laptop:before {
  content: "\f109";
}

.icon-pencil:before {
  content: "\f040";
}

.icon-linkedin:before {
  content: "\f0e1";
}

.evppage .page-center {
  margin-left: auto;
  margin-right: auto;
}

.evppage {
  padding-top: 120px;
}

.evpcontentinner .span9 {
  width: 72.5%;
  margin: 0 1.25%;
  display: inline;
  float: left;
}

.evpcontentinner .span3 {
  width: 22.5%;
  display: inline;
  float: left;
  margin: 0 1.25%;
  margin-top: 80px;
}

.evpcontentinner .span9 .dnd-section,
.evpcontentinner .span3 .dnd-section {
  padding-bottom: 0;
  padding-top: 0;
}

.evpcontentinner .evpcontent{
  padding-right: 3.2%;
}

.evpcontentinner .leftContent .evpcontent .dnd-section {
  position: relative;
  display: block;
  padding: 0 0 5px 10px;
  margin-left: 20px;
}

.evpcontentinner .row-fluid.row [class*="span"],
.evpcontentinner .dnd-section > .row-fluid .dnd-column,
.evpcontentinner .dnd-section > .row-fluid > [class*="span"].dnd-module{
  padding: 0;
}

.leftContent h1 {
  color: #ff993f;
  margin-bottom: 20px;
  font-size: 25px;
  font-family: Oswald, Arial, Tahoma;
  font-weight: bold;
  line-height: normal;
}

.leftContent h1 a {
  font-family: inherit;
}

.leftContent p img {
  display: block;
  background: #f3f3f3;
  padding: 3px;
  -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 20%);
  box-shadow: 0 0 1px rgb(0 0 0 / 20%);
  height: auto;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 2px;
  border: #cbcbcc solid 1px;
  border-bottom-width: 4px;
}

.lighter-grey .post-single-pagination a[rel=next]:after,
.lighter-grey .post-single-pagination a[rel=prev] {
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/prev.png) left center no-repeat;
}

/*  */

.hs-search-field label {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  color: #4a192e;
  font-family: Oswald, Arial, Tahoma;
  font-weight: 400;
}

.hs-search-field__bar form {
  position: relative;
  margin-bottom: 40px;
}
.hs-search-field__bar form input[type="text"]{
  line-height: normal;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
  background: transparent;
  overflow: hidden;
  color: #45484a;
  font-size: 12px;
  display: block;
  width: 100%;
  outline: none;
  font-family: Lato, sans-serif;
  padding: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 0 0 rgb(0 0 0 / 10%) inset;
  box-shadow: 0 1px 0 0 rgb(0 0 0 / 10%) inset;
  background: #e6e6e6;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  padding-right: 33px;
}
.hs-search-field__bar form input[type="text"]:focus{
  outline: none;
  background: #dadada;
}

.hs-search-field__bar form button{
  font-family: Lato, sans-serif;
  line-height: normal;
  cursor: pointer;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
  background: transparent;
  overflow: hidden;
  color: #45484a;
  position: absolute;
  top: 73%;
  right: 8px;
  display: block;
  width: 33px !important;
  height: 15px;
  margin-top: -7.5px;
  background-image: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/search.png);
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
}

.hs-search-field__bar form button svg{
  display:none;
}

.services-icons-container a.read-more:after {
  background-image: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/templatesprite.png);
}

.migration {
  overflow: hidden;
}

.solution_banner {
  overflow: hidden;
}

.customized-solutions_page {
  overflow-x: hidden;
}

.hs-search-field.hs-search-field--open form {
  margin-bottom: 0;
}

.hs-search-field.hs-search-field--open ul.hs-search-field__suggestions {
  margin: 15px 0;
}

.cases_form .hs_cos_wrapper_type_form > div {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cases_form .hs-form > .hs-form-field {
  width: 100%;
}

.about_top_content {
  overflow: hidden;
}

.about_mid_content .get_in_touch_wrp .get_in_touch_inn {
  margin-top: -10px;
}


.poupfrom_wrop .hs-form-field input[type=text],
.poupfrom_wrop .hs-form-field input[type=email]{
  background-color: #fff;
}

.kinetix_btm_content .hs-form label .hs-form-required {
  color: #790000;
  margin-left: 4px;
}

button.pum-close.close-popup{
  outline:none;
}

/*  */

.home_banner ul.single-item.slick-slider ul.slick-dots {
  position: absolute;
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 0;
  -webkit-transition: opacity .2s ease-out;
  -moz-transition: opacity .2s ease-out;
  -o-transition: opacity .2s ease-out;
  -ms-transition: opacity .2s ease-out;
  -webkit-transform: translateZ(5px);
  height: auto;
  bottom: 20px;
  font-size: 13px;
  line-height: normal;
  max-width: 164px;
  margin: 0 auto;
  left: 0;
  right: 0;
  list-style:none;
  padding:0;
}

.home_banner ul.single-item.slick-slider:hover ul.slick-dots {
  opacity:1;
}

.home_banner ul.single-item.slick-slider ul.slick-dots button:before {
  display: none;
}

.home_banner ul.single-item.slick-slider ul.slick-dots button {
  cursor: pointer;
  position: relative;
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/bullet.png) no-repeat top left;
  width: 20px;
  height: 20px;
  margin-right: 0px;
  float: left;
  margin-top: 0px;
  margin-left: 3px;
  padding: 0;
}


.home_banner ul.single-item.slick-slider ul.slick-dots li {
  width: auto;
  margin: 0;
  z-index: 1000;
}

.home_banner ul.single-item.slick-slider ul.slick-dots li.slick-active button {
  background-position: bottom left;
}


.home_banner ul.single-item.slick-slider ul.slick-dots li:hover button {
  background-position: bottom left;
}

.home_banner ul.single-item.slick-slider button.slick-arrow{
  opacity:0;
  -webkit-transition: opacity 0.2s ease-out;
  -moz-transition: opacity 0.2s ease-out;
  -o-transition: opacity 0.2s ease-out;
  -ms-transition: opacity 0.2s ease-out;
  transition: opacity 0.2s ease-out;
}

.home_banner ul.single-item.slick-slider:hover button.slick-arrow{
  opacity:1;
}

.home_banner ul.single-item.slick-slider button.slick-next.slick-arrow {
  height: auto;
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/sprite.png) no-repeat !important;
  height: 63px !important;
  width: 23px !important;
  margin-right: 0px;
  float: left;
  background-position: -489px -487px !important;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: none;
  margin-top: -32px;
}

.home_banner ul.single-item.slick-slider button:before {
  display: none;
}

.home_banner ul.single-item.slick-slider button.slick-prev.slick-arrow {
  height: 63px !important;
  width: 23px !important;
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/sprite.png) no-repeat !important;
  transform: none;
  background-position: -466px -487px !important;
  position: absolute;
  top: 50%;
  left: 20px;
  z-index: 100;
  cursor: pointer;
  margin-right: 0px;
  float: left;
  margin-top: -32px;
}

.home_banner_wrp .home_banner:after {
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/shadow2.png) no-repeat;
  content: "";
  margin-left: auto;
  margin-right: auto;
  -moz-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -o-user-select: none;
  height: 60px;
  bottom: -60px;
  background-size: 100% 100%;
  max-width: 1170px;
  left: 0px;
  width: 100%;
  position: absolute;
}

@media screen and (min-width: 640px){


  .solution_wrapper .custom-header .header-inner {
    background-color: transparent !important;
    position: absolute;
    background: none, linear-gradient(to top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.9) 30px,#ffffff 70px);
    top: 0;
    border-bottom: 0;
  }

  .solution_wrapper .banner_area {
    margin-top: 30px;
  }

  .animate_header .body-wrapper.solution_wrapper {
    padding-top: 0;
  }


}



@media (max-width:1600px) {
  .kinetixbanner .banner_area.bg_size_contain{
    height: 27.82vw !important;
  }
}


@media screen and (max-width: 1199px){

  .cases_form .hs-form {
    margin-bottom: 16px;
  }

}

@media screen and (max-width: 930px){

  .about_mid_content .get_in_touch_wrp .promo-line-text p {
    padding-top: 0;
    margin-bottom: 20px;
  }

  .about_mid_content .get_in_touch_wrp .get_in_touch_inn .page-center {
    padding-top: 10px;
    padding-bottom: 10px;
  }

}

@media screen and (max-width: 854px){

  .cases_banner {
    margin-top: 40px;
  }

}

@media (max-width: 844px) {

  .customized-bottom .dnd-section{
    padding-bottom: 0;
  }

  .customized_banner .hs_cos_wrapper_type_rich_text p {
    margin-bottom: 10px;
  }

  /*    */

  .solution_top_content .hs_cos_wrapper_type_header h1 {
    font-size: 4.5em;
  }

  .solution_top_content .sc-highlight {
    margin-bottom: 0 !important;
  }

  .solution_top_content {
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
  }

  .kinetix_btm_content .dnd-column {
    width: 100%;
  }

  .kinetix_btm_content .hs_cos_wrapper_type_linked_image img {
    width: 535px;
  }

  /*    */

  .evpcontentinner .span3 {
    width: 70%;
    padding-left: 10px;
  }

  .leftContent p {
    margin-bottom: 0;
  }

  .kinetixbanner .cm_cnt_wit_bg_wrp {
    padding-bottom: 0px !important;
    position: relative;
    overflow: hidden;
  }

}


@media only screen and (max-width: 844px) and (min-width:640px) {

  .solution_wrapper .banner_area {
    margin-top: 27px;
  }

}

@media only screen and (max-width: 766px){

  .solution_top_content .sc-highlight-full-width,
  .solution_top_content .sc-highlight {
    margin-bottom: 0;
  }

  .kinetixbanner {
    overflow: hidden;
  }

  .evpcontentinner .span3.RightContent.right-sidebar {
    width: 75%;
    padding-left: 5%;
    box-sizing: content-box;
  }


  .about_mid_content .get_in_touch_wrp .theme-one-fourth a.cta_button {
    display: inline-block;
  }

  .about_mid_content .get_in_touch_wrp .theme-one-fourth {
    width: calc(29% + 4%);
  }

  .about_mid_content .get_in_touch_wrp .theme-one-fourth a.cta_button {
    padding: 19px 40px;
  }

  .about_mid_content .get_in_touch_wrp .theme-one-fourth a, 
  .about_mid_content .get_in_touch_wrp .theme-one-fourth a.cta_button {
    padding: 19px 40px;
    white-space: nowrap;
    text-align: right;
  }

  .about_mid_content .get_in_touch_wrp .theme-three-fourth {
    padding-bottom: 0;
  }

  .about_mid_content .get_in_touch_wrp .get_in_touch_inn .page-center {
    padding-top: 10px;
    padding-bottom: 0;
  }

  .about_mid_content .get_in_touch_wrp .promo-line-text p {
    padding-top: 0px;
    margin-bottom: 10px;
  }

}

@media only screen and (max-width: 641px){

  .kinetix_btm_content .hs-form input[type="text"],
  .kinetix_btm_content .hs-form input[type="email"],
  .cases_form .hs-form input[type="text"], 
  .cases_form .hs-form input[type="email"] {
    line-height: 2;
    min-height: 2rem;
    min-width: 177px !important;
  }

  .kinetix_btm_content .hs-form input.hs-button ,
  .cases_form .hs-form input.hs-button {
    line-height: 2;
    min-height: 2rem;
    margin: 0 0 17px;
    min-width: 177px;
    white-space: nowrap;
  }

  .kinetix_btm_content .hs-form input.hs-button{
    min-width:100%;
  }


  .kinetix_btm_content .hs-form{
    margin-bottom:0;
  }
  .cases_form .hs-form {
    margin-bottom: 15px;
  }

  .poupfrom_wrop .hs-form-field input[type=text]:not(.error),
  .poupfrom_wrop .hs-form-field input[type=email]:not(.error) {
    line-height: 2 !important;
    min-height: 2rem;
  }

  .poupfrom_wrop .hs-form input.hs-button {
    line-height: 2 !important;
    min-height: 2rem;
    margin: 0 0 12px !important;
  }


}



@media only screen and (max-width: 639px){

  .solution_wrapper .custom-header{
    min-height:98px;
  }

  .animate_header .solution_wrapper .custom-header .header-inner {
    background: none, linear-gradient(to top,rgba(255,255,255,0.75) 0px,rgba(255,255,255,0.9) 30px,#ffffff 70px);
  }

}

@media only screen and (max-width: 606px){

  .about_mid_content .get_in_touch_wrp .theme-one-fourth a, 
  .about_mid_content .get_in_touch_wrp .theme-one-fourth a.cta_button {
    font: 12px 'open sans', arial, tahoma;
    color: #e2e5e8;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    border: 1px solid rgba(0,0,0,0.1);
    padding: 14px 22px;
    box-shadow: inset 0 6px 0 0 rgb(255 255 255 / 15%);
    border-radius: 3px;
    text-transform: uppercase;
  }

  .about_mid_content .get_in_touch_wrp .theme-one-fourth {
    width: calc(32% + 4%);
    margin-bottom: 10px;
  }

  .about_mid_content .get_in_touch_wrp .promo-line-text p {
    margin-bottom: 15px;
  }

  .kinetixbanner .cm_cnt_wit_bg_wrp {
    padding-bottom: 0px !important;
    position: relative;
    overflow: hidden;
    background-attachment: fixed !important;
    background-size: 100% 100%;
  }

}

@media only screen and (max-width: 565px){

  .kinetix_btm_content .hs_cos_wrapper_type_linked_image {
    margin-right: 0;
  }

  .kinetix_btm_content .hs_cos_wrapper_type_linked_image img {
    width: 100%;
  }

}


@media only screen and (max-width: 480px){

  .solution_top_content {
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
    background-attachment: scroll;
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 5000px;
    padding-right: 5000px;
    margin-left: -5000px;
    margin-right: -5000px;
  }

  .solutioninnerpage {
    overflow: hidden;
  }

  .evpcontentinner .span3 {
    width: 80%;
    padding-left: 5%;
  }

  .about_mid_content .get_in_touch_wrp .theme-one-fourth a,
  .about_mid_content .get_in_touch_wrp .theme-one-fourth a.cta_button {
    font: 10px 'open sans', arial, tahoma !important;
    color: #e2e5e8;
    text-shadow: 1px 1px 1px rgb(0 0 0 / 10%);
    border: 1px solid rgba(0,0,0,0.1);
    padding: 10px 20px !important;
    box-shadow: inset 0 6px 0 0 rgb(255 255 255 / 15%);
    border-radius: 3px;
    text-transform: uppercase;
  }

  .about_mid_content .get_in_touch_wrp .theme-one-fourth {
    width: auto;
    margin-bottom: 20px;
  }

  .about_mid_content .get_in_touch_wrp .promo-line-text p {
    margin-bottom: 25px;
  }

  .kinetixbanner .cm_cnt_wit_bg_wrp {
    position: relative;
    overflow: hidden;
    background-attachment: scroll !Important;
    background-size: contain;
    background-position: center center;
  }

  .about_top_content .sc-highlight-full-width {
    padding-bottom: 0px;
    position: relative;
    overflow: hidden;
    background-attachment: scroll;
    background-position: center center;
    background-repeat: no-repeat;
  }

  .about_btm_top_content .dnd-section {
    position: relative;
    overflow: hidden;
    background-attachment: scroll;
  }

}

@media (max-width:320px) {

  .img-container img.hs-image-widget {
    min-width: 230%;
    margin-left: -4%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


.custom-header {
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: normal;
  position: relative;
  z-index: 10000;
}
.custom-header .header-inner{
  border-bottom: 1px solid #fff;
  width: 100%;
  box-shadow: 0 0 5px rgb(0 0 0 / 50%);
  position: relative;
  z-index: 1000;
}
.custom-header .header__container {
  margin: 0 auto;
  text-align: center;
}
.custom-header .header__container:before,
.custom-header .header__container:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.custom-header .header__container:after {
  clear: both;
}
.custom-header .grid_12 {
  display: inline;
  float: left;
  margin: 0 1.25%;
  width: 97.5%;
  margin-bottom: 0;
}
.custom-header .custom-logo {
  display: block;
  float: left;
  padding-bottom: 17px;
}
.custom-header .custom-logo a img {
  display: block;
  margin-top: 5px;
  margin-left: 5px;
  margin-bottom: 5px;
  height: 70px;
  padding-top: 9px;
}
#menu-btn {
  display: none;
  width: 27px;
  height: 13px;
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/menu-btn.png) no-repeat;
  position: relative;
  margin: 18px;
}

.header.custom-header.lp-header .header-inner {
  padding-bottom: 3px;
}

.services-icons-container .poupfrom_wrop {
  color: #8c8c8c;
  font-family: inherit;
  line-height: normal;
}

/*=====Fixed Header Style======*/

.animate_header .custom-header .header-inner {
  position: fixed;
  top: 0;
  -webkit-backface-visibility: hidden;
  z-index: 100000;
  -webkit-animation: fadeInDown 0.4s ease-in alternate;
  animation: fadeInDown 0.4s ease-in alternate;
}


@media (min-width: 845px) {
  .animate_header .body-wrapper {
    padding-top: 101px;
  }
  .animate_header .custom-header .custom-logo a img {
    height: 33px;
  }
  .animate_header .custom-header .custom-logo {
    height: 40px;
    padding-bottom: 0;
  }
}

@media (max-width: 844px) {
  #menu-btn {
    margin: 42px;
    float: right;
    display: inline-block;
    margin-right: 0px;
    cursor: pointer;
  }

  .header.custom-header.lp-header .header-inner {
    padding-bottom: 0;
  }

  .custom-header {
    min-height: 98px;
  }
  
  .solution_wrapper .custom-header {
    min-height: auto;
  }

}

@media (max-width: 766px) {
  #menu-btn {
    margin: 42px;
  }
}

@media (max-width: 322px) {
  #menu-btn {
    margin: 42px 41px;
  }
}



@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.custom-footer {
  font-family: Lato, sans-serif;
  font-size: 13px;
  line-height: normal;
  position: relative;
}
.custom-footer .footer__container {
  margin: 0 auto;
  max-width: 100%;
  width: 100%;
  padding-top: 40px;
  display: flex;
  justify-content: center;
}
.footer-creditibility .sfwa_row {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__container .sfwa_row {
  width: 80% !important;
}

.sfwa_footer_area {
  width: 100%;
  padding: 0px 15px;
  margin-bottom: 15px;
  margin-top: 15px;
}
.footer-creditibility aside {
  width: 100%;
  display: flex;
    align-items: flex-end;
  justify-content: center;
    gap: 20px;
}

#sfwa-official {
  float: right;
  max-width: 120px;
}
#sfwa-official img {
  display: block;
  max-width: 100%;
}
.cus-copyright {
  display: inline-block;
}
.custom-footer .footer-title h3 {
  font-family: Oswald, Arial, Tahoma;
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: normal;
}
.custom-footer .footer-title h3 a{
  font-family: Oswald, Arial, Tahoma;
}
.footer-menu .hs-menu-wrapper > ul{
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.footer-menu .hs-menu-wrapper > ul > li{
  position: relative;
  display: block;
  width: 100%;
  margin: 0;
}
.footer-menu .hs-menu-wrapper > ul > li > a{
  position: relative;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 12px;
  padding: 0;
  margin: 0;
  display: block;
  line-height: 18px;
  height: auto;
  width: 100%;
  text-align: left;
  font-family: Lato, sans-serif;
}
.footer-menu .hs-menu-wrapper > ul > li > a:after{
  position: absolute;
  top: 100%;
  left: 0;
  content: '';
  display: block;
  height: 1px;
  width: 100%;
  background: transparent;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  top: auto;
  bottom: -1px;
  height: 2px;
}
.footer-menu .hs-menu-wrapper > ul > li > a:hover{
  text-decoration: none;
}
.footer-menu.footer-menu1 .hs-menu-wrapper > ul > li > a {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}

#back_to_top {
  position: fixed;
  bottom: 40px;
  right: 30px;
  width: 61px;
  height: 61px;
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/back_to_top.png);
  display: none;
  -webkit-backface-visibility: hidden;
  z-index: 1000;
}
.heateor_sss_mobile_footer{
  display: none;
}

.sfwa_footer_area.footercol5 .footer-title {
  display: inline-block;
}

@media (max-width: 844px) and (min-width: 767px) {
  .footer-menu .hs-menu-wrapper > ul > li {
    text-align: left;
    padding-left: 5px;
  }
}

@media (max-width: 766px) and (min-width: 607px) {
  .footer-menu .hs-menu-wrapper > ul > li {
    text-align: left;
    padding-left: 5px;
  }
}

@media (max-width: 606px) and (min-width: 481px) {
  .footer-menu .hs-menu-wrapper > ul > li {
    text-align: left;
    padding-left: 5px;
  }
}

@media (max-width: 1199px) {
  .sfwa_grid_six .sfwa_row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sfwa_grid_six .footer-information .sfwa_row .sfwa_footer_area {
    width: 33.333333%;
  }
}

@media (max-width: 991px) {
  
  .footer-creditibility aside {
    flex-direction : column-reverse;
    align-items: center;
  }
  
  .cus-copyright {
    width: 100%;
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
  #sfwa-official {
    float: none;
    width: 100%;
    text-align: center;
  }
}

@media screen and (max-width: 783px){
  .hs-blog-post .heateor_sss_mobile_footer{
    display: block;
    height: 40px;
  }
}

@media (max-width: 767px) {
  .sfwa_grid_six .footer-information .sfwa_row .sfwa_footer_area {
    width: 100%;
  }
  .footer-menu.footer-menu1 {
    padding-bottom: 10px;
  }
  .footer-menu.footer-menu1 .hs-menu-wrapper > ul > li > a {
    margin-bottom: 0;
  }
}

@media (max-width: 480px) {
  .footer-menu .hs-menu-wrapper > ul > li {
    text-align: left;
    padding-left: 5px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  margin: 0 auto;
}

.blog-header {
  background-color: transparent;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.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 {
  display: flex;
  flex-wrap: wrap;
  padding: 3.3rem 0;
}
.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-post img {
  max-width: 100%;
}
.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: 1.25rem;
}
.blog-index__post-content p {
  font-family: Lato, sans-serif;
}
.blog-index__post-content a {
  color: #494a52;
}
.blog-index__post img {
  max-width: 100%;
  height: auto;
}


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

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

.blog-post {
  max-width: 960px;
  margin: 0 auto;
  padding: 3.3rem 0;
}
.blog-post h1 {
  font-size: 1.6rem;
}
.blog-post__meta {
  margin: 1rem 0;
}
.blog-post__meta a {
  color: #494a52;
  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: #494a52;
  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-comments {
  max-width: 680px;
  margin: 0 auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}

.blog-comments .comment-reply-to {
  border: 0 none;
  color: #494A52;
}
.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: 480px){
  .blog-post img {
    width: 100% !important;
    float: none !important;
  }
}

/*             Blog Grid Listing            */

.blog-index__post.blog-index__post--small {
  display: flex;
}

.blog-index__post-inner-card {
  display: flex;
  flex-flow: column nowrap;
  width: 100%;
  border-radius: 5px;
  background: #fff;
}

.blog-index__post-image {
  border-radius: 5px 5px 0 0;
}

.blog-index__post-inner-card .blog-index__post-content {
  display: flex;
  flex-direction: column;
  padding: 24px 30px 30px 30px;
  height: 100%;
}

.blog-post__tag-link,
.blog-post__tags {
  font-size: 12px;
  font-weight: 200;
  text-transform: uppercase;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 0.01rem;
}

.blog-post__tag-link:hover{
  text-decoration: none;
}

.blog-index__post-content--small h2 {
  font-size: 18px;
  line-height: 26px;
}

.blog-index__post-content--small h2 a:hover {
  text-decoration: none;
  transition: all .5s;
}

.blog-post__meta-section {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  padding-top: 30px;
  font-size: 14px;
}

.blog-post__read-more a:hover {
  text-decoration: none;
}

.read-more__arrow {
  position: relative;
  top: 3px;
  padding-left: 10px;
}

.blog-post__read-more svg {
  width: 15px;
  height: auto;
}

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

@media screen and (max-width: 767px) {
  .blog-index.sidebar {
    padding: 1rem 0;
    padding-bottom: 3.3rem;
  }
}

/*             Blog Grid Listing with Sidebar            */

.blog-index.sidebar {
  display:flex;
}

@media screen and (min-width: 1000px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/2);
  }
}

@media screen and (max-width: 999px) {
  .blog-index.sidebar .blog-index__post {
    flex: 0 0 calc(100%/1);
  }
}

.blog-sidebar {
  padding-top: 3.9rem;
}

@media screen and (max-width: 767px) {
  .blog-sidebar {
    padding: 2rem 1rem;
    padding-bottom: 0;
  }
}

.blog-sidebar h3 {
  margin-bottom: 20px;
  font-size: 21px;
  font-weight: 600;
  line-height: 37px;
}

.blog-sidebar ul {
  padding: 30px;
  margin: 0 0 40px 0;
  list-style: none;
  border-radius: 5px;
  background: #fff;
}

.blog-sidebar ul li {
  padding: 10px 0;
  border-top: 1px solid #dfddd9;
  font-weight: 600;
}

.blog-sidebar ul li:first-child {
  border-top-color: transparent;
}

.blog-sidebar a {
  text-decoration: none;
}

.blog-sidebar a:hover {
  text-decoration: none;
}

.blog-sidebar .filter-link-count {
  display: none;
}

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

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

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

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

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

/* Mobile Blog Sidebar */

@media(max-width: 767px) {
  .hs-blog-listing .content-wrapper > .row-fluid {
    display: flex;
    flex-direction: column;
  }

  .hs-blog-listing .span3 {
    order: 1;
  }

  .hs-blog-listing .span9 {
    order: 2;
  }

  .hs-blog-listing .blog-pagination {
    order: 3;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter ul,
  .blog-sidebar.mobile .blog-sidebar-post-listing ul {
    visibility: hidden;
    opacity: 0;
    transition: all 5s;
    display: none;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter h3,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3 {
    cursor: pointer;
  }
  .blog-sidebar.mobile .blog-sidebar-topic-filter h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing h3:after {
    content: "+";
    padding-left: 6px;
  }

  .blog-sidebar.mobile .blog-sidebar-topic-filter.clicked h3:after,
  .blog-sidebar.mobile .blog-sidebar-post-listing.clicked h3:after {
    content: "-";
    padding-left: 7px;
  }

  .blog-sidebar.mobile .clicked ul {
    display: block;
    visibility: visible;
    transition: all 1s;
    opacity: 1;
  }
}

/* Blog Subscription Section */

.subscription-form {
  display: block;
  margin: 0 auto;
  padding: 60px 0;
  width: 40%;
  text-align: center;
}

@media (max-width: 767px) {
  .subscription-form {
    width: 85%;
  }
}

.subscription-form label {
  text-align: center;
}

/*             Blog Post Layout          */

.post-featured-image {
  margin-bottom: -110px;
  min-height: 300px;
  background-size: cover;
  border-radius: 5px;
  margin-top: 40px;
  background-position: center center;
}

.blog-post {
  position: relative;
  width: 90%;
  margin: 0 auto;
  padding: 84px 100px 80px 100px;
  background: #fff;
  border-radius: 5px;
}

.blog-post.no-image {
  margin-top: 50px;
}

.blog-post__title {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

.blog-post__meta a {
  text-decoration: none;
}

.blog-post__links {
  display: block;
  padding: 26px 0;
  margin-top: 20px;
}

.blog-post__back-to-blog {
  text-decoration: none;
}

.blog-post__back-to-blog svg {
  position: relative;
  top: 6px;
  margin-right: 10px;
  width: 20px;
  -webkit-transition: all 0.15s linear;
  -moz-transition: all 0.15s linear;
  -o-transition: all 0.15s linear;
  transition: all 0.15s linear;
}

@media (max-width: 767px) {
  .blog-post {
    width: 90%;
    padding: 30px;
  }
}

/* Blog Comments */

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

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

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

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

/* Related Articles */

.blog-recent-posts__list {
  flex-wrap: wrap;
}

.blog-recent-posts .blog-index__post-content h2 {
  text-align: left;
}

.blog-recent-posts .blog-post__meta-section {
  justify-content: flex-end;
}




/*======Custom BLog Style=========*/

.hs-blog-listing{

}
.blog-top-space{
  background-position: center;
  height: 120px;
}
.cus-blog-body{
  font-family: Lato, sans-serif;
  color: #45484a;
  font-size: 13px;
  line-height: normal;
}
#blog-wrapper {
  margin-bottom: 50px;
}
.content-wrapper:before, .content-wrapper:after, 
.page-center:before, .page-center:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}
.content-wrapper:after, .page-center:after {
  clear: both;
}

.grid_3,.grid_9 {
  display: inline;
  float: left;
  margin: 0 1.25%;
}
.content-wrapper .grid_9 {
  width: 72.5%;
}
div#blog-wrap-inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
article.blog_post {
  min-height: 500px;
  max-width: 400px;
  margin-top: 40px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  transition: all .5s;
  margin-left: 10px;
  margin-right: 10px;
  position: relative;
}
article.blog_post:hover {
  box-shadow: 2px 2px 10px rgb(208 208 208);
  cursor: pointer;
  transition: all .5s;
}

.list-feature-img{
  width: 100%;
  display: inline-block;
}
.blog-post-image {
  width: 100%;
  background-position: 50% 50%;
  display: inline-block;
  background-size: cover;
}
.blog-post-text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5%;
}
.blog-post-header h2 {
  font-family: Oswald, Arial, Tahoma;
  font-size: 2.2em;
  margin-bottom: 5px;
  line-height: 1.4;
  color: #45484a;
}
.blog-post-header h2 a{
  font-family: Oswald, Arial, Tahoma;
}
.blog-post-header h2 a, .blog-post-header h2 a:hover{
  color: #45484a;
  opacity: 1;
}
.blog-post-header h6 {
  margin-bottom: 0px;
  margin-top: 0;
  color: rgb(69, 72, 74);
  font-family: Lato, sans-serif;
  font-size: 0.67em;
  line-height: normal;
}
.blog-post-excerpt {
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}
.blog-post-excerpt p {
  line-height: 1.5;
  font-size: 1.3em;
}
footer.blog-post-footer {
  display: flex;
  justify-content: space-between;
  font-size: 12px;
}
.blog-post-text a:hover {
  opacity: .6;
}
.right-sidebar {
  margin-top: 80px;
}
.content-wrapper .grid_3 {
  width: 22.5%;
}
.right-sidebar section {
  margin-bottom: 40px;
}
.right-sidebar h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 10px;
  color: #4a192e;
  font-family: Oswald, Arial, Tahoma;
  font-weight: 400;
}
.popular-posts ul{
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}
.wpp-list li {
  overflow: hidden;
  float: none;
  clear: both;
}
.wpp-list li {
  margin: 10px auto;
}
.wpp-thumbnail {
  display: inline;
  float: left;
  margin: 0 5px 0 0;
  border: none;
}
.popular-posts .wpp-thumbnail {
  max-width: 75px;
  height: 75px;
  object-fit: cover;
}
.popular-posts .popular-post-feature-img{
  width: 75px;
  height: 75px;
  margin: 0 5px 0 0;
  float: left;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}
.wpp-meta, .post-stats {
  display: block;
  font-size: 0.8em;
  font-weight: bold;
}
.sidebar-search form {
  position: relative;
}
.sidebar-search form input[type="text"]{
  line-height: normal;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
  background: transparent;
  overflow: hidden;
  color: #45484a;
  font-size: 12px;
  display: block;
  width: 100%;
  outline: none;
  font-family: Lato, sans-serif;
  padding: 8px;
  border-radius: 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 0 0 rgb(0 0 0 / 10%) inset;
  box-shadow: 0 1px 0 0 rgb(0 0 0 / 10%) inset;
  background: #e6e6e6;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -o-transition: .3s;
  -ms-transition: .3s;
  transition: .3s;
  padding-right: 33px;
}
.sidebar-search form input[type="text"]:focus{
  outline: none;
  background: #dadada;
}
.sidebar-search form #searchsubmit{
  font-family: Lato, sans-serif;
  line-height: normal;
  cursor: pointer;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
  background: transparent;
  overflow: hidden;
  color: #45484a;
  position: absolute;
  top: 50%;
  right: 8px;
  display: block;
  width: 33px !important;
  height: 15px;
  margin-top: -7.5px;
  background-image: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/search.png);
  background-position: center center;
  background-repeat: no-repeat;
  font-size: 0;
}


.list-pagination{
  font-family: Lato, sans-serif;
  color: #45484a;
  font-size: 13px;
  line-height: normal;
  background: #b4b8bc;
}
.blog-pagination {
  margin-left: 80px;
}
.blog-pagination:before, .blog-pagination:after{
  content: '';
  display: table;
}
.blog-pagination:after{
  clear: both;
}
.blog-pagination a {
  position: relative;
  display: block;
  float: left;
  width: 16px;
  height: 36px;
  text-align: center;
  margin-right: 3px;
  position: relative;
  display: block;
  line-height: 36px;
  height: 36px;
  color: #f3f3f3;
  font-size: 11px;
  z-index: 1;
  background: transparent;
}
.blog-pagination a.next-link {
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/next.png) right center no-repeat;
}
.blog-pagination a.prev-link {
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/prev.png) left center no-repeat;
}
.blog-pagination a:before {
  position: absolute;
  top: 50%;
  display: block;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  opacity: 0;
  filter: alpha(opacity=0);
  background-image: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/sprite.png);
  background-position: -279px -96px;
  content: '';
  z-index: -1;
}
.blog-pagination a:hover:before,
.blog-pagination a.active:before{
  opacity: 1;
  filter: alpha(opacity=1);
}
.blog-pagination a.active:hover,
.blog-pagination a:hover {
  color: #ff993f;
}
.blog-pagination a.active{
  color: #3170ac;
}
.blog-pagination a.prev-link:before,
.blog-pagination a.next-link:before{
  content: none;
}

.blog-posttop-space{
  background-position: center;
  width: 100%;
  overflow: hidden;
  clear: both;
  height: 55px;
  float: left;
}
.blog_post_header {
  font-size: 13px;
  line-height: normal;
}
.blog_post_header .post-single-title {
  color: #4a192e;
  font-size: 3em;
  font-weight: 800;
  text-align: center;
  font-family: Oswald, Arial, Tahoma;
  max-width: 600px;
  margin: 0 auto;
  line-height: normal;
}
.post-single-author-date-container {
  max-width: 800px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 40px auto 150px;
  flex-direction: column;
  height: 50px;
}
.post-single-author-date-container a {
  text-transform: uppercase;
}
.post-single-wrapper {
  clear: both;
  background: #ffffff;
  overflow: visible;
  width: 100%;
}
.post-area{
  font-family: Lato, sans-serif;
  font-size: 13px;
}
.posts-container {
  padding-right: 3.4%;
}
.post-page-article {
  position: relative;
  display: block;
  padding: 30px 0 5px 10px;
  margin-left: 20px;
  padding-top: 0px;
}

.post-single-thumb {
  margin: -100px auto 0;
  max-width: 85%;
}

.blog-post__body {
  display: block;
  margin-top: 15px;
  font-family: Lato, sans-serif;
  font-size: 16px;
  margin-top: 50px;
  line-height: 1.7;
}

.post-single-thumb img.blog-post-image {
  max-width: 100%;
  height: auto;
  box-shadow: 2px 2px 10px rgb(208 208 208);
}

.blog-post__body p {
  margin-top: 20px;
}
.post-single-wrapper .blog-post__body p {
  line-height: 1.7;
}
.relpost-thumb-wrapper:after {
  content: "";
  display: block;
  clear: both;
}
.related-post-wrapper h3 {
  font-size: 32px;
  line-height: 1.7;
}
.relpost-block-container {
  border: 0 none;
  margin: 0;
  padding: 0;
}
.relpost-block-single {
  border-bottom: medium none;
  margin: 0;
  padding: 6px;
  display: block;
  float: left;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  margin-right: -1px;
  margin-bottom: 5px;
  overflow: hidden;
  border: 0 !important;
}
.relpost-block-single {
  background-color: #ffffff;
  border-right: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  margin-right: -1px;
}
.relpost-block-single:hover {
  background-color: #eeeeee;
}
.related-post-inner{
  width: 150px;
  min-height: 180px;
}
.relpost-block-single-image {
  border: 0 none;
  margin: 0;
  padding: 0;
  -moz-background-clip: border;
  -moz-background-origin: padding;
  -moz-background-inline-policy: continuous;
  background-size: cover !important;
  max-width: 100%;
}
.related-post-inner .relpost-block-single-image{
  width: 150px;
  height: 150px;
}
.relpost-block-single-text {
  border: 0 none;
  margin: 3px 0 0;
  padding: 0;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: normal;
  font-stretch: normal;
  -x-system-font: none;
}
.related-post-inner .relpost-block-single-text {
  font-family: Lato, sans-serif;
  font-size: 14px;
  color: #333333;
}
.post-date, .post-category {
  display: inline-block;
  height: 16px;
  padding: 1px 0;
  font-size: 11px;
  margin-right: 10px;
  padding-left: 25px;
}
.post-category {
  background-position: left center;
  background-repeat: no-repeat;
  box-sizing: content-box;
}
.separator {
  position: relative;
  height: 3px;
  width: 100%;
  background: #dadada;
  border-bottom: solid 1px #fff;
  margin-bottom: 30px;
  box-sizing: content-box;
}
.post-category span, .post-category a, .post-comments.inline a {
  color: #3170ac;
  line-height: 16px;
}
.post-category span, .post-category a{
  color: #ff993f;
}

/*=====Tabber Style=====*/
.abh_box, .abh_tabs {
  width: 100%!important;
}
.abh_box {
  clear: both!important;
  position: relative!important;
  padding: 25px 0!important;
}
.abh_tabs {
  list-style: none!important;
  padding: 5px 0 1px!important;
  margin: 0!important;
  font: 13px arial!important;
  border-bottom: 1px solid #ccc!important;
}
.abh_tab_content .abh_text ul, .abh_tabs li {
  list-style: none!important;
  padding: 0!important;
  margin: 0;
}
.abh_tabs li {
  display: inline!important;
  margin: 0!important;
}
.abh_tabs li:after, .abh_tabs li:before {
  content: ""!important;
  padding: 0!important;
  margin: 0!important;
}
.abh_tabs li a, .abh_tabs li a:hover {
  padding: 4px 10px 5px!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}
.abh_tabs li a {
  background-color: transparent!important;
  border: 0 solid #ccc!important;
  text-decoration: none!important;
  border-bottom: none!important;
  outline: 0!important;
  font-size: 100%!important;
  line-height: 23px!important;
  font-family: arial;
}
.abh_tabs li a, .abh_tabs li.abh_active a {
  color: #333!important;
}
.abh_tabs li.abh_active a, .abh_tabs li.abh_active a:hover {
  background-color: #eee!important;
  padding: 4px 10px 5px!important;
  border-bottom: none!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}
.abh_tab_content {
  padding: 20px 12px!important;
  min-height: 80px!important;
  overflow: hidden!important;
  border-bottom: 1px solid #ccc!important;
}
.abh_tab_content .abh_text .abh_name, section.abh_tab {
  padding: 0!important;
  margin: 0!important;
}

.abh_box .vcard {
  background: 0 0!important;
  font-size: 100%!important;
  border: 0!important;
}
.abh_tab_content .abh_image {
  display: block;
  float: left!important;
  width: 80px!important;
  margin-top: 10px!important;
}
.abh_tab_content .abh_image a {
  border: 0!important;
  box-shadow: 0 1px 4px rgba(0,0,0,.2)!important;
  -webkit-box-shadow: none!important;
}
.abh_image img {
  height: auto !important;
}
.abh_tab_content .abh_image img {
  max-width: 80px!important;
  height: auto;
  box-shadow: 0 1px 4px rgba(0,0,0,.2)!important;
  overflow: hidden!important;
  -webkit-border-radius: 50% 50% 50% 50%!important;
  -moz-border-radius: 50% 50% 50% 50%!important;
  border-radius: 50% 50% 50% 50%!important;
}
.abh_tab_content .abh_social {
  display: block;
  float: right!important;
  line-height: 1px!important;
  padding: 0!important;
  margin: 3px 0 0!important;
  text-align: right!important;
}
.abh_tab_content .abh_text {
  margin-left: 96px!important;
  font-size: 100%!important;
  line-height: 1.5!important;
}
.abh_tab_content .abh_text .abh_name {
  font-size: 20px!important;
  clear: none!important;
  font-weight: 700!important;
  text-align: left!important;
  line-height: 20px!important;
}
.abh_tab_content .abh_text .fn {
  text-transform: capitalize!important;
  clear: none!important;
  font-size: 18px!important;
  line-height: 24px!important;
  margin: 0!important;
  padding: 0!important;
  border: 0!important;
}
.abh_tab_content .abh_text a {
  font-size: 100%!important;
}
.abh_box .abh_pwb a, .abh_tab_content .abh_social a, .abh_tab_content .abh_text a {
  text-decoration: none!important;
  box-shadow: none!important;
  -webkit-box-shadow: none!important;
}
.abh_tab_content .abh_text .abh_job {
  line-height: 20px!important;
  font-size: 100%!important;
}
.abh_tab_content .abh_text .abh_description {
  position: static!important;
  padding-top: 6px!important;
  font-size: 14px!important;
  width: 100%!important;
}
.abh_tab_content .abh_text .abh_allposts {
  font-size: 11px!important;
  vertical-align: middle!important;
}
.abh_tab_content .abh_text ul {
  margin: 5px 0 0 15px!important;
}
.abh_tab_content .abh_text ul li, .abh_tab_content .abh_text ul li span {
  font-size: 13px!important;
  line-height: 20px!important;
  margin: 0!important;
}

.leave-comment {
  margin: 0 0 120px 80px;
}
#reply-title {
  text-align: center;
  font-size: 24px;
  font-weight: 300;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.leave-comment .separator {
  position: relative;
  height: 3px;
  width: 100%;
  background: #dadada;
  border-bottom: solid 1px #fff;
  margin-bottom: 10px;
}
.leave-comment .separator div {
  position: absolute;
  top: 0;
  left: 50%;
  width: 19px;
  height: 10px;
  margin-left: -9px;
  background-image: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/sprite.png);
  background-position: 0 -15px;
}

.blog-post__body img {
  max-width: 100%;
}
.comment-date {
  display: block !important;
  text-align: left !important;
}
.replying {
  padding-left: 2em;
  padding: 2em;
}


.section.post-footer .hs-form input[type="text"], 
.section.post-footer .hs-form input[type="email"], 
.section.post-footer .hs-form textarea {
  line-height: normal;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  resize: none;
  overflow: hidden;
  color: #45484a;
  outline: none;
  font-size: 12px;
  font-family: inherit;
  background: #e6e6e6;
  padding: 10px;
  border-radius: 8px;
  box-shadow: 0 1px 0 0 rgb(0 0 0 / 10%) inset;
}

.section.post-footer .hs-form input.hs-button {
  position: relative;
  border-radius: 8px;
  box-shadow: 1px 1px 0 0 rgb(0 0 0 / 10%);
  display: inline-block;
  cursor: pointer;
  font-size: 10px;
  padding: 8px 40px;
  margin-top: 10px;
  margin-right: 7px;
  text-transform: uppercase;
  background: #4a192e;
  color: #ff993f;
  border: none;
  line-height: normal;
  font-family: inherit;
  font-weight:400;
}

.section.post-footer .hs-form .hs-form-field > label {
  font-size: 12px;
  line-height: 28px;
  margin-top: 4px;
  font-family: Lato, sans-serif;
  color: #45484a;
  margin-bottom: 0;
  font-weight:400;
}

.section.post-footer .hs-form textarea {
  font-family: inherit;
  border-width: 0px;
  padding: 0px;
  margin: 0px;
  width: 100% !important;
  resize: none;
  background: transparent;
  overflow: hidden;
  color: #45484a;
  outline: none;
  font-size: 12px;
  height: 100px !important;
  background-color: #ffffff;
  border: 1px solid #f3f3f3;
  box-shadow: 0 0 0;
}

/*======BLog Fixed Social=======*/

.heateor_sss_vertical_sharing {
  background: 0 0;
  -webkit-box-shadow: 0 1px 4px 1px rgb(0 0 0 / 10%);
  box-shadow: 0 1px 4px 1px rgb(0 0 0 / 10%);
  position: fixed;
  overflow: visible;
  z-index: 10000000;
  display: block;
  padding: 10px;
  border-radius: 4px;
  opacity: 1;
  box-sizing: content-box!important;
}
.heateor_sss_vertical_sharing.fixed-social{
  width: 44px;
  left: -10px;
  top: 100px;
  box-shadow: none;
  transition: left 0.3s ease;
}
ul.heateor_sss_follow_ul, ul.heateor_sss_sharing_ul {
  list-style: none;
  padding-left: 0;
}
ul.heateor_sss_follow_ul, ul.heateor_sss_sharing_ul {
  margin: 1px 0;
}

ul.heateor_sss_follow_ul li, ul.heateor_sss_sharing_ul li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
  border: none;
  clear: none;
}
.heateorSssSharing, .heateorSssSharingButton {
  display: block;
  cursor: pointer;
  margin: 2px;
}
.heateorSssFacebookBackground {
  background-color: #3c589a;
}
.heateorSssTwitterBackground {
  background-color: #55acee;
}
.heateorSssLinkedinBackground {
  background-color: #0077b5;
}
.heateorSssPinterestBackground {
  background-color: #cc2329;
}
.heateorSssSharing {
  float: left;
  border: none;
}
.heateor_sss_vertical_sharing .heateorSssSharing, .heateor_sss_floating_follow_icons_container .heateorSssSharing {
  color: #fff;
  border-width: 0px;
  border-style: solid;
  border-color: transparent;
}
.fixed-social .heateorSssSharing{
  width: 40px;
  height: 40px;
  margin: 0;
}
.heateorSssSharingSvg {
  width: 100%;
  height: 100%;
  display: block;
}
.heateorSssFacebookSvg {
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/post-facebook.svg) no-repeat center center;
}
.heateorSssTwitterSvg{
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/post-twitter.svg) no-repeat center center;
}
.heateorSssLinkedinSvg{
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/post-linkedin.svg) no-repeat center center;
}
.heateorSssPinterestSvg{
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/post-pintrest.svg) no-repeat center center;
}
.heateorSssClear {
  clear: both;
}
.heateorSssSharingArrow {
  height: 16px;
  width: 16px;
  cursor: pointer;
  margin-top: 10px;
}
.heateorSssPullOut{
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/post-social-back.svg) left no-repeat;
}
.heateorSssPushIn{
  background: url(//6834974.fs1.hubspotusercontent-na1.net/hubfs/6834974/raw_assets/public/Kinetix_June2021/images/post-social-in.svg) left no-repeat;
}
.fixed-social .heateorSssSharingArrow{
  float: left;
  margin-left: 0px;
  transition: margin 0.3s ease;
}
.heateor_sss_vertical_sharing.fixed-social.fixed-social-animate {
  left: -54px;
}
.fixed-social-animate.fixed-social .heateorSssSharingArrow {
  margin-left: 54px;
}

.hs-search-field--open .hs-search-field__suggestions {
  padding: 5px;
}

.blog-comments .hs-submit {
  text-align: left;
}
.grecaptcha-badge {
  margin: 0;
}
.blog-comments form .hs-button {
  font-size: 10px;
  padding: 8px 40px;
  margin-top: 10px;
  text-transform: uppercase;
  border-radius: 8px;
  box-shadow: 1px 1px 0 0 rgb(0 0 0 / 10%);
  line-height: normal;
  background: #4a192e;
  color: #ff993f;
  border: none;
  text-shadow: none;
}


.abh_tabs li a:hover {
  background-color: #ddd !important;
}


@media screen and (max-width: 1099px) {
  #blog-wrapper .grid_9{
    width: 97.5%;
  }
  #blog-wrapper .grid_3{
    width: 97.5%;
    padding: 0;
  }
}

@media screen and (max-width: 844px) {
  .post-single-wrapper .grid_9{
    width: 97.5%;
  }
  .post-single-wrapper .grid_3 {
    width: 97.5%;
    padding: 0;
  }
}

@media screen and (max-width: 783px){
  .heateor_sss_bottom_sharing .heateorSssSharingArrow {
    display: none;
  }
  .heateor_sss_bottom_sharing {
    padding: 0!important;
    display: block!important;
    width: auto!important;
    bottom: -1px!important;
    top: auto!important;
    width: 100%!important;
    left: 0!important;
  }
  div.heateor_sss_bottom_sharing li {
    width: 25%;
  }
  div.heateor_sss_bottom_sharing .heateorSssSharing {
    width: 100% !important;
  }
}

@media screen and (max-width: 767px) {
  .leave-comment {
    margin: 0 0 120px 10px;
  }
}

@media screen and (max-width: 390px) {
  .relpost-block-single {
    width: 100%;
  }
  .related-post-inner .relpost-block-single-image {
    width: 100%;
  }
  .related-post-inner{
    width: 100%;
  }
  .post-page-article{
    margin-left: 0;
  }
  .no-relatedd-img-feature .related-post-inner {
    min-height: 30px;
  }
  .hs_recaptcha.hs-recaptcha {
    overflow-x: auto;
    overflow-y: hidden;
  }
}
/* ******************************************************************************
*********************************************************************************
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 15px;
  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: #d7d7d7;
  z-index: -1;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page input#hs-pwd-widget-password {
  margin-bottom: 20px;
}

[type="checkbox"], [type="radio"] {
  width: auto !important;
  display: inline-block !important;
  margin-right: 10px;
}

.systems-page input.email-edit.hs-input {
  font-size: 16px !important;
  padding: 8px 10px !important;
  width: 100% !important;
}
.systems-page .actions {
  margin-top: 20px;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Oswald, Arial, Tahoma;
  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;
}


.systems-page .success {
  min-width: unset;
  max-width: 650px;
  width: 100%;
  font-size: 1rem;
}

input#hs-login-widget-remember {
  display: inline-block;
  width: auto !important;
  vertical-align: middle;
}
input#hs-login-widget-remember + label {
  display: inline-block;
  vertical-align: middle;
}
ul.no-list.hs-error-msgs {
  padding-left: 0;
}
.email-prefs .header {
  background-color: transparent;
}
.systems-page .form-container {
  margin-bottom: 10px;
}

.systems-page .hs-form-field {
  margin-bottom: 10px;
}
label.hs-membership-global-error.hs-error-msg {
  display: none;
}
.form-floating-alert-wrapper .form-floating-alert-error{
  max-width: 767px;
}


.hs-search-results ul.hs-search-results__listing li {
  min-height: 500px;
  max-width: 400px;
  margin-top: 8px;
  background-color: #ffffff;
  display: flex;
  flex-direction: column;
  transition: all .5s;
  margin-left: 10px;
  margin-right: 10px;
  font-family: 'Lato';
  font-size: 13px;
  color: #45484a;
  padding: 2.37%;
  width: calc(50% - 20px);
}

.hs-search-results ul.hs-search-results__listing li a.hs-search-results__title {
  font-family: 'Oswald';
  font-size: 2.2em;
  margin-bottom: 5px;
  line-height: 1.4;
  color: #45484a;
  text-decoration: none;
}

.hs-search-results ul.hs-search-results__listing li p.hs-search-results__description {
  line-height: 1.5;
  font-size: 1.3em;
  margin-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.hs-search-results ul.hs-search-results__listing{
  display: flex;
  flex-wrap: wrap;
}

.serach-page .systems-page {
  padding: 0;
}


.hs-search-results__pagination {
  background: #b4b8bc;
  position: relative;
  width: 100%;
  float: left;
  margin-top: 18px;
}

.hs-search-results__pagination:after {
  content: "";
  background: #b4b8bc;
  position: absolute;
  left: -100%;
  width: 100%;
  height: 100%;
}

.hs-search-results__pagination:before {
  content: "";
  background: #b4b8bc;
  position: absolute;
  right: -100%;
  width: 100%;
  height: 100%;
}
.serach-page {
  overflow: hidden;
}

.hs-search-results__pagination a {
  position: relative;
  display: block;
  line-height: 36px;
  color: #f3f3f3;
  font-family: 'Lato';
  font-size: 11px;
  padding: 0 5px;
}

.hs-search-results__pagination a:hover {
  color: #ff993f;
  background-color: #fff;
  border-radius: 12px;
}



@media (max-width:1099px) {

  .serach-page .evpcontentinner .span9,
  .serach-page .evpcontentinner .span3.RightContent.right-sidebar {
    width: 97.5%;
  }
  
  .hs-search-results ul.hs-search-results__listing li{
    padding: 20px;
  }

}

@media (max-width: 844px){

  .serach-page .evpcontentinner .span3.RightContent.right-sidebar{
    padding-left: 0;
  }
  
}

@media (max-width: 766px){

  .serach-page .evpcontentinner .span3{
    padding-left: 0;
  }
  
  .hs-search-results ul.hs-search-results__listing li{
    width: calc(100% - 20px);
  }
  
}
.custom-menu-primary .hs-menu-wrapper>ul>li.Contact {
    background-color: rgba(255,153,63,1.0);
}
/* ******************************************************************************
*********************************************************************************
Use this file to override any of the CSS styles preset in the themed
stylesheets or you can add your own custom styles.
*********************************************************************************
****************************************************************************** */

/* Test */
















.dnd-section > .row-fluid {
  max-width: 1440px;
}

.custom-footer .footer__container {
  max-width: 100%;
}

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

.body-container__homepage .dnd-section:nth-child(odd) {
  background-color: #45484a;
}
.page-center {
  max-width: 1440px;
}




html {
  font-size: 16;
}

body {
  font-weight: 400;
  color: #45484a;
  font-family: Lato, sans-serif;
  font-size: 16px;
  background: rgba(243, 243, 243, 1.0);
}

p {}

a {
  font-family: Lato;
  color: rgba(255, 153, 63, 1.0);
}

a:hover,
a:focus {
  color: rgba(255, 153, 63, 1.0);
}

a:active {
  color: rgba(255, 193, 103, 1.0);
}

h1 {
  color:  #4a192e ;
  font-family: Oswald, sans-serif;
  font-size: 42px;
  font-weight: 100;
}

@media(max-width: 767px) {
  h1 {
    font-size: 35.699999999999996px;
  }
}

h2 {
  color:  #4a192e ;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 700;
}

h3 {
  color:  #4a192e ;
  font-family: Oswald, sans-serif;
  font-size: 32px;
  font-weight: 600;
}

h4 {
  color:  #4a192e ;
  font-family: Oswald, sans-serif;
  font-size: 24px;
  font-weight: 800;
}

h5 {
  color:  #4a192e ;
  font-family: Oswald, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

h6 {
  color:   #505358 ;
  font-family: Oswald, sans-serif;
  font-size: 16px;
  font-weight: 700;
}

blockquote {
  border-left: 10px solid #45484a;;
}






form,
.submitted-message {
  border-color: rgba(#null, 0.0) ;
  font-family: Lato;
}

h3.form-title {
  background-color: rgba(255, 255, 255, 0.0);
  color: rgba(255, 153, 63, 1.0);
  
}

.hs-button,
.button--primary {
  background-color: rgba(244, 117, 35, 1.0);
  border-color: rgba(244, 117, 35, 1.0);
  border-radius: 3px;
  border-width: 1px;
  color: rgba(233, 233, 233, 1.0);
  padding-left: 24px;
  padding-right: 24px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.hs-button:hover,
.hs-button:focus,
.button--primary:hover,
.button--primary:focus {
  color: rgba(233, 233, 233, 1.0);
  border-color: rgba(244, 117, 35, 1.0);
  background-color: rgba(244, 117, 35, 1.0);
}

.hs-button:active,
.button--primary:active {
  background-color: rgba(255, 157, 75, 1.0);
  border-color: rgba(255, 157, 75, 1.0);
  color: rgba(233, 233, 233, 1.0);
}

.hs-form label {
  color: rgba(74, 25, 46, 1.0);
}

.hs-form legend {
  color: rgba(69, 72, 74, 1.0);
}

.hs-search-field__input,
.hs-input[type=password],
form input,
form select,
form textarea,
.hs-input {
  color: rgba(51, 71, 91, 1.0);
  background-color: rgba(245, 248, 250, 1.0);
  border-color: rgba(204, 204, 204, 1.0);
  border-radius: 4px;
  border-width: 1px;

}



input[type=password]:focus,
.hs-search-field__input:focus,
.hs-input[type=password]:focus,
form input:focus,
form select:focus,
form textarea:focus,
.hs-input:focus {
  border-color: rgba(82, 168, 236, 0.8);
  color: rgba(69, 72, 74, 1.0);
}

.fn-date-picker .pika-table thead th {
  color: rgba(0, 0, 0, 0.0);
}

.hs-input:-moz-placeholder,
.hs-input::-webkit-input-placeholder,
.hs-field-desc,
.hs-dateinput:before,
.hs-richtext {
  color: #45484a;
}

.hs-richtext {
  font-size: 16;
}

.hs-default-font-element,
.hs-main-font-element {
  font-family: Lato;
}

.fn-date-picker td.is-today .pika-button {
  color: #45484a;
}

.fn-date-picker td.is-selected .pika-button {
  background: #45484a;
}

.fn-date-picker td .pika-button:hover {
  background-color: #45484a !important;
}






th,
td {
/*   background-color: rgba(255, 255, 255, 1.0); */
/*   border: 1px solid rgba(0, 0, 0, 1.0); */
/*   color: rgba(97, 97, 97, 1.0); */
}

thead th,
thead td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

tfoot td {
  background-color: rgba(255, 255, 255, 1.0);
  color: rgba(0, 0, 0, 1.0);
}

table,
tbody + tbody {
  border-color: rgba(0, 0, 0, 1.0);
}





.custom-header, 
.custom-header .header-inner{
  background-color: rgba(255, 255, 255, 1.0);
}

.header__container {
  max-width: 1440px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children > span{
  color: rgba(187, 187, 187, 1.0)
}


.custom-menu-primary .hs-menu-wrapper > ul > li > a,
body .custom-menu-primary a,
.header__logo .logo-company-name,
.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  color: rgba(74, 77, 79, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children:hover > span,
.custom-menu-primary .hs-menu-wrapper > ul > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:hover > a,
body .custom-menu-primary .submenu.level-1 > li:focus > a,
.header__language-switcher-label-current:hover,
.header__language-switcher-label-current:focus,
.header__language-switcher .lang_list_class li:hover a,
.header__language-switcher .lang_list_class li a:focus {
  color: rgba(255, 153, 63, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
body .custom-menu-primary a.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li a:active {
  color: rgba(255, 153, 63, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
body .custom-menu-primary .submenu.level-1 > li.active-branch,
body .header__language-switcher-label-current:active,
body .header__language-switcher .lang_list_class li:active {
  background-color: rgba(255, 255, 255, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.active > a,
body .custom-menu-primary .submenu.level-1 > li > a.active-branch {
  color: rgba(255, 153, 63, 1.0);
}

body .custom-menu-primary .submenu.level-1 > li > a.active-branch:after {
  background-color: #ff993f;
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a,
body .custom-menu-primary .submenu.level-2 > li > a {
  color: rgba(243, 243, 243, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul{
  background-color: rgba(69, 72, 74, 1.0);
}

body .custom-menu-primary .submenu.level-2 .menu-item .menu-link {
  background-color: rgba(69, 72, 74, 1.0);
}

body .custom-menu-primary .submenu.level-2 .triangle-container .triangle {
  background-color: #45484a;
}



.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active-branch > a,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link.active-branch {
  background-color: rgba(69, 72, 74, 1.0);
  color: rgba(243, 243, 243, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li.active-branch > a:hover{
  color: rgba(#null, 0.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li > ul > li > a:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:hover,
body .custom-menu-primary .submenu.level-2 .menu-item .menu-link:focus,
body .header__language-switcher .lang_list_class li:hover,
body .custom-menu-primary .submenu.level-2 .triangle-container.level-2.hover .triangle {
  color: rgba(243, 243, 243, 1.0);
  background-color: rgba(63, 66, 68, 1.0);
}

.header__language-switcher-label-current,
.header__language-switcher .lang_list_class li a {
  font-family: Lato;
}

.header__language-switcher-label-current:after {
  border-top-color: rgba(74, 77, 79, 1.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul > li:hover > a:after{
  background-color: rgba(255, 153, 63, 1.0);
}

body .custom-menu-primary .hs-menu-wrapper > ul > li.active > a:after {
  background-color: rgba(255, 153, 63, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul ul li {
  border-top-color: rgba(59, 59, 59, 1.0);
}

.custom-menu-primary .hs-menu-wrapper > ul > li.Contact {
  background-color: rgba(255, 153, 63, 1.0);
}
.custom-menu-primary .hs-menu-wrapper > ul > li.Contact a {
  color: rgba(255, 255, 255, 1.0) !important;
}

@media (min-width: 845px) {
  body .custom-menu-primary .hs-menu-wrapper > li > a,
  body .custom-menu-primary .submenu.level-1 > li > a{
    color: rgba(74, 77, 79, 1.0);
  }
}






.custom-footer {
  background-color: rgba(56, 56, 56, 1.0);
  color: rgba(255, 255, 255, 1.0);
}

.footer__container {
  max-width: 1440px;
}

.custom-footer a {
  color: rgba(129, 129, 129, 1.0);
}

.custom-footer a:hover {
  color: rgba(248, 151, 33, 1.0);
}

.custom-footer .footer-title h3,
.custom-footer .footer-title h3 a{
  color: rgba(255, 255, 255, 1.0);
}

.custom-footer .footer-title h3 a:hover{
  color: rgba(248, 151, 33, 1.0);
}


.footer-social-wrapper .zoom-social_icons-list__item .socicon-rss,
.footer-social-wrapper .zoom-social_icons-list__item .socicon-linkedin,
.footer-social-wrapper .zoom-social_icons-list__item .socicon-facebook{
  color: rgba(244, 117, 35, 1.0);
}

.footer-social-wrapper .zoom-social_icons-list__item .socicon-snapchat,
.footer-social-wrapper .zoom-social_icons-list__item .socicon-youtube,
.footer-social-wrapper .zoom-social_icons-list__item .socicon-twitter{
  color: rgba(248, 151, 33, 1.0);
}

.footer-social-wrapper .zoom-social_icons-list__item .socicon-pinterest,
.footer-social-wrapper .zoom-social_icons-list__item .socicon-instagram{
  color: rgba(74, 25, 46, 1.0);
}





.content-wrapper {
  max-width: 1440px;
}











body .icon svg {
  fill: #45484a;
}

body .tns-nav button.tns-nav-active {
  background-color: #45484a;
}

body .tns-nav button:hover,
body .tns-nav button:focus {
  background-color: #45484a;
}

body .social-links__icon {
  background-color: #45484a;
}

body .social-links__icon:hover svg,
body .social-links__icon:focus svg {
  fill: rgba(#null, 0.0);
}

body .social-links__icon:active svg {
  fill: rgba(#null, 0.0);
}

body .team-member__description {
  background-color: #45484a;
}

.post_listing ul {
  text-align: left;
}

.hs-postlisting-item {
  list-style: none;
text-align: left;
font-weight: 600;
margin-bottom: 1rem;
}





.body-container__website .dnd-section:nth-child(odd) {
  background-color: {typography=, tables=, buttons=, spacing=, footer=, global_colors=, header=, forms=}
}