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











































/* ******************************************************************************
*********************************************************************************
The intention of this file is to reset most of the different browser, built-in
CSS styles, so that it is an empty canvas for the themed specific stylesheets.
*********************************************************************************
****************************************************************************** */

*, *:before, *:after {
  box-sizing: border-box;
}
/* ******************************************************************************
*********************************************************************************
The intention of this file is to makes browsers render all elements more
consistently and in line with modern standards.
It precisely targets only the styles that need normalizing.
*********************************************************************************
****************************************************************************** */


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

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

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

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

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

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

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

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

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


body{
  line-height:1.4;
}

html{
    scroll-behavior: smooth;
}

a {
  color: #0270E0;
  text-decoration: none;
}

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}

p{
  margin:0;
}

p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 110%;
  line-height: 150%;
  font-weight: 500;
}

img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  height: auto;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom:10px;
}

h1 {
  margin-top:20px;
  line-height:1.5;
}

h2 {
  line-height:1;
  margin-top:20px;
}

h3 {
  line-height:1.25;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.4;
}

h5 {
  line-height: 1.2;
  margin-top:10px;
}

h6 {
  line-height: 1.5;
  margin-top:10px;
}

strong {
  font-weight: 600;
}

code {
  vertical-align: bottom;
}

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

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

blockquote {
    margin: 0 0 10px 0;
    padding: 10px 20px;
    border-left: 5px solid #E2E2E2;
}

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

@media(max-width:767px){
h5 {
    font-size: 3vw !important;
}
}

@media(max-width:479px){

  p {
    margin-bottom: 0px;
    font-size:12px;
    line-height: 150%;
  }
  
  h1{
    font-size: 7.5vw !important;
  }

   h2{
    font-size:7vw !important;
    line-height: 1.7 !important;
  }
  
    h3{
    font-size:6vw !important;
    line-height: 1.5 !important;
  }

      h4{
    font-size:5.5vw !important;
    line-height: 1.5 !important;
  }
  
      h5{
    font-size:4.5vw !important;
    line-height: 1.5 !important;
  }
  
      h6{
    font-size:3.5vw !important;
    line-height: 1.5 !important;
  }

}
/* ******************************************************************************
*********************************************************************************
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: Lato, sans-serif;
}

.hs_error_rollup {
  width: 100%;
}


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

.hs-button {
  margin-right: 0%;
  font-size: 100%;
  font-weight: 600;
  display: inline-block;
  border: 0;
  outline:none;
  border-style: solid;
    min-height: 30px;
  line-height:20px;
  text-decoration: none;
  cursor: pointer;
}

a.hs-button.primary {
  margin: 15px 0;
}


.hs-form label {
  display: block;
  float: none;
  width: auto;
  font-weight: normal;
  text-align: left;
  line-height: 1.2;
  padding-top: 0;
  margin-bottom: 4px;
}


ul.hs-error-msgs.inputs-list li {
  display: inline-flex;
  align-items: center;
  color: #000;
  width: auto !important;
  font-size: 15px;
  padding: 7px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.5);
  border-radius: 6px;
  box-shadow: 3px 4px 3px -1px rgba(0,0,0,0.3);
  position: relative;
    margin-top: 13px;

}
ul.hs-error-msgs.inputs-list li:before {
  background-image: url(https://8266852.fs1.hubspotusercontent-na1.net/hubfs/8266852/raw_assets/public/TSR_Grow_November_2020/images/error.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 25px;
    height: 25px;
    margin-right: 2px;
    content: "";
    display: inline-block;
    vertical-align: middle;
    }
ul.hs-error-msgs.inputs-list li label:after {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid rgba(0,0,0,0.4);
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -20px;
  left: 5%;
}
ul.hs-error-msgs.inputs-list li label:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: -19px;
  left: 5%;
  z-index: 1;
}

.hs_error_rollup ul {
    margin: 0 !important;
  margin-bottom:20px !important;
}

ul.no-list.hs-error-msgs.inputs-list {
  margin-top: 5px;
}

ul.hs-error-msgs.inputs-list li label {
  margin:0px !important;
  display: inline-block;
  vertical-align: middle;
  padding-left: 2px;
    font-weight: 400 !important;
  font-family: sans-serif;
  font-size: 14px;
  color: #000 !important;
}

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

input[type=text],
input[type=password],
form select,
form textarea,
.hs-input {
  width: 90%;
  height: 6vh;
  padding: 8px 11px;
  margin: 0px;
  padding-left: 26px;
  border-style: solid;
  outline:none !important;
  display:block;
  border-width: 1px;
    min-height: 30px;
  background-color: hsla(0, 0%, 88%, 0.55);
  color: #4a557d;
  font-size: 100%;
  font-weight: 500;
  line-height: 1.42857143;
}

h3.form-title:empty {
    margin: 0;
}

input::placeholder {
  color: #999;
  opacity: 1;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto;
  height: auto;
  padding: 0;
  display:inline-block;
  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;
} */

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

.hs-form-field,
.field {
  padding-bottom: 16px;
}

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

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

.hs-richtext hr {
  text-align: left;
  margin-left: 0;
  width: 91%;
}

.grecaptcha-badge {
  margin: 0 auto;
}

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

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

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


@media(max-width:479px){

  input[type=text],
  input[type=password], 
  form select,
  form textarea, .hs-input {
    width: 100% !important;
    height: 4vh;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 70%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.hs-menu-item a {
  display: block;
  padding: 0.5rem 1rem;
  color: rgba(0, 0, 0, 0.5);
  text-decoration: none;
}

.hs-menu-item:hover a,
.hs-menu-item:focus a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.7);
}

.hs-menu-item.active a {
  color: rgba(0, 0, 0, 0.9);
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
tables look throughout your site.
*********************************************************************************
****************************************************************************** */

table {
  margin-bottom: 1rem;
  border: 1px solid #dee2e6;
}

th,
td {
  padding: 0.75rem;
  vertical-align: top;
  border: 1px solid #dee2e6;
}

thead th,
thead td {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55;
  border-bottom-width: 2px;
}

thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6;
}

tbody + tbody {
  border-top: 2px solid #dee2e6;
}

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


/* Contact us page style */


.contact-two-col .span5 {
  width: 40%;
  min-height: 80vh;
  margin-right: 2%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
} 

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {  
  .home-page .hero-banner video
  {
    left: 0px;
    top: 50%;
    width: 100%;
    height: auto;
    right: auto;
    bottom: auto;
    margin-top: -509.5px;
    margin-left: 0px;
    position: absolute;
  }

  .home-page .hero-banner{
    height:100vh;
  }

}

