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











































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



@font-face {
  font-family: "ETmodules";
  src:url(https://2189976.fs1.hubspotusercontent-na1.net/hubfs/2189976/raw_assets/public/H2O_June2020/fonts/modules.woff) format('woff'),
    url(https://2189976.fs1.hubspotusercontent-na1.net/hubfs/2189976/raw_assets/public/H2O_June2020/fonts/modules.ttf) format('truetype'),
    url(https://2189976.fs1.hubspotusercontent-na1.net/hubfs/2189976/raw_assets/public/H2O_June2020/fonts/modules.svg) format('svg');
  font-style: normal;
  font-weight: normal;
}

body {
  background-image:url(https://2189976.fs1.hubspotusercontent-na1.net/hubfs/2189976/raw_assets/public/H2O_June2020/images/pagebg4.jpg);
  background-position: left top;
  background-size: auto;
  background-repeat: no-repeat;
  background-attachment: fixed;
  font-family: Lato, serif;
  font-size: 1rem;
  color: #494a52;
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

p {
  margin: 0;
  padding-bottom: 1em;
}

/* Anchor Links */
a {
  color: #0270E0;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration: none;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
/* Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding-bottom: 10px;
  line-height: 1;
  font-weight: 700;
  font-family: Merriweather, serif;
  color: #494a52;
  word-break: break-word;
  text-transform: uppercase;
}

h1 {
  font-size: 2.1rem;
}

h2 {
  font-size: 1.6rem;
}

h3 {
  font-size: 1.25rem;
}

h4 {
  font-size: 1.175rem;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: .9rem;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
  color: inherit;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: inherit;
}
strong {
  font-weight: 700;
}

code {
  vertical-align: bottom;
}

ul,
ol {
  padding: 0 0 23px 1em;
  line-height: 1.625;
  padding-bottom: 1em;
  margin:0;
}
ul {
  list-style-type: disc;
}
ol {
  list-style-type: decimal;
  list-style-position: inside;
}


blockquote {
  line-height: 1.5rem;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-left: 2px solid #A9A9A9;
  padding-left: 15px;
}

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

/* TODO */
small {

}

/* TODO */
mark {

}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

:focus {
  outline: none;
}

.disable-focus-styles :focus {
  outline: none;
}
body .dnd-section > .row-fluid,
body .page-center,
body .header__container,
body .footer__container,
body .content-wrapper {
  max-width: 1366px;
}
/* ============= Cookies Style ========= */
#hs-eu-cookie-confirmation {
  position: absolute;
  z-index: 1001;
  background: #000;
  padding: 20px;
  color: #fff;
  font-size: 12px;
  z-index: 9999999;
}
#hs-eu-cookie-confirmation p {
  margin: 0 0 10px;
}
#hs-en-cookie-confirmation-buttons-area {
  text-align: center;
}
#hs-en-cookie-confirmation-buttons-area a {
  margin: 0 15px;
}
#hs-eu-confirmation-button {
  background-color: green;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}
#hs-eu-decline-button {
  background-color: #9a0707;
  padding: 10px;
  border-radius: 3px;
  color: #fff;
  text-decoration: none;
}

