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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
Drag and Drop (DND) sections look when editing content in the page editor.
*********************************************************************************
****************************************************************************** */

dnd-section {
  padding: 80px 20px;
}
.banner-area .dnd-section {
  padding: 0;
}

.dnd-section > .row-fluid {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.dnd-section .widget-type-cell {
  padding-left: 20px;
  padding-right: 20px;
}

@media (max-width: 767px) {
  .dnd-section .widget-type-cell {
    padding-left: 0px;
    padding-right: 0px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
fonts apppear throughout your site.
*********************************************************************************
****************************************************************************** */

/*================== @import =========================*/
@font-face {
	font-family: "Font Awesome 5 Brands";
	src: url("https://7077032.fs1.hubspotusercontent-na1.net/hubfs/7077032/SmartTouch_April2020/Fonts/Font%20Awesome%205%20Brands/fa-brands-400.eot") format("embedded-opentype"), 
		url("https://7077032.fs1.hubspotusercontent-na1.net/hubfs/7077032/SmartTouch_April2020/Fonts/Font%20Awesome%205%20Brands/fa-brands-400.woff2") format("woff2"), 
		url("https://7077032.fs1.hubspotusercontent-na1.net/hubfs/7077032/SmartTouch_April2020/Fonts/Font%20Awesome%205%20Brands/fa-brands-400.woff") format("woff"),
		url("https://7077032.fs1.hubspotusercontent-na1.net/hubfs/7077032/SmartTouch_April2020/Fonts/Font%20Awesome%205%20Brands/fa-brands-400.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}
@font-face {
	font-family: "Font Awesome 5 Free";
	src: url("https://7077032.fs1.hubspotusercontent-na1.net/hubfs/7077032/SmartTouch_April2020/Fonts/Font%20Awesome%205%20Free/fa-solid-900.eot") format("embedded-opentype"),
		url("https://7077032.fs1.hubspotusercontent-na1.net/hubfs/7077032/SmartTouch_April2020/Fonts/Font%20Awesome%205%20Free/fa-solid-900.woff2") format("woff2"), 
		url("https://7077032.fs1.hubspotusercontent-na1.net/hubfs/7077032/SmartTouch_April2020/Fonts/Font%20Awesome%205%20Free/fa-solid-900.woff") format("woff"),
		url("https://7077032.fs1.hubspotusercontent-na1.net/hubfs/7077032/SmartTouch_April2020/Fonts/Font%20Awesome%205%20Free/fa-solid-900.ttf") format("truetype");
	font-style: normal;
	font-weight: 900;
}
@font-face {
	font-family: Linearicons-Free;
	src: url("https://7077032.fs1.hubspotusercontent-na1.net/hubfs/7077032/SmartTouch_April2020/Fonts/Linearicons-Free/Linearicons-Free.eot") format("embedded-opentype"), 
		url("https://7077032.fs1.hubspotusercontent-na1.net/hubfs/7077032/SmartTouch_April2020/Fonts/Linearicons-Free/Linearicons-Free.woff2") format("woff2"),
		url("https://7077032.fs1.hubspotusercontent-na1.net/hubfs/7077032/SmartTouch_April2020/Fonts/Linearicons-Free/Linearicons-Free.woff") format("woff"), 
		url("https://7077032.fs1.hubspotusercontent-na1.net/hubfs/7077032/SmartTouch_April2020/Fonts/Linearicons-Free/Linearicons-Free.ttf") format("truetype");
	font-style: normal;
	font-weight: 400;
}

/*====================================================================*/

html {
	font-family: sans-serif;
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-ms-overflow-style: scrollbar;
	-webkit-tap-highlight-color: transparent;
}

body {
	font-family: "Roboto", sans-serif;
	font-size: 15px;
	color: #707070;
	line-height:1.46;
}

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

/* Anchor Links */
a {
	color: #707070;
	text-decoration: none;
	-webkit-transition: ease color 300ms;
	transition: ease color 300ms;
}
a:hover, a:focus {
	text-decoration: none;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin:0 0 15px;
	line-height: 1.2;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	color: #53565A;
	word-break: break-word;
}

h1 {
	font-size: 70px;
}

h2 {
	font-size: 40px;
}

h3 {
	font-size: 2.3rem;
}

h4 {
	font-family: "Roboto", sans-serif;
	font-weight: normal;
	font-size: 1.8rem;
}

h5 {
	font-size: 1.5rem;
}

h6 {
	font-size: 1.1rem;
}

strong {
	font-weight: 700;
}

code {
	vertical-align: bottom;
}

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

ul ul,
ol ul,
ul ol,
ol ol {
}

blockquote {
	margin: 0 0 1rem;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

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

.disable-focus-styles :focus {
	outline: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your forms looks
throughout your site. Styles for form fields, buttons, inputs, etc.
*********************************************************************************
****************************************************************************** */

form {
	max-width:100%;
	font-family: "Roboto", sans-serif;
	border-radius: 0 0 5px 5px;
	padding: 15px;
	margin:0 0 20px;
}
h3.form-title {
	text-align: center;
	border-radius: 5px 5px 0 0;
	font-size: 21px;
	margin-bottom: 0;
	padding: 15px 15px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.5px;
	font-family: "Roboto", sans-serif;
}
.hs-button {
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	text-decoration: none;
	display: inline-block;
	font-weight: 700;
	line-height: 12px;
	position: relative;
	text-align: center;
	padding: 12px 24px;
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	transition: all 0.15s linear;
	background-color: #494A52;
	border-color: #494A52;
	color: #fff;
	margin:15px 0;
	white-space:normal;
	cursor:pointer;
}

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

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


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

.hs-form .hs-error-msgs label {
	display: block;
	float: none;
	padding: 0;
	line-height: 18px;
	text-align: left;
	white-space: normal;
	font-weight: normal;
	color: #f2545b;
	padding-left: 5px;
}

.hs-form input[type="text"],
.hs-form input[type="tel"],
input[type="text"],
input[type="password"], 
input[type="datetime"], 
input[type="datetime-local"], 
input[type="date"], 
input[type="month"], 
input[type="time"], 
input[type="week"], 
input[type="number"], 
input[type="email"], 
input[type="url"], 
input[type="search"], 
input[type="tel"], 
input[type="color"],
input[type="file"],
textarea,
select{
	display: inline-block;
	width: 100% !important;
	color: #33475b;
	box-sizing: border-box;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 22px;
	border: 1px solid #cbd6e2;
	padding: 0 15px;
	min-height: 40px;
}

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

.dnd-module fieldset {
   max-width:100%!important;
}

.hs-richtext.hs-main-font-element p{
   color:#fff;
}

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

.actions {
	padding: 0;
}

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

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

.field {
	margin-bottom: 18px;
}

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

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

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

.grecaptcha-badge {
	margin: 0 auto;
}

.email-correction, .email-validation {
	padding-top: 3px;
	font-size: 12px;
}
.email-correction a,
.email-validation a {
	cursor: pointer;
}
@media (max-width: 400px),
	(min-device-width: 320px) and (max-device-width: 480px) {
		.email-correction form .form-columns-2 .hs-form-field,
		.email-correction form .form-columns-3 .hs-form-field,
		.email-validation form .form-columns-2 .hs-form-field,
		.email-validation form .form-columns-3 .hs-form-field {
			float: none;
			width: 100%;
		}
		.email-correction form .form-columns-2 .hs-form-field .hs-input,
		.email-correction form .form-columns-3 .hs-form-field .hs-input,
		.email-validation form .form-columns-2 .hs-form-field .hs-input,
		.email-validation form .form-columns-3 .hs-form-field .hs-input {
			width: 90%;
		}
		.email-correction form .form-columns-2 .hs-form-field input[type=checkbox],
		.email-correction form .form-columns-2 .hs-form-field input[type=radio],
		.email-correction form .form-columns-3 .hs-form-field input[type=checkbox],
		.email-correction form .form-columns-3 .hs-form-field input[type=radio],
		.email-validation form .form-columns-2 .hs-form-field input[type=checkbox],
		.email-validation form .form-columns-2 .hs-form-field input[type=radio],
		.email-validation form .form-columns-3 .hs-form-field input[type=checkbox],
		.email-validation form .form-columns-3 .hs-form-field input[type=radio] {
			width: 24px;
		}
}

.hs-button,
.hs-form-field input[type=text],
.hs-form-field input[type=email],
.hs-form-field input[type=phone],
.hs-form-field input[type=number],
.hs-form-field input[type=tel],
.hs-form-field input[type=date],
.hs-form-field textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
}

.hs-default-font-element,
.hs-main-font-element {
	font-family: "Roboto", sans-serif;
}

@media (min-width:768px){
	form {
		max-width: 500px;
		font-family: "Roboto", sans-serif;
	}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding-left: 0;
	margin-bottom: 0;
	list-style: none;
}
/*======================== Footer Menu ===========================*/
.footer-menu-group .hs-menu-wrapper > ul > li {
	width:100%;
	padding: 0 15px;
}

.footer-menu-group .hs-menu-wrapper > ul > li > a, .footer-contact-info h2 {
	margin-bottom: 1rem;
	letter-spacing: -0.5px;
	font-weight: 500;
	font-size: 1rem;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
	display: block;
	cursor: text;
}
.footer-menu-group .hs-menu-wrapper ul > li {
	line-height: inherit;
}

.footer-menu-group .hs-menu-wrapper ul ul li {
	padding-left: 0;
	line-height: 21px;
	color: #777;
	position: relative;
	width: 100%;
}

.footer-menu-group .hs-menu-wrapper ul ul.hs-menu-children-wrapper {
	margin-top: 0;
	margin-bottom: 1rem;
}

.footer-menu-group .hs-menu-wrapper ul ul li a {
	-webkit-transition: ease all 300ms;
	transition: ease all 300ms;
}

.footer-menu-group .hs-menu-wrapper > ul {
	margin: 0 -15px;
}
/*======================== Header Menu ===========================*/
.custom-menu-primary {
	padding: 0 16px;
	padding: 0 1rem;
	-webkit-transition: ease padding 300ms;
	transition: ease padding 300ms;
}

.custom-menu-primary .hs-menu-wrapper > ul {
	-ms-flex-direction: column;
	flex-direction: column;
	height:100%;
}

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

.custom-menu-primary .hs-menu-wrapper > ul > li+li {
	margin-left: 2px;
}

.custom-menu-primary .hs-menu-wrapper > ul > li.hs-item-has-children {
	position: relative;
}

.custom-menu-primary .hs-menu-wrapper ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 10rem;
	margin: .125rem 0 0;
	color: #212529;
	list-style: none;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: .25rem;
	font-size: inherit;
	padding: 5px;
	border: 0;
	-webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
	box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
	background: #252A2C;
	text-align: left;
}
.custom-menu-primary .hs-menu-wrapper, .custom-menu-primary .hs_cos_wrapper {
	height: 100%;
	display: block;
}
.custom-menu-primary .hs-menu-wrapper ul ul li {
	position: relative;
	z-index: 1;
}

.custom-menu-primary .hs-menu-wrapper ul ul li a {
	width: 100%;
	clear: both;
	font-weight: 400;
	color: #212529;
	text-align: inherit;
	white-space: nowrap;
	background-color: transparent;
	border: 0;
	display: block;
	padding: 7px;
	line-height: 1.42857143;
}
.custom-menu-primary .hs-menu-wrapper ul ul li:hover > a {
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
}
.custom-menu-primary .hs-menu-wrapper ul ul ul.hs-menu-children-wrapper:before {
	content: "";
	width: 20px;
	height: 100%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
}
.custom-menu-primary .hs-menu-wrapper ul ul ul.hs-menu-children-wrapper:before {
	left: auto !important;
	right: -22px !important;
	width: 61px;
}


/*===================================================*/
@media (min-width: 576px){
	.footer-menu-group .hs-menu-wrapper > ul > li {
		width: 100%;
	}
	.scroll-header .custom-menu-primary .hs-menu-wrapper{
		max-width: 510px;
	}
}
@media (min-width: 768px){
	.footer-menu-group .hs-menu-wrapper > ul > li {
		width: 50%;
	}
	.scroll-header .custom-menu-primary .hs-menu-wrapper{
		max-width: 690px;
	}
}
@media (min-width: 992px){
	.footer-menu-group .hs-menu-wrapper > ul > li {
		width: 50%;
	}
	.custom-menu-primary{
		display: -webkit-box;
		display: -ms-flexbox ;
		display: flex ;
		height: auto ;
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		-ms-flex-item-align: stretch;
		align-self: stretch;
		padding:0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul{
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 100%;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > a{
		border-radius: 4px;
		font-size: 18px;
		font-style: normal;
		font-weight: 400;
		line-height: 1.2;
		padding: 1.93333em 0.85em;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		font-family: "Roboto", sans-serif;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.custom-menu-primary .hs-menu-wrapper ul ul{
		top: -10000px;
		display: block;
		opacity: 0;
		left: auto;
		border-radius: 4px;
		border: 0;
		-webkit-box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
		box-shadow: 0 0 45px rgba(0, 0, 0, 0.08);
		margin: -3px 0 0 0;
		min-width: 260px;
		padding: 20px 10px 20px 30px;
		text-align: left;
		-webkit-transition: -webkit-transform .2s ease-out;
		transition: -webkit-transform .2s ease-out;
		transition: transform .2s ease-out;
		transition: transform .2s ease-out, -webkit-transform .2s ease-out;
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0);
		top: 100%;
		left: 0;
		visibility: hidden;
		pointer-events: none;
	}
	.custom-menu-primary .hs-menu-wrapper ul > li.hs-item-has-children:hover >  ul{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		display: block;
		opacity: 1;
		margin-top: 0;
		visibility: visible;
		pointer-events: all;
	}
	.custom-menu-primary .hs-menu-wrapper ul ul li a{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		line-height: 1.42857143;
		font-family: "Roboto", sans-serif;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		font-size: 0.87em;
		font-weight: 400;
		padding: 8px 0;
		position: relative;
		text-transform: none;
		-webkit-transition: ease transform 300ms, ease color 300ms;
		transition: ease transform 300ms, ease color 300ms;
	}
	.custom-menu-primary .hs-menu-wrapper ul ul li a > .menu-arrow{
		position: absolute;
		min-width: 30px;
		height: 100%;
		right: 15px;
		top: 0;
	}
	.custom-menu-primary .hs-menu-wrapper ul ul li a > .menu-arrow:after{
		content: " ";
		position: absolute;
		top: 50%;
		left: 50%;
		border-color: #CCC;
		border-top: 1px solid;
		border-right: 1px solid;
		width: 6px;
		height: 6px;
		-webkit-transform: translate(-50%, -50%) rotate(45deg);
		transform: translate(-50%, -50%) rotate(45deg);
	}
	.custom-menu-primary .hs-menu-wrapper ul ul ul.hs-menu-children-wrapper{
		-webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
		transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
		transition: transform .2s ease-out, opacity .2s ease-out;
		transition: transform .2s ease-out, opacity .2s ease-out, -webkit-transform .2s ease-out;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0);
		opacity: 0;
		left: 100%;
		display: block;
		margin-top: -5px;
		margin-left: -1px;
		border-radius: 4px;
		opacity: 0;
		background: #2a2f31;
	}
	.custom-menu-primary .hs-menu-wrapper ul > li.hs-item-has-children > ul > li.hs-item-has-children:hover>ul{
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0);
		opacity: 1;
		top: -15px;
		margin-top: -5px;
	}
	.custom-menu-primary .hs-menu-wrapper > ul > li > ul:before {
		content: "";
		clear: both;
		width: 100%;
		height: 25px;
		display: block;
		position: absolute;
		top: -22px;
		left: 0;
	}
	.custom-menu-primary .hs-menu-wrapper ul ul ul.hs-menu-children-wrapper:before {
		content: "";
		width: 20px;
		height: 100%;
		display: block;
		position: absolute;
		left: 0;
		top: 0;
	}
	.mobile-trigger,
	.child-trigger{
		display:none;
	}
}
@media (max-width: 1480px) and (min-width: 992px){
	.custom-menu-primary .hs-menu-wrapper ul ul ul.hs-menu-children-wrapper{
		left: auto;
		right: calc(100% + 20px);
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0);
	}
	.custom-menu-primary .hs-menu-wrapper ul ul li:hover a>.menu-arrow{
		-webkit-transform: rotate(180deg);
		transform: rotate(180deg);
	}
}
@media (max-width: 1199px) and (min-width: 992px){
	.custom-menu-primary .hs-menu-wrapper>ul>li>a {
		font-size: 0.8rem;
	}
	.custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children:hover>ul:before {
		right: 0;
		left: auto;
	}
	.custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children>ul{
		left: -3px;
	}
}
@media (max-width: 991px) {
	.custom-menu-primary .hs-menu-wrapper ul>li.hs-item-has-children:hover>ul:before{
		display:none;
	}
	button.mobile-trigger {
		background: transparent;
		color: #1c1f21;
		outline: 0;
		border: none;
		width: 30px;
		height: 30px;
		padding: 0;
		margin: 16px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		z-index: 1;
		margin-left: 1rem;
		cursor: pointer;
	}

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

	.mobile-trigger .hamburguer span {
		background: #C4D600;
		left: 0;
		width: 100%;
		height: 2px;
		-webkit-transition: ease width 300ms;
		transition: ease width 300ms;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		position: absolute;
	}

	.mobile-trigger .hamburguer span:nth-child(1) {
		top: 22px;
	}

	.mobile-trigger .hamburguer span:nth-child(2) {
		top: 10px;
	}

	.mobile-trigger .hamburguer span:nth-child(3) {
		top: 16px;
	}
	.custom-menu-primary {
		width: 100%;
		position: absolute;
		top: 100%;
		left: 0;
		background: #252A2C;
	}

	.custom-menu-primary .hs-menu-wrapper {
		max-height: 60vh;
		overflow: hidden;
		overflow-y: auto;
		margin: 1.3rem 0;
		-webkit-transition: ease all 300ms;
		transition: ease all 300ms;
	}

	.custom-menu-primary .hs-menu-wrapper>ul > li {
		border-bottom: 1px solid #303537;
		clear: both;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%;
	}

	.custom-menu-primary .hs-menu-wrapper>ul > li > a {
		position: relative;
		display: block;
		color: #9D9D9D;
		font-style: normal;
		line-height: 1.3;
		padding: 10px 0;
		border-radius: 4px;
		font-family: "Roboto", sans-serif;
		font-size: 1.1em;
		font-weight: 400;
		margin-top: 1px;
		margin-bottom: 1px;
	}

	.custom-menu-primary .hs-menu-wrapper>ul > li:last-child {
		border: 0;
	}

	.custom-menu-primary .hs-menu-wrapper>ul>li+li {
		margin: 0;
	}

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

	.child-trigger {
		position: absolute;
		right: 0;
		top: 0;
		z-index: 50;
		width: 55px !important;
		height: 43px !important;
		display: block;
		color: #9D9D9D;
		cursor: pointer;
	}

	.child-trigger .menu-arrow {
		position: absolute;
		min-width: 30px;
		height: 100%;
		right: 5px;
		top: 0;
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transition: ease transform 800ms;
		transition: ease transform 800ms;
	}

	.child-trigger .menu-arrow:after {
		content: " ";
		position: absolute;
		top: 50%;
		left: 50%;
		border-color: #CCC;
		border-top: 1px solid;
		border-right: 1px solid;
		width: 7px;
		height: 7px;
		-webkit-transform: translate(-50%, -50%) rotate(135deg);
		transform: translate(-50%, -50%) rotate(135deg);
	}
	.custom-menu-primary .hs-menu-wrapper::-webkit-scrollbar {
		width: 5px;
	}

	.custom-menu-primary .hs-menu-wrapper::-webkit-scrollbar-thumb {
		border-radius: 0px;
		background: rgba(204, 204, 204, 0.5);
	}

	.custom-menu-primary .hs-menu-wrapper ul ul {
		background: transparent;
		padding: 0 0 20px;
		margin: 0;
		font-size: 13px;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-radius: 0;
		border: 0;
		clear: both;
		position: static;
		width: 100%;
		padding-left: 20px;
		opacity: 1;
		float: none;
	}

	.child-open.child-trigger .menu-arrow {
		-webkit-transform: rotateX(180deg) translate3d(0, -3px, 0);
		transform: rotateX(180deg) translate3d(0, -3px, 0);
	}

	.custom-menu-primary .hs-menu-wrapper ul ul li {
		border-bottom: 1px solid #303537;
		clear: both;
		display: block;
		float: none;
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%;
	}

	.custom-menu-primary .hs-menu-wrapper ul ul li a {
		position: relative;
		display: block;
		color: #9D9D9D;
		font-style: normal;
		line-height: 1.3;
		padding: 10px 0;
		border-radius: 4px;
		font-family: "Roboto", sans-serif;
	}
	.custom-menu-primary .hs-menu-wrapper ul ul li .child-trigger {
		height: 38px !important;
	}
	.custom-menu-primary .hs-menu-wrapper ul ul li:last-child {
		border: 0;
	}
	.custom-menu-primary .hs-menu-wrapper > ul>li:hover>a,
	.custom-menu-primary .hs-menu-wrapper > ul>li.hs-item-has-children:hover > .child-trigger{
		color: #C4D600;
	}
	.custom-menu-primary .hs-menu-wrapper ul > li > a:hover,
	.custom-menu-primary .hs-menu-wrapper ul > li.hs-item-has-children > a:hover +.child-trigger,
	.custom-menu-primary .hs-menu-wrapper ul > li.hs-item-has-children.hover > .child-trigger,
	.custom-menu-primary .hs-menu-wrapper ul > li.hs-item-has-children.hover > a{
		color: #FFF;
	}
	.custom-menu-primary .hs-menu-wrapper ul ul li:hover>.child-trigger{
		color: #FFF;
	}
	.child-trigger {
		cursor: pointer;
	}
	.custom-menu-primary .hs-menu-wrapper ul ul li:hover>a {
		transform: unset;
	}
	.scroll-header .mobile-trigger .hamburguer span {
		background: #fff;
	}
	.scroll-header .custom-menu-primary {
		padding: 0;
		position: fixed;
		top: 104px;
		z-index: 1;
	}
	.scroll-header .custom-menu-primary .hs-menu-wrapper{
		width: calc(100% - 30px);
		margin: 0 auto;
		padding: 1.3rem 0;
	}

}
/* ******************************************************************************
*********************************************************************************
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;
}
/*====================== Banner Area ==============================*/
.banner-area {
  background-image: url(https://7077032.fs1.hubspotusercontent-na1.net/hubfs/7077032/header-blog.jpg);
  height: 550px;
  max-height: 550px;
  background-repeat:no-repeat;
  background-size:cover;
	padding: 28rem 0 2rem;
	position: relative;
	animation-delay: 100ms;
	-webkit-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: cubic-bezier(0.03, 0.025, 0, 0.97);
	animation-timing-function: cubic-bezier(0.03, 0.025, 0, 0.97);
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	background-color:#000;
  margin-top: 92px;
background-position: top;
}

.banner-area-partners {
  background-image: url(https://7077032.fs1.hubspotusercontent-na1.net/hubfs/7077032/Showroom%20.jpeg);
  height: 350px;
  max-height: 350px;
  background-repeat:no-repeat;
  background-size:cover;
	padding: 14rem 0 0rem;
	position: relative;
	animation-delay: 100ms;
	-webkit-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: cubic-bezier(0.03, 0.025, 0, 0.97);
	animation-timing-function: cubic-bezier(0.03, 0.025, 0, 0.97);
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn;
	background-color:#000;
  margin-top: 92px;
background-position: top;
}
/* .banner-area img {
	position: absolute;
	width: 100%;
	top: 0;
	height: 100%;
	max-height: 600px;
	left: 0;
	vertical-align: middle;
	border-style: none;
	object-fit: cover;
} */

.banner-area .page-center {

}

.hs-landing-page p a {
  color: #c4d600;
}

.banner-area .page-center h1 {
    font-size: 50px;
    line-height: 50px;
    font-weight: 600;
}

.banner_row {
	text-align: left;
	margin-bottom: 1rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.banner-content {
	flex: 0 0 100%;
	max-width: 100%;
	padding: 0 15px;
	margin-bottom: 8px;
}
.banner-content h1,
.banner-subheading,
.banner-area .banner-btn{
	-webkit-animation-name: maskUp;
	animation-name: maskUp;
	-webkit-animation-duration: 750ms;
	animation-duration: 750ms;
	-webkit-animation-timing-function: cubic-bezier(0.03, 0.025, 0, 0.97);
	animation-timing-function: cubic-bezier(0.03, 0.025, 0, 0.97);
}
.banner-content h1 {
	position: relative;
	animation-delay: 200ms;
	color: #fff;
	margin: 0;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.5px;
	font-size: 75px;
}

.banner-subheading p {
	line-height: 1.4;
	margin: 0 0 1.2em;
	text-align: left;
	font-family: "Roboto",sans-serif;
	color: #fff;
}

.banner-subheading {
	font-size: 20px;
	max-width: 813px;
}

.banner-area .banner-btn {
	margin: 15px 10px;
	position: relative;
	animation-delay: 200ms;
	cursor: pointer;
	border: 1px solid #C4D600;
	color: #ffffff;
	background-color: #C4D600;
	border-radius: 18px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	margin-left: 1rem;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: .375rem .75rem;
	line-height: 1.5;
	outline: none;
	font-weight: 700;
}
.banner-subheading{
	position: relative;	
}
.banner-area .banner-btn:hover {
	border-color: #C4D600;
	background-color: #fff;
	color: #C4D600;
}
.banner-heading h2 {
	font-size: 70px;
	line-height: 1.2;
	margin: 0;
	letter-spacing: -0.5px;
	color: #fff;
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	position: relative;
}

.banner-heading h1 {
	font-size: 50px;
	color: #fff;
	font-weight: 400;
	line-height: 1.2;
	margin: 0;
	letter-spacing: -0.5px;
}
.systems-page {
   height: 75vh;
   margin-top:100px;
}
/*   Oportunidades e venta     */
#hs_cos_wrapper_widget_1591318783889 .hs-form.stacked {
   max-width:100%;
}

/*======== Animation ========*/
@keyframes fadeIn {
	0% {
		opacity: 0
	}

	to {
		opacity: 1
	}
}
@-webkit-keyframes maskUp {
	from {
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@keyframes maskUp {
	from {
		-webkit-transform: translate(0, 100%);
		transform: translate(0, 100%);
	}

	to {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
	}
}

@media (max-width: 1400px){
	.banner-content h1 {
		font-size: 50px;
	}
}
@media (max-width: 1200px){
	.banner-content h1 {
		font-size: 40px;
	}
}

@media (max-width: 991px){
	.banner-subheading p {
		font-size: 18px;
		line-height: 1.2;
	}

	.banner-area img {
		height: 100%;
	}

}
@media (max-width: 767px){
	.banner-area .page-center{
		padding-top: 5rem;
	}
}
@media (max-width: 768px){
  
  .banner-area {
  background-image: url(https://7077032.fs1.hubspotusercontent-na1.net/hubfs/7077032/header-blog.jpg);
  max-height:300px;
  background-repeat:no-repeat;
  background-position:100% 50%;
  background-size:cover;
	padding: 3rem 0 3rem;
}
  
	.banner-content, .banner-subheading,.banner-subheading p {
		text-align: center;
		justify-content: center;
	}
}
@media (max-width: 530px){
	.banner-area img{
		max-height: unset;
	}
}

@media (max-width: 500px){
	.banner-area .page-center {
		padding-top: 3rem;
	}
	.banner-heading h2 {
		font-size: 55px;
	}
	.banner-heading h2{
		padding-top:15px;
	}
}

@media (max-width: 450px){
    .banner-area {
  background-image: url(https://7077032.fs1.hubspotusercontent-na1.net/hubfs/7077032/header-blog.jpg);
  max-height:300px;
  background-repeat:no-repeat;
  background-position:100% 50%;
  background-size:cover;
	padding: 6rem 0 4rem;
}
  
	.banner-content h1 {
		font-size: 45px;
		line-height: 1;
		padding-bottom: 10px;
	}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */

.no-banner .main-header-group {
    min-height: 150px;
}
.no-banner .header-group{
	background-color:#333;
}
@media (max-width: 991px){
	.no-banner .main-header-group {
		min-height: 113px;
	}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your landing pages
look if there is anything specific to your landing pages.
*********************************************************************************
****************************************************************************** */
.btn-partners-green {
    border: 1px solid #C4D600;
    background-color: #c1d638;
    color: #fff;
    font-size: 18px;
    text-align: center;
    display: block;
    letter-spacing: .025rem;
    padding: .25rem .75rem;
    margin: 0 0 1rem;
    max-width: 100%;
    transition: all 0.1s;
    border-radius: 18px;
}
.btn-partners-green:hover {
    border-color: #C4D600;
    background-color: #fff;
    color: #C4D600;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */


.header__container {
	max-width: 1200px;
	margin: 0 auto;
}
.header-group {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	width: 100%;
	z-index: 500;
	-webkit-transition: ease-in-out all 300ms;
	transition:ease-in-out all 300ms;
}
.header-group:before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	-webkit-transition: opacity 0.3s ease;
	transition: opacity 0.3s ease;
	-webkit-transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000px;
	perspective: 1000px;
}

.scroll-header .header-group:before {
	opacity: 1;
}

.header-group:after {
	content: '';
	display: block;
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 100%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	border-bottom: 1px solid rgba(204, 204, 204, 0.0);
}

.scroll-header .header-group:after {
	display: none;
}

.header__container_row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	-ms-flex-preferred-size: 100%;
	flex-basis: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	max-height: 100%;
	height: 150px;
	-webkit-transition: ease height 300ms;
	transition: ease height 300ms;
}

.header-logo-group,.header__column {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}

.header-logo-group {
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.header__column {
	-ms-flex-pack: end;
	justify-content: flex-end;
}
.header-logo {
	-webkit-transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms;
	transition: ease opacity 300ms, ease visibility 300ms, ease transform 300ms;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-item-align: stretch;
	align-self: stretch;
	position: relative;
	float: left;
}

.header-logo img {
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	position: relative;
	top: 0;
	margin-top: 16px;
	margin-top: 1rem;
	margin-bottom: 16px;
	margin-bottom: 1rem;
	vertical-align: middle;
	border-style: none;
	max-width: 157.6px;
}

.scroll-header .header-logo img {
	opacity: 1;
}
.scroll-header .header__container_row {
	height: 92px;
}

.header-group .page-center:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 100vw;
	border-bottom: 1px solid rgba(204, 204, 204, 0.2);
	-webkit-transform: translate3d(-50%, 0, 0);
	transform: translate3d(-50%, 0, 0);
	pointer-events: none;
	z-index: 0;
	opacity:0;
}

.scroll-header .header-group .page-center:after {
	content: '';
	z-index: 0;
	opacity:1;
}

/*============================= @Meadia Query ==============================*/

@media (min-width: 576px){
	.header-group:after{
		max-width: 510px;
	}
}
@media (min-width: 768px){
	.header-group:after{
		max-width: 690px;
	}
}
@media (min-width: 992px){
	.header-group:after{
		max-width: 930px;
	}	
	.header-nav{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
}
@media (min-width: 1200px){
	.header-group:after{
		max-width: 1110px;
	}
}
@media (max-width: 991px){
	.header__container_row {
		height: 113px;
	}	
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
	background-color: #F8FAFC;
}
.footer__container {
	margin: 0 auto;
}
.footer__main {
	padding-bottom: 50px;
}

.footer__container_row {
	padding-top: 4rem;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.footer-logo {
  text-align: center;
}

.footer-logo, 
.footer-menu-group, 
.footer-contact-info {
	padding-right: 15px;
	padding-left: 15px;
	width: 100%;
}
.footer-logo, 
.footer-contact-info,
.footer-menu-group .hs-menu-wrapper>ul>li{
	margin-bottom: 1.5rem
}
.footer-logo p {
	line-height: 1.4;
	margin: 0 0 1.2em;
}

.footer-logo a.logo {
	-webkit-transition: ease all 300ms;
	transition: ease all 300ms;
}

.footer-logo a.logo img {
	max-width: 122px;
	margin-bottom: 1rem;
	vertical-align: middle;
	border-style: none;
	height: 89px;
}
.footer-contact-info ul {
	padding: 0;
	margin-top: 0;
	margin-bottom: 1rem;
	list-style: none;
}

.footer-contact-info ul.social-icons {
	margin: 0;
}

.footer-contact-info ul li {
	padding-left: 0;
	line-height: 21px;
	color: #777;
}

.footer-contact-info ul.social-icons li {
	color: #777;
	display: inline-block;
	margin: -1px 15px 0 2px;
	padding: 0;
	border-radius: 100%;
	overflow: visible;
	-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	line-height: 24px;
}

.footer-contact-info ul.social-icons li a {
	-webkit-transition: ease all 300ms;
	transition: ease all 300ms;
	background: transparent;
	border-radius: 100%;
	display: block;
	height: 2.4em;
	font-size: 1.1em;
	line-height: 2.4em;
	width: 2.4em;
	text-align: center;
	text-decoration: none;
}

.fab {
	font-family: Font Awesome\ 5 Brands;
}

.fa, .fab, .fal, .far, .fas {
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	display: inline-block;
	font-style: normal;
	font-variant: normal;
	text-rendering: auto;
	line-height: 1;
}

.fa-facebook-f:before {
	content: "\f39e";
}

.fa-instagram:before {
	content: "\f16d";
}

.fa-youtube:before {
	content: "\f167";
}

.fa-linkedin:before {
	content: "\f08c";
}

.social-icons li:hover.social-icons-facebook a {
	background: #3b5a9a;
}

.social-icons li:hover.social-icons-linkedin a {
	background: #0073b2 ;
}

.social-icons li:hover.social-icons-youtube a {
	background: #c3191e ;
}

.social-icons li:hover.social-icons-instagram a {
	background: #7c4a3a;
}
a#back-to-top {
	opacity: 0.75;
	-webkit-transition: opacity 0.3s;
	transition: opacity 0.3s;
	background: #404040;
	border-radius: 100%;
	bottom: 10px;
	color: #FFF;
	display: flex;
	height: 35px;
	padding: 5px;
	position: fixed;
	text-align: center;
	text-decoration: none;
	width: 35px;
	z-index: 1040;
	font-size: 10px;
	right: 10px;
	cursor: pointer;
	justify-content: center;
	align-items: center;
}
.fa-chevron-up:before {
	content: "\f077";
}

a#back-to-top:hover {
	color: #C4D600;
}

.footer-left {
   flex:0 0 50%;
  max-width:50%;
}
.footer-right {
   flex:0 0 50%;
  max-width:50%;
  text-align:right;
}
.footer-right a{
  color:#fff;
}

#hs_cos_wrapper_dnd_area-module-3_ a {
   color:#fff;
}
#hs_cos_wrapper_dnd_area-module-3_ a:hover {
   color:#C4D600;
}
@media (max-width: 768px){
    .footer-left {
       flex:0 0 100%;
      max-width:100%;
       text-align:center;
      padding-bottom:25px;
    }
  .footer-right {
     flex:0 0 100%;
    max-width:100%;
    text-align:center;
  }
}
/*========================= @Media Query ====================================*/
@media (min-width: 576px){
	.footer-logo,
	.footer-menu-group,
	.footer-contact-info{
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
	}
}
@media (min-width: 768px){
	.footer-logo,
	.footer-contact-info{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.footer-menu-group{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (min-width: 992px){
	.footer-logo,
	.footer-contact-info{
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%;
	}
	.footer-menu-group{
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
	}
	.footer-logo,.footer-contact-info,.footer-menu-group .hs-menu-wrapper>ul>li{
		margin-bottom: 0
	}
}

@media (max-width: 1200px){
	.footer-contact-info ul.social-icons li {
		display: inline-block;
		margin: -1px 5px 0 2px;
		padding: 0;
		border-radius: 100%;
		overflow: visible;
		-webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3);
	}
}
@media (max-width: 991px){
	a#back-to-top{
		display: none;
	}
}
@media (max-width: 850px){
	.footer-contact-info ul.social-icons li a {
		width: 30px;
		height: 30px;
	}
	.footer-contact-info ul.social-icons li {
		margin: -1px 0px 0 2px;
	}
}

@media (max-width: 450px){
	.footer__main {
		text-align: center;
	}
}
@media all and (-ms-high-contrast:none) {
	.footer-logo{
		position:relative;
		top:36px;
	}
	.footer-logo img{
		position:relative;
		top:-20px;
		height:auto !important;
	}
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
	max-width: 1400px;
	padding: 0 20px;
	margin: 0 auto;
}

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

.blog-header__inner {
	max-width: 600px;
	margin: 0 auto;
	padding: 3.3rem 0;
}
.blog-header__title {
	font-size: 2rem;
}
.blog-header__subtitle {
	margin: 1rem 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: 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: 0;
    border-bottom: 0;
    color: #c1d638;
    font-size: 38px;
    text-align: center;
    font-weight: 500;
}
.blog-index__post {
	flex:  0 0 100%;
	padding: 1rem;
}
@media screen and (min-width: 768px) {
	.blog-index__post {
		flex:  0 0 calc(100%/2);
	}
}
@media screen and (min-width: 1000px) {
	.blog-index__post {
		flex:  0 0 calc(100%/3);
	}
}
@media screen and (min-width: 768px) {
	.blog-index__post--large {
		flex: 1 0 100%;
		display: flex;
		justify-items: space-between;
	}
}
.blog-index__post-image {
	display: block;
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	padding-bottom: 63%;
	background-image: url('./images/grayscale-mountain.png');
		}
@media screen and (min-width: 768px) {
	.blog-index__post-content--large {
		flex: 1 1 100%;
		padding-left: 2rem;
	}
	.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: 2.3rem;
}
.blog-index__post-content p {
	font-family: "Roboto", sans-serif;
}
.blog-index__post-content a {
	color: #707070;
}
.blog-index__post img {
	max-width: 100%;
	height: auto;
}

.blog-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-family: "Roboto", sans-serif;
}
.blog-pagination__link {
	display: inline-flex;
	padding: .25rem .4rem;
	margin: 0 .1rem;
	color: #707070;
	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: #707070;
	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: #707070;
}
.blog-header__author-social-links svg {
	fill: #fff;
	height: 15px;
	width: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.blog-post h1 {
	font-size: 2.2rem;
}
.blog-post__meta {
	margin: 1rem 0;
}
.blog-post__meta a {
	color: #707070;
	text-decoration: underline;
}

.blog-post__tags {
	font-family: "Roboto", 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-post .meta-data {
  display: block;
}

.blog-recent-posts {
	margin-top: 3rem;
	background-color: #F8FAFC;
	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: #707070;
	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 form {
	max-width: 100%;
}
.blog-comments .hs-submit {
	text-align: center;
}
.blog-comments .comment-reply-to {
	border: 0 none;
}
.blog-comments .comment-reply-to:hover {
	background-color: transparent;
	text-decoration: underline;
	color: #494A52;
}


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

/*================================ BLog Listing ====================================*/
.blog-banner.banner-area .page-center {
	padding-top: 8rem;
}

.blog-container-wrapper {
	padding: 60px 0 60px;
	position: relative;
}

.blog-container-wrapper .content-wrapper > .blog-inner {
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.blog-container-wrapper .content-wrapper > .row-fluid:before,.blog-container-wrapper .content-wrapper > .row-fluid:after {
	display: none;
}

.blog-sidebar {
	height: fit-content;
	padding: 0 15px;
	border-radius: 5px;
	-ms-flex-order: 2;
	order: 2;
}

.blog-content {
	margin-bottom: 3rem;
	-ms-flex-order: 1;
	order: 1;
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px;
}

.post-item+.post-item {
	padding-top: 50px;
}

.blog-post-header {
	position: relative;
	overflow: hidden;
	margin-bottom: 1.5rem;
}

.blog-post-header img {
	vertical-align: middle;
	border-style: none;
	max-width: 100%;
	height: auto;
	width: 100%;
}

h2.blog-title {
	font-weight: 600;
	font-size: 1.50rem;
	color: #53565A;
	margin: 0 0 0.4rem 0;
	letter-spacing: -0.5px;
	line-height: 1.2;
	font-family: "Roboto", sans-serif;
}

h2.blog-title a {
	color: #1c1f21;
}

h2.blog-title a:hover {
	color: #C4D600;
}

.meta-data {
	margin-bottom: 1rem;
	display: -ms-flexbox;
	display: flex;
}

.meta-data .post-date {
	
}

.post-item p {
	color: #707070;
	line-height: 1.9;
	margin: 0 0 1.2em;
}

.post-item .read-more {
	color: #C4D600;
	font-weight: 700;
}

.post-item .read-more i {
	margin-left: 5px;
	-webkit-transition: ease margin-left 300ms;
	transition: ease margin-left 300ms;
	font-size: .90rem;
}

.fa, .fas {
	font-weight: 900;
}

.fa, .far, .fas {
	font-family: Font Awesome\ 5 Free;
}

.fa-angle-right:before {
	content: "\f105";
}

.post-item .read-more:hover i {
	margin-left: 8px;
}
.blog-content hr.divider {
	margin-top: 3rem;
	margin-bottom: 1.5rem;
	border: 0;
	border-top: 1px solid rgba(0,0,0,.1);
	box-sizing: content-box;
	height: 0;
	overflow: visible;
	background-color: transparent;
}

.bottom-section {
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-pack: justify;
	justify-content: space-between;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px;
}

.page-numbers,.blog-pagination-wrapper {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none;
	padding-right: 15px;
	padding-left: 15px;
}

.page-numbers {
	margin-bottom: 1rem;
}

.blog-pagination ul {
	display: -ms-flexbox;
	display: flex;
	padding-left: 0;
	list-style: none;
	border-radius: .25rem;
	margin-bottom: 0;
}

.blog-pagination ul li a {
	cursor: pointer;
	color: #707070;
	background: transparent;
	font-weight: bold;
	position: relative;
	display: block;
	padding: .5rem .75rem;
	margin-left: -1px;
	line-height: 1.25;
	border: 1px solid #dee2e6;
}

.blog-pagination ul li+li {
	margin-left: 5px;
}

.blog-pagination ul li a.active {
	background: #C4D600;
	color: #FFF;
	z-index: 1;
	border-color: #007bff;
}

.blog-pagination ul li a.next-link {
	border-top-right-radius: .25rem;
	border-bottom-right-radius: .25rem;
	cursor: pointer;
	border: none;
}

.blog-pagination ul li a.prev-link {
	margin-left: 0;
	border-top-left-radius: .25rem;
	border-bottom-left-radius: .25rem;
	border: none;
}

.blog-pagination ul li a.active:hover {
	border: 1px solid #C4D600;
}

.blog-pagination ul li a:hover {
	color: #C4D600;
	border: 1px solid #C4D600;
}

.blog-pagination ul li a.next-link:hover,
.blog-pagination ul li a.prev-link:hover{
	border: 0;
}

.blog-sidebar h3,.blog-sidebar h2 {
	padding-bottom: 15px;
	font-size: 1.8rem;
	color: #333333;
	font-weight: 600;
	line-height: 1.2;
	margin: 0 0 0.4rem 0;
	font-family: "Roboto", sans-serif;
	letter-spacing: 0; 
}

.blog-sidebar .blog-features__heading {
    background-color: #c1d638;
    color: #fff;
    font-size: 18px;
    display: block;
    letter-spacing: 0.025rem;
    padding: 0.25rem 0.75rem;
    margin: 0 0 1rem;
    max-width: 60%;
}

.blog-card {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    cursor: pointer;
    transition: box-shadow 0.15s ease-in-out, transform 0.15s ease-in-out;
    background-color: #dadada;
    border-radius: 3px;
    overflow: hidden;
    margin: 0 1rem 1rem 0;
    padding: 0;
    flex-grow: 1;
    position: relative;
    min-height: 475px;
}

.blog-card:hover {
    box-shadow: 0 10px 50px -5px rgba(51,71,91,0.12);
    -ms-transform: scale(1.014);
    transform: scale(1.014);
}

.blog-card--compact {
    min-height: auto;
    margin-right: 0;
}

.blog-sidebar .blog-card__content-title {
    margin: 0;
    padding: 0;
    font-size: 1.5rem;
    line-height: 1.41667em;
    font-weight: 500;
}

.blog-card__meta {
    display: display;
    width: 100%;
}

.blog-card__content-title a {
    font-size: 2rem;
    line-height: 1.3125em;
    padding: 1.125rem 1.125rem 3rem;
    font-weight: 500;
    min-height: 230px;
}

.blog-card--compact .blog-card__content-title a {
    font-size: .8125rem;
    padding: 12px 1.125rem 0;
}

.blog-card__date {
    padding: 5px 1.125rem 0;
    font-size: .75rem;
    text-transform: uppercase;
    color: #33475b;
    line-height: .75rem;
}

.blog-card--compact .blog-card__content-title a {
    min-height: auto;
}

.blog-card--compact a:hover {
    color: #33475b;
}

.blog-card--compact .blog-card__meta a:first-child {
    padding: 0 0 0.5rem 1rem;
}


.blog-card__meta a:first-child:hover {
    text-decoration: underline;
}

.blog-card__content a {
    display: block;
    color: #33475b;
}

.blog-card__content .blog-card__meta a {
    font-size: .75rem;
    display: inline-block;
    text-transform: uppercase;
}

.blog-card--compact .blog-card__meta a:last-child {
    padding: 0 1rem 0.5rem 0;
}

.blog-sidebar > div {
	position: relative;
}

.blog-sidebar ul {
	padding: 0;
	list-style: none;
}

.blog-sidebar .block-list ul li {
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 5px;
  background-color: #c4d600;
}

.blog-sidebar  ul.colored-bullets {
  padding-left: 20px;
}

.post-featured-image-container {
  float:left;
  width: 50%;
  margin-right: 30px;
  margin-bottom: 10px;
}

@media (max-width: 768px){
	.post-featured-image-container {
    float:none; width: 100%; margin-right: 0; margin-bottom: 20px;
  }
  
  .blog-post .meta-data {
    display: block;
    text-align: center;
    margin-top: 30px;
  }
}
    
.blog-sidebar  ul.colored-bullets li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #c4d600; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}


.blog-sidebar  ul.colored-bullets li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #c4d600; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}



.blog-sidebar ul.recent-posts-list {
  
}

.blog-sidebar ul.recent-posts-list li {
  margin-bottom: 15px;
}

.blog-sidebar ul.recent-posts-list li a {
  
}


.blog-sidebar .block-list ul li a {
	color: #FFF;
  padding: 10px 15px;
  display: block;
}



.blog-sidebar ul li img {
	width: 18px;
	height: 18px;
	margin-top: -3px;
	vertical-align: middle;
	border-style: none;
}
.blog-sidebar ul li a .filter-link-count {
	display: none;
}
.blog-post__body {
	color: #707070;
	line-height: 1.9;
}

.blog-post__body p {
	color: #707070;
	line-height: 1.46;
	margin: 0 0 1.2em;
}

.post-bottom-btn a {
	margin: 15px 10px;
	position: relative;
	border: 1px solid #C4D600;
	color: #ffffff;
	background-color: #C4D600;
	border-radius: 18px;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-size: 18px;
	font-family: "Roboto", sans-serif;
	-webkit-transition: all 0.1s;
	transition: all 0.1s;
	font-weight: 700;
	margin-left: 1rem;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: .375rem .75rem;
	line-height: 1.5;
}

.post-bottom-btn {
	text-align: center;
}

.post-bottom-btn a:hover {
	border-color: #C4D600;
	background-color: #fff;
	color: #C4D600;
}

.fa-angle-left:before {
	content: "\f104";
}
.post-footer h3 {
	font-size: 21px;
	color: #fff;
	margin-bottom: 0;
	padding: 15px 15px;
	font-weight: 400;
	line-height: 1.2;
	letter-spacing: -0.5px;
	background-color: #C4D600;
	text-align: center;
	border-radius: 5px 5px 0 0;
	margin: -16px -16px 15px;
}

.blog-comments form {
	border-radius: 5px !important;
}
.hs-cta-wrapper a.cta_button {
	border-radius: 3px;
	border-style: solid;
	border-width: 1px;
	background: #bed134;
	border-color: #bed134;
	color: #ffffff;
	font-size: 12px;
	font-family: arial, helvetica, sans-serif;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	line-height: 12px;
	position: relative;
	text-align: center;
	padding: 12px 24px;
}

.hs_recaptcha.hs-recaptcha.field.hs-form-field {
	overflow-x: auto;
}

.blog-header .banner-area .page-center {
  padding-top: 0;
}

.blog-header .banner-area .page-center h1 {
  font-size: 60px;
  line-height: 60px;
      font-weight: 600;
}

.blog-header .banner-area .page-center h2 {
  font-size: 35px;
  line-height: 35px;
  color: #FFF;
}

.blog-header .banner-content {
  margin-bottom: 0;
}

.blog-side-social {
    display: flex;
    flex-direction: column;
    position: absolute;
    left: -60px;
}

.blog-side-social a {
    margin-bottom: 15px;
}

.blog-side-social a i {
    color: #c1d638;
    transition: .3s;
    font-size: 2em;
}

.blog-post__body img {
  max-width: 100%;
}

.blog-post-share-wrap {
    margin-bottom: 45px;
    text-align: center;
}

.blog-post-share-wrap span.share-title {
    font-size: 18px;
    font-weight: 600;
    margin-right: 0;
    padding-bottom: 10px;
    display: block;
    color: #707070;
}

.blog-post__body a {
  color: #bed134;
  text-decoration: underline;
}

.blog-sidebar .acerca-wrapper p {
  font-size: 14px;
}

.blog-post-share-wrap a i {
    color: #c1d638;
    display: inline-block;
    margin-right: 35px;
    font-size: 2em;
}

.blog-post-share-wrap a:last-child i {
    margin-right: 0;
}

  
.blog-header .banner-area {
  padding: 28rem 0 2rem;
  background-size: cover;
  background-position: top;
  height: 550px;
  max-height: 550px;
}



.hs-blog-social-share-list {
  line-height: 1;
}


.blog-comments {
  margin-top: 2rem;
  width: 100%;
}

.blog-comments .hs_recaptcha.hs-recaptcha.field.hs-form-field {
  overflow-x: visible;
}

.blog-comments h4 {
  padding-bottom: 15px;
  font-size: 1.8rem;
  color: #333;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 .4rem 0;
  font-family: "Roboto",sans-serif;
  letter-spacing: 0;
}

/*=======================================================================*/
@media (min-width: 576px){
	.page-numbers{
		margin-bottom: 0
	}
}
@media (min-width: 768px){
	.blog-sidebar{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.blog-content{
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
		margin-bottom: 0
	}
  
  

}
@media (min-width: 992px){
	.blog-sidebar{
		-ms-flex: 0 0 33.333333%;
		flex: 0 0 33.333333%;
		max-width: 33.333333%;
	}
	.blog-content{
		-ms-flex: 0 0 66.666667%;
		flex: 0 0 66.666667%;
		max-width: 66.666667%;
		margin-bottom: 0
	}
}
@media (min-width: 1399px){
	.blog-banner .banner-content h1 {
		font-size: 70px;
		line-height: 1.2;
	}

}
@media (max-width: 1200px){
	.blog-banner .banner-content h1{
		font-size: 50px;
	}
}
@media (max-width: 767px){
	.blog-banner.banner-area .page-center {
		padding-top: 5rem;
	}
  
  .hs-blog-social-share {
        height: auto !important;
  }
  
  .hs-blog-social-share .hs-blog-social-share-list {
      text-align: center;
      margin: 0;
  }
  
  .hs-blog-social-share .hs-blog-social-share-item {
      float: none !important;
      margin-bottom: 10px;
  }
  
  .blog-header .banner-area {
    padding: 2rem 0;
    height: auto;
    max-height: none;
  }
  
  .blog-header .banner-area h1 {
    font-size: 34px;
    line-height: 34px;
  }
  
  .blog-header .banner-area h2 {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 450px){
	.blog-banner .banner-content h1{
		font-size: 65px;
	}
}

.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%/2)
    }
}

@media screen and (min-width: 768px) {
    .blog-index__post--large {
        flex:1 0 100%;
        display: flex;
        justify-items: space-between
    }
}

.blog-index__post-image {
    display: block;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding-bottom: 63%;
    background-image: url('./images/grayscale-mountain.png');
    border-radius: 25px;
}


.blog-index__post-image--large {
  width: 100%;
}

.blog-index__post-content--small {
  padding: 10px 0;
}

.blog-index__post--large .blog-index__post-content h2 {
  line-height: 36px;
}


@media screen and (min-width: 768px) {
    .blog-index__post-image--large {
        display: block;
        padding-bottom: 2rem;
    }

    .blog-index__post-content--large {
        flex: 1 1 100%;
        padding-left: 2rem
    }

    .blog-index__post-content--large {
        display: block;
        padding-left: 2rem
    }
  
    .blog-index__post--small-wrapper {
      background-color: #FFF;
    } 
}

.blog-index__post-content h2 {
    margin: .5rem 0
}

.blog-index__post-content--small h2 {
    font-size: 1.25rem
}

.blog-index__post-content p {
    margin-bottom: 5px;
}

.blog-index__post-content a {
    color: #494a52
}

.blog-index__post-content a:hover {
    text-decoration: none
}

.post-data {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 17px;
}


.post-data a {
  text-transform: uppercase;
  font-size: 17px;
  font-weight: 600;
}

.meta-data .post-author {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  margin-right: 15px;
  background-color: #dadada;
  padding: 5px 15px;
  color: #33475b;
}

.meta-data .post-date {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
  background-color: #dadada;
  padding: 5px 15px;
  color: #33475b;
}

.blog-index__post .meta-data {
  display: block;
  margin-bottom: 0;
}

.blog-index__post .post-data a {
  font-size: 13px;
}

.blog-index__post .meta-data .post-date {
  font-size: 13px;
}

.blog-index__post .meta-data > div {
  display: block;
  margin-right: 0;
}

.blog-index__post .meta-data a  {
  font-size: 13px;
}

.blog-post .meta-data i {
  color: #33475b;
}

.blog-index__post .meta-data i  {
  color: #33475b;
}

.blog-index__post .blog-listing-link {
  font-weight: 600;
  font-size: 16px;
}

.widget-type-blog_comments fieldset {
  max-width: 100% !important;
}

.cta-sidebar-wrapper {

}

.cta-sidebar-wrapper .blog-features__heading {

}

.cta-sidebar-wrapper .cta-container {
  background-color: #53565a;
  text-align: center;
  padding: 15px 15px 24px;
}

.cta-sidebar-wrapper .cta-container h4 {
  font-size: 15px;
  color: #FFF;
}

.cta-sidebar-wrapper .cta-container p {
  font-size: 13px;
  color: #FFF;
  margin-bottom: 19px;
}

.cta-sidebar-wrapper .cta-container a {
  padding: 9px 17px;
  font-size: 13px;
  background-color: #bed64e;
  color: #FFF;
  border-radius: 20px;
}

.cta-sidebar-wrapper .cta-container a:hover {
  text-decoration: none;
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

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

.systems-page {
	padding: 3rem 0;
}
.systems-page .success {
	display: inline-block;
	margin: 2rem 0;
	max-width: 650px;
	width:100%;
	background-color:transparent;
	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: "Roboto", sans-serif;
	font-size: 1.25rem;
	color: #707070;
	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: #707070;
}
.systems-page #content h3 {
	color: #fff;
}
.subscription-preferences form {
	border: 0;
	background: transparent;
	width: 100%;
	max-width: 100%;
}
@media (max-width:767px){
	.error-page{
		padding:3rem 0;
	}
	.subscription-preferences h1 {
		font-size: 50px;
	}
	.subscription-preferences h2 {
		font-size: 30px;
	}
}
@media (max-width: 479px){
	.subscription-preferences h1 {
		font-size: 40px;
	}
	.subscription-preferences h2 {
		font-size: 30px;
	}
}