.home-page .title-img-wrap a.bootom-text {
  min-height: 56px;
}

.home-page .title-img-wrap {
  font-size: 1vw;
}

.home-page .case-study-card {
  font-size: 1vw;
}

.body-container.solutions .section-title .line {
  margin-top: 4vh;
  margin-bottom: 2vh;
}

.body-container.solutions .section-title {
  font-size: 100%;
}

.contact-two-col .rt-col.span7 {
  width: 50%;
  min-height: 80vh;
  margin-left: 2%;
  padding: 27px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(85, 85, 85, 0.08);
  box-shadow: -3px 3px 3px 0 rgba(85, 85, 85, 0.15), 4px 5px 3px 0 rgba(85, 85, 85, 0.12);
}

.contact-two-col .span5 .contact-lt-col {
  position: relative;
  z-index: 50;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 100%;
  padding: 45px 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.contact-page .page-center.row-fluid.contact-two-col {
  max-width: 100%;
  padding: 5%;
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.contact-two-col h1 {
  margin-top: 0px;
  margin-bottom: 33px;
  font-size: 2vw;
  font-weight: 700;
  line-height: 1.5em;
  position:relative;
}

.contact-two-col .hs_cos_wrapper_type_rich_text h1:after{
  width: 30%;
  margin-bottom: 15px;
  border-top: 3px solid #72bf44;
  content: "";
  height: 3px;
  position: absolute;
  bottom: -33px;
  left: 0;
}

.contact-two-col .contact-lt-col p {
  width: 100%;
  line-height: 200%;
  font-size: 110%;
  font-weight: 500;
  text-align: center;
}

.contact-two-col .contact-lt-col h3 {
  color: #85c5e0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 30px;
  margin-top: 20px;
  margin-bottom: 10px;
}

.contact-two-col .contact-lt-col p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #555;
  font-size: 110%;
  width: 100%;
  line-height: 200%;
}

.contact-two-col .contact-lt-col h4 {
  margin: 0 0 13px;
  line-height: inherit;
  margin-top: 0px;
  color: rgba(85, 85, 85, 0.77);
  font-size: 1.25vw;
  line-height: 1.5em;
  font-weight: 500;
}

.contact-two-col .contact-lt-col h4 img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
  width: 6vh;
  height: 6vh;
  margin-right:5px;
}



.contact-two-col .contact-rt-col .form-title {
  color: rgba(85, 85, 85, 0.8);
  font-size: 150%;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
  min-height: 9.5vh;
}


.contact-two-col .contact-rt-col .dnd-row {
  width: 100%;
  height: 100%;
}

.contact-two-col .contact-rt-col .form-title {
  color: rgba(85, 85, 85, 0.8);
  font-size: 150%;
  font-weight: 500;
  line-height: 1.5em;
  text-align: center;
}


.contact-two-col .contact-rt-col form fieldset {
  max-width: 100%;
  width: 100%;
}


.contact-two-col .contact-rt-col form fieldset .hs-form-field {
  margin-bottom: 3vh;
}

.contact-two-col .contact-rt-col form fieldset .hs-form-field .hs-input {
  width: 100%;
  margin-bottom: 0px;
  border: 0px solid #000;
  border-radius: 20px;
  background-color: #f2f2f2;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  vertical-align: middle;
  padding: 6px 12px;
  height: 5.2vh;
}

.contact-two-col .contact-rt-col form fieldset.form-columns-2 .hs-form-field:first-of-type {
  padding-right: 16px;
}

.contact-two-col .contact-rt-col form fieldset .hs-form-field .input {
  margin-right: 0;
  height: 100%;
  display: flex;
  align-items: center;
}

.contact-two-col .contact-rt-col form fieldset .hs-form-field .hs-input::-webkit-input-placeholder{
  color: rgba(85, 85, 85, 0.8);
  font-weight: 600;
}

.contact-two-col .contact-rt-col form fieldset .hs-form-field .hs-input::-moz-placeholder {
  color: rgba(85, 85, 85, 0.8);
  font-weight: 600;
}

.contact-two-col .contact-rt-col .dnd-row > .row-fluid {
  height: 100%;
}

.contact-two-col .contact-rt-col .dnd-row .dnd-module {
  height: 100%;
}
.contact-rt-col .hs-form label {
  margin: 0;
}

.contact-two-col .contact-rt-col form  fieldset.form-columns-3 .hs-form-field{
  padding:0;
  margin-right:15px;
}

.contact-two-col .contact-rt-col form fieldset.form-columns-1 .hs-form-field {
  padding-right: 15px;
}

.contact-two-col .contact-rt-col form fieldset.form-columns-1 .hs_lastname.hs-form-field {
  padding-right: 0;
}

.contact-two-col .contact-rt-col form fieldset.form-columns-1 .hs-form-field.hs_phone {
  padding-right: 0;
}

.contact-two-col .contact-rt-col form fieldset .hs_company {
  float: none;
  padding: 0 !important;
}

.contact-two-col .contact-rt-col form fieldset .hs_message {
  padding: 0 !important;
  margin-bottom:25px;
}

.contact-two-col .contact-rt-col form fieldset .hs_message textarea.hs-input {
  height: 18.4vh;
}


.contact-two-col .contact-rt-col form fieldset.form-columns-1:last-of-type {
  width: 100%;
  float: none;
}


.contact-two-col .contact-rt-col form .hs_submit.hs-submit input.hs-button.primary.large {
  width: auto;
  height: auto;
  margin: 0px;
  padding: 11px 50px;
  border-radius: 20px;
  background-color: #4a557d;
  font-size: 140%;
  font-weight: 600;
  border: none;
}

.management_products .bottom-section .dnd-section {
  padding: 0 !important;
}
.body-container__website hr {
  padding: 1vh;
}
.contact-two-col .contact-rt-col form fieldset .hs-form-field {
  margin-bottom: 3vh;
  padding: 0;
}

.contact-two-col .contact-rt-col form .hs_submit.hs-submit {
  text-align: center;
  width: 100%;
}

.contact-two-col .contact-lt-col h4:first-of-type {
  padding-top: 23px;
}

.contact-two-col .rt-col.span7 .contact-rt-col {
  height: 100%;
  width: 100%;
}

.contact-two-col .contact-rt-col form {
  width: 100%;
  height: 100%;
  justify-items: center;
  display: flex;
  flex-wrap: wrap;
}


.left-pattren-image {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
  -ms-grid-column-span: 2;
  grid-column-end: 3;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 2;
  grid-row-end: 3;
  -ms-grid-row: 1;
  grid-row-start: 1;
  height: 100%;
  position: absolute;
  width: 100%;
}