.arrow_up:before {
  content: "\21";
}
.arrow_down:before {
  content: "\22";
}
.arrow_left:before {
  content: "\23";
}
.arrow_right:before {
  content: "\24";
}
.arrow_left-up:before {
  content: "\25";
}
.arrow_right-up:before {
  content: "\26";
}
.arrow_right-down:before {
  content: "\27";
}
.arrow_left-down:before {
  content: "\28";
}
.arrow-up-down:before {
  content: "\29";
}
.arrow_up-down_alt:before {
  content: "\2a";
}
.arrow_left-right_alt:before {
  content: "\2b";
}
.arrow_left-right:before {
  content: "\2c";
}
.arrow_expand_alt2:before {
  content: "\2d";
}
.arrow_expand_alt:before {
  content: "\2e";
}
.arrow_condense:before {
  content: "\2f";
}
.arrow_expand:before {
  content: "\30";
}
.arrow_move:before {
  content: "\31";
}
.arrow_carrot-up:before {
  content: "\32";
}
.arrow_carrot-down:before {
  content: "\33";
}
.arrow_carrot-left:before {
  content: "\34";
}
.arrow_carrot-right:before {
  content: "\35";
}
.arrow_carrot-2up:before {
  content: "\36";
}
.arrow_carrot-2down:before {
  content: "\37";
}
.arrow_carrot-2left:before {
  content: "\38";
}
.arrow_carrot-2right:before {
  content: "\39";
}
.arrow_carrot-up_alt2:before {
  content: "\3a";
}
.arrow_carrot-down_alt2:before {
  content: "\3b";
}
.arrow_carrot-left_alt2:before {
  content: "\3c";
}
.arrow_carrot-right_alt2:before {
  content: "\3d";
}
.arrow_carrot-2up_alt2:before {
  content: "\3e";
}
.arrow_carrot-2down_alt2:before {
  content: "\3f";
}
.arrow_carrot-2left_alt2:before {
  content: "\40";
}
.arrow_carrot-2right_alt2:before {
  content: "\41";
}
.arrow_triangle-up:before {
  content: "\42";
}
.arrow_triangle-down:before {
  content: "\43";
}
.arrow_triangle-left:before {
  content: "\44";
}
.arrow_triangle-right:before {
  content: "\45";
}
.arrow_triangle-up_alt2:before {
  content: "\46";
}
.arrow_triangle-down_alt2:before {
  content: "\47";
}
.arrow_triangle-left_alt2:before {
  content: "\48";
}
.arrow_triangle-right_alt2:before {
  content: "\49";
}
.arrow_back:before {
  content: "\4a";
}
.icon_minus-06:before {
  content: "\4b";
}
.icon_plus:before {
  content: "\4c";
}
.icon_close:before {
  content: "\4d";
}
.icon_check:before {
  content: "\4e";
}
.icon_minus_alt2:before {
  content: "\4f";
}
.icon_plus_alt2:before {
  content: "\50";
}
.icon_close_alt2:before {
  content: "\51";
}
.icon_check_alt2:before {
  content: "\52";
}
.icon_zoom-out_alt:before {
  content: "\53";
}
.icon_zoom-in_alt:before {
  content: "\54";
}
.icon_search:before {
  content: "\55";
}
.icon_box-empty:before {
  content: "\56";
}
.icon_box-selected:before {
  content: "\57";
}
.icon_minus-box:before {
  content: "\58";
}
.icon_plus-box:before {
  content: "\59";
}
.icon_box-checked:before {
  content: "\5a";
}
.icon_circle-empty:before {
  content: "\5b";
}
.icon_circle-slelected:before {
  content: "\5c";
}
.icon_stop_alt2:before {
  content: "\5d";
}
.icon_stop:before {
  content: "\5e";
}
.icon_pause_alt2:before {
  content: "\5f";
}
.icon_pause:before {
  content: "\60";
}
.icon_menu:before {
  content: "\61";
}
.icon_menu-square_alt2:before {
  content: "\62";
}
.icon_menu-circle_alt2:before {
  content: "\63";
}
.icon_ul:before {
  content: "\64";
}
.icon_ol:before {
  content: "\65";
}
.icon_adjust-horiz:before {
  content: "\66";
}
.icon_adjust-vert:before {
  content: "\67";
}
.icon_document_alt:before {
  content: "\68";
}
.icon_documents_alt:before {
  content: "\69";
}
.icon_pencil:before {
  content: "\6a";
}
.icon_pencil-edit_alt:before {
  content: "\6b";
}
.icon_pencil-edit:before {
  content: "\6c";
}
.icon_folder-alt:before {
  content: "\6d";
}
.icon_folder-open_alt:before {
  content: "\6e";
}
.icon_folder-add_alt:before {
  content: "\6f";
}
.icon_info_alt:before {
  content: "\70";
}
.icon_error-oct_alt:before {
  content: "\71";
}
.icon_error-circle_alt:before {
  content: "\72";
}
.icon_error-triangle_alt:before {
  content: "\73";
}
.icon_question_alt2:before {
  content: "\74";
}
.icon_question:before {
  content: "\75";
}
.icon_comment_alt:before {
  content: "\76";
}
.icon_chat_alt:before {
  content: "\77";
}
.icon_vol-mute_alt:before {
  content: "\78";
}
.icon_volume-low_alt:before {
  content: "\79";
}
.icon_volume-high_alt:before {
  content: "\7a";
}
.icon_quotations:before {
  content: "\7b";
}
.icon_quotations_alt2:before {
  content: "\7c";
}
.icon_clock_alt:before {
  content: "\7d";
}
.icon_lock_alt:before {
  content: "\7e";
}
.icon_lock-open_alt:before {
  content: "\e000";
}
.icon_key_alt:before {
  content: "\e001";
}
.icon_cloud_alt:before {
  content: "\e002";
}
.icon_cloud-upload_alt:before {
  content: "\e003";
}
.icon_cloud-download_alt:before {
  content: "\e004";
}
.icon_image:before {
  content: "\e005";
}
.icon_images:before {
  content: "\e006";
}
.icon_lightbulb_alt:before {
  content: "\e007";
}
.icon_gift_alt:before {
  content: "\e008";
}
.icon_house_alt:before {
  content: "\e009";
}
.icon_genius:before {
  content: "\e00a";
}
.icon_mobile:before {
  content: "\e00b";
}
.icon_tablet:before {
  content: "\e00c";
}
.icon_laptop:before {
  content: "\e00d";
}
.icon_desktop:before {
  content: "\e00e";
}
.icon_camera_alt:before {
  content: "\e00f";
}
.icon_mail_alt:before {
  content: "\e010";
}
.icon_cone_alt:before {
  content: "\e011";
}
.icon_ribbon_alt:before {
  content: "\e012";
}
.icon_bag_alt:before {
  content: "\e013";
}
.icon_creditcard:before {
  content: "\e014";
}
.icon_cart_alt:before {
  content: "\e015";
}
.icon_paperclip:before {
  content: "\e016";
}
.icon_tag_alt:before {
  content: "\e017";
}
.icon_tags_alt:before {
  content: "\e018";
}
.icon_trash_alt:before {
  content: "\e019";
}
.icon_cursor_alt:before {
  content: "\e01a";
}
.icon_mic_alt:before {
  content: "\e01b";
}
.icon_compass_alt:before {
  content: "\e01c";
}
.icon_pin_alt:before {
  content: "\e01d";
}
.icon_pushpin_alt:before {
  content: "\e01e";
}
.icon_map_alt:before {
  content: "\e01f";
}
.icon_drawer_alt:before {
  content: "\e020";
}
.icon_toolbox_alt:before {
  content: "\e021";
}
.icon_book_alt:before {
  content: "\e022";
}
.icon_calendar:before {
  content: "\e023";
}
.icon_film:before {
  content: "\e024";
}
.icon_table:before {
  content: "\e025";
}
.icon_contacts_alt:before {
  content: "\e026";
}
.icon_headphones:before {
  content: "\e027";
}
.icon_lifesaver:before {
  content: "\e028";
}
.icon_piechart:before {
  content: "\e029";
}
.icon_refresh:before {
  content: "\e02a";
}
.icon_link_alt:before {
  content: "\e02b";
}
.icon_link:before {
  content: "\e02c";
}
.icon_loading:before {
  content: "\e02d";
}
.icon_blocked:before {
  content: "\e02e";
}
.icon_archive_alt:before {
  content: "\e02f";
}
.icon_heart_alt:before {
  content: "\e030";
}
.icon_star_alt:before {
  content: "\e031";
}
.icon_star-half_alt:before {
  content: "\e032";
}
.icon_star:before {
  content: "\e033";
}
.icon_star-half:before {
  content: "\e034";
}
.icon_tools:before {
  content: "\e035";
}
.icon_tool:before {
  content: "\e036";
}
.icon_cog:before {
  content: "\e037";
}
.icon_cogs:before {
  content: "\e038";
}
.arrow_up_alt:before {
  content: "\e039";
}
.arrow_down_alt:before {
  content: "\e03a";
}
.arrow_left_alt:before {
  content: "\e03b";
}
.arrow_right_alt:before {
  content: "\e03c";
}
.arrow_left-up_alt:before {
  content: "\e03d";
}
.arrow_right-up_alt:before {
  content: "\e03e";
}
.arrow_right-down_alt:before {
  content: "\e03f";
}
.arrow_left-down_alt:before {
  content: "\e040";
}
.arrow_condense_alt:before {
  content: "\e041";
}
.arrow_expand_alt3:before {
  content: "\e042";
}
.arrow_carrot_up_alt:before {
  content: "\e043";
}
.arrow_carrot-down_alt:before {
  content: "\e044";
}
.arrow_carrot-left_alt:before {
  content: "\e045";
}
.arrow_carrot-right_alt:before {
  content: "\e046";
}
.arrow_carrot-2up_alt:before {
  content: "\e047";
}
.arrow_carrot-2dwnn_alt:before {
  content: "\e048";
}
.arrow_carrot-2left_alt:before {
  content: "\e049";
}
.arrow_carrot-2right_alt:before {
  content: "\e04a";
}
.arrow_triangle-up_alt:before {
  content: "\e04b";
}
.arrow_triangle-down_alt:before {
  content: "\e04c";
}
.arrow_triangle-left_alt:before {
  content: "\e04d";
}
.arrow_triangle-right_alt:before {
  content: "\e04e";
}
.icon_minus_alt:before {
  content: "\e04f";
}
.icon_plus_alt:before {
  content: "\e050";
}
.icon_close_alt:before {
  content: "\e051";
}
.icon_check_alt:before {
  content: "\e052";
}
.icon_zoom-out:before {
  content: "\e053";
}
.icon_zoom-in:before {
  content: "\e054";
}
.icon_stop_alt:before {
  content: "\e055";
}
.icon_menu-square_alt:before {
  content: "\e056";
}
.icon_menu-circle_alt:before {
  content: "\e057";
}
.icon_document:before {
  content: "\e058";
}
.icon_documents:before {
  content: "\e059";
}
.icon_pencil_alt:before {
  content: "\e05a";
}
.icon_folder:before {
  content: "\e05b";
}
.icon_folder-open:before {
  content: "\e05c";
}
.icon_folder-add:before {
  content: "\e05d";
}
.icon_folder_upload:before {
  content: "\e05e";
}
.icon_folder_download:before {
  content: "\e05f";
}
.icon_info:before {
  content: "\e060";
}
.icon_error-circle:before {
  content: "\e061";
}
.icon_error-oct:before {
  content: "\e062";
}
.icon_error-triangle:before {
  content: "\e063";
}
.icon_question_alt:before {
  content: "\e064";
}
.icon_comment:before {
  content: "\e065";
}
.icon_chat:before {
  content: "\e066";
}
.icon_vol-mute:before {
  content: "\e067";
}
.icon_volume-low:before {
  content: "\e068";
}
.icon_volume-high:before {
  content: "\e069";
}
.icon_quotations_alt:before {
  content: "\e06a";
}
.icon_clock:before {
  content: "\e06b";
}
.icon_lock:before {
  content: "\e06c";
}
.icon_lock-open:before {
  content: "\e06d";
}
.icon_key:before {
  content: "\e06e";
}
.icon_cloud:before {
  content: "\e06f";
}
.icon_cloud-upload:before {
  content: "\e070";
}
.icon_cloud-download:before {
  content: "\e071";
}
.icon_lightbulb:before {
  content: "\e072";
}
.icon_gift:before {
  content: "\e073";
}
.icon_house:before {
  content: "\e074";
}
.icon_camera:before {
  content: "\e075";
}
.icon_mail:before {
  content: "\e076";
}
.icon_cone:before {
  content: "\e077";
}
.icon_ribbon:before {
  content: "\e078";
}
.icon_bag:before {
  content: "\e079";
}
.icon_cart:before {
  content: "\e07a";
}
.icon_tag:before {
  content: "\e07b";
}
.icon_tags:before {
  content: "\e07c";
}
.icon_trash:before {
  content: "\e07d";
}
.icon_cursor:before {
  content: "\e07e";
}
.icon_mic:before {
  content: "\e07f";
}
.icon_compass:before {
  content: "\e080";
}
.icon_pin:before {
  content: "\e081";
}
.icon_pushpin:before {
  content: "\e082";
}
.icon_map:before {
  content: "\e083";
}
.icon_drawer:before {
  content: "\e084";
}
.icon_toolbox:before {
  content: "\e085";
}
.icon_book:before {
  content: "\e086";
}
.icon_contacts:before {
  content: "\e087";
}
.icon_archive:before {
  content: "\e088";
}
.icon_heart:before {
  content: "\e089";
}
.icon_profile:before {
  content: "\e08a";
}
.icon_group:before {
  content: "\e08b";
}
.icon_grid-2x2:before {
  content: "\e08c";
}
.icon_grid-3x3:before {
  content: "\e08d";
}
.icon_music:before {
  content: "\e08e";
}
.icon_pause_alt:before {
  content: "\e08f";
}
.icon_phone:before {
  content: "\e090";
}
.icon_upload:before {
  content: "\e091";
}
.icon_download:before {
  content: "\e092";
}
.social_facebook:before {
  content: "\e093";
}
.social_twitter:before {
  content: "\e094";
}
.social_pinterest:before {
  content: "\e095";
}
.social_googleplus:before {
  content: "\e096";
}
.social_tumblr:before {
  content: "\e097";
}
.social_tumbleupon:before {
  content: "\e098";
}
.social_wordpress:before {
  content: "\e099";
}
.social_instagram:before {
  content: "\e09a";
}
.social_dribbble:before {
  content: "\e09b";
}
.social_vimeo:before {
  content: "\e09c";
}
.social_linkedin:before {
  content: "\e09d";
}
.social_rss:before {
  content: "\e09e";
}
.social_deviantart:before {
  content: "\e09f";
}
.social_share:before {
  content: "\e0a0";
}
.social_myspace:before {
  content: "\e0a1";
}
.social_skype:before {
  content: "\e0a2";
}
.social_youtube:before {
  content: "\e0a3";
}
.social_picassa:before {
  content: "\e0a4";
}
.social_googledrive:before {
  content: "\e0a5";
}
.social_flickr:before {
  content: "\e0a6";
}
.social_blogger:before {
  content: "\e0a7";
}
.social_spotify:before {
  content: "\e0a8";
}
.social_delicious:before {
  content: "\e0a9";
}
.social_facebook_circle:before {
  content: "\e0aa";
}
.social_twitter_circle:before {
  content: "\e0ab";
}
.social_pinterest_circle:before {
  content: "\e0ac";
}
.social_googleplus_circle:before {
  content: "\e0ad";
}
.social_tumblr_circle:before {
  content: "\e0ae";
}
.social_stumbleupon_circle:before {
  content: "\e0af";
}
.social_wordpress_circle:before {
  content: "\e0b0";
}
.social_instagram_circle:before {
  content: "\e0b1";
}
.social_dribbble_circle:before {
  content: "\e0b2";
}
.social_vimeo_circle:before {
  content: "\e0b3";
}
.social_linkedin_circle:before {
  content: "\e0b4";
}
.social_rss_circle:before {
  content: "\e0b5";
}
.social_deviantart_circle:before {
  content: "\e0b6";
}
.social_share_circle:before {
  content: "\e0b7";
}
.social_myspace_circle:before {
  content: "\e0b8";
}
.social_skype_circle:before {
  content: "\e0b9";
}
.social_youtube_circle:before {
  content: "\e0ba";
}
.social_picassa_circle:before {
  content: "\e0bb";
}
.social_googledrive_alt2:before {
  content: "\e0bc";
}
.social_flickr_circle:before {
  content: "\e0bd";
}
.social_blogger_circle:before {
  content: "\e0be";
}
.social_spotify_circle:before {
  content: "\e0bf";
}
.social_delicious_circle:before {
  content: "\e0c0";
}
.social_facebook_square:before {
  content: "\e0c1";
}
.social_twitter_square:before {
  content: "\e0c2";
}
.social_pinterest_square:before {
  content: "\e0c3";
}
.social_googleplus_square:before {
  content: "\e0c4";
}
.social_tumblr_square:before {
  content: "\e0c5";
}
.social_stumbleupon_square:before {
  content: "\e0c6";
}
.social_wordpress_square:before {
  content: "\e0c7";
}
.social_instagram_square:before {
  content: "\e0c8";
}
.social_dribbble_square:before {
  content: "\e0c9";
}
.social_vimeo_square:before {
  content: "\e0ca";
}
.social_linkedin_square:before {
  content: "\e0cb";
}
.social_rss_square:before {
  content: "\e0cc";
}
.social_deviantart_square:before {
  content: "\e0cd";
}
.social_share_square:before {
  content: "\e0ce";
}
.social_myspace_square:before {
  content: "\e0cf";
}
.social_skype_square:before {
  content: "\e0d0";
}
.social_youtube_square:before {
  content: "\e0d1";
}
.social_picassa_square:before {
  content: "\e0d2";
}
.social_googledrive_square:before {
  content: "\e0d3";
}
.social_flickr_square:before {
  content: "\e0d4";
}
.social_blogger_square:before {
  content: "\e0d5";
}
.social_spotify_square:before {
  content: "\e0d6";
}
.social_delicious_square:before {
  content: "\e0d7";
}
.icon_printer:before {
  content: "\e103";
}
.icon_calulator:before {
  content: "\e0ee";
}
.icon_building:before {
  content: "\e0ef";
}
.icon_floppy:before {
  content: "\e0e8";
}
.icon_drive:before {
  content: "\e0ea";
}
.icon_search-2:before {
  content: "\e101";
}
.icon_id:before {
  content: "\e107";
}
.icon_id-2:before {
  content: "\e108";
}
.icon_puzzle:before {
  content: "\e102";
}
.icon_like:before {
  content: "\e106";
}
.icon_dislike:before {
  content: "\e0eb";
}
.icon_mug:before {
  content: "\e105";
}
.icon_currency:before {
  content: "\e0ed";
}
.icon_wallet:before {
  content: "\e100";
}
.icon_pens:before {
  content: "\e104";
}
.icon_easel:before {
  content: "\e0e9";
}
.icon_flowchart:before {
  content: "\e109";
}
.icon_datareport:before {
  content: "\e0ec";
}
.icon_briefcase:before {
  content: "\e0fe";
}
.icon_shield:before {
  content: "\e0f6";
}
.icon_percent:before {
  content: "\e0fb";
}
.icon_globe:before {
  content: "\e0e2";
}
.icon_globe-2:before {
  content: "\e0e3";
}
.icon_target:before {
  content: "\e0f5";
}
.icon_hourglass:before {
  content: "\e0e1";
}
.icon_balance:before {
  content: "\e0ff";
}
.icon_rook:before {
  content: "\e0f8";
}
.icon_printer-alt:before {
  content: "\e0fa";
}
.icon_calculator_alt:before {
  content: "\e0e7";
}
.icon_building_alt:before {
  content: "\e0fd";
}
.icon_floppy_alt:before {
  content: "\e0e4";
}
.icon_drive_alt:before {
  content: "\e0e5";
}
.icon_search_alt:before {
  content: "\e0f7";
}
.icon_id_alt:before {
  content: "\e0e0";
}
.icon_id-2_alt:before {
  content: "\e0fc";
}
.icon_puzzle_alt:before {
  content: "\e0f9";
}
.icon_like_alt:before {
  content: "\e0dd";
}
.icon_dislike_alt:before {
  content: "\e0f1";
}
.icon_mug_alt:before {
  content: "\e0dc";
}
.icon_currency_alt:before {
  content: "\e0f3";
}
.icon_wallet_alt:before {
  content: "\e0d8";
}
.icon_pens_alt:before {
  content: "\e0db";
}
.icon_easel_alt:before {
  content: "\e0f0";
}
.icon_flowchart_alt:before {
  content: "\e0df";
}
.icon_datareport_alt:before {
  content: "\e0f2";
}
.icon_briefcase_alt:before {
  content: "\e0f4";
}
.icon_shield_alt:before {
  content: "\e0d9";
}
.icon_percent_alt:before {
  content: "\e0da";
}
.icon_globe_alt:before {
  content: "\e0de";
}
.icon_clipboard:before {
  content: "\e0e6";
}

