/* ******************************************************************************
*********************************************************************************
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 {
  font-size: 100%;
  line-height: 1.15;
  font-family: sans-serif;
  -webkit-text-size-adjust: 100%;
}

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

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

body {
  margin: 0;
}

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

main {
  display: block;
}

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

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

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

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

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

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

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

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

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

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

.banner-area .dnd-section,
.banner-area .dnd-section > .row-fluid {
  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;
}

.page-center,
.content-wrapper,
.dnd-section > .row-fluid {
  padding-left: 1.25rem;
  padding-right: 1.25rem; 
}

@media (min-width: 40rem) {
  .page-center,
  .content-wrapper,
  .dnd-section > .row-fluid {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

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

@font-face{
  font-family:"icomoon";
  src:url('https://408674.fs1.hubspotusercontent-na1.net/hubfs/408674/Clean_Earth_June2021/Fonts/icomoon.eot') format("embedded-opentype"),
    url(https://408674.fs1.hubspotusercontent-na1.net/hubfs/408674/raw_assets/public/Clean_Earth_June2021/fonts/icomoon.woff2) format("woff2"),
    url(https://408674.fs1.hubspotusercontent-na1.net/hubfs/408674/raw_assets/public/Clean_Earth_June2021/fonts/icomoon.woff) format("woff"),
    url(https://408674.fs1.hubspotusercontent-na1.net/hubfs/408674/raw_assets/public/Clean_Earth_June2021/fonts/icomoon.ttf) format("truetype"),
    url(https://408674.fs1.hubspotusercontent-na1.net/hubfs/408674/raw_assets/public/Clean_Earth_June2021/fonts/icomoon.svg) format("svg");
  font-weight:normal;
  font-style:normal;
}

body {
  font-family: Open Sans, serif;
  font-size: 1.125em;
  color: #464646;
  line-height: 1.5;
  background: #FEFEFE;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
  text-rendering: optimizeLegibility;
}

/* Anchor Links */
a {
  color: #0092BC;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: underline;
}

/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 10px;
  margin-bottom: 1rem;
  line-height: 1.2;
  font-weight: 400;
  font-family: Open Sans, serif;
  color: #2C2A29;
  word-break: break-word;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 3.5rem;
  line-height: 1;
}

h2 {
  font-size: 3.25rem;
  line-height: 1.36;
}

h3 {
  font-size: 3rem;
  line-height: 1;
}

h4 {
  font-size: 2rem;
  line-height: 1;
}

h5 {
  font-size: 1.375rem;
  line-height: 1.36;
}

h6 {
  font-size: 1rem;
  line-height: 1;
}

strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  margin: 0;
  padding: 0;
  margin-left: 1.25rem;
  margin-bottom: 1rem;
  list-style-position: outside;
}

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

blockquote {
  margin: 0 0 1rem;
  padding: .5625rem 1.25rem 0 1.1875rem;
  border-left: 1px solid #cacaca;
}

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

.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.
*********************************************************************************
****************************************************************************** */

.hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.widget-type-blog_subscribe,
.widget-span.widget-type-form,
.error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
.password-template .body-container form,
.subscription-template .body-container .widget-type-email_simple_subscription form,
div#comment-form,
.body-container .hs_cos_wrapper_type_form,
.hs-search-field__bar, .blog-comments, .systems-page form {
  display: block;
  margin: 30px 0;
  box-shadow: 0 2px 18px 0 rgb(0 0 0 / 7%);
  padding: 4rem 2rem;
  background-color: #fff;
  max-width: 500px;
}

h3.form-title {
  padding: 5px;
  font-family: "Bebas Neue",sans-serif;
  line-height: 1;
  color: #2C2A29;
  font-size: 2rem;
  margin-bottom: 1rem;
}

.hs-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1.5625rem;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.1875;
  letter-spacing: 1px;
  padding: 0.875rem 1.5rem;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  position: relative;
  background: #0092BC;
  border: 2px solid #0092BC;
  color: #fff;
  margin-top: 1rem;
  text-align: center;
  white-space: normal;
  padding: 0.875rem 2.5rem 0.875rem 1.5rem;
}

.hs-button:hover, .hs-button:focus {
  background-color: #006a94;
  border-color: #006a94;
  color: #fff;
  text-decoration: none;
}

.hs-button:active {
  background-color: #28bae4;
  border-color: #28bae4;
}

.hs-form-field {
  position: relative;
}

.hs-form-field > label {
  display: inline-block;
  margin: 0;
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.8;
  color: #2C2A29;
  left: 1rem;
  letter-spacing: -0.15px;
  padding: 0 0.5rem;
}

.hs-error-msgs label,
.hs-form .hs-error-msgs label {
  display: block;
  margin-top: .5rem;
  font-size: .8125rem;
  font-weight: normal;
  line-height: 1;
  color: #FF2D2D;
}

.hs-input,
input[type="password"] {
  display: inline-block;
  width: 100% !important;
  font-family: inherit;
  font-size: 1rem;
  border-radius: .25rem;
  min-height: 2.6875rem;
  outline: none;
  box-shadow: none;
  font-weight: bold;
  line-height: 2;
  min-height: 3.5rem;
  padding: 0.75rem 1.5rem;
  border: 1px solid #DBDBDB;
  transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
}

input[type="password"] {
  margin: 0 !important;
  height: auto !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  height: auto;
  min-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: #131415;
}

.hs-input::-webkit-input-placeholder {
  color: #131415;
}

.hs-input input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
  border-color: rgba(82, 168, 236, 0.8);
}

textarea.hs-input {
  height: auto;
}

select[multiple].hs-input {
  height: inherit;
}

/* Force single column fields to full width inside of fieldsets */
fieldset.form-columns-1 .hs-input:not([type=radio]):not([type=checkbox]) {
  width: 100% !important;
}

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #FF2D2D;
}
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: #FF2D2D;
}