.image-166 {
  width: 3vh;
  height: 3vh;
}

.image-166._1 {
  width: 4vh;
  height: 4vh;
}

.image-167 {
  width: 6vh;
  height: auto;
}

.image-167._2 {
  -webkit-transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  transform: rotateX(0deg) rotateY(180deg) rotateZ(0deg);
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.image-167._3 {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}

.image-168 {
  width: 5vh;
}

.image-169 {
  width: 3vh;
}

.contact-two-col .lt-col.span5 {
  position: relative;
}

.contact-two-col .span5 .contact-lt-col {
  align-self: center;
  -ms-grid-column-align: center;
  justify-self: center;
  margin-top: 11px;
}


#w-node-6855a924ff33-3cef892e {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: start;
  align-self: start;
}

#w-node-12423e4e27fc-3cef892e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

#w-node-d7c3c7e27bb4-3cef892e {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-8451b580723b-3cef892e {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-align: center;
  justify-self: center;
}

#w-node-128cb2c7f128-3cef892e {
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}
#w-node-1b2a74e5638b-3cef892e {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-32dce316a0b2-3cef892e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-column-align: start;
  justify-self: start;
  -ms-grid-row-align: end;
  align-self: end;
}
#w-node-48a4cd9485c2-3cef892e {
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 6;
  -ms-grid-row: 5;
  grid-row-start: 5;
  -ms-grid-column-align: end;
  justify-self: end;
  -ms-grid-row-align: end;
  align-self: end;
}

#w-node-d49700975c12-3cef892e {
  -ms-grid-column-span: 1;
  grid-column-end: 4;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
  -ms-grid-row: 2;
  grid-row-start: 2;
}

img#w-node-8f787640318c-3cef892e {
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 4;
  -ms-grid-row: 3;
  grid-row-start: 3;
}




/* htgrowing page style */

.hygrowing-page .title-with-image .title-img-wrap {
  padding: 0 0.8vw;
}
.hygrowing-page .title-with-image > .row-fluid-wrapper {
  margin: 0 -0.8vw;
}

.hygrowing-page .section-one {
  padding-right: 4vw;
  padding-left: 4vw;
}

.sub-title-section .page-header.section-header {
  text-align: center;
}

.sub-title-section .page-header.section-header h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #4a557d;
  font-size: 2.5vw;
  line-height: 36px;
  font-weight: 700;
}

.sub-title-section .page-header.section-header p.secondary-header {
  margin-bottom: 0px;
  font-size: 100%;
  text-align: center;
  line-height: 1.5em;
  font-weight: 500;
  margin-top: 20px;
  display: block;
}

.title-with-image .span4:last-child {
  margin-right: 0;
}



.get-in-touch-form .dnd-section form fieldset.form-columns-3 {
  width: 42.4%;
  max-width: none;
  float: left;
}

.get-in-touch-form .dnd-section form fieldset.form-columns-3 .hs-form-field {
  width: 100%;
  float: none;
}

.get-in-touch-form .dnd-section form fieldset.form-columns-3 .hs-form-field .input {
  margin: 0;
}

.get-in-touch-form .dnd-section form fieldset.form-columns-1 {
  width: 56%;
  max-width: none;
  float: right;
  padding-left: 0;
}

.get-in-touch-form .dnd-section form .hs_submit.hs-submit {
  display: block;
  clear: both;
  text-align: right;
}
.get-in-touch-form .dnd-section form fieldset.form-columns-3 .hs-form-field .hs-input {
  width: 90%;
  height: 6vh;
  margin: 0px;
  padding-left: 27px;
  border-style: none;
  border-width: 1px;
  border-color: #6dcc41;
  border-radius: 20vw;
  background-color: hsla(0, 0%, 88%, 0.55);
  color: #4a557d;
  font-size: 100%;
  font-weight: 500;
}
.get-in-touch-form .dnd-section form fieldset.form-columns-3 .hs-form-field .hs-input::-moz-placeholder,
.get-in-touch-form .dnd-section form fieldset.form-columns-1 textarea.hs-input::-moz-placeholder,
.get-in-touch-form .dnd-section form fieldset.form-columns-3 .hs-form-field .hs-input::-webkit-input-placeholder,
.get-in-touch-form .dnd-section form fieldset.form-columns-1 textarea.hs-input::-webkit-input-placeholder{
  color: #4a557d;
  font-size: 100%;
  line-height: 100%;
  width: 50%;
}

.get-in-touch-form .dnd-section form fieldset.form-columns-1 textarea.hs-input {
  width: 100%;
  height: 21.4vh;
  border-radius: 30px;
}

.get-in-touch-form .dnd-section .widget-type-rich_text {
  padding-bottom: 16px;
}
.get-in-touch-form .dnd-section form .hs_submit.hs-submit input.hs-button.primary.large {
  width: 27.7%;
}

.get-in-touch-form .dnd-section form fieldset.form-columns-1 .input {
  margin: 0;
}



.get-in-touch-form .dnd-section .widget-type-rich_text h2 {
  margin-bottom: 0px;
  color: #4a557d;
  font-size: 125%;
  line-height: 36px;
  font-weight: 700;
  margin-top: 20px;
}

.get-in-touch-form .dnd-section .widget-type-rich_text  h4 {
  margin-top: 0px;
  color: #555;
  font-size: 100%;
  line-height: 1.5em;
  font-weight: 500;
  margin-bottom: 10px;
}


/* Products page style */

.products-page {
  color: #4a557d;
  font-size: 1vw;
}

.products-page+div {
  font-size: 1vw;
}

.contact-two-col .contact-rt-col form fieldset.form-columns-3 .hs-form-field {
  margin-right:0;
  padding-right: 15px;
  width: 33.3%;
}

.contact-two-col .contact-rt-col form fieldset.form-columns-3 .hs-form-field:last-child {
  padding: 0;
}
.body-container__website hr {
  padding: 5vh;
  background: none;
  height: 0;
  margin:0;
}

.products-page .body-container__website h4 {
  height: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 100%;
  line-height: 180%;
  font-weight: 500;
  width: 68%;
}

.products-page .body-container__website h2 {
  width: 75%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 175%;
  line-height: 1.5em;
  font-weight: 600;
}



/* Growing page style */


.body-container__website ul.submenu.level-1 {
  position: static;
  top: 10vh;
  z-index: 999999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 10vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 0px none #72bf44;
  border-bottom: 0px none #72bf44;
  background-color: #fff;
}

