*, *:before, *:after {
  box-sizing: border-box;
}
/*! 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;
}
/* Responsive Grid */

.row-fluid {
    width: 100%;
    *zoom: 1;
}

.row-fluid:before, .row-fluid:after {
    display: table;
    content: "";
}

.row-fluid:after {
    clear: both;
}

.row-fluid [class*="span"] {
    display: block;
    float: left;
    width: 100%;
    min-height: 1px;
    margin-left: 2.127659574%;
    *margin-left: 2.0744680846382977%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.row-fluid [class*="span"]:first-child {
    margin-left: 0;
}

.row-fluid .span12 {
    width: 99.99999998999999%;
    *width: 99.94680850063828%;
}

.row-fluid .span11 {
    width: 91.489361693%;
    *width: 91.4361702036383%;
}

.row-fluid .span10 {
    width: 82.97872339599999%;
    *width: 82.92553190663828%;
}

.row-fluid .span9 {
    width: 74.468085099%;
    *width: 74.4148936096383%;
}

.row-fluid .span8 {
    width: 65.95744680199999%;
    *width: 65.90425531263828%;
}

.row-fluid .span7 {
    width: 57.446808505%;
    *width: 57.3936170156383%;
}

.row-fluid .span6 {
    width: 48.93617020799999%;
    *width: 48.88297871863829%;
}

.row-fluid .span5 {
    width: 40.425531911%;
    *width: 40.3723404216383%;
}

.row-fluid .span4 {
    width: 31.914893614%;
    *width: 31.8617021246383%;
}

.row-fluid .span3 {
    width: 23.404255317%;
    *width: 23.3510638276383%;
}

.row-fluid .span2 {
    width: 14.89361702%;
    *width: 14.8404255306383%;
}

.row-fluid .span1 {
    width: 6.382978723%;
    *width: 6.329787233638298%;
}

.container-fluid {
    *zoom: 1;
}

.container-fluid:before, .container-fluid:after {
    display: table;
    content: "";
}

.container-fluid:after {
    clear: both;
}

@media (max-width: 767px) {
    .row-fluid {
        width: 100%;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: none;
        width: auto;
        margin-left: 0;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.762430939%;
        *margin-left: 2.709239449638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 99.999999993%;
        *width: 99.9468085036383%;
    }

    .row-fluid .span11 {
        width: 91.436464082%;
        *width: 91.38327259263829%;
    }

    .row-fluid .span10 {
        width: 82.87292817100001%;
        *width: 82.8197366816383%;
    }

    .row-fluid .span9 {
        width: 74.30939226%;
        *width: 74.25620077063829%;
    }

    .row-fluid .span8 {
        width: 65.74585634900001%;
        *width: 65.6926648596383%;
    }

    .row-fluid .span7 {
        width: 57.182320438000005%;
        *width: 57.129128948638304%;
    }

    .row-fluid .span6 {
        width: 48.618784527%;
        *width: 48.5655930376383%;
    }

    .row-fluid .span5 {
        width: 40.055248616%;
        *width: 40.0020571266383%;
    }

    .row-fluid .span4 {
        width: 31.491712705%;
        *width: 31.4385212156383%;
    }

    .row-fluid .span3 {
        width: 22.928176794%;
        *width: 22.874985304638297%;
    }

    .row-fluid .span2 {
        width: 14.364640883%;
        *width: 14.311449393638298%;
    }

    .row-fluid .span1 {
        width: 5.801104972%;
        *width: 5.747913482638298%;
    }
}

@media (min-width: 1280px) {
    .row-fluid {
        width: 100%;
        *zoom: 1;
    }

    .row-fluid:before, .row-fluid:after {
        display: table;
        content: "";
    }

    .row-fluid:after {
        clear: both;
    }

    .row-fluid [class*="span"] {
        display: block;
        float: left;
        width: 100%;
        min-height: 1px;
        margin-left: 2.564102564%;
        *margin-left: 2.510911074638298%;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
        box-sizing: border-box;
    }

    .row-fluid [class*="span"]:first-child {
        margin-left: 0;
    }

    .row-fluid .span12 {
        width: 100%;
        *width: 99.94680851063829%;
    }

    .row-fluid .span11 {
        width: 91.45299145300001%;
        *width: 91.3997999636383%;
    }

    .row-fluid .span10 {
        width: 82.905982906%;
        *width: 82.8527914166383%;
    }

    .row-fluid .span9 {
        width: 74.358974359%;
        *width: 74.30578286963829%;
    }

    .row-fluid .span8 {
        width: 65.81196581200001%;
        *width: 65.7587743226383%;
    }

    .row-fluid .span7 {
        width: 57.264957265%;
        *width: 57.2117657756383%;
    }

    .row-fluid .span6 {
        width: 48.717948718%;
        *width: 48.6647572286383%;
    }

    .row-fluid .span5 {
        width: 40.170940171000005%;
        *width: 40.117748681638304%;
    }

    .row-fluid .span4 {
        width: 31.623931624%;
        *width: 31.5707401346383%;
    }

    .row-fluid .span3 {
        width: 23.076923077%;
        *width: 23.0237315876383%;
    }

    .row-fluid .span2 {
        width: 14.529914530000001%;
        *width: 14.4767230406383%;
    }

    .row-fluid .span1 {
        width: 5.982905983%;
        *width: 5.929714493638298%;
    }
}

/* Clearfix */

.clearfix {
    *zoom: 1;
}

.clearfix:before, .clearfix:after {
    display: table;
    content: "";
}

.clearfix:after {
    clear: both;
}

/* Visibilty Classes */

.hide {
    display: none;
}

.show {
    display: block;
}

.invisible {
    visibility: hidden;
}

.hidden {
    display: none;
    visibility: hidden;
}

/* Responsive Visibilty Classes */

.visible-phone {
    display: none !important;
}

.visible-tablet {
    display: none !important;
}

.hidden-desktop {
    display: none !important;
}

@media (max-width: 767px) {
    .visible-phone {
        display: inherit !important;
    }

    .hidden-phone {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1139px) {
    .visible-tablet {
        display: inherit !important;
    }

    .hidden-tablet {
        display: none !important;
    }

    .hidden-desktop {
        display: inherit !important;
    }

    .visible-desktop {
        display: none !important ;
    }
}
.dnd-section > .row-fluid,
.content-wrapper {
    width: 80%;
    margin: auto;
    position: relative;
}

.dnd-section .dnd-column {
  padding: 0 20px;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}
@font-face { 
  font-family: ETmodules;
  src: url("https://20222006.fs1.hubspotusercontent-na1.net/hubfs/20222006/modules.eot") format("embedded-opentype"), 
    url(https://20222006.fs1.hubspotusercontent-na1.net/hubfs/20222006/raw_assets/public/HydroChemSystems_July2021/Fonts/modules.ttf) format("truetype"), 
    url(https://20222006.fs1.hubspotusercontent-na1.net/hubfs/20222006/raw_assets/public/HydroChemSystems_July2021/Fonts/modules.woff) format("woff"); 
  font-style: normal; 
  font-weight: 400; 
}
@font-face { 
  font-family: "FontAwesome";
  src: url("https://20222006.fs1.hubspotusercontent-na1.net/hubfs/20222006/fontawesome-webfont.eot") format("embedded-opentype"), 
    url(https://20222006.fs1.hubspotusercontent-na1.net/hubfs/20222006/raw_assets/public/HydroChemSystems_July2021/Fonts/fontawesome-webfont.woff2) format("woff2"), 
    url(https://20222006.fs1.hubspotusercontent-na1.net/hubfs/20222006/raw_assets/public/HydroChemSystems_July2021/Fonts/fontawesome-webfont.woff) format("woff"),
    url(https://20222006.fs1.hubspotusercontent-na1.net/hubfs/20222006/raw_assets/public/HydroChemSystems_July2021/Fonts/fontawesome-webfont.ttf) format("truetype");
  font-style: normal; 
  font-weight: normal; 
}
html{
  font-size:16px;
}
body {
  background-color: #fff;
  line-height: 1.7em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

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

/* Anchors */

a {
  cursor: pointer;
  text-decoration: none;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  padding-bottom: 10px;
  line-height: 1em;
  font-weight: 500;
  margin:0;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

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

/* Code blocks */

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 15px;
}

/* Horizontal rules */

hr {
  background-color: #CCC;
  border: none;
  color: #CCC;
  height: 1px;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  font-size: 0.92rem;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

button:hover,
button:focus,
.button:hover,
.button:focus {
  text-decoration: none;
}

button:active,
.button:active {
  text-decoration: none;
}
/* Form fields */

.body-container-wrapper .custom_error_message form, 
.body-container-wrapper .widget-type-form, 
.body-container-wrapper .widget-type-blog_subscribe, 
.body-container-wrapper .widget-type-google_search, 
.body-container-wrapper .widget-type-password_prompt.custom_error_message, 
.body-container-wrapper .widget-type-email_simple_subscription, 
.hs-blog-post .body-container-wrapper .widget-type-blog_comments, 
.body-container-wrapper .hs-search-field__bar, 
.body-container-wrapper .submitted-message, 
.body-container-wrapper #hs_cos_wrapper_password_prompt, 
.body-container .submitted-message, .form-container form,
#hs_cos_wrapper_backup_unsubscribe form, #hs_cos_wrapper_password_prompt form {
  box-shadow: 0px 2px 18px 0px rgb(0 0 0 / 70%);
  background:#fff;
  margin: 0  0 20px;
  padding:15px 20px;
}
.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

.hs-form label {
  display: block;
  font-size: 16px;
  margin-bottom: 0.35rem;

}

/* Help text - legends */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  border-radius: 3px 3px 3px 3px;
  font-family: 'Lato',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  color: #303030;
  border: 1px solid #b5b5b5;
  background-color: #ffffff;
  padding: 16px;
  width:100%;
  height:auto!important;
}

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

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - datepicker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #ff0000;
}

.hs-error-msg,
.hs_error_rollup label{
  color: #ff0000!important;
  margin-top: 0.35rem;
  font-size:14px;
}
ul.no-list.hs-error-msgs label{
  color: #ff0000!important;
}

/* Submit button */

form input[type=submit],
form .hs-button,
.button{
  color: #ffffff;
  border-radius: 0px;
  letter-spacing: 2px;
  font-size: 16px;
  font-family: 'Saira',Helvetica,Arial,Lucida,sans-serif!important;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #6db85f;
  padding:12px 24px;
  display: inline-block;
  margin: 20px 0;
  cursor: pointer;
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transition-property: all!important;
  transition-property: all!important;
  border-style:solid;
  border-width:0px;
}
.hs-button.primary:after{
  font-size: 1.6em;
  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;
  font-family: ETmodules!important;
  speak: none;
  direction: ltr;
}
.hs-button.primary:hover:after {
  opacity: 1;
  margin-left: 0;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}

.hs-search-field.hs-search-field--open .hs-search-field__suggestions {
  padding: 5px;
  border: 1px solid #000;
  background: #fff;
  position: absolute;
  background-color: #fff;
  z-index: 2;
  top: 100%;
  width: 100%;
}
/* Table */

table {
  border: 1px solid;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table Cells */

th,
td {
  border: 1px solid;
  padding: 0.75rem;
  vertical-align: top;
}

/* Table Header */

thead th,
thead td {
  border-bottom: 2px solid;
  vertical-align: bottom;
}
.lp .et-top-navigation{
  visibility:hidden;
}
.lp .top-header .container{
  visibility:hidden;
}
.lp .bottom-header{
  height:43.6px;
}
.top-header{
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 3;
  font-size: 14px;
  letter-spacing: 1px;
  color: #303030;
  line-height: 1em;
  -webkit-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  -webkit-transition: background-color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
}
.container{
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  line-height: 1em;
  font-weight: 600;
  text-align: left;
  position: relative;
  margin: auto;
  width: 80%;
  max-width: 1080px;
}
.clear:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.et-info{
  line-height: 1em;
  padding-bottom: .75em;
  display: block;
  float: left;
}
.et-info-phone {
  margin-right: 13px;
  position: relative;
}
.et-info-phone: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!important;
  direction: ltr;
  content: "\e090";
  position: relative;
  top: 2px;
  margin-right: -2px;
}
#hs_cos_wrapper_button{
  display:inline;
}
.et-info-phone a {
  color: #FFFFFF;
  font-size: 14px;
  letter-spacing: 1px;
}
.et-info-phone a:hover{
  color: #FFFFFF;
}
.et-secondary-menu {
  float: right;
  padding-top: 10px;
  padding-right: 10px;
}
.et-secondary-menu .hs-menu-wrapper >ul{
  display: inline-block;
  -webkit-transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  -webkit-transition: background-color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out;
  transition: background-color .4s,transform .4s,opacity .4s ease-in-out,-webkit-transform .4s;
  list-style: none;
  margin:0;
  padding:0;
}
.et-secondary-menu .hs-menu-wrapper >ul>li{
  position: relative;
  text-align: right;
  margin-right: 15px;
  display: inline-block;
  word-wrap: break-word;
}
.et-secondary-menu .hs-menu-wrapper >ul>li:last-child {
  margin-right: 0;
}
.et-secondary-menu .hs-menu-wrapper >ul>li>a{
  padding-bottom: .75em;
  display: block;
  font-size: 14px;
  letter-spacing: 1px;
  color: #303030;
  -webkit-transition: background-color .4s,color .4s ease-in-out;
  transition: background-color .4s,color .4s ease-in-out;
}
.et-secondary-menu .hs-menu-wrapper >ul>li>a:hover{
  opacity: .7;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  color: #303030;
}
.et-secondary-menu .hs-menu-wrapper >ul>li>a i{
  font-size: 22px;
}
.fa-facebook-f:before, .fa-facebook:before {
  content: "\f09a";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.bottom-header{
  top: 46.4px;
  position: absolute;
  z-index: 3;
  font-family: 'Saira',Helvetica,Arial,Lucida,sans-serif;
  line-height: 23px;
  font-weight: 500;
  width: 100%;
  -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;
}
.bottom-header >.container{
  position: unset;
  z-index: 99;
  text-align: left;
  width: 80%;
  max-width: 1080px;
  margin: auto;
  line-height: inherit;
}
.modal-open .bottom-header .container{
  z-index: -1;
}
.logo_container {
  position: absolute;
  height: 100%;
  width: 100%;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
span.logo_helper {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
#hs_cos_wrapper_header_logo,
#hs_cos_wrapper_header_logo_hs_logo_widget{
  display:inline;
}
.logo_container img{
  width: auto!important;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  margin-bottom: 0;
  max-height: 54%;
  display: inline-block;
  float: none;
  vertical-align: middle;
  -webkit-transform: translateZ(0);
}
img {
  max-width: 100%;
  height: auto;
}
.et-top-navigation{
  padding-left: 277px;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  padding-top: 33px;
  font-family: 'Saira',Helvetica,Arial,Lucida,sans-serif;
  float: right;
  font-weight: 600;
}
.custom-menu-primary{
  float: left;
  line-height: 0;
}
.modal-open .custom-menu-primary .hs-menu-wrapper >ul{
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
}
.custom-menu-primary .hs-menu-wrapper >ul{
  float: left;
  line-height: 0;
  list-style: none;
  margin:0;
  padding:0;
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}
.custom-menu-primary .hs-menu-wrapper >ul>li{
  display: inline-block;
  font-size: 14px;
  padding-right: 22px;
  word-wrap: break-word;
  position: relative;
  line-height: 1em;
}
.custom-menu-primary .hs-menu-wrapper >ul>li>a{
  padding-bottom: 33px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  color: #002040;
  display: block;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper >ul>li>a:hover{
  color: #002040;
  opacity: .7;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper >ul>li.hs-item-has-children>a{
  padding-right: 20px;
}
.custom-menu-primary .hs-menu-wrapper >ul>li.hs-item-has-children>a:after {
  font-family: ETmodules;
  content: "3";
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
  font-weight: 800;
}
.custom-menu-primary .hs-menu-wrapper >ul>li:last-child {
  padding-right: 0;
}
.custom-menu-primary .hs-menu-wrapper >ul>li:hover >ul{
  opacity: 1;
  visibility: visible;
}
.custom-menu-primary .hs-menu-wrapper >ul>li>ul{
  width: 380px!important;
  position: absolute;
  padding: 20px 0;
  z-index: 9999;
  background: #fff;
  visibility: hidden;
  opacity: 0;
  border-top: 3px solid #002040;
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -webkit-transform: translateZ(0);
  text-align: left;
  list-style: none;
  margin:0;
}
.custom-menu-primary .hs-menu-wrapper >ul>li>ul>li{
  padding: 0 20px;
  margin: 0;
  display: inline-block;
  font-size: 14px;
  word-wrap: break-word;
  position: relative;
  line-height: 2em;
}
.custom-menu-primary .hs-menu-wrapper >ul>li>ul>li>a{
  padding: 0px;
  width: 340px;
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  color: #002040;
  display: block;
  position: relative;
  -webkit-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
.custom-menu-primary .hs-menu-wrapper >ul>li>ul>li>a:hover {
  background-color: rgba(0,0,0,.03);
  opacity: .7;
}

.et_search_outer {
  width: 100%;
  overflow: hidden;
  position: absolute;
  top: 0;
}
.et_top_search {
  margin: 0 30px 0 0;
  float: right;
  display: block;
  width: 18px;
  position: relative;
}
.modal-open .et_search_icon:before{
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
}
.et_search_icon: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!important;
  direction: ltr;
  content: "\55";
  font-size: 17px;
  left: 0;
  position: absolute;
  top: -3px;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}
.et_search_icon:before {
  color: #000;
}
.et_search_icon:hover {
  cursor: pointer;
}
.et_search_form_container{
  z-index: 1!important;
  position: relative;
  opacity: 0;
  -webkit-animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  display: block;
  width: 18px;
  text-align: left;
  width: 80%;
  max-width: 1080px;
  margin: auto;
}
.modal-open .et_search_form_container{
  height: 43.6px;
}
.et_search_form_container.is-animating {
  -webkit-animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutTop 1s cubic-bezier(.77,0,.175,1) 1;
  opacity: 0;
}
.modal-open .et_search_form_container{
  height:43.6px;
  z-index: 999;
  -webkit-animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInTop 1s cubic-bezier(.77,0,.175,1) 1;
  opacity:1;
}
.scroll-header .et-search-form {
  right: 0px;
  max-width: 857.287px;
}
.et-search-form {
  right: 0px;
  max-width: 999.3px;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: 1000;
  width: 100%;

}
.et_search_form_container .et-search-field {
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 16px;
  color: #002040;
  width: 90%;
  border: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 30px;
  margin: auto;
  background: transparent;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
}
.scroll-header .et_search_form_container .et-search-field {
  font-size: 13px;
}
.et_search_form_container .et-search-field::placeholder {
  font-weight: bold;
  font-style: normal;
  text-transform: uppercase;
  text-decoration: none;
  color: #002040;
  font-size: 16px;
}
.scroll-header .et_search_form_container .et-search-field::placeholder {
  font-size: 13px;
}
.et_search_form_container .et-search-field:focus{
  outline:0;
}
.et_close_search_field {
  display: block;
  width: 30px;
  height: 30px;
  z-index: 99999;
  position: absolute;
  right: 0;
  cursor: pointer;
  top: 0;
  bottom: 0;
  margin: auto;
}
span.et_close_search_field:after {
  font-family: ETmodules;
  content: "\4d";
  speak: none;
  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-size: 32px;
  display: inline-block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #002040;
  z-index: 99;
}
.mobile-menu-primary {
  float: right;
  display: none;
}
.mobile_menu_bar {
  position: relative;
  display: block;
  line-height: 0;
  padding-bottom: 24px;
  z-index: 99;
  opacity: 1;
  -webkit-animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeInBottom 1s cubic-bezier(.77,0,.175,1) 1;
}
.modal-open .mobile_menu_bar{
  opacity: 0;
  -webkit-animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  animation: fadeOutBottom 1s cubic-bezier(.77,0,.175,1) 1;
  visibility: hidden;
}
.mobile_menu_bar:before {
  content: "\61";
  font-size: 32px;
  position: relative;
  left: 0;
  top: 0;
  cursor: pointer;
  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!important;
  direction: ltr;
  color: #2ea3f2;
}
.mobile-menu-primary .hs-menu-wrapper >ul{
  position: absolute;
  left: 0;
  background-color: #000;
  padding: 0px!important;
  width: 100%;
  visibility: visible;
  opacity: 1;
  display: none;
  z-index: 9999;
  border-top: 3px solid #2ea3f2;
  box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  -moz-box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-box-shadow: 0 2px 5px rgb(0 0 0 / 10%);
  margin:0;
  list-style: none;
}
.mobile-menu-primary .hs-menu-wrapper >ul>li{
  position: relative;
}
.mobile-menu-primary .hs-menu-wrapper >ul>li.hs-item-has-children>a{
  font-weight: 700;
  text-transform: uppercase;
  background: transparent;
}

.mobile-menu-primary .hs-menu-wrapper >ul>li>a{
  background-color: #000;
  border-bottom: 1px solid rgba(0,0,0,.03);
  color: #FFF;
  padding: 10px 5%;
  display: block;
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.mobile-menu-primary .hs-menu-wrapper >ul>li>a:hover {
  opacity: .7;
}
.child-trigger{
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 700;
  cursor: pointer;
  z-index: 3;
}
.child-trigger:before {
  content: "\f078";
  display: block;
  color: #FFF;
  font-size: 16px;
  font-family: FontAwesome!Important;
}
span.child-trigger.child-open:before {
  content: "\f077";
  font-family: FontAwesome!Important;
}
.mobile-menu-primary .hs-menu-wrapper >ul>li:nth-child(10),
.mobile-menu-primary .hs-menu-wrapper >ul>li:nth-child(11),
.mobile-menu-primary .hs-menu-wrapper >ul>li:nth-child(12),
.mobile-menu-primary .hs-menu-wrapper >ul>li:nth-child(13),
.mobile-menu-primary .hs-menu-wrapper >ul>li:nth-child(14){
  display: inline-block!important;
}
.mobile-menu-primary .hs-menu-wrapper >ul>li >a i{
  font-size: 22px;
}
.mobile-menu-primary .hs-menu-wrapper >ul>li >ul{
  display: none;
  padding-left: 10px;
  list-style: none;
  margin:0;
}
.mobile-menu-primary .hs-menu-wrapper >ul>li >ul>li{
  padding-left: 5%;
}
.mobile-menu-primary .hs-menu-wrapper >ul>li >ul>li>a{
  background-color: #000;
  border-bottom: 1px solid rgba(0,0,0,.03);
  color: #FFF;
  padding: 10px 5%;
  display: block;
  font-size: 14px;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
.mobile-menu-primary .hs-menu-wrapper >ul>li >ul>li>a:hover{
  opacity: .7;
}
@-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 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%)
  }
}

@media only screen and (min-width: 680px){
  .et-top-navigation{
    padding-right: 40px;
  }
  .et_top_search {
    position: absolute;
    right: 0px;
    z-index: 23;
  }
}
@media only screen and (min-width: 768px){
  .et-info {
    float: right!important;
    background-color: #6db85f;
    padding-left: 20px;
    color: #FFFFFF;
    padding-top: 13px;
    padding-bottom: 18px;
  }
}
@media (min-width: 981px){
  .container {
    width: 100%;
    max-width: 100%;
    padding-left: 30px;
  }
  .bottom-header .container{
    width: 100%;
    max-width: 100%;
    padding-right: 30px;
    padding-left: 30px;
  }
  .logo_container img{
    max-height: 97%;
  }
  .et-top-navigation{
    padding-top: 15px;
  }
  .custom-menu-primary .hs-menu-wrapper >ul>li>a{
    padding-bottom: 15px;
  }
  .scroll-header .custom-menu-primary .hs-menu-wrapper>ul>li>a,
  .scroll-header .custom-menu-primary .hs-menu-wrapper >ul>li>ul>li>a{
    font-size:13px;
  }
  .custom-menu-primary .hs-menu-wrapper >ul>li:hover >ul{
    -webkit-animation: fadeLeft .4s ease-in-out;
    animation: fadeLeft .4s ease-in-out;
  }
  .et-search-form {
    right: 30px;
  }
  .scroll-header .et-search-form{
    right: 30px;
  }
  .et_close_search_field {
    right: 30px;
  }
}
@media (min-width: 982px){
  .logo_container img{
    max-height: 86px;
    margin-left: -15px;
    margin-top: -40px;
  }
}
@media (max-width: 1350px){
  .et_search_form_container .et-search-field,
  .et_search_form_container .et-search-field::placeholder{
    font-size:13px;
  }
  .et-search-form{
    max-width: 857.287px;
  }
  .custom-menu-primary .hs-menu-wrapper>ul>li>a{
    font-size:13px;
  }
}
@media (max-width: 1191px){
  .lp .bottom-header{
    height:72.2px;
  }
  .modal-open .et_search_form_container{
    height:72.2px;
  }
}
@media (max-width: 1125px){
  .mobile-menu-primary {
    display: block;
  }
  .custom-menu-primary .hs-menu-wrapper>ul{
    display:none;
  }
  .et_top_search {
    margin: 10px 30px 0 0!important;
  }
  .et-search-form{
    max-width: 184.45px!important;
  }
  .mobile-menu-primary .hs-menu-wrapper >ul>li:nth-child(10),
  .mobile-menu-primary .hs-menu-wrapper >ul>li:nth-child(11),
  .mobile-menu-primary .hs-menu-wrapper >ul>li:nth-child(12),
  .mobile-menu-primary .hs-menu-wrapper >ul>li:nth-child(13),
  .mobile-menu-primary .hs-menu-wrapper >ul>li:nth-child(14){
    padding-left: 5%;
  }
  .lp .bottom-header{
    height:50px;
  }
}
@media (min-width:981px) and (max-width: 1125px){
  .mobile-menu-primary .hs-menu-wrapper>ul{
    overflow: auto !important;
    height: 60.9vh;
  }
}
@media (max-width: 981px){
  .logo_container img{
    max-height: 65px;
    margin-left: -45px;
    margin-top: 0px;
    max-width: 100%;
    padding-left: 10px;
  }
  .et_top_search {
    margin: 0px 10px 0 0!important;

  }
  .lp .bottom-header{
    height:80px;
  }
  .modal-open .et_search_form_container{
    height:80px;
  }
}
@media (max-width: 980px){
  .top-header{
    position: absolute;
  }
  .et-info,
  .et-secondary-menu {
    display: none;
  }
  .bottom-header{
    position: absolute;
    transition: none;
    -webkit-transition: none;
    -moz-transition: none;
    top:0;
  }
  .et-top-navigation{
    padding-top: 24px;
    display: block;
  }
  .mobile_menu_bar:before{
    color:#000;
  }
  .et_search_icon:before {
    top: 7px;
  }
  .et-search-form{
    width: 50%!important;
    max-width: 50%!important;
  }
  .et_search_form_container .et-search-field, 
  .et_search_form_container .et-search-field::placeholder{
    color: #000000;
  }
  .et_close_search_field:after {
    color: #000000;
  }
}
@media (max-width: 767px){
  .custom-header {
    width: 100%;
    position: relative;
  }
}
@media (max-width: 680px){
  .et_top_search {
    margin: 0px 40px 0 0!important;
  }

}
@media (max-width: 490px){
  .et_search_form_container .et-search-field {
    width: 64%;
  }
}
@media (max-width: 380px){
  .et-search-form {
    right: -20px;
  }
  .et_search_form_container .et-search-field {
    padding-left: 0;
    padding-right: 0;
    width: 51%;
  }
  .et_close_search_field {
    right: -10px;
  }
}


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

  .dp-dfg-items {
    display: flex;
  }
  .dp-dfg-items .artical {
    flex: 3;
    margin: 0 10px 20px;
  }


}
.footer{
  position: relative;
  z-index: 1;
}
.footer-top{
  padding-top: 25px;
  padding-bottom: 0px;
  position: relative;
}
.footer__container{
  max-width: 1440px;
  width: 80%;
  margin: auto;
  position: relative;
}
.top-content{
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.left-inner{
  width: 100%;
  position: relative;
}
.left-wrapper{
  width: 100%;
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.left-heading{
  color: #ffffff;
  font-family: 'Saira',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  background-color: rgba(0,0,0,0);
  position: relative;
  margin-top: 1px!important;
  margin-bottom: 10px!important;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  text-align: left;
}
.et_pb_text_inner {
  position: relative;
}
.left-heading p{
  padding-bottom: 0;
  text-align: left;
  color: #ffffff;
  font-weight: 600;
}
.left-content{
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8em;
  background-color: rgba(0,0,0,0);
  position: relative;
  margin-bottom: 18px;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  text-align: left;
}
.left-content p{
  font-size: 16px;
  font-weight: normal;
  padding-bottom: 0;
  color:#fff;
}
.left-content p>span{
  letter-spacing: .05em;
}
.left-content p>span>span{
  font-size: 18px;
}
.left-content p>span>span>span{
  font-family: arial,ｍｓ ｐゴシック,ms pgothic,돋움,dotum,helvetica,sans-serif;
}
.left-contact{
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8em;
  background-color: rgba(0,0,0,0);
  position: relative;
  margin-bottom: 18px!important;
}
.left-contact p{
  color:#fff;
  padding-bottom: 0;
}
.left-phone{
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 1.8em;
  background-color: rgba(0,0,0,0);
  position: relative;
  margin-bottom: 18px!important;
}
.left-phone p{
  color:#fff;
  padding-bottom: 0;
}
ul.social-icon{
  list-style-type: none;
  margin: 0 0 22px;
  padding: 0;
  line-height: 26px;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  font-size:0;
  height: 40px;
}
ul.social-icon li{
  display: inline-block;
  margin-bottom: 8px;
  position: relative;
}
ul.social-icon li a{
  border-radius: 3px;
  height: 32px;
  width: 32px;
  padding: 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-right: 8px;
  display: inline-block;
  text-decoration: none;
  text-align: center;
  position: relative;
}
ul.social-icon li a.icon:hover:before {
  color: hsla(0,0%,100%,.7);
}
ul.social-icon li a.icon:before {
  height: 32px;
  width: 32px;
  font-size: 16px;
  line-height: 32px;
  display: block;
  color: #fff;
  transition: color .3s;
  -moz-transition: color .3s;
  -webkit-transition: color .3s;
  position: relative;
  z-index: 10;
  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;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-shadow: 0 0!important;
  direction: ltr;
}
.et-social-facebook a.icon:before {
  content: "\e093";
}
.et-social-twitter a.icon:before {
  content: "\e094";
}
.et-social-facebook a.icon {
  background-color: #3b5998!important;
}
.et-social-twitter a.icon{
  background-color: #00aced!important;
}
.et-social-youtube a.icon:before {
  content: "\e0a3";
}
.et-social-youtube a.icon{
  background-color: #a82400!important;
}
.et-social-instagram a.icon:before {
  content: "\e09a";
}
.et-social-instagram a.icon{
  background-color: #ea2c59!important;
}
.et-social-vimeo a.icon:before {
  content: "\e09c";
}
.et-social-vimeo a.icon{
  background-color: #45bbff!important;
}
.footer-menu{
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.footer-menu .hs-menu-wrapper >ul{
  margin:0;
  padding:0;
  list-style:none;
}
.footer-menu .hs-menu-wrapper >ul>li:first-child{
  margin-top: 1px;
  margin-bottom: 20px;
  min-height: auto;
}
.footer-menu .hs-menu-wrapper >ul>li{
  font-family: 'Saira',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  letter-spacing: 2px;
  background-color: rgba(0,0,0,0);
  position: relative;
  min-height: 35px;
  margin-top: 1px;
  margin-bottom: 10px;
  text-align: left;
}
.footer-menu .hs-menu-wrapper >ul>li:nth-child(3){
  padding-bottom: 14px;
}
.footer-menu .hs-menu-wrapper >ul>li>a{
  font-weight: 600;
  text-transform: uppercase;
  text-align: left;
  color:#fff;
  font-size: 20px;
}
.footer-bottom{
  padding-top: 1px;
  padding-bottom: 0px;
  height: 80px;
  min-height: 50px;
  position: relative;
}
.footer-bottom .footer__container{
  padding-top: 9px;
  padding-bottom: 5px;
}
.bottom-inner{
  width: 100%;
  float: left;
  background-size: cover;
  background-position: 50%;
  position: relative;
  z-index: 2;
  min-height: 1px;
}
.bottom-wrapper{
  font-weight: 600;
  font-size: 16px;
  padding-top: 1px;
  margin-top: 10px;
  margin-bottom: 19px;
  cursor: pointer;
  text-align: left;
}
.bottom-wrapper p{
  padding-bottom: 0;
}
.bottom-wrapper p a{
  font-size: 16px;
  color:#fff;
  font-weight: 600;
}
@media (min-width: 981px){
  .top-content{
    width: 64.833%;
    margin-right: 5.5%;
  }
  .left-inner{
    padding: 4.2415% 0;
  }
  .footer-menu{
    width: 29.6667%;
    padding: 2.855% 0;
  }
  ul.social-icon{
    margin-bottom:0;
  }
}
@media (max-width: 980px){
  .top-content {
    width: 100%;
    margin-bottom: 30px;
  }
  .footer-menu{
    width: 100%;
  }
  .left-inner{
    padding: 30px 0;
  }
  ul.social-icon{
    margin-bottom:0;
  }
}
@media (max-width: 443px){
  .footer-bottom .footer__container {
    padding-top: 3px;
    padding-bottom:0;
  }
  .custom-header {
    width: 100%;
    position: relative;
  }
  .body-wrapper {
    overflow: hidden;
  }

}
.banner-wrapper{
  width: 100%;
  max-width: 100%;
  position: relative;
  background-color: #fff;
}
.banner-inner{
  background-color: #ffffff;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: .2s;
  animation-duration: .2s;
  padding: 50px 0;
  position: relative;
  background-position: 50%;
  background-size: cover;
  text-align: center;
  color: #fff;
}
.banner-main{
  max-width: 1440px;
  display: -moz-flex;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-flow: row wrap;
  -moz-justify-content: center;
  -ms-justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 3;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.header-content-container{
  -webkit-align-self: center;
  -ms-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 100%;
}
.header-content {
  max-width: 61%;
  margin: 20px auto;
  width: 80%;
  padding: 10px;
  text-align: center;
}
.banner-header{
  font-family: 'Saira',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  font-size: 20px;
  color: #000000!important;
  text-align: center;
  text-transform: capitalize;
}
.banner-content {
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #2f7abe!important;
  line-height: 1.8em;
}
.banner-content p{
  padding:0;
  font-family: 'Open Sans',Helvetica,Arial,Lucida,sans-serif;
  font-weight: 600;
  font-size: 26px;
  color: #2f7abe!important;
}
.et_pb_fullwidth_header_overlay {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 2;
  pointer-events: none;
}
.et_pb_fullwidth_header_scroll {
  width: 100%;
  min-height: 30px;
  text-align: center;
  padding-top: 10px;
  padding-bottom: 20px;
  margin: 0 auto;
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
}
.et_pb_bottom_inside_divider {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDBweCIgdmlld0JveD0iMCAwIDEyODAgMTQwIiBwcmVzZXJ2ZUFzcGVjdFJhdGlvPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxnIGZpbGw9IiMwMDIwNDAiPjxwYXRoIGQ9Ik02NDAgMTM5TDAgMHYxNDBoMTI4MFYwTDY0MCAxMzl6IiBmaWxsLW9wYWNpdHk9Ii41Ii8+PHBhdGggZD0iTTY0MCAxMzlMMCA0MnY5OGgxMjgwVjQybC02NDAgOTd6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 100% 100px;
  bottom: 0;
  height: 100px;
  z-index: 10;
  transform: rotateY(
    180deg
  );
  margin-bottom: -1px;
  display: block;
  background-repeat-y: no-repeat;
  position: absolute;
  pointer-events: none;
  width: 100%;
  left: 0;
  right: 0;
}