.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 {
  margin-bottom: 1.25rem;
}

.hs-error-msgs {
  margin-left: 0;
}

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

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

.hs-richtext {
  margin-bottom: 3px;
  line-height: 1.2;
  font-size: 1.125em;
  color: #464646;
}
.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: Open Sans, serif;
}

@media (max-width: 767px) {
  .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .widget-type-blog_subscribe,
  .widget-span.widget-type-form,
  .error-template .body-container .hs_cos_wrapper.hs_cos_wrapper_widget.hs_cos_wrapper_type_google_search,
  .password-template .body-container form,
  .subscription-template .body-container .widget-type-email_simple_subscription form,
  div#comment-form,
  .body-container .hs_cos_wrapper_type_form,
  .hs-search-field__bar, .blog-comments, .systems-page form {
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
menu items appear, including the link and hover effects.
*********************************************************************************
****************************************************************************** */

.hs-menu-wrapper ul {
  padding: 0;
  margin: 0;
  list-style: none;
}
/* ******************************************************************************
*********************************************************************************
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.
*********************************************************************************
****************************************************************************** */
.custom-header-wrap {
  background-color: #fff;
  box-shadow: 0 2px 10px rgb(0 0 0 / 7%);
  position: fixed;
  width: 100%;
  z-index: 300;
  font-size: 100%;
  line-height: 1.5;
  font-weight: normal;
}

.custom-header-wrap .page-center {
  max-width: 81.25rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 5.5rem;
  position: relative;
}

.custom-logo {
  flex-shrink: 0;
  flex-basis: 13.125rem;
  margin-right: auto;
  width: 13.125rem;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

.custom-logo img {
  width: 100% !important;
}

.menu-toggle {
  padding: 0;
  border: 0;
  border-radius: .5rem;
  background: transparent;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
  font-size: 100%;
  border-radius: 2px;
  border-top: 3px solid #464646;
  cursor: pointer;
  display: block;
  height: 30px;
  top: 4px;
  margin-left: auto;
  outline: 0;
  position: relative;
  text-indent: -9999px;
  width: 30px;
  z-index: 0;
}

.header-right-section {
  display: flex;
  flex: 1;
}

.custom-top-menu {
  width: 100%;
  margin: 1rem 0 0.875rem;
  order: 2;
}

.custom-top-menu .navigation-primary > ul {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
}

.custom-top-menu .navigation-primary > ul > li {
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.35;
  padding: 0.5rem 0;
}

.custom-top-menu .navigation-primary > ul > li > a {
  text-decoration: none;
  display: block;
  color: inherit;
  line-height: inherit;
  padding: 0;
}

.custom-top-menu .navigation-primary > ul > li > a:hover, 
.custom-top-menu .navigation-primary > ul > li.active-branch > a {
  color: #2C2A29;
}

.custom-main-menu {
  display: block;
  order: 1;
}

.custom-main-menu .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  position: relative;
  z-index: 300;
}

.custom-main-menu .hs-menu-wrapper > ul > li {
  position: relative;
  padding: 0;
  margin: 0.5rem 0;
}

.custom-main-menu .hs-menu-wrapper > ul > li > a {
  text-decoration: none;
  display: block;
  position: relative;
  background: transparent;
  color: #5C5C5C;
  font-family: "Bebas Neue",sans-serif;
  font-size: 1.5rem;
  line-height: 2;
  padding: 0;
}

.custom-main-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
  position: absolute;
  top: 50%;
  border-color: #5C5C5C transparent transparent !important;
  transition: border-color 250ms ease-in-out;
  left: auto;
  margin-top: -3px;
  right: 14px;
  display: block;
  width: 0;
  height: 0;
  border: inset 6px;
  content: '';
  border-right-width: 0;
  border-left-style: solid;
}

.custom-main-menu .hs-menu-wrapper > ul > li:hover > a {
  color: #131415;
}

.custom-main-menu .hs-menu-wrapper > ul > li.hs-item-has-children:hover > a:after {
  border-color: #53BC29 transparent transparent !important;
  -webkit-transform: rotate(
    -180deg
  );
  transform: rotate(
    -180deg
  );
}

.custom-main-menu .hs-menu-wrapper > ul ul {
  display: none;
  z-index: 310;
  background: #F4F4F4;
  margin-left: -1.5rem;
  margin-right: -1.25rem;
  padding: 0.5rem 1.25rem 0.5rem 1.5rem;
}

.custom-header-search-wrap {
  margin-top: auto;
  order: 3;
}

.custom-header-search-wrap .block--content {
  position: relative;
  z-index: 320;
}

.custom-header-search-wrap button {
  margin: 0;
  background: transparent;
  padding: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: .5rem;
}

#edit-string {
  transition: box-shadow 0.5s,border-color 0.25s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  line-height: 1.5;
  font-family: inherit;
  font-size: 1rem;
  background-color: #fff;
  margin: 0 0 1.25rem;
  display: block;
  box-sizing: border-box;
  border: 1px solid #CECECE;
  border-radius: 0;
  box-shadow: none;
  color: #2C2A29;
  font-weight: bold;
  height: auto;
  margin-bottom: 0;
  padding: 0.75rem 3rem 0.75rem 1.5rem;
  width: 100%;
}

#edit-string::placeholder {
  color: gray;
}

#edit-actions {
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
}

#edit-actions #edit-submit-acquia-search {
  font-size: 100%;
  line-height: 1.15;
  border-radius: .5rem;
  -webkit-appearance: button;
  cursor: pointer;
  margin: 0;
  width: 32px;
  height: 32px;
  text-indent: -9999px;
  background: url(https://408674.fs1.hubspotusercontent-na1.net/hubfs/408674/raw_assets/public/Clean_Earth_June2021/images/search.svg) 0 0 no-repeat;
  background-size: contain;
  border: 0;
}