.body-container__website ul.submenu.level-1 > li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 2px solid #72bf44;
  border-right: 2px solid #72bf44;
  border-bottom: 5px solid #72bf44;
  color: #72bf44;
  font-size: 100%;
  font-weight: 500;
  text-decoration: none;
}

.body-container__website ul.submenu.level-1 > li > a {
  font-size: 200%;
  text-transform: uppercase;
  color: #72bf44;
  width: 100%;
  text-align: center;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.body-container__website ul.submenu.level-1>li>a.active-branch {
  width: 100%;
  margin-right: 0px;
  border-right-style: none;
  border-right-color: #72bf44;
  background-color: #72bf44;
  color: #fff;
}



.home-page .body-container.events .widget-type-rich_text h2 {
  margin-top: 20px;
}

@media(max-width:1380px){
  .products-page .span5,
  .products-page .span7{
    width:100%;
  }
}



@media(max-width:1200px){
  .products-page {
    font-size: 14px;
  }
}



@media(max-width:991px){

  .contact-two-col .span5 .contact-lt-col {
    width: 100%;
  }

  .home-page .hero-banner .banner-content {
    margin-top: -45px;
  }

  .home-page .title-img-wrap {
    font-size: 14px;
  }

  .home-page .case-study-card {
    font-size:14px;
  }



  .contact-two-col .contact-lt-col p {
    font-size: 80%;
  }

  .body-container__website ul.submenu.level-1>li>a {
    font-size: 125%;
  }

  .contact-two-col .contact-lt-col h3 {
    font-size: 80% !important;
    line-height: 125% !important;
  }
  .contact-two-col .contact-rt-col .form-title {
    font-size: 3vw;
  }
  .sub-title-section .page-header.section-header p.secondary-header {
    font-size: 80%;
  }

  .get-in-touch-form .dnd-section .widget-type-rich_text h2 {
    font-size: 150%;
    font-weight: 600;
  }

  .get-in-touch-form .dnd-section .widget-type-rich_text h4 {
    font-size: 90%;
  }
  .get-in-touch-form .dnd-section .widget-type-rich_text h4 {
    font-size: 90%;
  }
  .get-in-touch-form .dnd-section {
    padding-top: 10vh !important;
  }
}



@media(max-width:767px){
  .contact-two-col .span5 .contact-lt-col{
    margin-top:0;
  }

  .body-container__website h4 {
    width: 100%;
  }

  .body-container__website ul.submenu.level-1 {
    flex-direction: column;
    height: auto;
  }

  .body-container__website ul.submenu.level-1>li {
    border-bottom-width: 2px !important;
    border-right: 0 !important;
  }

  .body-container__website ul.submenu.level-1>li>a {
    font-size: 15px;
    padding: 13px 0;
  }

  .home-page .hero-banner .banner-content {
    width: 75% !important;
    padding: 9% !important;
  }


  .body-container__website h2 {
    width: 100%;
  }

  .body-container__website .span7 {
    width: 100%;
  }
  .body-container__website hr {
    padding: 1vh;
  }

  .products-page .body-container__website h4 {
    width: 100%;
  }

  .body-container.events .widget-type-rich_text h4 strong, .body-container.spotlight .widget-type-rich_text h4 strong {
    font-size: 84%;
  }
  .sub-title-section .dnd-section {
    padding-right: 0vw !important;
    padding-left: 0vw !important;
  }

  .get-in-touch-form .dnd-section .widget-type-rich_text h2 {
    margin-top: 0px;
  }
  .get-in-touch-form .dnd-section {
    padding-top: 0vh !important;
  }
  .get-in-touch-form .dnd-section form fieldset.form-columns-3 .hs-form-field .hs-input {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 90%;
  }
  .get-in-touch-form .dnd-section .widget-type-rich_text {
    padding-bottom: 0;
  }
  .get-in-touch-form .dnd-section form fieldset.form-columns-3 .hs-form-field {
    margin: 0;
    padding: 0 0 5px;
  }

  .get-in-touch-form .dnd-section form .hs_submit.hs-submit input.hs-button.primary.large {
    width: auto;
  }

  .get-in-touch-form .dnd-section form fieldset.form-columns-1 .hs-form-field {
    margin-bottom: 0;
  }

  .get-in-touch-form .dnd-section form fieldset.form-columns-1 textarea.hs-input {
    margin-bottom: 10px;
  }


  .contact-two-col h1 {
    font-size: 100% !important;
  }
  .power_products {
    font-size: initial;
  }

  .contact-two-col .contact-lt-col h4 {
    font-size: 90% !important;
  }
  .contact-page .page-center.row-fluid.contact-two-col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .contact-two-col .lt-col.span5 {
    width: 100%;
    height: auto;
    margin-bottom: 7px;
    min-height: auto;
  }

  .contact-two-col .rt-col.span7 {
    width: 100%;
    margin-left: 0%;
  }

  .contact-two-col .contact-rt-col form fieldset {
    width: 100% !important;
    float: none !important;
  }

  .contact-two-col .contact-rt-col form fieldset .hs-form-field {
    padding: 0 !important;
    width: 100% !important;
  }

}

@media(max-width:479px){
  .contact-two-col .contact-rt-col .form-title {
    font-size: 150% !important;
  }
  .title-with-image .span4 {
    width: 100%;
    margin-right: 0;
  }

  .contact-two-col .contact-rt-col form fieldset .hs-form-field .hs-input {
    font-size: 75%;
  }


  .sub-title-section .dnd-section {
    padding-top: 5vh !important;
  }
  .title-with-image .dnd-section .dnd-column .row-fluid {
    display: block;
  }

  .sub-title-section .page-header.section-header h1 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    font-size: 150% !important;
    text-align: center;
  }

  .sub-title-section .page-header.section-header p.secondary-header {
    width: 75%;
    font-size: 70%;
    margin-left:  auto;
    margin-right: auto;
  }

  .get-in-touch-form .dnd-section {
    padding: 5vh 2vw 5vh 4vw !important;
  }

  .get-in-touch-form .dnd-section .widget-type-rich_text h2 {
    margin-bottom: 0px;
    font-size: 100% !important;
    line-height: 36px !important;
  }

  .get-in-touch-form .dnd-section .widget-type-rich_text h4 {
    width: 85%;
    margin-top: 0px;
    font-size: 80% !important;
  }
  .get-in-touch-form .dnd-section form fieldset.form-columns-3 {
    width: 100%;
    float: none;
    text-align: center;
  }

  .get-in-touch-form .dnd-section form fieldset.form-columns-1 {
    width: 100%;
    float: none;
    text-align: center;
  }

  .get-in-touch-form .dnd-section form fieldset.form-columns-3 .hs-form-field .hs-input {
    width: 75%;
    height: 3vh;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 70%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form .dnd-section form fieldset.form-columns-1 textarea.hs-input {
    height: 8vh;
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 70%;
  }

  .get-in-touch-form .dnd-section form .hs_submit.hs-submit {
    text-align: center;
  }
  .body-container__website h1 {
    font-size: 350%;
  }

  .body-container__website h5 {
    padding: 0 15px;
    font-size: 5vw !important;
  }

}

@media(min-width:2000px){
  .contact-two-col .contact-rt-col form fieldset .hs-form-field .hs-input{
    height: 71px;
  }

  .contact-two-col .contact-rt-col form fieldset .hs-form-field {
    margin-bottom: 36px;
  }

  .contact-two-col .contact-rt-col form fieldset .hs_message textarea.hs-input {
    min-height: 277px;
  }

}


.body-container-wrapper.home-page {
  font-size: 1vw;
}

.body-container.case_studies h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}