@media (max-width: 767px) {
  .body-container form {
    margin-bottom: 20px;
  }
}

@media (max-width: 480px) {}
/* ******************************************************************************
*********************************************************************************
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: 767px;
  font-family: inherit;
}

.hs-button {
  margin: 0;
  cursor: pointer;
  display: inline-block;
  border-style: solid;
  border-width: 1px;
  text-decoration: none;
  font-family: inherit;
  background: #f47c2f;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px;
  font-size: 1em;
  line-height:normal;
  border-style: outset;
}

.hs-form label {
  color: #33475b;
  display: inline-block;
  line-height: 1.3;
  font-weight: 700;
}

.hs-form .hs-error-msgs label {
  color: #790000;
  font-weight: 700;
  letter-spacing: normal;
  font-size: .813em;
  line-height:26px;
}

.hs-input,
input#hs-pwd-widget-password {
  color: #4e4e4e;
  background-color: #fff;
  border: 1px solid #bbb;
  width: 100% !important;
  display:block;
  max-width: 767px;
  padding: 5px 4px;
  font-size: inherit;
  font-family: inherit;
  margin: 8px 0 0;
  line-height:normal;
}
.hs-input:focus,
input#hs-pwd-widget-password:focus {
  color: #3e3e3e;
}
input#hs-pwd-widget-password {
  height:auto !important;
  margin-bottom:16px !important;
}

.hs-input[type=checkbox],
.hs-input[type=radio] {
  cursor: pointer;
  width: auto !important;
  display:inline !important;
  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 input,
.hs-input textarea {
  transition: border 0.2s linear;
}
.hs-input:focus {
  outline: none;
}

textarea.hs-input {
  padding: 6px 8px;
  line-height: 1.5;
  resize: none;
  height: 120px;
  width: 100%;
}
ul.no-list.hs-error-msgs.inputs-list {
  border-top: 1px solid #C89797;
  border-bottom: 1px solid #C89797;
  background-color: rgba(255,223,224,.25);
  padding: 6px 0 !important;
  margin: 10px 0 !important;
}
.hs-search-module .hs-input {
  margin-bottom: 16px;
}
@media only screen and (min-width: 641px) {
  height: 160px;
  width: 100%;
}

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

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

input.hs-input.error,
div.field.error input,
div.field.error textarea,
div.field.error .chzn-choices,
textarea.hs-input.error,
select.hs-input.error {
  border-color: #c87872;
}
input.hs-input.error:focus,
div.field.error input:focus,
div.field.error textarea:focus,
div.field.error .chzn-choices:focus,
textarea.hs-input.error:focus,
select.hs-input.error:focus {
  border-color: #b9554d;
}
.hs-search-field--open .hs-search-field__suggestions {
  background: #fff;
  color: #333;
  text-align: left;
  padding: 10px;
  border: none;
}
.hs-search-field--open .hs-search-field__suggestions * {
  color: #333;
}
.hs-search-field--open .hs-search-field__suggestions a {
  color: #333 !important;
  background: transparent !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;
}

.field {
  margin-bottom: 16px;
}

.hs-field-desc {
  color: #7c98b6;
  font-size: .813em;
  line-height: 26px;
  margin-bottom: -8px;
}

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

.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;
}
/* ******************************************************************************
*********************************************************************************
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-left: 0;
  margin-bottom: 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.
*********************************************************************************
****************************************************************************** */
.body-container-wrapper {
  background-color: #d8e7fa;
}
.body-container-wrapper.header-v2-layout {
  background-color: #a5c18d;
}
.product-sections h3 {
  font-size: 20px;
}
.hs-btn {
  font-size: 20px;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em!important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  display: inline-block;
  border-radius: 7px;
  border-width: 0;
  color: #fffcfc !important;
  font-size: 18px;
  background-color: #f47c2f;
  text-decoration: none !important;
}
.hs-btn.green {
  background-color: #7ac142;
}
.hs-btn:hover {
  padding: .3em 2em .3em .7em;
  background: #a0a0a0 !important;
  color: #fffcfc !important;
}
.hs-btn:after {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: ETmodules!important;
  speak: none;
  line-height: 1em;
  content: "\35";
  opacity: 0;
  position: absolute;
  margin-left: -1em;
  -webkit-transition: all .2s;
  transition: all .2s;
  text-transform: none;
  -webkit-font-feature-settings: "kern" off;
  font-feature-settings: "kern" off;
  font-variant: none;
  font-style: normal;
  font-weight: 400;
  text-shadow: none;
  transition: all 300ms ease 0ms;
  font-size: 1.6em;
}
.hs-btn:hover:after {
  opacity: 1;
  margin-left: 0;
  -webkit-transition: none!important;
  transition: none!important;
}

.product-sections div.widget-type-rich_text,
.product-sections div.widget-type-linked_image {
  margin-bottom: 4.787%;
}
.product-sections img.hs-image-widget,
.product-main-sections img.hs-image-widget {
  display: block;
}
.product-main-sections div.widget-type-rich_text,
.product-main-sections div.widget-type-linked_image {
  margin-bottom: 3.093%;
}
p:last-of-type {
  padding-bottom: 0;
}
.full-md-dnd > .row-fluid {
  width: 100% !important;
  padding:0 !important;
  max-width:100% !imporant;
}
.product-sections .dnd-section > .row-fluid,
.product-main-sections .dnd-section > .row-fluid {
  padding-top: 34px;
  padding-bottom: 34px;
}
.bottom_section > div > div > [class*="span"] {
  min-height: 0;
}
.product-inner-top-sections .widget-type-header h1 {
  font-size: 22px;
}
.product-inner-top-sections .widget-type-header .hs_cos_wrapper_type_header {
  display: block;
  padding: 1%;
}
.product-inner-top-sections .hs_cos_gallery_main {
  padding: 0 6%;
  margin: 0;
}
.product-inner-top-sections .widget-type-gallery  {
  margin: 0 0 3.093%;
}
.product-inner-top-sections .hs_cos_gallery_main:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.product-inner-top-sections .hs_cos_gallery_main .slick-slide-inner-wrapper {
  display: block;
  margin: 10% 0 0!important;
}
body button.slick-arrow,
body button.slick-arrow:hover {
  position: absolute;
  top: 50%;
  z-index: 100;
  font-size: 48px;
  color: #fff;
  margin-top: -24px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
  opacity: 0;
  width: auto;
  height: auto;
  font-size: 0;
  color: #333;
  transform: none;
}
body button.slick-arrow:before {
  content: none;
}
body button.slick-arrow:after {
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  font-size: 48px;
}
body button.slick-arrow.slick-prev:after {
  content: "\34";
}
body button.slick-arrow.slick-next:after {
  content: "\35";
}
body button.slick-arrow.slick-prev {
  left: -22px;
}
body button.slick-arrow.slick-next {
  right: -22px;
}
.slick-slider:hover button.slick-prev.slick-arrow {
  left: 22px;
  opacity: 1;
}
.slick-slider:hover button.slick-next.slick-arrow {
  right: 22px;
  opacity: 1;
}
.product-inner-top-sections ul.slick-dots {
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  margin-top: 15px;
}
ul.slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  vertical-align: top;
}
ul.slick-dots li button {
  display: inline-block;
  background-color: hsla(0,0%,100%,.5);
  text-indent: -9999px;
  border-radius: 7px;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  padding: 0;
  opacity: .5;
  background-color: rgba(0,0,0,.3);
  line-height: inherit;
  vertical-align: top;
}
ul.slick-dots li:last-child button {
  margin-right: 0;
}
ul.slick-dots li button:before {
  content: none;
}
ul.slick-dots li.slick-active button {
  background-color: #333;
  opacity: 1;
}
ul.slick-dots {
  line-height: inherit;
}
.product-inner-top-sections div.widget-type-rich_text {
  margin-bottom: 1.5%;
}
.product-inner-top-sections hr {
  margin: 0;
  background: transparent;
  border-top: 1px solid #969696;
  height: 2px;
}
.product-inner-main-sections h2 {
  font-size: 23px;
} 
.product-inner-main-sections div.widget-type-rich_text,
.product-inner-main-sections .btn-container {
  margin-bottom: 4.787%;
}
.product-inner-main-sections hr {
  margin: 0;
  background: transparent;
  border-top: 1px solid #969696;
  height: 2px;
}
.et_portfolio_image {
  position: relative;
  display: block;
}
.et_portfolio_image img {
  vertical-align: bottom;
  width: 100%;
}
.et_portfolio_image .et_overlay {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background: hsla(0,0%,100%,.9);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all .3s;
  transition: all .3s;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  background-color: rgba(255,255,255,0.9);
  border-color: rgba(255,255,255,0.9);
}
.et_portfolio_image .et_overlay:after {
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  content: "\e050";
  position: absolute;
  top: 55%;
  left: 50%;
  margin: -16px 0 0 -16px;
  font-size: 32px;
  -webkit-transition: all .4s;
  transition: all .4s;
  color: #f47c2f;
}
.et_portfolio_image:hover .et_overlay {
  z-index: 3;
  opacity: 1;
}
.related-case-studies-wrapper h2.case_study_title {
  font-size: 18px;
  margin: 10px 0 0;
  padding: 0;
}
.related-case-studies-wrapper h2.case_study_title a {
  color: #333;
}
.related-case-studies-wrapper .case-meta {
  font-size: 14px;
  margin: .4em 0 0;
  color: #666;
  line-height:27.2px;
}
.related-case-studies-wrapper .case-meta a {
  color: #666;
}
.caption.below {
  text-align: center !important;
}
.product-inner-main-sections .span8 div.widget-type-rich_text,
.product-inner-main-sections .span8 .embed-md,
.product-inner-main-sections .span8 div.widget-type-linked_image {
  margin-bottom: 2.284%;
}
.product-inner-top-sections .hs_cos_gallery_main .slick-active .slick-slide-inner-wrapper img {
  -webkit-animation-name: fadeLeft;
  animation-name: fadeLeft;
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: .6s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .7s;
  -moz-animation-delay: .6s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -o-animation-duration: .7s;
  -o-animation-delay: .6s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-fill-mode: both;
  -ms-animation-duration: .7s;
  -ms-animation-delay: .6s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-fill-mode: both;
  animation-duration: .7s;
  animation-delay: .6s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
}
embed, iframe, object, video {
  max-width: 100%;
}
@-webkit-keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%)
  }

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