.header-cta-button {
  order: 4;
  margin-top: 1.5rem;
}

.cta-contact-btn {
  text-decoration: none;
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  vertical-align: unset;
  text-align: center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1.5625rem;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.1875;
  letter-spacing: 1px;
  padding: 0.875rem 1.5rem;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  position: relative;
  background: #0092BC;
  border: 2px solid #0092BC;
  color: #fff;
  width: 100%;
}

.cta-contact-btn:hover {
  border: 2px solid #007ea2;
  background: #007ea2;
  color: #fff;
  text-decoration: none;
}

.header-cta-button .hs-cta-wrapper {
  display: block;
  padding-top: 0.2em;
  width: 100%;
}

.custom-main-menu .hs-menu-wrapper > ul > li:first-child > ul > li > a {
  text-decoration: none;
  display: block;
  font-family: "Bebas Neue",sans-serif;
  color: #0092BC;
  font-size: 1.5rem;
  line-height: 1.3;
  transition: color 250ms ease-in-out;
}

.custom-main-menu .hs-menu-wrapper > ul > li:first-child > ul > li:hover > a {
  color: #53BC29;
}

.custom-main-menu .hs-menu-wrapper > ul ul li {
  min-width: 17.5rem;
  margin-bottom: 2rem;
  position: relative;
}

.custom-main-menu .hs-menu-wrapper > ul ul ul {
  left: calc(100% + 2rem);
  position: absolute;
  margin: 0;
  border: 0;
  padding: 3rem 2rem 2.5rem;
  box-shadow: 0 2px 10px rgb(0 0 0 / 7%);
  top: -3rem;
}

.custom-main-menu .hs-menu-wrapper > ul ul ul li {
  font-size: .9375rem;
  margin: 0 0 1rem 0;
  min-width: 17.5rem;
  font-weight: bold;
  line-height: 1.0625rem;
}

.custom-main-menu .hs-menu-wrapper > ul ul ul li a {
  padding: 0;
  line-height: 1.25;
  color: #5C5C5C;
  text-decoration: none;
  display: block;
}

.custom-main-menu .hs-menu-wrapper > ul ul ul li a:hover {
  color: #0092BC;
}

.custom-main-menu .hs-menu-wrapper > ul > li:not(:first-child) > ul li a {
  text-decoration: none;
  display: block;
  padding: 0;
  line-height: 1.25;
  color: #5C5C5C;
}

.custom-main-menu .hs-menu-wrapper > ul > li:not(:first-child) > ul li {
  font-weight: bold;
  line-height: 1.0625rem;
  font-size: .9375rem;
  margin: 0 0 1rem 0;
  min-width: 13.75rem;
}

.custom-main-menu .hs-menu-wrapper > ul > li:nth-child(2) > ul > li:not(:last-child) {
  margin-bottom: 1.5rem;
}

.custom-main-menu .hs-menu-wrapper>ul>li:not(:first-child)>ul li a:hover {
  color: #0092BC;
}

.header-cta-button .cta-contact-btn {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  vertical-align: unset;
}

.header-container-wrap {
  display: block;
  width: 100%;
  min-height: 5.5rem;
}

#edit-string:focus {
  outline: none;
}