.body-container.solutions .widget-type-rich_text h6 {
  margin-top: 2vh;
  color: #555;
  font-size: 100%;
  line-height: 130%;
  font-weight: 500;
  margin-left:auto;
  margin-right:auto;
  width:80%;
}

.share-wrapper {
  padding: 0px 20vw 0px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}

.share-Linkedin {
  margin-right: 11px;
  margin-left: 8px;
}

.share-wrapper h4 {
  color: #6dcc41;
  font-size: 1vw;
}

.share-wrapper img {
  width: 4vw;
  height: 4vw;
  min-width:26px;
  min-height:26px;
}

.body-container.solutions .section-title h2 {
  font-size: 180%;
  line-height: 100%;
  font-weight: 600;
}


.body-container.events .widget-type-rich_text h4,
.body-container.spotlight .widget-type-rich_text h4{
  margin-top: 0px;
  color: #555;
  margin: 0;
  font-size: 1.75vw;
  line-height: 1.5em;
}

.body-container.events .widget-type-rich_text h2,
.body-container.spotlight .widget-type-rich_text h2{
  margin-bottom: 0px; 
  font-size: 180%;
  line-height: 150%;
  font-weight: 600;
  margin-top: 0;
}

.body-container-wrapper.home-page+div {
  font-size: 1vw;
}

.body-container.events .widget-type-rich_text h4 strong ,
.body-container.spotlight .widget-type-rich_text h4 strong {
  color: #555;
  font-size: 60%;
  line-height: 100%;
  font-weight: 600;
}

.home-page .bottom-section h2 {
  margin-bottom: 0px;
  font-size: 180%;
  line-height: 150%;
  font-weight: 600;
}

.home-page .bottom-section h4 {
  margin-bottom: 40px;
}

.home-page .bottom-section .hs-button {
  width: auto !important;
}

.body-container-wrapper.home-page {
  font-size: 1vw;
}

.home-page .bottom-section h2 {
  margin-bottom: 0px;
  font-size: 180%;
  line-height: 150%;
  font-weight: 600;
}


.home-page .hero-banner .banner-content {
  padding:2%;
}

.bottom-section  .hs-input::placeholder{
  color: #4a557d;
  font-size: 100%;
  opacity:1;
}

.bottom-section form {
  display: flex;
  flex-wrap: wrap;
}

.bottom-section form>* {
  width:50%;
}

.case_studies_page .top-section blockquote {
  height: 100%;
  margin: 0px 10px;
  color: #4a557d;
  padding: 0px !important;
  align-self: center;
  font-size: 1.75vw;
  line-height: 4vw;
  display: flex;
  justify-content:center;
  font-weight: 400;
  letter-spacing: 4px;
  border: 0;
  padding-left: 25px !important;
}

.case_studies_page .top-section blockquote span {
  border-left: 3px solid #4a557d;
  display: inline-flex;
  margin-left: 20.3px;
  padding-left: 36.3px;
}

.bottom-section form .form-columns-3>div {
  width: 100% !important;
}

.bottom-section form .form-columns-3 {
  display: flex;
  flex-direction: column;
}

.bottom-section .hs-button {
  width: 50%;
}

.bottom-section form>*:nth-child(odd) {
  width: 43.5%;
}

.bottom-section form>*:nth-child(even) {
  width: 56.5%;
}

.bottom-section form .form-columns-3>div:last-child {
  margin-bottom: 0;
}

.bottom-section .hs_submit.hs-submit {
  text-align: right;
/*   width: 100%;
  padding-left: 43.5%; */
  padding-top:25px;
}

.bottom-section form .form-columns-3 .input {
  padding-right: 18px;
}

.bottom-section form>*>* {
  height: 100%;
}

.bottom-section form label {
  margin: 0;
}



.bottom-section form textarea{
  padding-left: 28px;
  height: 100%;
  border-style: none;
  border-width: 1px;
  border-color: #6dcc41;
  border-radius: 30px;
  background-color: hsla(0, 0%, 88%, 0.55);
  color: #4a557d;
  font-size: 100%;
  font-weight: 500;
}

.bottom-section .input {
  height: 100%;
  margin: 0 !important;
}


.bottom-section h2 {
  margin-bottom: 1px;
  font-size: 125%;
  line-height: 2;
}

.bottom-section h4 {
  margin-top: 0px;
  line-height:1.5;
  color: #555;
  font-size: 100%;
}

.body-container.case_studies blockquote {
  margin: 0px;
  border-style: none;
  border-width: 5px;
  border-color: #6dcc41;
  border-radius: 15px;
  color: #6dcc41;
  font-size: 115%;
  line-height: 2.5vw;
  font-weight: 600;
  text-align: left;
  letter-spacing: 2px;
  margin-top: 10px;
  padding: 21px 23px;
  position: relative;
}

.body-container.case_studies blockquote:before {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  content:'';
  bottom: auto;
  width: 6vw;
  height: 6vw;
  border-top: 4px solid #6dcc41;
  border-left: 4px solid #6dcc41;
}

.body-container.case_studies blockquote:after{
  position: absolute;
  left: auto;
  top: auto;
  right: 0%;
  content:'';
  bottom: 0%;
  width: 6vw;
  height: 6vw;
  border-right: 4px solid #6dcc41;
  border-bottom: 4px solid #6dcc41;
}

.body-container.case_studies p {
  color: #555;
  font-size: 100%;
  line-height: 200%;
  font-weight: 500;
  text-align: left;
  letter-spacing: 0px;
}

.body-container.case_studies a{
  text-decoration: underline;
  color: -webkit-link;
  cursor: pointer;
}