@keyframes fadeBottom {
  0% {
    opacity: 0;
    -webkit-transform: translateY(10%);
    transform: translateY(10%)
  }

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

@-webkit-keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-10%);
    transform: translateX(-10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(10%);
    transform: translateX(10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }
}

@-webkit-keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}

@keyframes fadeInTop {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

@-webkit-keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%)
  }
}

@keyframes fadeOutTop {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(-60%);
    transform: translatey(-60%)
  }
}

@-webkit-keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}

@keyframes fadeInBottom {
  0% {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}

@-webkit-keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%)
  }
}

@keyframes fadeOutBottom {
  0% {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translatey(60%);
    transform: translatey(60%)
  }
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-70%)
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }

  to {
    opacity: 0;
    -webkit-transform: translateX(-70%);
    transform: translateX(-70%)
  }
}

@-webkit-keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-10%);
    transform: translateY(-10%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0)
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
  }

  to {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0)
  }
}

@-webkit-keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(.5)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1)
  }
}

@keyframes Grow {
  0% {
    opacity: 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5)
  }

  to {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1)
  }
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes slideWidth {
  0% {
    width: 0
  }
}

@keyframes slideWidth {
  0% {
    width: 0
  }
}

@-webkit-keyframes gridFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-5%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0)
  }
}

@keyframes gridFadeIn {
  0% {
    opacity: 0;
    -webkit-transform: translatey(-5%);
    transform: translatey(-5%)
  }

  to {
    opacity: 1;
    -webkit-transform: translatey(0);
    transform: translatey(0)
  }
}
.product-inner-top-sections ol {
  padding-left: 0;
}
.market-inner-main-sections .dnd-section {
  padding-top: 34px;
  padding-bottom: 34px;
}
img[align="right"] {
  float: right;
  margin-left: 15px;
}
.widget-type-linked_image {
  margin-bottom: 10px;
}
/* ======= Markets inner ======= */
.has-related-case-slider img.hide-img {
  display: none !important;
}
.market-inner-main-sections div.widget-type-rich_text,
.market-inner-main-sections .widget-type-gallery {
  margin-bottom: 1.5%;
}
.market-inner-main-sections .span4 div.widget-type-rich_text {
  margin-bottom: 4.787%;
}
.has-related-case-slider .hs_cos_gallery_main {
  margin: 0;
  padding: 0;
}
.has-related-case-slider .hs_cos_gallery_main .slick-slide {
  background-size: cover;
  background-position: 50%;
  text-align: center;
}
.has-related-case-slider .hs_cos_gallery_main .slick-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0.65);
}
.has-related-case-slider .hs_cos_gallery_main .slick-slide-inner-wrapper {
  display: block !IMPORTANT;
  margin: 0 !important;
  position: relative;
  z-index: 3;
  padding: 0 6%;
}
.has-related-case-slider .hs_cos_gallery_main .slick-slide-inner-wrapper .caption {
  text-align: center !important;
  padding: 10px 0;
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.has-related-case-slider .caption blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 18px;
  line-height: 27.2px;
}
.has-related-case-slider .caption blockquote, .has-related-case-slider .caption blockquote h3 {
  color: #fff;
}
img[align="left"] {
  float: left;
  margin-right: 15px;
}
.has-related-case-slider img[align="left"] {
  margin-right: 15px !important;
}
.has-related-case-slider .hs_cos_gallery_main ul.slick-dots {
  position: absolute;
  bottom: 20px;
}
.has-related-case-slider .hs_cos_gallery_main ul.slick-dots li button {
  background-color: hsla(0,0%,100%,.5);
}
.has-related-case-slider .hs_cos_gallery_main ul.slick-dots li.slick-active button {
  background: #fff;
}
.has-related-case-slider .hs_cos_gallery_main button.slick-arrow {
  color: #fff;
}
.has-related-case-slider .caption blockquote .hs-btn {
  margin-top: 20px;
}
.has-related-case-slider .hs_cos_gallery_main .slick-active .slick-slide-inner-wrapper .caption {
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: .9s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .7s;
  -moz-animation-delay: .9s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -o-animation-duration: .7s;
  -o-animation-delay: .9s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-fill-mode: both;
  -ms-animation-duration: .7s;
  -ms-animation-delay: .9s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-fill-mode: both;
  animation-duration: .7s;
  animation-delay: .9s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  -webkit-animation-name: fadeBottom;
  animation-name: fadeBottom;
}


/* ======== Form Type 2 Css ======= */
.product-inner-page-lay form {
  margin-bottom: 1em !important;
  -webkit-font-smoothing: auto;
}
.product-inner-page-lay form .field {
  margin-bottom: 18px;
}
.product-inner-page-lay form label {
  font-size: 14px;
  width: 130px;
  text-align: right;
  color: #33475b;
  display: block;
  float: none;
  width: auto;
  font-weight: 500;
  text-align: left;
  line-height: 20px;
  padding-top: 0;
  margin-bottom: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}
.product-inner-page-lay form .field > label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  color: #33475b;
}
.product-inner-page-lay form .field .hs-input {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: normal;
  line-height: 22px;
  color: #33475b;
  border: 1px solid #cbd6e2;
  box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  height: 40px;
  background-color: #f5f8fa;
  padding: 0 15px;
  min-height: 27px;
  margin: 0;
}
.product-inner-page-lay form .hs-form-required {
  color: red;
  margin: 0;
}
.product-inner-page-lay form .actions {
  margin-top: 18px;
  padding: 17px 0px 1px;
}
.product-inner-page-lay form .hs-button {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-weight: 700;
  line-height: 12px;
  position: relative;
  text-align: center;
  background-color: #ff7a59;
  border-color: #ff7a59;
  color: #fff;
  border-radius: 3px;
  border-style: solid;
  border-width: 1px;
  font-size: 14px;
  padding: 12px 24px;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
  font-size: 12px;
  font-family: arial, helvetica, sans-serif;
}
.product-inner-page-lay form .hs-button:hover, .product-inner-page-lay form .hs-button:focus {
  background: #ff7a59;
  border-color: #ff7a59;
  color: #ffffff;
}
.product-inner-page-lay form .hs-button:focus {
  outline: -webkit-focus-ring-color auto 1px;
}
.product-inner-page-lay form .field .hs-input.error {
  border-color: #c87872;
}
.product-inner-page-lay form .field .hs-input.error:focus {
  border-color: #b9554d;
}
.product-inner-page-lay form ul.no-list.hs-error-msgs.inputs-list {
  margin: 0 0 5px !important;
  padding: 0 !important;
  border: none !important;
  background: transparent !important;
}
.product-inner-page-lay form .hs-error-msgs label {
  font-family: arial, helvetica, sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #f2545b;
  font-weight: normal;
}
.product-inner-page-lay form .hs_error_rollup ul.no-list.hs-error-msgs.inputs-list {
  padding-top: 6px !important;
}

/* ==== End Form 2 Css ===== */

.high-purity-water-layout .product-inner-top-sections .hs_cos_gallery_main:before {
  content:none;
}
/* ======== two-column-page ========= */
.body-container-wrapper.two-column-layout {
  background: #fff;
}
.two-column-layout-section .dnd-section > .row-fluid {
  width: 100% !important;
  max-width: 100%;
}
.two-column-layout-section .hs-main-content,
.two-column-layout-section .hs-sidebar {
  padding-top: 58px;
}
.two-column-layout-section .hs-main-content {
  padding-bottom: 23px;
  width: 77.25%;
  padding-right: 3%;
  float: left;
  border-right: 1px solid #e2e2e2;
}
.two-column-layout-section .hs-sidebar {
  width: 22.75%;
  padding-left: 30px;
  padding-bottom: 28px;
  float: left;
}