/* =============================== Media queries ============================ */
@media (min-width: 64em) {
  .header-container-wrap {
    min-height: 7.125rem;
  }

  .custom-header-wrap .page-center {
    height: 7.125rem;
  }

  .custom-logo {
    flex-basis: 18.125rem;
    margin-right: auto;
    width: 18.125rem;
  }

  .menu-toggle {
    display: none;
  }

  .header-right-section {
    align-items: center;
    flex-wrap: wrap;
    justify-content: flex-end;
    margin-bottom: 1rem;
  }

  .custom-top-menu {
    order: 1;
  }

  .custom-top-menu .navigation-primary > ul {
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: flex-end;
  }

  .custom-top-menu .navigation-primary > ul > li {
    color: #5C5C5C;
    font-size: .875rem;
    font-weight: normal;
    padding: 0;
  }

  .custom-top-menu .navigation-primary > ul > li:not(:last-child) {
    margin-right: 1.25rem;
  }

  .custom-main-menu {
    align-items: center;
    display: flex;
    order: 2;
  }

  .custom-main-menu .hs-menu-wrapper > ul {
    flex-wrap: wrap;
    flex-direction: row;
  }

  .custom-header-search-wrap{
    margin-top: 0;
  }

  .custom-header-search-wrap .block--content {
    align-items: center;
    display: flex;
  }

  .custom-header-search-wrap .search-toggle {
    font: 0/0 transparent;
    text-decoration: none;
    color: #0092BC;
    cursor: pointer;
    display: block;
  }

  .custom-header-search-wrap .search-toggle:before {
    font-family: "icomoon";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    font-smoothing: antialiased;
    content: "";
    font-size: 32px;
  }

  .custom-header-search-wrap .search-container {
    max-width: 0;
    overflow: hidden;
    position: absolute;
    right: 0;
    top: 50%;
    transition: max-width 250ms ease-in-out;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .header-cta-button {
    align-items: center;
    display: flex;
    margin-left: 1.5rem;
    margin-top: 0;
  }

  .cta-contact-btn {
    width: auto;
  }

  .custom-main-menu .hs-menu-wrapper > ul > li {
    margin: 0 2.5rem 0 0;
  }

  .custom-main-menu .hs-menu-wrapper > ul > li > a  {
    padding: 0 1.5rem 0 1rem;
  }

  .custom-main-menu .hs-menu-wrapper > ul > li.hs-item-has-children > a:after {
    display: block;
    width: 0;
    height: 0;
    border: inset 6px;
    content: '';
    border-bottom-width: 0;
    border-top-style: solid;
    right: 5px;
    left: auto;
    margin-top: -3px;
  }

  .custom-main-menu .hs-menu-wrapper > ul ul {
    min-width: 200px;
    position: absolute;
    right: auto;
    left: -2.5rem;
    box-shadow: 0 2px 10px rgb(0 0 0 / 7%);
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
    top: calc(100% + 15px);
    border: 0;
    padding: 3rem 2rem 2.5rem;
    background: #fff;
    margin: 0;
  }

  .custom-main-menu .hs-menu-wrapper > ul > li:nth-of-type(-n+2) > ul {
    left: -84px;
  }

  .custom-main-menu .hs-menu-wrapper > ul li:hover > ul {
    display: block !important;
  }

  .custom-main-menu .hs-menu-wrapper > ul > li:nth-child(2) > ul {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 2rem;
    -moz-column-gap: 2rem;
    column-gap: 2rem;
  }

  .custom-main-menu .hs-menu-wrapper > ul > li:hover:after {
    display: block;
    position: absolute;
    bottom: -15px;
    display: block;
    width: 100%;
    height: 20px;
    background-color: transparent;
    content: '';
  }

  .custom-main-menu .hs-menu-wrapper > ul ul li.hs-item-has-children:hover:after {
    content: '';
    display: block;
    width: 36px;
    position: absolute;
    right: -32px;
    top: 0;
    height: 100%;
  }

  .custom-main-menu .hs-menu-wrapper > ul ul li.hazardous---non-hazardous-waste > a:after {
    content: 'Comprehensive hazardous and non-hazardous waste disposal and recycling solutions.';
  }

  .custom-main-menu .hs-menu-wrapper > ul ul li > a:after {
    display: block;
    font-size: .875rem;
    line-height: 1.5;
    font-family: "Open Sans",sans-serif;
    font-weight: normal;
    color: #464646;
    text-rendering: optimizeLegibility;
  }

  .custom-main-menu .hs-menu-wrapper > ul ul li.soil > a:after {
    content: 'Customized, full-service soil disposal and recycling solutions that benefit your business and the world around us.';
  }

  .custom-main-menu .hs-menu-wrapper > ul ul li.dredge > a:after {
    content: 'Dredged material processing and beneficial reuse solutions to preserve our environment.';
  }

  .custom-main-menu .hs-menu-wrapper > ul ul li.electronics > a:after {
    content: 'Providing industry certified secure and responsible IT Asset Management and Disposal.';
  }

  .search-open .custom-header-search-wrap .search-container {
    max-width: 950px;
    opacity: 1;
  }

  .custom-header-search-wrap .search-container form {
    max-width: 100%;
    width: 755.828px;
  }

  .custom-header-search-wrap .search-container form {
    transition: all .25s;
  }

  .custom-main-menu .hs-menu-wrapper>ul > li > ul > li:last-child {
    margin-bottom: 0;
  }

}

@media (min-width: 74rem) {
  .custom-main-menu .hs-menu-wrapper > ul > li:nth-child(2) > ul {
    -webkit-column-gap: 4rem;
    -moz-column-gap: 4rem;
    column-gap: 4rem;
  }
}
/* ================ */
@media (max-width: 1030px) and (min-width: 1024px) {
  .custom-main-menu .hs-menu-wrapper > ul > li {
    margin: 0 2.3rem 0 0;
  }
}

@media (max-width: 1023px) {
  .header-right-section {
    background: #fff;
    flex-direction: column;
    flex-wrap: nowrap;
    height: calc(100vh - 88px);
    justify-content: flex-start;
    left: 0;
    overflow-y: auto;
    padding: 1rem 1.25rem 2rem 1.5rem;
    position: absolute;
    top: 88px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: -webkit-transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out;
    transition: transform 250ms ease-in-out,-webkit-transform 250ms ease-in-out;
    width: 100%;
    z-index: 295;
  }

  .header-left-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    z-index: 300;
  }

  .menu-toggle:after, .menu-toggle:before {
    background: #464646;
    border-radius: 2px;
    content: '';
    height: 3px;
    left: 0;
    position: absolute;
    -webkit-transform: rotate( 0deg );
    transform: rotate( 0deg );
    width: 100%;
    z-index: 0;
  }

  .menu-toggle:before {
    top: -8px;
    bottom: 0;
    margin: auto;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
  }

  .menu-toggle:after {
    bottom: 5px;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
  }

  .custom-main-menu .hs-menu-wrapper > ul > li {
    margin: 0.5rem 0;
  }

  .mobile-open  .menu-toggle {
    background: #0092BC;
    border: 0;
    border-radius: 50%;
    height: 42px;
    width: 42px;
  }

  .mobile-open .menu-toggle:before {
    left: 13px;
    top: 11px;
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg );
  }

  .mobile-open .menu-toggle:after {
    left: 13px;
    top: 28px;
    -webkit-transform: rotate( -45deg );
    transform: rotate( -45deg );
  }

  .mobile-open .menu-toggle:after, 
  .mobile-open .menu-toggle:before {
    margin: inherit;
    background: #fff;
    width: 60%;
  }


  .mobile-open .header-right-section {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  body.mobile-open {
    overflow: hidden;
  }

  .custom-main-menu .hs-menu-wrapper>ul>li.hs-item-has-children>a:after {
    content: none;
  }

  .custom-header-search-wrap button.search-toggle {
    display: none;
  }

  .header-cta-button .hs-cta-wrapper {
    padding-top: 3.2px;
  }

  .child-trigger {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    cursor: pointer;
    color: #0092BC;
    line-height: 1;
  }

  .child-trigger:after, .child-trigger:before {
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #0092BC;
    border-radius: 0;
    transition: 250ms ease-out;
  }

  .child-trigger:before {
    left: 10px;
    top: 19px;
  }

  .child-trigger:after {
    -webkit-transform: rotate(
      -90deg
    );
    transform: rotate(
      -90deg
    );
    right: 10px;
    border: 0;
    top: 19px;
    margin: 0;
  }

  .custom-main-menu .hs-menu-wrapper > ul ul li {
    padding: 0;
    margin: 1rem 0;
    min-width: auto;
    padding-top: 0.25rem;
  }

  .child-trigger.child-open:before {
    -webkit-transform: rotate(
      180deg
    );
    transform: rotate(
      180deg
    );
    transition: 300ms ease-in-out all;
  }

  .child-trigger.child-open:after {
    -webkit-transform: rotate(
      -180deg
    );
    transform: rotate(
      -180deg
    );
    transition: 250ms ease-in all;
  }

  .custom-main-menu .hs-menu-wrapper > ul ul ul {
    position: static;
    box-shadow: none;
    margin: 0;
    padding: 0;
  }

  .custom-main-menu .hs-menu-wrapper>ul ul ul li {
    padding-top: 0;
    margin: 1.25rem 0;
    font-size: 1rem;
    min-width: auto;
    font-weight: bold;
  }

  .custom-main-menu .hs-menu-wrapper>ul>li:not(:first-child)>ul li {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.0625rem;
    margin: 1.25rem 0 !important;
    min-width: 13.75rem;
    padding-top: 0;
  }

  .custom-main-menu .hs-menu-wrapper>ul>li:first-child>ul>li:hover>a {
    color: #0092bc !important;
  }

  .custom-main-menu .hs-menu-wrapper>ul>li:hover>a {
    color: #5c5c5c !important;
  }

  .custom-main-menu .hs-menu-wrapper>ul ul li.hs-item-has-children > a {
    margin-right: 40px;
  }

  .custom-main-menu .hs-menu-wrapper>ul ul ul li {
    margin: 0;
    padding: 1.25rem 0 0;
  }

  .custom-main-menu .hs-menu-wrapper>ul ul ul li:last-child {
    padding-bottom: 4px;
  }

  .custom-header-search-wrap .search-container form {
    width: 100% !important;
  }
}
.custom-footer-wrap {
  font-family: "Open Sans",sans-serif;
  font-weight: normal;
  line-height: 1.5;
  color: #464646;
  font-size: 100%;
}