@media(max-width:991px){
  .case_studies_page .top-section blockquote span {
    padding-left: 24px;
    margin-left: 22px;
  }

  .case_studies_page .top-section blockquote {
    padding-left: 30px !important;
  }
  .body-container.case_studies blockquote {
    font-size:100%;
    line-height:1.5;
  }

  .body-container.events .widget-type-rich_text h4 strong, .body-container.spotlight .widget-type-rich_text h4 strong {
    font-size: 14px !important;
  }


  .body-container-wrapper.home-page {
    font-size:14px;
  }

  .share-wrapper h4 {
    font-size:100%;
  }

  .contact-two-col .contact-rt-col form .hs_submit.hs-submit input.hs-button.primary.large {
    font-size: 100%;
  }

  .body-container-wrapper.home-page+div {
    font-size: 14px;
  }

  .products-page+div {
    font-size: 14px;
  }



}


@media(max-width:767px){
  .share-wrapper {
    padding: 0px 5% 0px;
  }

  .hero-banner h1,
  .banner-section.website-page .hero-banner h1 {
    font-size: 10em !important;
  }

  .get-in-touch-form .dnd-section form fieldset.form-columns-3 .hs-form-field .hs-input {
    width: 100%;
  }
  .get-in-touch-form .dnd-section form fieldset.form-columns-3 {
    width: 100%;
  }
  .get-in-touch-form .dnd-section form fieldset.form-columns-1 {
    width: 100%;
    float: none;
  }
  .hygrowing-page .get-in-touch-form .dnd-section {
    padding-left: 4vw !important;
    padding-right: 4vw !important;
    margin-top: 20px;
  }

  .body-container.events .widget-type-rich_text h2, .body-container.spotlight .widget-type-rich_text h2 {
    font-size: 300%;
  }

  .body-container.events .widget-type-rich_text h4, .body-container.spotlight .widget-type-rich_text h4 {
    font-size: 3vw;
  }

}


@media(max-width:479px){

  .case_studies h2 {
    font-size: 150%;
    line-height: 36px;
  }

  .website-page :not(.hero-banner) h1{
    font-size: 7.5vw !important;
  }

  .website-page :not(.hero-banner) h2{
    font-size: 150% !important;
    line-height: 1.7 !important;
  }

  .case_studies .advance-img {
    height: 30vh !important;
    background-position: 50% 0% !important;
    background-size: cover;
  }


  .body-container.case_studies blockquote {
    line-height:1.5;
    letter-spacing: 1px;
  }

  .case_studies_page .top-section h1 {
    width: 100%;
    margin-bottom: 18px !important;
    font-size: 125% !important;
  }

  .share-wrapper h4 {
    font-size: 90%;
  }

  .home-page .bottom-section {
    font-size: 14px;
  }

  .case_studies_page .top-section blockquote span {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 0;
    margin-top: 3px;
    justify-content: center;
  }

  .case_studies_page .top-section blockquote {
    font-size: 110%;
    line-height: 100%;
    margin: 0 !important;
    padding-left: 0 !important;
    flex-wrap:wrap;
  }

  .bottom-section h2 {
    font-size: 100% !important;
    font-weight:  600 !important;
  }

  .bottom-section h4 {
    width: 85% !important;
    font-size: 80% !important;
  }

  .bottom-section form textarea {
    margin-top: 5px;
    font-size: 70%;
    height: 8.7vh;
  }

  .body-container.events .widget-type-rich_text h2, .body-container.spotlight .widget-type-rich_text h2 {
    font-size:17px !important;
  }

  .body-container.events .widget-type-rich_text h4, .body-container.spotlight .widget-type-rich_text h4 {
    font-size:18px !important;
    line-height: 1;
  }

  .bottom-section form>* {
    width: 100% !important;
    padding: 0 !important;
  }

  .bottom-section form {
    flex-direction: column;
  }

  .bottom-section form .form-columns-3>div {
    width: 100% !important;
  }

  .bottom-section form .form-columns-3 .input {
    padding: 0;
  }

  .body-container.solutions .widget-type-rich_text h6 {
    font-size: 15px !important;
    width: 100%;
  }

  .home-page .title-img-wrap {
    font-size:11px;
  }

  .home-page .case-study-card {
    font-size:14px;
  }

}