/* ========= Contact Us ========= */
.contact_top_section .dnd-section > .row-fluid {
  padding-top: 34px;
  padding-bottom: 34px;
}
.contact_top_section form {
  max-width: 100%;
}
form .hs-richtext h3 {
  font-size: 27px;
  margin: 10px 0 6px;
}
form fieldset {
  max-width: none !important;
  margin: 0 -8px !important;
}
form .hs-richtext p {
  margin-bottom: 16px;
  font-weight: 400;
  display: block;
}
form .actions {
  padding: 16px 0 10px;
  margin: 16px 0 0;
}
.contact_top_section fieldset .field.hs_phone {
  margin-bottom: 7px;
}
form .hs-richtext {
  margin-bottom: 17px;
}
fieldset .field {
  margin-bottom: -1px;
  margin-top: 16px;
}
fieldset > div {
  padding: 0 8px;
}
fieldset .field .input {
  margin-right: 0 !important;
}
form fieldset.form-columns-3 .hs-form-field {
  width: 33.3333333333% !important;
  margin-bottom: 7px;
}
form fieldset .hs_zip.hs-form-field {
  margin-bottom: 7px;
}
form fieldset .hs-input {
  max-width: 100%;
}
form select.hs-input {
  padding: 2px 0 2px 3px;
  margin-left: 1px;
  color: #4e4e4e;
}
.input > ul.inputs-list.multi-container {
  margin: 0;
  margin-top: 16px;
  padding: 0;
}
.input > ul.inputs-list.multi-container > li {
  line-height: 1.3;
  overflow: hidden;
  min-height: 28px;
  vertical-align: top;
  font-size: 90%;
  width: 33.3%;
  display: -moz-inline-stack;
  display: inline-block;
  margin: 0;
}
.input > ul.inputs-list.multi-container > li .hs-input {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  margin-left: 1px;
  margin-top: 6px;
}
.input > ul.inputs-list.multi-container > li label span {
  line-height: 1.5;
  font-size: 12.6px;
  display: -moz-inline-stack;
  display: inline-block;
  letter-spacing: inherit;
  vertical-align: middle;
  cursor: pointer;
  max-width: 75%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
form fieldset textarea.hs-input {
  height: 160px;
}
.contact_top_section h2 {
  font-size: 23px;
}
form textarea.hs-input {
  display: inline-block;
}
.header-v2-layout .product-inner-top-sections .hs_cos_gallery_main .slick-active .slick-slide-inner-wrapper img {
  max-height: 224.8px;
}
.product-inner-v2-banner.header-v2-banner .banner h1 {
  font-size: 30px;
}
.product-inner-v2-layout .left-icon-col .et-icon {
  color: #7ac142;
}
.form-st.top_padding {
  padding-top: 16px;
}
/* ========= Home Page ========= */
.hs-home-col-grid {
  padding: 34px 10px;
  width: 94%;
  max-width: 94%;
  margin:0 auto;
  display: flex;
  flex-wrap: wrap;
}
.home-main-content {
  box-shadow: 0px 0px 20px rgba(0,53,93,0.79);
  background-color: #ffffff;
  width: 74.25%;
  padding-bottom: 10px;
  margin-right: 3%;
  float:left;
}
.home-aside-col {
  box-shadow: 0px 0px 20px rgba(0,53,93,0.79);
  padding-bottom: 10px;
  background-color: #ffffff;
  width: 22.75%;
  margin-right: 3%;
  float:left;
}
.home-main-content:last-child, .home-aside-col:last-child {
  margin-right: 0;
}
.home-page-section  {
  padding-top: 10px;
  padding-bottom: 20px;
  background-color: #d8e7fa;
}
.home-page-section .dnd-section > .row-fluid {
  width: 100% !important;
  max-width: 100% !important;
}
.banner-section .hs_cos_gallery_main {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.banner-section .hs_cos_gallery_main img.hide-img {
  display: none !IMPORTANT;
}

.banner-section .hs_cos_gallery_main:before {
  content: "";
  display: block;
  width: 100%;
  background-image: url(https://2189976.fs1.hubspotusercontent-na1.net/hubfs/2189976/raw_assets/public/H2O_June2020/images/orange-blend_bar.jpg);
  padding-bottom: 0.8%;
  background-size: 100%;
}
.banner-section .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
  display: block;
  margin: 0 auto !important;
  max-width: 1366px;
  padding-top: 50px;
  padding-bottom: 51px;
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.banner-section .hs_cos_gallery_main .caption-bg-holder {
  padding: 30px;
  border-radius: 3px;
  background-color: rgba(61,61,61,0.5);
  color: #fff;
}
.banner-section .hs_cos_gallery_main .caption-bg-holder * {
  color: #fff;
}
.banner-section .hs_cos_gallery_main h1, .banner-section .hs_cos_gallery_main h2 {
  font-size: 46px;
}
.banner-section .hs_cos_gallery_main p {
  font-size: 18px;
  line-height: 27.2px;
}
.banner-section .hs_cos_gallery_main .hs-btn {
  margin-top: 20px;
  text-shadow: none;
}
.banner-section .hs_cos_gallery_main ul.slick-dots {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  text-align: center;
}
.banner-section .hs_cos_gallery_main ul.slick-dots li button {
  background-color: hsla(0,0%,100%,.5);
}
.banner-section .hs_cos_gallery_main ul.slick-dots li.slick-active button {
  background-color: #fff;
}
.banner-section .hs_cos_gallery_main .slick-slide {
  background-position: top left;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #84d0e9;
}
.banner-section .hs_cos_gallery_main button.slick-arrow {
  color: #fff;
  margin-top: -17px;
  text-shadow: 0px 0px;
}
.banner-section .hs_cos_gallery_main button.slick-arrow::after {
  text-shadow: 0px 0px;
}
.banner-section .hs_cos_gallery_main .slick-active .caption {
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: .9s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .7s;
  -moz-animation-delay: .9s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -o-animation-duration: .7s;
  -o-animation-delay: .9s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-fill-mode: both;
  -ms-animation-duration: .7s;
  -ms-animation-delay: .9s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-fill-mode: both;
  animation-duration: .7s;
  animation-delay: .9s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  -webkit-animation-name: fadeBottom;
  animation-name: fadeBottom;
}
.home-page-section .hs_cos_gallery_main {
  margin: 0;
  padding: 0;
}
.home-page-section .hs_cos_gallery_main .slick-slide {
  background-size: cover;
  background-position: 50%;
  text-align: center;
  height:auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  background-position: top left;
}
.home-page-section .hs_cos_gallery_main .slick-slide:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0.5);
}
.home-page-section .hs_cos_gallery_main .slick-slide-inner-wrapper {
  display: block !IMPORTANT;
  margin: 0 !important;
  position: relative;
  z-index: 3;
  width: 100% !important;
}
.home-page-section .hs_cos_gallery_main .slick-slide-inner-wrapper .caption {
  text-align: left !important;
  padding: 5px 0;
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.home-page-section .caption blockquote {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 18px;
  line-height: 27.2px;
}
.home-page-section .caption blockquote, .home-page-section .caption blockquote h3 {
  color: #fff;
}
.home-page-section img[align="left"] {
  margin-right: 15px !important;
}
.home-page-section .hs_cos_gallery_main ul.slick-dots {
  position: absolute;
  bottom: 20px;
}
.home-page-section .hs_cos_gallery_main ul.slick-dots li button {
  background-color: hsla(0,0%,100%,.5);
}
.home-page-section .hs_cos_gallery_main ul.slick-dots li.slick-active button {
  background: #fff;
}
.home-page-section .hs_cos_gallery_main button.slick-arrow {
  color: #fff;
}
.home-page-section .caption blockquote .hs-btn {
  margin-top: 20px;
}
.home-page-section .hs_cos_gallery_main .slick-active .slick-slide-inner-wrapper .caption {
  -webkit-animation-duration: .7s;
  -webkit-animation-delay: .9s;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: .7s;
  -moz-animation-delay: .9s;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-fill-mode: both;
  -o-animation-duration: .7s;
  -o-animation-delay: .9s;
  -o-animation-timing-function: ease-in-out;
  -o-animation-fill-mode: both;
  -ms-animation-duration: .7s;
  -ms-animation-delay: .9s;
  -ms-animation-timing-function: ease-in-out;
  -ms-animation-fill-mode: both;
  animation-duration: .7s;
  animation-delay: .9s;
  animation-timing-function: ease-in-out;
  animation-fill-mode: both;
  -webkit-animation-name: fadeBottom;
  animation-name: fadeBottom;
}
.slick-slide-inner-wrapper img.hide-img {
  display: none !important;
}
.home-page-section .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
  margin: 0;
}
.banner-section .hs_cos_gallery_main .slick-list:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  box-shadow: inset 0px 0px 10px 0px rgba(0,0,0,0.1);
}
.home-main-content div.widget-type-gallery,
.home-main-content div.widget-type-rich_text,
.home-main-content div.widget-type-linked_image   {
  margin-bottom: 2.02%;
}
.home-aside-col div.widget-type-gallery,
.home-aside-col div.widget-type-rich_text,
.home-aside-col div.widget-type-linked_image   {
  margin-bottom: 6.593%;
}
.home-page-section .home-two-col-grid-2 .hs_cos_gallery_main .slick-active .slick-slide-inner-wrapper .caption {
  padding-bottom: 20px;
  padding-top: 20px;
}
.home-page-section .home-two-col-grid-2 .hs_cos_gallery_main .slick-slide {
  background-position: 50%;
}
.home-page-section .home-two-col-grid-2 .hs_cos_gallery_main .slick-slide:before {
  background-color: rgba(0,0,0,0.65);
}
.home-section-bg-img {
  display: none;
}
.home-page-section {
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  background-attachment: fixed;
}
.main-sections > .row-fluid-wrapper > .row-fluid > [class*="span"] {
  min-height: 0;
}
.banner-section .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
  margin: 0;
  height: auto;
}
.hs_equipment .input>ul.inputs-list.multi-container>li {
  width: 20%;
}
.main-sections form {
  max-width: 100%;
}
/* ====== water test ===== */
.body-container-wrapper.water-test-layout {
  background: #fff;
}
.water-test-layout .main-sections {
  padding: 68px 0;
}
.water-test-layout .main-sections .dnd-section {
  padding-top: 34px;
  padding-bottom: 34px;
}
.banner-area > div > .row-fluid > .span12 {
  min-height: 0;
}
.from-type2-style form .field {
  margin-bottom: 18px;
}
.from-type2-style form .field > label {
  color: #414141;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 4px;
  line-height: 20px;
  font-weight: bold;
  display: block;
}
.from-type2-style form .hs-form-required {
  color: red;
  margin-left: 0;
}
.from-type2-style form .hs-input {
  background-color: #fff;
  margin: 0;
  padding: 4px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #666;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  transition: border 0.2s linear,box-shadow 0.2s linear;
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1);
  display: inline-block;
  min-height:0;
}
.from-type2-style form .hs-input:focus {
  outline: none;
  border-color: rgba(82,168,236,0.8);
  box-shadow: inset 0 1px 3px rgba(0,0,0,0.1), 0 0 8px rgba(82,168,236,0.6);
  color: #3e3e3e;
}
.from-type2-style form .actions {
  margin-top: 18px;
  margin-bottom: 18px;
  padding: 17px 0 18px 0px;
}
.from-type2-style form .actions .hs-button.primary.large {
  margin: 0;
  outline: 0;
  font-family: Helvetica,Arial,sans-serif;
  text-decoration: none;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
  padding: 7px 18px 7px;
  position: relative;
  text-align: center;
  color: #fff;
  text-shadow: 0 -1px 0 #3574e3;
  background-color: #3574e3;
  background-image: linear-gradient(to bottom, #7ec8f4,#3574e3);
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5);
  border-top: 1px solid #64baf0;
  border-bottom: 1px solid #1c4ed5;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
  border-radius: 4px;
  transition: opacity 0.15s linear;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
.from-type2-style form .actions .hs-button.primary.large:hover,
.from-type2-style form .actions .hs-button.primary.large:focus {
  box-shadow: inset 0px 1px 0px rgba(255,255,255,0.5), 0 0 5px #3574e3;
  border-top: 1px solid #4db0ee;
  border-bottom: 1px solid #1946be;
  border-right: 1px solid #3080e3;
  border-left: 1px solid #3080e3;
}
.from-type2-style form .actions .hs-button.primary.large:active {
  background-color: #599eeb;
  background-image: linear-gradient(to bottom, #3574e3,#599eeb);
  box-shadow: inset 0px 1px 2px rgba(0,0,0,0.3), inset 0px -1px 0px rgba(255,255,255,0.3);
  border-top: 1px solid #1c4ed5;
  border-bottom: 1px solid #4084e2;
  border-right: 1px solid #468ee6;
  border-left: 1px solid #468ee6;
}
.from-type2-style form .hs-input.error {
  border-color: #c87872;
  box-shadow: 0 0 3px rgba(171,41,32,0.25);
}
.from-type2-style form .hs-input.error:focus {
  border-color: #b9554d;
  box-shadow: 0 0 6px rgba(171,41,32,0.5);
}
.from-type2-style form ul.no-list.hs-error-msgs.inputs-list {
  border: none;
  background: transparent;
  line-height: 26px;
  padding: 0 0 23px !important;
  margin: 0 !important;
}
.from-type2-style form ul.no-list.hs-error-msgs.inputs-list .hs-error-msg {
  color: #414141;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 4px;
  line-height: 20px;
  display: block;
  font-weight: normal;
}
.from-type2-style form .hs_error_rollup ul.hs-error-msgs.inputs-list.no-list {
  padding-top: 6px !important;
}
.from-type2-style form .hs_error_rollup ul.hs-error-msgs.inputs-list.no-list label {
  color: #414141;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin-bottom: 4px;
  line-height: 20px;
  display: block;
  font-weight: normal;
}
.from-type2-style form {
  margin: 0 !important;
}
.main-sections .content-with-left-icon-md .left-icon-col .et-icon {
  font-size: 50px;
}
.from-type2-style form ul.no-list.hs-error-msgs.inputs-list .hs-error-msg,
.from-type2-style form .hs_error_rollup ul.hs-error-msgs.inputs-list.no-list label {
  color:red;
}


/* ======= fULL FORMS ===== */
.main-sections h3.form-title {
  margin: 10px 0 6px;
  font-size: 27px;
  margin-bottom: 21px;
}
form .hs_label .gfield_required {
  color: #790000;
  margin-left: 4px;
}
.main-sections h3.form-title:empty {
  display: none;
}
form .hs_label {
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: -28px;
  display:block;
}
.main-sections .field.no-label-avil > label {
  display: none;
}
.field.no-label-avil legend.hs-field-desc {
  display: block;
  font-size: .813em;
  letter-spacing: .5pt;
  margin: 1px 0 9px 1px;
}
form .hs-richtext .field_des {
  border-bottom: 1px solid #CCC;
  padding: 0 0 8px;
  Margin: 28px 0;
  margin-top: 18px;
}
form .hs-richtext .field_des p {
  font-size: .813em;
  margin-bottom: 9px;
  padding: 0;
  line-height: 26px;
}
fieldset .field.hs-fieldtype-radio .input>ul.inputs-list.multi-container {
  margin-top: 13px;
}
.form-st {
  border-bottom: 1px solid #CCC;
  margin: 24px 0 28px;
  padding: 0 0 8px;
}
.form-st h2 {
  font-weight: 700;
  font-size: 1.25em;
  margin: 0;
  padding: 0;
}
.bottom_section .dnd-section > .row-fluid {
  width: 100% !important;
}
input[type=checkbox]:checked+span, input[type=radio]:checked+span {
  font-weight: 700;
}
.contact_top_section .input>ul.inputs-list.multi-container>li {
  width: 50%;
}
form fieldset.form-columns-2 .input>ul.inputs-list.multi-container>li {
  width: 50%;
}
@media (min-width: 768px) {
  .main-sections div.widget-type-rich_text,
  .main-sections div.widget-type-linked_image {
    margin-bottom: 1.5%;
  }
  .main-sections .span9 div.widget-type-rich_text,
  .main-sections .span9 div.widget-type-linked_image {
    margin-bottom: 2.02%;
  }
  .main-sections .span3 div.widget-type-rich_text,
  .main-sections .span3 div.widget-type-linked_image {
    margin-bottom: 6.593%;
  }
  .main-sections .span6 div.widget-type-rich_text,
  .main-sections .span6 div.widget-type-linked_image,
  .main-sections .span6  .embed-md {
    margin-bottom: 3.093%;
  }
  .main-sections .span4 div.widget-type-rich_text,
  .main-sections .span4 div.widget-type-linked_image {
    margin-bottom: 4.787%;
  }
  .market-inner-main-sections .widget-type-linked_image {
    margin-bottom: 1.5%;
  }
  .market-inner-main-sections .span6 .widget-type-linked_image,
  .market-inner-main-sections .span6 div.widget-type-rich_text,
  .market-inner-main-sections .span6 .widget-type-gallery{
    margin-bottom: 3.093%;
  }
  .market-inner-main-sections .span4 .widget-type-linked_image {
    margin-bottom: 4.787%;
  }
  .market-inner-main-sections .span8 div.widget-type-rich_text,
  .market-inner-main-sections .span8 .widget-type-gallery,
  .recent-post-slider-wrapper {
    margin-bottom: 2.284%;
  }
  .video-gallery-wrapper {
    margin-bottom: 4.787%;
  }
  .product-inner-top-sections .span6 div.widget-type-rich_text {
    margin-bottom: 3.093%;
  }
}
@media (max-width: 1706px) and (min-width: 768px) {
  .main-sections .content-with-left-icon-md .left-icon-col .et-icon {
    font-size: 30px;
  }
  .main-sections .content-with-left-icon-md h4 {
    font-size: 14px;
  }
}
@media (max-width: 1024px) and (min-width: 768px) {
  .contact_top_section h2 {
    font-size: 14px;
  }
  .product-inner-main-sections h2 {
    font-size: 17px;
  }
}

/* ===== desktop end ====== */
@media (max-width: 1706px) {
  .product-sections .dnd-section > .row-fluid,
  .product-main-sections .dnd-section > .row-fluid {
    padding-top: 2%;
    padding-bottom: 2%;
  }
  .water-test-layout .main-sections {
    padding: 4% 0;
  }
  .water-test-layout .main-sections .dnd-section {
    padding-top: 2%;
    padding-bottom: 2%;
  }
}

@media (max-width: 1050px) {
  .home-page-section img[align="left"] {
    display: none;
  }
}
@media (max-width: 980px) {
  .two-column-layout-section .hs-main-content {
    width: 100%;
    padding-right: 0;
    float: none;
    padding-bottom: 0;
    border: none;
  }
  .two-column-layout-section .hs-sidebar {
    width: 100%;
    margin-left: 0;
    border-left: none;
    padding-left: 0;
    padding-top: 0;
  }
  .has-related-case-slider img[align="left"] {
    float: none;
    margin: 0 auto !important;
  }
  .water-test-layout .main-sections {
    padding: 0;
  }
  .water-test-layout .main-sections .dnd-section {
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .banner-section .hs_cos_gallery_main:before {
    height: auto;
    padding-bottom: 0.8%;
  }
  .banner-section .hs_cos_gallery_main {
    padding-bottom: 50px;
    padding-top: 50px;
    background: #333333;
  }
  .banner-section .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    margin: 0;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
  .banner-section .hs_cos_gallery_main .slick-slide .slick-slide-inner-wrapper {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-page-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .hs-home-col-grid {
    width: 80%;
    max-width: 80%;
    padding-top: 19px;
    padding-bottom: 19px;
  }
  .home-main-content, .home-aside-col {
    width: 100%;
    float: none;
    margin-bottom: 30px;
    margin-right: 0;
  }
  .home-main-content:last-child, .home-aside-col:last-child {
    margin-bottom: 0;
  }
  .home-main-content div.widget-type-gallery,
  .home-main-content div.widget-type-rich_text,
  .home-main-content div.widget-type-linked_image {
    margin-bottom: 30px;
  }
  .home-aside-col div.widget-type-gallery,
  .home-aside-col div.widget-type-rich_text, 
  .home-aside-col div.widget-type-linked_image {
    margin-bottom: 30px;
  }
  .banner-section .hs_cos_gallery_main ul.slick-dots {
    bottom: 70px;
  }
}

@media (max-width: 767px) {
  .product-sections .dnd-section>.row-fluid, .product-main-sections .dnd-section>.row-fluid {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  body .product-sections .dnd-section:first-child {
    padding-top: 50px !important;
  }
  body .product-main-sections .dnd-section {
    padding-bottom: 50px !important;
  }
  .product-sections div.widget-type-rich_text,
  .product-sections div.widget-type-linked_image,
  .product-main-sections div.widget-type-rich_text,
  .product-main-sections div.widget-type-linked_image{
    margin-bottom: 30px;
  }
  .product-sections .dnd-column .dnd-row .dnd-column,
  .product-main-sections .dnd-column .dnd-row .dnd-column {
    margin-bottom: 30px;
  }
  .product-sections .dnd-column .dnd-row .dnd-column:last-child,
  .product-main-sections .dnd-column .dnd-row .dnd-column:last-child {
    margin-bottom: 0;
  }
  body .product-main-sections .dnd-section.full-md-dnd {
    padding-bottom: 0 !important;
  }
  .product-inner-top-sections .dnd-section:first-child  > .row-fluid{
    padding-top: 30px;
  }
  .product-inner-top-sections div.widget-type-rich_text,
  .product-inner-top-sections .content-with-left-icon-md  {
    margin-bottom: 30px;
  }
  .product-inner-main-sections div.widget-type-rich_text, 
  .product-inner-main-sections .btn-container {
    margin-bottom: 30px ;
  }
  .product-inner-main-sections .widget-span:not(.span12) {
    margin-bottom: 30px;
  }
  .product-inner-main-sections .widget-span:not(.span12):last-child {
    margin-bottom: 0;
  }
  .related-case-studies-wrapper .case-meta {
    font-size: inherit;
    line-height: inherit;
    margin: 0;
  }
  .related-case-studies-wrapper h2.case_study_title {
    padding-bottom: 10px;
  }
  .product-inner-main-sections .dnd-section:last-child > .row-fluid {
    padding-bottom: 30px;
  }
  .product-inner-main-sections .span8 div.widget-type-rich_text,
  .product-inner-main-sections .span8 .embed-md,
  .product-inner-main-sections .span8 div.widget-type-linked_image {
    margin-bottom: 30px;
  }
  .market-inner-main-sections div.widget-type-rich_text,
  .market-inner-main-sections .widget-type-gallery {
    margin-bottom: 30px;
  }
  .market-inner-main-sections .span4 div.widget-type-rich_text {
    margin-bottom: 30px;
  }
  .market-inner-main-sections .dnd-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  img[align="right"] {
    float: none;
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }
  img[align="left"] {
    float: none;
    margin-right: 0;
    display: block;
    margin-left: 0;
    margin-bottom: 10px;
  }
  .has-related-case-slider img[align="left"] {
    margin-right: auto !IMPORTANT;
  }
  .has-related-case-slider .hs_cos_gallery_main ul.slick-dots {
    position: absolute;
    bottom: 5px;
    left: 0;
    width: 100%;
    text-align: center;
    z-index: 10;
    height: 14px;
  }
  .has-related-case-slider .caption blockquote > img {
    display: none;
  }
  .market-inner-main-sections .widget-span:not(.span12) {
    margin-bottom: 30px;
  }
  .main-sections .widget-span:not(.span12) {
    margin-bottom: 30px;
  }
  .main-sections .widget-span:not(.span12):last-child {
    margin-bottom: 0;
  }
  .main-sections div.widget-type-rich_text,
  .main-sections div.widget-type-linked_image {
    margin-bottom: 30px;
  }
  .banner-section.header-v2-banner {
    margin-top: -1px;
  }
  .two-column-layout-section .hs-main-content h2 {
    font-size: 18px;
  }
  .contact_top_section .dnd-section {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .contact_top_section .dnd-section > .row-fluid {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .market-inner-main-sections .widget-type-linked_image,
  .recent-post-slider-wrapper,
  .video-gallery-wrapper,
  .main-sections .embed-md {
    margin-bottom: 30px;
  }
  .home-main-content div.widget-type-gallery,
  .home-main-content div.widget-type-rich_text,
  .home-main-content div.widget-type-linked_image   {
    margin-bottom: 30px;
  }
  .home-aside-col div.widget-type-gallery,
  .home-aside-col div.widget-type-rich_text,
  .home-aside-col div.widget-type-linked_image   {
    margin-bottom: 30px;
  }
  .slick-slider:hover button.slick-prev.slick-arrow {
    left:0;
  }
  .slick-slider:hover button.slick-next.slick-arrow {
    right:0;
  }
  .has-related-case-slider .caption blockquote {
    font-size: 14px;
    line-height: 27.2px;
  }
  .water-test-layout .main-sections .dnd-section {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .water-test-layout img[align="left"] {
    margin-bottom: 0;
  }
  .banner-section .hs_cos_gallery_main ul.slick-dots {
    bottom: calc(5% - -50px);
    height: 14px;
  }
  .banner-section .hs_cos_gallery_main p {
    font-size: 14px;
  }
  .home-page-section .caption blockquote {
    font-size: 14px;
  }
  .hs-home-col-grid {
    padding-top: 14px;
    padding-bottom: 14px;
  }
  .home-page-section .hs_cos_gallery_main ul.slick-dots {
    bottom: 5%;
    height: 14px;
  }
  form .hs-richtext h3:last-child {
    margin-bottom: 0;
  }
  form .hs-richtext {
    margin-bottom: 0;
  }
  .form-st.top_padding {
    padding-top: 0;
  }
  .form-st {
    margin-bottom: 11px;
    margin-top: 25px;
  }
  form select.hs-input {
    min-height: 0;
  }
  .hs-input[type=checkbox], .hs-input[type=radio] {
    min-height:0;
  }
  form .hs-richtext p {
    margin-bottom: 1px;
  }

}
/* ====== 767 End ========= */
@media (max-width: 641px) {
  form .hs-input {
    line-height: 2;
    min-height: 2rem;
    padding: 5px 4px;
  }
  form .hs-button {
    line-height: 2;
    min-height: 2rem;
    width: 100%;
    margin: 0 0 12px;
  }
  fieldset > div, form fieldset.form-columns-3 .hs-form-field {
    width: 100% !important;
    float: none !important;
  }
  form fieldset textarea.hs-input {
    height: 120px;
  }
  .from-type2-style form .actions .hs-button.primary.large {
    min-height: 0;
    width: auto;
  }
  .slick-slider button.slick-prev.slick-arrow {
    left: 0 !important;
    opacity: 1 !important;
  }
  .slick-slider button.slick-next.slick-arrow {
    right: 0 !important;
    opacity: 1 !important;
  }
  .two-column-layout-section img.hs-image-widget {
    margin-bottom: 10px;
  }
  .contact_top_section .input>ul.inputs-list.multi-container>li, .input>ul.inputs-list.multi-container>li {
    width: 100%;
    margin: 0 0 16px;
    line-height: 1.2;
  }
  .input>ul.inputs-list.multi-container>li label span {
    font-size: 14px;
    display: -moz-inline-stack;
    display: inline-block;
    letter-spacing: inherit;
    vertical-align: middle;
    width: 85%;
    white-space: normal;
  }
  .hs_equipment .input>ul.inputs-list.multi-container>li {
    width:100%;
  }
  form .hs_label {
    margin-bottom: 0;
  }
  form fieldset.form-columns-2 .input>ul.inputs-list.multi-container>li {
    width: 100%;
  }
  form fieldset.form-columns-2 .input>ul.inputs-list.multi-container>li:last-child {
    margin-bottom: 0;
  }
  .post_summary {
    word-break: break-all;
  }

}


@media (max-width: 480px) {
  .banner-section .hs_cos_gallery_main ul.slick-dots {
    bottom: calc(5% - -40px);
  }
  .banner-section .hs_cos_gallery_main h1,
  .banner-section .hs_cos_gallery_main h2 {
    font-size: 30px;
  }
  .home-main-content, .home-aside-col {
    margin-bottom: 15px;
  }
  .home-main-content:last-child, .home-aside-col:last-child {
    margin-bottom: 0;
  }
  .home-page-layout .bottom-pane {
    padding-top: 100px;
  }
  .home-page-section .hs_cos_gallery_main.slick-fixed-height-slider .slick-slide {
    padding-bottom: 15px;
  }
  .hs-home-col-grid.home-two-col-grid-2 .home-aside-col {
    margin-bottom: 30px;
  }
  .two-column-layout-section .hs-main-content h2 {
    font-size: 16px;
    padding-bottom: 0;
  }
  body .bottom_section .bottom-pane {
    padding-top: 100px;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your headers look
when it comes to the logo, search field, language switcher and navigation.
You will also find the mobile menu styles below.
*********************************************************************************
****************************************************************************** */
header.header {
  min-height:100px;
}
.header .custom-header {
  background-color: transparent;
}
.custom-header {
  -webkit-transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  -webkit-transition: background-color .4s,color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out;
  transition: background-color .4s,color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  z-index: 99999;
  width: 100%;
  line-height: 23px;
  font-weight: 500;
  box-shadow: 1px 1px 1px rgb(158, 158, 158);
  background-color: #00355d;
  background: -moz-linear-gradient(left,#ffffff 0%,#00355d 100%);
  background: -webkit-linear-gradient(left,#ffffff 0%,#00355d 100%);
  background: linear-gradient(to right,#ffffff 0%,#00355d 100%);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}
.header-logo img.hs-image-widget {
  width: auto !important;
  max-height: 70px;
  vertical-align: middle;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.header-logo {
  display: inline-block;
  padding: 15px 0;
}
.header-logo {
  display: inline-block;
  padding: 15px 0;
  padding-left: 3px;
}
.header-menu-grp {
  padding: 43px 0 0 0;
  float: right;
}

.header-logo {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.header-menu-grp {
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.banner-section .dnd-section > .row-fluid {
  max-width: 100% !important;
  width: 100% !important;
}

@media (min-width: 981px) {
  .fixed-header .header-logo img.hs-image-widget {
    max-height: 37.797px;
  }
  .fixed-header .header-logo {
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .fixed-header .header-menu-grp {
    padding-top: 20px;
  }
  .fixed-header .custom-header {
    box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -moz-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
    -webkit-box-shadow: 0 0 7px rgba(0,0,0,.1)!important;
  }
}

@media (max-width: 980px) {
  
  .custom-header {
    position: relative;
  }
  header.header {
    min-height: 0;
    margin-bottom: -1px;
  }
  .custom-header:after {
    content: "";
    display: table;
    clear: both;
  }
  .header-menu-grp {
    padding-top: 24px;
  }
  .mobile-trigger {
    padding-bottom: 24px;
    line-height: 0;
  }
  .mobile-trigger-inner:before {
    font-family: ETmodules!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-shadow: 0 0;
    font-size: 32px;
    position: relative;
    left: 0;
    top: 0;
    cursor: pointer;
    content: url(https://2189976.fs1.hubspotusercontent-na1.net/hubfs/2189976/raw_assets/public/H2O_June2020/images/menu-btn.png);
    color: #f47c2f;
  }
  .header-logo img.hs-image-widget {
    width: 167.453px !important;
    max-height: none;
  }
  .header-logo {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    min-height: 116px;
    width: 100%;
  }
  .header-row {
    display: flex;
    align-items: flex-start;
  }
  .custom-header .page-center {
    position: relative;
  }
  .custom-menu-primary {
    z-index: 9999;
    border-top: 3px solid #2ea3f2;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
    width: 100%;
    position: absolute;
    left: 0;
    padding: 5%;
    right: 0;
    border-color: #f47c2f;
    background: #00355d;
    top: 100%;
    display:none;
  }
  .header_v2 .header-logo img.hs-image-widget {
    width: 136.453px !IMPORTANT;
  }
}

@media (max-width: 440px) {
  .header-logo img.hs-image-widget,
  .header_v2 .header-logo img.hs-image-widget {
    width: auto !important;
    max-width: 65.8%;
  }
}
@media (max-width: 380px) {
  .header-logo img.hs-image-widget,
  .header_v2 .header-logo img.hs-image-widget {
    width: 128px !important;
    max-width: 100%;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles to control how your
footer looks when it comes to spacing and other general styles.
*********************************************************************************
****************************************************************************** */

.footer {
  background-color: transparent;
}
.footer__container {
  padding: 1rem;
  margin: 0 auto;
}
.footer-bottom {
  padding: 15px 0 5px;
}
.et-social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
  line-height: inherit !important;
}
.et-social-icons li {
  display: inline-block;
  margin-left: 20px;
}
.et-social-icon a {
  text-decoration: none;
  display: inline-block;
  font-size: 24px;
  position: relative;
  text-align: center;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  line-height: 27.2px;
}
.et-social-icon span {
  display: none;
}
.et-social-rss a.icon:before {
  content: "\e09e";
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
}
.et-social-icon a:hover {
  opacity: .7;
}
.footer__copyright {
  padding-bottom: 10px;
  float: left;
  text-align: left;
}

#footer-widgets {
  padding: 6% 0 0;
}
.footer-top h3 {
  font-size: 18px;
}
.footer-top p {
  margin: 0;
  padding: 0;
}
.footer-top #footer-widgets .col-1 a {
  margin-bottom: 4px;
  padding: 2px 8px;
  border-radius: 3px;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
  border: 1px solid;
  line-height:27.2px;
}
.footer-widget {
  float: left;
}
#footer-widgets:after {
  content: "";
  display: table;
  clear: both;
}
.footer_rss .hs-rss-item {
  margin-bottom: .5em;
  margin-top: 0.5em;
  position: relative;
}
.footer_rss .hs-rss-item .hs-rss-title {
  display: inline;
}
.footer_rss .hs-rss-item .hs-rss-byline {
  opacity: 1;
  font-size: 100%;
}

.footer-search form {
  margin: 0;
  max-width: 100%;
  position: relative;
}
.footer-search form .hs-search-field__input {
  -webkit-appearance: none;
  background-color: #fff;
  width: 100%;
  border-radius: 3px;
  max-width: 100%;
  padding: .7em;
  height: 40px!important;
  margin: 0;
  font-size: 14px;
  line-height: normal!important;
  border: 1px solid #ddd;
  color: #666;
}

.footer-search form button {
  -webkit-appearance: none;
  cursor: pointer;
  background-color: #ddd;
  width: 70px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  position: absolute;
  right: 0;
  top: 0;
  padding: .7em;
  height: 40px!important;
  margin: 0;
  font-size: 14px;
  line-height: normal!important;
  border: 1px solid #ddd;
  color: #666;
}
.footer-search form button:after {
  content: "Search";
}
.footer-search form button span {
  display:none;
}

@media (min-width: 981px) {
  .footer-widget {
    margin-right: 3%;
    margin-bottom: 3%;
    width: 22.75%;
    text-align: center;
  }
  .footer-widget:last-child {
    margin-right: 0;
  }
}

@media (max-width: 980px) {
  #footer-widgets {
    padding: 8% 0;
  }
  .et-social-icons {
    margin: 0 0 5px;
    float: none;
    text-align: center;
  }
  .footer .footer__copyright {
    float: none;
    text-align: center;
  }
  .footer-widget:nth-child(n) {
    width: 46.25%!important;
    margin: 0 7.5% 7.5% 0!important;
  }
  #footer-widgets .footer-widget:nth-child(2n) {
    margin-right: 0!important;
  }
  #footer-widgets .footer-widget:nth-last-child(-n+2) {
    margin-bottom: 0!important;
  }
  .footer-widget {
    text-align: center;
  }
}
@media (max-width: 767px) {
  #footer-widgets .footer-widget, .et_pb_gutters1 #footer-widgets .footer-widget {
    width: 100%!important;
    margin-right: 0!important;
  }
  #footer-widgets .footer-widget .fwidget, #footer-widgets .footer-widget:nth-child(n) {
    margin-bottom: 9.5%!important;
  }
  #footer-widgets .footer-widget .fwidget:last-child, #footer-widgets .footer-widget:last-child {
    margin-bottom: 0!important;
  }
  #footer-widgets {
    padding: 10% 0;
  }
}

@media (max-width: 479px) {
  #footer-widgets {
    padding: 12% 0;
  }
  #footer-widgets .footer-widget:nth-child(n), .footer-widget .fwidget {
    margin-bottom: 11.5%!important;
  }
}
/* ******************************************************************************
*********************************************************************************
This file contains all the neccessary styles for your blog. The styles included
are for the listing and post templates, featured images and pagination.
Also for the post meta infromation like tags, author and published date
*********************************************************************************
****************************************************************************** */

/* TODO: Find a better place for this */
.content-wrapper {
  max-width: 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-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-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: transparent;
  padding: 2rem 0;
}
.blog-recent-posts h2 {
  text-align: center;
}
.blog-recent-posts__list {
  display: flex;
}
.blog-recent-posts__post {
  display: block;
  flex:  0 0 100%;
  color: #494a52;
  padding: 1rem;
}
@media screen and (min-width: 768px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/2);
  }
}
@media screen and (min-width: 1000px) {
  .blog-recent-posts__post {
    flex:  0 0 calc(100%/3);
  }
}
.blog-recent-posts__post:hover {
  text-decoration: none;
}
.blog-recent-posts__image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding-bottom: 63%;
}
.blog-recent-posts__title {
  margin: 1rem 0 .5rem;
}

.blog-comments {
  max-width: 100%;
  margin: 15px auto;
}
.blog-comments form {
  max-width: 100%;
}
.blog-comments .hs-submit {
  text-align: center;
}
.blog-comments .hs-button {
  background-color: transparent;
  border: 2px solid #494A52;
  color: #494A52;
}
.blog-comments .hs-button:hover {
  background-color: #494A52;
  color: #fff;
}
.blog-comments .comment-reply-to {
  border: 0 none;
}
.blog-comments .comment-reply-to:hover {
  background-color: transparent;
  text-decoration: underline;
  color: #494A52;
}
.comment-date {
  display: block !IMPORTANT;
}


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

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

/* ======== Blog Css ======= */
.body-container-wrapper.hs-blog {
  background: #fff;
}
.post-listing .post-item {
  margin-bottom: 115px;
}
.entry-featured-image {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.entry-featured-image img {
  max-width: 50%;
  vertical-align: bottom;
  float: left;
  margin-right: 30px;
}
.post-listing .post-item:after {
  content: "";
  display: table;
  clear: both;
}

.body-container-wrapper.hs-blog.hs-news {
  background-image: url(https://2189976.fs1.hubspotusercontent-na1.net/hubfs/2189976/raw_assets/public/H2O_June2020/images/faded-splash.jpg);
  padding: 68px 0;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
}
.hs-blog .blog-content {
  width: 74.25%;
  margin-right: 3%;
  float: left;
}
.hs-blog .blog-sidebar {
  width: 22.75%;
  padding: 2.855% 0;
  float: left;
}
.hs-blog .blog-content .blog-content-inner {
  padding: 3.735% 0;
}
.post-byline {
  color: #666;
  margin-bottom: 6px;
}
.post-byline a, .post-byline a:hover {
  color: #666;
}
.blog-recent-post-item {
  border: 1px solid #d8d8d8;
  padding: 19px;
  background-color: #fff;
  margin-bottom: 13.187%;
}
.blog-recent-hs-featured-image-wrapper {
  margin: -20px -20px 29px;
  position: relative;
}
.blog-recent-hs-featured-image-wrapper a {
  display: block;
  position: relative;
  margin-bottom: 30px;
}
.blog-recent-hs-featured-image-wrapper img {
  float: left;
  width: 100%;
  vertical-align: bottom;
  margin-bottom: 15px;
}
h2.recent-post-title {
  font-size: 18px;
}
.recent-byline {
  font-size: 14px;
  margin-bottom: 6px;
  line-height: 27.2px;
}

/* ==== blog Banner ===== */
.banner {
  text-align: center;
  background-color: #333333;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  background-position: 50%;
}
.top-orng-bar {
  line-height: 0;
}
.top-orng-bar img {
  width: 100%;
}
.banner-inner-wrapper {
  padding: 0 6%;
}
.banner-inner-wrapper-2 {
  max-width: 1366px;
  margin: 0 auto;
  text-shadow: 0 1px 3px rgba(0,0,0,.3);
}
.banner-content-holder {
  background-color: rgba(61,61,61,0.5);
  border-radius: 3px;
  padding: 30px;
  color: #fff;
}
.banner-content-holder * {
  color: #fff;
}
.banner h2 {
  font-size: 46px;
}
.btn {
  font-size: 20px;
  font-weight: 500;
  padding: .3em 1em;
  line-height: 1.7em!important;
  background-color: transparent;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat;
  border: 2px solid;
  border-radius: 3px;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: relative;
  display: inline-block;
  border-radius: 7px;
  border-width: 0;
  color: #fffcfc;
  font-size: 18px;
  background-color: #f47c2f;
  text-decoration: none !important;
}
.btn:hover {
  padding: .3em 2em .3em .7em;
  background: #a0a0a0;
  color: #fffcfc;
}
.with-icon:before {
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  font-family: ETmodules!important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0;
  line-height: inherit;
  font-size: inherit!important;
  opacity: 0;
  margin-left: -1em;
  left: auto;
  display: inline-block;
}
.banner .banner-btn-wrapper {
  margin-top: 20px;
  text-shadow: none;
}
.banner .btn:hover .with-icon:before {
  left: auto;
  margin-left: .3em;
  opacity: 1;
}
.banner-lr0 .banner-inner-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.banner-lr0 .banner-inner-wrapper-2 {
  width: 80%;
}
.banner-lr0 .banner-content-holder {
  border-radius: 5px;
}
.banner p {
  font-weight: 400;
  font-size: 18px;
  line-height: 27.2px;
}
.green_border {
  display:none;
}
.header-v2-banner .ornage_border {
  display: none;
}
.header-v2-banner .green_border {
  display: block;
}
.banner-content-holder a {
  color: #fff;
}
.header-v2-banner .banner h1 {
  font-size: 46px;
}
.banner.banner-has-overlay:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
  background-color: rgba(0,0,0,0.56);
}
.banner.banner-has-overlay .top-orng-bar {
  position: relative;
  z-index: 2;
}
.banner.banner-has-overlay .banner-inner-wrapper {
  position: relative;
  z-index: 2;
}
.banner.banner-has-overlay .banner-content-holder {
  padding: 0;
  background: transparent;
}
.banner.blog-banner .banner-inner-wrapper-2 {
  padding-top: 75px;
  padding-bottom: 75px;
}
.banner.blog-banner h2 {
  padding-bottom: 20px;
}
.recent-post_sum {
  word-break: break-word;
}

@media (max-width: 980px) {
  .banner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .banner h2 {
    font-size: 26px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .banner h2 {
    font-size: 20px;
  }
}

/* ======= Bottom Pane ======= */
.bottom-pane {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 68px 0;
  background-color: #d8e7fa;
}
.bottom-pane .page-center:after {
  content:"";
  display:table;
  clear:both;
}
.bottom-pane .page-center {
  padding: 34px 0;
}
.bottom-pane-column {
  width: 48.5%;
  margin-right: 3%;
  float:left;
}
.bottom-pane-column:last-child {
  margin-right: 0;
}
.bottom-pane-icon-col {
  margin-bottom: 30px;
  width: 32px;
  display: table-cell;
  line-height: 0;
}
.bottom-pane-icon-col .et-icon {
  font-weight: 400;
  -webkit-font-feature-settings: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  font-family: ETmodules;
  border-radius: 100%;
  display: table-cell;
  font-size: 16px;
  padding: 8px;
  color: #f47c2f;
  background-color: #ffffff;
}
.bottom-pane-icon-content-col {
  display: table-cell;
  vertical-align: top;
  padding-left: 15px;
}
.bottom-pane-icon-content-col * {
  color:#fff;
}
.bottom-pane-icon-content-col a {
  color: #ffffff!important;
  border-bottom: 1px solid;
  font-weight: bold;
  text-decoration: none;
}
.hs-blog-pagination .next_nav {
  float: left;
}
.hs-blog-pagination .prev_nav {
  float: right;
}
.hs-blog-pagination:after {
  content: "";
  display: table;
  clear: both;
}

@media (max-width: 1706px) {
  .bottom-pane {
    padding: 4% 0;
  }
  .bottom-pane .page-center {
    padding: 2% 0;
  }
}
@media (max-width: 980px) {
  .bottom-pane {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .bottom-pane .page-center {
    padding: 19px 0;
  }
  .bottom-pane-column {
    width: 100%;
    margin-bottom: 30px;
    float: none;
    margin-right: 0;
  }
  .bottom-pane-column:last-child {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .bottom-pane .page-center {
    padding: 14px 0;
  }
}
/* === End Bottom Pane ====== */

/* ===== Post Page ====== */
.hs-main-content .main_sec_inner {
  padding: 68px 0;
}
.hs-main-content .main_sec_inner-container {
  width: 80%;
  margin: 0 auto;
  padding: 34px 0;
}


@media (max-width: 1707px) {
  .body-container-wrapper.hs-blog.hs-news {
    padding: 4% 0;
  }
  .hs-main-content .main_sec_inner {
    padding: 4% 0;
  }
  .hs-main-content .main_sec_inner-container {
    padding: 2% 0;
  }
}
@media (max-width: 980px) {
  .entry-featured-image img {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .body-container-wrapper.hs-blog.hs-news {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .hs-blog .blog-content {
    width: 100%;
    float: none;
    margin-right: 0;
  }
  .hs-blog .blog-content .blog-content-inner {
    padding: 19px 0;
  }
  .hs-blog .blog-sidebar {
    width: 100%;
    float: none;
    padding: 0;
  }
  .blog-recent-post-item {
    margin: 0 5.5% 7.5% 0;
    width: 47.25%;
    float: left;
  }
  .blog-recent-post-item:nth-child(even) {
    margin-right: 0;
  }
  .hs-main-content .main_sec_inner {
    padding-bottom: 50px;
    padding-top: 50px;
  }
  .hs-main-content .main_sec_inner-container {
    padding: 19px 0;
  }
  .hs-blog .blog-content {
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .hs-blog .blog-content .blog-content-inner {
    padding: 14px 0;
  }
  .hs-news h2.post-title {
    font-size: 18px;
  }
  .blog-recent-post-item {
    width: 100%;
    float: none;
    margin-bottom: 9.5%;
  }
  .hs-main-content .main_sec_inner-container {
    padding: 14px 0;
  }
  .hs-post-body img {
    float: none !important;
    margin: 0 0 15px !IMPORTANT;
  }
}
@media (max-width: 479px) {
  .hs-blog .two-column-layout-section .hs-main-content h2 {
    font-size: 16px;
    padding-bottom: 0;
  }
  .blog-bottom-pane.bottom-pane {
    padding-top:100px;
  }
  .hs-news h2.post-title {
    font-size: 16px;
    padding-bottom: 0;
  }
  h2.recent-post-title {
    font-size: 16px;
    padding-bottom: 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.
*********************************************************************************
****************************************************************************** */
.body-container-wrapper.error-layout {
  background: #fff;
}
.eroor_content_holder {
  margin-bottom: 115px;
}
.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;
}
@media screen and (min-width: 1100px) {
  .error-page:before {
    font-size: 20rem;
  }
}
.error-page_heading {
  margin-bottom: 1rem;
  position:relative;
  z-index: 1;
}
.error-page p {
  position:relative;
  z-index: 1;
}

.systems-page {
  padding: 3rem 0;
}
.systems-page .success {
  display: inline-block;
  margin: 2rem 0;
  max-width: 650px;
  width:100%;
  background-color: #CDE3CC;
  border: 1.5px solid #4F7D24;
  border-radius: 6px;
  font-size: .75rem;
  color: #4F7D24;
  padding: .1rem .75rem;
}
.form-container ul.no-list.hs-error-msgs {
  margin: 0;
  padding: 0;
}
.form-container .hs-form-field {
  margin-bottom: 16px;
}
.form-container .actions {
  margin: 10px 0;
}

.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;
}
@media (max-width: 479px) {
  .systems-page h1 {
    font-size: 25px;
  }
  .systems-page h2 {
    font-size: 20px;
  }
}