.custom-footer-bottom {
  background-color: #F4F4F4;
  margin-top: 25px;
}

.custom-footer-bottom .page-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  max-width: 81.25rem;
}

.custom-copyright p {
  margin: 0;
  line-height: 1.5;
  font-size: .75rem;
}

.custom-social-icons ul {
  margin: 0;
  padding: 0;
  list-style: none outside;
  text-align: left;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.custom-social-icons ul li {
  margin: 0;
  padding-top: 0.2em;
}

.custom-social-icons ul li a {
  font: 0/0 transparent;
  line-height: 1;
  text-decoration: none;
  display: block;
  color: #5C5C5C;
  padding: 1rem;
}

a.social-facebook:before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-smoothing: antialiased;
  content: "";
  font-size: 16px;
}

a.social-instagram:before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-smoothing: antialiased;
  content: "";
  font-size: 16px;
}

a.social-linkedin:before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-smoothing: antialiased;
  content: "";
  font-size: 16px;
}

a.social-twitter:before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-smoothing: antialiased;
  content: "";
  font-size: 16px;
}

a.social-youtube:before {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-smoothing: antialiased;
  content: "";
  font-size: 16px;
}

.custom-footer-top .page-center {
  display: flex;
  max-width: 81.25rem;
  justify-content: space-between;
}

.footer-left {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.footer-logo img {
  max-width: 215px;
  width: unset !important;
}

#block-footer-cta .hs-cta-wrapper {
  display: block;
  padding-top: 0.2em;
}

#block-footer-cta .cta-contact-btn {
  margin: 25px 0 12px;
}

.custom-footer-left-menu .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}

.custom-footer-left-menu .hs-menu-wrapper > ul li {
  margin: 0;
  padding-top: 3.2px;
}

.custom-footer-left-menu .hs-menu-wrapper > ul li a {
  line-height: 1;
  text-decoration: none;
  display: block;
  color: #5C5C5C;
  font-size: .875rem;
  padding: 0.5rem 1rem 0.5rem 0;
}

.custom-footer-left-menu .hs-menu-wrapper > ul li a:hover {
  color: #0092BC;
}

.footer-right-section {
  width: 100%;
}

.footer-right-section .hs-menu-wrapper > ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
}

.footer-right-section .hs-menu-wrapper > ul > li {
  margin-bottom: 40px;
  width: calc(50% - 7.5px);
  margin: 0;
  padding-top: 3.2px;
}

.footer-right-section .hs-menu-wrapper > ul > li:nth-child(odd) {
  margin-right: 15px;
}

.footer-right-section .hs-menu-wrapper > ul > li > a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
  padding-top: 0;
  color: #53bc29;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  font-size: 16px;
  padding-left: 0;
}

.footer-right-section .hs-menu-wrapper > ul ul {
  display: flex;
  flex-direction: column;
}

.footer-right-section .hs-menu-wrapper > ul ul li {
  margin: 0;
  padding-top: 3.2px;
}

.footer-right-section .hs-menu-wrapper > ul ul li a {
  line-height: 1;
  text-decoration: none;
  display: block;
  padding: 0.7rem 1rem;
  color: #5C5C5C;
  font-size: 16px;
  padding-left: 0;
}

.footer-right-section .hs-menu-wrapper > ul > li:nth-last-child(-n+2) {
  margin-bottom: 0;
}

.footer-right-section .hs-menu-wrapper > ul ul li.view-all > a {
  font-family: "Bebas Neue",sans-serif;
  color: #0092BC;
  font-size: 1.25rem;
  display: flex;
  align-items: center;
}

.footer-right-section .hs-menu-wrapper > ul ul li.view-all > a:after {
  font-family: "icomoon";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  font-smoothing: antialiased;
  content: "";
  position: relative;
  top: -2px;
  margin-left: 10px;
}