@media(max-width:991px){

  .case_studies .span4.dnd-column {
    width: 100% !important;
  }
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.logo-wrapper {
  display: flex;
  height: 100%;
  margin-left: 24px;
  align-items: center;
  position: relative;
  float: left;
  text-decoration: none;
}

.custom-menu-primary * {
  height: 100%;
  display: flex;
  align-items: center;
}

.logo-wrapper * {
  height: 100%;
  display: flex;
  align-items: center;
}

header.header {
  min-height: 10vh;
}

.logo-wrapper img {
  height: 75%;
  width: auto !important;
}

.custom-menu-primary nav>ul>li.hs-contact-sales > a {
  position: relative;
  display:flex;
  vertical-align: top;
  text-decoration: none;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: 17px;
  justify-content: center;
  padding-top: 7px;
  padding-bottom: 7px;
  border-radius: 50px;
  background-color: #72bf44;
  color: #f7f4f4;
  font-size: 70%;
  line-height: 20px;
  font-weight: 500;
  text-transform: none;
  height: auto;
  margin-right: 0;
  margin-left: 0;
  white-space: nowrap;
}

.custom-menu-primary nav>ul>li.hs-contact-sales:hover>a{
  color:#f7f4f4;
}

.custom-menu-primary nav>ul>li.hs-contact-sales {
  padding-left: 0;
}
.custom-menu-primary li.has-submenu.open>ul {
  display:block;
}

.custom-menu-primary li.has-submenu>ul {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  width: auto;
  height: auto;
  margin-top: 10vh;
  padding-right: 0px;
  border: 0px none transparent;
  font-size: 75%;
  display: none;
}

.header-wrap {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999999999999;
  display: block;
  width: 100%;
  height: 10vh;
  padding-right: 0px;
  box-shadow: -1px 2px 1px -1px #e0e0e0;
}

.menu-wrapper ul ul li a {
  width: 100%;
  text-transform: uppercase;
  padding: 10px 12px;
  display: block;
  line-height: 20px;
}

.menu-wrapper {
  display: flex;
  height: 100%;
  margin-right: 0px;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.25vw;
  font-weight: 600;
  position: relative;
  float: right;
}

.custom-menu-primary nav>ul>li>a {
  font-size: 70%;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  padding-top:1px;
}

.custom-menu-primary nav>ul {
  display: flex !important;
  flex-wrap: wrap;
}

.custom-menu-primary nav>ul>li {
  display: flex !important;
  height: 100%;
  align-self: center;
  cursor:pointer;
  font-size: 100%;
  text-decoration: none;
  padding-right: 17px;
  padding-left: 17px;
}

.custom-menu-primary nav>ul>li.has-submenu {
  padding:0px 20px;
  margin: 0;
  margin-right: 4px;
}

.custom-menu-primary{
  height: 100%;
  display: flex;
  align-items: center;
}

.menu-icon {
  position: relative;
  margin-top: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 0px;
  padding-left: 2px;
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  top: 0;
  right: 0;
  bottom: 0;
  width: 1em;
  height: 1em;
}

.menu-icon:before {
  content: "\e603";
}

@media(max-width:991px){

  .custom-menu-primary nav>ul>li.hs-contact-sales > a{
    margin-top: 8px;
    margin-bottom: 8px;
    font-size: 125%;
    text-align: center;
    width: 100%;
    margin-right: 17px;
  }

  .mobile-trigger {
    display: flex;
    height: 100%;
    margin-right: 3%;
    float: right;
    align-items: center;
  }

  .menu-wrapper {
    position: fixed;
    left: auto;
    top: 0;
    right: 0;
    display: block;
    max-width:200px;
    transition: transform 400ms ease 0s;
    bottom: auto;
    width: auto;
    min-width:200px;
    height: auto;
    padding-top: 15px;
    transform: translateY(-100%) translateX(0px);
    margin-right: 0px;
    padding-right: 21px;
    padding-left: 21px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
    background-color: #fff;
  }

  .mobile-trigger>div {
    float: right;
    clear: none;
    position: relative;
    padding: 18px;
    font-size: 24px;
    cursor: pointer;
    line-height:22px;
    display: block;
  }

  .menu-wrapper ul ul li a {
    font-size: 150%;
  }

  .mobile-open .mobile-trigger>div {
    background-color: #6dcc41;
  }

  .mobile-open .menu-wrapper {
    transform: translateY(10vh) translateX(0px);
  }

  .custom-menu-primary nav>ul {
    flex-direction: column;
  }

  .custom-menu-primary *,
  .custom-menu-primary {
    display:block;
  }

  .custom-menu-primary li.has-submenu>ul {
    position: static;
    width:100%;
    margin: 0;
    margin-top: 4px;
  }

  .custom-menu-primary nav>ul>li {
    margin: 0 !important;
    width: 100%;
    line-height: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 !important;
    align-items:center;
  }

  .menu-wrapper nav>ul>li>a {
    font-size: 100%;
    padding:0px;
  }

  .mobile-open .mobile-trigger>div:before {
    color: #fff;
  }

  .mobile-trigger>div:before {
    content: "\e602";
    font-family: 'webflow-icons' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    top: 1px;
    color: #333;
  }

}


@media(max-width:767px){

  .custom-menu-primary nav>ul>li.hs-contact-sales > a{
    font-size:2vw;
  }

  .logo-wrapper {
    padding-left: 10px;
  }

  .menu-wrapper nav>ul>li>a {
    font-size: 2vw;
  }

  span.menu-icon {
    font-size: 176%;
    width: 1em;
    height: 1em;
  }

  .custom-menu-primary nav>ul>li {
    font-size: 250%;
  }

  .custom-menu-primary li.has-submenu>ul {
    font-size: 75%;
  }

  .menu-wrapper ul ul li a {
    font-size: 70%;
  }

}


@media(max-width:479px){

  .custom-menu-primary nav>ul>li.hs-contact-sales > a{
    margin-top: 9px;
    font-size: 3.5vw;
  }
  .logo-wrapper img {
    height: 50%;
  }

  .menu-wrapper nav>ul>li>a {
    font-size: 3vw;
  }

  span.menu-icon {
    font-size: 161%;
    width: 1em;
    height: 1em;
  }

  .menu-wrapper ul ul li a {
/*     font-size: 2.5vw; */
    line-height: 100%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */
footer.footer {
  border-top: 1vh solid;
  padding: 5vh 10vw 0;
  font-size:125%;
  line-height: 20px;
}

.footer-top{
  display: flex;
  
}

.copyright p {
  display: flex;
}


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

  .footer-form form{
  display:block !important;
  }
  
    .footer-form input{
  height:auto;
      margin-bottom:10px !important;
  }

}

.footer-logo {
  flex: 1;
  width: 20%;
  
}

.footer-logo > div {
  margin-bottom: 20px;
}

footer.footer h3 {
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 1.5em;
  margin-top:0px;
  font-size: 60%;
  display: block;
}

.footer-logo img {
  width: 75% !important;
}

.footer-heading h6 {
  color: #555;
  font-size: 14.5px;
}

.mail-link {
  margin-bottom: 22px;
  padding-left: 0px;
  font-size: 60%;
  display: inline-block;
  width: 62.39%;
  margin-left: 45px;
}

.footer-bottom {
  display: flex;
}

.copyright {
  font-size: 14.5px;
  display: flex;
  align-items: flex-start;
  flex: 1;
  padding-top: 12px;
  justify-content: flex-start;
  font-weight: 500;
}

.copyright strong {
  font-size: 14.5px;
  font-weight: 300;
}

.copyright p {
  display: flex;
  align-items: center;
  font-size: 100%;
}

.footer-menu nav>ul>li>a {
  margin-bottom: 4px;
  font-weight: 700;
  line-height: 1.5em;
  font-size: 60%;
  display: block;
}

.footer-menu nav>ul>li {
  float: left;
  padding-right:16px;
  width: 33.33%;
}

.footer-menu {
  width: 50%;
}

.footer-right {
  display:flex;
  flex-direction: column;
  width: 20%;
}

.footer-form {
  margin-bottom: 20px;
}

.footer-form form {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-left: 0px;
}

.footer-form .hs-button {
  height: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  align-self: center;
  font-weight:400;
  border-radius: 0px;
  font-size: 80%;
  display: inline-block;
  height:4vh;
  padding:0px 15px;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
}

.footer-form>div {
  width: 80%;

}

.footer-form .hs-input {
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 0px;
  height:4vh;
  flex:1;
  padding-bottom: 0px;
  align-self: flex-end;
  font-size: 80%;
  display: block;
  width: 100%;
  padding: 8px 12px;
  line-height: 1.42857143;
  font-weight:400;
  vertical-align: middle;
  border-radius: 0px !important;
}

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

.footer-form .field {
  padding: 0 !important;
  flex:1;
  order:0;
}

.footer-form p {
  line-height: 175%;
  font-weight: 500;
  text-decoration: none;
  margin-bottom: 13px;
  font-size: 60%;
}

.social {
   margin-bottom: 20px;
}

.social-icons {
  margin-left: 12px;
}

.social-icons .social-items {
  display: flex;
  justify-content: flex-start;
  margin-top: -4px;
}

.footer-form input::placeholder {
  color: #999;
  opacity: 1;
}

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

.footer-form {
  flex: 0;
  padding-left:12px;
}

.footer-form:after{
  width: 30%;
  height: 5px;
  border-top: 5px solid;
  content: '';
  margin-top: 20px;
  display: block;
}

.footer-top {
  padding-bottom: 16px;
}

.footer-form .hs_submit.hs-submit {
  order: 2;
}

.footer-form .hs_error_rollup {
  order: 4;
}

.footer-menu ul ul li a {
  font-size: 60%;
  line-height: 175%;
  font-weight: 500;
  display: block;
}

#address {
  margin-bottom: 20px;
}

#address,
#address-2 {
  position: relative;
}