.footer-right-section .hs-menu-wrapper > ul > li:first-child > ul li a {
  font-family: "Bebas Neue",sans-serif;
  color: #0092BC;
  font-size: 1.5rem;
}

.footer-right-section .hs-menu-wrapper > ul > li > a[href^="javascript"] {
  display: inline;
  padding: 0;
  line-height: 1.5;
  color: #53bc29 !important;
}

.footer-right-section .hs-menu-wrapper > ul > li:first-child > ul li a:hover {
  color: #53BC29;
}

.footer-right-section .hs-menu-wrapper > ul ul li.view-all > a:hover {
  color: #53BC29;
}

.footer-right-section .hs-menu-wrapper > ul > li > a:hover {
  color: #0092BC;
}

.footer-right-section .hs-menu-wrapper>ul>li:first-child, 
.footer-right-section .hs-menu-wrapper>ul>li:last-child {
  padding-top: 0;
}

#block-footer-cta .cta-contact-btn {
  -moz-box-sizing: border-box !important;
  -webkit-box-sizing: border-box !important;
  box-sizing: border-box !important;
  vertical-align: unset;
  width: auto;
}

.custom-footer-top {
  padding-top: 50px;
  padding-bottom: 50px;
  padding-bottom: 0;
  margin-top: -30px;
}

.footer-right-section .hs-menu-wrapper>ul ul li a:hover {
  color: #0092BC;
}

/* ========================= Media queires ========================= */
@media (min-width: 40em) {
  .custom-footer-top .page-center {
    flex-direction: row;
  }
  .footer-left {
    width: 33%;
    margin-right: 50px;
  }
}

@media (min-width: 64em) {
  .footer-left {
    width: 25%;
  }
  .footer-right-section .hs-menu-wrapper > ul > li {
    width: calc(25% - 15px);
    margin-right: 15px;
  }
  .custom-footer-top {
    padding-top: 100px;
    padding-bottom: 100px;
    padding-bottom: 0;
  }
}
/* ===================== */
@media (max-width: 63.99em) {
  .custom-footer-bottom .page-center {
    margin-top: 25px;
    flex-direction: column;
  }

  .custom-copyright {
    text-align: center;
    margin-bottom: 15px;
  }

  .footer-right-section .hs-menu-wrapper > ul > li {
    margin-bottom: 40px;
  }
}

@media (max-width: 39.99875em) {
  .footer-left {
    text-align: center;
  }

  .footer-right-section {
    margin-top: 40px;
  }

  .custom-footer-top .page-center {
    flex-direction: column;
  }

  .footer-right-section .hs-menu-wrapper>ul>li:first-child, 
  .footer-right-section .hs-menu-wrapper>ul>li:last-child {
    padding-top: 3.2px;
  }

  .custom-footer-left-menu .hs-menu-wrapper>ul li {
    width: calc(50% - 7.5px);
    text-align: left;
  }

  .custom-footer-left-menu .hs-menu-wrapper>ul {
    display: flex;
    flex-direction: row;
  }

  .custom-footer-left-menu .hs-menu-wrapper>ul li:nth-child(odd) {
    margin-right: 15px;
  }
}
/* ******************************************************************************
*********************************************************************************
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;
  margin: 0 auto;
}

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

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

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

@media screen and (min-width: 768px) {
  .blog-header__form {
    width: 500px;
    margin: 0 auto;
  }
}
.blog-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: #464646;
}
.blog-header__author-social-links svg {
  fill: #fff;
  height: 15px;
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.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: #0092BC;
}
/* 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;
}

/* ============================================================================== */
.hs-blog-listing {
  overflow: hidden;
}

.custom-blog-header {
  display: block;
  width: 100%;
}

.custom-blog-header .page-center {
  position: relative;
}

.custom-blog-header .blog-header-title {
  position: relative;
}

.custom-blog-header .blog-header-title h2 {
  line-height: 1.5;
  font-size: 3.5rem;
  font-family: "Bebas Neue",sans-serif;
  font-weight: normal;
  letter-spacing: inherit;
  line-height: 0.875;
  margin-top: 0;
  margin-bottom: 0.5rem;
  color: #131415;
  margin-bottom: 1.5rem;
}

.custom-blog-header .page-center:after {
  background-color: transparent;
  border: 2px solid #53BC29;
  border-radius: 50%;
  content: '';
  display: block;
  height: 1800px;
  left: -650px;
  margin: auto;
  position: absolute;
  bottom: -25%;
  width: 1800px;
  z-index: -1;
}

.blog-content-wrapper {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background: #fff;
  background-color: transparent;
}

.blog-index {
  margin-left: -16px;
  margin-right: -16px;
  display: flex;
  flex-wrap: wrap;
}

.views-row {
  flex: 0 0 100%;
  max-width: 100%;
  margin-top: 32px;
  padding: 0 0;
}

.views-row:nth-child(1) {
  margin-top: 0;
}

.views-row .node__wrapper {
  height: 100%;
  position: relative;
}

.views-row .node__wrapper > .node__link {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

.views-row  .node__content {
  background-color: #EDF8FA;
  border-radius: 4px;
  height: 100%;
  overflow: hidden;
  padding: 2rem 1.75rem 2rem;
  position: relative;
  transition: all 250ms ease-in-out;
  min-height: 390px;
  display: flex;
  flex-direction: column;
}

.views-row .node--inner {
  flex: 1;
  margin-top: 4.5rem;
}

.views-row .node--inner .node--date {
  color: gray;
  font-size: .875rem;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1.35;
  margin-bottom: 0.5rem;
}

.views-row .node--inner .node--title {
  font-size: 1.5rem;
  line-height: 1.2;
  color: #2C2A29;
  font-weight: bold;
  margin-bottom: 1rem;
}

.views-row .node__footer .node__link-text {
  color: #0092BC;
  font-size: .875rem;
  font-weight: bold;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
  transition: all 0.2s ease-in-out;
  display: inline-block;
}

.views-row .node__footer .node__link-text:after {
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1em;
  text-align: center;
  text-transform: none;
  line-height: 1;
  content: "";
  text-decoration: inherit;
  font-variant: normal;
  font-size: 1rem;
  padding-left: 0.25rem;
  vertical-align: -2px;
}

.views-row .node__link:hover + .node__content {
  box-shadow: 0 2px 18px 0 rgb(0 0 0 / 35%);
  -webkit-transform: scale(1.05);
  transform: scale(1.05);
}

.blog-pagination {
  margin-bottom: 1rem;
  margin-left: 1.25rem;
  margin-top: 2.5rem;
  text-align: center;
  line-height: 1.5;
}

.blog-pagination .load-more {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1.5625rem;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.1875;
  letter-spacing: 1px;
  padding: 0.875rem 1.5rem;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  position: relative;
  background: #0092BC;
  border: 2px solid #0092BC;
  color: #fff;
  font-size: 1rem;
  padding: 1rem 2rem;
  text-decoration: none;
}

.blog-pagination .load-more:hover {
  border: 2px solid #007ea2;
  background: #007ea2;
  color: #fff;
}

.blog-pagination .no-post{
  display: none;
}
/* blog-post */
.blog-post-banner {
  overflow: hidden;
  position: relative;
  margin-bottom: 4.5rem;
}

.blog-post-banner .content-wrapper {
  max-width: 40.625rem;
  padding-bottom: 4.5rem;
  padding-top: 4.5rem;
  text-align: center;
  margin-top: -3px;
}

.blog-post-banner .field--type-entity-reference {
  color: gray;
  display: inline-block;
  font-size: .875rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-post-banner .publish-date {
  color: gray;
  display: inline-block;
  font-size: .875rem;
  font-weight: bold;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-post-banner .publish-date:before {
  content: '\2022';
  font-size: 1.125rem;
  line-height: 0.5;
  margin: 0 1rem;
  vertical-align: middle;
}

.blog-post-banner .field--name-field-title {
  margin-top: 1rem;
}

.blog-post-banner:after {
  border: 2px solid #53BC29;
  border-radius: 100%;
  content: '';
  height: 62.5rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 62.5rem;
  z-index: -1;
}

.blog-post-content-wrapper .content-wrapper {
  position: relative;
  max-width: 40.625rem;
}

.blog-post-content-wrapper .post-social-share {
  align-items: center;
  display: flex;
  flex-flow: wrap row;
  margin-bottom: 1.5rem;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  outline: 0;
  line-height: 32px;
}

.post-social-share .a2a_heading {
  color: gray;
  font-size: .875rem;
  font-weight: bold;
  line-height: 1.35;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 1rem 0 0;
}

.post-social-share a {
  vertical-align: middle;
  padding: 0 4px;
  align-items: center;
  border: solid 1px #0092BC;
  border-radius: 50%;
  display: flex;
  height: 41px;
  justify-content: center;
  transition: all 0.25s ease-in-out;
  width: 41px;
  cursor: pointer;
  font-size: 32px;
  margin: 0 1rem 0 0;
}

.post-social-share a:before {
  color: #0092BC;
  font-size: 1rem;
  transition: all 0.25s ease-in-out;
}

.a2a_button_linkedin::before {
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1em;
  text-align: center;
  text-transform: none;
  line-height: 1;
  content: "";
  text-decoration: inherit;
  font-variant: normal;
}

.post-social-share a svg {
  display: none;
}

.a2a_button_twitter::before {
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1em;
  text-align: center;
  text-transform: none;
  line-height: 1;
  content: "";
  text-decoration: inherit;
  font-variant: normal;
}

.a2a_button_facebook::before {
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1em;
  text-align: center;
  text-transform: none;
  line-height: 1;
  content: "";
  text-decoration: inherit;
  font-variant: normal;
}

.post-social-share a:hover {
  text-decoration: none;
  border: solid 1px #53BC29;
}

.post-social-share a:hover:before {
  color: #53BC29;
}

.blog-post__body {
  font-size: 1.125rem;
  line-height: 1.55;
}

.blog-post__body p {
  margin-bottom: 2rem;
}

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

.blog-related-posts {
  width: 100%;
  display: block;
  padding-bottom: 2.5rem;
}

.blog-related-posts .content-wrapper {
  margin-bottom: 4rem;
  margin-top: 4rem;
  max-width: 68.75rem;
}

.blog-related-posts .article-explorer--heading {
  text-align: center;
  margin-bottom: 3rem;
}

.blog-related-posts .article-explorer--heading h2 {
  letter-spacing: .125rem;
  font-family: "Open Sans",sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  margin-bottom: .875rem;
  color: #53BC29;
  font-size: .875rem;
}

.blog-related-posts .article-explorer--heading h3 {
  font-size: 2rem;
  line-height: 1;
}

.related-post-items-wrap {
  margin-left: 0;
  margin-right: 0;
  display: flex;
  flex-wrap: wrap;
}

.blog-related-posts .view-all-link {
  margin-top: 2.5rem;
  text-align: center;
}

.blog-related-posts .view-all-link a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1.5625rem;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.1875;
  letter-spacing: 1px;
  padding: 0.875rem 1.5rem;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  position: relative;
  background: #0092BC;
  border: 2px solid #0092BC;
  color: #fff;
  font-size: 1rem;
  padding: 1rem 2rem;
}

.blog-related-posts .view-all-link a:after {
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1em;
  text-align: center;
  text-transform: none;
  line-height: 1;
  content: "";
  text-decoration: inherit;
  font-variant: normal;
  font-size: 1.25rem;
  margin-left: 8px;
  vertical-align: -3px;
}

.blog-related-posts .view-all-link a:hover {
  border: 2px solid #007ea2;
  background: #007ea2;
  color: #fff;
  text-decoration: none;
}

#block-ctabararticles {
  padding-top: 68px;
  padding-bottom: 68px;
  overflow: hidden;
  position: relative;
  background-color: #515359;
  text-align: center;
}

#block-ctabararticles .container-wrapper {
  max-width: 40.625rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  z-index: 1;
}