#address:before,
#address-2:before {
    content:'';
    background: url('https://8266852.fs1.hubspotusercontent-na1.net/hubfs/8266852/Website%20Images/New%20Home%20Page%20Images/location-pointer.svg');
    background-repeat: no-repeat;
    float: left;
    width: 10px;
    position: absolute;
    left: -40px;
    height: 20px;
}

#address p, #address-2 p {
  font-size: 14.5px;
}

@media(max-width:1600px) {
  .mail-link {
/*     width: 61.29%; */
    margin-bottom: 20px;
  }
  .footer-logo {
/*     width: 19.68%; */
  }
  .footer-menu {
/*     width: 33.3%; */
  }
}

@media (max-width: 1300px) {
  .mail-link {
    margin-bottom: 18px;
/*     width: 59.59%; */
  }
  .footer-logo {
/*     width: 18.48%; */
  }
  .footer-menu {
/*     width: 32.3%; */
  }
}

/* @media (max-width: 1199px) {
  .footer-logo {
    width: 17.88%;
  }
  .footer-menu {
    width: 31.8%;
  }
} */

@media (max-width: 1024px) {
  .footer-form>div {
    width: 100%;
  }
  .footer-logo {
/*     width: 16.88%; */
    margin-right: 14px;
  }

}


@media(max-width:991px){
  .footer-top>div {
    margin-bottom: 20px;

  }



  .social-icons .social-items {
    justify-content: flex-start;
    margin-top: 10px;
  }

  .footer-bottom>div {
    width: 100%;
/*     text-align: center; */
    justify-content: center;
    margin: 10px !important;
    padding: 0;
  }

  footer.footer {
    padding-right: 30px;
    padding-left: 30px;
    margin-top: 5vh;
    padding-bottom: 20px;
  }

  footer.footer h3, .footer-menu nav>ul>li>a {
    font-size:80% !important;
  }

  .footer-menu ul ul li a {
    font-size: 80%;
  }

  .footer-form {
    padding-left: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }


}

@media(max-width:769px){

  .footer-top>div {
    width: 100%;
  }
  
    .footer-top {
    flex-direction: column;
  }

  .footer-logo img {
    max-width: 230px;
  }

  .copyright p {
    justify-content: center;
    text-align: center;
  }

  .footer-logo {
    order: 1;
  }

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

  footer.footer .social {
/*     order: 2; */
  }

  .footer-menu {
    order: 2;
  }

  .footer-top {
    padding-bottom: 0;
  }
  

.footer-form>div {
    width: 30%;
}

}

@media(max-width:479px) {
  .social {
    margin-bottom: 0;
  }
}

@media(min-width:2000px){

  .copyright {
    padding-left: 20px;
    padding-top: 33px;
  }

  .footer-logo {
    width: 21.08%;
  }

}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

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

.blog-index.sidebar.span9 {
  padding-right: 40px;
}

.blog-sidebar.span3 {
  padding-right: 1rem;
}

.blog-header {
  background-color: #F8FAFC;
  text-align: center;
  padding:0px 20px;
}

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

@media(max-width:991px){

  .blog-sidebar ul {
    padding: 15px;
  }

  .blog-sidebar-post-listing li:before{
    margin-right: 11px;
  }
  
}

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

.blog-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: #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: #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;
}
.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-sidebar.span3 {
    padding-right: 0rem;
  }

  .blog-index.sidebar.span9 {
    padding-right: 00px;
  }

}

/* 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: 2em;
  padding-top: 2em;
}

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

@media(max-width:479px){

  .hs_recaptcha.hs-recaptcha.field.hs-form-field {
width: 100%;
display: inline-block;
max-width: 300px;
overflow: auto;
overflow-y: hidden !important;
margin: 10px 0;
}
  
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
system pages look. These pages include the error pages (404 and 500),
password protected content and search listing results.
*********************************************************************************
****************************************************************************** */

.error-page {
  padding: 10rem 0;
  text-align: center;
  position: relative;
}
.error-page:before {
  content: attr(data-error);
  position: absolute;
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-family: Lato, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #F3F6F9;
  z-index: -1;
}

.systems-page form{
  max-width:767px !important;
}

.systems-page input[type=password] {
  height: 6vh !important;
}

form#email-prefs-form p {
  margin-bottom: 10px;
}


.systems-page .hs-button {
  margin: 15px 0;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
}

.systems-page {
  padding: 3rem 20px;
}

.systems-page .form-input-validation-message {
  padding: 10px;
}

.systems-page .hs-form-field>label {
  margin-bottom: 5px !important;
  display: inline-block;
}

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

.hs-search-results {
  margin-top: 2rem;
}
ul.hs-search-results__listing li {
  margin-bottom: 2rem;
}
.hs-search-results__title {
  font-family: Merriweather, serif;
  font-size: 1.25rem;
  color: #494a52;
  text-decoration: underline;
  margin-bottom: .25rem;
}
.hs-search-results__title:hover {
  text-decoration: none;
}
.hs-search-results__description {
  padding-top: .5rem;
}
.hs-search-highlight {
  font-weight: bold;
}
.hs-search-results__pagination a {
  color: #494a52;
}

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


.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-wrap .utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-wrap .utility-page-content h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #4a557d;
  font-size: 2.5vw;
  line-height: 36px;
  font-family: Montserrat,sans-serif;
  font-weight: 700;
}

.utility-page-wrap .utility-page-content .error-text {
  font-family: Arial,sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}

@media(max-width:767px){
  form#email-prefs-form .hs-input {
    width: 100% !important;
  }
}