#block-ctabararticles .field--type-string {
  line-height: 1.5;
  font-size: .875rem;
  letter-spacing: .125rem;
  text-transform: uppercase;
  font-family: "Open Sans",sans-serif;
  font-weight: bold;
  color: gray;
  margin-bottom: .875rem;
  margin-bottom: 1.5rem;
  color: #53BC29;
}

#block-ctabararticles .field--name-field-heading {
  line-height: 1.5;
  font-size: 3rem;
  font-family: "Bebas Neue",sans-serif;
  font-weight: normal;
  line-height: 0.875;
  margin-top: 0;
  margin-bottom: 0.5rem;
  margin-bottom: 1.5rem;
  color: #fff;
}

#block-ctabararticles .field--type-link a {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 1.5625rem;
  cursor: pointer;
  display: inline-block;
  font-size: 0.875rem;
  font-weight: bold;
  line-height: 1.1875;
  letter-spacing: 1px;
  padding: 0.875rem 1.5rem;
  text-transform: uppercase;
  transition: all 0.25s ease-in-out;
  position: relative;
  background: rgba(0,0,0,0);
  border: solid 2px #0092BC;
  color: #131415;
  color: #fff;
}

#block-ctabararticles .field--type-link a:after {
  font-family: icomoon;
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  width: 1em;
  text-align: center;
  text-transform: none;
  line-height: 1;
  content: "";
  text-decoration: inherit;
  font-variant: normal;
  font-size: 1.25rem;
  margin-left: 8px;
  vertical-align: -3px;
  color: #0092BC;
}

#block-ctabararticles .field--type-link a:hover {
  border: solid 2px #007ea2;
  background: #007ea2;
  color: #fff;
  text-decoration: none;
}

#block-ctabararticles .field--type-link a:hover:after {
  color: #fff;
}

#block-ctabararticles:after {
  background-color: #494A4F;
  border-radius: 50%;
  bottom: 0;
  content: '';
  display: block;
  left: 50%;
  margin: auto;
  position: absolute;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  height: 320%;
  top: 150%;
  width: 150%;
}

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

.node--media {
  height: 170px;
  margin: -2rem -1.75rem 1.5rem;
  position: relative;
}

.node--media .image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  overflow: hidden;
}

.node--media .image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.views-row .node__content.has-image .node--inner {
  margin-top: 0;
}

/* ====================== Media queires =================== */
@media (min-width: 40em) {
  .custom-blog-header .page-center {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: -100px;
    display: flex;
    justify-content: space-between;
  }
  .custom-blog-header .blog-header-title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 492px;
    padding-right: 1.75rem;
  }
  .views-row {
    flex: 0 0 50%;
    max-width: 50%;
    margin-top: 32px;
    padding: 0 1rem;
  }
  .views-row:nth-child(2) {
    margin-top: 0;
  }
  .blog-post-banner:after {
    height: 200vw;
    width: 200vw;
  }
  .related-post-items-wrap {
    margin-left: -16px;
    margin-right: -16px;
    display: flex;
    flex-wrap: wrap;
  }
  #block-ctabararticles .container-wrapper {
    padding-left: 1.875rem;
    padding-right: 1.875rem;
  }
}

@media (min-width: 64em) {
  .blog-content-wrapper {
    padding-top: 100px;
  }
  .blog-index {
    margin-left: -22.5px;
    margin-right: -22.5px;
    display: flex;
    flex-wrap: wrap;
  }
  .views-row {
    padding: 0 1.40625rem;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }
  .views-row:nth-child(1),
  .views-row:nth-child(2),
  .views-row:nth-child(3) {
    margin-top: 0;
  }
  .blog-post-banner {
    margin-bottom: 5.5rem;
  }
  .blog-post-banner .content-wrapper {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
  }
  .blog-post-content-wrapper .post-social-share {
    flex-flow: wrap column;
    left: -8.5rem;
    position: absolute;
    top: 0;
  }
  .post-social-share .a2a_heading {
    margin: 0 0 1rem 0;
  }
  .post-social-share a {
    margin: 0 0 1rem 0;
  }
  .related-post-items-wrap {
    margin-left: -22.5px;
    margin-right: -22.5px;
    display: flex;
    flex-wrap: wrap;
  }
  .blog-related-posts {
    padding-bottom: 4rem;
  }
  #block-ctabararticles {
    padding-top: 136px;
    padding-bottom: 136px;
  }
}

@media (min-width: 75em) {
  .blog-post-content-wrapper .post-social-share {
    left: -11.5rem;
  }
}
/* ============== */
@media (max-width: 39.99em) {
  .custom-blog-header .page-center {
    padding-top: 50px;
    padding-bottom: 50px;
    margin-bottom: -50px;
  }

  .blog-index {
    margin-left: 0;
    margin-right: 0;
  }

  .blog-post-banner .content-wrapper {
    margin-top: 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: Open Sans, sans-serif;
  font-size: 40vw;
  font-weight: bold;
  color: #dce2e8;
  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;
  min-width: 650px;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: 14px;
  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: Open Sans, serif;
  font-size: 1.25rem;
  color: #464646;
  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: #464646;
}

.email-prefs .item.disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.email-prefs .item.disabled input:disabled {
  cursor: not-allowed;
}
@media (max-width: 767px) {
  .systems-page .success {
    min-width: 100%;
  }
}
@media (max-width: 479px) {
  .systems-page #email-prefs-form h1 {
    font-size: 39px;
  }

  .systems-page #email-prefs-form h2 {
    font-size: 29px;
  }
}